@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {
    padding: 10px 10px 0;
    position: fixed;
	background: #fff0;
	transition: ease 1s;
}
.header_area.sticky, .pageIndex .header_area.sticky {
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid;
	height: auto;
}
.pageIndex .header_area { 
	height: 6vw;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff8c 60% 65%, #ffffff00 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff8c 60% 65%, #ffffff00 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff8c 60% 65%, #ffffff00 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #ffffff8c 60% 65%, #ffffff00 100%);
}
.navigation {
    grid-template-columns: 36vw 1fr;
}
.main_header_area .container {
    max-width: unset;
    padding-left: 2vw;
}
.me_tp_features {
    position: absolute;
    display: inline-flex;
    margin: -1px 0 0 auto;
    flex-direction: row-reverse;
    flex-wrap: wrap;
	z-index: 99999;
}
.tp_links { padding-right: 18px;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img { width: 100%; max-width: unset;}
.nav-header { z-index: 999999;}
.nav-brand { max-width: 270px;}

@media screen and (max-width: 1440px) {
.navigation { grid-template-columns: 30vw 1fr;}
}
@media screen and (max-width: 1300px) {
.pageIndex .header_area, .pageIndex .header_area.sticky {
	background: rgba(255, 255, 255, .95); border-bottom: 1px solid; height: auto; position: sticky; height: auto;}
}
@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 24vw 1fr;}
}
@media screen and (max-width: 1024px) {
.main_header_area .container { padding: 0;}
.header_area { padding: 10px 10px 0;}
.nav-header { max-width: fit-content;}
.nav-brand { position: relative; margin: auto; max-width: 240px;}
.me_tp_features { flex-direction: row; justify-content: flex-end; padding-left: 5px;}
.tp_links { padding-right: 3px;}
.box_search { width: 145px;}
}
@media screen and (max-width: 768px) {
.header_area, .pageIndex .header_area { padding: 10px 10px 2px;}
.nav-header { padding-right: 30px;}
.nav-brand { margin: 0;}
.tp_links { padding-right: 3px;}
}
@media screen and (max-width: 550px) {
.nav-header, .me_tp_features { padding: 0;}
.nav-brand { max-width: 220px;}
.tp_links { display: none;}
}
@media screen and (max-width: 345px) {
.nav-header, .me_tp_features { padding-left: 30px;}
.nav-brand { width: 90%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin-top: 28px;}
.stellarnav li { border-bottom: 1px solid #3330;}
.stellarnav li:hover { border-bottom: 1px solid #333;}
.stellarnav > ul > li > a {
    color: #111;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	margin: 0 .5vw;
	padding: 0 .5vw;
}
.stellarnav > ul > li > a:hover, .stellarnav.desktop li.has-sub li a:hover, .stellarnav li li a:hover { }
.stellarnav li.has-sub > a:after { transform: translateY(-20%);}

.stellarnav ul ul { margin-top: 0;}
.stellarnav.desktop li.has-sub li a, .stellarnav li li a {
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
.stellarnav > ul > li > a { height: 32px;}
.stellarnav li.has-sub > a:after { transform: translateY(15%);}
}
@media (max-width: 768px) {
.stellarnav.mobile, .stellarnav.mobile.active { z-index: 999999;}
.stellarnav .menu-toggle { padding: 0;}
.stellarnav .menu-toggle span.bars span { background: #666; margin: 0 auto 5px;}
.stellarnav .menu-toggle:after { color: #333;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { font-size: 10px;}
.stellarnav.mobile ul { background: #fffffff5;}
.stellarnav.mobile > ul > li { border-bottom: 1px #dddddd9e solid;}
.stellarnav.mobile li:hover { background: #9eadc01c;}
.stellarnav.mobile > ul > li > a { margin-right: 5px;}
.stellarnav.mobile > ul > li > a:nth-child(2) { font-size: 11px; margin-left: 3px; line-height: 2.1;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { width: 10px; border-bottom: solid 2px #777;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
	padding: 40px 0 0;
	background: #e6ede8;
	border-top: 1px solid #3333338a;
	overflow: hidden;
}
.footer .center {
    max-width: unset;
}
.footer_logo {
    text-align: center;
    padding: 0;
    max-width: 250px;
    margin: 0 auto 5px calc(55% - 300px);
}
.footer_logo img {
    width: 100%;
}
.footer_logo:before {
    content: "";
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 6.6px;
    position: absolute;
    top: 75px;
    left: calc(56% - 185px);
}
.footer_logo:after {
    /*content: ": : :　聯絡資訊　: : :";*/
    display: block;
    margin-top: 50px;
}
.box_link {
    flex-direction: row;
    max-width: 250px;
    left: calc(55% - 70px);
	top: 24px;
}
.box_link a {
    width: 26px;
    font-size: 13px;
    margin: 3px;
    padding: 3px 1px 4px 2px;
    border-radius: 18px;
    color: #fff;
    background: #333;
    border: 1px #333 solid;
}
.box_link a:nth-child(4) { display: none;} /* tel2 icon隱藏 */
.box_link a:hover {
    color: #333;
    background: #fff;
}

.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding: 0 70px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_info li {
    display: flex;
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    justify-content: center;
    max-width: 900px;
}
/*.footer_info li:nth-child(2) {
    position: absolute;
    width: fit-content;
	padding: 0;
    left: 0;
    bottom: 0;
}*/
.footer_info li p, .footer_info li p a {
    color: #222;
    font-size: 13px;
    letter-spacing: .15vw;
}
.footer_info li p a:hover {
    color: #000;
    font-weight: 700;
    letter-spacing: .14vw;
}
.footer_info li p.add a:hover {
    letter-spacing: .145vw;
}
.footer_info li p {
    padding: 0 15px 5px;
	display: inline-flex;
    flex-wrap: wrap;
}
.footer_info li p:before {
    margin: 0 12px 0 0;
	font-weight: 600;
    color: #222;
}
.footer_info li p.tel:before, .info_TEL:before { content: '市話';}
.footer_info li p.phone:before, .info_PHONE:before { content: '聯絡電話';}
.footer_info li p.taxid:before, .info_TAXID:before { content: '統編';}
.footer_info li p.add:before, .info_ADD:before { content: '營業地址';}
.footer_info li p.add2:before, .info_ADD2:before { content: '服務地區';}
.footer_info li p.mail:before, .info_MAIL:before { content: '信箱';}
.footer_info li p.line:before, .info_LINE:before { content: 'Line ID';}
.footer_info li p.line:after, .info_LINE:after { content: '（採預約制）';}

/*footer聯絡資訊設定*/
p.tel, li.info_TEL { order: 1;}
p.phone, li.info_PHONE { order: 2;}
p.taxid, li.info_TAXID { order: 3;}
p.add, li.info_ADD { order: 4;}
p.add2, li.info_ADD2 { order: 5;}
p.mail, li.info_MAIL { order: 6;}
p.line, li.info_LINE { order: 7;}
.footer_info li p.tel2, li.info_TEL2 { display: none;}


/*footer按鈕設定*/
.footer_menu {
    text-align: center;
}
.footer_menu a {
    background: #fff0;
    color: #333;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0;
    padding: 8px 24px;
    border: 0;
    border-top: 1px #33333336 dashed;
    border-radius: 0;
    transition: all .1s ease-out;
}
.footer_menu a:first-child {
    /*border-top: 0;*/
}
.footer_menu a:hover {
    background: #fff;
    color: #333;
    font-weight: 600;
}

/*版權欄位設定*/
.copy { background: #222; font-size: 12px; letter-spacing: .03vw;}
.copy a { color: #999;}
.copy a:hover { color: #c9d5e1c4;}

@media screen and (max-width: 1500px) {
.footer { padding: 50px 0 0;}
}
@media screen and (max-width: 1300px) {
.footer_menu a { letter-spacing: 1px; padding: 8px 16px;}
}
@media screen and (max-width: 1024px) {
.footer_info { padding: 0 60px 0 10px;}
.footer_info li:nth-child(1) { max-width: 700px;}
.footer_info li p { padding: 0 15px 2px;}
.footer_info li p, .footer_info li p a { letter-spacing: 2px;}
.footer_info li p a:hover { letter-spacing: 1.8px;}
.footer_info li p.add a:hover { letter-spacing: 1.9px;}
.footer_menu a { font-size: 13px; letter-spacing: 0; padding: 8px 10px 10px;}
}
@media screen and (max-width: 768px) {
.box_link { display: none;}
.footer_logo { max-width: 230px; margin: 0 auto;}
.footer_logo:before { font-size: 14px; top: 65px; left: calc(7vw + 128px); letter-spacing: .8vw;}
.footer_info { padding: 0 40px 0 20px;}
.footer_info ul { align-items: flex-start; padding: 10px 0;}
.footer_info li+li { /*margin: 0;*/}
.footer_info li:nth-child(2) { top: 0%;}
.footer_info li p, .footer_info li p a { letter-spacing: .4vw;}
.footer_info li p a:hover { letter-spacing: .37vw;}
.footer_info li p.add a:hover { letter-spacing: .395vw;}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 40px 0 55px;}
#to_top { bottom: 65px;}
#bottom_menu li:last-child { border: none;}
#bottom_menu li:nth-child(2), #bottom_menu li:nth-child(4) { display: none;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 520px) { 
.footer_logo { margin: 0 auto 0 calc(50% - 140px);}
.footer_logo:before { left: 96px; letter-spacing: .5vw;}
.footer_info { padding: 0 3vw;}
.footer_info li:nth-child(1) { max-width: 300px; margin: auto; justify-content: flex-start;}
.footer_info li p { padding: 0 15px;}
.footer_info li p:before { margin: 0 9px 0 0;}
.footer_info li p, .footer_info li p a { letter-spacing: .1vw;}
.footer_info li p a:hover, .footer_info li p.add a:hover { font-weight: unset; letter-spacing: unset;}
.footer_menu a { font-size: 13px; letter-spacing: .1vw;}
.footer_menu a:hover { font-weight: unset;}
}
@media screen and (max-width: 350px) { 
.footer_info { padding: 0 10px;}
.footer_logo { width: 95%; margin: 0 auto;}
.footer_info li:nth-child(1) { flex-direction: column;}
.footer_info li p { padding: 0 1vw;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_page #content { 
	background: url(https://pic03.eapple.com.tw/kangcleanpro/08-bg01.jpg) no-repeat right center / cover;
}
.contact_page .main_part {
    max-width: unset;
	overflow: hidden;
	padding: 0;
	background: #fff0;
}
.contact_page .path, .contact_content {
    max-width: 1300px;
    margin: auto;
}
.contact_page .path {
    margin-top: 50px;
    padding: 0 3vw;
}
.contact_content {
    box-shadow: 1vw 1vw 4vw #00000078;
    background: linear-gradient(to top, #ffffff 0%, #ffffffdb 50%, #ffffffdb 85%, #ffffff73 100%);
    background: -moz-linear-gradient(to top, #ffffff 0%, #ffffffdb 50%, #ffffffdb 85%, #ffffff73 100%);
    background: -webkit-linear-gradient(to top, #ffffff 0%, #ffffffdb 50%, #ffffffdb 85%, #ffffff73 100%);
    background: -ms-linear-gradient(to top, #ffffff 0%, #ffffffdb 50%, #ffffffdb 85%, #ffffff73 100%);
    padding: 50px 3vw;
    margin-top: -75px;
}
.contact_content form {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_content .information_left {
    width: 350px;
}
.contact_content .information_right {
    width: calc(100% - 370px);
	padding-left: 4vw;
}
.list_before {
    display: flex;
    flex-direction: column;
    margin: 18px 0 0;
}
.list_before.info li {
    margin: 3px 0;
    padding-left: calc(60px + 15px);
    letter-spacing: 3px;
    font-size: 14px;
    color: #000;
}
.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: 60px;
    min-width: max-content;
    letter-spacing: 1px;
    color: #111;
    text-align: right;
}
.info_LINE:before {
    letter-spacing: 1px;
}
.contact_le_nomap {
    height: 490px;
    margin: 20px 0;
	padding: 5px;
    background: #fff;
	border: solid 1px #b9b9b9;
}

@media screen and (max-width: 1024px) {
.contact_page .main_part { background-position: 26% bottom; background-size: 230%;}
}
@media screen and (max-width: 980px) {
.contact_page .path { margin-top: 25px;}
.contact_content .information_right { padding-left: 1vw;}
}
@media screen and (max-width: 850px) {
.contact_page .main_part { background-size: 1800px;}
.contact_content { padding: 50px 5vw;}
.contact_content form { flex-direction: column;}
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 0;}
.contact_content .information_left { display: inline-flex; flex-wrap: wrap; justify-content: space-between;}
.blank_letter { width: 100%;}
h4.blank_letter.i, .list_before.info { transform: translateY(25px);}
.list_before.info { margin: 12px 0 0; width: 50%; padding-right: 3%;}
.list_before.info li { letter-spacing: .2vw;}
.contact_le_nomap { height: 320px; width: 50%; margin: -30px 0 0;}
}
@media screen and (max-width: 600px) {
.list_before.info, .contact_le_nomap { width: 100%; margin: 12px 0;}
h4.blank_letter.i, .list_before.info { transform: translateY(0px);}
.contact_le_nomap { height: 30vh; margin-bottom: 10%;}
}
@media screen and (max-width: 450px) {
.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, .list_before.info li { letter-spacing: 0;}
}
@media screen and (max-width: 345px) {
.contact_content { padding: 50px 15px;}
.list_before.info { margin: 0 auto 12px; max-width: 250px;}
.list_before.info li { display: flex; flex-direction: column; align-items: center; margin: 1px 0; padding: 25px 0 0;}
.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, .list_before.info li { top: 5px; left: unset; text-align: left; align-items: flex-start; margin: 2px 0;}
}


/*聯絡我們 聯絡資訊*/
h4.blank_letter.f {
    color: #1110;
}
h4.blank_letter.f:before {
    content: "線上預約";
    color: #111;
    position: absolute;
}
.note { 
	font-family: "微軟正黑體"; font-weight: 500; text-shadow: none; 
	letter-spacing: 0; display: inline-block; padding-left: 10px;
}
.contact_form {
	margin-top: 20px;
	display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 2vw;
    width: 100%;
}
.contact_form li {
    grid-template-columns: 1fr;
    justify-items: start;
	grid-gap: 0;
	grid-column: 1 / 5;
	padding: 10px 0;
	color: #111;
}
.contact_form li .form__label {
    display: flex;
    flex-direction: row-reverse;
	max-width: unset;
	font-weight: 600;
    color: #222;
}
.contact_form li:nth-child(1), .contact_form li:nth-child(3), .contact_form li:nth-child(7), .contact_form li:nth-child(11) { grid-column: 1 / 3;}
.contact_form li:nth-child(2), .contact_form li:nth-child(4), .contact_form li:nth-child(8), .contact_form li:nth-child(12) { grid-column: 3 / 5;}

.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 0;
    border-bottom: 1px solid;
	background: #fff0;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.contact_form li:has(input[type=checkbox]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(90px, 1fr));
}
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(70px, 1fr));
}
.contact_form li.last {
    grid-gap: 10px;
}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #324f37 solid;}
.contact_form li.last blockquote { color: #324f37;}
.contact_form li.last cite { background: #5b8562;}

@media screen and (max-width: 850px) {
.contact_form { margin: 15px 0 35px;}
}
@media screen and (max-width: 600px) {
.contact_form { grid-gap: 0 2vw;}
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { background: none; padding: 0; justify-content: flex-end;}
}
@media screen and (max-width: 500px) {
.contact_form li:nth-child(n) { grid-column: 1 / 5;}
}
@media screen and (max-width: 350px) {
.contact_form li.last blockquote, .contact_form li.last cite { max-width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; min-height: 60vh;}
.bannerindex { position: relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}

/*大圖滿版+文字框
.swiper-banner .swiper-slide img {
    height: 100vh;
    max-width: unset;
    object-fit: cover;
}
.swiper-banner .swiper-slide img:nth-child(1) {
    object-position: left;
}
.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after {
    position: absolute;
    width: 880px;
    color: #000000;
    text-align: center;
    height: 240px;
    left: 7%;
    bottom: 11%;
	transition: ease .5s;
}
.bannerindex .swiper-slide.swiper-slide-active:before {
    font-family: "Rock Salt", cursive;
    font-size: 28px;
    letter-spacing: 1.5px;
    line-height: 1.6;
    padding: 85px 0 0;
    border: 1px solid #fff;
    transform: translate(10px, -10px);
    z-index: 1;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
	background: #ffffffad;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 20px;
    padding: 156px 0 0 2%;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    color: #fff;
    width: 450px;
    height: 320px;
    left: 5%;
    bottom: 12%;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	content: "englishslogan1";
	font-size: 25px;
    padding: 80px 60px 0 50px;
    border: 1px solid #00000078;
    transform: translate(6px, -6px);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { 
	content: "大圖加中文標語1";
	padding: 250px 0 0 20px;
    background: #0000007d;
    letter-spacing: 10px;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	content: "englishslogan2";
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { 
	content: "大圖加中文標語2";
}
@media screen and (max-width: 1300px) {
	.swiper-banner .swiper-slide img:nth-child(1) {
		object-position: center;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after {
		width: 450px;
		height: 240px;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before {
		font-size: 24px;
		padding: 60px 30px 0;
	}
	.bannerindex .swiper-slide.swiper-slide-active:after {
		letter-spacing: 8px;
		padding: 172px 0 0 2%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		width: 400px;
		height: 240px;
		right: 15%;
		left: unset;
		bottom: 5%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
		font-size: 22px;
		padding: 50px 35px 0;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		padding: 180px 0 0 20px;
		letter-spacing: 6px;
	}
}
@media screen and (max-width: 768px) {
	.swiper-banner .swiper-slide img { height: auto; width: 150vw; margin-left: -25%;}
	.swiper-banner .swiper-slide img:nth-child(1) {
		margin-left: -45%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after {
		width: 88vw;
		height: 120px;
		left: 5%;
		bottom: 7%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before {
		font-size: 17px;
		padding: 36px 30px 0;
		letter-spacing: .2vw;
		transform: translate(1vw, -1vw);
	}
	.bannerindex .swiper-slide.swiper-slide-active:after {
		font-size: 15px;
		letter-spacing: 1vw;
		padding: 70px 0 0 2%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		width: 390px;
		height: 150px;
		right: 6%;
		bottom: 5%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
		font-size: 17px;
		padding: 32px 35px 0;
		transform: translate(.6vw, -.6vw);
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		padding: 100px 0 0 5px;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 560px) {
	.swiper-banner .swiper-slide img, .swiper-banner .swiper-slide img:nth-child(1) {
		width: 100%;
		margin: 0;
		height: 420px;
		object-position: 35%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after {
		max-width: 330px;
		height: 150px;
		bottom: 4%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:after {
		padding: 100px 0 0 2%;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		max-width: 310px;
		height: 140px;
		width: 90vw;
		right: unset;
		left: 4%;
		bottom: 4%;
	}
		.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
		font-size: 15px;
		padding: 30px 25px 0;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		font-size: 14px;
		padding: 92px 0 0 5px;
	}
}
@media screen and (max-width: 400px) {
	.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after {
		height: 38vw;
		width: 85vw;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before {
		font-size: 4.3vw;
		padding: 9vw 8vw 0;
	}
	.bannerindex .swiper-slide.swiper-slide-active:after {
		font-size: 3.8vw;
		padding: 25vw 0 0 2%;
	}
}
@media screen and (max-width: 360px) {
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		width: 86vw;
		height: 38vw;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
		font-size: 4.2vw;
		padding: 8vw 4vw 0;
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		font-size: 4.2vw;
		letter-spacing: 1vw;
		padding: 25vw 0 0 2%;
	}
}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
	background: no-repeat center bottom / cover;
	background-size: cover;
    border-bottom: 1px solid #3333338a;
    padding: 120px 0 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/kangcleanpro/ban01.jpg);
}
/*.contact_page .banner.banC {
	background-image: none;
	background: linear-gradient(to top, #ffffff 0%, #ffffffbd 50%, #ffffffbd 100%);
    background: -moz-linear-gradient(to top, #ffffff 0%, #ffffffbd 50%, #ffffffbd 100%);
    background: -webkit-linear-gradient(to top, #ffffff 0%, #ffffffbd 50%, #ffffffbd 100%);
    background: -ms-linear-gradient(to top, #ffffff 0%, #ffffffbd 50%, #ffffffbd 100%);
	box-shadow: 0 0 3vw #000000a6;
}*/
.banner h5 {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
    font-size: 30px;
    color: #222;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin: 10px 0;
}
.banner h5:before {
    font-family: "Noto Sans TC", sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #999;
    letter-spacing: 0.3em;
}
.banner h5:after {
    display: block;
    font-family: "微軟正黑體";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: .6vw;
    padding: 12px;
}
.banner.banA h5:before { content: "SERVICE";}
.banner.banA h5:after { content: "您居家環境的最佳守護者";}
.services_page .banner.banB h5:before { content: "PROCESS";}
.services_page .banner.banB h5:after { content: "把清潔做到真正到位";}
.banner.banB h5:before { content: "FAQ";}
.banner.banB h5:after { content: "滿意才是最重要的事";}
.banner.banF h5:before { content: "PROJECT";}
.banner.banF h5:after { content: "為你規劃最適合的清潔方案";}
.banner.banE h5:before { content: "WORKS";}
.banner.banE h5:after { content: "品質信賴 x 安心選擇";}
.banner.banblog h5:before { content: "NEWS";}
.banner.banblog h5:after { content: "迎接嶄新生活的開始";}
.banner.banC h5:before { content: "CONTACT";}
.banner.banC h5:after { content: "乾淨這件事，由我們來守護";}

@media screen and (max-width: 2000px) {
.banner { background-size: 2000px;}
}
@media screen and (max-width: 1024px) {
.banner { padding: 130px 0 0; background-size: 1800px; background-position-x: 20%;}
.banner h5 { font-size: 28px;}
.banner h5:after { padding: 10px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 100px 0 0; min-height: unset; background-size: 1600px; background-position-x: 10%;}
.banner h5 { font-size: 24px; color: #000000b0;}
.banner h5:after { font-size: 13px; padding: 8px;}
}
@media screen and (max-width: 600px) {
.main_part { padding: 25px 10px;}
}
@media screen and (max-width: 550px) {
.banner { padding: 80px 0 0;}
}
@media screen and (max-width: 480px) {
.banner h5 { font-size: 22px; margin: 10px auto;}
.banner h5:after { font-size: 12px; padding: 2vw;}
}
@media screen and (max-width: 375px) {
.banner { }
.banner h5 { text-align: center;}
}
@media screen and (max-width: 345px) {
.banner { }
}

/* banner加文字浮水印
.banner:before {
	content: "";
    color: #ffffff00;
    font-family: "微軟正黑體";
    font-size: 9vw;
    font-weight: 300;
    letter-spacing: .12em;
    line-height: 1.8;
    padding: 0;
    margin-left: 6vw;
    text-shadow: 0 0 20px #ffffffba;
}
.services_page .banner.banB:before { content: "SERVICE";}
.other_page .banner.banB:before { content: "PROCESS";}
.banner.banF:before { content: "PRICE";}
.banner.banblog:before { content: "NEWS";}
.banner.banC:before { content: "CONTACT";}

@media screen and (max-width: 1024px) {
.banner:before { text-shadow: 0 0 15px #ffffffba;}
}
@media screen and (max-width: 768px) {
.banner:before { font-size: 10vw; text-shadow: 0 0 10px #ffffffba;}
}
@media screen and (max-width: 480px) {
.banner:before { font-size: 12vw; text-shadow: 0 0 7px #ffffffba; line-height: 1.5;}
}
@media screen and (max-width: 375px) {
.banner:before { font-size: 15vw;}
}
@media screen and (max-width: 345px) {
.banner:before { min-height: 80px;}
}
*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 共同設定*/
h5.blog_le_t, .blank_letter, .promotion_title h2, h4.blog_category_title, .subalbum-menu h2 {
    font-family: "Noto Serif TC", serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #222;
}
.path p a:hover { color: #000;}

.news_related, .prod_related {
    background: #c7c5c236;
    background-size: cover;
	padding: 80px 15px 40px;
    margin-top: 50px;
}
.news_related_list, .related_list {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.news_related_list li figure, .related_list li figure {
    margin: 10px;
}
.news_related_list li a, .related_list li a {
    border: 1px solid #836b4652;
    box-shadow: 3px 3px 12px #0000002e;
	background: #ffffff78;
}
.news_related h6 span:before, .prod_related h6 span:before {
    color: #333333;
    font-family: serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
}
h4.blog_category_title { font-size: 28px;}
.blog_shareData { width: fit-content; margin: -60px 0 20px auto;}
.other_promotion li a:hover { }
.blog_back a.article_btn_back, .lastPage { background: #aba699;}

@media screen and (max-width: 768px) {
.news_related_list, .related_list { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
.news_related_list li figure, .related_list li figure { margin: 3px;}
}
@media screen and (max-width: 345px) {
h5.blog_le_t, .blank_letter, .promotion_title h2, h4.blog_category_title, .subalbum-menu h2 { font-size: 23px;}
.news_related_list, .related_list { grid-template-columns: auto;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
h5.blog_le_t span {
    font-family: "微軟正黑體";
    font-size: 15px;
    color: #66666696;
    letter-spacing: 5px;
    padding-left: 12px;
}
.promotion_title span { margin: 0 2px 5px 0;}
.promotion_title em { margin: 0 12px 5px 0;}

.blog_list_le {
    padding: 4px;
}
.blog_list_le img {
    border: 1px solid;
    border-radius: 12px;
}
.blog_list_ri {
    padding: 12px 0 0;
}
.blog_list_ri h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #111;
}
.blog_list_ri em {
    color: #66666696;
}
.blog_list_ri p {
    font-size: 15px;
    line-height: 1.4;
}
.subbox_item a:before {
    font-size: 13px;
    letter-spacing: 5px;
    color: #836b46;
}
.subbox_item a:after {
    border-radius: 15px;
    border: 1px dashed #836b46a3;
    background: #ffffffde;
    transform: scale(1.02, 1.06);
}

@media screen and (max-width: 1120px) {
.blog_box { max-width: 825px;}
}
@media screen and (max-width: 960px) {
.subbox_item { border-bottom: none;}
}
@media screen and (max-width: 768px) {
.blog_box { max-width: 565px;}
}
@media screen and (max-width: 640px) {
.blog_box { max-width: 510px;}
.subbox_item a { grid-gap: 10px; grid-template-columns: 140px 1fr;}
.subbox_item a:before { font-size: 12px;}
.blog_list_ri { padding: 8px 0 0;}
.blog_list_ri>*+* { margin-top: 5px;}
.blog_list_ri h5 { font-size: 18px;}
.blog_list_ri em { font-size: 13px;}
.blog_list_ri p { font-size: 14px;}
}
@media screen and (max-width: 340px) {
.blog_subbox { grid-template-columns: auto; grid-gap: 30px;}
.subbox_item a { grid-template-columns: 1fr; max-width: 210px; margin: auto;}
.subbox_item a:after { transform: scale(1.06, 1.04);}
.blog_list_le, .blog_list_ri { padding: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.album_page #content, .album_class_page #content, .album_info_page #content {
    background-position-y: top;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 1760px;
}
.show-list, .pic-list {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-gap: 10px;
}
.show-list .show_pic, .pic-list .show_pic {
    aspect-ratio: 10 / 9;
}
.pic-list .show_pic {
	margin-bottom: -10px;
}
.show-list .show_name, .other_subalbum li a p {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
}
.show-list .item:hover .show_name, .other_subalbum li a:hover p {
    color: #b9a88e;
}
.pic-list .show_pic img {
    transition: ease .5s;
}
.pic-list .show_pic:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: contrast(1.2) brightness(1.1);
}
.subalbum-menu h2 {
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
.other_subalbum li {
    background: #fff0;
}
.other_album_choice li {
    border: 1px #575757 solid;
    background: #333333ad;
}
.album_fixed_title { background: none; display: none;}

@media screen and (max-width: 1200px) {
.pic-list { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));}
}
@media screen and (max-width: 768px) {
.pic-list { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media screen and (max-width: 600px) {
.pic-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 300px) {
.pic-list { grid-template-columns: auto;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*商品頁設定*/
.product-layer-two > li { padding: 5px 0; border-bottom: 1px dashed #836b464d;}
.product-layer-two li a { font-size: 14px; background: #dbdad836;}
.product-layer-two li a:hover { font-weight: 600; transform: scale(1.04) translateX(2px);}
.products-list .name { color: #111; height: 1.5em;}
.products-list .price { margin: 5px 0;}
.products-list .price b { font-size: 15px; color: #976a55;}
.products-list .more { font-size: 15px; line-height: 27px; border: 1px solid #b1a487;}
.products-list .item a:hover .more { background: #c5bca8;}

.sidebarBtn { border: 5px #f1f0f0 solid;}
.product_info li .txt_box { color: #333;}
.inquiry_a1 { background: #c99e8a;}
.inquiry_a2 { background: #bdb4a2;}

