@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-pagination-clickable .swiper-pagination-bullet {display: none;}
.bannerindex .swiper-banner .swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex {margin:0;padding-bottom: 0;}
}

/*基本設定*/
.path {display: none;}
.main_part {max-width: 1500px;width: 90%;padding: 100px 0;}
.show_content, .edit, .contact_content, .contact_editbox {padding: 0;}

@media screen and (max-width: 1024px){
.main_part {padding: 80px 0;}
}
@media screen and (max-width: 768px){
.main_part {padding: 60px 0;}
}
@media screen and (max-width: 600px){
.main_part {width: 80%;}
}

/*網頁按鈕*/
.animated-arrow {margin-top: 70px;background: unset;color: #978372;width: 200px;overflow: inherit;}
.animated-arrow b {font-weight: 400;letter-spacing: 0.08em;}
i.fa-solid.fa-arrow-right {display: none;}
.animated-arrow:before {content: '';width: 110%;height: 140%;position: absolute;top: -10px;left: -10px;border: 1px solid #E4D4C8;z-index: 1;}
.animated-arrow:hover {background: #f4efe9;}

@media screen and (max-width: 1024px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 600px){}

/*頁數*/
.page { width: 100%;}
.page li {color: #000;}
.page strong, .page a:hover {background: #221e1f;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*HEADER*/
.pageIndex .header_area {padding:0;background: #ddc0a7e6;position: fixed;transition: 0.6s ease;}
.header_area {padding:0;background: #dcbfa6;transition: 0.6s ease;}
.header_area.sticky {background: #ddc0a7;transition: 0.6s ease;}
.main_header_area .container {max-width: 1500px;width: 90%;}
.navigation {grid-template-columns: 175px 1fr;}
.tp_links {display: none;}

.me_tp_features {padding: 10px 15px 0;}
.me_tp_features a {font-size: 16px;color: #978372;margin: 0;letter-spacing: 0.05em;transition: 0.6s ease;}
.me_tp_features a:hover {color: #221e1f82;transition: 0.6s ease;}
.me_tp_features a i {margin: 0 7px 0 10px;}
.me_tp_features a.tp_btn_cart b {padding-left: 5px;}

.box_search {width: 100%;margin-bottom: 0;}
.shop_search_btn {background: #978372;letter-spacing: 0.1em;border-radius: 0;padding: 0px 20px;}
.box_search input[type=text] {background: unset;border: unset;border-bottom: solid 1px #978372;padding: 7px 70px 5px 10px;
    width: 100%;max-width: 200px;color: #ffffff;border-radius: 0;letter-spacing: 0.08em;}

/*LOGO*/
.nav-header {padding: 12px 0;max-width: 150px;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav > ul > li > a {display: block;padding: 20px 15px;letter-spacing: 0.08em;color: #ffffff;font-size: 17px;
    line-height: 1;height: auto;margin: 0;transition: 0.6s ease;}
.stellarnav > ul > li:hover > a {color: #221e1f82;transition: 0.6s ease;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}

/*次選單*/
.stellarnav ul ul {width: 180px;left: 50%;transform: translateX(-50%);background: #f8f3ea;text-align: center;}
.stellarnav ul ul ul {transform: translateX(0);}
.stellarnav li > ul > li {border: 0;}
.stellarnav li > ul > li > a {padding: 10px 5px;text-align: center;display: block;color: #000000;
    letter-spacing: 0.08em;font-size: 15px;border-bottom: 2px solid #e1ddd6;transition: 0.6s ease;}
.stellarnav li > ul > li:hover > a {background: #978372;color: #fff;transition: 0.6s ease;}

@media screen and (max-width: 1250px){
}
@media screen and (max-width: 1024px){
.pageIndex .header_area {position: sticky;}
.box_search {width: auto;}
}
@media screen and (max-width: 768px){
.main_header_area .container {width: 100%;}
.nav-header {padding: 10px 0;max-width: 125px;}
.me_tp_features {display: none;}
.stellarnav.mobile {height: 100%;}
.stellarnav.mobile .menu-toggle{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0 30px;height: 100%;}
@keyframes fillborder {
0% {transform-origin: right;transform: scaleX(1);}
50% {transform-origin: right;transform: scaleX(0);}
51% {transform-origin: left;transform: scaleX(0);}
100% {transform-origin: left;transform: scaleX(1);}
}
.stellarnav .menu-toggle span.bars:hover span:first-of-type {animation: fillborder .42s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:nth-of-type(2) {animation: fillborder .42s .124s both ease-out;}
.stellarnav .menu-toggle span.bars:hover span:last-of-type {animation: fillborder .42s .248s both ease-out;}
.stellarnav .menu-toggle span.bars {top: 0px;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;border-radius: 0;background: #978372;margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {font-size: 9px;color: #978372;transform: unset;letter-spacing: 0.15em;}

.stellarnav.mobile.left > ul {border-right: 0;border-top: 0;box-shadow: 2px 0px 10px #cbbfb6;background: #f5f1ea;
    opacity: 0;visibility: hidden;overflow-y: auto;transform: translateX(-100%);transition: opacity .4s, visibility 0s .4s, transform .7s;}
.stellarnav.mobile.active.left > ul {transform: translateX(-0%);opacity: 1;visibility: visible;transition: opacity .4s, transform .8s;}
.stellarnav.mobile > ul > li {border-bottom: 1px #97837240 solid;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {letter-spacing: 0.15em;background: #978372;color: #fff;}
.stellarnav .icon-close {width: 20px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav.mobile > ul > li > a {padding: 18px 30px;border-bottom: 0;letter-spacing: 0.08em;color: #978372;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 18px 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #978372;}
.stellarnav.mobile li.open {background: #f6f3ed;padding: 0;border-top: 0;border-bottom: 2px #ccafa5 solid;}
.stellarnav.mobile ul ul {background: unset;left: 50%;}
.stellarnav.mobile li > ul > li > a {padding: 15px 30px;letter-spacing: 0.1em;text-align: left;border-top: 1px solid #fff;border-bottom: 0;color: #978372;}
.stellarnav.mobile > ul > li:hover > a {color: #978372;}
}
@media screen and (max-width: 600px){
.nav-header {max-width: 110px;}
.stellarnav .menu-toggle span.bars span {width: 30px;margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {font-size: 8.5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖
.pageIndex .bannerindex .swiper-fade .swiper-slide:nth-child(1):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/shensenwood/大圖文字-03.svg);
    width: 32%;top: 29.5%;left: 7%;aspect-ratio: 122 / 71;background-size: contain;background-repeat: no-repeat;z-index: 999;}

.pageIndex .bannerindex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/shensenwood/大圖文字-04.svg);
    width: 18%;top: 58%;left: 10%;aspect-ratio: 23 / 20;background-size: contain;background-repeat: no-repeat;z-index: 999;}

/*內頁BANNER 設定*/
.banner {position: relative;background-image: unset;background: unset;min-height: unset;font-size: unset;padding: 17% 0 15%;}
.banner:before {content: '';position: absolute;left: 0;background: url(https://pic03.eapple.com.tw/woodislucky/banner_01.jpg);
    background-size: cover;width: 70%;aspect-ratio: 7 / 3;border-radius: 0 50px 50px 0;}
.banner h5 {width: 20%;position: absolute;transform: translate(0%, -50%);left: auto;color: #978372;
    right: 0;top: 55%;font-size: 28px;font-weight: 400;letter-spacing: 0.08em;text-align: left;}
.banner h5:before {content: 'Wood is Lucky';position: absolute;transform: translateY(-100%);top: -10px;
    left: 0;width: 100%;font-size: 20px;color: #E4D4C8;}

.banner.banA:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_03.jpg);background-size: cover;}
.banner.banA h5:before {content: '';}
.banner.banB {}
.services_page .banner.banB:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_02.jpg);background-size: cover;}
.services_page .banner h5:before {content: 'Process';}
.banner.banC:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_05.jpg);background-size: cover;}
.banner.banC h5:before {content: 'Contact';}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_01.jpg);background-size: cover;}
.banner.banF h5:before {content: 'Products';}
.video_page .banner.banF:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_04.jpg);background-size: cover;}
.video_page .banner.banF h5:before {content: 'Videos';}
.banner.banblog {}
.blog_page.article_a .banner.banblog:before {background: url(https://pic03.eapple.com.tw/woodislucky/banner_03.jpg);background-size: cover;}
.blog_page.article_a .banner.banblog  h5:before {content: 'Blog';}


@media screen and (max-width: 1200px) {
.banner h5 {width: 18%;font-size: 26px;}
.banner h5:before {font-size: 18px;}
}
@media screen and (max-width: 1024px) {
.banner {padding: 18% 0;}
.banner h5 {font-size: 24px;}
.banner h5:before {font-size: 17px;}
}
@media screen and (max-width: 768px) {
.banner {padding: 20% 0 15%;}
.banner h5 {font-size: 22px;top: 60%;}
.banner h5:before {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.banner {padding: 30% 0;}
.banner:before {width: 95%;top: 0;border-radius: 0 0 30px 0;}
.banner h5 {width: 90%;transform: translate(0%, 0%);top: auto;bottom: 8%;font-size: 20px;}
.banner h5:before {top: -5px;font-size: 15px;}
}
@media screen and (max-width: 450px) {
.banner h5 {font-size: 18px;bottom: 5%;}
.banner h5:before {font-size: 14px;top: -3px;}
}
@media screen and (max-width: 375px) {
.banner h5 {bottom: 0%;}
}

#bottom_menu {display: none;}
/*COPY*/
.copy {margin-top: 30px;padding: 20px 0;color: #ffffff;border-top: unset;background: #dcbfa6;}
.copy a {color: #fff;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
h5.blog_le_t {font-size: 20px;font-weight: 400;color: #978372;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #190e07;border: solid 1px #e6ccb2;
    border-radius: 0;padding: 10px 35px 10px 15px;}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #e6ccb2;}
.accordion li .link a {padding: 15px 20px;color: #402b1d;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #978372 !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 15%;}
.blog_ri {width: 80%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:repeat(3, 1fr);}
.subbox_item a {display: flex;grid-gap: 10px;flex-direction: column;padding: 5px;border: 1px solid #DCBFA6;min-height: 410px;}
.blog_list_le {aspect-ratio: 1 / 1;overflow: hidden;}
.blog_list_ri {display: flex;padding: 0 8px 10px;flex-direction: column;align-items: center;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #E4D4C8;}
.blog_list_ri h5 {order: 2;font-size: 18px;letter-spacing: 0.05em;color: #000000;font-weight: 400;padding: 15px 0;line-height: 1;}
.blog_list_ri p {display: none;}

.subbox_item a:after {background: #f5f1eae6;border: 0;}
.subbox_item a:before {transform: translate(-50%, -50%);top: 50%;left: 50%;bottom: auto;right: auto;font-size: 18px;letter-spacing: 0.08em;
    color: #978372;padding: 10px 15px;background: #fff;width: 65%;text-align: center;}

/*文章內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {color: #978372;font-size: 22px;font-weight: 400;letter-spacing: 0.05em;
    border-bottom: 1px #e6ccb2 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}
.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #dcbfa6;font-weight: 400;font-size: 14px;}
.blog_shareData {margin-bottom: 0;}
.blog_box_edit * {line-height: 175%; letter-spacing: 0.08em;font-size: 16px;}
.blog_box_edit * p {line-height: 2;padding: 10px 0;}
.blog_box_edit .articel_mainPic, .blog_box_edit img {margin: 30px 0 50px;}
.news_tags a {color: #978372;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;border-radius: 5px;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #DCBFA6;}
.blog_back a.article_btn_back {background: #978372;}

.news_related {background: unset;padding: 50px 0 0;}
.news_related h6 {width: 90%;max-width: 1500px;margin: 0 auto 25px;padding-bottom: 25px;border-bottom:1px solid #DCBFA6;}
.news_related h6 span:before {content: '相關推薦';font-size: 22px;letter-spacing: 0.1em;font-weight: 400;color: #978372;}
.news_related_list li figure {aspect-ratio:4 / 3;transition: .6s ease;}
.news_related_list li:hover figure {opacity: 0.5;}
.news_related_list {max-width: 1500px;width: 90%;letter-spacing: 0.1em;grid-template-columns: repeat(4, 1fr);}
.news_related_list li a p {font-size: 15px;color: #190e07;line-height: 1.5;padding-top: 10px;}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 20px;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0;}
.subbox_item a {min-height: unset;}
.subbox_item a:before {font-size: 16px;}
.news_related_list {grid-gap: 5px;}
.news_related_list li a p {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.blog_le {width: 35%;}
.blog_ri {width: 60%;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);grid-gap: 10px;}
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;margin-bottom: 3vw;}
.blog_ri {width: 100%;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
.subbox_item a {padding: 8px;}
.blog_list_ri h5 {font-size: 17px;}
.blog_list_ri p {font-size: 14px;-webkit-line-clamp: 1;}
.blog_box_edit * iframe { width: 100%;}
.blog_box_edit * p {line-height: 1.5;padding: 5px 0;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related_list li a {padding: 5px;}
}

@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 22px;padding: 10px 0 20px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 {margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 20px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
.news_related_list {grid-template-columns: repeat(1, 1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*影音專區*/
.video_menu_list {width: 15%;}
.video_menu_list>h5 {color: #ffffff;font-size: 18px;font-weight: normal;margin-bottom: 30px;padding-right: 2em;letter-spacing: 0.1em;}
.video-layer-two > li {border-bottom: 1px dotted #E4D4C8;}
.video-layer-two li a {border: unset;background: unset;padding: 10px 15px;letter-spacing: 0.1em;color: #978372;transition: 0.5s ease;}
.video-layer-two > li:hover > a {background: #DCBFA6;color: #fff;transition: 0.5s ease;}

.video_menu_list+.video-list {max-width: 80%;grid-template-columns: repeat(3, 1fr);grid-gap: 50px 20px;}
.video-list .vid_item {padding: 5px;}
.video-list .vidCover {border-radius: 0;aspect-ratio: 5 / 3;}
.video-list .vidTitle {font-size: 16px;font-weight: normal;color: #978372;letter-spacing: .1em;margin-top: 10px;
    text-align: center;line-height: 2;height: auto;margin-bottom: 0;transition: 0.5s ease;}
.video-list .vid_item a:hover .vidTitle {opacity: 0.5;transition: 0.5s ease;}
.vidDesc {color: #A6A6A6;font-size: 14px;-webkit-line-clamp: 2;line-height: 1.8;}

@media screen and (max-width: 1024px) {
.video_menu_list ul {grid-template-columns: 1fr;}
.video-layer-two li a {font-size: 15px;}
.video-list .vidTitle {font-size: 15px;}
}
@media screen and (max-width: 768px) {
.video_content {align-items: center;align-items: center;}
.video_menu_list, .video_menu_list+.video-list {width: 100%;max-width: 100%;}
.video_menu_list>h5 {margin-bottom:10px;font-size: 16px;padding: 10px 5%;border: 1px solid #222;}
a.vd_menu_toggle i {width: 3.5em;}
.video-layer-two > li {padding-bottom: 0;}
.video-list .vidTitle {font-size: 14px;}
.video-layer-two li a {padding: 10px 5%;font-size: 14px;}
}
@media screen and (max-width: 600px) {
.video_menu_list>h5 {font-size: 15px;}
.video_menu_list+.video-list {grid-template-columns: repeat(2, 1fr);}
.video-list .vidTitle {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.video_menu_list>h5 {font-size: 14px;}
.video-list .vidTitle {font-size: 13px;}
}
@media screen and (max-width: 375px) {
.video_menu_list+.video-list {grid-template-columns: repeat(1, 1fr);grid-gap: 15px 20px;}
.video-list .vidCover {aspect-ratio: 4 / 3;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車*/
.prod_part {padding: 100px 5%;}
.prod_part section {max-width: 1400px;}
.i_prod_tit, .i_video_tit, .pageIndex .products-list .item a .more {display: none;}
.pageIndex .productsListBox, .productsListBox.swiper {padding: 0;}
.pageIndex .products-list .item a {padding-bottom: 0;}
.pageIndex .products-list .item a .pic img {transition: 0.5s ease;}
.pageIndex .products-list .item a:hover .pic img {transform: scale(1.1);transition: 0.5s ease;}

.i_prod_b {max-width: 1400px;}

@media screen and (max-width: 1024px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 600px){}
@media screen and (max-width: 450px){}

/*購物車*/
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 20%; letter-spacing:0.08em;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: 78%; grid-template-columns: repeat(4, 1fr);grid-gap: 50px 20px;}
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:8px 10px;}
.product-layer-two li:hover > a { background:#F5F1EA;transition:all ease .3s;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;margin-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li a {border: unset;background: unset;color: #978372;padding: 10px 30px;font-size: 16px;transition:all ease .3s;}
.product-layer-two li i {width: 43px;height: 43px;color: #978372;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 10px; background: transparent; left: 0; margin-left: -15px; top: 50%; margin-top: -5px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#221e1f;}
.product-layer-two li.active a { border: unset;}

.products-list .item a {padding-bottom: 45px;}
.products-list .pic img {width: auto; }
.products-list .name {display: flex;margin-top: 10px;margin-bottom: 10px;
    font-size: 16px;color: #000000;letter-spacing: 0.15em;height: unset;text-align: center;flex-direction: column;}
.products-list .name .numbering {font-size: 12px;padding-top: 5px;}
.products-list .price {display: none;margin: 10px 0 15px;align-items: flex-end;}
.products-list .price b {color: #A6A6A6;letter-spacing: 0.05em;font-weight: 400;line-height: 1;font-size: 14px;text-align: center;margin: 0;}
.products-list .price .sp_price {text-align: right;color: #c55d39;font-size: 17px;text-align: center;margin: 0;}
.products-list .more {border: 1px solid #978372;color: #978372;font-weight: 400;line-height: 40px;letter-spacing: 0.08em;}
.products-list .item a:hover .more {background: #978372;border: 1px solid #978372;color: #ffffff;letter-spacing: 0.1em;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}

.product_main {width: 60%;padding: 0;}
.product_pic {display: flex;position: relative;padding-left: 0;flex-direction: row;justify-content: space-between;}
.proImgSwiper {width: 85%;aspect-ratio: 1 / 1;}
.proImgSwiper img {width: 100%;object-fit: contain;}
#prod_thumbSwiper {width: 10%;max-width: unset;position: relative;}
#prod_thumbSwiper .swiper-slide {height: 100% !important;aspect-ratio: 1 / 1;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {text-shadow: unset;background: #221e1f47;padding: 12px;}

.sidebarBtn {display: flex;width: 35%;border: unset;background: #F5F1EA;padding: 30px 50px;flex-direction: column;justify-content: center;}
.sidebarBtn h2 {color: #978372;font-size: 20px;text-align: center;letter-spacing: 0.08em;}
.sidebarBtn .price {display: flex;flex-direction: column-reverse;padding: 20px 0;border-bottom: 1px solid #E4D4C8;letter-spacing: 0.08em;}
.sidebarBtn .price span {display: block;font-size: 14px;text-align: center;font-weight: 400;color: #A6A6A6;}
.sidebarBtn .price span#price {color: #c55d39;font-size: 17px;font-weight: 500;padding-bottom: 10px;}

div#number_area {padding: 15px 0 0;letter-spacing: 0.08em;text-align: center;}
fieldset {text-align: center;}
.product_info li span {font-size: 14px;color: #978372;margin-bottom: 5px;font-family: auto;letter-spacing: 0.08em;text-align: center;}
.radio-inline__label {padding: 5px 10px 7px;margin: 2px 2px 5px 0;color: #221e1f;border: 1px solid #221e1f;}
.radio-inline__input:checked + .radio-inline__label {background: #221e1f;color: #ffffff;}
.product_info li .txt_box {color: #333;width: 100%;letter-spacing: 0.08em;}

.sidebarBtn form:nth-of-type(2) {display: flex;align-items: center;flex-direction: row;gap: 15px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {    border-radius: 0;}
.inquiry_a1 {background: #c57c63;}
.inquiry_a3 {background: #5996b3;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {letter-spacing: 2px;background: #C1BC9B;}

.toShare {border-top: 1px solid #E4D4C8;color: #978372;}
.prod_info_clearfix {display: none;}


.prod_tabs {width: 100%;margin-top: 30px;}
.pd_tabTitle {color: #000000;}
.pd_tabTitle li {border-bottom: 1px solid #E4D4C8;}
.pd_tabTitle li a {padding: 15px 10px;font-size:17px;letter-spacing: 0.1em;line-height: 1.8;}
.pd_tabTitle li.activeTab a {color: #978372;}
.pd_tabTitle li.activeTab::after {height: 3px;background: #978372;}
.pd_tabInner_contain {padding-top: 20px;margin: auto;width: 90%;font-size: 16px;letter-spacing: 0.1em;}

.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;}

.prod_related {background: unset;padding: 50px 0 0;}
.prod_related h6 {width: 90%;max-width: 1500px;margin: 0 auto 25px;padding-bottom: 25px;border-bottom:1px solid #DCBFA6;}
.prod_related h6 span:before {content: '相關推薦';font-size: 22px;letter-spacing: 0.1em;font-weight: 400;color: #978372;}
.related_list li figure {aspect-ratio:1 / 1;transition: .6s ease;}
.related_list li a img {width: auto;}
.related_list li:hover figure {opacity: 0.5;}
.related_list {max-width: 1500px;width: 90%;letter-spacing: 0.1em;grid-template-columns: repeat(4, 1fr);}
.related_list li a p {font-size: 15px;color: #190e07;line-height: 1.5;padding-top: 10px;}

.lastPage {width: 100%;color: #ffffff;background: #A6A6A6;font-size: 15px;letter-spacing: 0.3em;
    padding: 15px 20px;margin: 50px auto 0;transition:all ease .3s;}
.lastPage:hover {color: #ffffff;background: #978372;transition: all ease .3s;}

@media screen and (max-width: 1200px) {
.product_info_page .products-list, .product-wrapper {justify-content: space-between;grid-gap: 30px 0px;}
.product_page .product_menu_list {width: 28%;}
.product_page .products-list, .product-wrapper {width: 70%;grid-template-columns: repeat(3, 1fr);}
.product-layer-two li a {font-size: 16px;}
.products-list .price .sp_price {font-size: 16px;}
.products-list .more {font-size: 15px;}

/*購物車內頁*/
.product_main {width: 68%;}
.sidebarBtn {width: 30%;padding: 20px;}
.sidebarBtn h2 {font-size: 18px;font-weight: 400;}
.sidebarBtn .price span#price {font-size: 16px;}
.product_info li span {font-size: 13px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {font-size: 14px;}

.pd_tabTitle li a {font-size: 16px;}
.pd_tabInner_contain {font-size: 15px;}

.related_list {grid-gap: 10px;}
.prod_related h6 span:before {font-size: 20px;}
.related_list li a p {font-size: 14px;}
}
@media screen and (max-width: 1024px) {
.product_page .product_menu_list {letter-spacing: 0.03em;}
.product_page .products-list, .product-wrapper {grid-template-columns: repeat(2, 1fr);}
.product-layer-two li a {font-size: 15px;padding: 10px 10px;}
/*購物車內頁*/
.product_info_page .products-list, .product-wrapper {flex-direction: column;align-items: center;}
.product_main {width: 100%;}
.sidebarBtn {width: 100%;}
.prod_tabs {margin-top: 0;}
.prod_related {padding: 0;}
.prod_related h6 span:before {font-size: 22px;}
.related_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product_page .product-layer-two, 
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;font-size: 20px;font-weight: 400;color: #978372;width: 90%;margin: auto;}
a.pd_menu_toggle i {color: #978372;}
/*購物車內頁*/
.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;}

.mobile_product_name {display: none;}
.product_pic {flex-direction: column-reverse;}
.proImgSwiper {width: 100%;}
#prod_thumbSwiper {width: 100%;}
.swiper-wrapper {flex-direction: row;align-items: flex-start;}
#prod_thumbSwiper .swiper-slide {padding-top: 0;height: auto !important;}
.sidebarBtn {margin: 0;}

.related_list {grid-template-columns: repeat(2, 1fr);}
.related_list li a {padding: 0;}
.related_list li a p {font-size: 14px;letter-spacing: 0.05em;}
}
@media screen and (max-width: 600px) {    
.product_page .product_menu_list>h5 {font-size: 18px;margin: 0 auto 10px;}
.product-layer-two li {margin: 0;text-align: center;}
.product-layer-two li a {font-size: 14px;}
.products-list .more {font-size: 14px;line-height: 40px;}

.product_page .products-list, .product-wrapper {grid-gap: 20px;}
.products-list .name {font-size: 15px;}
.products-list .price {margin: 5px 0 10px;flex-wrap: nowrap;flex-direction: column;align-items: center;gap: 10px;}
.products-list .price b {font-size: 12px;text-align: center !important;}
.products-list .price .sp_price {font-size: 15px;}
/*購物車內頁*/
.sidebarBtn h2 {font-size: 16px;}
.pd_tabTitle li a {padding: 10px;font-size: 15px;}
.prod_related h6 span:before {font-size: 18px;}
.prod_related h6 {width: 80%;}
.related_list {width: 80%;}
.lastPage {font-size: 14px;}
}

@media screen and (max-width: 450px) {
.product_page .products-list, .product-wrapper {grid-gap: 10px;}
.product_page .product_menu_list>h5 {font-size: 17px;}
/*購物車內頁*/
.sidebarBtn form:nth-of-type(2) {flex-direction: column;gap: 0;}
.pd_tabTitle li a {padding: 8px;font-size: 14px;}
.prod_related h6 {padding-bottom: 15px;}
.prod_related h6 span:before {font-size: 17px;}
}

@media screen and (max-width: 400px) {
.product_page .product_menu_list>h5 {font-size: 16px;}
.product_page .products-list, .product-wrapper {grid-template-columns: repeat(1, 1fr);grid-gap: 20px 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個--結束 */

/*購物車*/
.car_page .show_content {position: relative;}
.stepImg {max-width: 510px;letter-spacing: 0.08em;}
.stepImg img {filter: hue-rotate(365deg) saturate(0.6);}
.stepImg span.active {color: #d7ba6b;}

.shopping-cart {min-height: 20vw;}
.shopping-cart .cart_head {background: #221e1f;border-radius: 5px;}
.shopping-cart .cell.product_name {font-weight: normal;}
.shopping-cart .cell {font-size: 16px;letter-spacing: 0.1em;padding: 20px 15px;line-height: 1;}

.small_pic {width: 150px;height: 150px;border-radius: 5px;}
.shopping-cart .cell.product_name p {width: calc(100% - 160px);letter-spacing: 0.1em;font-weight: 400;line-height: 1.5;color: #000;}

.car_page .information_left {display: block;position: absolute;bottom: 0;width: 50%;}
.contact_le_map a {background: #221e1f;border-radius: 5px;}
.contact_le_map a b {letter-spacing: 0.1em;font-weight: 400;}

.total_amount .rewrite_simple, .total_amount .send_simple {width: 49%;max-width: unset;border-radius: 5px;letter-spacing: 0.1em;}
.total_amount li {margin: 15px 0;color: #000;letter-spacing: 0.08em;}
.total_amount li input[name=DiscountCode] {padding: 5px 10px;text-align: center;}
.rewrite_simple {background: #978372 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #190e07 url(../images/simple_right.png) 88% center no-repeat;}

@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #221e1f;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}

/*訂購資料*/
.separate_title {font-size: 16px;letter-spacing: 0.08em;color: #000000;padding: 10px;background: #fbf6f2;}
.formbox_form {margin-top: 15px;margin-bottom: 15px;color: #000000;font-size: 16px;}
.formbox_form li .form__label {letter-spacing: 0.08em;}
.form label .inputbox {filter: hue-rotate(300deg);}
.border200 {width: 100%;border: unset;padding: 5px 10px;border-radius: 5px;background: #f5f5f5;letter-spacing: 0.08em;}
.longer {width: 100%;}
.form label {color: #000000;}
.form label .inputbox {margin-right: 8px;top:2px;}
.form label.Bigcheck .inputbox {background-size: contain;}
.form label .inputbox.Big { width: 18px;height: 17px;}

/*匯款通知*/
.form_content {padding: 50px 0;max-width: unset;letter-spacing: 0.1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.information_left, .information_right {padding: 0;}
.contact_content .information_left {width: 25%;}
.list_before {margin-top: 0;margin-bottom: 30px;font-size: 15px;color: #190e07;letter-spacing: 0.05em;}
.list_before.info li {padding-left: 40px;margin: 10px 0 0;letter-spacing: 0.1em;color: #190e07;}
.list_before li+li {padding-top: 10px;border-top: 1px solid #eee;}
.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: 40px;font-size: 15px;font-weight: 400;letter-spacing: 0.1em;color: #402b1d;}

.contact_le_nomap {border-radius: 10px;overflow: hidden;}

.contact_content .information_right {width: 70%;padding-left: 0;}
.contact_content form {max-width: 1500px;width: 100%;margin: auto;display: flex;padding: 50px 0;justify-content: space-between;}
.blank_letter {padding-top: 0;padding-bottom: 25px;font-size: 22px;color: #978372;letter-spacing: 0.1em;}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 15px;
    margin-top: 0;margin-bottom: 0;font-size: 16px;color: #000000;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 5px;}
.contact_form li .form__label {max-width: unset;display: flex;width: 100%;text-align: right;margin-left: 0;letter-spacing: 0.08em;
    padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;border-radius: 5px;
    border: 0;padding: 10px;background: #f8f6f1;color: #978372;font-size: 15px;letter-spacing: 0.08em;}
.form select {color: #000000;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;border-radius: 5px;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 49%;max-width: unset;border-radius: 5px;}
.contact_form li.last cite {background: #CCAFA5;color: #fff;}
.contact_form li.last blockquote {background: #A6A6A6;color: #fff;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #978372;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 768px){
.contact_content form {flex-direction: column;align-items: center;padding: 0;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.blank_letter {padding-bottom: 15px;font-size: 22px;}
}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
}
@media screen and (max-width: 450px){
.blank_letter {padding-bottom: 10px;font-size: 20px;}
.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 {
    font-size: 14px;}
.list_before.info li { font-size: 14px;}
.contact_form li .form__label {font-size: 14px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




