@charset "UTF-8";
/* KV */
@media (min-width: 768px){
    .banner_section:not(.full_screen), 
    .banner_section:not(.full_screen) .carousel-item, 
    .banner_section:not(.full_screen) .banner_content_wrap, 
    .banner_section:not(.full_screen) .banner_content_wrap .carousel-item{
        height: 448px;
    }
}
/* Btn */
.feas_btn{
    height: 48px;
    width: 148px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 48px;
}
/* TOP BRAND */
.top_brand{
    background-image: url(../images/bg/bg_06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 55px 0 75px 0;
}
.brand_tab_btn {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.brand_tab_content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}
.brand_tab_content.active {
    max-height: initial;
    opacity: 1;
}
@media (min-width:1200px){
    .brand_logo_block .owl-stage-outer{
        display:flex;
        justify-content:center;
    }
    .brand_logo_block .owl-stage {
        display:flex;
        justify-content:center;
    }
    .brand_logo_block .owl-item .brand_tab_btn img{
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767px){
    .top_brand{
        padding: 35px 0 35px 0;
    }
}
/* 分類 Tab */
.top_brand .category_tab ul.nav-tabs{
    /* overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 60px; */
}
.top_brand .category_tab li.nav-item{
    position: relative;
    /* width: 33.3%; */
    max-width: 256px;
    margin-right: 7%;
}
.top_brand .category_tab li.nav-item:last-child{
    /* width: auto; */
    margin-right: 0;
}
.top_brand .category_tab li.nav-item:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #D3CFC1;
}
.top_brand .category_tab a.nav-link{
    font-size: 28px;
    font-weight: 600;
    color: #80725C;
    background: none;
    margin: 0;
    padding: 5px 0px 8px 0px;
    position: relative;
    z-index: 2;
    letter-spacing: 6px;
    text-align: left;
    display: inline-block;
}
.top_brand .category_tab a.nav-link:hover,
.top_brand .category_tab a.nav-link.active{
    color: #000;
}
.top_brand .category_tab a.nav-link:after{
    content: '';
    display: block;
    position: absolute;
    background-color: #80725C;
    bottom: 0;
    height: 4px;
    width: 0;
    left: 50%;
    transition: all 0.3s ease;
}
.top_brand .category_tab a.nav-link:hover:after,
.top_brand .category_tab a.nav-link.active:after{
    width: 100%;
    margin-left: -68px;
}
.top_brand .category_tab a.nav-link:last-child{
    margin: 0;
}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    .top_brand .category_tab a.nav-link{
        font-size: 21px;
        letter-spacing: 0px;
    }
    .top_brand .category_tab a.nav-link:hover:after,
    .top_brand .category_tab a.nav-link.active:after{
        margin-left: -42px;
    }
}
/* 品牌 Tab */
.brand_tab_btn{
    text-align: center;
}
.brand_tab_btn h4{
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    color:#A59F8F;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: color 0.3s ease; /* 文字顏色漸變 */
}
.brand_tab_btn:hover h4,
.brand_tab_btn.active h4{
    color: #000;
}
.brand_tab_btn h4:after{
    content: '';
    display: block;
    margin: 0 auto;
    width: 5px;
    height: 4px;
    background-color: #80725C;
    transition: width 0.3s ease; /* 寬度漸變 */
    opacity: 0;
    margin-top: 10px;
}
.brand_tab_btn:hover h4:after,
.brand_tab_btn.active h4:after{
    width: 100%;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .brand_tab_btn h4{
        font-size: 18px;
        letter-spacing: 0px;
    }
}
/* BOTTOM BRAND */
.bottom_brand{
    background-image: url(../images/bg/bg_07.png);
    background-size: cover;
    background-position: left top;
}
.bottom_brand .content_block {
    display: flex;
    align-items: center;
}
.bottom_brand .content_block > div{
    padding: 10px 15px 10px 40px;
}
.bottom_brand .content_block h3{
    font-size: 28px;
    font-weight: 500;
}
.bottom_brand .content_block h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3em;
    border-bottom: 1px solid #80725C;
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.bottom_brand .content_block .detail_content{
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
}
.bottom_brand .content_block .date_content{
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
}
.bottom_brand .btn_block{
    margin-top: 40px;
    display: flex;
}
.bottom_brand .btn_block .feas_btn{
    margin-right: 20px;
    font-weight: 500;
}
.bottom_brand .btn_block .feas_btn:last-child{
    margin-right: 0;
}
@media only screen and (max-width: 1439px){
    .bottom_brand .btn_block .feas_btn{
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        width: 120px;
    }
}
@media only screen and (max-width: 1199px){
}
@media only screen and (max-width: 767px){
    .bottom_brand .content_block h3{
        font-size: 20px;
    }
    .bottom_brand .content_block h2{
        font-size: 22px;
    }
    .bottom_brand .content_block .detail_content{
        font-size: 16px;
    }
    .bottom_brand .content_block{
        display: block;
    }
    .bottom_brand .content_block > div{
        padding: 10px 0;
    }
    .bottom_brand .content_block .date_content{
        font-size: 16px;
    }
}
