@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');

.history, .concept, .direction{
    padding: 2.5rem 0;
    position: relative;
}

/* 歷史沿革 */
.history{
    background-color: #C9B47C;
}

.text-golden{
    position: absolute;
    right: 16px;
    display: block;
    width: 100px;
    font-family: 'Noto Serif TC';
    color: rgba(255, 255, 255, .1);
    font-size: 100px;
    line-height: 120px;
}
.history .section-headline h2::after, .direction .section-headline h2::after{
    border-color: #fff;
}

.history-img{
    display: flex;
    flex-direction: column;
}

.history-img li img{
    margin-bottom: 1.5rem;
    width: 120px;    
}

.history-item{
    display: block;
    margin-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.history-item li{
    display: flex;
    align-items: flex-end;
    margin-bottom: .5rem;
    margin-right: 48px;
}
.history-item li p{color: #fff;}

.year, .details{
    display: block;
    min-height: 48px;
}
.year { 
    font-family: 'Noto Serif TC';
    margin-right: 1rem;
    font-size: 2rem;
    font-style: italic;
}


@media (max-width: 767px){
    .history-img{
        flex-direction: row;
        padding-left: 0;
        justify-content: center;

    }
    .history-img li img{margin-right: 1rem;;}
    .text-golden{top: -24px;}
    .history-item{
        margin-left: -1rem;
        border-left: 0;
    }   
    .history-item li{margin-right: 24px;}
}

/* 建築理念 */

.concept-details{margin-bottom: 48px;}

.circle-title img{
    width: 100%;
    padding-right: 1rem;
    margin-top: 24px;
}
.concept-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.only-title h3{
    text-align: center;
    color: rgba(100, 100, 100, .3);
    font-size: 3rem;
    font-family: 'Noto Serif TC';
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 2rem;   
}
.circle{
    display: block;
    width: calc(33.3% - 16px);
    margin: .5rem;
}

@media (max-width: 767px){
    .concept-details{margin-bottom: 16px;}
}

@media (max-width: 475px){
    .only-title h3{
        font-size: 2.4rem;
        margin-top: 0;
    }
    .only-title{padding: 0;}

    .concept-details{margin-bottom: 24px;}
}
@media (max-width: 375px){.only-title h3{font-size: 2.2rem;}}

.direction{
    background-image: url(../img/about/bg-direction.jpg);
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: bottom right;
    background-size:cover;
}
.item{margin-top: 1.5rem;}