@charset "utf-8";

/* ============================ 個性風格layout定義 ============================ */
:root {
	color: var(--text); background: var(--bg);
  
	/* 背景色系 */
	--bg: #fff; --bg01: rgba(255 255 255 / 50%); --bg02: #eaf6fd; --bg03: #b2c7d6;
  
	/* 主色系 */
	--main01: #476A9A; --main02: #B6D8F1; --main03: #86afc9;
  
	/* 共同按鈕 */
	--btn01: #3D5271; --btn02: #213663; --btn03: #162544;
  
	/* 聯絡按鈕 */
	--con01: #c99e8a; --con02: #bdb4a2; --con03: #d9c89a;
	--fb: #0069d5; --line: #45ad32; --tel: #fb9b1f; --phone: #cd3333;
  
	/* 文字色系 */
	--text: #333; --text01: #111; --text02: #666; --text03: #999; 
  
	/* 特效色系 */
	--hover01: #f6fbffed; --hover02: #162544c7; --hover03: rgba(0 0 0 / 80%);
  
	/* 字體 */
	--serif: "Noto Serif TC", serif;
	--sans: "Noto Sans TC", "微軟正黑體", sans-serif;
	--italic: ;
  
	/* --- 預設 --- */
	--radius-s: 5px; --radius-m: 10px; --radius-L: 1.2vw; --radius-XL: 3vw; --radius-XXL: 8vw;
  
	/* --- Transition --- */
	--trans03: all .3s ease-in-out; --trans06: all .6s ease-in-out;
	--trans10: all 1s ease-in-out; --trans15: all 1.5s ease-in-out;
	--shadow-s: 0 2px 4px rgba(0,0,0,0.1);
	--shadow-m: 0 4px 12px rgba(0,0,0,0.15);
	--shadow-L: 0 4px 30px rgba(0,0,0,0.3);
}


/*共同設定*/
body { font-size: 17px; font-weight: 400; line-height: 1.7; letter-spacing: .03em;}
.header_area, .header_area.sticky, .tp_links a, .stellarnav > ul > li > a, 
.path p, .path p a, #content_main, #content, 
.footer_info li p, .footer_info li p a, .footer, .footer_menu a, 
h5.blog_le_t, .subalbum-menu h2, .product_menu_list>h5, 
.prod_related h6 span:before, .module_i_album .title_i_box h4, 
.blank_letter, .contact_form, .list_before, 
.products-list .name, .sidebarBtn h2 { color: inherit; background: unset;}
.path p, .path p a, .list_before, .contact_form { color: unset;}
.sb_marquee { display: none;}
.edit { line-height: 1.9;}
a:hover, .path p a:hover, .copy a:hover { color: ;}

/*露營老爹必加*/
#content_main, .site_endPart { overflow: hidden; z-index: 1;}
.site_logo > a img { max-width: 100%;}

/*設計老爹必加*/
.header_area { position: sticky; top: 0;}



/* ============== 分隔線 ============== */

