@charset "utf-8";

/*20250416修改*/
.stellarnav ul li:nth-of-type(2) ul li:first-of-type{display:none;}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;   background: #fffffc;  }
.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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*測試刪除
.stellarnav > ul > li:nth-last-of-type(1) > a{display: none;}
.footer_menu a:nth-last-child(1) {  display: none;}
*/
/*共用*/
#content { background: #fffdf6;}
.path p, .path p a {display: none;}
.animated-arrow {
  background: #78b1b7;
  border-radius: 50px;
  border: 1px #284447 solid;
}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #a8dad3; border: #a8dad3;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*top*/
#to_top {
  bottom: 70px;
  right: auto;
  left: 16px;
  width: 44px;
  height: 44px;
  color: #a8dad3;
  background: #a8dad3;
  border: 1px #ffffff7d solid;
  box-shadow: 0px 0px 10px #ffffff8c;
}
#to_top i.top {
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖動畫*/
.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/

.bannerindex .swiper-slide:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://pic03.eapple.com.tw/rulerdes2021/大圖-1.png);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000;
}
.bannerindex .swiper-slide:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://pic03.eapple.com.tw/rulerdes2021/大圖-2.png);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000;
}

.swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-left  1s 0.5s both;}
.swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-top  1s 0.5s both;}

