@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*網站 LOADING 畫面*/
@keyframes fadeInOut {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
body{
    -webkit-animation: fadeInOut 3.5s ;
    animation: fadeInOut 3.5s;}

/*預設解除背景輪播*/
#content_main { margin:0;}
.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;}
}

/*下拉內頁標題*/
.promotion_title, .other_promotion, .other_select_page .page {display: none;}

/*網站統一設定*/
.main_part {max-width: 1200px;width: 90%;padding: 50px 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;}

.animated-arrow {background: #7A6A5C;margin-top: 0;height: 55px;line-height: 55px;width: 200px;transition: all .6s;}
.animated-arrow:hover {background: #b9a189;transition: all .6s;}
.animated-arrow i {display: none;}
.animated-arrow b {font-size: 15px;font-weight: normal;letter-spacing: 0.15em;}

@media screen and (max-width: 1024px) {
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 30px 0;}
.page {font-size: 14px;gap: 2px;}
.animated-arrow {height: 50px;line-height: 50px;width: 150px;}
.animated-arrow b { font-size: 14px;}
}
@media screen and (max-width: 425px) {
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.header_area {position: relative;padding: 0 5% 30px;background: #ffffff;box-shadow: 0 3px 10px #dfdfdf;}
.main_header_area .container {max-width: 1200px;}
.navigation {grid-template-columns: 1fr 1fr;grid-gap: 0 30px;justify-items:left;align-items: center;}
.box_search {display: none;}
.tp_links {display: flex;align-items: stretch;justify-content: flex-start;gap: 15px;flex-direction: row-reverse;}
.tp_links a {font-size: 17px;color: #000000;margin: 0;transition: all 0.3s;}
a.me_tp_mail {display: none;}
.tp_links a.me_tp_call, .tp_links a.me_tp_line {width: 45%;display: flex;flex-wrap: wrap;align-items: flex-start;gap: 8px;line-height: 1;
    padding: 15px 20px;background: #f1ebe5;justify-content: center;}
.tp_links a.me_tp_call:before {content: '免費電話諮詢';order: 2;display: inline-block;font-size: 15px;text-align: left;letter-spacing: 0.03em;}
.tp_links a.me_tp_call:after {content: '03-335-6535';display: block;order: 3;width: 100%;font-size: 24px;text-align: center;letter-spacing: 0.03em;}
.tp_links a.me_tp_line {width: 35%;line-height: 1.2;}
.tp_links a.me_tp_line:before {content: '免費線上諮詢';order: 2;display: inline-block;font-size: 15px;text-align: left;letter-spacing: 0.03em;}
.tp_links a.me_tp_line:after {content: '官方LINE@';order: 2;display: inline-block;font-size: 17px;text-align: left;letter-spacing: 0.03em;font-family: 'Noto Sans TC';}
.tp_links a.me_tp_fb {display: none;}
.tp_links a:hover {opacity: 0.5;transition: all 0.3s;}

/*LOGO*/
.nav-header {padding: 15px 0;max-width: 300px;grid-row: 1 / 1;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav {grid-column: 1 / 3;}
.stellarnav ul {text-align: center;display: flex;justify-content: space-evenly;
	border-bottom: 1px solid #cfbca4;border-top: 1px solid #cfbca4;}
.stellarnav > ul > li {width: calc(100% / 7 - 5px);transition: all 0.3s;}
.stellarnav > ul > li:hover {background: #f1ebe5;transition: all 0.3s;}
.stellarnav > ul > li > a {padding: 25px 0;letter-spacing: 0.08em;color: #000;display: block;
	font-size: 16px;line-height: 1;height: auto;margin: 0;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul {background: #f1ebe5;width: 100%;border: 1px solid #cfbca4;}
.stellarnav > ul > li > ul > li {border: none;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #cfbca4;}
.stellarnav > ul > li > ul > li > a {padding: 10px 15px;color: #000000;text-align: center;letter-spacing: 0.08em;transition: all 0.3s;}
.stellarnav > ul > li > ul > li > a:hover {background: #b9a189;color: #fff;transition: all 0.3s;}
.stellarnav > ul > li > ul > li > ul {background: #f1ebe5;width: 100%;border: 1px solid #cfbca4;}
.stellarnav > ul > li > ul > li > ul > li {border: none;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #cfbca4;}
.stellarnav > ul > li > ul > li > ul > li > a {padding: 10px 15px;color: #000000;text-align: center;letter-spacing: 0.08em;transition: all 0.3s;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {background: #b9a189;color: #fff;transition: all 0.3s;}

@media screen and (max-width: 1075px) {
.tp_links a.me_tp_call {width: 50%;}
.tp_links a.me_tp_line {width: 40%;}
}
@media screen and (max-width: 1024px) {
.navigation {display: grid;grid-template-columns: 0.5fr 1fr;}
.nav-header {max-width: 250px;}
.me_tp_features {margin: 0;}
.tp_links a {font-size: 15px;}
.tp_links a.me_tp_call:before {font-size: 14px;}
.tp_links a.me_tp_call:after {font-size: 22px;}
}
@media screen and (max-width: 768px) {
.header_area {padding: 0 5%;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.me_tp_features {display: none;}
.nav-header {max-width: 220px;}
.stellarnav.mobile {display: flex;height: 100%;justify-content: center;align-items: center;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;border-radius: 0;background: #000000;margin: 0 auto 6px;}

.stellarnav.mobile.left > ul {border: none;}
.stellarnav .icon-close {width: 20px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-weight: bold;letter-spacing: 0.08em;color: #000;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after, 
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #000;}
.stellarnav > ul > li, .stellarnav.mobile > ul > li {width: 100%;border-bottom: 1px #dfdfdf solid;}
.stellarnav.mobile > ul > li > a {line-height: 2;padding: 15px 30px;border-bottom: unset;transition: all 0.3s;}
.stellarnav > ul > li:hover {background: #CEBBA3;transition: all 0.3s;}
.stellarnav > ul > li:hover a {color: #fff;transition: all 0.3s;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 12px;}
.stellarnav.mobile li.open {padding: 0;background: #CEBBA3;}
.stellarnav.mobile li.open > a {background: #b9a189;}
.stellarnav.mobile > ul > li > ul {background: #CEBBA3;}
.stellarnav.mobile > ul > li > ul > li > a {padding: 10px 30px;text-align: left;}
}
@media screen and (max-width: 600px) {
.nav-header {max-width: 175px;}
}
@media screen and (max-width: 450px) {
.nav-header {max-width: 160px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.bannerindex {background: #f0f0f0;padding: 30px 0;}
.swiper-banner {position: relative;left: 0;max-width: 1200px;overflow: hidden;margin: 0 auto;height: auto;}

@-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:before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/pol/BP-word-05.svg);
    width: 35%;top: 70%;left: 48%;aspect-ratio: 138 / 17;background-size: contain;background-repeat: no-repeat;z-index: 999;}
.pageIndex .swiper-fade .swiper-slide:after {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/pol/BP-word-06.svg);
    width: 35%;top: 80%;left: 55%;aspect-ratio: 138 / 17;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*大圖點點*/
.swiper-pagination-bullet {width: 30px;height: 8px;border-radius: 4px;background: #000000;}
.swiper-pagination-bullet-active {opacity: var(--swiper-pagination-bullet-opacity, 1);background: #ffffff;}
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 50px);}

@media screen and (max-width: 1024px) {
.bannerindex {padding: 30px 5%;}
.swiper-pagination-bullet {width: 25px;height: 6px;border-radius: 3px;}
}
@media screen and (max-width: 768px) {
.bannerindex {margin-top: 0;}
}
@media screen and (max-width: 600px) {
.bannerindex {padding: 5%;}
.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 設定*/
@keyframes roll {
100% {background-position-x: calc(100% - 100vw);}
}
.banner {position: relative;background: #fff;padding: 0;min-height: 60vh;}
.banner:before {content: '';width: 100%;position: absolute;top: 0;aspect-ratio: 41 / 6;
	background: url(https://pic03.eapple.com.tw/pol/banner.png) repeat center;background-size: cover;
	animation: roll 60s linear infinite;padding: 0;min-height: 400px;align-content: flex-end;}
.banner h5 {width: 90%;max-width: 1200px;position: absolute;top: auto;bottom: 0%;padding: 18px 50px;color: #7A6A5C;
    font-size: 22px;letter-spacing: 0.1em;line-height: 1;font-weight: 500;text-align: left;background: #F0EAE4;}
.banner h5:before {content: '';position: absolute;transform: translate(-50%, -50%);top: 50%;left: 30px;width: 5px;height: 25px;
	background: #7A6A5C;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
.banner {min-height: 50vh;}
.banner:before {min-height: 325px;}
.banner h5 {font-size: 20px;}
.banner h5:before {height: 20px;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 45vh;}
.banner:before {min-height: 285px;}
.banner h5 {font-size: 18px;padding: 15px 40px;}
.banner h5:before {left: 25px;height: 20px;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 40vh;}
.banner:before {min-height: 250px;}
.banner h5 {font-size: 18px;padding: 15px 40px;}
.banner h5:before {left: 25px;height: 20px;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 30vh;}
.banner:before {min-height: 180px;}
.banner h5 {font-size: 17px;padding: 13px 35px;}
.banner h5:before {left: 20px;height: 18px;}
}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {padding: 50px 0 0;background: #f1ebe5;}
.footer .center {max-width: 1200px;width: 90%;margin: auto;}
.footer_info {grid-template-columns: 1fr;grid-gap: 20px;padding-right: 110px;justify-items: center;}
.footer_logo {display: none;}
.box_link {display: none;}

.footer_info {grid-gap: 0;padding-right: 0;}
.footer_info ul {display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li {width: 100%;text-align: center;display: block;padding: 15px 0;}
.footer_info li:nth-of-type(1):before {content: '營業時間：週一到週日 09:00-18:00 (例假日及 18:00 以後時段請提前預約)';
    width: fit-content;margin: auto;padding: 0 5%;display: block;line-height: 2;letter-spacing: 0.08em;color: #000000;
    margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #b9a189;}
.footer_info li p, .footer_info li p a {line-height: 2;letter-spacing: 0.08em;color: #000000;}

.footer_menu {display: flex;width: 100%;justify-content: center;}
.footer_menu a {padding: 0 0 0 20px;border: none;margin: 0 10px;font-size: 14px;letter-spacing: 0.08em;color: #666;background: unset;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_menu a:nth-of-type(2) {border-left: none;}
.footer_menu a:hover {background: unset;color: #b9a189;}
.footer_menu a+a {border-left: 1px solid #999;}

.copy { text-align: center;padding: 20px 0;font-size: 12px;color: #ffffff;background: #b9a189;border-top: none;margin-top: 80px;letter-spacing: 0.08em;}
.copy a {color: #ffffff;}

#to_top {bottom: 100px;left: auto;right: 0;font-size: 12px;color: #7b6b5d;letter-spacing: 0.08em;background: #fff;padding-top: 12px;
	box-shadow: unset;border-radius: 0;font-weight: bold;}
#to_top i.top {height: 12px;left: -1px;}
#to_top i.top:before, #to_top i.top:after {height: 10px;width: 2px;background: #7b6b5d;}

@media screen and (max-width: 1024px) {
.footer {font-size: 13px;}
.footer_menu a {padding: 0 0 0 12px;border: none;margin: 0 6px;font-size: 13px;}

}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
.footer_info {padding: 0;}
.footer_menu {display: grid;grid-template-columns: repeat(4, 1fr);gap: 10px 0;}
.footer_menu a+a {border-left: none;}
.footer_menu a {padding: 0;margin: 0;}
.footer_menu a:not(:nth-of-type(5n)) {border-right: 1px solid #999;}
#to_top {width: 45px;}
}
@media screen and (max-width: 600px) {
.footer_info li {display: flex; flex-direction: column;align-items: center;}
.footer_info li:nth-of-type(1):before {content: '營業時間：週一到週日 09:00-18:00';margin-bottom: 0;
    padding-bottom: 0;border-bottom: 0px solid #b9a189;order: 0;}
.footer_info li:nth-of-type(1):after {content: '(例假日及 18:00 以後時段請提前預約)';width: 100%;margin: auto;padding: 0 5%;display: block;
    line-height: 2; letter-spacing: 0.08em;color: #000000;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #b9a189;order: 1;}
.footer_info li p, .footer_info li p a {order: 3;}
.footer_info li+li {margin-top: 0;}
.footer_menu {grid-template-columns: repeat(2, 1fr);gap: 15px 0;}
.footer_menu a:not(:nth-of-type(5n)) {border-right: none;}
.footer_menu a:not(:nth-of-type(2n-1)) {border-right: 1px solid #999;}
}
@media screen and (max-width: 480px) {
#to_top {bottom: 110px;width: 40px;height: 40px;padding-top: 8px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {padding: 0 0 100px 0;}
.module_i_news section {max-width: 1200px;width: 90%;}
.module_i_news .title_i_box {margin-bottom: 50px;text-align: left;}
.module_i_news .title_i_box h4 {position: relative;color: #7A6A5C;width: 100%;padding: 18px 50px;font-size: 22px;letter-spacing: 0.1em;
	line-height: 1;font-weight: 500;text-align: left;background: #F0EAE4;}
.module_i_news .title_i_box h4:before {content: '';position: absolute;transform: translate(-50%, -50%);top: 50%;left: 30px;width: 5px;
    height: 25px;background: #7A6A5C;}

.module_i_news_list, .module_i_news_list.swiper {padding: 0;max-width: 1150px;margin: auto;}
.module_i_news ul {grid-template-columns: 1fr;grid-gap: 15px;margin-bottom: 50px;}
.module_i_news li + li {border-top: 1px solid #CEBBA3;padding-top: 10px;}
.module_i_news li a:before, .module_i_news li a:after {display: none;}
.module_i_news li a {grid-template-columns: 1fr;padding: 0;transition: 0.6s;}
.module_i_news li a:hover {opacity: 0.3;transition: 0.6s;}
.i_blog_le {display: none;}
.i_blog_ri {display: grid;grid-template-columns: 1fr 130px;padding: 0;align-items: center;gap: 30px;}
.i_blog_ri h5 {font-weight: normal;font-size: 18px;letter-spacing: 0.08em;}
.i_blog_ri em {font-size: 12px;letter-spacing: 0.08em;line-height: 3;margin: 0;}
.i_blog_ri p {display: none;}

@media screen and (max-width: 1024px) {
.module_i_news .title_i_box h4 {font-size: 20px;}
.module_i_news .title_i_box h4:before {height: 20px;}
}
@media screen and (max-width: 960px) {
.module_i_news li {border-bottom: none;}
.i_blog_ri {grid-template-columns: 1fr 120px;}
.i_blog_ri h5 {font-size: 17px;letter-spacing: 0.05em;}
.i_blog_ri em {letter-spacing: 0.05em;}
}
@media screen and (max-width: 768px) {
.module_i_news .title_i_box h4 {font-size: 18px;padding: 15px 40px;}
.module_i_news .title_i_box h4:before {left: 25px;height: 20px;}
.i_blog_ri h5 {font-size: 16px;}
.i_blog_ri em {font-size: 11px;}
}
@media screen and (max-width: 600px) {
.module_i_news .title_i_box, .module_i_news ul {margin-bottom: 30px;}
.module_i_news .title_i_box h4 {font-size: 18px;padding: 15px 40px;}
.module_i_news .title_i_box h4:before {left: 25px;height: 20px;}
.i_blog_ri {display: flex;align-items: flex-start;gap: 0px;flex-direction: column-reverse;}
.i_blog_ri h5 {-webkit-line-clamp: 2;}
}
@media screen and (max-width: 450px) {
.module_i_news {padding: 50px 0;}
.module_i_news .title_i_box h4 {font-size: 17px;padding: 13px 35px;}
.module_i_news .title_i_box h4:before {left: 20px;height: 18px;}
.i_blog_ri h5 {font-size: 15px;}
.i_blog_ri em {font-size: 10px;}
}

/*文章設定A*/
.blog_le {width: 20%;padding: 0;}
h5.blog_le_t {font-size: 20px;margin-bottom: 0;font-family: 'Monda';}
h5.blog_le_t em {display: none;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] {font-size: 13px;padding: 10px;color: #000;border: solid 1px #CEBBA3;letter-spacing: 0.08em;border-radius: 0;}
.blog_search input[type=submit] {display: none;}
.blog_le .accordion {border-radius: 0;border: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #7b6b5d !important;}
.accordion li .link a {color: #000000;padding: 15px 25px;font-weight: normal;letter-spacing: 0.15em;}
.accordion li+li .link {border-top: 1px solid #CEBBA3;}

.blog_box {display: flex;min-height: 20vw;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.blog_ri {width: 75%;padding: 0;}
h4.blog_category_title {margin-bottom: 0;}
.blog_subbox {grid-template-columns: 1fr;grid-gap: 10px;}
.blog_subbox .subbox_item + .subbox_item {border-top: 1px solid #CEBBA3;padding-top: 10px;}
.subbox_item a:before, .subbox_item a:after {display: none;}
.subbox_item a {grid-template-columns: 1fr;padding: 10px 0 10px 10px;}
.subbox_item a:hover {opacity: 0.3;}
.blog_list_le {display: none;}
.blog_list_ri {display: grid;grid-template-columns: 1fr 130px;padding: 0;align-items: center;gap: 30px;}
.blog_list_ri>*+* {margin-top: 0;}
.blog_list_ri h5 {font-weight: normal;font-size: 18px;letter-spacing: 0.08em;}
.blog_list_ri em {font-size: 12px;letter-spacing: 0.08em;line-height: 3;}
.blog_list_ri p {display: none;}

@media screen and (max-width: 960px) {
.accordion li .link a {padding: 12px 15px;letter-spacing: 0.08em;}
.subbox_item {border-bottom: none;}
.blog_list_ri {grid-template-columns: 1fr 120px;}
.blog_list_ri h5 {font-size: 17px;letter-spacing: 0.05em;}
.blog_list_ri em {letter-spacing: 0.05em;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;align-items: center;}
.blog_le, .blog_ri {width: 100%;margin-bottom: 0;}
h5.blog_le_t {display: none;}
.blog_le .accordion {display: block;}
.accordion li .link a {text-align: center;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri em {font-size: 11px;}
}
@media screen and (max-width: 600px) {
.blog_list_ri {display: flex;align-items: flex-start;gap: 0px;flex-direction: column-reverse;}
.blog_list_ri h5 {-webkit-line-clamp: 2;}
}
@media screen and (max-width: 450px) {
.blog_list_ri h5 {font-size: 15px;}
.blog_list_ri em {font-size: 10px;}
}

.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {margin-bottom: 0;padding: 0;color: #000;font-size: 22px;font-weight: normal;letter-spacing: 0.08em;
	padding: 0px 0 15px 0; line-height: 1;}
.blog_shareData {padding: 10px;background: #f3f3f3;border-radius: 5px;}
.toShareNews {font-size: 12px;color: #000000;align-items: flex-end;}
.toShareNews b {font-weight: normal;line-height: 1;}
.blog_box_edit .articel_mainPic {display: none;}
.blog_box_edit .edit {line-height: 1.8;letter-spacing: 0.05em;font-size: 16px;}
.blog_box_edit .edit a {word-break: break-word;transition: all 0.6s;}
.blog_box_edit .edit a:hover {color: #cebba3;text-decoration: underline;transition: all 0.6s;}

.blog_back {width: 100%;grid-gap: 15px;}
.blog_back a {padding: 12px 15px;letter-spacing: 0.3em;transition: all 0.6s;}
.blog_back a.article_btn_back {background: #7b6b5d;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #b9a189;}
.blog_back a:hover {transform: scale(0.98); transition: all 0.6s;}

.news_related {border-top: 1px solid #CEBBA3;background: #fff;padding: 50px 0;}
.news_related h6 {margin: 0 auto 50px;}
.news_related h6 span:before {    font-size: 20px;color: #000000;font-weight: normal;letter-spacing: 0.15em;}

.news_related_list { width: 90%;grid-template-columns: repeat(4, 1fr); grid-gap: 15px;}
.news_related_list li a {display: flex;padding: 10px;background: #F0EAE4;height: 100%;flex-direction: column;align-items: center;
	gap: 10px;transition: all 0.6s;}
.news_related_list li:hover a {transform: scale(0.95);transition: all 0.6s;}
.news_related_list li a p {font-size: 15px;line-height: 1.5;color: #000000;letter-spacing: 0.08em;}

.news_related_b_box .lastPage {font-size: 14px;color: #fff;background: #7A6A5C;letter-spacing: 0.3em;padding: 15px 20px;
    display: block;margin: 50px auto 0;width: 150px;text-align: center;transition: all 0.6s;}
.news_related_b_box .lastPage:hover {background: #b9a189;transition: all 0.6s;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
.blog_in_page .blog_le {margin-bottom: 50px;}
.blog_in_page h4.blog_category_title {font-size: 20px;line-height: 1.5;}
.blog_box_edit .edit {padding: 15px 0;}

.news_related h6 {margin: 0 auto 30px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related_b_box .lastPage {padding: 12px 20px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box_edit .edit {font-size: 15px;}
.blog_back a {font-size: 14px;}
}
@media screen and (max-width: 500px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.blog_box_edit .edit {font-size: 14px;}
.blog_back {grid-template-columns: 1fr; grid-gap: 8px;}
.blog_back a {font-size: 13px;}

.news_related h6 span:before {font-size: 17px;}
.news_related_list li a p {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_menu_list {margin-bottom: 0;}
.products-list {grid-template-columns: repeat(4, 1fr);grid-gap: 30px;}
.products-list .item a {padding-bottom: 45px;}
.products-list .pic {border: 5px solid #fcf8f5;}
.products-list .name {font-size: 16px;color: #000000;letter-spacing: 0.08em;line-height: 1.8;height: 3.5em;margin-top: 8px;margin-bottom: 8px;}
.products-list .more {line-height: 40px;border: 1px solid #CEBBA3;color: #7A6A5C;font-size: 15px;letter-spacing: 0.15em;
	line-height: 40px;font-weight: normal;}
.products-list .item a:hover .more {background: #CEBBA3;color: #fff;letter-spacing: 0.3em;}
.products-list .pic img {transition: all 0.6s;}
.products-list .item a:hover .pic img {transform: scale(1.2);transition: all 0.6s;}

@media screen and (max-width: 1024px) {
.products-list {grid-gap: 15px;}
.products-list .name {font-size: 15px;}
.products-list .more {font-size: 14px;}
}
@media screen and (max-width: 768px) {
.products-list {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 600px) {
.products-list {grid-template-columns: repeat(2, 1fr);}
.products-list .name {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.products-list .item a {padding-bottom: 40px;}
.products-list .more {line-height: 35px;}
}

/*購物車內頁*/
.product_info_page .main_part {padding: 50px 0 150px;}
.product_info_page .product_main .product_pic, .sidebarBtn {display: none;}
.product_main {padding: 0;width: 100%;}
.mobile_product_name {display: block;width: 100%;margin-bottom: 50px;font-size: 20px;font-weight: 500;letter-spacing: 0.1em;}

.prod_tabs {display: flex;margin-top: 0;justify-content: space-between;align-items: flex-start;}
.pd_tabTitle {width: 15%;}
.pd_tabTitle li {border-bottom: unset;}
.pd_tabTitle li.activeTab a {line-height: 1;color: #ffffff;background: #999;letter-spacing: 0.08em;padding: 15px;font-size: 16px;}
.pd_tabTitle li.activeTab::after {display: none;}
.pd_tabInner_contain {width: 80%;padding-top: 0;}
.pd_tabInner_contain .edit {padding: 0;font-size: 16px;letter-spacing: 0.08em;line-height: 1.8;}

.prod_related {border-top: 1px solid #CEBBA3;background: #fff;padding: 50px 0;}
.prod_related h6 {margin: 0 auto 50px;}
.prod_related h6 span:before {    font-size: 20px;color: #000000;font-weight: normal;letter-spacing: 0.15em;}

.related_list { width: 90%;grid-template-columns: repeat(4, 1fr); grid-gap: 15px;}
.related_list li a {display: flex;padding: 10px;background: #F0EAE4;height: 100%;flex-direction: column;align-items: center;
	gap: 10px;transition: all 0.6s;}
.related_list li:hover a {transform: scale(0.95);transition: all 0.6s;}
.related_list li a p {font-size: 15px;line-height: 1.5;color: #000000;letter-spacing: 0.08em;}

.prod_related_b_box .lastPage {font-size: 14px;color: #fff;background: #7A6A5C;letter-spacing: 0.3em;padding: 15px 20px;
    display: block;margin: 50px auto 0;width: 150px;text-align: center;transition: all 0.6s;}
.prod_related_b_box .lastPage:hover {background: #b9a189;transition: all 0.6s;}

@media screen and (max-width: 1024px) {
.related_list li a p {font-size: 14px;letter-spacing: 0.05em;}
}
@media screen and (max-width: 980px) {
.product_main {padding: 0;width: 100%;}
}
@media screen and (max-width: 768px) {
.mobile_product_name {display: block;margin-bottom: 0;font-size: 18px;}
.sidebarBtn {display: none;}
.prod_related h6 span:before {font-size: 18px;}
.prod_tabs {margin-top: 50px;}
.pd_tabTitle {width: 25%;}
.pd_tabTitle li.activeTab a {letter-spacing: 0.15em;font-size: 15px;}
.pd_tabInner_contain {width: 70%;}
.pd_tabInner_contain .edit {font-size: 15px;}

.prod_related h6 {margin: 0 auto 30px;}
.related_list {grid-template-columns: repeat(2, 1fr);}
.prod_related_b_box .lastPage {padding: 12px 20px;}
}
@media screen and (max-width: 600px) {
.prod_tabs {margin-top: 30px;}
.pd_tabTitle {width: 30%;}
.pd_tabInner_contain {width: 65%;}
}
@media screen and (max-width: 500px) {
.product_info_page .main_part {padding: 30px 0 100px;}
.mobile_product_name {font-size: 17px;}
.prod_tabs {flex-direction: column; gap: 15px 0;}
.pd_tabTitle {width: 50%;}
.pd_tabTitle li.activeTab a {font-size: 14px;}
.pd_tabInner_contain {width: 100%;}
.pd_tabInner_contain .edit {text-align: justify;font-size: 14px;letter-spacing: 0.05em;}

.prod_related h6 span:before {font-size: 17px;}
.related_list li a p {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡表單*/
.contact_editbox {padding: 0;}
.contact_content {max-width: 1200px;width: 90%;padding: 0 0 100px 0;}
.contact_content form {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.contact_content .information_left {width: 30%;padding: 0;}
.contact_content .information_right {width: 65%;padding-left: 0;padding: 0;}

.blank_letter {font-family: 'Monda';padding-top: 0;letter-spacing: 0.08em;font-weight: normal;font-size: 20px;
    color: #000000;background-position: unset;background-repeat: unset;}
.list_before {margin-top: 30px;margin-bottom: 30px;font-size: 15px;color: #000000;letter-spacing: 0.05em;}
.list_before li {margin: 0;line-height: 2;}
.list_before.info li {padding-left: 0;}
.list_before.info li:before {position: relative;display: inline-block;width: 50px;font-size: 15px;font-weight: normal;letter-spacing: 0.15em;}

.note {letter-spacing: 0.05em;}
.contact_form {margin-bottom: 30px;font-size: 16px;color: #000;grid-gap: 15px;}
.contact_form li {grid-template-columns: 1fr;grid-gap: 0px;}
.contact_form li .form__label {display: flex;max-width: 100%;text-align: left;flex-direction: row-reverse;justify-content: flex-end;
    align-items: center;gap: 5px;letter-spacing: 0.05em;}

.contact_form li input.noborder, .contact_form li textarea.noborder {border: none;background: #f7f5f2;padding: 10px;letter-spacing: 0.08em;}
.captcha {width: 100%;}

.contact_form li.last {text-align: center;margin-top: 50px;justify-content: center;gap: 30px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #b9a189 solid;width: 50%;max-width: 220px;padding: 10px;}
.contact_form li.last blockquote {color: #b9a189;}
.contact_form li.last cite {background: #b9a189;color: #fff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 0.3em;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 35%;}
.contact_content .information_right {width: 60%;}
.contact_form {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
.blank_letter {font-size: 18px;}
.list_before {font-size: 14px;margin-top: 15px;letter-spacing: 0.03em;}
.list_before.info li:before {font-size: 14px;width: 40px;}
.contact_form {margin-bottom: 15px;font-size: 14px;grid-gap: 10px;}
.contact_form li.last input {font-size: 14px;padding: 5px;}
}
@media screen and (max-width: 768px) {
.contact_content form {align-items: center;flex-direction: column;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
}
@media screen and (max-width: 600px) {
.blank_letter {font-size: 17px;}
.note {font-size: 12px;}
.list_before, .list_before.info li:before, .contact_form, .contact_form li.last input {font-size: 13px;}
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
.contact_form li.last {gap: 10px;}
.contact_form li.last blockquote, .contact_form li.last cite {max-width: 130px;}
.contact_form li.last input {padding: 0px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */