@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{
    font-family: "Noto Serif TC", "Roboto", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}



/* fix-ri */
.linksBtn{ background-color: #311b0f; }
.info_fix:hover>.linksBtn{background: #311b0fc4;} 
.info_fix_links a { background: #b4956e; border: 1px solid #f9edd7 ; transition: 0.3s; }
.info_fix_links a:hover{background: #86573e; border: 0px;}

.info_fix_links a.info_fix_tel{ order: 3;}
.info_fix_links a.info_fix_line { order: 2;}
.info_fix_links a.info_fix_fb{ order: 1;}
.info_fix_links a.info_fix_tel2{ order: 4;}
.info_fix_links a.info_fix_mail,.info_fix_links a.info_fix_phone{ display: none; }



.pageIndex #content_main{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-size: cover;
    background-position: top;
}


.other_select_page #page .promotion_title ,.other_select_page #page .other_promotion,.other_select_page #page .page { display: none; }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*banner文字*/
.swiper-slide:nth-child(1).swiper-slide-active:before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/ban-text-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 13vw;
    bottom: 8vw;
    animation: show_a .9s ease-out forwards;
    z-index: 100;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.5); */
    letter-spacing: 2px;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 9px;
    line-height: 2.5;
    text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.4);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 530px!important;
    width: 350px;
}


.swiper-slide:nth-child(2).swiper-slide-active:after{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/ban-text-22.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    right: 12vw;
    bottom: 8vw;
    animation: show_b .9s ease-out forwards;
    z-index: 100;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.5); */
    letter-spacing: 2px;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 9px;
    line-height: 2.5;
    text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.4);
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 530px!important;
    width: 350px;
}


@keyframes show_a {
    0% {
        height: 0;
        opacity: .5;
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }

    100% {
        height: 2.6158vw;
        opacity: 1;
        
    }
}

@keyframes show_b {
    0% {
        height: 0;
        opacity: .5;
        -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    }

    100% {
        height: 1.618vw;
        opacity: 1;
    }
}

@media screen and (max-width:1400px) {
    .swiper-slide:nth-child(1).swiper-slide-active:before{
        height: 380px!important;
        bottom: 5vw;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        height: 380px!important;
        bottom: 5vw;
    }
}


@media screen and (max-width:1150px) {
    .swiper-slide:nth-child(1).swiper-slide-active:before{
        height: 220px!important;
        bottom: 8vw;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        height: 300px!important;
        bottom: 8vw;
    }
}


@media screen and (max-width:1024px) {
    .swiper-slide:nth-child(1).swiper-slide-active:before{
        height: 240px!important;
        bottom: 11vw;
        left: 11vw;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        height: 260px!important;
        bottom: 11vw;
        right: 9vw;
    }
}


