@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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 Sans TC",   "Inter", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #fffffff2;
    padding: 0px 10px;
    transition: 0.3s;
}

.header_area.sticky { background: #fffffff5;}

.tp_links{ display: none;}
.me_tp_features{ padding-top: 10px; margin-bottom: -10px;}

.shop_search_btn{ background: #D2AC6E;}

.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: #000;
    transition: all 0.3s;
    padding: 0px 12px 0px 12px;
    height: 40px;
}
.stellarnav>ul>li>a:hover{
    color: #D2AC6E;
}

.stellarnav li.has-sub > a:after{
    border-top: 6px solid #000;
}
.stellarnav > ul > li:before {
    content: "";
    width: 0;
    height: 2px;
    background: #D2AC6E;
    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: #000;
    font-size: 15px;
}

.stellarnav ul ul li a:hover{
    border: 0px;
    background: #D2AC6E;
    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: #000;
    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 #EDE1BE;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #EDE1BE;
  }
  .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;}
    .nav-brand img{ padding-top: 5px; }
 
}

@media screen and (max-width:768px) {
    .nav-brand img{ max-width: 220px; padding-top: 0px;}
    .stellarnav.mobile{ left: -40px; top: 13px;}
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 10px;
        line-height: 400%;
    }
    .header_area{ padding: 7px 10px 14px ;}
    .stellarnav li a{padding: 7px 10px; }
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ left: -20px; top: 21px;}
    .nav-brand{ margin-bottom: -10px;}
    .nav-brand img{ max-width: 200px; padding-bottom: 10px;}
}
/* 商品下拉超過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 {  background: #ffffff;  padding: 0;}
.footer_logo {
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
}
.footer_info {
  display: grid;
  grid-template-columns: 350px 1fr ;
  gap: 10px 20px;
  padding: 0;
  max-width: 1400px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 55px;
  justify-content: center;
  align-items: center;
}
.footer_info ul {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 30px;
  align-items: baseline;
  width: 100%;
  max-width: 900px;
  margin: 0 0 0 auto;
  padding-top: 20px;
}
.footer_info li {  padding: 0;}
.footer_info li:nth-child(1) {  padding-left: 50px; display: flex;      flex-direction: column;}
.footer_info li:nth-child(2) {  border-right:solid 1px #e0bc8487;  padding-right: 32px;}
.footer_info li:nth-child(2) {  order: -1;}

p.tel {  order: 1;}
p.add {  order: 2;}
p.taxid {order: 3;}
p.add2 {order: 4;}

.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
  transition: all 0.3s;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  letter-spacing: 0.1em;
}
.footer_menu {  display: grid;  grid-template-columns: 1fr 1fr;}
.footer_menu a {
  margin: 0;
  text-align: left;
  padding: 2px;
  border: none;
  background: transparent;
  width: fit-content;
  transition: all 0.3s;
}

.footer_menu a:hover {
  background: transparent;
  color: #D2AC6E;
}

.footer_menu a:nth-of-type(1) { display: none; }

.footer_info li:before,
.box_link:before {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #c1c1c1;
}

.box_link:before{ display: none; }

.box_link:before {  content: "CONTACT";}
.footer_info li:nth-child(1):before {  content: "INFORMATION"; font-family:"Inter", sans-serif; }
.footer_info li:nth-child(2):before {  content: "RELATED LINK"; font-family:"Inter", sans-serif;}



.footer_info li p.line{ order: 1 ;}
.footer_info li p.tel{ order: 2 ;}
.footer_info li p.add{ order: 3 ;}
.footer_info li p.mail{ order: 4 ;}

.footer_info li p.line:before {    content: 'Line：';}
.footer_info li p.tel:before{ content: '專線： '; }

.box_link {
  display: flex;
  flex-direction: row;
  max-width: 280px;
  width: 100%;
  justify-content: flex-start;
  padding: 0;
  margin: 0 auto;
  position: relative;
  order: 3;
  padding-top: 20px;
  align-items: flex-start;
  align-content: flex-start;
  display: none;
}

.box_link a {
  border: none;
  width: 45px;
  height: 45px;
  color: #8b8b8b;
  padding: 11px;
  font-size: 18px;
  position: relative;
  background: transparent;
  transition: 0.3s box-shadow;
  overflow: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px 5px 0;
  border-radius: 50%;
}

.box_link a:before {
  box-shadow: 7px 7px 14px #cddcef, -7px -7px 14px #c1f3f34d;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: 0.3s ;
  opacity: 1;
}

.box_link a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition:  0.3s;
  opacity: 0;
  mix-blend-mode: multiply;
  box-shadow: inset 4px 4px 8px #e4edff, inset -4px -4px 8px white;
}

.box_link a:hover:after {  opacity: 1;}
.box_link a:hover:before {  opacity: 0;}


.copy {
  padding: 15px 0;
  /* background-color: var(--LogoColor); */
  color: #b4b4b4;
  margin: 0;
  border: none;
  background: #000 ;
}
.copy a {  color: #b4b4b4;}
@media (max-width:1024px) {
  .footer_info {      grid-template-columns: 1fr;  }
  .footer_logo {      max-width: 100%;      padding-left: 63px;  }
  .footer_logo img {      width: 250px;  }
  .footer_info ul {      max-width: 100%;      padding: 10px 60px 0;  }
  .box_link {      max-width: 100%;      padding-left: 65px;  }
}


@media (max-width:600px) {
  .footer_info ul {      grid-template-columns: 1fr;      padding: 10px 30px 0;  }
  .footer_info li:nth-child(1) {      padding-left: 0;  }
  .footer_info li:nth-child(2) {      order: 2;      border-right: none;      margin-top: 0;  }
  .footer_menu {      grid-template-columns: 1fr 1fr 1fr;  }
  .footer_logo {      padding-left: 30px;  }
  .footer_logo img {      width: 200px;  }
  .box_link {      padding-left: 30px;  }

}

@media (max-width:370px) {
    .footer_menu {      grid-template-columns: 1fr 1fr;  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; 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) {
}


/* 首頁 */
/* .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: #D2AC6E; border: 1px solid #D2AC6E ;padding: 12px 16px; transition: 0.3s; }
.product-layer-two li a:hover{ background: #D2AC6E; 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: #D2AC6E; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #434343; }
.products-list .name{ font-size: 18px; color: #7a6a58; font-weight: bold; text-align: center;height: 1.5em;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s; padding-bottom: 0px;}
.products-list .price b{ color: #cfcfcf; }
.products-list .more{ font-size: 15px; color: #F37F8E; border: 0px; bottom: -6%; display: none; } 
.products-list .item a:hover .more{ background: transparent; color: #D2AC6E;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img  {
    background: rgba(165,187,116,.2);
    z-index: 999;
     transform: scale(1.2);
}

.products-list .item a + button.pd_btn{ color: #D2AC6E ;border: 1px solid #D2AC6E;}
.products-list .item a + button.pd_btn:hover{ background: #D2AC6E ; }

.pd_lightbox_pdInfo blockquote p{color: #cfcfcf; }
.pd_lightbox_pdInfo dt{color: #7a6a58;  }
.pd_lightbox_pdInfo blockquote p{color: #D2AC6E ;}

/* 內頁 */
.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: #7a6a58; font-size: 26px;}
.sidebarBtn .sp_price{ color: #cfcfcf;}
.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,.inquiry_a2,.inquiry_a3{ background: transparent; color: #D2AC6E; border: 1px solid #D2AC6E!important; border-radius: 0px; }
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover  { background: #D2AC6E; color: #fff;}
a.pdinfo_line,a.pdinfo_tel { border-radius: 0px;}
a.pdinfo_tel{ background: #5a4633;}
a.pdinfo_line:hover ,a.pdinfo_tel:hover  {  background: #D2AC6E; color: #fff; }

.rewrite_simple{ background: #5a4633; border-radius: 0px;}
.send_simple{ background: #D2AC6E; border-radius: 0px;}
 

/* 相關推薦 */
.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 img{ transition: 0.5s;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 4px; 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{gap: 24px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner {
  background-image: url(https://pic03.eapple.com.tw/AxisPractical/in-ban.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
}
.banner h5 {
  color: #fff;
  letter-spacing: 6px;
  font-size: 40px;
}

.other_page .banner.banB { background-image: url(https://pic03.eapple.com.tw/AxisPractical/banBB.jpg); } 
.banner.banA {}
.banner.banB { }
.banner.banC {}
.banner.banD {}
.banner.banE { background-image: url(https://pic03.eapple.com.tw/AxisPractical/banE.jpg); }
.banner.banF { background-image: url(https://pic03.eapple.com.tw/AxisPractical/banF.jpg); }
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/AxisPractical/banblog.jpg);}

.other_select_page.bodyDesktop .banner h5{}

@media screen and (max-width: 1024px) {
  .banner {    height: 250px;}
  .banner h5 {    font-size: 32px;  }
}
@media screen and (max-width: 600px) {
  .banner {    height: 110px;}
  .banner h5 {    font-size: 28px;      letter-spacing:2px; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

/* 首頁 */
/* .module_i_news{ padding: 50px 20px 100px; }
.module_i_news .title_i_box h4{ color: #4D2639; font-size: 32px;  font-family: "Noto Sans TC", "Inter", sans-serif; font-weight: bold; }
.module_i_news .title_i_box h4::before{ content: "News"; display: block; font-family: "Inter", sans-serif;  color: #D2AC6E; font-size: 60px; font-weight: 400;}
.i_blog_ri h5{ color: #7a6a58; font-size: 19px; font-weight: bold;}
.i_blog_ri p{ color: #000;}
.module_i_news li a:after{ background: #d8b7c129 ; border: 0px;}
.module_i_news li a:before{
    font-family:  "Inter", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #D2AC6E;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.animated-arrow{width: 200px; background: transparent; color: #D2AC6E; border: 1px solid #D2AC6E; }
.animated-arrow:hover{ background: #D2AC6E ;color: #fff;} */

/*文章設定*/
h5.blog_le_t em{ font-family: "Noto Sans TC", "Inter", sans-serif; }
.accordion li .link a:hover{  background: #D2AC6E;}
.accordion li .link a { color: #D2AC6E;}
.blog_le .accordion{ border: 1px solid #D2AC6E;}
.blog_le .accordion{ border-radius: 0px; }
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{ background: #D2AC6E!important;}
.blog_list_ri h5{ color: #7a6a58; font-size: 19px; font-weight: bold;}
.blog_list_ri p{ color: #000;}
.subbox_item a:after{ background: #fcf9f5e8 ; border: 0px;}
.subbox_item a:before{
       font-family:  "Inter", sans-serif;
    font-size: 13px;
padding: 5px 20px;
background: #D2AC6E;
color: #fff;
bottom: auto;
right: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

h4.blog_category_title{ font-size: 26px; color: #7a6a58; font-family: "Noto Sans TC", "Inter", sans-serif; }
.articel_mainPic img{ display: none;}
.blog_back a.article_btn_back{ background: #D2AC6E;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{ background: transparent; color: #D2AC6E; border: 1px solid #D2AC6E;}

.news_related{ background: transparent;}
.lastPage{background: #D2AC6E;}
.news_related_list li a img{ transition: 0.5s;}
.news_related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:768px) {
    .module_i_news li{ border-bottom: 0px;}
     .module_i_news ul{ grid-template-columns:1fr 1fr;}
}
@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 相簿 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/* 首頁 */
/* .module_i_album .title_i_box h4{font-size: 32px; font-weight: bold;  color: #5a4633; text-align: center; display: flex;flex-direction: column; }
.module_i_album01 .title_i_box h4::before { content: "CASE";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.animated-arrow{ background: #CCA57A; width: 200px; height: 44px; line-height: 44px;}
.i_album_list li a p{ background: rgba(86,62,39,.9); color: #fff;} */

/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{grid-template-columns:1fr 1fr 1fr;}
.show-list .item {width: 100%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #CCA57A;}
.show-list .show_name {text-align: center;font-weight: 400; color: #7a6a58;}
.overlay {-webkit-transform: scale(1.05);transform: scale(1.05); background: rgba(210,172,110,.6);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 0;
    padding-bottom: 72%;
}


/*次分類*/
.album_class_page .main_part {max-width: 1400px;}
.subalbum-menu h2 {color: #5a4633;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{grid-template-columns:1fr 1fr 1fr;}
.other_subalbum li {width: 100%;padding: 2%;margin: 0; background: none;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #7a6a58;letter-spacing: 1px;}
.other_subalbum li a img {
    width: 100%;
    height: 35vh;
}
/*相片頁*/
.album_info_page .main_part {max-width: 1400px;}
.pic-list{grid-template-columns:1fr 1fr 1fr;}
.pic-list .item {padding: 0;margin: 10px;width: 100%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li {background: #CCA57A; border-radius: 0px;}

@media screen and (max-width: 768px){
	/*主分類*/
    .show-list,.pic-list,.other_subalbum{grid-template-columns:1fr 1fr;}
	.show-list .show_pic img{min-height: 35vw;}
	.other_subalbum li a img {max-width: 100%;}
	.show-list .show_name {font-size: 14px; line-height: 20px; height: 40px;}
	/*次分類*/
	.other_subalbum li a img { width: 100%; height: 20vh;}
	.other_subalbum li p {margin-top: 5px; font-size: 12px;}
	/*相片頁*/
	.pic-list .show_pic img {min-height: 35vw;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8;  display: none; }




@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) { 
}