.header_area {
    background: rgba(255 255 255 / 85%);
    padding: 0;
	transition: var(--trans03);
}
.header_area.sticky {
    background: rgba(255 255 255 / 85%);
}
.navigation {
    grid-template-columns: 400px 1fr;
	 transition: var(--trans03);
}
.main_header_area .container { max-width: unset;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img {
    width: 100%;
    max-width: unset;
}
.nav-header {
    margin-right: auto;
    z-index: 999999;
    width: fit-content;
}
.nav-brand {
    max-width: 400px;
    padding: 15px 0 0 70px;
    transition: var(--trans03);
}
.nav-brand:hover {
    filter: brightness(0.9) contrast(1.15);
    transform: scale(.99);
}

@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 350px 1fr;}
.nav-brand { padding: 15px 0 0 30px;}
}
@media screen and (max-width: 1024px) {
.main_header_area .container { padding: 0;}
.header_area { border-top: 5px solid #fff0;}
.nav-brand { max-width: 340px;}
}
@media screen and (max-width: 768px) {
.nav-brand { padding: 10px 0 0 50px;}
}
@media screen and (max-width: 600px) {
.nav-header { margin: auto;}  /*logo置中*/
.nav-brand { padding: 10px 0 0; max-width: 265px;}
}
@media screen and (max-width: 400px) {
.nav-brand { width: 80%;}
.nav-brand, .tp_links { transform: translateX(15px);}
}



/* ============== 分隔線 ============== */

.me_tp_features {
    position: absolute;
    display: inline-flex;
    flex-wrap: wrap;
	align-items: center;
    flex-direction: row-reverse;
	padding-right: 10px;
    margin: 5px 0 0 auto;
	transition: var(--trans6);
	z-index: 99999;
}
.tp_links { padding: 0 10px 4px;}
.me_tp_features a, .tp_links a { color: #111;}
.me_tp_features a:hover, .tp_links a:hover { color: var(--main01);}
.shop_search_btn { background: ; padding: 5px 12px 6px; top: 1px; height: auto;}

/*上方選單右邊設定 改顏色
a.me_tp_fb { color: var(--fb);}
a.me_tp_line { color: var(--line);}
a.me_tp_call { color: var(--tel);}
a.me_tp_mail { color: var(--phone);}*/

@media screen and (max-width: 1024px) {
.me_tp_features { margin-top: 4px;}
.box_search { width: 145px;}
}
@media screen and (max-width: 600px) {
.me_tp_features { position: relative; 
	flex-direction: row-reverse; justify-content: center; margin: -4px 0 4px; padding: 0 0 0 3vw;}
.tp_links { padding: 0 10px 0 0;}
.box_search { margin-bottom: 2px;}
}
@media screen and (max-width: 345px) {
.me_tp_features { padding: 3px 0; margin: 0 10px 0 auto;}
.tp_links { display: none;}
}



/* ============== 分隔線 ============== */

/*主選單 按鈕隱藏
.stellarnav li:nth-child(n+8), .stellarnav.mobile > ul > li:nth-child(n+8) { display: none;}

/*主選單 下拉選單隱藏*/
.stellarnav li:nth-child(6) > a::after, .stellarnav ul li:nth-child(6) li, .stellarnav.mobile > ul > li:nth-child(6) > a.dd-toggle { display: none;}

/*主選單 加按鈕底線*/
.header_area, .stellarnav li:hover { border-bottom: 1px solid #333;}
.stellarnav li { border-bottom: 1px solid #3330;}

/*主選單 字體設定*/
.stellarnav li {
    background: none;
    padding: 0;
	margin: 0 -2.2px;
}
.stellarnav li a, .stellarnav > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.stellarnav > ul > li > a {
	width: fit-content;
    min-width: 100px;
	margin: 0 0 -1px;
    height: 85px;
}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a {
    padding: 45px 25px 0;
}
.stellarnav > ul > li > a b {
    font-weight: 500;
    height: 90px;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover {
}
.stellarnav li.has-sub > a:after { 
	top: 70%;
    right: 5%;
}
.stellarnav li.has-sub > a:after, 
.stellarnav li.has-sub > a:hover:after {
    border-top: 6px solid #fff0;
}

/*主按鈕 第二層*/
.stellarnav ul ul { margin-top: 0; width: 170px; border-bottom: 0; background: #fff;}
.stellarnav li li { margin: 0;}
.stellarnav li li , .stellarnav li li:hover, .stellarnav.mobile li li:hover { border-bottom-width: 0;}
.stellarnav li li:last-child { border-bottom-width: 1px;}
.stellarnav li li a, .stellarnav.desktop li.has-sub li a, .stellarnav.desktop li.has-sub li.has-sub a {
	font-size: 14px;
	text-align: left;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.stellarnav.desktop li.has-sub li a:hover, .stellarnav.desktop li.has-sub li.has-sub a:hover, 
.stellarnav.desktop li.has-sub li.has-sub:hover a, .stellarnav li li a:hover, 
.stellarnav li li:hover a { background: #333; color: #fff;}

/*主按鈕 第三層*/
.stellarnav ul ul ul { margin-top: 0; width: 180px; top: -1px;}
.stellarnav.desktop li.has-sub li.has-sub li:hover a { background: #333; color: #fff;}

@media screen and (max-width: 1200px) {
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a { padding: 48px 20px 0;}
.stellarnav li.has-sub > a:after { right: 0;}
.stellarnav > ul > li > a b { padding: 0; letter-spacing: .06vw;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin-top: -10px;}
.stellarnav li { background: none; border-top: 0; transition: var(--trans03);}
.stellarnav li.has-sub > a:after { top: 68%;}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a { 
	height: 45px; padding: 10px 1.6vw 0; margin: 0;}
.stellarnav.desktop li.has-sub li a { padding: 3px 10px;}
.stellarnav li.has-sub > a:after { right: 5%;}
.stellarnav > ul > li > a b { top: 0px; min-width: 8vw; margin: 0 .3vw;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile, .stellarnav.mobile.active, 
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { z-index: 999999;}
.stellarnav.mobile { top: 5px;}
.stellarnav .menu-toggle { padding: 0 15px;}
.stellarnav .menu-toggle span.bars span { margin: 5px auto;}
.stellarnav .menu-toggle:after { display: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { font-size: 10px; background: #fff;}
.stellarnav.mobile ul { background: #fffffffc; border: 0; margin: 0;}
.stellarnav.mobile > ul > li { border-bottom: 1px #dddddd9e solid;}
.stellarnav.mobile li.open { background: #f3f3f3; padding: 0; border: 0; border-bottom: solid 1px #d3d3d3;}
.stellarnav.mobile li:hover, .stellarnav.mobile li.open { background: #9eadc047;}
.stellarnav.mobile li a { border-bottom: 1px solid #efefef; padding: 6px 25px;}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 10px;}
.stellarnav.mobile > ul > li:nth-child(7) > a.dd-toggle { display: none;}  /*展開按鈕隱藏*/
.stellarnav.mobile > ul > li > a, .stellarnav.mobile li.has-sub > a { 
	margin: 0; top: 0; min-width: unset; padding: 10px 43px 10px 15px; border: 0; height: auto;}
.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;}

/*主按鈕 第二層*/
.stellarnav.mobile li li { border: 0;}
.stellarnav.mobile li.has-sub li.has-sub:hover { background: #e3e7ec59;}
.stellarnav.mobile li.open li.open { padding: 6px; border-bottom: solid 1px #d3d3d3; background: #e3e7ec59;}
.stellarnav.mobile li.has-sub li.has-sub.open a { border: 0; padding: 7px 20px;}
.stellarnav.mobile li li.has-sub a { padding: 7px 25px;}
.stellarnav.mobile > ul > li.open li.has-sub li a { padding: 6px 10px;}
.stellarnav.mobile > ul > li.has-sub li.has-sub a, .stellarnav.mobile > ul > li.has-sub li.has-sub:hover a { color: #111; /*background: #fff;*/}

/*主按鈕 第三層*/
.stellarnav.mobile ul ul ul { background: #fff0;}
.stellarnav.mobile > ul > li.has-sub li.has-sub li a:before {
    content: "●"; color: #9ccbd5; font-size: 5px; padding: 0 6px; top: -2px; position: relative;}
.stellarnav.mobile > ul > li.has-sub li.has-sub li a { padding-left: 10px; line-height: 12px; border: 0;}
.stellarnav.mobile > ul > li.has-sub li.has-sub li:hover a { background: #333; color: #fff;}
.stellarnav.mobile > ul > li.has-sub li.has-sub a.dd-toggle { background: #fff0; height: 35px; padding: 0;}
}
@media screen and (max-width: 660px) {
.stellarnav.mobile { }
.header_area.sticky .stellarnav.mobile { }
.header_area.sticky .stellarnav .menu-toggle span.bars span { }
}




/* ============== 分隔線 ============== */

/*預設解除背景輪播
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-banner .swiper-slide img { height:auto;}



/*大圖置頂 + header固定位置*/
.header_area { position: fixed;}
.bannerindex { position: sticky;}
/*.swiper-banner { position:static; margin:0; height:auto;} */

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}
@media screen and (max-width: 400px) {

/*大圖取消置頂
.header_area { position: sticky; height: auto;}
.bannerindex { position: relative;}
*/
}




/*大圖滿版設定*/
.swiper-banner .swiper-slide img {
    height: 100vh;
    max-width: unset;
	object-position: center bottom;
    object-fit: cover;
}

/*大圖RWD加大+指定圖片顯示位置
.swiper-banner .swiper-slide img { object-position: left bottom;}
.swiper-slide:nth-child(2) img { object-position: left;}
*/

@media screen and (max-width: 1500px) {
.swiper-banner .swiper-slide img { /*object-position: 85% center;*/}
}
@media screen and (max-width: 1200px) {
.swiper-banner .swiper-slide img { height: 75vw;}
}
@media screen and (max-width: 768px) {
.swiper-banner .swiper-slide img, .bannerindex { height: 85vw;}
}
@media screen and (max-width: 600px) {
.swiper-banner .swiper-slide img, .bannerindex { height: 90vw;}
}




/*大圖slogan文字+圖片版本*/
.swiper-slide.swiper-slide-active:before, 
.swiper-slide.swiper-slide-active:after {
    position: absolute;
	transition: var(--trans06);
}
.swiper-slide.swiper-slide-active:before {
	content: "PROFESSIONAL CLEANING SERVICES";
	display: inline-block;
    font-family: var(--serif);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1vw;
    right: 0%;
    bottom: -13%;
    color: var(--btn01);
    line-height: 1.6;
    white-space: pre-line;
    word-break: keep-all;
	text-align: center;
    width: 100%;
    height: 190px;
    transform: translate(6px, -6px);
    /*text-shadow: 3px 3px .5vw #1c1b1a, 3px 3px 1.5vw #1c1b1a, 3px 3px 3vw #000;*/
    z-index: 1;
}
.swiper-slide.swiper-slide-active:nth-child(2):before { 
}
.swiper-slide.swiper-slide-active:after {
	content: "Where \A Comfort \A Begins";
    width: 100%;
    height: 100%;
    top: 16vw;
    left: 4vw;
    font-family: var(--serif);
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.2;
    white-space: pre-line;
    word-break: keep-all;
    text-shadow: 5px 8px 12px #1c1b1a45;
    content: "";
    background: url(https://pic03.eapple.com.tw/siehhe_clean/ban-w01.png) no-repeat;
    top: 5vw;
    left: -130px;
}
.swiper-slide.swiper-slide-active:nth-child(2):after { 
    background: url(https://pic03.eapple.com.tw/siehhe_clean/ban-w02.png) no-repeat center;
}


/* 文字與區塊滑入特效 */
.swiper-slide:before, .swiper-slide:after {
    opacity: 0;
    transition: all 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.swiper-slide.swiper-slide-active:before, 
.swiper-slide.swiper-slide-active:after {
    opacity: 1;
}
.swiper-slide.swiper-slide-active:before {
    animation: textSlideIn 3.5s forwards;
}
.swiper-slide.swiper-slide-active:after {
    animation: bgSlideIn 2s forwards;
	/*backdrop-filter: blur(6px);*/
    /*-webkit-backdrop-filter: blur(6px);*/
}


/* --- 動態關鍵影格 --- */
@keyframes textSlideIn {
    0% { opacity: 0; transform: translate(180px, -6px);}
    100% { opacity: 1; transform: translate(6px, -6px);}
}

@keyframes bgSlideIn {
    0% { opacity: 0; transform: translateY(-80px) scale(1.2);}
    100% { opacity: 1; transform: translateY(0) scale(1);}
}


@media screen and (max-width: 1500px) {
.swiper-slide.swiper-slide-active:before { font-size: 20px; right: 0%;}
}
@media screen and (max-width: 1200px) {
.swiper-slide.swiper-slide-active:before { font-size: 18px; bottom: unset; top: 70vw;}
.swiper-slide.swiper-slide-active:after { background-size: 74.6vw; top: 4vw;}
}
@media screen and (max-width: 1024px) { 
.swiper-slide.swiper-slide-active:after { top: 0vw;}
}
@media screen and (max-width: 900px) { 
.swiper-slide.swiper-slide-active:before { font-size: 2vw; letter-spacing: 1.3vw;}
}
@media screen and (max-width: 768px) {
.swiper-slide.swiper-slide-active:before { top: 78vw;}
.swiper-slide.swiper-slide-active:after { top: -10vw; left: -10vw; background-size: 90vw;}
}
@media screen and (max-width: 600px) {
.swiper-slide.swiper-slide-active:before, 
.swiper-slide.swiper-slide-active:after { animation: none;}
.swiper-slide.swiper-slide-active:before { top: 83vw;}
.swiper-slide.swiper-slide-active:after { top: -7vw; left: -14vw; background-size: 86vw;}
}




/* ============== 分隔線 ============== */

/*footer設定*/
.footer {
	background: #f9f9f9 url(https://pic03.eapple.com.tw/siehhe_clean/footer.jpg) no-repeat right center / cover;
	padding: 60px 0 0;
	overflow: hidden;
	background-color: var(--bg02);
	border-top: solid 1px var(--bg03);
	background-size: 125vw;
}
.footer .center {
	max-width: 1200px;
    max-width: unset;  /*footer整體位移*/
}
.footer_logo {
	width: 100%;
    max-width: 265px;
    margin-left: auto;
    margin-right: 535px;
	translate: var(--trans03);
}
.footer_logo:hover {
    filter: brightness(0.9) contrast(1.15);
    transform: scale(.99);
}
.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: "";*/
    padding: 2px 10px;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    top: 10px;
    left: 14px;
    letter-spacing: 3px;
}
.footer_info {
	justify-items: end;
    grid-template-columns: 1fr;
    grid-gap: 0;
	padding: 0 80px;
	max-width: 1100px;
}
.footer_info ul {
    display: flex;
    flex-direction: column;
	max-width: 800px;
	padding-bottom: 10px;
}
.footer_info li {
    display: flex;
    flex-wrap: wrap;
	padding: .5vw 0;
}
.footer_info li:nth-child(1) {
	display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer_info li:nth-child(2) { }

.footer_info li p {
    padding-left: 8px;
}
.footer_info li p:before {
    margin: 0 15px 0 0;
	font-weight: 600;
}
.footer_info li p, .footer_info li p a {
    letter-spacing: 3px;
	line-height: 1.9;
	color: var(--main03);
}
.footer_info li p a:hover {
    color: var(--main01);
}


/*footer按鈕設定*/
.footer_menu {
    text-align: center;
	display: inline-flex;
    flex-wrap: wrap;
}
.footer_menu a {
    background: #fff0;
	color: var(--main03);
    margin: 0 1px;
    padding: 14px 22px;
    letter-spacing: 2px;
    border: 0;
    border-top: dashed 1px var(--bg03);
	/*border-radius: 0 0 var(--radius-s) var(--radius-s);*/
    transition: all .1s ease-out;
}
.footer_menu a:hover {
    color: #fff;
    background: var(--btn01);
    border-top: solid 1px var(--btn01);
}


/*footer聯絡按鈕設定*/
.box_link {
    flex-direction: row;
    max-width: 300px;
    top: 30px;
    left: calc(55% - 100px);
	display: none;
}
.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; */
}
.box_link a:hover {
    color: #333;
    background: #fff;
}


/*版權欄位設定*/
.copy { background: #262626; font-size: 12px; letter-spacing: .03vw; margin-top: 10px;}
.copy a { color: #999;}
.copy a:hover { color: #c9d5e1c4;}
.privacyLinks a+a { border-left: 1px solid #999;}
#to_top { bottom: 65px; letter-spacing: 0; line-height: 1.2; box-shadow: none;}


@media screen and (max-width: 1300px) {
.footer { }
.footer_menu a { padding: 10px 2vw; letter-spacing: .12vw;}
}
@media screen and (max-width: 1024px) {
.footer_logo { margin: 0; max-width: 245px;}
.footer_info { justify-items: start;}
.footer_info ul { align-items: flex-start;}
.footer_info li:nth-child(n) { padding: 5px 0;}
.footer_info li:nth-child(1) { width: auto;}
}
@media screen and (max-width: 960px) {
.footer_menu a { padding: 10px 1vw; letter-spacing: .2vw;}
}
@media screen and (max-width: 768px) {
#to_top { bottom: 75px; background: var(--bg);}
.box_link { display: none;}

.footer_info { padding: 0 7vw; margin: auto;}
.footer_info ul { align-items: flex-start;}
.footer_info li+li { margin: 0 auto 0 0;}
.footer_menu a { letter-spacing: .2vw; padding: 12px 1.5vw;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 40px 0 55px;}
#bottom_menu li:last-child { border: none;}
#bottom_menu li:nth-child(3) { display: none;}  /*手機按鈕隱藏*/
#bottom_menu li a { color: var(--bg02); background: var(--main01);}
#bottom_menu li a:hover { background: var(--btn02);}
}
@media screen and (max-width: 600px) { 
.footer { background-size: cover;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 500px) { 
.footer.with_shopping_mode { padding: 45px 0 55px;}
.footer_logo { width: 96%; max-width: 220px;}
.footer_logo:before { left: 96px; letter-spacing: .5vw;}
.footer_logo:after { font-size: 14px; top: 9px; left: 5px; letter-spacing: 1.2px;}
.footer_info { padding: 0 5vw;}
.footer_info li p { padding: 0 15px;}
.footer_info li p:before { margin: 0 10px 0 0;}
.footer_info li p.line:before, .info_LINE:before { letter-spacing: -0.05em;}
.footer_info li p, .footer_info li p a { display: inline-block; font-size: 13px; letter-spacing: .1vw; padding: 0; line-height: 1.8;}
.footer_info li p a:hover, .footer_info li p.add a:hover { font-weight: unset; letter-spacing: unset;}
#bottom_menu li:nth-child(n):after { letter-spacing: -1px;}
.footer_menu a { font-size: 13px; letter-spacing: .1vw; padding: 7px 7px 8px;}
.footer_menu a:hover { font-weight: unset;}
}



/* ============== 分隔線 ============== */

/*聯絡我們 資訊區塊設定*/
.contact_page .main_part {
    max-width: unset;
	overflow: hidden;
}
.contact_page .path, .contact_content {
    max-width: 1400px;
    margin: auto;
}
.contact_content form {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_content .information_left {
    width: 400px;
}
.contact_content .information_right {
    width: calc(95% - 420px);
    padding-left: 10px;
}
.list_before {
    display: flex;
    flex-direction: column;
    margin: 18px 0 0;
}
.list_before.info li {
    margin: 3px 0;
    padding-left: 48px;
    letter-spacing: 3px;
    font-size: 14px;
}
.info li.info_ADD2 { padding-left: 76px;}

@media screen and (max-width: 1024px) {
.contact_page .main_part { background-position: 26% bottom; background-size: 230%;}
.contact_content .information_left, .contact_content .information_right { width: 100%;}
}
@media screen and (max-width: 850px) {
.contact_page .main_part { background-size: 1800px;}
.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;}
}
@media screen and (max-width: 600px) {
.contact_page .path, .contact_content { padding: 0 3vw;}
}
@media screen and (max-width: 450px) {
.list_before.info li { padding-left: 40px;}
.info li.info_ADD2 { padding-left: 64px;}
}
@media screen and (max-width: 375px) {
.list_before.info { margin: 0 auto 12px;}
.list_before.info li { display: flex; flex-direction: column; align-items: center; 
	margin: 1px 0; padding: 20px 0 0;}
}



/* ============== 分隔線 ============== */

/*聯絡資訊設定*/
.footer_info li p:after { padding-left: 8px; display: inline-block;}
.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: 30px; min-width: max-content; letter-spacing: 3px;}

/*聯絡資訊重排順序*/
.footer_info li p.tel, li.info_TEL { order: 1;}
.footer_info li p.tel2, li.info_TEL2 { order: 2;}
.footer_info li p.phone, li.info_PHONE { order: 3;}
.footer_info li p.fax, .info_FAX { pointer-events: none; order: 4;}
.footer_info li p.line, li.info_LINE { order: 5; display: none;}
.footer_info li p.taxid, .info_TAXID { pointer-events: none; order: 6;}
.footer_info li p.mail, li.info_MAIL { order: 7;}
.footer_info li p.add, li.info_ADD { order: 8;}
.footer_info li p.add2, li.info_ADD2 { pointer-events: none; order: 9;}

/*聯絡資訊改字*/
.footer_info li p.tel:before, .info_TEL:before, 
.footer_info li p.tel2:before, .info_TEL2:before { content: "電話";}
.footer_info li p.phone:before, .info_PHONE:before { content: "手機";}
.footer_info li p.phone:after, .info_PHONE:after { }
.footer_info li p.phone:fax, .info_FAX:before { content: "傳真";}
.footer_info li p.line:before, .info_LINE:before { content: "LINE"; letter-spacing: 0.05em;}
.footer_info li p.line:after, .info_LINE:after { }
.footer_info li p.taxid:before, .info_TAXID:before { content: "統編";}
.footer_info li p.mail:before, .info_MAIL:before { content: "信箱";}
.footer_info li p.add:before, .info_ADD:before { content: "地址";}
.footer_info li p.add2:before, .info_ADD2:before { content: "營業時間"; letter-spacing: 0.05em;}

@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: 375px) {
.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: 0; left: unset; text-align: left; align-items: flex-start; margin: 2px 0;}
}




/* ============== 分隔線 ============== */

/*聯絡我們 表單區塊設定*/
.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;
	color: #333;
}
.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 dashed #11111145;
	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;
}
.tncode {
    width: 100%;
    max-width: 260px;
}
.contact_form li.last blockquote, .contact_form li.last cite { border: solid 1px var(--btn02);}
.contact_form li.last blockquote { color: var(--btn02);}
.contact_form li.last cite { background: var(--btn01);}
.contact_form li.last cite:hover { background: var(--btn02);}

@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; background: #fff;}
#content { background: url(https://pic03.eapple.com.tw/siehhe_clean/bg00.jpg) no-repeat center / cover;}


/*主頁背景 加上方白色光暈
#content_main {
    margin: 6vw 0 0;
    box-shadow: 0 -4vw 2.5vw #fff;
}

/*內頁BANNER 設定*/
.banner {
    background: left top / cover;
    border-bottom: solid 1px var(--bg03);
    padding: 18vw 0 5vw;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.services_page .banner.banB, .banner.banA, .banner.banC, .banner.banD, .banner.banF { 
	background-image: url(https://pic03.eapple.com.tw/siehhe_clean/ban01.jpg);
	background-position-y: 56%;
}
.banner.banB { 
	background-image: url(https://pic03.eapple.com.tw/siehhe_clean/ban02.jpg);
	background-position-y: 30%;
}
.banner.banE { 
	background-image: url(https://pic03.eapple.com.tw/siehhe_clean/ban03.jpg);
	background-position-y: 30%;
}
.banner.banblog { 
	background-image: url(https://pic03.eapple.com.tw/siehhe_clean/ban04.jpg);
	background-position-y: 20%;
}
.banner.banC { 
	background-image: url(https://pic03.eapple.com.tw/siehhe_clean/ban05.jpg);
	background-position-y: 70%;
}
.banner h5 {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin: 10px 0;
}
.banner h5:before {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.banner h5:after {
    display: block;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: #000;
    letter-spacing: .6vw;
    padding: .6vw 0 .6vw .5vw;
}
.banner.banA h5:before { content: "SERVICE";}
.services_page .banner.banB h5:before { content: "SERVICE";}
.banner.banB h5:before { content: "PROCESS";}
.banner.banF h5:before { content: "PRICE";}
.banner.banE h5:before { content: "WORKS";}
.banner.banblog h5:before { content: "NEWS";}
.banner.banC h5:before { content: "CONTACT";}
.CampCalendarPage .banner h5:before { content: "BOOKING";}
.banner.banA h5:after { content: "‧";}
.services_page .banner.banB h5:after { content: "專業清潔‧打造舒適";}
.banner.banB h5:after { content: "品質施工‧效率作業";}
.banner.banF h5:after { content: "‧";}
.banner.banE h5:after { content: "現場評估‧施工嚴謹";}
.banner.banblog h5:after { content: "用心負責‧客戶安心";}
.banner.banC h5:after { content: "合作承諾‧放心託付";}
.CampCalendarPage .banner h5:after { content: "";}

@media screen and (max-width: 1024px) {
.banner { padding: 250px 0 50px;}
.banner h5 { font-size: 28px;}
}
@media screen and (max-width: 768px) {
.banner { padding: 180px 0 30px; min-height: unset;}
.banner h5 { font-size: 26px; letter-spacing: 0.03em;}
.banner h5:before { font-size: 13px;}
.banner h5:after { font-size: 13px; padding: 1.2vw;}
}
@media screen and (max-width: 600px) {
.main_part { padding: 25px 10px;}
}
@media screen and (max-width: 480px) {
.banner.banF h5 { font-size: 23px;}
.banner h5:before, .banner h5:after { font-size: 12px;}
}
@media screen and (max-width: 345px) {
.banner { padding: 150px 0 30px;}
}



/* ============== 分隔線 ============== */

/*功能頁 共同設定*/
h5.blog_le_t, .blank_letter, .promotion_title h2, h4.blog_category_title, .subalbum-menu h2, 
.news_related h6 span:before, .prod_related h6 span:before, .module_i_album .title_i_box h4 {
    font-family: var(--serif);
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
	color: #222;
}
.news_related h6 span:before, .module_i_album .title_i_box h4 {
    color: #fff;
	text-shadow: 2px 1px 8px var(--btn02);
}
.path p a:hover { color: #000;}

.news_related, .prod_related, .module_i_album {
    background: var(--btn01) url(https://pic03.eapple.com.tw/siehhe_clean/ban07.jpg) repeat center / cover;
    background-blend-mode: soft-light;
    padding: 80px 15px 60px;
    margin-top: 50px;
    box-shadow: inset 0 0 4vw #20384961;
}
.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: solid 1px #fff0;
    box-shadow: 3px 3px 12px #0000002e;
	background: #ffffff;
}
.news_related_list li a p {
    font-size: 14px;
    line-height: 1.4;
    max-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    margin: 5px 0;
    text-align: left;
}
.blog_shareData { width: fit-content; margin: -60px 0 20px auto;}
.other_promotion li a:hover { }
.blog_back a.article_btn_back { background: var(--main01);}
.lastPage { background: var(--btn01);}
.animated-arrow { font-size: 16px; letter-spacing: 2px; background: var(--btn03); border: solid 1px var(--btn02);}
.animated-arrow:hover { letter-spacing: 0; background: var(--btn01);}
.animated-arrow b { font-weight: normal;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next { }
.lastPage { margin: 60px auto 30px;}
a.lastPage { color: #fff;}

@media screen and (max-width: 1300px) {
.news_related, .prod_related { background-size: cover;}
}
@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: 400px) {
.news_related_list, .related_list { grid-template-columns: auto; max-width: 240px;}
}



/* ============== 分隔線 ============== */

/*文章個別設定*/
h5.blog_le_t span {
    font-size: 17px;
    padding-left: 8px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background:  !important;
}
.promotion_title span { margin: 0 2px 5px 0;}
.promotion_title em { margin: 0 12px 5px 0;}

.blog_subbox {
    grid-gap: 2.4vw 1.2vw;
}
.blog_list_le {
    padding: 4px;
}
.blog_list_le img {
    border: solid 1px #0000003d;
    border-radius: var(--radius-s);
}
.blog_list_ri {
    letter-spacing: .03em;
}
.blog_list_ri {
    padding: 10px 0 0;
}
.blog_list_ri h5 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.subbox_item a:hover h5 {
    color: var(--fb);
}
.blog_list_ri em {
	font-size: 12px;
    color: ;
}
.blog_list_ri p {
    font-size: 14.5px;
    line-height: 1.5;
}
.subbox_item a:before {
    font-size: 13px;
    letter-spacing: 5px;
    color: var(--fb);
    right: 20px;
}
.subbox_item a:after {
    border-radius: var(--radius-m);
    border: dashed 1px var(--bg03);
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.02, 1.06);
}
.blog_list_ri>*+* { margin-top: 3px;}




/*------文章單排+圖片加大設定------*/
.blog_subbox { 
	grid-template-columns: auto; 
	grid-gap: 30px;
}
.blog_ri {
    width: calc(100% - 260px);
    padding: 0 0 0 60px;
}
.subbox_item a {
    grid-template-columns: 220px 1fr;
	grid-gap: 30px;
    align-items: center;
}
@media screen and (max-width: 1120px) {
.blog_ri { width: calc(100% - 240px); padding: 0 0 0 20px;}
.subbox_item a { grid-template-columns: 200px 1fr;}
}
@media screen and (max-width: 960px) {
.subbox_item a { grid-template-columns: 180px 1fr; grid-gap: 15px;}
}
@media screen and (max-width: 768px) {
.blog_ri { width: 100%; padding: 0;}
.blog_list_ri { padding: 0;}
}
/*------文章單排+圖片加大設定 END ------*/


@media screen and (max-width: 960px) {
.subbox_item { border-bottom: none;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
.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 h5 { font-size: 17px;}
.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: ;
}
.pic-list .show_pic img {
    transition: var(--trans03);
}
.pic-list .show_pic:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: contrast(1.05) brightness(1.05);
}
.pic-list .item h6 {
    margin-top: 12px;
}
.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) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));}
}
@media screen and (max-width: 768px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media screen and (max-width: 600px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 300px) {
.show-list, .pic-list { grid-template-columns: auto;}
}




/*相簿首頁設定*/
.module_i_album {
    padding: 100px 5vw;
}
.module_i_album section {
    max-width: 1500px;
}
.module_i_album {
    margin: auto;
    padding: 100px 15px;
}
.module_i_album .title_i_box h4 {
    font-size: 32px;
}
.module_i_album .title_i_box h6 {
    color: var(--btn01);
    font-weight: 100;
    margin-bottom: -16px;
}
.i_album_list_box {
    padding: 0;
}
.i_album_list li div {
    aspect-ratio: 1 / 1;
}
.i_album_list li a p {
    background: var(--hover02);
    padding: 0 10px;
    height: 2.3em;
}
.i_album_list li a p span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 980px) {
.module_i_album section { max-width: 750px;}
.i_album_list { grid-template-columns: repeat(2, 1fr); grid-gap: 4vw;}
}
@media (max-width: 450px) {
.module_i_album section { max-width: 320px;}
.i_album_list { grid-template-columns: 1fr; grid-gap: 6vw;}
}





/* ============== 分隔線 ============== */

/* 商品頁個別設定 */

/*主選單 第二層 （大選單） */
.stellarnav.desktop li.bigMenu>ul { 
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    padding: 0;
	width: 80%;
	max-width: 1000px;
    left: calc(50% - 400px);
    border: solid 1px #fff0;
    border-bottom-width: 2px;
    border-right-width: 2px;
	background: ;
}
li.has-sub.bigMenu:hover { }
li.has-sub.bigMenu:hover a { }
li.has-sub.bigMenu a:hover b { }
li.has-sub.bigMenu:hover a b { }
.stellarnav.desktop li.bigMenu>ul>li { border-bottom-width: 0; border-right-width: 0;}
.stellarnav.desktop li.bigMenu>ul>li:hover { }
li.has-sub.bigMenu:hover li a { background: #fff;}
li.has-sub.bigMenu:hover li a:hover { background: ;}

@media screen and (max-width: 1024px) {
.stellarnav.desktop li.bigMenu>ul { width: 90%; left: 5%;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile li li:hover { background: unset;}
li.has-sub.bigMenu:hover li:hover a { }
.stellarnav.desktop li.has-sub.bigMenu:hover a { }
}

/* 商品目錄 第一層 */
.product-wrapper { display: inline-flex; flex-wrap: wrap;}
.product-layer-two > li { padding: 5px 0; border-bottom: dashed 1px #fff0;}
.product-layer-two li i { color: ; font-size: 16px; top: 4px;}
.product-layer-two li a { background: none; color: #858585; font-size: 14px; padding: 0px 7px;}
.product-layer-two li a:hover { font-weight: 600; transform: scale(1.06) translateX(4px); letter-spacing: .04em; background: #fff0;}

/* 商品目錄 第二層 */
.product-layer-two li ul { margin: 0;}
.product-layer-two li li > a:before { left: 24px; margin-top: -2px;}
.product-layer-two li li a { font-size: 13px; letter-spacing: .03em; padding: 0 20px;}
.product-layer-two li li:first-child a { margin-top: 8px;}
.product-layer-two li li:last-child a { margin-bottom: 12px;}
.product-layer-two li.active a { border: 1px #ccc0 solid; background: ; color: #fff; padding: 5px 10px;}
.product-layer-two li.active a:hover { transform: none; letter-spacing: unset;}

/* 商品目錄 第三層 */
.product-layer-two li.active li a { background: #fff0; color: #858585; padding: 0 20px; margin-bottom: 0;}
.product-layer-two li.active li a:hover { font-weight: 600; color: ; transform: scale(1) translateX(2px);}
.product-layer-two li.active i { color: #fff; font-size: 15px; top: 2px;}
.product-layer-two li.active li:first-child a { margin-top: 15px;}
.product-layer-two li.active li:last-child a { margin-bottom: 12px;}

/* 商品圖 hover特效 
.products-list .item a img, .related_list li a img {
    transition: transform .2s ease-out, filter .2s ease-out;
}
.products-list .item a:hover img, .related_list li a:hover img { 
	transform: scale(1.05) rotate(2deg); filter: brightness(1.1) contrast(1.05);
}

/* 商品 展示區 */
.products-list { grid-gap: 60px 20px;}
.products-list .item a { text-align: center;}
.products-list .name { color: #111; height: 1.5em;}
.products-list .price { margin: 5px 0;}
.products-list .price b { font-size: 15px; color: #858585; font-size: 0;}
.products-list .price .sp_price { }
.products-list .more, .products-list .item a+button.pd_btn {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 27px;
    border: solid 1px #fff0;
}
.products-list .item a:hover .more, .products-list .item a+button.pd_btn:hover { }
.products-list .item a+button.pd_btn:hover span { color: #fff;}

/* 商品單頁設定 */
.sidebarBtn { border: 5px #f1f0f0 solid; padding: 30px 1% 20px; 
	display: inline-flex; flex-wrap: wrap; height: fit-content; margin: auto;}
.sidebarBtn form { width: 100%; display: inline-flex; flex-wrap: wrap;}
.sidebarBtn h2 { font-family: var( --font-serif); font-size: 20px; letter-spacing: .03em;}
.product_info { font-size: 15px;}
.product_info li .txt_box { color: #333;}
.inquiry_a1 { background: var(--con01);}
.inquiry_a2 { background: var(--con02);}
.inquiry_a3 { background: var(--con03);}
a.pdinfo_line { background: var(--line); order: 5;}
a.pdinfo_tel[data-pdlink=tel] { background: var(--tel);}
a.pdinfo_tel[data-pdlink=phone] { background: var(--phone);}
a.pdinfo_tel[data-pdlink=phone] .fa-phone-volume::before { content: "\f3cd";}
.sidebarBtn .price, input#pro_id, ul.product_info { width: 100%;}
input#pro_id, .inquiry_a1, .inquiry_a2, .inquiry_a3, a.pdinfo_link, .toShare { 
	height: 45px; width: 45%; max-width: 138px; margin: 0 5px 10px; 
	font-size: 15px; font-weight: 500; line-height: 45px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, a.pdinfo_link:hover { color: #fff;}
.toShare { font-size: 13px; font-weight: 200; text-align: right; margin: 0; 
	padding: 10px 0; border: 0; order: 6;}
.toShare a { line-height: 1; margin-left: 3%;}

.prod_tabs { width: 100%;}
.pd_tabTitle li { border-bottom: 1px solid #000;}
.pd_tabTitle li a { font-size: 17px; color: #666;}
.pd_tabTitle li.activeTab a { color: #111; font-size: larger; font-weight: bolder;}
.pd_tabTitle li.activeTab::after { background: #333333; height: 0;}

.pd_tabInner_contain { font-size: 15px; color: #333; line-height: 1.8;}

@media screen and (max-width: 1100px) {
.product_main, .sidebarBtn { width: 100%;}
.sidebarBtn { margin-top: 5%; padding: 3% 3% 2%; align-items: flex-end;}
.sidebarBtn form+form { width: fit-content;}
.inquiry_a1, .inquiry_a2, .inquiry_a3, a.pdinfo_link, .toShare { width: 138px;}
.toShare { margin-bottom: 5px;}
}
@media screen and (max-width: 768px) {

/* 手機版 目錄標題 */
.product_page .product_menu_list>h5, .mobile_product_name { 
	font-family: var( --font-serif); font-size: 20px; letter-spacing: .03em; color: #111; 
	width: fit-content; margin: 0 auto 5px; padding: 0;}
.product_menu_list a.pd_menu_toggle { flex-direction: column; position: relative;}
.mobile_product_name { text-align: center;}
.product_page .product-layer-two { 
	display: block; display: inline-flex; flex-wrap: wrap; gap: 0; justify-content: center;}

/* 商品目錄 第一層 */
.product-layer-two > li { width: auto; padding: 0; display: flex; border-bottom: dotted 1px #fff0; margin: 0;}
.product-layer-two > li:hover { background: ; border-bottom: dotted 1px #fff0;}
.product-layer-two li i { 
	position: relative; width: 28px; height: 27px; justify-content: flex-start; display: none;}
.product-layer-two li a { letter-spacing: .03em; padding: 3px 12px; border: 0;}
.product-layer-two li a:hover { transform: none; letter-spacing: .03em; font-weight: inherit; color: #fff;}
.product-layer-two li.active a:hover { transform: none; letter-spacing: unset;}
.product-layer-two li.active li a:hover { transform: none;}

/* 商品目錄 第二層 */
.product-layer-two li ul { display: none !important;}
}
@media screen and (max-width: 365px) {
.sidebarBtn { padding: 9% 6% 2%;}
.sidebarBtn form+form {  width: 100%;}
input#pro_id, .inquiry_a1, .inquiry_a2, .inquiry_a3, a.pdinfo_link, .toShare { 
	width: 90%; max-width: unset; margin: 0 auto 10px;}
.sidebarBtn h2 { font-size: 19px; letter-spacing: 0;}
.product_info, .pd_tabInner_contain { font-size: 14px;}
}













/* ============================ 自選樣式資料庫 ============================ */


/*header 拉大漸層背景設定
.header_area { 
	height: 200px;
	background: linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 45%) 60%, rgba(255 255 255 / 0%) 100%);
    background: -moz-linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 45%) 60%, rgba(255 255 255 / 0%) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 45%) 60%, rgba(255 255 255 / 0%) 100%);
    background: -ms-linear-gradient(to bottom, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 45%) 60%, rgba(255 255 255 / 0%) 100%);
}
.header_area.sticky {
    background: rgba(255 255 255 / 80%);
	height: auto;
}
@media screen and (max-width: 1200px) {
.header_area { height: 18vw;}
}
@media screen and (max-width: 768px) {
.header_area { height: 22vw;}
}
@media screen and (max-width: 600px) {
.header_area { height: 28vw;}
}




/* ============== 分隔線 ============== */

/*上方選單右邊設定 改成靠上貼邊位置
.me_tp_features {
    background: #fff;
    width: fit-content;
    top: -15px;
    right: 25px;
    padding: 5px 10px 0 5px;
    border-radius: 0 0 var(--radius-m) var(--radius-m);
    box-shadow: 2px 2px 8px rgba(0 0 0 / 8%);
}
.me_tp_features a, .tp_links a { color: var(--main02);}

@media screen and (max-width: 1024px) {
.me_tp_features { top: -10px;}
}
@media screen and (max-width: 768px) {
.me_tp_features { background: #fff0; box-shadow: none; top: 0; right: 0;}
}
@media screen and (max-width: 600px) { 
.me_tp_features { padding: 0; margin: 0 0 5px;}
}




/* ============== 分隔線 ============== */

/*header 變成懸浮在中間靠上的位置
.header_area.sticky {
    background: var(--bg01);
	margin: 2vw 4vw 0;
    padding: 0 1vw;
    width: 92vw;
    border-radius: var(--radius-L);
}
.header_area.sticky {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff47 65%, #ffffff00 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff47 65%, #ffffff00 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff47 65%, #ffffff00 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #ffffff47 65%, #ffffff00 100%);
    border-radius: var(--radius-L) var(--radius-L) 0 0;
    height: 12vw;
    width: 75vw;
    margin: 2.5vw 0 0 15vw;
}
.header_area.sticky .navigation {
    grid-template-columns: 300px 1fr;
}
.header_area.sticky .me_tp_features { padding-right: calc(1vw + 10px);}

.nav-brand {
    filter: drop-shadow(1px 1px 2px #ffffff80) drop-shadow(3px 3px 40px var(--bg)) drop-shadow(3px 3px 3vw var(--bg));
    opacity: .8;
}
.header_area.sticky .nav-brand {
    max-width: 290px;
    padding: 15px 0 0 50px;
}
.nav-brand img {
    filter: drop-shadow(2px .2vw 10px rgba(255 255 255 / 50%)) drop-shadow(2px 2px 1vw rgba(255 255 255 / 80%)) drop-shadow(2px 2px 6vw rgba(255 255 255 / 100%));
}

@media screen and (max-width: 1400px) {
.header_area.sticky { width: 86vw; margin: 2.5vw 0 0 8vw; height: 200px;}
.navigation { grid-template-columns: 300px 1fr;}
.nav-brand { padding: 15px 0 0 50px;}
}
@media screen and (max-width: 1200px) {
.header_area.sticky { width: 90vw; margin: 2.5vw 0 0 4.5vw;}
.header_area.sticky .navigation { grid-template-columns: 235px 1fr;}
.header_area.sticky .nav-brand { padding: 15px 0 0 30px;}
}
@media screen and (max-width: 1024px) {
.header_area, .header_area.sticky { 
	height: auto; position: fixed; width: 100%; margin: 0;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff70 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff70 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff70 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #ffffff70 100%);
	border-bottom: solid 1px var(--bg);}
}



/* ============== 分隔線 ============== */

/*主選單 加漸層底色
.stellarnav li:hover {
    background: linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%) 100%);
    background: -moz-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%) 100%);
    background: -webkit-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%) 100%);
    background: -ms-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%) 100%);
}
@media screen and (max-width: 1024px) {
	.stellarnav li:hover { 
		background: linear-gradient(to bottom, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%);
		background: -moz-linear-gradient(to bottom, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%);
		background: -webkit-linear-gradient(to bottom, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%);
		background: -ms-linear-gradient(to bottom, rgba(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%);
	}
}


/*主選單 置中顯示
.stellarnav ul { max-width: 850px;}

@media screen and (max-width: 1024px) {
.stellarnav ul { max-width: 100%;}
}


/*上方主選單 加頂端邊框
.header_area { 
	border-top: 8px solid var(--main01);
}
.stellarnav ul {
    margin-top: -9px;
}
.stellarnav li {
    border-top: 8px solid #fff0;
}
.stellarnav li:hover {
    border-top: 8px solid rgba(255 255 255 / 50%);
}
.stellarnav li li {
    border: 0;
}
@media screen and (max-width: 1024px) {
.header_area { border-top: 5px solid var(--main01);}
.stellarnav ul { margin: -5px;}
.stellarnav li { border-top: 0;}
}


/*主選單 懸浮置中顯示設定
.stellarnav > ul > li > a {
	padding: 50px 25px 0;
    height: 110px;
}
.header_area.sticky .stellarnav ul {
    padding-right: 1vw;
	


/*主選單 hover加粗體字
.stellarnav li {
	min-width: 130px;
    border-bottom: 1px solid #fff0;
}
.stellarnav li:hover {
    border-bottom: 1px solid var(--main02);
}
.stellarnav > ul > li > a:hover {
    color: var(--main02);
}
.stellarnav > ul > li > a:hover b {
    font-weight: 900;
}


/*主選單 加底線特效
.stellarnav > ul > li > a::before {
    content: "";
    position: absolute;
    width: calc(100% - 0px);
    height: 1px;
    bottom: 0px;
    left: 0px;
    background-color: ;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-out;
}
.stellarnav > ul > li > a:hover::before {
    transform: scaleX(1);
}*/




/* ============== 分隔線 ============== */

@media screen and (max-width: 768px) {

/*手機板下方按鈕 換其它顯示文字
#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a { position: relative; padding: 10px 5px 32px; margin-bottom: -25px; color: #fff;}
#bottom_menu li a em { display: none;}
#bottom_menu li:nth-child(n):after { font-size: 12px; line-height: 1.2; display: block; margin: 0 0 8px; color: #fff; letter-spacing: 0;}
#bottom_menu li:nth-child(1) { background: #a7a7a7;}
#bottom_menu li:nth-child(1):after { content: "回首頁";}
#bottom_menu li:nth-child(2) { background: #f73b00;}
#bottom_menu li:nth-child(2):after { content: "電話";}
#bottom_menu li:nth-child(3) { background: #f76900;}
#bottom_menu li:nth-child(3):after { content: "電話2";}
#bottom_menu li:nth-child(4) { background: #ffaa09;}
#bottom_menu li:nth-child(4):after { content: "手機";}
#bottom_menu li:nth-child(5) { background: #45ad32; border: none;}
#bottom_menu li:nth-child(5):after { content: "LINE";}

/*#bottom_menu { display: none;} 手機版下方按鈕 設定隱藏*/
}




/* ============== 分隔線 ============== */

/* footer 露營老爹版本 
.site_endPart {
    padding: 35px 0 11px;
	background: #f5f9fa;
}
.site_endPart ul.site_infoTer {
    justify-content: flex-start;
}
.site_endPart .site_centerBox, .site_copyRight {
    margin-left: 10vw;
	max-width: 750px;
}
.site_logo > a img {
    width: 300px;
    margin-bottom: -15px;
}
.site_reachOut p {
    padding: .3vw 15px;
}
.site_reachOut p:before {
    color: var(--text02);
}
.site_reachOut a {
    font-size: var(--site-ftr-fs15);
	color: var(--text02);
}
.site_reachOut a:hover {
    color: var(--text);
}
.site_bottomMenu a {
    font-size: 14.5px;
    color: var(--CampColor01);
    border: 1px solid var(--CampColor01);
    margin: 0 8px 8px 0;
}
.site_copyRight { 
	padding-left: 30px;
}
.site_copyRight a {
    color: var(--site-ftr-color03);
}
.site_copyRight a:hover {
    color: var(--CampColor01);
}

@media screen and (max-width: 1500px) {
.site_endPart ul.site_infoTer { justify-content: center;}
.site_logo > a { width: 80%; max-width: 240px; text-align: center;}
.site_endPart li { justify-content: center;}
.site_endPart li:nth-child(2) { max-width: 660px;}
.site_endPart .site_centerBox, .site_copyRight { padding: 0; max-width: unset; margin: auto;}
.site_copyRight { margin: 10px 10px 70px;}
}
@media (max-width: 1366px) {
.site_endPart li.site_bottomMenu { width: 100%;}
}
@media (max-width: 400px) {
.site_endPart li:nth-child(2) { flex-direction: column;}
.site_reachOut p { padding: 2px 0; justify-content: center; letter-spacing: .1vw;}
}




/* ============== 分隔線 ============== */

/* 表單標題改字
h4.blank_letter.f { 
	color: #1110;
}
h4.blank_letter.f:before { 
	content: "線上預約"; 
	color: #111; 
	position: absolute;
}


/*聯絡資訊 標題隱藏 + before放LOGO + after放公司名
h4.blank_letter.i {
    font-size: 0;
	color: #1110;
    padding: 0;
}
h4.blank_letter.i:before {
    content: "";
    background: url() no-repeat left / contain;
    display: block;
    width: 230px;
    height: 84px;
    margin: 0 0 0 15px;
}
h4.blank_letter.i:after {
    content: "";
    display: block;
    color: ;
    font-size: 19px;
    font-weight: 600;
    padding-top: 12px;
}
@media screen and (max-width: 600px) {
h4.blank_letter.i:before { width: 200px; margin: 0 0 0 28px;}
h4.blank_letter.i:after { font-size: 18px; padding-top: 3px;}
}
@media screen and (max-width: 450px) {
h4.blank_letter.i:before { width: 180px;}
h4.blank_letter.i:after { font-size: 17px;}
}
@media screen and (max-width: 375px) {
h4.blank_letter.i:before { width: 80%; margin: 0 0 0 5vw;}
h4.blank_letter.i:after { font-size: 16px; letter-spacing: 0; padding-top: 0;}
}


/*聯絡我們 加圖片設定
.contact_content .information_right { display: none;}
.contact_content .information_left {
    position: absolute;
    display: block;
    width: 100%;
    max-width: fit-content;
    border-radius: 2vw;
    border: 1px dashed #836b46a3;
    background: #ffffffab;
    margin: 0 0 0 4vw;
    padding: 65px 60px 45px 70px;
    box-shadow: .5vw .5vw 1.5vw #69522e42;
    z-index: 1;
}
.contact_content form:after {
    content: "";
    display: block;
    position: relative;
    width: 48vw;
    height: 700px;
    top: 6vw;
    left: calc(505px + 8vw);
    border-radius: 2vw;
    background: url() no-repeat left top / cover;
	box-shadow: .5vw .5vw 2vw #2d1917e0;
}
@media screen and (max-width: 1024px) {
.contact_content form:after { width: 80vw; height: 50vw; top: unset; left: unset; 
	bottom: calc(-455px - 7vw); background-position-x: left; border-radius: 4vw; max-width: 520px;}
.contact_content .information_left { 
	display: flex; flex-direction: column; align-items: center; margin: 0 auto; 
	width: 80vw; max-width: 520px; padding: 6vw 6vw 4.5vw; border-radius: 4vw;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left { padding: 50px 1% 40px;}
.contact_content form:after { height: 380px;}
}
@media screen and (max-width: 450px) {
.contact_content .information_left { padding: 20px 1%;}
.contact_content form:after { height: 75vw; bottom: -380px;}
}
@media screen and (max-width: 375px) {
.contact_content form:after { bottom: -560px;}
}


/*聯絡資訊 重點欄位設定
.list_before li.info_LINE {
    padding: 110px 0 0 44px;
    margin: auto;
}
.info_LINE:before {
    padding: 2px 12px;
    margin: -2px 0 0 -25px;
    letter-spacing: 3px;
}
li.info_LINE:after {
    content: "";
    display: block;
    position: absolute;
    color: #951e15;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
	text-align: center;
    margin: -60px 0 0 -55px;
    padding: 1px 10px;
    border: 1px solid;
	width: max-content;
}
@media screen and (max-width: 1024px) {
.list_before li.info_LINE { padding: 80px 0 0 50px;}
.info_LINE:before { margin: -2px 0 0 -18px;}
}
@media screen and (max-width: 768px) {
.list_before li.info_LINE { padding: 75px 0 0 50px;}
li.info_LINE:after { margin-top: -58px;}
}
@media screen and (max-width: 600px) {
.list_before li.info_LINE { padding: 70px 0 0 42px; margin: auto;}
li.info_LINE:after { letter-spacing: .1vw; min-width: 150px;}
}
@media screen and (max-width: 450px) {
.list_before li.info_LINE { padding: 50px 0 0 32px; margin: auto;}
li.info_LINE:after { font-size: 16px; min-width: 130px; padding: 0; margin: -50px 0 0 -42px;}
}
@media screen and (max-width: 375px) {
.info_LINE:before { margin: 43px 0 0 0; display: none;}
li.info_LINE:after { margin: -30px 0 0;}
}



/* ============== 分隔線 ============== */

/* 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;}
}



/* ============== 分隔線 ============== */