@media screen and (max-width: 768px) {
    .swiper-slide img {
        height: auto;
    }
    /* .swiper-slide:nth-child(1).swiper-slide-active:before{
        height: 350px!important;
        bottom: 10vw;
        font-size: 2.2vw;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        height: 350px!important;
        bottom: 10vw;
        font-size: 2.2vw;
    } */
    .swiper-slide:nth-child(1).swiper-slide-active:before{
        background-image: url(https://pic03.eapple.com.tw/kuohwa66/ban-text-m-1.png);
        width: 250px!important;
        height: 150px!important;
        left: 5vw;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        background-image: url(https://pic03.eapple.com.tw/kuohwa66/ban-text-m-2.png);
        width: 285px!important;
        height: 165px!important;
        right: 5vw;
    }
}

@media screen and (max-width:600px) {
    .swiper-slide:nth-child(1).swiper-slide-active:before{
        left: 2vw;
        width: 190px!important;
        height: 100px!important;
    }
    .swiper-slide:nth-child(2).swiper-slide-active:after{
        right: 2vw;
        width: 235px!important;
        height: 120px!important;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #fffffff2;
    padding: 0px 10px;
    transition: 0.3s;
}

.header_area.sticky { background: #ffffffde;}

.tp_links{ display: none;}
.me_tp_features{ padding-top: 10px; margin-bottom: -10px;}
.me_tp_features a{color: #512F1C; }

.shop_search_btn{ background: #512F1C;}

.stellarnav {
    padding: 12px 0 0;
}

.nav-brand{ max-width: unset;}

.nav-brand img{ max-width:260px;}

.stellarnav>ul>li>a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    color: #704c2c;
    transition: all 0.3s;
    padding: 0px 12px 0px 12px;
    height: 40px;
}
.stellarnav>ul>li>a:hover{
    color: #b3946e;
}

.stellarnav li.has-sub > a:after{
    border-top: 6px solid #704c2c;
}
.stellarnav > ul > li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #d6be9d;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.stellarnav > ul > li:hover::before {
    width: 100%;left: 0;right: auto;
}

.stellarnav ul ul{
    left: 8px;
    width: 182px;
}

.stellarnav li a{
    color: #704c2c ;
    font-size: 15px;
}

.stellarnav ul ul li a:hover{
    border: 0px;
    background: #b3946e;
    color: #fff;
}

/* 商品下拉超過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;
}


.stellarnav.mobile ul {
    background: #000000;
}

.stellarnav.mobile>ul>li {
    border-bottom: 1px #101010 solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: #000000;
}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #311b0f;}
.stellarnav .menu-toggle:after { color: #311b0f;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #311b0f;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:0px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #85573e;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #85573e;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -3px;
    background: transparent;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
    padding: 0px;
  }
  .stellarnav.mobile li.open li.open{
    background: #fff;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(230, 230, 230, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;  background: #fff;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1105px) {
    .nav-brand img{ max-width: 220px;}
}

@media screen and (max-width:1096px) {
    .stellarnav>ul>li>a{
        padding: 0px 6px 0px 6px!important;
    }
    .stellarnav li.has-sub > a:after{ border-top: 0px;}
}
@media screen and (max-width:1024px) {
    .header_area {
        background: #fff;
    }
    .header_area.sticky{
        background: #fff;
    }
    .me_tp_features{ padding-top: 0px;}
 
}

@media screen and (max-width:768px) {
    .nav-brand img{ max-width: 220px;}
    .stellarnav.mobile{ left: -40px; top: 20px;}
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 10px;
        line-height: 400%;
    }
    .header_area{ padding: 16px 10px;}
    .stellarnav li a{padding: 7px 10px; }
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ left: -20px; top: 17px;}
    .nav-brand{ margin-bottom: -10px;}
    .nav-brand img{ max-width: 200px;}
}
/* 商品下拉超過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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* footer */
/* 該案件額外 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
p.line {    order: 1;}
p.add{    order: 2;}


.footer_info li:nth-child(1) p.tel2,
.footer_info li:nth-child(1) p.phone {
    display: inline-block;

}


.footer_info li:nth-child(1) p {
    display: grid;
    grid-template-columns: auto 1fr;
}

.footer_info li:nth-child(1) p.line {
    display: none;
}
.footer_info li:nth-child(1) p.tel a,.footer_info li:nth-child(1) p.phone a{
    display: none;
}

.footer_info li p.tel:before{
    content: '電話：02-29630598、02-29630679';
}

.footer_info li p.phone:before{
    content: '手機：0952-270090 、0914-030939';
}
.footer_info li p.tel2:before{
     content: '免付費：';
}

.footer_info li p.mail:before{
    content: 'Email：';
}

.footer_info li p.tel{ order: 1;}
.footer_info li p.phone{ order: 2;}
.footer_info li p.tel2{ order: 3;}
.footer_info li p.fax{ order: 4;}
.footer_info li p.mail{ order: 5;}
.footer_info li p.add{ order: 6;}

/* footer_清除原始設定_版型調整 */
.footer {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 80px 0 20px;
    background:linear-gradient(115deg, #fffbf463, #d7bf9ecf), url(https://pic03.eapple.com.tw/kuohwa66/footer-bg.jpg);
    background-size: cover;
}


.footer:before,
.header_area.sticky:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(https://pic03.eapple.com.tw/yuanxhian/pat_bg_09.jpg); */
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
    background-position: top;
    pointer-events: none;

}


.header_area.sticky:before {
    transform: scaleX(-1);
    pointer-events: none;
}


.footer_logo img {
    max-width: 230px;
    width: 100vw;

}

.footer_logo a {
    display: block;
}

.box_link {
    position: relative;
}

.footer_info ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 50px;

}


.footer_menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.footer_menu a{
    background: transparent;
    color: #916d49;
    border: none
}
.footer_menu a:hover{
    color: #fff;
    background: #86573e;
}


.footer_info {
    grid-template-columns: 204px auto auto;
    gap: 60px;
    padding: 0;
    width: 80%;
    margin: auto;
}


.box_link {
    position: relative;
    right: 0;
    max-height: initial;
    max-width: initial;
    justify-content: flex-start;
    order: 3;
    padding: 10px;
    display: flex;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-content: flex-start;
    max-width: 450px;
}

.box_link a {
    border-radius: 0;
    border: none;
    display: grid;
    grid-template-columns: 20px auto;
    width: 100%;
    text-align: left;
    margin: 0;
    color: #916d49;
}

.box_link a.me_tp_call {display: none;}

.box_link a:hover {
    background: transparent;
    opacity: .5;
    transition: transform 600ms ease-in-out;

}

.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.box_link a {
    color: #916d49;
    font-size: 14px;
    justify-content: start;
}

.footer_info li p,
.footer_info li p a {
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: "Noto Serif TC", "Roboto", sans-serif;

}

.footer_menu a {
    font-family: "Noto Serif TC", "Roboto", sans-serif;
    font-weight: 600;
}

.footer_menu a,
.footer_menu a:hover {
    font-weight: 500;
    transition: all 0.3s ease-in-out;

}

.footer_menu a:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.box_link a::after {
    content: "";
    letter-spacing: 2px;
    padding-left: 8px;
    font-weight: 500;
    font-family: var(--font_same_03);
    font-weight: 600;

}

.box_link .me_tp_line::after {
    content: "LINE";
}

.box_link i.fa-brands.fa-whatsapp::after {
    content: "CONTACT US";
}

.box_link i.fa-brands.fa-facebook::after {
    content: "FACEBOOK";
}

.box_link .me_tp_ig::after {
    content: "INSTAGRAM";
}

.box_link .me_tp_call::after {
    content: "PHONE";

}

.box_link .me_tp_mail::after {
    content: "E-MAIL";

}

.box_link .me_tp_fb::after {
    content: "FACEBOOK";

}


.footer .center {
    max-width: 100%;
}

.footer_info li:nth-child(1):before,
.footer_info li:nth-child(2):before,
.box_link:before {
    border-bottom: solid 1px #311b0fac;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #311b0f;
    letter-spacing: 0.3em;
    font-weight: 600;
    font-family: "Noto Serif TC", "Roboto", sans-serif;
    font-size: 17px;
}

.footer_info li:nth-child(1):before {
    content: '聯絡我們';
    pointer-events: none;
}

.footer_info li:nth-child(2):before {
    content: '網站地圖';
    pointer-events: none;

}

.box_link:before {
    content: '社群媒體';
    grid-column: span 2;
    pointer-events: none;

}

.copy,
.copy a {
    border-color: transparent;
    color: #00000091;
}

@media screen and (max-width: 1200px) {
    .footer_info {
        grid-template-columns: auto;
        gap: 40px;
    }

}

@media screen and (max-width:1024px) {
    .footer_info{ width: 90%;}
}


@media screen and (max-width: 768px) {
    .footer_info {
        gap: 10px;
        width: 94%;
    }

    .footer_info ul {
        grid-template-columns: auto;
        gap: 10px;
    }

    .footer_menu {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .box_link {
        grid-template-columns: minmax(0, 1fr);
    }

    .box_link:before {
        grid-column: span 1;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
.product_info_page  .swiper-wrapper .swiper-slide:nth-child(1)::after { display: none;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

.product_page #content,.product_info_page #content{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-size: cover;
    background-position: center;
}

.car_page #content,.remit_page #content{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-size: cover;
    background-position: center;
}

/* 首頁 */
.i_prod_tit{ display: flex; justify-content: center;}
.i_prod_tit span, .i_video_tit span{color: #696969; font-size: 0px; font-weight: bold;  margin-bottom: 20px;}
.i_prod_tit span::after{
    content: "";
     background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-p-title.png);
     background-size: cover;
    width: 460px;
    height: 149px;
    display: block;

}
.animated-arrow{ background: #B79F80; width: 200px; height: 40px; line-height: 36px; border: 2px solid #D9CDB7; border-radius: 8px;} 
.animated-arrow b { font-weight: 400;}
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #444;  padding: 12px 16px; transition: 0.3s;}
.product-layer-two li a:hover{ background: #80573E; color: #fff;}
.product-layer-two li li a{ color: #444; background: unset; }
.product-layer-two li i{ color: #b3946e;top: 8px;} 
.product-layer-two li.active a{ background: #80573E; border: 0px; color: #fff;}
.product-layer-two li.active li a{ color: #fff;background: #b3946e;}
.product-layer-two li.active a:hover{  color: #80573E;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #434343; margin-top: -8px; display: none;}
.products-list .name{ font-size: 18px; color: #704C2C; font-weight: bold; text-align: center;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s;}
.products-list .more{ font-size: 15px; color: #B79F80; border: 0px; }
.products-list .item a:hover .more{ background: transparent; color: #80573E;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden; border-radius: 20px;}
.products-list .item a:hover img  {
   border-radius: 20px;
    background: rgba(165,187,116,.2);
    z-index: 999;
     transform: scale(1.2);
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn{ border-radius: 24px;}
.sidebarBtn h2{ color: #704C2C; font-size: 26px;}
.sidebarBtn .sp_price{ color: #434343;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #332A28; font-size: 22px; font-weight: bold;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
/* .inquiry_a1{ background: #A6A6A6;}
.inquiry_a2{ background: #8B8B8B;}
.inquiry_a1:hover { background: #8B8B8B;}
.inquiry_a2:hover { background: #A6A6A6;} */
.inquiry_a3{ background: #B79F80;border: 2px solid #D9CDB7!important;  transition: 0.3s; border-radius: 12px;}
.inquiry_a3:hover { background: #80573E;}

.rewrite_simple{ background: #80573E; border-radius: 8px; border: 2px solid #D9CDB7!important;}
.send_simple{ background: #B79F80; border-radius: 8px; border: 2px solid #D9CDB7!important;}


/* 相關推薦 */
.prod_related h6 span:before{  color: #332A28; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}
.lastPage{ background: #9ECFBC; border-radius: 8px;}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:500px) {
    .i_prod_tit span::after{    
        width: 280px;
        height: 86px;
    }
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; margin-top: -112px;}
.bannerindex { position:relative; height:auto; top: -112px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width:1024px) {
    .bannerindex{ top: 0px;}
    #content_main { margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*內頁BANNER 設定*/
.banner {}

/*.banner h5::first-letter{font-size: 2vw;color:#f3f1ef;}*/


.banner { background-image: url(https://pic03.eapple.com.tw/kuohwa66/ban-bg.jpg); background-position: center; width: 100%; background-size: cover;height: 350px;
 background-position: center;
    background-size: cover;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
   }
.banner::before {
    content: "";
    background-image: linear-gradient(180deg, #00000000 40%, rgb(180 180 180 / 31%) 65%), url(https://pic03.eapple.com.tw/kuohwa66/ban-bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 20s linear infinite;
    width: 110%;
    height: 350px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.banB{display:none;}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}
/* 主標題 h5 動畫效果 */
.banner h5 {
    width: 100%;
    position: relative;
   font-family: "Noto Serif TC", "Roboto", sans-serif;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.24em;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    text-shadow: 0 4px 10px rgb(0 0 0 / 40%);
    
    /* 新增動畫 */
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
}

/* 動畫定義 */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 各個 banner 對應的副標題內容 */
.banner.banF h5::after {
    content: "Products";
}

.promotions_page .banner.banA h5::after {
    content: "News";
}

.banner.banA h5::after {
    content: "Product Details";
}


.blog_page.article_b .banner.banblog h5::after {
    content: "Video";
}

.blog_page.article_a .banner.banblog h5::after {
    content: "Transfer Life";
}

.banner.banC h5::after {
    content: "Contact";
}

/* 通用副標題樣式 + 動畫 */
.banner h5::after {
    display: block;
    color: #fff;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.3s; /* 副標題比主標題晚0.3秒進場 */
}


@media screen and (max-width:1024px) {
    .banner::before { height: 250px;}
    .banner{ height: 250px; background: transparent;}
}
@media screen and (max-width:500px) {
    .banner{ height: 160px;}
    .banner::before{ height: 160px;}
    .banner h5{ font-size: 32px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.blog_page #content,.blog_in_page #content{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-size: cover;
    background-position: center;
}


/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500;}
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 20px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #B79F80; bottom: -20px;}
.subbox_item a:hover:before {  color: #80573E; transition:.5s;}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #80573E !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_catego ry .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden; border-radius: 20px;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover;}
.blog_list_ri h5 {  font-weight: bold;  font-size: 20px;  color: #704C2C;  margin-bottom: 15px; font-family: "Noto Serif TC", "Roboto", sans-serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); transition: .5s ease-in-out;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 15px;  color: #000;  line-height: 150%;    font-family: "Noto Serif TC", "Roboto", sans-serif; }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #80573E;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: #B79F80; color: #ffffff; border-radius: 8px; border: 2px solid #D9CDB7;}
h4.blog_category_title { font-family: "Noto Serif TC", "Roboto", sans-serif;  font-weight: 500;  letter-spacing: 1px; border-bottom: 1px #d9cdb7b3 solid;  padding: 10px 0; color: #704C2C;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 0px;}
.blog_back a.article_btn_next { background: #80573E;  color: #fff;  border-radius: 8px; border: 2px solid #D9CDB7;}
.blog_back a.article_btn_prev {  background: #80573E; color: #fff; border-radius: 8px; border: 2px solid #D9CDB7;}
.lastPage{  background: #80573E; border-radius: 8px;border: 2px solid #D9CDB7; }
.news_related h6 span:before {  color: #1C1C1C;}
.news_related { background: transparent;}
.news_related_list li a{ background: transparent;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 16px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}

  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.promotions_page #content{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-position:center;
    font-family: "Noto Serif TC", "Roboto", sans-serif;
}

/* 促銷方案 */
/* 促銷方案背景 */
.promotions_page .edit { color: #000; padding: 40px 0 80px;  font-family: "Noto Serif TC", "Roboto", sans-serif;}

/*上面那排標題*/
.promotion_title{ font-family: "Noto Serif TC", "Roboto", sans-serif;}
.promotions_page .promotion_title em{ border: 0px ;    padding: 16px 16px;   background: #806D49;  color: #fff;}
.promotions_page .promotion_title span{ display: none;}
.promotions_page  .promotion_title h2{color: #704C2C; font-size: 28px;padding-left: 16px; line-height: 50px; font-weight: bold;  font-family: "Noto Serif TC", "Roboto", sans-serif;}
/* 下方sitemap */
.other_promotion li a{ background: #d9cdb72f; border: 0px; color: #94806E; transition: 0.2s;}
.other_promotion li a:hover{ background: transparent; color: #80573E;}
.other_promotion .pmtTitle h3{ color: #271d1d;}

@media screen and (max-width:1024px) {
    .promotions_page #content{
        background-position: left;
    }
}

@media screen and (max-width:768px) {
    .promotions_page .promotion_title h2{ padding-left: 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 聯絡我們 */
.contact_page #content{
    background-image: url(https://pic03.eapple.com.tw/kuohwa66/in-bg.jpg);
    background-size: cover;
    background-position: center;
}

/* 聯絡我們 */
.blank_letter{   font-family: "Noto Serif TC", "Roboto", sans-serif;  color: #332A28;} 
.list_before{ display: none;}

.contact_form{grid-gap:20px; }
.contact_le_nomap{ margin-top: 40px;}
.contact_form li.last blockquote{ color: #B79F80; border-radius: 8px;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 2px solid #D9CDB7; border-radius: 8px;}
.contact_form li.last cite{ color: #fff; background: #B79F80; border-radius: 8px;}


@media screen and (max-width:1024px) {
    .contact_page #content{
        background-position: left;
    }
}
@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
}




.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #80573E; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