/*往右特效*/
@keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在X-100*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
}
/*往左特效*/
@keyframes slide-left {
  0% {-webkit-transform: translateX(100%);  /* 一開始的位置 在X-100*/
            transform: translateX(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單購物欄*/
.me_tp_features {  padding-top: 12px;  margin-bottom: 2px; }
.shop_search_btn {   background: #6e3808;     border-radius: 0px 20px 20px 0px;}
.me_tp_features a { margin: 0 0px 0px 5px;     color: #6e3808;}
.me_tp_features a i {  display: none;}

.stellarnav ul ul li a { font-size: 14px; }
.main_header_area {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px -10px #000;
}
/*header*/
.navigation { grid-template-columns: 250px 1fr;}
.header_area.sticky { background: none;}
.header_area {
    position: absolute;
    background: none;
    width: 100%;
    z-index: 10000;
    top: 0%;
    padding:0px;
    transition: ease-out 0.3s;
    box-shadow: none;
}
.pageIndex .header_area {  top: 0%;}
.header_area.sticky {
    transition: ease-out 0.3s;
    position: fixed;
    top: 0px;
}
.header_area .main_header_area {
    box-shadow: none;
    background: url(https://pic03.eapple.com.tw/rulerdes2021/head.jpg) no-repeat;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    border-radius:0px 0px 50px 50px;
    box-shadow: 0px 0px 10px 0px #cdc9c9d4;
    transition: ease-out 0.3s;
}
.header_area.sticky .main_header_area {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin: auto;
  top: 20px;
  transition: ease-out 0.3s;
}
.main_header_area .container { max-width:95%; }
.me_tp_features { }

/*LOGO*/
.nav-header {  max-width: 270px;}
.nav-brand {
    width: 290px;
    margin: 10px 0px 10px 0px;
}


/*選單*/
.stellarnav ul {
  position: relative;
  top:0px;
}
.stellarnav > ul > li > a {
    transition: 0.3s ease-out;
    padding: 50px 15px 0 15px;
    letter-spacing: 2px;
    color: #6e3808;
    height: 90px;
}
.stellarnav > ul > li > a:hover { color: #78b1b7; }

.stellarnav > ul > li:hover > a:before{
  transform: translate(20%, -100%);
}

.stellarnav > ul > li > a:before {
  content: "";
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon1.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translate(20%,-85%) ;
  text-align: center;
  transition: all 0.5s;
}
.stellarnav > ul > li:nth-of-type(2) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon2.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(3) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon4.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(4) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon5.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(5) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon3.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(6) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon6.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(7) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon7.png) no-repeat;
  background-size: contain;
}
.stellarnav > ul > li:nth-of-type(8) > a:before {
  background: url(https://pic03.eapple.com.tw/rulerdes2021/icon8.png) no-repeat;
  background-size: contain;
}

/*下拉選單*/
.stellarnav ul ul {
    width: 170px;
}
.stellarnav li.has-sub > a:after {
  display: none;
}

.stellarnav li li {
  border: unset;
  padding: 5px 0px;
  border-bottom: 1px #ddd8d1 solid;
}

.stellarnav li li a:hover {
    color: #2c2c2c;
    transition: 0.3s ease-out;
    transform: translateX(5px);
}

@media screen and (max-width: 1350px) {
.main_header_area .container {   max-width: 1100px;}
}

@media screen and (max-width: 1250px) {
.nav-brand { margin: 8px 0px 0px 0px; }
.stellarnav > ul > li > a {     transition: 0.3s ease-out;     padding: 0px 10px; }
}


@media screen and (max-width: 1024px) {
.header_area .main_header_area {
      backdrop-filter:unset;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      transition: ease-out 0.3s;
}
.stellarnav > ul > li > a {  height: 46px;}
.stellarnav > ul > li > a:before{ display: none;}
.header_area.sticky .main_header_area {  backdrop-filter:unset;}
.header_area { position: relative; }
.main_header_area .container { max-width: 100%; }
.nav-header {     position: static;     text-align: center;}
.navigation { padding: 0px 0 0px 0px; }
.me_tp_features { padding-top: 0px;}
}
@media screen and (max-width: 768px) {
    .header_area .nav-brand {   width: 200px; padding: 0px;   margin: 0px;}
    .stellarnav .menu-toggle:after {color: #5c5c5c;}
    .stellarnav .menu-toggle span.bars span {  background: #5c5c5c;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #c8ecfd;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a { }
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 5px 0;}

    .main_header_area:after {  top: 90px;}

    /*側邊選單*/
    .pageIndex .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .sticky .stellarnav .menu-toggle span.bars span {  }
    .pageIndex .stellarnav .menu-toggle:after {        color:  #391911;    }
    .sticky .stellarnav .menu-toggle:after {          }
 
    .stellarnav .menu-toggle span.bars span {   background:  #391911;}
    .stellarnav .menu-toggle:after {     color:  #391911;}
    .stellarnav.mobile {  top: 9px;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 100%;   background: #fffaecd1;  backdrop-filter: saturate(100%) blur(10px);  transition: all 1s;   left: 0;}
    .stellarnav.mobile.left .close-menu {      background: #fffaec00;          color:  #391911; }
    .stellarnav .icon-close:after {    border-bottom: solid 3px  #391911;}
    .stellarnav .icon-close::before {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px  #391911;}
    .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px  #391911;}
    .stellarnav > ul > li:not(.tp_links) > a:before {display: none;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 14px 15px;     position: relative;  }
    .stellarnav.mobile ul {    background: none;  }
    .stellarnav.mobile li.open li.open {     background: #fbe7da;}
    .stellarnav.mobile li.open {   background: none;  }
    .stellarnav.mobile > ul > li {   border-bottom: 1px  #391911 solid; text-align: center;     margin: 0px 30px; }
    .stellarnav > ul > li:after {display: none;}
    .stellarnav li li {   border-bottom: 1px #eee solid; border: none;}

 /*------------------------------*/
}

@media screen and (max-width: 600px) {
    .main_header_area:after {  top: 94px;}
} 
@media only screen and (max-width: 570px) {
  .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {      display:inline-block;  }
}
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px 10px;}
    .nav-brand img {   padding-top: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*下拉*/
/* 商品下拉超過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 {padding: 50px 0 0; background: url(https://pic03.eapple.com.tw/rulerdes2021/head.jpg) no-repeat; ;font-size: 16px; box-shadow: 0px 0px 10px 0px #cdc9c9d4;}
.footer .center {max-width: 1500px;width: 90%;}
.footer_info {grid-template-columns: repeat(2, 1fr);align-items: end;grid-gap: 20px;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: 30px;border-top: 1px solid #5b5b5b;}
.footer_info li:nth-child(1) {display: flex;align-items: flex-start;padding: 0;
    justify-content: flex-start;gap: 15px 0;flex-direction: column;     font-size: 14px;}
.footer_info li p {line-height: 1;letter-spacing: 0.08em;color: #391911;}
.footer_info li p a {color: #391911;}

/*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: 14px;letter-spacing: 0.08em;
    color: #391911;background: unset;border: 0;margin: 0;transition: 0.3s ease;}
.footer_menu a:first-of-type {display: none;}
.footer_menu a:hover {background: unset;color: #b5b5b5;transition: 0.3s ease;}

/*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;}
.box_link a {display: flex;width: 40px;height: 40px;background: none;border: 1px #391911 solid;border-radius: 20px;transition: 0.3s ease;
    padding: 0;font-size: 20px;margin: 0px 5px;margin: 0px 5px;color: #f1ebe6;justify-content: center;align-items: center;}
.box_link a:hover {color: #fff;font-size: 18px;transition: 0.3s ease;}
a.me_tp_ig {font-size: 25px;}
.box_link a.me_tp_ig:hover {color: #fff;font-size: 20px;transition: 0.3s ease;}
a.me_tp_call, a.me_tp_mail {display: none;}
/*LOGO*/
.footer_logo {max-width: 200px;}
/*COPY*/
.copy {max-width: 1500px;width: 90%;margin: auto;text-align: right;  padding:10px 0 12px 0;font-size: 11px;color: #8f8f8f;border-top: 0;margin-top: 0;}
.copy a {color: #8f8f8f;}

@media screen and (max-width: 1024px) {
.footer {padding: 30px 0 0;font-size: 15px;}
.footer_logo {max-width: 180px;}
.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;}
}
@media screen and (max-width: 900px) {
.footer { background-repeat: repeat;}
.footer_info ul {flex-direction: column;gap: 30px 0;padding-bottom: 50px;}
.footer_info li+li {margin-top: 0;}
.footer_menu {justify-content: flex-start;}
.footer_menu a {padding: 10px 15px 0 0;}
.copy {text-align: left;font-size: 12px;}
}
@media screen and (max-width: 768px) {
.footer {font-size: 14px;   }
.footer_info {padding: 0;grid-gap: 20px;grid-template-columns: 180px 1fr;}
.footer_info ul {gap: 15px 0;padding-top: 20px;}
.box_link {justify-content: flex-start;}
.footer_info li:nth-child(1) {gap: 10px 0;}
.footer_menu a {font-size: 12px;}
}
@media screen and (max-width: 450px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {     background-image: url(https://pic03.eapple.com.tw/rulerdes2021/banner.jpg);   min-height: 340px;  background-size: cover;}
.banner h5 {
  position: relative;
  top: 56px;
  letter-spacing: 20px;
  background: #ffffff69;
  padding: 20px 40px;
  border-radius: 50px;
  color: #615555;
}
.banner.banA {}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/rulerdes2021/banner-2.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/rulerdes2021/banner-5.jpg);}
.banner.banD {}
.banner.banE {}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/rulerdes2021/banner-3.jpg);}
.banner.banblog {}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 300px; font-size: 30px; }
  .banner h5 { top: 0px;}
}
@media screen and (max-width: 768px) {
  .banner {    min-height: 200px; font-size: 25px; }
  .banner h5 {   letter-spacing: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-size: 28px; color: #988070;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{     text-align: center; }
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #d6bb98;
    background-image: url(https://pic03.eapple.com.tw/brightness/ta_bg.png);
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #626E45;
    font-family:  "Cinzel", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
    font-size: 36px;
    color: #24221F;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #988070;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
	-webkit-line-clamp: 3;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 3;
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    padding: 3%;
}
.subbox_item a { /* grid-template-columns: unset;*/}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {    display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d8c1af;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.blog_list_ri em{display: none;}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

@media screen and (max-width:400px) {
.blog_list_le {    display: none;}

}


/*側邊*/
.blog_le{ margin-top: 66px;}
.blog_le .accordion { border: none; border-radius: 0px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#aecacd !important;}
.accordion li .link a {  color: #a0805c;}
.submenu a:hover {    background: #d6bb98;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #9fc9cd;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #c3b5a3;}

/* 滑入進場效果 */
.blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #9fc9cd;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
}
.subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

/*相關推薦*/
.news_related { background: #e5e3de;}

@media screen and (max-width:1024px) {
    .blog_subbox{ grid-template-columns:1fr; }
}
@media screen and (max-width:450px) {

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車*/
.prod_part {  background: #fffdfa;}
.i_prod_tit, .i_video_tit {
  color: #6f4920;
  font-weight: 600;
  letter-spacing: 2px;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 #a1774f;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li a {  background: none;  padding: 13px 16px;}
.product-layer-two li i {  top: 6px;}
.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:#a1774f82;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #a1774f; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product-layer-two li.active a {  border: none;}
.product-layer-two li li.active a {  background: #e5d4c3;}

.products-list .price b { color: #7d7b76;}
.products-list .more {  border: 1px solid #a1774f;  color: #a1774f;  }
.products-list .item a:hover .more { background: #a1774f;}

.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: 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:#a1774f82;}

.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;}

/*商品內頁*/
.sidebarBtn {  border: 1px #a3a38e solid;}
.inquiry_a1 {  background: #ada17e;}
.inquiry_a2 {  background: #9fc9cd;}

/*相關推薦*/
.prod_related { background: #f3efe9;}
.prod_related h6 span:before {  color: #a1774f;}
@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) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.contact_le_map a {display: none;}
.blank_letter { color: #9fc9cd;}
.contact_form {  grid-gap: 20px;}
.contact_form li { grid-template-columns: 130px 1fr;}
.contact_form li .form__label {  letter-spacing: 2px;  font-size: 16px;     max-width: 130px;}
.contact_form li.last cite { background: #9fc9cd;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px #9fc9cd solid;    border-radius: 50px;}
.contact_form li input.noborder {  border: none;  border-bottom: 1px #ccc dashed;}
.contact_form li textarea.noborder {  border: 1px #ccc dashed;}

@media screen and (max-width: 768px) {
      .contact_form li {    grid-template-columns: 1fr;   }
      .contact_form li .form__label {  max-width: 100%;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:30px;}
}

@media screen and (max-width: 600px) { 
}




