@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


body{
    /* overflow-x:hidden;  */
    font-family:'Noto Sans TC','Noto Serif TC','Playfair Display', serif;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
:root {
    /*網站主要色系*/
    /* --MainColor: #93877c;  */
    /*網站輔助色系1*/
    /* --SubColor: #91714d;  */
     /*網站輔助色系2*/
    /* --SubColor2: #eae5df; */
    --SFont:"Noto Serif TC", serif;
    --SFonts:"Noto Sans TC", sans-serif;
    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f28:28px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f17:17px;
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/* 0416改導覽列樣式 */
.main_header_area .container {
    max-width: 95%;
}
body.pageIndex .header_area {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transition: all 0.3s ease-in-out;
}
header.header_area.sticky{
    background: #0b0c0b;
    transition: all 0.3e ease-in-out;
}
.header_area {
    /* background: #fff; */
    position: fixed;
    top: 0;
    width: 100%;
}
.main_header_area {
    background: transparent;
}
.navigation {
    padding: 10px 0px 0px 220px;
}
.stellarnav.desktop > ul > li >a{
    color: #fff;
}
.stellarnav > ul > li:hover > a {
    color: #bb905e;
}

.stellarnav > ul > li > a{
    letter-spacing: 0.04rem;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding: 0 12px 0 0;
    margin: 0 4px;
}
.stellarnav li.has-sub > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.stellarnav > ul > li:hover > a:after {
    border-top: 5px solid #bb905e;
}

/* 導覽列第2層 */
.stellarnav li li:hover a{
    color: #bb905e;
}




.stellarnav > ul {
    padding-bottom: 4px;
    /* padding-top: 40px; */
}
.stellarnav.left.desktop {
    z-index: 10;
}
.me_tp_features {
    /* position: absolute; */
    
    padding-right:10px;
    padding-top: 4px;
}
.header_area .me_tp_features a {
    color: #bb905e;
}
body.pageIndex .header_area.sticky .me_tp_features a {
    /* color: #111; */
}
a.nav-brand {
    margin: 5px 0 0;
    /* width: 80%; */
    position: relative;
}

.nav-header{
    top: auto;
    margin: auto;
}
.tp_links{
    display: none;
}



/* 導覽列平板/手機樣式 */
.stellarnav .menu-toggle span.bars span {
    background: #fff;
}
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav.mobile ul {
    background: #101010;
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    border-right: none;
}
.stellarnav.mobile li a {
    border-bottom: none;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after, .stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-color: #fff;
    border-width: 2px;
}
.stellarnav.mobile li.open {
    background: #000;
}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #101010;
}
.stellarnav a {
    color: #bb905e;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after, .stellarnav .icon-close:before, .stellarnav .icon-close:after {
    border-color: #fff;
    border-width: 2px;
}





/* 輪播大圖樣式 */
.swiper-slide:before {
    content: "";
    display: block;
    background: url(https://pic03.eapple.com.tw/incense4981/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    right: 10%;
    width: 100%;
    /* height: 0 !important; */
    background-position: right;
    padding-bottom: calc(100% / 4);
    z-index: 4;

}
.swiper-slide.swiper-slide-active:after{
    content: "";
    position: absolute;
    right: -30%;
    top: 70%;
    padding-bottom: calc(100% / 1* 0.35);
    width: 80%;
    height: 0 !important;
    z-index: 4;

    transform: translateX(-50%);
    opacity: 0;
    animation: show_b .8s ease-out forwards;
    animation-delay: .3s;
}
.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/incense4981/banner02.png);
    
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/incense4981/banner03.png);
    
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    
}

@keyframes show_b {
    0% {
        /* height: 0; */
        opacity: .5;
        top: 70%;
    }

    100% {
        /* height: 0; */
        opacity: 1;
        top: 55%;
    }
}
/* 購物按鈕樣式 */
.shop_search_btn {
    background: #bb905e;
    
}

