@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');



/* 經典建案 */
.case-list{
    padding-top: 64px;
    padding-bottom: 3rem;
    background-color:  #232323;
}
.case-item{
    display: block;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
}
.item-more{
    display: none;
}
.case-item:hover .item-more{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    display: block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.case-item img{
    min-width: 100%;
}
.case-item:hover img{
    opacity: .7;
    transition-timing-function: linear;
}

.case-item:hover .case-name{
    height: 50px;
    border-top: 2px solid #DA4453;
    position: absolute;
    bottom: -10px;
    transition: height .25s;
    transition-timing-function: linear;
}
.case-name{
    color: #fff;
    font-size: 1rem;
    padding-top: .55rem;
    display: block;
    width: 100%;
    background-color: #232323;
    height: 32px;
}

@media (max-width: 576px){
    .case-list{
        padding-top: 32px;
    }
    .case-list .container{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .case-item{
        margin-top: .5rem;
    }
}
/* part間隔 */
.part1, .part2, .part3{
    margin-top: 3.5rem;
}
.part3{
    margin-bottom: 3rem;
}
/* img in left side */
.case-content{
    position: relative;
}
.case-depiction{
    margin-right: 1rem;
    display: block;
    background-color: white;
}
.case-content h3{
    color: #AF9F75;
    font-weight: 400;
}
.case-depiction h5{
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    margin-bottom: 1rem;
    padding:1.5rem 0;
    border-bottom: 1px solid #afafaf;
}

.case-depiction .copy-wright span{
    font-weight: 500;
    padding: 0 1px 0 1px;
}
.bg-text{
    color: rgba(175, 159, 117, .14);
    font-size: 64px;
    letter-spacing: 4px;
    font-family: 'Noto Serif TC';
    font-weight: 500;
    position: absolute;
    right: 100px;
    top: 360px;    
}

.case-content dt{
    width: 100px;
    padding-right: 1rem;
}

.case-content h6{
    color: #AF9F75;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}
.list-item{
    display: flex;
    margin: .3rem auto;
}

.award, .feature{
    display: block;
    padding: 2rem 0rem 3rem;
    margin-left: 0;
    
}
.award-item li{
    width: 100%;
    
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.award-item li:first-child{
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.award ul li{
    list-style: none;
    align-items: center;
}
.award ul li dt{
    width: 80px;
    font-size: 28px;
    font-weight: 400;
    color: #969696;
    font-family: 'Noto Serif TC';
}
.award ul li dd{
    margin-top: 8px;
}
.award ul li{
    display: inline-flex;
    align-items: center;
}
.year{
    height: 60px;
    line-height: 60px;
}

/* style2 img-left */
.more-img{
    margin: 1rem auto 3rem;
}
@media (max-width: 1300px) {
    .bg-text{top: 410px;}
}
@media (max-width: 1200px) {
    .bg-text{top: 470px;}
}
@media (max-width: 1024px) {

    .bg-text{
        display: block;
        width: 400px;
        line-height: 5rem;
        top: 280px;
        left: 24px;
    }
    .details{
        margin-top: 0;
    }
}
@media (max-width: 991px) {

    .bg-text{
        display: none;
    }
    .certification{
        margin-top: 2rem;
    }
    .list-item{
        display: flex;
        flex-wrap: wrap;
    }
    .list-item dt{
        width: 100%;
    }
    .award-item dd,.award-item li{
        margin-bottom: 0.5rem;
    }
    .award-item li:first-child {
        padding-top: .5rem;
    }
}

@media (max-width: 767px) {
    /* .part1{
        margin-top: 1.5rem;
    } */
    .part2, .part3{
        margin-top: 2rem;
    }
    .part3{
        margin-bottom: 2rem;
    }
    .case-depiction{
        margin-top: 1.5rem;
    }

}
@media (max-width: 576px) {
    .details, .award{
       padding-left: 2rem;
       padding-right: 2rem;
    }
    .award .award-item li {
        flex-wrap: wrap;
    }
    .award .award-item li .year{
        width: 100%;
        /* margin-bottom: .5rem; */
    }
    .case-main-img{
        padding: 0 2rem;
    }
    .year{
        height: 48px;
    }
}

/* style3 */
.border-golden{
    border:  1px solid #AF9F75;
    padding: 1rem;
    margin: 1.5rem 0;
    align-items: flex-end;
}

.border-golden p{
    color: #AF9F75;
}
.case-story, .text-golden{
    margin-left: -8px;
    margin-right: -8px;
}
.text-golden{
    font-family: 'Noto Serif TC';
    text-align: right;
    font-size: 3rem;
    color: rgba(175, 159, 117, .2);
    line-height: 4rem;
}
