@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;background:unset;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
#content {background:unset;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站統一設定*/
.main_part {max-width: 1500px;padding: 100px 5%;}
.other_select_page .main_part {padding-top: 0;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #000000;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 50px;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #000000;}
.page strong, .page a:hover {background: #000000;color: #ffffff;}
.page li.activeN {background: #000000;color: #ffffff;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 5%;}
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*HEADER*/
.pageIndex .header_area {padding:0;background: linear-gradient(180deg, #ffffff8c, transparent);position: fixed;transition: 0.6s ease;}
.header_area {padding:0;background: #ffffffd9;transition: 0.6s ease;}
.header_area.sticky {background: #ffffffd9;transition: 0.6s ease;}
.main_header_area .container {max-width: 100%;width: 90%;}
.navigation {grid-template-columns: 150px 1fr;align-items: center;}
.tp_links {display: none;}

.me_tp_features {padding: 15px 10px 5px 0;display: none;}
.me_tp_features a {font-size: 16px;color: #6e665c;margin: 0;letter-spacing: 0.05em;transition: 0.6s ease;}
.me_tp_features a:hover {color: #000;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: 200px;margin-bottom: 0;display: none;}
.shop_search_btn {background: #6e665c;letter-spacing: 0.1em;border-radius: 0;padding: 0px 20px;}
.box_search input[type=text] {background: unset;border: unset;border-bottom: solid 1px #6e665c;padding: 7px 70px 5px 10px;
    width: 100%;max-width: 200px;color: #ffffff;border-radius: 0;letter-spacing: 0.08em;}

/*LOGO*/
.pageIndex .nav-header {padding: 10px 0;max-width: 120px;grid-row: 1 / 1;transition: 0.6s ease}
.nav-header {max-width: 85px;grid-row: 1 / 1;transition: 0.6s ease}
.header_area.sticky .nav-header {padding: 5px 0;max-width: 95px;transition: 0.6s ease}
.nav-brand {display: flex;}

/*選單*/
.stellarnav > ul > li > a {display: block;padding: 20px 10px;letter-spacing: 0.08em;color: #53442f;font-size: 17px;
    line-height: 1;height: auto;margin: 0;transition: 0.6s ease;}
.stellarnav > ul > li:hover > a {color: #000;transition: 0.6s ease;}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}

/*次選單*/
.stellarnav ul ul {width: 180px;left: 50%;transform: translateX(-50%);background: #f8f3ea;text-align: center;}
.stellarnav li.drop-left ul ul {right: 180px;}
.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: #6e665c;color: #fff;transition: 0.6s ease;}

@media screen and (max-width: 1250px){
}
@media screen and (max-width: 1024px){
.pageIndex .header_area {position: sticky;}
.nav-header {padding: 15px 0;}
.me_tp_features {padding: 0;margin: 0;}
.box_search {width: auto;}
.stellarnav > ul > li > a {font-size: 16px;padding: 20px 8px;}
.stellarnav > ul > li.has-sub > a {padding-right: 8px;}
}
@media screen and (max-width: 768px){
.main_header_area .container {width: 100%;}
.pageIndex .nav-header, .nav-header, .header_area.sticky .nav-header {padding: 10px 0;max-width: 80px;}
.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: #6e665c;margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {font-size: 9px;color: #6e665c;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 #6e665c40 solid;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {letter-spacing: 0.15em;background: #6e665c;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: #6e665c;}
.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 #6e665c;}
.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: #6e665c;}
.stellarnav.mobile > ul > li:hover > a {color: #6e665c;}
}
@media screen and (max-width: 600px){
.pageIndex .nav-header, .nav-header, .header_area.sticky .nav-header {max-width: 70px;}
.stellarnav .menu-toggle span.bars span {width: 30px;margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {font-size: 8.5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

body:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url(https://pic03.eapple.com.tw/funsongspa/allbg.jpg) center right;}

/*大圖*/

@-webkit-keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes toleft {
	0% {transform: translateX(-20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toleft {
	0% {transform: translateX(-20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

@-webkit-keyframes toright {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toright {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

/*大圖-第一張*/
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/funsongspa/INDEX_BANNER-05.svg);
    width: 30%;top: 30%;left: 10%;aspect-ratio: 550 / 115;background-size: contain;background-repeat: no-repeat;z-index: 999;}
.pageIndex .swiper-fade .swiper-slide:nth-child(1):after {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/funsongspa/INDEX_BANNER-06.svg);
    width: 28%;top: 45%;left: 13%;aspect-ratio: 540 / 35;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*大圖-第一張動畫*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):before {
    -webkit-animation: totop 1.5s ease-in-out forwards;
	animation: totop 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):after {
    -webkit-animation: tobottom 1.5s ease-in-out forwards;
    animation: tobottom 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

/*大圖-第二張*/
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/funsongspa/INDEX_BANNER-03.svg);
    width: 28%;top:50%;left: 50%;aspect-ratio: 485 / 35;background-size: contain;background-repeat: no-repeat;z-index: 999;}
.pageIndex .swiper-fade .swiper-slide:nth-child(2):after {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/funsongspa/INDEX_BANNER-04.svg);
    width: 42%;top: 57%;left: 50%;aspect-ratio:790 / 45;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*大圖-第二張動畫*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):before{
    -webkit-animation: tobottom 1.5s ease-in-out forwards;
	animation: tobottom 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):after{
    -webkit-animation: totop 1.5s ease-in-out forwards;
	animation: totop 1.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

/*大圖點點*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 30px);}
@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner, .other_select_page .promotion_title {position: relative;background: unset;font-size: inherit;padding: 0;min-height: 20vh;}
.banner h5, .other_select_page .promotion_title h2 {display: flex;justify-content: center;transform: translate(-50%, -50%);left: 50%;top: 50%;
	position: absolute;color: #6C655A;letter-spacing: 0.25em;line-height: 1;font-size: 24px;font-weight: normal;-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;width: fit-content;height: 100%;flex-direction: column;align-items: flex-end;gap: 15px;z-index: 1;}
.banner h5:before, .other_select_page .promotion_title h2:before {content: 'Fun Song';color: #B0805C;font-size: 15px;letter-spacing: 0.15em;
    padding-bottom: 0.2em;}
.services_page .banner.banB h5:before {content: 'About';}
.other_select_page .promotion_title h2:before {content: 'Service';}
.blog_page.article_a .banner h5:before {content: 'News';}
.blog_page.article_b .banner h5:before {content: 'Feedback';}
.contact_page .banner h5:before {content: 'Contact';}
.banner.banF h5:before {content: 'Selection';}
.other_select_page .banner.banA, .other_select_page .promotion_title span, .other_select_page .other_promotion, .other_select_page .page {display: none;}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1400px) {
.banner h5, .other_select_page .promotion_title h2 {font-size: 22px;}
}
@media screen and (max-width: 1024px) {
.banner h5:before, .other_select_page .promotion_title h2:before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
.banner h5, .other_select_page .promotion_title h2 {font-size: 20px;}
.banner h5:before, .other_select_page .promotion_title h2:before {font-size: 13px;}
}
@media screen and (max-width: 600px) {
.banner h5, .other_select_page .promotion_title h2 {height: max-content;}
.banner h5:before, .other_select_page .promotion_title h2:before {font-size: 12px;}
}
@media screen and (max-width: 450px) {
.banner h5, .other_select_page .promotion_title h2 {font-size: 18px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
#bottom_menu {display: none;}
/*COPY*/
.copy {margin-top: 30px;padding: 20px 0;color: #53442f;border-top: unset;background: #e1ddda;letter-spacing: 0.05em;}
.copy a {color: #53442f;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
h5.blog_le_t {font-size: 20px;font-weight: 400;color: #6e665c;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: #b1815d;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: #faf3ec !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a, 
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #6e665c !important;}
.submenu {background: unset;}
.submenu a {color: #b1815d;padding: 13px 10px 10px 45px;}
.submenu a i {left: 20px;font-size: 14px;}
.submenu li.on_this_category a i, .submenu a:hover i {color: #ffffff;}

.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 #b1815d;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: #6e665c;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: #6e665c;font-size:20px;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: #b1815d;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 {margin: 30px 0 50px;}
.news_tags a {color: #6e665c;}

.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: #b1815d;}
.blog_back a.article_btn_back {background: #6e665c;}

.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 #b1815d;}
.news_related h6 span:before {content: '相關推薦';font-size: 22px;letter-spacing: 0.1em;font-weight: 400;color: #6e665c;}
.news_related_list li figure {aspect-ratio:1 / 1;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: #b1815d;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 h6 span:before {font-size: 20px;}
.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 * {font-size: 15px;}
.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 h6 span:before {font-size: 18px;}
.news_related_list li a {padding: 5px;}
}

@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 18px;padding: 10px 0 20px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 {margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 17px;}
.news_related_list li a p {font-size: 14px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size:17px;}
.blog_box_edit * {font-size: 13px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
.blog_back a, .lastPage {font-size:13px;}
.news_related_list {grid-template-columns: repeat(1, 1fr);}
.news_related_list li a p {font-size: 12px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定-B*/


@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.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;background: unset; transition:all ease .3s;}
.product-layer-two li li a{ padding: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: #6e665c;padding: 10px 30px;font-size: 16px;transition:all ease .3s;}
.product-layer-two li i {width: 43px;height: 43px;color: #6e665c;}

.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:#6e665c;}
.product-layer-two li.active a { border: unset;}
.product-layer-two li li.active a {background: 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 {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 #6e665c;color: #6e665c;font-weight: 400;line-height: 40px;letter-spacing: 0.08em;}
.products-list .item a:hover .more {background: #6e665c;border: 1px solid #6e665c;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: #6e665c;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: #6e665c;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: #b1815d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {letter-spacing: 2px;background: #C1BC9B;}

.toShare {border-top: 1px solid #E4D4C8;color: #6e665c;}
.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: #6e665c;}
.pd_tabTitle li.activeTab::after {height: 3px;background: #6e665c;}
.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 #b1815d;}
.prod_related h6 span:before {content: '相關推薦';font-size: 22px;letter-spacing: 0.1em;font-weight: 400;color: #6e665c;}
.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: #b1815d;line-height: 1.5;padding-top: 10px;}

.lastPage {width: 100%;color: #ffffff;background: #c8b29a;font-size: 15px;letter-spacing: 0.3em;
    padding: 15px 20px;margin: 50px auto 0;transition:all ease .3s;}
.lastPage:hover {color: #ffffff;background: #6e665c;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;}
.product_info li .txt_box .amountNum {width: 100%;height: 39px;border: 1px solid #b1815d63;}
.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: #6e665c;width: 90%;margin: auto;}
a.pd_menu_toggle i {color: #6e665c;}
/*購物車內頁*/
.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: #6e665c url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #b1815d 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: 35%;}
.list_before {margin-top: 0;margin-bottom: 30px;font-size: 15px;color: #b1815d;letter-spacing: 0.05em;}
.list_before.info li {padding-left: 55px;margin: 10px 0 0;letter-spacing: 0.1em;color: #6e665c;}
.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: #b1815d;}

.contact_le_nomap {border-radius: 10px;overflow: hidden;}

.contact_content .information_right {width: 60%;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: #6e665c;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: #6e665c;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: #b1815d;color: #fff;}
.contact_form li.last blockquote {background: #6e665c;color: #fff;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #413c36;}
.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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


