@charset "UTF-8";
/* pages_control 內頁總控制  */
/* 大標 */
.page_assemble-custom h1.title01 {
    padding-left: 30px; 
}
.page_assemble-custom h1.title01::before {
    display: block;
    content: "";
    width: 14px;
    height: 32px;
    background: #dcba97;
    position: absolute;
    left: 0;
}

/* 頁碼 */
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
    color: #666;
    border: none;
    border-radius: 0 !important;
}
.pagination .btn.current_page {
    color: #fff;
    background: #3280ca;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .page_single-custom .single_info .date, .page_single-custom .single_info .visit {
        padding: 0 0 10px 0;
    }
}

/* 切換鈕 */
.about_btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
}
.about_btn a {
    position: relative;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 10px 0;
    width: 25%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.about_btn a::after {
    content: "";
    width: 0px;
    height: 4px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    transition: .3s;
}
.about_btn a:hover,
.about_btn a.select:hover{
    color: #ffce94;
}
.about_btn a:last-child {
    border-right: none;
}
.about_btn a.select {
    color: #fff;
    pointer-events: none;
}
.about_btn a.select::after {
    content: "";
    width: 50px;
    height: 4px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
}

.about_btn a:hover::after {
    content: "";
    width: 50px;
    height: 4px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    background: #ffce94;
}
@media only screen and (max-width: 600px) {
    .about_btn a {
        border-right: none;
    }
}

/* 單元橫幅 */
.page_assemble-custom .page_banner_pc {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}
.about .page_assemble-custom .page_banner_pc,
.company .page_assemble-custom .page_banner_pc {
    background-image: url(../../../upload/container/pagebanner_about.jpg);
}
.works .page_assemble-custom .page_banner_pc,
.selling .page_assemble-custom .page_banner_pc,
.performance .page_assemble-custom .page_banner_pc,
.future .page_assemble-custom .page_banner_pc {
    background-image: url(../../../upload/container/pagebanner_works.jpg);
}
.news .page_assemble-custom .page_banner_pc {
    background-image: url(../../../upload/container/pagebanner_news.jpg);
}
.service .page_assemble-custom .page_banner_pc {
    background-image: url(../../../upload/container/pagebanner_service.jpg);
}
.page_assemble-custom .page_banner .title:after {
    content: "";
    display: flex;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    font-family: sans-serif;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    position: absolute;
}
.about .page_assemble-custom .page_banner .title:after,
.company .page_assemble-custom .page_banner .title:after {
    content: "ABOUT";
}
.works .page_assemble-custom .page_banner .title:after {
    content: "WORKS";
}
.selling .page_assemble-custom .page_banner .title:after {
    content: "SELLING";
}
.performance .page_assemble-custom .page_banner .title:after {
    content: "PERFORMANCE";
}
.future .page_assemble-custom .page_banner .title:after {
    content: "FUTURE";
}
.news .page_assemble-custom .page_banner .title:after {
    content: "NEWS";
}
.service .page_assemble-custom .page_banner .title:after {
    content: "SERVICE";
}

/*.works .page_assemble-custom .page_banner .title {
    position: absolute;
    top: 29%;*
    width: 100%;
    line-height: 1;
    color: #fff;
    font-size: 2.3rem;
    text-align: center;
}
.works .page_assemble-custom .page_banner .title span {
    display: none;
}
.page_assemble-custom .page_banner .title:before {
    content: "";
    display: flex;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    font-family: sans-serif;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    top: 50%;
    position: absolute;
    line-height: 1.4;
}
 .title:before {
    content: "一座座建築經典或正在熱銷的個案，都可看見時代的演進， 空間與設計的深度對話、工學與建材品質的提升，也可閱讀到生活 品味、文化細節及城市區域的歷史脈絡，章章精彩，篇篇令人回味。";
}*/

@media only screen and (max-width: 991px) {
    /*.works .page_assemble-custom .page_banner .title {
        top: 20%;
    }
    .works .page_assemble-custom .page_banner {
        height: 300px;
    }
    .page_assemble-custom .page_banner .title:before {
        content: "";
        font-size: 1rem;
        top: 50px;
        width: 100%;
        padding: 0 20px;
    }
}*/