@charset "utf-8";

/*
關於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;}
.bannerindex { position:sticky; 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;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

body {   /* background: url(https://pic03.eapple.com.tw/weidesign/mbg-01.jpg) no-repeat top center fixed;  */  background-size: cover;}
/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #816e61;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #816e61;}

/*頁碼*/
.page li a {  width: 30px;  height: 30px;}
.page strong, .page a:hover {  background: #816e61; border: 1px #816e61 solid; }

/*滾輪*/
::-webkit-scrollbar { width: 6px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e0e0e0;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #c0a279; border: #c0a279;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*共用*/
.main_part {  max-width: 1600px;}
.animated-arrow { background: #816e61; border-radius: 20px;}
.path p, .path p a {  display: none;}


/*下拉編輯頁*/
.other_select_page .promotion_title h2 {display: none;}
.other_select_page .other_promotion{display: none;}
.other_select_page  ul.page {  display: none;}

@media screen and (max-width: 768px){ 
  .other_select_page.bodyMobile .other_promotion{display: none;}
  .other_select_page.bodyMobile .promotion_title h2 {display: none;}
  .other_select_page.bodyMobile  ul.page {  display: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.navigation {display: flex;align-items: center;}
.nav-brand img{display: block;}
.stellarnav li {text-align: center;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #fff;}/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 300px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 14px;color: #888;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #dacfc7;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}/*提示文字*/
.box_search input[type=text]:focus{color: #555;}
.box_search {display: none;}
.shop_search_btn{border-radius: 0;background: #888;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 14px;padding: 12px 12px;transition: all .5s; text-align: left;}
.stellarnav li.has-sub li a:hover{background: #b6a292;color: #777;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 5px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/
.stellarnav li.drop-left ul ul {   right: 180px;}

.stellarnav ul ul {width: 180px;} /*135*/

.stellarnav ul ul, .stellarnav ul ul ul {
    background: #fffffff2;
    box-shadow: 0 5px 5px #57575761;
}
.stellarnav li.has-sub > ul > li > a {
    color: #777;
	transition: all 0.3s;
}
.stellarnav li li:hover > a{
    /*color: #D1BCA1;*/
	color: #777;
    transition: all 0.3s;
    background: #E8DFCE !important;
}

@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}



}


@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 100%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 400;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #dacfc7;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
	.stellarnav ul ul {box-shadow: none;}
    
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area {background: #d9d0c7; transition: all .5s;}
.header_area.sticky{background: #d9d0c7ec;}
.main_header_area .container {max-width: 95%;}
.nav-header {max-width: 50px;padding: 0px 0;transition: all .5s;}
.nav-brand img {}
.sticky .nav-brand img {-webkit-filter: unset;}
.stellarnav > ul > li {padding: 0 1% 0 0.5%;position: relative; width: 150px;}
.stellarnav > ul > li:before{content: "";width: 1px;height: 10px;background: #333333;position: absolute;
right: 0;top: 50%;transform: translateY(-50%);}
.sticky .stellarnav > ul > li:before{background: #333333;}
.stellarnav > ul > li:last-child:before{display: none;}
.stellarnav > ul > li > a {  text-transform: capitalize;vertical-align: middle;}
.sticky .stellarnav > ul > li > a { color: #333333; }
.stellarnav > ul > li > a b {color: #fff;font-size: 15px;letter-spacing: .2rem;}
/*.stellarnav > ul > li > a b:last-child{color: #fdfdfc;font-size: 13px;letter-spacing: .1rem;}*/

/*隱藏下拉三角形*/
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px;}

.header_area.sticky {}
.header_area.sticky .nav-header {}

@media only screen and (max-width: 1440px) {
.main_header_area .container {width: 100%;}
}

@media only screen and (max-width: 1024px) {
.header_area {      transition: .5s;    background: #d9d0c7; }
.header_area.sticky {         transition: .5s;    }
.nav-header {   max-width: 70px;}
.nav-brand img {    -webkit-filter: none;}
.stellarnav > ul > li > a {  color: #595757;}
.stellarnav > ul > li > a b {  color: #333333;  font-size: 14px;  letter-spacing: 0;}
.stellarnav > ul > li:before { background: #333333;}
.stellarnav li.has-sub > a:after {  border-top: 5px solid #333333;}

}

@media only screen and (max-width: 768px) {

.main_header_area .container {   width: 100%;  padding: 0;}
.nav-header { max-width: 50px;  padding: 5px 0;}

.stellarnav > ul > li {width: 100%;}
.stellarnav.mobile {      top: 21px;}
.stellarnav.mobile > ul > li > a.dd-toggle {top: 3px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #ffffff;}
.stellarnav > ul > li:before {display: none;}
.stellarnav li.has-sub > ul > li > a {letter-spacing: 0px;}
.stellarnav.mobile li.open li.open {background: #e8dfce;}
.stellarnav.mobile li.open {background: #faf2e4;}
   
   
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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 .center {max-width: 72%;}
.center {max-width: 72%; }
.footer {background: #ffffff; padding: 10px 0 0px 0; border-top: 1px solid #e9e9e9;}
.footer_info {display: block;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: grid;  grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 auto; max-width: 1000px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #d4d4d4 ;margin: 0;	text-align: center;	padding: 10px 0px 10px 0px; border:0;  border-left:1px #e7e7e7 solid; background: none;  transition: all 0.3s;background: #ffffff; letter-spacing: 0px;}
.footer_menu a:nth-child(2) {border-left: 0px #d6e1e1 solid;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none;color: #acacac } 
.copy {background:#ffffff; color: #d9d9d9; border:none; padding: 15px 0 15px 0; text-align: center; margin: 0px 0px 0 0; padding: 15px 0 15px 0; width: 100%; border-top: 1px solid #e9e9e9;}
.copy a{color: #d9d9d9;transition:all 0.3s;}
.copy a:hover {color: #d9d9d9;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.footer_logo img {max-width: 160px;}
.footer_logo {text-align:center; width: 100%; max-width: 100%; margin-left: 0px; display: none;}
.footer_info ul {width: 100%; text-align: center; margin-bottom: 5px;}
.footer_info li {padding: 13px 0; display: inline-block;}
.footer_info li p {font-size: 14px; color:#221814; line-height: 230%; text-align:center; width: 24%; display: inline-block; margin-bottom: 0px; letter-spacing: 0px; word-break: break-all;}
.footer_info li p a{color:#221814;}
.footer_info li:nth-child(1) {width: 100%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;}

/*FT按鈕*/
.box_link {display: none;}
.box_link a {border: 1px #d4d4d4 solid; background: #d4d4d4; width: 34px; height: 34px; border-radius: 2px;}
.box_link a:hover {background: #c0c0c0;}
.box_link a.me_tp_fb {background-image: url(https://pic03.eapple.com.tw/forestwv/fb.png); background-size: cover;}
.box_link a.me_tp_line {background-image: url(https://pic03.eapple.com.tw/forestwv/line.png); background-size: cover;}
.box_link a.me_tp_call {background-image: url(https://pic03.eapple.com.tw/forestwv/call.png); background-size: cover;}
.box_link a.me_tp_mail {background-image: url(https://pic03.eapple.com.tw/forestwv/mail.png); background-size: cover;}
.box_link a.me_tp_ig {background-image: url(https://pic03.eapple.com.tw/forestwv/ig.png); background-size: cover;}
.box_link a.me_tp_fb .fa-facebook-f:before{content: unset;}
.box_link a.me_tp_line .fa-envelope::before{content: unset;}
.box_link a.me_tp_call .fa-phone-volume::before{content: unset;}
.box_link a.me_tp_mail .fa-envelope::before{content: unset;}
.box_link a.me_tp_ig .fa-instagram::before{content: unset;}

.privacyLinks a+a {border-left: 0px solid #ddd;}


/*改字*/
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
  width: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}

.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p:before {
    display: inline-block;
    margin-right: 4px;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 66%;}
}
@media screen and (max-width: 1470px) {
.footer_info li {padding: 15px 0px;}
.footer_info li p {width: 100%;}
.footer_logo {margin-left: 0px;}
.footer_logo {text-align: center;}
.footer_info li p {text-align: center;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 0px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 100px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px; height: 70px;}
.footer_menu {max-width: 100%;}
.footer_logo a:before {height: 87px;}
.copy {margin: 40px 0px 0 0;}
}
@media screen and (max-width: 1000px) {
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: left; margin-top: 20px;}
.footer_menu {margin-bottom: 0px; }
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_menu a {font-size: 12px;}
.footer_menu a:last-child {border-right: 0px #e7e7e7 solid;}
}
@media screen and (max-width: 520px) {
.footer_menu { grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr)); }
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr)); }
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.copy {
  margin: 20px 0px 0 0px;
  line-height: 159%;
  padding: 20px 10px;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
  min-height: 100px;
  letter-spacing: 6px;
  background: #d9d0c7;
  padding: 10px 20px 50px;
}
.banner h5 {
  position: absolute;
  left: 20%;
  color: #595657;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
  .banner {   font-size: 28px;     min-height: 120px; }
  .banner h5 {  position: unset;}
}
@media screen and (max-width: 600px) {
  .banner {         font-size: 25px; min-height: 70px; letter-spacing: 2px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷方案*/
.news_part {background: #f9f9f9;}
.news_part .title_i_box h4 {
  font-size: 28px;
  color: #816e61;
  font-weight: 600;
  letter-spacing: 3px;
}
.i_news_b a {  border-radius: 20px;}
.i_news_b a:hover {    background: #816e61;}
.news_list ul li { border:none;   border-bottom: none;}
.news_list ul li:hover { }
.news_list ul li a{
  border: 1px #816e61 solid;
  margin-bottom: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 5px #b1b1b161;
  background: #ffffff;
}
.news_list ul li a:hover {   background: #816e61;}
.news_list ul li a:hover span {   color: #fff;}
.news_list ul li a:hover p {   color: #ffffff;}
.news_list ul li p:after {  transform: translateX(-50%) translateY(-50%);}
.news_list ul li a:hover p:after {   color: #fff;}

/*促銷方案*/
.promotion_title * {  color: #816e61; font-weight: 600;   font-size: 16px;   letter-spacing: 1px;}
.promotion_title { text-align: center;}
.promotion_title em {  border:none; padding: 6px 15px; margin: 0 0px 0px 0; background: #816e61;  color: #fff;  border-radius: 50px;}
.promotion_title span { border:none; padding: 6px 0px;   margin: 0px 0px 0px 0;}
.promotion_title h2 {  display: block;  font-size: 30px;     border-bottom: 2px #816e61 solid;  padding: 0px 0px 10px 0px;}
.promotion_title h2 span {   display: none;}
.other_promotion li a {  border: none; border-top: 1px solid #e5e5e5;   }
.other_promotion li a:hover {  background: none;}
.other_promotion li a:before { border: 2px #816e61 solid; border-bottom: none;  border-right: none; border-left: none;}
.other_promotion li a:after { display: none;}

@media screen and (max-width: 768px) {
  .news_part {  margin: 40px auto;     padding: 40px 20px;  width: 90%;}
  .news_list ul li {   background: #ffffff;}
}
@media screen and (max-width: 600px) {
  .news_list ul li a {    border-radius: 20px;   padding: 15px;}
  .news_list ul li p:after {   transform: translateX(0%) translateY(10%);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.module_i_news {
    padding: 120px 0;
    /*background: url(https://pic03.eapple.com.tw/suntranshi/bgbg.jpg) center / cover no-repeat;*/
    position: relative;
}

.module_i_news:before {
    background: #fbf5ef;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
}

.module_i_news .title_i_box h4 {
    font-size: 32px;
    color: #986b34;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 10px;
}

.module_i_news .title_i_box h6 {
    font-size: 18px;
    color: #777777;
    font-weight: 500;
    letter-spacing: 4px;
    opacity: .5;
    font-family: 'Cormorant Infant';
}

.module_i_news .title_i_box h6:after {
    content: 'NEWS';
}

.module_i_news section {
    width: 90%;
    max-width: 1580px;
    z-index: 9;
    position: relative;
}


/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.show_content.blog_box,
.blog_le {
    padding: 1px;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item,
.module_i_news li {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a,
.module_i_news li a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le,
.i_blog_le {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le:after,
.i_blog_le:after {
    content: 'VIEW MORE >';
    font-family: 'Cormorant Infant';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 105%;
    height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #9a856ecf;
    opacity: 0;
    transition: all .4s;

}

.subbox_item a:hover .blog_list_le:after,
.module_i_news li a:hover .i_blog_le:after {
    opacity: 1;
}

.blog_list_le img,
.i_blog_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_list_ri,
.i_blog_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5,
.i_blog_ri h5 {
    font-weight: bold;
    color: #9d723e;
    font-size: 20px;
    font-family: 'Noto Serif TC';
    letter-spacing: 2px;
}

.blog_list_ri em,
.i_blog_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
    letter-spacing: 1px;
}

.blog_list_ri p,
.i_blog_ri p {
    color: #5a5657;
    line-height: 155%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 15px;
    border-top: 1px solid #bbb;
    margin-top: 0;
    letter-spacing: .5px;
}

.subbox_item a:before,
.subbox_item a:after,
.module_i_news li a:before,
.module_i_news li a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover,
.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #7d756c !important;
}

.blog_le .accordion>li .link a,
.blog_le .accordion>li .link i {
    color: #595757!important;
}

.submenu {
    background: #ffffff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Serif TC';
    color: #5b5657;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 12px 12px 12px 36px;
    border-left: #dacfc7 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #ffffff;
    color: #7d756c;
}

.submenu a i {
    left: 12px;
}

.submenu a:hover {
    border-left: #dacfc7 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #9d723e;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    color: #ffffff;
    font-weight: 500 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #7d756c;
}

.news_related {
    background: #f1ebe4;
    padding: 48px 0;
    margin-top: 80px;
}

.news_related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.lastPage {
    margin: 40px auto 20px;
    background: #7d756c;
}

.news_related h6 span:before {
    color: #9d723e;
    font-family: 'Noto Serif TC';
}

.news_related_list li a p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 5px;
}

@media screen and (max-width: 1024px) {
  .module_i_news ul {    grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
    .blog_subbox {    grid-template-columns: repeat(2, 1fr);}
  .blog_ri {    padding: 0 0 0 0px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 相簿管理(有分類) */
/*首頁*/
.module_i_album {    padding: 95px 20px;}
.module_i_album section {    max-width: 1600px;}
.module_i_album .title_i_box h4 {
    font-size: 32px;
    color: #986b34;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 10px;
}
.module_i_album .title_i_box h6 {
    font-size: 18px;
    color: #777777;
    font-weight: 500;
    letter-spacing: 4px;
    opacity: .5;
    font-family: 'Cormorant Infant';
}
.module_i_album .title_i_box h6:after {
    content: 'WORK';
}

.i_album_list li a p { background: #9a856ecf; color: #ffffff;}
.i_album_list li a p span {    letter-spacing: 3px;}
.i_album_list li div{aspect-ratio: 1 / 1;}

/*分類頁面*/
.subalbum-menu {padding: 0;margin: 0;}
.subalbum-menu h2 { font-size: 18px;color: #333;letter-spacing: .6rem;display: none;}
.show-list .show_pic {aspect-ratio: 1 / 1;  }
.show-list .show_pic img {transform: scale(1); transition: all .5s;}
.show-list .show_name{color: #333;letter-spacing: .6rem;text-align: center;font-weight: 500;height: 40px;margin: 15px 0;
font-size: 15px;}
.show-list .item .overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .item:hover .show_name {color: #b6a292;}
.show-list .item:hover .show_pic img {transform: scale(1.05);filter: grayscale(0);-webkit-filter: grayscale(0);}
/*分類管理*/
.show-list .show_name {color: #ccc;}
.show-list .item:hover .show_name {color: #fff;}

/*相本頁面*/
.show-list{grid-gap: 10px;grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));}
.other_subalbum li a p {position: absolute;bottom: 0%; background: #9a856e; padding: 10px 0; color: #fff;text-align: center; width: 100%; transition: all .5s;}
.other_subalbum li:hover a p{color: transparent;background: transparent;} 
.album_fixed_title{background: transparent;}
.other_album {display: none;}
.other_album_choice li {background: #8d759b;padding: 5px 20px;border-radius: 0;font-size: 13px;}

.album_descrip{color: #fff;}
.album_fixed_title{color: #ccc;}

.pic-list { grid-gap: 10px;     grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));}
.pic-list .item h6{padding:0;}

@media screen and (max-width: 1200px) {
.subalbum-menu {padding: 0;margin: 0;}
}
@media screen and (max-width: 980px) {
.subalbum-menu {padding: 0;margin: 0;}
}

@media screen and (max-width: 768px) {
.subalbum-menu {padding: 0;margin: 0;}
.other_subalbum li a p {    padding: 5px 0;}
}

@media screen and (max-width: 700px){
	/*相本頁面*/
	.show-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 450px){
	/*相本頁面*/
	.show-list {grid-template-columns: 1fr;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁購物車*/
.i_prod_tit span, .i_video_tit span {
  font-size: 26px;
  letter-spacing: 2px;
  color: #900d0e;
  font-weight: 600;
}
/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 a {  background: none; padding: 6px 3px;}
.product-layer-two li.active a {  border: none; color: #816e61;}
.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: #816e61;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;     padding: 5px 0px;}
.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%;}

.products-list .item a {   padding-bottom: 0px;}

.products-list .item a .more{    
  border: 0;
  color: #816e61;
  bottom: 120px;
  background: #fff;
  border-radius: 100px; 
  width: 90% !important;
  transition: all .5s;
  font-size: 14px;
  display: none;
}
.products-list .item a:hover .more {  
  display: block; 
  transition: all .5s; 
  background: #ffffffe3;
  color: #816e61;
  box-shadow: 0px 0px 5px #3d3d3d4d;
  font-size: 14px;
}
.products-list .price b {  color: #857376;}
.products-list .pic:after {
    content: '';
    background: #dacfc700000;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
}
.products-list .pic:hover:after {
    background: #dacfc70004d;
    transition: all .5s;
}

.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:#816e61;}

.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;}

/*內頁*/
.inquiry_a1 {    background: #92c17b;}
.inquiry_a3 {  background: #816e61;}
.sidebarBtn {  border: 0 ;}

@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;}
.products-list .item a .more{   bottom: 140px;}
}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_le_map a {   display: none;}
.contact_form li.last cite,
.contact_form li.last blockquote {
    background: #252727;
    position: relative;
    font-weight: bold;
    text-align: center;
    background: #d5d5d5;
    border-radius: 30px;
    padding: 9px 32px;
    text-decoration: none;
    transition: .3s;
    width: 180px;
    color: #333;
    border: none;
    margin: 0 5px;
}

.contact_form li:nth-child(n+2){
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
    .contact_form li .form__label {   background: rgb(129 129 129 / 15%);     }
            
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




