@charset "UTF-8";
/* index_list-custom 首頁列表-自定義 */

.index_list-custom {
	padding:0;
	margin:0;
	z-index:0;
}
.index_list-custom>div {
	vertical-align:middle;
	z-index:0;
	min-height:350px;
}

/* 主標 */
.index_list-custom .title01 {
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px){
    .index_list-custom .title01{
        font-size: 28px;
        left: 52%;
        top: 70%;
    }
}
.index_list-custom .title01_eng{
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px){
    .index_list-custom .title01_eng{
        font-size:30px;
        top: 45%;
    }
}

.index_list-custom .title01_eng::before{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: -130%;
    left: 54%;
    transform: rotate(40deg);
}
@media only screen and (max-width: 640px){
    .index_list-custom .title01_eng::before{
        height: 30px;
        top: -110%;
    }
}

.index_list-custom .title01_eng::after{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: 130%;
    left: 0%;
    transform: rotate(40deg);
}
@media only screen and (max-width: 640px){
    .index_list-custom .title01_eng::after{
        height: 30px;
        top: 140%;
    }
}
.index_list-custom .left{
    padding-right: unset; 
    padding-left: unset;
}

.index_list-custom .titleArea{
    display: none;
}

/* 副標 */
.index_list-custom .sub {}

/* 代表圖 */
.index_list-custom .portrait {
    display:none;
}

/* 描述 */
.index_list-custom .summary {
	display:none;
}

/* 背景 */
.index_list-custom img.bg {
    display:none;
}

/* 列表 */
.index_list-custom .list {
	display:flex;
	text-align:left;
	width:100%;
  /* max-width:700px; */
}
@media only screen and (max-width: 640px){
    .index_list-custom .list{
        display:block;
    }
}
.index_list-custom .list li {
    width:100%;
}
.index_list-custom .list li:last-child {
	border-bottom:none;
}
.index_list-custom .list li:nth-child(2n) {
    background: #efefef;
}
.index_list-custom.popular .list .pic {
    height: 500px;
}
.index_list-custom.popular .list .pic img{
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_list-custom .list .item a {
	display: block;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.index_list-custom .list .item:hover a {
	color: #d75d07;
}
.index_list-custom .list .title,
.index_list-custom .list .date {
	display: inline;
}
.index_list-custom .list .title {
}
.index_list-custom .list .date {
    display:none;
	padding:0 20px 0 0;
}
.popular .list .cont {
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    position: absolute;
    bottom: 0;
    /*font-size: 30px;*/
    font-size: 2.8vmin;
    font-weight: 600;
    line-height: 1.44;
    z-index:1;
    bottom: 50px;
    left: 15px;
}
@media only screen and (max-width: 640px){
    .popular .list .cont{
        font-size: 4vmin;
        bottom: 30px;
    }
    .index_list-custom.popular .list .pic {
        height: 400px;
    }
}
@media only screen and (max-width: 480px){
    .popular .list .cont{
        bottom: 15px;
    }
}
.popular .list .item p::before{
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.popular .list .item:hover p::before{
    width: 150%;
}
@media only screen and (max-width: 640px){
    .popular .list .item p::before{
        bottom: -10px;
    }
}
@media only screen and (max-width: 480px){
    .popular .list .item p::before{
        display: none;
    }
}
.popular .list .item p::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -18px;
    left: 150%;
    transform: rotate(225deg);
    transform-origin: bottom left;
    transition: all 0.3s ease-in-out;
}

.popular .list .item:hover p::after{
    width: 30%;
}
@media only screen and (max-width: 640px){
    .popular .list .item p::after {
        bottom: -8px;
    }
}

@media only screen and (max-width: 991px) {
	.index_list-custom>div {
		padding:30px 6%;
	}
	.index_list-custom .titleArea {
		text-align:center;
	}
}
@media only screen and (max-width: 640px) {
	.index_list-custom>div {
		padding:0;
       min-height: 200px;
	}
}
.index_list-custom .right{
    display:none;
}

.index_list-custom .btnArea .btn1{
    background-color: #fff;
    color: #282828 !important;
    border: 1px solid #282828;
    padding: 0;
    transition: ease-in-out 0.3;
}
.index_list-custom .btnArea .btn1::after{
    content:"";
}
.index_list-custom .btnArea .btn1:hover{
    background-color: #282828;
    color: #fff !important;
}

.popular .more::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30vmin 0 0 30vmin;
    border-color: transparent transparent transparent #000000;
    opacity: 0.8;
    position: absolute;
    bottom: 2px;
    left: 0;
}
@media only screen and (max-width: 640px){
    .popular .more::after{
        border-width: 40vmin 0 0 40vmin;
    }
}