@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

/**/
.me_tp_features {display: none;} 
.edit_part {padding: 0;}

#content, #content_main {
    margin: 0;
    background: url(https://pic03.eapple.com.tw/389glzad/bg.jpg);
    background-size: cover;
    background-attachment: fixed;}
body.other_page .path p{display: none;}
/*選單設定*/
.nav-menu {margin: 0;}
.main_header_area .container {max-width: 95%;}
.nav-menu>li:not(.tp_links) {padding-right: 15px;}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {color: #eddab2;}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {color: #eddab2;}

.nav-dropdown>li {text-align: center;}
.header_area {
    box-shadow: 0px 0px 11px #9c9c9c8f;
    z-index: 9999;
    padding: 0;
    width: 100%;
    background: #fff;
    opacity: 1;}


.header_area.sticky {
    box-shadow: none;
    position: fixed;
    background: transparent;
    pointer-events: all;
    transition: all 0.5s;}

.main_header_area {background: transparent;}
.main_header_area::before {
    display: block;
    width: 0%;
    height: 100px;
    background: #2f391f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 0.7s;
    box-shadow: 1px 1px 5px #00000050;}

.header_area.sticky .main_header_area::before {
    width: 100%;
    transition: all 0.7s;}

.main_header_area::after {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(https://pic03.eapple.com.tw/dingfeng/icon-09.png);
    left: 50%;}

.header_area.sticky .main_header_area::after {
    background-size: unset;
    top: 0;
    border-radius: 0;
    width: 100%;
    animation: none;
    opacity: 0.05;
    transition: all 1.4s;}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;}

.pageIndex .header_area .nav-header {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0);
}

.header_area .nav-header {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0px);
}

.header_area.sticky .nav-header {
    top: 15px;
    opacity: 1;
    transition: all 0.5s;}

.stellarnav {
    position: relative;
    width: auto;
    z-index: 9900;
    line-height: normal;
    padding: 50px 0 10px 0;
    border-radius: 0 0 10px 10px;}

.header_area .stellarnav {
    transition: all 0.5s;
    top: 0px;}

.header_area.sticky .stellarnav {
    top: 0;
    padding: 30px 0;
    transition: all 0.5s;}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: row;}

.stellarnav>ul>li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;}

.stellarnav>ul>li>a {
    padding: 0;
    color: #eeb540;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: auto;
    padding: 0;
    font-weight: 400;
    font-family: revert-layer;
    font-weight: bold;
    margin: 0;}

.stellarnav>ul>li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #eddab275;
    margin: 0 10px;}

.stellarnav>ul>li:nth-last-child(1):after { display: none;}
.stellarnav li.has-sub>a:after {display: none;}

/*LOGO設定*/
.header_area .nav-brand img {
    width: 100%;
    opacity: 1;}

.header_area.sticky .nav-brand img {
    transition-delay: 0.5s;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.5s;}

.nav-brand {
    display: inline-block;
    width: 350px;
    padding: 0;}

