@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
#content {background: url(https://pic03.eapple.com.tw/shangling/BG.jpg);background-size: contain;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站統一設定*/
.main_part {max-width: 1400px;padding: 100px 0;width: 90%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #740045;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: .6s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #740045;}
.page strong, .page a:hover {background: #740045;color: #ffffff;}
.page li.activeN {background: #740045;color: #ffffff;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 0;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 0;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 0;}
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {position: fixed;background: hsl(0deg 0% 100% / 60%);transition: .6s;}
.pageIndex .header_area.sticky {background: hsl(0deg 0% 100% / 90%);transition: .6s;}
.header_area {position: sticky;background: #ffffffe6;padding: 0;}
.header_area.sticky {background: rgba(255, 255, 255, .85);}
.main_header_area .container {max-width: 95%;width: 95%;}
.navigation {grid-template-columns: 1fr 5fr;grid-gap: 0;align-items: center;}
.me_tp_features {display: none;}

/*LOGO*/
.nav-header {padding: 20px 0;grid-row: 1 / 1;max-width: 265px;transition: .6s;}
.header_area.sticky .nav-header {max-width: 225px;padding: 15px 0;transition: .6s;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav > ul > li:before {content: '';position: absolute;transform: translate(-50%, -50%);left: 5%;opacity: 0;top: 50%;width: 8px;height: 8px;
    background: #740045;border-radius: 100%;transition: .6s;}
.stellarnav > ul > li:hover:before {left: 10%;opacity: 1;transition: .6s;}
.stellarnav > ul > li > a {display: block;padding: 45px 10px 45px 25px;color: #000000;letter-spacing: 0.08em;line-height: 1;
	height: auto;margin: 0;text-align: left;transition: .6s;}
.header_area.sticky .stellarnav > ul > li > a {padding: 35px 10px 35px 25px;}
.stellarnav > ul > li:hover > a {color: #740045;transition: .6s;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul {background: #FAF7F2;}
.stellarnav > ul > li > ul > li > ul {transform: translateX(0%);left: 100%;background: #FAF7F2;}
.stellarnav > ul > li > ul > li, .stellarnav > ul > li > ul > li > ul > li {border: none;}
.stellarnav > ul > li > ul > li+li, .stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #00000026;}
.stellarnav > ul > li > ul > li > a, .stellarnav > ul > li > ul > li > ul > li > a {padding: 10px;color: #000;line-height: 2;text-align: center;
	letter-spacing: 0.08em;transition: .6s;}
.stellarnav > ul > li > ul > li > a:hover,.stellarnav > ul > li > ul > li > ul > li > a:hover {
	background: #740045;color: #EAD3B3;transition: .6s;}

@media screen and (max-width: 1200px) {
.nav-header {max-width: 235px;padding: 15px 0;}
.header_area.sticky .nav-header {max-width: 200px;}
.navigation {grid-template-columns: 1fr 3fr;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.navigation {justify-content: center;}
.stellarnav > ul > li > a {padding: 25px 10px 25px 25px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile {left: auto;right: 0;height: 100%;display: flex;justify-content: center;align-items: center;}
.stellarnav.mobile.left > ul {left: auto;right: 0;border-right: unset;border-top: unset;visibility: hidden;background: #f9f6f0f2;
    transform: translateX(100%);transition: opacity .4s, visibility 0s .4s, transform .7s;}
.stellarnav.left.mobile.active > ul {visibility: visible;
    transform: translateX(0%);opacity: 1;transition: opacity .4s, transform .8s;}
.stellarnav.mobile .menu-toggle {background: #740045;border-radius: 100%;padding: 15px 10px;}
.stellarnav .menu-toggle span.bars {top: 0;display: flex;flex-direction: column;align-items: center;gap: 5px;}
.stellarnav .menu-toggle span.bars span {display: block;width: 25px;height: 1px;border-radius: 0;background: #ffffff;margin: 0;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .icon-close {height: 10px;width: 15px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: block;font-size: 12px;letter-spacing: 0.08em;color: #000;
	background: #ead3b380;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #000;width: 8px;}
.stellarnav.mobile ul ul, .stellarnav.mobile ul ul ul {border-top: 1px solid #ead3b380;}
.stellarnav.mobile > ul > li {width: 100%;border-bottom: 1px solid #ead3b3;}
.stellarnav > ul > li > ul > li+li, .stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #ead3b380;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a, .stellarnav.mobile > ul > li > ul > li > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a, .stellarnav.mobile li li.has-sub a {padding: 20px 15px 20px 40px;
	font-size: 15px;color: #000;line-height: 1.2;text-align: left;}
.stellarnav > ul > li:hover:before {left: 8%;}
.stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile li li a.dd-toggle {padding: 20px 0;text-align: center;line-height: 1;}
.stellarnav.mobile > ul > li > a.dd-toggle:hover, .stellarnav.mobile li li a.dd-toggle:hover {background: unset;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #000;width: 8px;}
.stellarnav.mobile li.open, .stellarnav.mobile li.open li.open {background: #FAF7F2;padding: 0;}
}
@media screen and (max-width: 600px) {
.nav-header {max-width: 200px;}
.header_area.sticky .nav-header {max-width: 170px;}
.stellarnav.mobile {display: flex;}
.stellarnav.mobile .menu-toggle {padding: 13px 10px;}
.stellarnav .menu-toggle span.bars {gap: 3px;}
.stellarnav .menu-toggle span.bars span {width: 15px;}
.stellarnav.mobile > ul > li > a {padding: 20px 0px 20px 40px;font-size: 14px;color: #000;line-height: 1;}
}
@media screen and (max-width: 450px) {
.nav-header {max-width: 150px;}
.header_area.sticky .nav-header {max-width: 120px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

@-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/shangling/banner_aword-03.svg);
    width: 15%;top: 60%;left: 63%;aspect-ratio: 9 / 2;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/shangling/banner_aword-04.svg);
    width: 25%;top: 70%;left: 68%;aspect-ratio: 89 / 11;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*大圖-第一張動畫*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):before {
    -webkit-animation: toleft 1s ease-in-out forwards;
	animation: toleft 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):after {
    -webkit-animation: toright 1s ease-in-out forwards;
    animation: toright 1s 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/shangling/banner_aword-05.svg);
    width: 17%;top: 45%;left: 20%;aspect-ratio: 4 / 1;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/shangling/banner_aword-06.svg);
    width: 35%;top: 55%;left: 12%;aspect-ratio: 136 / 11;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*大圖-第二張動畫*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):before{
    -webkit-animation: toright 1s ease-in-out forwards;
	animation: toright 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-fade .swiper-slide-active:nth-child(2):after{
    -webkit-animation: toleft 1s ease-in-out forwards;
	animation: toleft 1s 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 {position: relative;padding: 0;min-height: 30vw;
	background: url(https://pic03.eapple.com.tw/shangling/ban_about.jpg);
    background-position: center;background-size: cover;background-attachment: fixed !important;}
.banner h5 {display: none;}
.banner.banA {}
.services_page .banner.banB {background: url(https://pic03.eapple.com.tw/shangling/ban_service.jpg);
    background-position: center;background-size: cover;}
.banner.banC {background: url(https://pic03.eapple.com.tw/shangling/ban_contact.jpg);
    background-position: center;background-size: cover;}
.banner.banD {}
.banner.banF {background: url(https://pic03.eapple.com.tw/shangling/ban_wine.jpg);
    background-position: center;background-size: cover;}
.blog_page.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/shangling/ban_blog.jpg);
    background-position: center;background-size: cover;}
.blog_page.article_b .banner.banblog {background: url(https://pic03.eapple.com.tw/shangling/ban_blog2.jpg);
    background-position: center;background-size: cover;}

@media screen and (max-width: 1024px) {
.banner {background-attachment: unset !important;min-height: 35vw;}
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {background: #f6ede1;padding: 0;}
.footer .center {padding: 30px 0 0;max-width: 1200px;width: 90%;}
.footer_info {grid-template-columns: 200px 1fr;grid-gap: 15px 50px;padding-right: 0;align-items: center;}
.box_link {display: none;}

.footer_logo a:before {content: '';display: block;aspect-ratio: 25 / 6;width: 200px;margin: auto;
    background: url(https://pic03.eapple.com.tw/shangling/footer_logo.svg);background-repeat: no-repeat;background-size: contain;}
.footer_logo img {display: none;}

.footer_info ul {display: grid;grid-template-columns: 2fr 1fr;width: 100%;align-items: center;gap: 50px;}
.footer_info li {padding: 0;}
.footer_info li p, .footer_info li p a {line-height: 2;letter-spacing: 0.15em;color: #666;}
.footer_menu { display: flex; flex-wrap: wrap;gap: 5px 10px;}
.footer_menu a:nth-of-type(1) {display: none;}
.footer_menu a {width: 40%;text-align: center;padding: 8px 20px;border: none;letter-spacing: 0.08em;margin: 0;
	color: #666;background: #fffefc78;transition: .6s;}
.footer_menu a:hover {background: #ead3b3;color: #720044;transition: .6s;}

/*copy*/
.copy {border-top: none;padding: 0 0 75px;font-size: 13px;color: #d3c8b5;letter-spacing: 0.08em;}
.copy a {color: #d3c8b5;transition: .6s;}
.copy a:hover {color: #ffffff;transition: .6s;}
.privacyLinks a {padding: 0 10px;}
.privacyLinks a+a {border-left: 1px solid #d3c8b5;}

/*TOP*/
#to_top {bottom: 100px;left: auto;right: 5px;background: #ead3b3;box-shadow: none;letter-spacing: 0.1em;
	padding-top: 17px;padding-left: 2px; font-size: 12px;transition: .5s;}
#to_top:hover {transform: scale(0.8);transition: .5s;}
#to_top i.top {display: none;}

@media screen and (max-width: 1200px) {
.footer_info ul {grid-template-columns: 4fr 3fr;gap: 30px;}
}
@media screen and (max-width: 1024px) {
.footer_info {grid-gap: 15px 30px;}
.footer_info li p, .footer_info li p a {letter-spacing: 0.05em;}
}
@media screen and (max-width: 960px) {
.footer_info {grid-template-columns: 1fr;}
.footer_info ul {grid-template-columns: 3fr 2fr;gap: 10px;}
.footer_logo a:before {margin: 0;}
.footer_menu a {width: 50%;max-width: 120px;}
}
@media screen and (max-width: 768px) {
.footer .center {width: 85%;}
.footer_info {grid-template-columns: 1fr;grid-gap: 15px;padding: 0;}
.footer_info ul {grid-template-columns: 1fr;}
.footer_info li+li {margin-top: 0;}
#bottom_menu {display: none;}
#to_top {width: 40px;height: 40px;letter-spacing: 0.2em;padding-top: 13px;font-size: 10px;}
}
@media screen and (max-width: 600px) {
.footer {font-size: 13px;}
.footer_logo a:before {width: 170px;}
.footer_info {padding: 0;justify-items: center;}
.footer_info ul {justify-items: center;text-align: center;}
.footer_menu {justify-content: center;gap: 5px;}
.footer_menu a {padding: 8px 10px;max-width: 80px;font-size: 12px;}
.copy {padding: 0 0 60px;font-size: 10px;}
}
@media screen and (max-width: 450px) {
.footer {font-size: 12px;}
.footer_logo a:before {width: 150px;}
.footer_info li p {letter-spacing: 0em;}
.footer_menu a {padding: 8px 5px;max-width: 60px;font-size: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章背景設定*/
.blog_page.article_a .main_part {    position: relative;max-width: 100%;padding: 0;width: 100%;}
.blog_page.article_a .main_part:before {content: '';position: absolute;top: auto;bottom: 0;left: 0;width: 100%;
	aspect-ratio:192 / 52;background: url(https://pic03.eapple.com.tw/shangling/BG-blog-1.png);background-repeat: no-repeat;background-size: contain;}

.blog_page.article_b .main_part {    position: relative;max-width: 100%;padding: 0;width: 100%;}
.blog_page.article_b .main_part:before {content: '';position: absolute;top: auto;bottom: 0;left: 0;width: 100%;
	aspect-ratio:192 / 52;background: url(https://pic03.eapple.com.tw/shangling/BG-blog-2.png);background-repeat: no-repeat;background-size: contain;}


/*文章設定*/
.blog_box { display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;max-width: 1400px;padding: 100px 0;width: 90%;}
.blog_le {width: 20%;padding: 0;}
.blog_ri {width: 75%;padding: 0;}
h5.blog_le_t {color: #740045;letter-spacing: 0.08em;margin-bottom: 15px;font-size: 20px;font-family:"Noto Sans TC";font-weight: bold;}
.blog_search {margin-bottom: 20px;}
.blog_search input[type=search] {border-radius: 0;color: #000000;}

.blog_le .accordion {border-radius: 0;border: none;}
.accordion li .link a {letter-spacing: 0.08em;font-weight: normal;padding: 15px 30px;font-size: 15px;color: #000000;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #740045 !important;}
.submenu {background: #ffffff;}
.submenu a {color: #40210F;padding: 18px 36px;letter-spacing: 0.08em;line-height: 1.8;}
.submenu li.on_this_category a, .submenu a:hover {background: #ccc;color: #000000;}
.submenu a i {left: 10px;}

.blog_subbox { grid-template-columns: repeat(3, 1fr);grid-gap: 15px;transition: all 0.4s ease;}
.subbox_item:hover {transform: translateY(-20px);transition: all 0.4s ease;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 15px;padding-bottom: 50px;border: 1px solid #740045;}
.subbox_item a:before {content: '';width: 35px;height: 35px;border-radius: 100%;border: 1px solid #740045;position: absolute;z-index: 19;
    bottom: 10px;right: 12px;opacity: 1;transition: all .5s;}
.subbox_item:hover a:before {background: #740045;transition: all .3s;}
.subbox_item a:after {width: 18px;height: 15px;aspect-ratio: 6 / 5;left: auto;right: 20px;top: auto;bottom: 20px;z-index: 20;
    background: url(https://pic03.eapple.com.tw/shangling/arrow.svg) no-repeat;background-size: contain;opacity: 1;border: none;}
.subbox_item:hover a:after {filter: contrast(0) brightness(5);transition: all .3s;}
.blog_list_ri {padding: 0 20px;}
.blog_list_ri h5 {font-weight: normal;font-size: 18px;letter-spacing: 0.05em;}
.blog_list_ri em {font-size: 12px;color: #740045;letter-spacing: 0.08em;}


/*文章內頁*/
.blog_in_page h4.blog_category_title {color: #000000;font-size: 25px;font-weight: normal; letter-spacing: 0.03em; border-bottom: 1px #e9d3b5 solid;}
.blog_box_edit * {font-size: 15px;line-height: 2;letter-spacing: 0.1em;}
.blog_back {width: 100%;}
.blog_back a {line-height: 2.5;letter-spacing: 0.3em;transition: 0.5s ease;}
.blog_back a:hover {transform: scale(0.95);transition: 0.5s ease;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #000000;}
.blog_back a.article_btn_back {background: #b18c49;}

.news_related {padding: 100px 0; background: unset;}
.news_related h6 {max-width: 1400px;margin: 0 auto 50px;}
.news_related h6 span:before {font-size: 22px;font-weight: normal;color: #740045;letter-spacing: 0.1em;}
.news_related_list { grid-template-columns: repeat(4, 1fr); max-width: 1000px; width: 90%;grid-gap: 15px;}
.news_related_list li a {display: flex;padding: 15px;background: #ffffff80;height: 100%;flex-direction: column;align-items: center;
	gap: 15px;transition: 0.5s ease;}
.news_related_list li:hover a {transform: scale(0.95);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 2/3;}
.news_related_list li a p {font-size: 14px;letter-spacing: 0.05em;line-height: 1.5;color: #000;}

.news_related_b_box .lastPage {font-size: 15px;letter-spacing: 0.2em;color: #fff;background: #740045;padding: 15px 30px;margin: 50px auto 0;width: 200px;transition: 0.5s ease;}
.news_related_b_box .lastPage:hover {background: #e9d3b5;color: #740045;transition: 0.5s ease;}

@media screen and (max-width: 1200px) {
.accordion li .link a {padding: 15px 25px;}
}
@media screen and (max-width: 1024px) {
.blog_box {flex-direction: column;align-items: center;}
.blog_le, .blog_ri {width: 100%;}
h5.blog_le_t {font-size: 18px;}
.accordion li .link a {font-size: 14px;text-align: center;}
.blog_list_ri h5 {font-size: 17px;}
/*相關推薦*/
.news_related {padding: 80px 5%;}
.news_related h6 span:before {font-size: 20px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related_list li a { padding: 10px;gap: 10px;}
.news_related_b_box .lastPage {font-size: 14px;width: 150px;padding: 12px 20px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px) {
.blog_le a.news_menu_toggle {color: #740045;}
.blog_subbox {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
/*相關推薦*/
.news_related h6 span:before {font-size: 18px;}
.news_related_list li a {font-size: 13px;}
}
@media screen and (max-width: 450px) {
/*相關推薦*/
.news_related {padding: 60px 5%;}
.news_related h6 {margin: 0 auto 30px;}
.news_related h6 span:before {font-size: 17px;}
.news_related_list {grid-template-columns: 1fr;}
.news_related_b_box .lastPage {font-size: 13px;margin: 30px auto 0;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*影音專區*/


@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 #content, .product_info_page #content {position: relative;overflow: hidden;}
.product_page #content:before, .product_info_page #content:before {content: '';position: absolute;top: 40%;left: auto;right: -5%;width: 40%;aspect-ratio: 1185 / 790;
    background: url(https://pic03.eapple.com.tw/shangling/BG-shop-1.png);background-repeat: no-repeat;background-size: contain;}
.product_page #content:after, .product_info_page #content:after {content: '';position: absolute;top: 68%;left: -5%;width: 20%;aspect-ratio: 535 / 725;z-index: 0;
    background: url(https://pic03.eapple.com.tw/shangling/BG-shop-2.png);background-repeat: no-repeat;background-size: contain;}

.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:hover > a { background:#FAF7F2;transition:all ease .3s;}
.product-layer-two li li:hover a {background: unset;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #74004529; 
	padding-bottom: 5px;margin-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:0px;}
.product-layer-two li a, .product-layer-two li li a {border: unset;background: unset;color: #740045;
	padding: 10px 30px;font-size: 16px;transition:all ease .3s;}
.product-layer-two li i {width: 43px;height: 43px;color: #740045;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 8px; height: 10px; background: transparent; left: 0; margin-left:0px; top: 50%; margin-top: -5px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#740045;}
.product-layer-two li.active a { border: unset;}

.products-list .item a {padding-bottom: 45px;}
.products-list .pic {aspect-ratio: 2 / 3;}
.products-list .pic img {transition: 0.6s all;}
.products-list .item a:hover img {transform: scale(1.05);transition: 0.6s all;}
.products-list .name {display: flex;margin-top: 15px;margin-bottom: 10px;
    font-size: 15px;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 #740045;color: #740045;font-weight: 400;line-height: 40px;letter-spacing: 0.08em;}
.products-list .item a:hover .more {background: #740045;border: 1px solid #740045;color: #ffffff;letter-spacing: 0.1em;}


.product_info_page .main_part {max-width: 1000px;}
.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: 80%;aspect-ratio: 2 / 3;}
.proImgSwiper img {width: 100%;object-fit: contain;}
#prod_thumbSwiper {width: 15%;max-width: unset;position: relative;}
#prod_thumbSwiper .swiper-slide {height: 100% !important;aspect-ratio: 2 / 3;}
.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: unset;padding: 0 5%;flex-direction: column;justify-content: flex-start;}
.sidebarBtn h2 {color: #000000;font-size: 18px;text-align: left;letter-spacing: 0.08em;}
.sidebarBtn .price {display: flex;flex-direction: column-reverse;padding: 20px 0;border-bottom: 1px solid #eee;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 {margin: 50px 0;}
.product_info li {margin: 0;}
.product_info li span {width: fit-content;font-size: 14px;background: #740045;color: #fff;padding: 10px 15px 8px;
    line-height: 1;margin-bottom: 10px;font-family: auto;letter-spacing: 0.08em;}
.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: #000000;width: 100%;font-size: 15px;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 {margin-top: 0;border-radius: 0;}
.inquiry_a1, .inquiry_a2 {display: none;}
.inquiry_a3 {background: #740045;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {letter-spacing: 2px;background: #860808;}

.cart_to_line {font-size: 15px;padding: 15px 25px;background: #37b938;color: #fff;font-family: 'Outfit';}
.cart_to_line:hover {background: #b6202b;color: #fff;}

.toShare {border-top: 1px solid #eee;color: #740045;}
.prod_info_clearfix {display: none;}


.prod_tabs {width: 100%;margin-top: 30px;}
.pd_tabTitle {color: #000000;}
.pd_tabTitle li {border-bottom: 1px solid #eee;}
.pd_tabTitle li a {padding: 15px 10px;font-size:17px;letter-spacing: 0.1em;line-height: 1.8;}
.pd_tabTitle li.activeTab a {color: #740045;}
.pd_tabTitle li.activeTab::after {height: 1px;background: #740045;}
.pd_tabInner_contain {padding-top: 20px;margin: auto;width: 90%;font-size: 15px;line-height: 2;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 {padding: 100px 0; background: unset;}
.prod_related h6 {max-width: 1400px;margin: 0 auto 50px;}
.prod_related h6 span:before {font-size: 22px;font-weight: normal;color: #740045;letter-spacing: 0.1em;}
.related_list { grid-template-columns: repeat(4, 1fr); max-width: 1000px; width: 90%;grid-gap: 15px;}
.related_list li a {display: flex;padding: 15px;background: #ffffff80;height: 100%;flex-direction: column;align-items: center;
	gap: 15px;transition: 0.5s ease;}
.related_list li:hover a {transform: scale(0.95);transition: 0.5s ease;}
.related_list li figure {aspect-ratio: 2/3;}
.related_list li a p {font-size: 14px;letter-spacing: 0.05em;line-height: 1.5;color: #000;}

.prod_related_b_box .lastPage {font-size: 15px;letter-spacing: 0.2em;color: #fff;background: #740045;padding: 15px 30px;margin: 50px auto 0;width: 200px;transition: 0.5s ease;}
.prod_related_b_box .lastPage:hover {background: #e9d3b5;color: #740045;transition: 0.5s ease;}

@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;}

}
@media screen and (max-width: 1024px) {
.product_page #content:before, .product_info_page #content:before {width: 65%;top: 25%;}
.product_page #content:after, .product_info_page #content:after {width: 25%;top: 75%;}
.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 {width: 90%;flex-direction: column;align-items: center;}
.product_main {width: 100%;}
.sidebarBtn {width: 100%;}
.prod_tabs {margin-top: 0;}

/*相關推薦*/
.prod_related {padding: 80px 5%;}
.prod_related h6 span:before {font-size: 20px;}
.related_list {grid-template-columns: repeat(2, 1fr);}
.related_list li a { padding: 10px;gap: 10px;}
.pd_tabInner_contain {font-size: 14px;}
.prod_related_b_box .lastPage {font-size: 14px;width: 150px;padding: 12px 20px;}
}
@media screen and (max-width: 768px) {
.product_page #content:before, .product_info_page #content:before {top: 10%;width: 50%;}
.product_page #content:after, .product_info_page #content:after {top: 90%;left: -7%;}
.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: #740045;width: 90%;margin: auto;}
a.pd_menu_toggle i {color: #740045;}
/*購物車內頁*/
.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;}
.pd_tabInner_contain {font-size: 13px;}

}
@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;}
.related_list li a p {font-size: 13px;}
.pd_tabInner_contain {font-size: 12px;}
}

@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 {padding: 60px 5%;}
.prod_related h6 {margin: 0 auto 30px;}
.prod_related h6 span:before {font-size: 17px;}
.related_list {grid-template-columns: 1fr;}
.prod_related_b_box .lastPage {font-size: 13px;margin: 30px auto 0;}
}

@media screen and (max-width: 400px) {
.product_page #content:before, .product_info_page #content:before {top: 5%;}
.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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/


@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡資訊*/
.contact_editbox {margin: auto;padding: 0;}
.contact_content {padding: 50px 0 150px;max-width: 1200px;width: 90%;max-width: 100%;width: 100%;
    background: linear-gradient(180deg, #ffffff, transparent);}
.contact_content form {display: flex;justify-content: center;gap: 50px;align-items: flex-start;
	max-width: 1200px;width: 90%;margin: auto;}

.contact_content .information_left {width: 35%;padding: 0;}
.contact_content .information_right {width: 60%;padding-left: 0;padding: 0;}
.information_left .blank_letter, .information_right .blank_letter {padding-top: 0;font-size: 25px;color: #740045;letter-spacing: 0.08em;}
.information_left .list_before {margin-bottom: 30px;color: #000000;letter-spacing: 0.1em;}
.information_left .list_before.info li {padding-left: 5px;margin: 0 0 10px 0;}
.list_before.info li+li {border-top: 1px solid #EAD3B3;padding-top: 10px;}
.information_left .list_before.info li:before {position: relative;width: 100%;font-weight: 500;font-size: 16px;letter-spacing: 0.1em;
    color: #9F7D39;line-height: 2;}

.note {letter-spacing: 0.03em;font-size: 12px;}
.contact_form {margin-bottom: 0;color: #000000;letter-spacing: 0.1em;grid-gap: 30px;}
.contact_form li {grid-template-columns: 1fr;grid-gap: 5px;}
.contact_form li .form__label {display: flex;max-width: 100%;text-align: right;flex-direction: row-reverse;justify-content: flex-end;gap: 5px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: none;background: #fcf9f5;padding: 10px;letter-spacing: 0.15em;}
.contact_form li.last {margin-top: 30px;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {max-width: calc(50% - 15px);border: 1px #740045 solid;
    width: 50%;padding: 10px;}
.contact_form li.last input {letter-spacing: 0.1em;color: #740045;}
.contact_form li.last cite {background: #740045;color: #fff;}
.contact_form li.last cite input {color: #fff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 0.2em;}

@media screen and (max-width: 1200px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 1024px) {
.information_left .blank_letter, .information_right .blank_letter {font-size: 22px;}
.list_before {font-size: 14px;}
.information_left .list_before.info li:before {font-size: 15px;}
}
@media screen and (max-width: 768px) {
.contact_content form {align-items: center;flex-direction: column;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
}
@media screen and (max-width: 600px) {
.information_left .blank_letter, .information_right .blank_letter {font-size: 20px;}
.list_before {font-size: 13px;}
.information_left .list_before.info li:before {font-size: 14px;}
.contact_form {font-size: 14px;grid-gap: 20px;}
.contact_form li .form__label {font-weight: normal;padding: 0;background: none;}
.contact_form li.last input {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.contact_form li.last blockquote, .contact_form li.last cite {max-width: calc(50% - 5px);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