/* input{
    line-height: 1.4;
} */

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
.banner h5 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.08rem;
}
.banF {
    background-image: url(https://pic03.eapple.com.tw/incense4981/bannerF.jpg);
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5 
.product_page .main_part { max-width:1500px;}
.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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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-layer-two { 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: #fff; 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;}
@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { 
    background-color: #000;
    position:static; 
    height:auto;
}
.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 {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/incense4981/bannerF.jpg);
}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
    .banner {display: none;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 首頁樣式 */
#content_main {
    background: url(https://pic03.eapple.com.tw/incense4981/bg00.png);
}
/* .main_part{
    background-color: #000;
} */


/* 商品選購 */
/*如果螢幕寬度為 980px 以上 且 2000px 以下，就套用 css 設定_商品圖*/
@media screen and (min-width: 980px) and (max-width: 2000px){ 
    .products-list .item {
      width: 22%;
  }
  }


.prod_part{
    padding: 40px 20px;
}
.clearfix{
    text-align: center;
}
.i_prod_tit span{
    display: none;
}
.i_prod_tit::before{
    line-height: 160%;
    content: 'Product';
    display: block;
    font-family:'Playfair Display', 'Noto Serif TC',serif;
    color: #080808;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.2rem;
}
.i_prod_tit::after{
    content: ' ';
    display: block;
    background: url(https://pic03.eapple.com.tw/incense4981/title04.svg);
    position: relative;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    /* top: 25%;
    right: 10%; */
    /* width: auto; */
    padding-bottom: 80px;
    /* z-index: 4; */
}
@media (max-width:1100px) {
    .i_prod_tit::after{
        background-size: 250px;
    }
    .i_prod_tit::before{
        font-size: 20px;
    }
}
@media (max-width:570px) {
    .i_prod_tit::after{
        background-size: 200px;
        padding-bottom: 60px;
    }
}

.animated-arrow{
    background: #933333;
    color: #fff;
    min-width: 200px;    
    letter-spacing: 0.04rem;
}
.products-list .more {
    border: 1px solid #E3DBC1;
    color: #666;
    background: #E3DBC1;
    font-weight: 500;
    letter-spacing: 0.04rem;
}
.products-list .item a:hover .more {
    border: 1px solid #961F17;
    color: #ffffff;
    background: #961F17;
}
.products-list .price .ori_price{
    color: #777;
    font-weight: 400;
}
.products-list .price .sp_price {
    color: #961F17;
    font-weight: 600;
}

/* 商品內頁 */
.product_page #content{
    background: url(https://pic03.eapple.com.tw/incense4981/bg00.png);
}
.product-layer-two {
    text-align: center;
}
.page li a {
    line-height: 20px;
}
.page strong, .page a {
    border-radius: 0px;
}
.product-layer-two li a {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.product-layer-two li a:hover {
    text-decoration: underline;
    transition: all .2s ease;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #bb905e solid;
    background: #bb905e;
    color: #111;
}

.inquiry_a3 {
    background: #961F17;
}
.lastaction {
    color: #b78e66;
    background-color: #F4F1EA;
    background-image: none;
}
.nextaction {
    color: #fff;
    background-color: #b78e66;
    background-image: none;
}
.lastPage {
    background: #b78e66;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    text-align: center;
}

/* 新增按鈕 */
.pd_button{
    background: #1fa047;   
}


/* 匯款通知 */
.rewrite_simple {
    background: #b98f62 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: #933333 url(../images/simple_right.png) 88% center no-repeat;
}

.path p a:hover {
    color: #933333;
}

.car_page .information_left {
    /* display: inline-block; */
}
.car_page .information_left .arrow{
    width: 20px;
}
.car_page .information_left .animated-arrow{
    font-size: 14px;
    letter-spacing: 0.04rem;
    border-radius: 5px;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 底部樣式 */
.box_link{
    display: none;
}


.footer_logo {
    max-width: 280px;
    text-align: center;
}
.footer_logo > a >img{
    width: 100%;
}

.footer {
    background-color: #101010;
    background-image: url(https://pic03.eapple.com.tw/incense4981/footer_bg.jpg);
    background-size: cover;
    background-position: right bottom;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_info li:nth-of-type(1) p, .footer_info li:nth-of-type(1) p a{
    color: #fff;
    text-shadow: 0 0 3px black;
}
.footer_info li:nth-child(2) {
    padding: 0px;
}

.footer_menu {
    display: none;
}
.copy {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    color: #999;
    border-top: 1px rgba(221, 221, 221, 0.25) solid;
}
.copy a{
    color: #666;
}

.info_fix{
    display: none;
}
















/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 1024px){
    .navigation {
        padding: 0;
    }
    .pageIndex .main_header_area {
        background: #0b0c0b;
    }
    .main_header_area {
        background: #040404;
    }
    body.pageIndex .header_area{
        border-bottom: none;
    }
    .header_area {
        position: relative;
    }
    .me_tp_features {
        padding-top: 0;
        margin: 10px 0 0;
    }
    .stellarnav > ul > li > a{
        
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }
    .stellarnav > ul {
        padding-top: 4px;
    }
    a.nav-brand {
        margin: 10px 0 0;
    }
    .navigation {
        padding: 10px;
    }

    
}














@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: block; }
    
    #to_top { 
        bottom:60px;
    }
    /* 導覽列購物車 */
    .me_tp_features a{
        margin: 0;
    }
    .me_tp_features a span{
        display: none;
    }

    /* footer樣式 */
    .footer.with_shopping_mode { 
        padding:30px 0 60px; 
    }

    .footer_info {
        justify-content: center;
    }
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .footer_logo {
        text-align: center;
    }
    
    /* 關鍵字 */
    .double_key {
        text-align: center;
    }


}









@media screen and (max-width: 600px) { 
}