.header_area .nav-brand::before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #47516A;
    background-image: url(https://pic03.eapple.com.tw/dingfeng/logo-36.png);
    z-index: -1;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 3px #000000c9;}

.stellarnav>ul>li>a {transition: all 0.5s;}
.stellarnav>ul:hover>li>a {
    color: #efe29b75;
    transition: all 0.5s;}

.stellarnav>ul>li>a:hover {
    color: #eddab2;
    transition: all 0.5s;}

.stellarnav>ul>li.has-sub>a { padding-right: 0;}

@keyframes header {
    0% {opacity: 0;}
    100% {opacity: 1;}}

@keyframes rotate {
    0% {transform: translate(-50%, 0) rotate(0deg);}
    100% {transform: translate(-50%, 0) rotate(360deg);}}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #eddab2;
    color: #fff;}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {border-color: transparent #fff #fff transparent;}

.stellarnav ul ul {
    background: transparent;
    top: 40px;}

.stellarnav li li {
    display: block;
    border-bottom: 1px #eeeeee2d solid;
    margin-bottom: -1px;
    background-color: #ffffffb5;}

.stellarnav li li a {
    padding: 7px 10px;
    display: block;
    font-size: 15px;
    color: #4F4E4D;
    font-weight: 500;}

.stellarnav ul ul {width: 180px;}
.stellarnav li li a:hover {
    padding-left: 15px;
    transition: all 0.3s;}

@media screen and (max-width: 1450px) {
.header_area .nav-header {left: 45%;}}

@media screen and (max-width: 1350px) {
.header_area .nav-header {left: 35%;}}

    @media screen and (max-width: 1250px) {
.header_area .nav-header {left: 30%;}}

@media screen and (max-width: 1024px) {
.header_area .nav-header {left: 50%;}
    .nav-brand {width: 180px;margin-top: 20px;}
    .header_area.sticky .nav-header {top: -7px;}
    .stellarnav>ul>li::after {margin: 0 10px;}
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;}
    .header_area .nav-header,
    .pageIndex .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: 0px;
        left: auto;
        transform: none;}

    .stellarnav { padding:5px 0 10px 0;}
    .header_area.sticky .stellarnav {
        padding: 10px 0;}
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;}

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;}

    .navigation {justify-content: center;}
    .nav-brand {
        width: 190px;
        padding: 0;}

    .header_area.sticky .nav-header { top: 20px; }
    .stellarnav .menu-toggle span.bars span {background: #111;}
    .stellarnav .menu-toggle:after { color: #111;}
    .header_area .stellarnav {padding: 10px 0;}
    .stellarnav>ul>li>a {writing-mode: horizontal-tb;}
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #4F4E4D;
        color: #fff;}

    .stellarnav.mobile.left>ul {
        left: 0;
        background: #ffffffb8;
        border: 0;}

    .stellarnav.mobile>ul>li>a {
        border: 0;
        padding: 15px 20px 10px 20px;
        color: #666;
        font-size: 15px;}
    .stellarnav li li a {padding: 7px 20px;}

    .stellarnav>ul>li::after {display: none;}
    .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #666;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #666;}
    .stellarnav.mobile li.open {background: #0000002e;}
    .stellarnav ul ul {top: 0;}
    .stellarnav.mobile ul {background: transparent;}
    .stellarnav li li {
        display: block;
        border: 0;
        margin-bottom: -1px;
        background-color: transparent;}

    .me_tp_features {display: none;}
    .stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
    .stellarnav .icon-close::before {border-bottom: solid 3px #fff;}
    .stellarnav.mobile > ul > li {border-bottom: 1px #dddddd52 solid;}
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {padding: 15px 10px;}
}



@media screen and (max-width: 500px) {
    .nav-brand {width: 150px;}
    .main_header_area .container {max-width: 100%;}
}

/* footer */
.footer {height: 400px;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/389glzad/footer-03.jpg);
    background-repeat: no-repeat;
    background-position: right;}
.box_link {display: none;}
.footer .center {max-width: 1100px;margin: 0 0 0 auto;}
.footer_info { padding-right: 0;margin-top: 200px;}
.footer_logo {max-width: 260px;}
.copy{color: #f0f0f0;
    border-top: 1px #ddd solid;
    margin-top: 0;
    background: #333;}
.copy a {color: #eeb540;}
.linksBtn {display: none;}


@media screen and (max-width: 768px) {
.footer_info {margin-top: 0px;}
.footer_logo {max-width: 160px;}
.footer {height: 300px;}
#bottom_menu {display: none;}

}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
.product_page .main_part { max-width:1300px;}
.product-layer-two li a:hover {
    background: #eeb540;
    color: #fff;}
.product-layer-two li a{
    font-family: "Noto Serif TC";
    border: none;
    border-top: 1px #ccc solid;
    background: none;
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    position: relative;}

.product_page .product_menu_list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: inherit;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 40px;}
.product_page .product_menu_list {
    width: 100%;
    position: relative;
    margin-bottom: 2vw;}
.product-layer-two li  {
    float: left;
    position: relative;
    text-align: center;}
.products-list { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.products-list .more {display: none;}
.products-list .name {
    font-weight: 650;
    font-size: 20px;
    color: #4F4E4D;}
.products-list .item a {padding-bottom: 0;}
.products-list .pic img {filter: grayscale(1);}
.products-list .item a:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
    transition: all .8s;
    min-height: 412px;
    object-fit: cover;}

/*購物車內頁*/
.product_main {padding: 0 40px 0 0;}
.product-layer-two li.active a {border: none;}
.product-wrapper {margin: 100px auto;}
.proImgSwiper img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 827px;
    object-fit: cover;
    max-height: 100%;}

.sidebarBtn {
    border: none;
    background: none;}
.toShare {border-top: 1px solid #999;}
.prod_related h6 span:before {color: #4F4E4D;}
.prod_related h6 {margin: 30px auto 20px;}
.related_list li a {background: none;}
.related_list li a p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 650;}

.lastPage {background: #999;padding: 5px 20px;}

.product_info li span {
    font-size: 15px;
    font-family: "Noto Serif TC";
    font-weight: 700;
    margin-bottom: 5px;}

.product_info li .txt_box {
    color: #888;
    font-size: 12px;}

.pd_tabTitle li.activeTab a {
    color: #fff;
    font-weight: 700;
    background: #999;
    padding: 10px 0 5px;}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_main {padding: 0;}
.product-wrapper {margin: 0 auto;}
}

@media screen and (max-width: 600px) {
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/389glzad/banner-01.jpg );
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center ;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-position: right;}
    

.banner:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to top, #00000066 0, rgba(12, 12, 12, 0.4) 50%, transparent 80%) 0 0 no-repeat;}
  
.banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #fff solid;
    justify-content: center;
    align-items: baseline;
    font-weight: bold;}
  
.banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;}


.banner.banB{display: none;}

/*  */

  @keyframes banner-line {
    0%{
        width: 0;
        opacity: 0;
    }
    75%{
        width: 300px;
        opacity: .5;
    }
    100%{
        width: 300px;
        opacity: 1;
  
    }
  }
  
  @keyframes banner-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }
  @media screen and (max-width: 670px) {
  .banner h5 {
    font-size: 30px;
    width: 100%;}}
    @media screen and (max-width:550px) {.banner.banE h5{ width: 300px;}}
    
    @media screen and (max-width:500px) {
        .banner{ height: 180px; background-attachment: unset; background-position: bottom;}
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t em {font-family: "Noto Serif TC";}
.blog_le .accordion {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: inherit;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 40px;}

.blog_le .accordion li {
    float: left;
    position: relative;
    text-align: center;}

.blog_search {
    width: 280px;
    position: absolute;
    top: 36px;
    right: 0;}

h5.blog_le_t {display: none;}
.blog_le {
    width: 100%;
    position: relative;}

.blog_le {padding: 0;}

.blog_box {
    width: 100%;
    max-width: 100%;}

.blog_search input[type=search] {
    border-radius: 0;
    background: none;}
.blog_ri {width: 100%;}
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #eeb540 !important;}

/*文章內頁設定*/
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;}
.blog_box_edit * {
    line-height: 200%;
    color: #444;}
.blog_ri {padding: 0;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;}   


@media screen and (max-width: 768px) {
.blog_search {width: unset;position: unset;}    
.blog_subbox {grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}    



}
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本設定*/

.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}


@media screen and (max-width: 600px) { 
}




