.pageIndex .main_part {
    border-top: none;
}

.pageIndex .header_area {
    position: fixed;
    width: 100%;
}

.pageIndex .main_header_area {
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.pageIndex .header_area.sticky .main_header_area {
    background: #fff;
}

.header_area.sticky .main_header_area {
    background: #fff;
}

.main_header_area {
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

.path {
    display: none;
}

/*選單*/
.nav-menu {
    margin: 0;
}

.nav-menu>li>a {
    padding: 30px 18px;
    color: #000;
    position: relative;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #D3AC76;
}

.nav-menu>li:not(.tp_links)>a:after {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    background: #D3AC76;
    bottom: 0;
}

.nav-menu>li:hover>a:after {
    width: 100%;
}

.submenu-indicator-chevron {
    border-color: #000 #000;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #D3AC76 #D3AC76 transparent;
}

/*下拉*/
.nav-menu>li>.nav-dropdown {
    border: none;
}



/*購物車分類*/
.nav-menu>li:nth-child(5) .submenu-indicator {
    display: none;
}

/*購物車分類下拉箭頭*/
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #fff;
    background: #D3AC76;
    transition: all .5s;
}


.pageIndex .header_area {
    position: relative;
}

li.tp_links {
    display: none;
}



/* logo============ */
.nav-brand {
    padding-top: 3px;
    width: 280px;
}

/* footer============= */
.footer {
    background: #fff;
}

.footer_logo img {
    padding-top: 35px;
    width: 280px;
}

.footer_info li:nth-child(1) {
    padding: 0 10px 10px;
    width: 100%;
}

.footer_info li:nth-child(2) {
    width: 100%;
}

.footer_menu a {
    padding: 5px 7px;
    border: 0px #888 solid;
    margin: 10px 4px 4px 0;
    color: #333333;
    background: none;
}

.footer_menu a:hover {
    background: #D3AC76;
}

.footer_menu {
    border-top: 1px solid #D3AC76;
}

.copy {
    color: #D3AC76;
    background: #D3AC76;
}

.copy a:hover {
    color: #D3AC76;
}

.copy a {
    color: #D3AC76;
}
/* 大圖記得放這個*/
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        position: relative;

        height: 0;
        padding-bottom: 47%;
    }
}

@media screen and (max-width: 350px) {
    .nav-brand {
        padding-top: 3px;
        width: 230px;
    }
}


/* bn============ */
.banner.banblog {
    background: #D3D5D2;
    padding: 152px 0;
    background-image: url(https://pic03.eapple.com.tw/fahchey/bnblog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banB {
    background: #D3D5D2;
    padding: 152px 0;
    background-image: url(https://pic03.eapple.com.tw/fahchey/bn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banC {
    background: #D3D5D2;
    padding: 152px 0;
    background-image: url(https://pic03.eapple.com.tw/fahchey/bnc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banF {
    background: #D3D5D2;
    padding: 152px 0;
    background-image: url(https://pic03.eapple.com.tw/fahchey/bna.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.other_page .banB {
    background: #D3D5D2;
    padding: 152px 0;
    background-image: url(https://pic03.eapple.com.tw/fahchey/bnn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner:before {
    width: 20%;
    height: 1px;
    margin: 3px auto 0;
    background-color: #d3d5d266;
    overflow: hidden;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
}

.banner h5 {
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 10px;
    color: #eee;
    font-size: 36px;
}

.banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-animation: lineMove 3s 0.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
    animation: lineMove 3s 0.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes lineMove {
    0% {
        right: 20%;
    }

    100% {
        right: -20%;
    }
}

/* 商品======== */

/*購物車*/
.product-layer-two {
    text-align: center;
}

.product-layer-two li:hover ul {
    border: 1px solid #D3AC76 !important;
}


.products-list .pic {
    overflow: hidden;
}

.products-list .item {
    width: calc(calc(100% - 30px) / 3);
}

.products-list .name {
    min-height: 80px;
    -webkit-line-clamp: 3;
}

.products-list .more {
    border: 1px solid #856841;
    color: #856841;
}

.products-list a:hover .more {
    background: #856841;
    border: 1px solid #856841;
}

/*商品資訊頁*/

.product_info {
    display: none;
}

.sidebarBtn h2 {
    color: #000;
    font-family: 'Noto Serif TC', serif;
}

.sidebarBtn {
    border: 0px #ddd solid;
}

h3.prod-thumb {
    display: none;
}

.nextaction {
    background-color: #856841;
}

.lastPage {
    background: #313131;
}

.product_main h2 {
    font-size: 28px;
    color: #000;
    font-family: 'Noto Serif TC', serif;
    margin-bottom: 20px;
    text-align: center;
}

.half_box {
    text-align: left;
}

@media screen and (max-width: 768px) {

    .product_main h2 {
        font-size: 25px;
    }

    .sidebarBtn {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: 49%;
    }
}


/* 聯絡我們========= */

.animated-arrow {
    background: #856841;
}

.blank_letter {
    color: #000;
    font-family: 'Noto Serif TC', serif;
}


/*分享文章*/
.promotion_title h2 {
    border-bottom: 1px solid #856841;
}

.promotion_title {
    border-bottom: none;
}


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.subbox_item {
    margin-right: 1%;
    width: calc(95% /3);
}

.blog_list_le {
    width: 100%;
}

.blog_list_ri {
    width: 100%;
}

.subbox_item a:after {
    background: #f5f5f5ad;
    border: none;
    border-bottom: 2px #D3AC76 solid;
}


/*文章側邊欄*/
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #ccc !important;
}

.blog_le .accordion {
    border: none;
    border-radius: 0;
    border-bottom: 1px #D3AC76 solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: none !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #D3AC76 !important;
    letter-spacing: 1px;
}
/*文章內頁*/
h4.blog_category_title {
    font-family: 'Noto Serif TC', serif;
}

.blog_back a.article_btn_next {
    background: #856841;
}

.blog_back a.article_btn_prev {
    background: #856841;
}

.blog_back a.article_btn_back {
    background: #D3AC76;
}

@media screen and (max-width: 450px) {
    .subbox_item {
        width: 48%;
    }
}

/*首頁-文管*/
.module_i_news .title_i_box h4 {
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    color: rgb(47, 76, 115);
    font-size: 35px;
}
.module_i_news ul {display: flex;
    justify-content: center;}
.module_i_news li {width: 22%;
    margin: 0 1%;}
.module_i_news li a {display: flex;
    flex-direction: column;
    flex-wrap: wrap;}  
.i_blog_le {width: 100%;}
.i_blog_ri {width: 100%;}
.pageIndex .animated-arrow {
    background: #d3ab75;
}    
.module_i_news {
    background: #eee;
}       
.module_i_news li a:after {background: #f5f5f5ad;
    border: none;
    border-bottom: 2px #D3AC76 solid;}

@media screen and (max-width: 1200px) {
    .module_i_news .title_i_box h4 {font-size: 20px;}
}    

@media screen and (max-width: 1024px) {
    .module_i_news li {
    width: 30%;}
}

@media screen and (max-width: 768px) {
    .module_i_news ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
    .module_i_news li {
    width: 48%;}
} 

@media screen and (max-width: 450px) {
    .module_i_news li {
    width: 100%;
    margin-bottom: 15px;
}
}   