@charset "utf-8";
@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: "微軟正黑體",  "Roboto", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



.pageIndex #content_main { background: #f8f6f4;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area {  position: fixed;  width: 100%;   padding: 0;}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.nav-brand {width: 230px;}
.navigation{ grid-template-columns:220px 1fr;}
/*主分類按鈕*/
.stellarnav > ul > li > a {color: #804f21;padding:15px 0px;height: auto;font-size: 16px;font-weight: 400;vertical-align: middle;}
.stellarnav > ul > li > a:hover{color: #bca279;}
.stellarnav li.has-sub > a {padding: 15px 15px 15px 0px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #444;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 0px;}
/*購物車功能檢視*/
.me_tp_features a{transition: all .3s;margin: unset;width: 45%;margin: 10px 0 0;}
.me_tp_features a.tp_btn_notice i{margin-top: 5px;}
.me_tp_features a:hover{transform: translateY(-3px);}
.me_tp_features a i {margin: 0 5px 0 0;}
.tp_links{display: none;}
.box_search input[type=text] {padding: 5px 10px 5px 32px;border-radius: 0;}
.shop_search_btn {background: #888;padding: 6px 12px;border-radius: 0;}
/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #151413;padding: 15px;font-size: 15px;border-bottom: none;font-weight: 400;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{background: #f1f1f1;padding: 15px 10px 15px 20px;}
.stellarnav > ul > li.has-sub > ul a{padding: 15px;}
.stellarnav > ul > li.has-sub > ul a:hover{padding: 15px 10px 15px 20px;}
.stellarnav > ul > li > ul a:hover {background: #bca279;color: #fff; border: 0px;}
.stellarnav li li:hover > a {color: #fff;background: #000;}
.stellarnav li li.has-sub:hover > a:after {border-left: 5px solid #fff;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #888;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.stellarnav ul ul{left: 0px; border: 1px solid #eee; }


@media screen and (max-width: 1200px){
	.header_area {position: relative;}
}
@media screen and (max-width: 1024px){
    .header_area{ position: fixed;}
    .header_area{ background: #fff;}
	.navigation {padding: 5px;}
	.nav-header {position: relative;}
	.stellarnav > ul > li > a {padding: 5px;}
	.stellarnav li.has-sub > a {padding: 5px 25px 5px 15px;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area {background: #f8f6f4 ; transition: 0.5s;}
.header_area.sticky {background: #f8f6f4 ;}
.header_area{ padding: 0px;}
.nav-header{ max-width: 230px;}
.nav-brand {width: 230px;}
.stellarnav > ul > li{padding: 22px 5px;}
.stellarnav > ul > li > a {  padding: 0px 6px;  height: 40px; position: relative;  font-size: 16px;  font-weight: 600;  letter-spacing: 1px; color: #151413;}
.stellarnav > ul > li > a:hover{color: #bca279;}
.stellarnav li.has-sub > a {padding: 0px 15px 0 0;}
.stellarnav > ul > li:last-of-type > a {  border: 1px solid #3c1d1320; color: #151413;   border-radius: 30px;  width: 135px;  /* text-align: end; */ transition: 0.5s;}
.stellarnav > ul > li:last-of-type > a:hover { background: #bca279;  color: #fff;  transition: 0.5s; border: 0px;}

.tp_links { display: none;}
.shop_search_btn {border-radius: 0px;}
.box_search input[type=text] {  border-radius: 0;}
.me_tp_features { display: flex;  width: 100%;  max-width: 350px; text-align: right;  flex-direction: row-reverse; display: none;}
.stellarnav ul {  text-align: left;}
.me_tp_features a {  transition: all .3s; margin: unset; width: 26%; margin: 5px 0 0;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #333333;}
.stellarnav .menu-toggle:after { color: #333333;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #fff;
    color: #333333;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #333333;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #333333;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #d1c0aa;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #d1c0aa;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(239, 239, 239, 0.5) solid;
  }

  /* .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947; background: #fff;} */

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}



@media screen and (max-width:1310px) {
  .stellarnav > ul > li > a{ font-size: 15px;}
  .stellarnav > ul > li{ padding: 22px 0px;}
}

@media screen and (max-width: 1200px){
.stellarnav > ul > li:last-of-type { margin-left: 0px;}

}


@media screen and (max-width: 1024px){
.me_tp_features {  display: flex;   width: 100%;    text-align: right;    align-items: center;   flex-direction: row;  justify-content: center;    margin-top: 17px;  display: none; }
.stellarnav ul {  text-align: center; }
.nav-brand { width: 200px;}
.navigation{padding: 12px 0px 5px; }
.stellarnav > ul > li {  padding: 5px 5px;}
.stellarnav > ul > li > a{ padding: 0px 0px;}

}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 3px;}
    .stellarnav > ul > li:last-of-type > a{ padding-left: 32px; padding-right: 10px;}
    .nav-brand{ width: 160px;}
    .header_area{ background: #fff;}
    .stellarnav ul ul{ border: 0px;}
}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 13px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*FOOTER*/
.footer { padding: 50px 0 0;background: #f8f6f4 ;font-size: 16px;}
.footer .center {max-width: 1500px;width: 90%;}
.footer_info {grid-template-columns: repeat(2, 1fr);align-items: end;grid-gap: 18px;padding-right: 0;}
.footer_info ul {display: flex;grid-column: 1 / 3;width: 100%;order: 2;justify-content: space-between;align-items: flex-start;
    padding-top: 22px;border-top: 1px solid #cfb49159 ;}
.footer_info li:nth-child(1) {display: flex;align-items: flex-start;padding: 0;
    justify-content: flex-start;gap: 15px 0;flex-direction: column;}
.footer_info li p {line-height: 1;letter-spacing: 0.08em;color: #000;}
.footer_info li p a {color: #000;}

.footer_info li p.taxid,.footer_info li p.line  { display: none;}

.footer_info li p.tel { order: 1;}
.footer_info li p.add { order: 2;}
.footer_info li p.ft_time_title { order: 3;}
.footer_info li p.add2 { order:4;}
.footer_info li p.ft_time { order: 5;}
.footer_info li p.add2:before{ display: none;}

/*FOOTER_MENU*/
.footer_info li:nth-child(2) {padding: 0;}
.footer_menu {display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;}
.footer_menu a {text-align: right;padding: 0 0 0px 20px;font-size: 15px;letter-spacing: 0.08em;
    color: #151413;background: unset;border: 0;margin: 0;transition: 0.3s ease; width: 40px; margin-left: 16px; line-height: 20px;}
.footer_menu a:first-of-type {display: none;}
.footer_menu a:hover {background: unset;color: #bca279;transition: 0.3s ease; font-weight: bold; }

/*FOOTER_ICON*/
.box_link {position: relative;right: 0;max-width: 225px;justify-content: flex-end;max-width: unset;
    align-items: flex-end;flex-direction: unset;flex-wrap: unset;order: 1;max-height: max-content; margin-right: -18px; display: none; }
.box_link a {display: flex;width: 40px;height: 40px;background: #d2b04e;border: 0;border-radius: 20px;transition: 0.3s ease;
    padding: 0;font-size: 20px;margin: 0px 15px;color: #f1ebe6;justify-content: center;align-items: center;}
.box_link a:hover {color: #fff;font-size: 18px;transition: 0.3s ease;}
.box_link a.me_tp_fb {background: #bca279;}
.box_link a.me_tp_line {background: #bca279;}
.box_link a.me_tp_call {background: #bca279;}
a.me_tp_ig {background: #bca279;font-size: 26px;}
.box_link a.me_tp_ig:hover {color: #fff;font-size: 20px;transition: 0.3s ease;}

/*LOGO*/
.footer_logo{ width: 300px;}
/*COPY*/
.copy {max-width: 1500px;width: 90%;margin: auto;text-align: center;letter-spacing: 0.1em;
    padding: 30px 0 50px 0;font-size: 14px;color: #9B9B9B;border-top: 0;margin-top: 0;}
.copy a {color: #9B9B9B;}

@media screen and (max-width:1400px) {
    .footer .center{ width: 80%;}
}
@media screen and (max-width: 1024px) {
.footer {font-size: 15px;}
.footer_logo {max-width: 250px;}
.box_link a {width: 35px;height: 35px;font-size: 18px;}
.box_link a:hover {font-size: 16px;}
a.me_tp_ig {font-size: 23px;}
.box_link a.me_tp_ig:hover {font-size: 18px;}
.footer_menu a {font-size: 14px;padding: 0 0 0px 15px;}
}
@media screen and (max-width:939px) {
    .footer_menu a{ margin-left: 0px;}
}
@media screen and (max-width:800px) {
    .footer .center{ width: 86%;}
}
@media screen and (max-width: 768px) {
.footer {font-size: 14px;}
.footer.with_shopping_mode {padding: 55px 0;}
.footer_info {padding: 0;grid-gap: 35px 20px;grid-template-columns: 250px 1fr;}
.footer_info ul {gap: 20px 0;padding-top: 35px;padding-bottom: 50px; justify-content:space-around; align-items: center;}
.footer_info li:nth-child(1) {gap: 13px 0;}
.footer_menu a {font-size: 12px; margin-left: 0px;}
.copy {padding: 0 0 30px 0;line-height: 1.8;font-size: 13px;}
}
@media screen and (max-width: 700px) {
.footer.with_shopping_mode {padding: 40px 0 55px;font-size: 13px;}
.footer_logo {max-width: 220px;}
.footer_info{ display: flex; flex-direction: column; align-items: flex-start;}
.footer_info ul {padding-top:16px;padding-bottom: 24px; display: flex; flex-direction: column; align-items: flex-start;}
.box_link{ justify-content: flex-start;}
.box_link a {width: 30px;height: 30px;font-size: 16px;}
.total_view {display: block;}
.footer_menu a{ width: unset; }
.footer_menu{ margin-left: -15px; justify-content: flex-start;}
}
@media screen and (max-width: 610px) {
.total_view {display: inline-block;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; 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; margin-bottom: 6px;}
.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: #F6F4F2
}

.car_page #content,.remit_page #content{
    background: #F6F4F2
}

/* 首頁 */
/* .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:#151413; border: 1px solid #3c1d1320 ;padding: 12px 16px; transition: 0.3s; text-align: center; border-radius: 60px; }
.product-layer-two li a:hover{ background: #bca279; color: #fff;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li.active a{ background: #bca279; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr ; grid-gap: 60px 40px ;}
.products-list .price { text-align: center;  color: #434343; }
.products-list .name{ font-size: 17px; color: #BAA079; font-weight: 500; text-align: center;height: 3em; background: #ebe6e1; padding: 13px 5px;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s; padding-bottom: 0px;}
.products-list .price b{ color: #959595; }
.products-list .more{ font-size: 15px; color: #F37F8E; border: 0px; bottom: -6%; display: none; }
.products-list .item a:hover .more{ background: transparent; color: #DE7F9F;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;aspect-ratio: auto 3/4!important; }
.products-list .item a:hover img  {
    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 h2{ color: #835079; font-size: 26px;}
.sidebarBtn .sp_price{ color: #959595;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #332A28; font-size: 22px; font-weight: bold; display: none;}
.pd_tabTitle li{ border-bottom: 0px;}
.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid; display: none;}
.prod_tabs{ margin-top: 0px;}

.product_main{ display: none;}

 
/* 購物車內文code */
        .pd_tabInner.edit .all-box{
            font-family:  '微軟正黑體',"Microsoft JhengHei UI", sans-serif;
            overflow: hidden;margin: auto;max-width: 2000px;
        }
        .pd_tabInner.edit .all-box ul{list-style: none;}
        .pd_tabInner.edit .all-box img{max-width: none;}
        .pd_tabInner.edit .all-box .d-flex{display: flex;flex-wrap: wrap;}

        .pd_tabInner.edit .ch_01{display: flex;flex-direction: column;align-items: center;color: #1F1F1F;
                width: 90%;margin: auto;max-width: 1200px;padding-bottom: 50px;}
        .pd_tabInner.edit .ch_01 h5{    
            padding-top: 0px;
            font-size: 44px;
            color: #3C1D13;
            text-align: center;
            position: relative;
            font-weight: bold;
            border-bottom: 1px solid #E2DDD7;
            padding-bottom: 40px;
            margin-bottom: 20px;
        }
        .ch_01a h5 s{font-size: 15px;color: #CBBAA4;font-weight: normal;display: block; font-family:"Roboto", sans-serif;  }
        .ch_01a h5 span{display: block;color: #804F21;font-size: 18px;font-weight: normal;}
        /* .pd_tabInner.edit .ch_01 h5::before{
            content: "";
            width: 125px;
            height: 3px;
            background-color: #B59C43;
            left: 50%;
            bottom: -30%;
            position: absolute;
            transform: translate(-50%, 0px);
        } */
        .pd_tabInner.edit .ch_011{    
            margin-bottom: 40px;
            max-width: 1200px;width: 100%;
            align-items: center;
            justify-content: space-between;
        }
        .pd_tabInner.edit .ch_011>img{width: 40%;}
        .pd_tabInner.edit .ch_011>div{width: 56%;}
        .pd_tabInner.edit .ch_011 h6{font-size: 20px;font-weight: normal;line-height: 1.2;margin-bottom: 30px; margin-top: 8px; color: #A78B5A;}
        .pd_tabInner.edit .ch_011 h6 span{display: block;font-size: 26px;display: block;font-weight: bold; color: #3C1D13;}
        .pd_tabInner.edit .ch_011 p{font-size: 17px;line-height: 1.6;display: flex;align-items: flex-start;}
        .pd_tabInner.edit .ch_01 ul{margin-bottom: 10px;}
        .pd_tabInner.edit .ch_01 li {  width: 31%;  margin-bottom: 50px; margin-left: 20px;}

        .pd_tabInner.edit .ch_01 li img{width: 100%;}
        .pd_tabInner.edit .ch_01 li p{font-size:20px;line-height: 1.2;font-weight: bold;text-align: center;}
        .pd_tabInner.edit .ch_01 li p span{font-size: 17px;font-weight: normal;display: block;margin: 20px 0 5px;}
        .pd_tabInner.edit .ch_01 a{font-size: 19px;color: #fff;width: 216px;height: 67px;background-color: #17294B;transition: .5s;
                   display: flex;align-items: center;justify-content: center;line-height: 1.2;font-weight: bold;}
        .pd_tabInner.edit .ch_01 a:hover{background-color: #17294Bb2;transform: translateY(-5px);box-shadow: 1px 1px 5px #000;letter-spacing: 0.1em;}
        
        @media (max-width:1200px) {
			.pd_tabInner.edit .ch_01 li {
    width: 44%;
    margin-bottom: 50px;
    margin-left: 33px;
}   
        @media screen and (max-width:1026px) {
            .pd_tabInner.edit .ch_01 { width: 100%;}
        }
            .pd_tabInner.edit .ch_01{
                padding-top: 140px;
            }
        }
        @media (max-width:986px) {
            .pd_tabInner.edit .ch_01{
                padding-top: 160px;
            }
        }
        @media (max-width:960px) {
            .pd_tabInner.edit .ch_01 a{width: 180px;height: 50px;}
        }
        @media screen and (max-width:891px) {
            .pd_tabInner.edit .ch_011>img{ width: 50%!important;}
        }
        @media (max-width:768px) {
            .pd_tabInner.edit .ch_011{flex-direction: column;margin-bottom: 30px;}
            .pd_tabInner.edit .ch_011>div{width: 100%;text-align: center;margin-top: 20px;}
            .pd_tabInner.edit .ch_011 p{justify-content: center;}
            .pd_tabInner.edit .ch_01{ padding-top: 100px;}
            .pd_tabInner.edit .ch_01 h5{ padding-top: 20px;}
        }
        @media (max-width:600px) {
            .pd_tabInner.edit .ch_01{width: 100%;padding: 0 0px 50px;box-sizing: border-box;}
            .pd_tabInner.edit .ch_01 li {  width: 43%;   margin-left: 15px;}
            .pd_tabInner.edit .ch_01 h5 { font-size: 35px;}
        }
             @media screen and (max-width:500px) {
            .pd_tabInner.edit .ch_011>img{ width: 95%!important;}
        }
        @media (max-width:425px) {
            .pd_tabInner.edit .ch_011>img{width: 200px;}
            .pd_tabInner.edit .ch_01 li p span{margin: 10px 0 5px;}
            .pd_tabInner.edit .ch_01 li{margin-bottom: 30px;}
        }



/* 相關推薦 */
.related_list{ max-width: 600px;}
.related_list li figure{aspect-ratio: auto 3/4!important; }
.related_list li a{ background: transparent; transition: 0.5s;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}
.prod_related{ background: transparent;}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px;;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns: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:0px 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;
    }
    .products-list, .pageIndex .products-list{ grid-gap:40px 20px;}
}
@media screen and (max-width:450px) {
    .products-list{gap: 24px;}
}
@media screen and (max-width:400px) {
        .products-list{grid-template-columns:1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width:1024px) {
    .bannerindex{ margin-top: 112px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: 56px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/*內頁BANNER 設定*/
.banner { background: transparent; background-image: unset; padding: 180px 0px 20px;}
.banner h5 { color: #3C1D13; font-size: 40px;  font-family: "微軟正黑體",  "Roboto", sans-serif; font-weight: bold; letter-spacing: 2px;}
.banner h5::before{ content: "Environment"; display: block; font-family:  "Roboto", sans-serif;  color: #804F21; font-size: 24px; font-weight: 400; letter-spacing: 1px;}
.banner.banblog h5::before{ content: "Knowledge";  }
.blog_page.article_a .banner.banblog h5::before,.blog_in_page.article_a .banner.banblog h5::before{ content: "Feedback";  }
.banner.banF h5::before{ content: "Team";  }
.banner.banD h5::before{ content: "Remittance";  }

.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width:768px) {
  .banner{ padding: 120px 0px 20px;}
}
@media screen and (max-width:450px) {
  .banner h5{ font-size: 35px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.blog_page #content,.blog_in_page #content{ background: #F6F4F2;}

/*文章設定*/

/*文章*/

.blog_page h4.blog_category_title{
    display: none;
}

h5.blog_le_t {
    font-family: "微軟正黑體",  "Roboto", sans-serif;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    display: none;
}

h5.blog_le_t span{
    font-size: 18px;
}

.blog_le .accordion{
    border: 1px solid #3c1d1320;
    background: transparent;
}

.accordion li .link a{
    text-align: center;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
    font-weight:400;
    letter-spacing: 2px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #bca279 !important;
}

.subbox_item{
    background: #f1eeea;
}

.subbox_item a{
    grid-template-columns: 1fr;
}

.blog_list_ri{
    padding: 2% 5% 7% 5%;
}

.blog_list_ri h5{
   font-family: "微軟正黑體",  "Roboto", sans-serif;
    font-size: 21px;
    color: #303030;
    letter-spacing: 2px;
    font-weight: bold;
}

.subbox_item a:before {
    right: 4%;
    opacity: 1;
    color: #bca279;
    transform: translate(0, 0);
    bottom: 2%;
    font-size: 13px;
}

.subbox_item a:hover:before, .subbox_item a:hover:after{
  opacity: 0.3;
}


.subbox_item a:after{
    background: transparent;
}

.blog_list_ri p{
    -webkit-line-clamp: 3;
    line-height: 180%;
    color: #7e7e7e;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5%;
}

.blog_list_ri em{
    color: #CFBEA8;
}

h4.blog_category_title{
   font-family: "微軟正黑體",  "Roboto", sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #303030;
}

.news_related{
    background: #f3f3f37d;
}

.news_related_list li a{ background: transparent;}
.articel_mainPic { display: none;}

.news_related h6 span:before{
    color: #391911;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
    font-weight: 500;
}

.lastPage{
     background: transparent;
    border: 1px solid #3c1d1320;
    color: #151413;
    border-radius: 60px;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
   transition: 0.5s;
}

.lastPage:hover{
border: 0px;background: #bca279; color: #fff;} 

.related_list li a:hover img,.news_related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.blog_back a.article_btn_prev{
    background: transparent;
    border: 1px solid #3c1d1320;
    color: #151413;
    border-radius: 60px;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
}

.blog_back a.article_btn_next{
    background: transparent;
    border: 1px solid #3c1d1320;
    color: #151413;
    border-radius: 60px;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
}

.blog_back a.article_btn_back{
    background: transparent;
    border: 1px solid #3c1d1320;
    color: #151413;
    border-radius: 60px;
   font-family: "微軟正黑體",  "Roboto", sans-serif;
}
.blog_back a{ transition: 0.5s;}
.blog_back a:hover{ border: 0px;background: #bca279; color: #fff;}

.blog_subbox{
    grid-gap: 40px; 
    grid-template-columns: 1fr 1fr 1fr;
}

.accordion li .link a{
    font-size: 16px;
}


@media screen and (max-width: 1280px) {
.blog_page .main_part, .blog_in_page .main_part{
    width: 100%;
    max-width: 90%;
    
}

.blog_subbox{
    grid-gap: 20px;
}

}

@media screen and (max-width:1100px) {
  .blog_subbox{
    grid-template-columns: 1fr 1fr;
}
.blog_ri{ width: 72%;}
}

@media screen and (max-width: 980px) {

/*文章*/
.blog_le {
    width: 24%;
}

}
@media screen and (max-width: 768px) {

.blog_page .main_part, .blog_in_page .main_part{
    width: 100%;
}
.blog_le {
    width: 100%;
    padding: 0 0 4% 0;
}
.blog_ri {
    width: 100%;
    padding: 0;
}

.blog_subbox{
    grid-template-columns: 1fr 1fr;
    grid-gap:40px;
}
.blog_le a.news_menu_toggle{
    position: relative;
}
/*讓它不轉動才出現*/
.blog_le .accordion{
     display: flex !important;
     flex-direction: column;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    width: 100%;
}
h5.blog_le_t{
    display: none;
}

/*文章*/
.blog_subbox{
    grid-template-columns: 1fr 1fr;
    grid-gap:24px;
}
}

@media screen and (max-width:420px) {
  .blog_subbox{
    grid-template-columns: 1fr;
    grid-gap:12px;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_page #content,.album_class_page #content,.album_info_page #content { background: #F6F4F2;}

/*相簿修改*/
.subalbum-menu{ padding: 0 0px;}
.subalbum-menu h2 {  color: #000000; font-family: "微軟正黑體",  "Roboto", sans-serif;  font-weight: 100; margin-bottom: 35px;  display: none;  }
.other_subalbum li {  background: #ffffff00;  letter-spacing: 1px; }
.other_subalbum li a p { text-align: center; margin: 15px 0; color: #3C1D13; }
.overlay { background: rgb(255 255 255 / 20%); }
/* .info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; }  */
/*取消連結被點擊效果*/

.show-list{ grid-template-columns:1fr 1fr 1fr;}
.show-list .show_name{ font-size: 16px; color: #555555; text-align: center; font-weight: 500;}
.show-list .item:hover .show_name { color: #555555; }

.other_album_choice li { background: #B09559;  border-radius: 0px;}
.other_album_choice li a { color: #fff; }

@media screen and (max-width:768px) {
    .show-list{ grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:410px) {
    .show-list{ grid-template-columns:1fr;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@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) { 
}




