@charset "UTF-8";
/* index_list-custom 首頁列表-自定義 */

.select>div {
	vertical-align:middle;
	z-index:0;
	min-height:300px;
}

@media only screen and (max-width: 991px){
    .select>div{ padding: unset;}
}
@media only screen and (max-width: 640px){
    .select>div { min-height:200px;}
}

/* 主標 */
.select .title01 {
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 50.5%;
    top: 70%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px){
    .select .title01{
        font-size: 28px;
        left: 52.5%;
    }
}

.select .title01_eng{
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px){
    .select .title01_eng{
        font-size:30px;
        top: 45%;
    }
}

.select .title01_eng::before{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: -130%;
    left: 60%;
    transform: rotate(40deg);
}

@media only screen and (max-width: 640px){
    .select .title01_eng::before{
        height: 30px;
        top: -110%;
    }
}

.select .title01_eng::after{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: 120%;
    left: -10%;
    transform: rotate(40deg);
}
@media only screen and (max-width: 640px){
    .select .title01_eng::after{
        height: 30px;
        top: 140%;
    }
}
.select .list{
    height: 70vh;
    justify-content: center;
}
@media only screen and (max-width: 1200px){
    .select .list{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 640px){
    .select .list{
        height: unset;
        padding-right: unset;
        padding-left: unset;
    }
}

.select .list .item{
    margin-right: 15px;
    line-height: 0;
    
    overflow: hidden;
}
@media only screen and (max-width: 1400px){
    .select .list .item{ width: calc(33% + -15px);}
    .select .list .item:nth-child(3){ margin-right: unset;}
    .select .list .item:nth-child(4){ 
        display: none; 
        margin-right: unset;
    }
}
@media only screen and (max-width: 1200px){
    .select .list .item{ width: calc(50% + -15px);}
    .select .list .item:nth-child(2){ margin-right: unset;}
    .select .list .item:nth-child(3),
    .select .list .item:nth-child(4){ 
        display: none; 
        margin-right: unset;
    }
}
@media only screen and (max-width: 640px){
    .select .list .item{ 
        width: 100%; 
        margin-right: unset;
    }
    .select .list .item:nth-child(2),
    .select .list .item:nth-child(3),
    .select .list .item:nth-child(4){ 
        display: block; 
    }
}
.select .list .item:last-child{
    margin-right: unset;
}

@media only screen and (max-width: 640px){
    .select .list .item p::before{
        content: "";
        width: 50%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
        transition: all 0.3s ease-in-out;
}
    .select .list .item:hover p::before{
        width: 150%;
    }
}
@media only screen and (max-width: 480px){
    .select .list .item p::before{
        display: none;
    }
}

.select .list .item a {
    height: 100%;
	display: block;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.select .list .item:hover a {
	color: #d75d07;
}
@media only screen and (max-width: 640px){
    .select .list .item a .pic img{ width: 100%;}
    .select .list .item{margin-right: unset;}
}
.select .list .title,
.select .list .date {
	display: inline;
}

.select .list .cont {
    display: inline-flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
    
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    /*font-size: 30px;*/
    font-size: 2.8vmin;
    font-weight: 600;
    line-height: 1.44;
    z-index:1;
}
@media only screen and (max-width: 640px){
    .select .list .cont{
        transform: unset;
        font-size: 4vmin;
        bottom: 30px;
        left: 15px;
        display: block;
    }
}
@media only screen and (max-width: 480px){
    .select .list .cont{
        bottom: 15px;
    }
}
.select .list .cont .location{
    display:none;
}
@media only screen and (max-width: 640px){
    .select .list .cont .location{
        display:block;
    }
}
.select .list .cont .title{
    margin-left: 0.5em;
}
@media only screen and (max-width: 640px){
    .select .list .cont .title{
        margin-left: unset;
    }
}

@media only screen and (max-width: 640px){
    .select .btnArea{
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

.select .btnArea .btn1{
    background-color: #fff;
    color: #282828 !important;
    border: 1px solid #282828;
    padding: 0;
    transition: ease-in-out 0.3;
}
.select .btnArea .btn1::after{
    content:"";
}
.select .btnArea .btn1:hover{
    background-color: #282828;
    color: #fff !important;
}

.select .more::after{
    content: "";
    width: 100%;
    height: 80px;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 640px){
    .select .more::after{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40vmin 0 0 40vmin;
        border-color: transparent transparent transparent #000000;
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: unset;
    }
}
.select .list .pic img{
    width: 200%;
    max-width: unset; 
    max-height: unset;
    margin-left: -50%;
}
@media only screen and (max-width: 640px){
    .select .list .pic img{
        margin-left: unset;
    }
}