@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*共同設定*/
body, .hs_box *, a { font-weight: 400;}
body {
    font-family: Noto Serif TC, serif;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.9;
}
.header_area, 
.header_area.sticky, 
.pageIndex .header_area.sticky {
    padding: 0;
    background: url(https://pic03.eapple.com.tw/0966296996/footer-bg.jpg), #d1c9c4bd;
    background-size: cover;
    background-blend-mode: hard-light;
    box-shadow: 0px 0px 35px #00000052;
	transition: ease 1s;
}
.pageIndex .header_area {
	position: fixed;
    background: #0000;
    box-shadow: 0 0 15px #0000;
}
.navigation {
    grid-template-columns: 330px 1fr;
    padding: 0 30px;
}
.main_header_area .container { max-width: 1450px;}

.me_tp_features { display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand, .nav-brand img { width: 100%; max-width: 100%;}
.nav-brand {
    text-align: center;
    padding: 15px 0 0 50px;
    max-width: 230px;
	transition: ease 1s;
}
.pageIndex .nav-brand {
    padding: 30px 0 0 50px;
    max-width: 250px;
    filter: invert(1) drop-shadow(2px 4px 6px #0007);
}
.pageIndex .header_area.sticky .nav-brand {
    padding: 15px 0 0 50px;
    max-width: 210px;
	filter: invert(0) drop-shadow(2px 4px 6px #0000);
}

@media screen and (max-width: 1200px) {
.pageIndex .nav-brand { max-width: 230px;}
}
@media screen and (max-width: 1024px) {
.navigation { padding: 0;}
.me_tp_features { display: none;}
.nav-brand, .pageIndex .nav-brand, 
.pageIndex .header_area.sticky .nav-brand { max-width: 150px; padding: 20px 0 5px;}
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px;}
}
@media screen and (max-width: 768px) {
.navigation { padding: 0;}
.header_area, 
.header_area.sticky, 
.pageIndex .header_area, 
.pageIndex .header_area.sticky { padding: 0;}
.nav-brand, .pageIndex .nav-brand, 
.pageIndex .header_area.sticky .nav-brand { max-width: 140px; padding: 15px 0 0;}
}
@media only screen and (max-width: 570px) {
.navigation { padding: 0 0 0 40px;}
.nav-brand, .pageIndex .nav-brand, .pageIndex .header_area.sticky .nav-brand { max-width: 130px; padding: 10px 0 0; width: 75%;}
.stellarnav .menu-toggle { padding: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin: -8px 0 0;}
.stellarnav li {
    transition: ease 1s;
}
.pageIndex .stellarnav li a {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000, 1px 1px 6px #000000a3;
}
 
.pageIndex .header_area.sticky .stellarnav li a, 
.pageIndex .stellarnav li li a {
	color: #000;
    text-shadow: 2px 2px 10px #0000;
}
.stellarnav > ul > li > a {
    color: #000;
    text-align: center;
    letter-spacing: .03em;
    margin: 43px 0 0 0;
    padding: 0 20px;
    text-shadow: 2px 2px 10px #0000;
}
.stellarnav > ul > li > a b {
    height: 65px;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
}
.pageIndex .header_area .stellarnav > ul > li > a:hover {
    color: #fff;
}
.header_area, .header_area.sticky .stellarnav > ul > li > a:hover, 
.stellarnav > ul > li > a:hover { 
	color: #755337;
}
.stellarnav li.has-sub > a:after { 
	border-top: 6px solid #cabfb6;
}
.stellarnav li.has-sub:hover > a:after {
    border-top: 6px solid #cabfb6;
}

.stellarnav ul ul {
    margin: 0;
    width: max-content;
    min-width: 100%;
    max-width: 250px;
}
.stellarnav li li {
	border: 0;
    border-bottom: 1px #eee solid;
    background: #fff;
    transition: ease.3s;
}
.stellarnav li li:hover {
	border: 0;
    border-bottom: 1px #eee0 solid;
    background: #343434;
}
.stellarnav.desktop li.has-sub li a {
	text-align: left;
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.stellarnav li li a:hover, 
.stellarnav.desktop li.has-sub li a:hover { color: #fff;}

.tp_links { display: none;}

@media screen and (max-width: 1240px) {
.stellarnav li.has-sub > a:after { right: 0;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0;}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { margin: -6px 0 5px; line-height: 30px; height: 30px;}
.stellarnav li.has-sub > a:after { top: 65%;}
}
@media screen and (max-width: 768px) {
.stellarnav .menu-toggle span.bars span, 
.pageIndex .header_area.sticky .stellarnav .menu-toggle span.bars span { background: #222;}
.pageIndex .stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav .menu-toggle:after, 
.pageIndex .header_area.sticky .stellarnav .menu-toggle:after { color: #222;}
.pageIndex .stellarnav .menu-toggle:after { color: #fff;}
.stellarnav .menu-toggle:after { font-size: 13px; letter-spacing: 0;}
.stellarnav.mobile > ul > li { background: #fff0;}
.pageIndex .stellarnav li a, 
.pageIndex .header_area .stellarnav > ul > li > a:hover { color: unset; text-shadow: none;}
.stellarnav.mobile li a { font-size: 15px; color: #111;}
.stellarnav.mobile li.open { background: #d3cbc0; padding: 0;}
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 9px 6px;}
.stellarnav > ul > li.has-sub > a { text-align: left; height: auto; line-height: 150%;}
.stellarnav.mobile > ul > li > a { padding: 12px 40px 8px 10px; margin: 0;}
.stellarnav.mobile li li a { padding-left: 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    background: #ffffff center url(https://pic03.eapple.com.tw/0966296996/footer-bg.jpg);
    background-size: cover;
}
.footer .center {
    max-width: 1000px;
}
.footer_info {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 70px 0 80px;
}
.footer_logo, .footer_logo img { width: 100%; max-width: 100%;}
.footer_logo {
    padding: 12px 20px 0;
    max-width: 170px;
    background: #6f5e5066;
}
.footer_logo img {
    filter: invert(1);
}

.box_link {
	max-width: unset;
    flex-direction: row;
    right: unset;
    top: 208px;
    left: 135px;
	display: none;
}
.box_link a {
    width: 27px;
    color: #555;
    border: 1px #555 solid;
    border-radius: 0;
    padding: 2px;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.box_link a:hover {
    background: #111;
    color: #fff;
}

.footer_info {
    padding: 0 70px;
}
.footer_info ul {
    border-top: 1px solid #957f6e;
}
.footer_info li {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
}
.footer_info li p, 
.footer_info li p a {
    letter-spacing: .2em;
    line-height: 1.8;
    color: #111;
}
p.add, li.info_ADD { order: 1;}
p.fax, li.info_FAX { order: 2;}
p.tel2, li.info_TEL2 { order: 3;}
p.add2, li.info_ADD2 { order: 4;}
p.taxid, li.info_TAXID { order: 5;}
.footer_info li p.fax:before { content: '營業時間：';}
.info_FAX:before { content: "營業時間";}
.footer_info li p.tel2:before { content: '公休日：';}
.info_TEL2:before { content: "公 休 日";}
.footer_info li p.add2:before { content: '公司名稱：';}
.info_ADD2:before { content: "公司名稱";}
.info_ADD:before { content: "地　　址";}
.info_TAXID:before { content: "統　　編";}
p.tel, p.phone, p.mail, p.line,
li.info_TEL, li.info_PHONE, li.info_MAIL, li.info_LINE { display: none;}


/*footer按鈕設定*/
.footer_menu a {
    color: #fff;
    background: #222;
    border: 1px #222 solid;
    border-radius: 4px;
    padding: 3px 9px 5px;
    margin: 0 5px 8px 0;
    transition: .3s ease-out;
}
.footer_menu a:hover {
    color: #222;
    background: #fff0;
}

/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #c9b085;}


@media screen and (max-width: 860px) {
.box_link { left: 95px;}
}
@media screen and (max-width: 768px) {
.footer.with_shopping_mode { padding: 50px 0 55px;}
.footer_info { grid-template-columns: 1fr;}
.box_link { left: 26px; top: 20px;}
.box_link a { display: block;}
.footer_info li:nth-child(1) { padding: 10px 0 0 0; border: 0;}
.footer_info li:nth-child(2) { max-width: 600px; padding: 0 35px 10px 0;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#bottom_menu li:nth-child(n+2) { display: none;}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.footer_logo { max-width: 150px; padding: 12px 15px 0;}
.copy { padding-top: 8px;}
.footer_info { padding: 0 45px 0 30px;}
}
@media screen and (max-width: 375px) {
.footer_info { padding: 0 10px;}
.footer_menu a { padding: 2px 5px 3px; margin: 0 5px 5px 0; letter-spacing: .03em;}
.box_link { left: 12px;}
.footer_info li p, 
.footer_info li p a { letter-spacing: .05em;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.blank_letter {
    font-family: Noto Serif TC;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.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: 96px;
    letter-spacing: 3px;
    color: #fff;
    background: #aea79b;
    border-radius: 6px;
    padding: 0;
    text-align: center;
}
.list_before {
    margin: 15px 10px 35px;
    display: flex;
    flex-direction: column;
}
.list_before.info li {
	font-size: 16px;
    font-weight: 400;
    padding-left: 110px;
	margin-bottom: 5px;
    letter-spacing: .2em;
    line-height: 1.7;
    color: #222;
}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_page #content {
    background: url(https://pic03.eapple.com.tw/0966296996/08-img01.jpg) no-repeat center / cover;
    padding-bottom: 10vw;
}
.contact_page .main_part {
    background: #ffffffb0;
    padding: 5vw 5vw 0;
    margin: 8vw auto 0;
}
.contact_content {
    padding: 0 10px 100px;
}
.contact_content .information_left, 
.contact_content .information_right { padding: 10px;}
.contact_content .information_left { width: 340px;}
.contact_content .information_left {
    width: 100%;
    padding: 0 10px;
    background: url(https://pic03.eapple.com.tw/0966296996/08-img02.jpg) no-repeat right 30px / 60%;
}
.contact_form { margin-top: 20px;}
.contact_form li.last { margin-top: 50px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { min-width: 110px; border: 1px #7b6553 solid;}
.contact_form li.last blockquote { color: #311b09; background: #fff;}
.contact_form li.last cite { background: #967f6d;}


/*聯絡我們 增加按鈕設計
.info_PHONE:after, .info_MAIL:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    display: block;
    position: absolute;
    color: #fff;
    background: #ab7575;
    width: 50px;
    text-align: center;
    padding: 7px 5px 6px 8px;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 6px #00000061;
}
.info_MAIL:after {
    content: "\f0e0";
    bottom: -84px;
    left: 140px;
}
.info_PHONE:after {
    content: "\f2a0";
    bottom: -120px;
}
*/

/*線上表單 自選設定*/
.contact_form li {
    grid-template-columns: 1fr;
	grid-gap: 5px;
	justify-items: start;
    padding: 0 0 10px;
    border-bottom: 1px #7b655378 solid;
}
.contact_form li .form__label {
    max-width: unset;
    display: flex;
    flex-direction: row-reverse;
}
.contact_form li input.noborder, .contact_form li textarea.noborder {
        border: 0;
    background: #ffffffcf;
}
.contact_form li:has(input[type=checkbox]) .form__insert, 
.contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(60px, 100px));
	padding-left: 10px;
}

@media screen and (max-width: 1200px) {
.contact_content .information_left { padding: 0 10px 200px; margin-bottom: -50px; background-size: 45vw;}
}
@media screen and (max-width: 1024px) {
.list_before:after { font-size: 16vw;}
}
@media screen and (max-width: 900px) {
.contact_content { max-width: 650px;}
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_content .information_left {
    padding: 0 10px 500px;
	margin-bottom: 0;
	background-size: 100%;
	background-position-y: 300px;
}
.list_before:after { bottom: -130px; right: 45px;}
}
@media screen and (max-width: 768px) {
.contact_content { padding: 20px 0;}
}
@media screen and (max-width: 600px) {
.contact_content .information_left { padding: 0 10px 80vw;}
.contact_form li { grid-template-columns: 110px 1fr;}
.contact_form li .form__label { font-weight: normal; text-align: right; background: none; padding: 3px 0 0; margin: 0 0 -5px; background: none;}
}
@media screen and (max-width: 450px) {
.blank_letter {
	font-size: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 20px;
}
.contact_content .information_right { margin-top: 30px; padding: 30px 0 10px;}
.contact_content .information_left {
    margin: auto;
	text-align: center;
	padding: 10px 0 360px;
    background-position: center 340px;
    background-size: 400px;
}
.info_PHONE:after { bottom: -150px; left: 30%;}
.info_MAIL:after { bottom: -74px; left: 50%;}

.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { text-align: left;}
.list_before:after { bottom: -100px; right: 0;}
.list_before.info { margin: 15px auto 35px;}
.list_before.info li { padding: 40px 0 0; text-align: center; letter-spacing: .05em;}
.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 { margin-top: -30px; left: 40%;}
}
@media screen and (max-width: 325px) {
.info_PHONE:after { left: 20%;}
.info_MAIL:after { left: 60%;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; position: sticky;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
.bannerindex .swiper-slide.swiper-slide-active:before, 
.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    animation: ss 2s ease backwards;
    display: block;
    z-index: 10000;
    white-space: pre;
    color: #FFF;
    line-height: 180%;
    text-underline-offset: 0.8vw;
    text-decoration-thickness: 1px;
	text-shadow: 0 0 25px #00000082, 0 0 8px #000000b8, 0 0 3px #000000;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: clamp(24px, 2.8vw, 36px);
    font-family: Noto Serif TC, serif;
    font-weight: 400;
    letter-spacing: .1em;
    bottom: 9vw;
    left: 48vw;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
    font-family: Noto Serif TC, serif;
    font-weight: 300;
    font-size: clamp(16px, 1.7vw, 22px);
    letter-spacing: .2em;
    bottom: calc(9vw - 38px);
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(n):before {
    content: "還原您最初的感動";
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(n):after {
    content: "讓家不再是個空間，而是跟著我們一起生活。";
	border: 1px solid;
    padding: 0 6px 2px 14px;
    line-height: 1.6;
}
@media screen and (max-width: 1024px) {
.bannerindex { margin-top: 0;}
.bannerindex .swiper-slide.swiper-slide-active:before, 
.bannerindex .swiper-slide.swiper-slide-active:after { left: 40vw; bottom: 11vw;}
.bannerindex .swiper-slide.swiper-slide-active:after { bottom: calc(11vw - 32px);}
.swiper-banner .swiper-slide img { width: 130vw; max-width: 130vw; margin-left: -18vw;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.bannerindex .swiper-slide.swiper-slide-active:before, 
.bannerindex .swiper-slide.swiper-slide-active:after { left: 28vw; bottom: 13vw;}
.bannerindex .swiper-slide.swiper-slide-active:after { bottom: calc(13vw - 32px);}
.swiper-banner .swiper-slide img { width: 160vw; max-width: 160vw; margin-left: -45vw;}
}
@media screen and (max-width: 600px) {
.bannerindex .swiper-slide.swiper-slide-active:before { left: 27vw;}
.bannerindex .swiper-slide.swiper-slide-active:after { left: 9vw;}
}
@media screen and (max-width: 500px) {
.bannerindex .swiper-slide.swiper-slide-active:before { left: 20vw; font-size: clamp(17px, 5.2vw, 36px);}
.bannerindex .swiper-slide.swiper-slide-active:after { left: 6vw; bottom: 7vw; font-size: 3.3vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: no-repeat center top;
    font-family: Noto Serif TC;
	padding: 50px 5% 0;
	border-bottom: 1px #65503b solid;
}
.banner h5 {
    min-width: 170px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .1em;
	color: #311b09;
}
.banner h5::after {
    content: "CLEANING";
    display: block;
    font-size: 11px;
    color: #af9387;
    letter-spacing: .35em;
    padding: 0 12px 0 14px;
    margin: 5px auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: fit-content;
}
.banner.banB h5:after { content: "SERVICE";}
.banner.banblog h5:after { content: "NEWS";}
.banner.banF h5:after { content: "WORKS";}
.banner.banC h5:after { content: "INQUIRY";}

.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, 
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/0966296996/ban01.jpg); background-size: cover;}

@media screen and (max-width: 1024px) {
.banner { padding: 40px 20px 0;}
.banner h5 { font-size: 28px;}
.banner h5::after { font-size: 10px;}
}
@media screen and (max-width: 768px) {
.banner { min-height: 170px; padding: 20px 0 0;}
.banner h5 { min-width: 150px; font-size: 25px; padding: 0 10px 0 20px;}
.banner h5:after { font-size: 9px; margin: 2px auto;}
}
@media screen and (max-width: 600px) {
.banner { min-height: 170px;}
}
@media screen and (max-width: 425px) {
.banner { justify-content: center; min-height: 150px;}
.banner h5 { font-size: 22px; padding: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 標題共同設定*/
.path p, .path p a, .path p a:hover {
    color: #444;
}
.animated-arrow {
    background: #967f6d;
	border: 1px #7b6553 solid;
}
h5.blog_le_t em, .subalbum-menu h2, .product_menu_list>h5, .prod_related h6 span:before, .module_i_album .title_i_box h4 { font-family: Noto Serif TC; font-size: 24px; font-weight: 400; color: #111; letter-spacing: 1px; text-shadow: 3px 2px 3px #0000002e;}
@media screen and (max-width: 450px) {
h5.blog_le_t em, .subalbum-menu h2, .product_menu_list>h5, .prod_related h6 span:before, .module_i_album .title_i_box h4 { font-size: 20px;}
}


/*最新消息 文章設定*/
.module_i_news {
    padding: 100px 20px;
}
.module_i_news .title_i_box h6 {
    font-size: 36px;
    font-weight: 500;
    color: #967f6b;
    line-height: 1.3;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.05em;
}
.module_i_news .title_i_box h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-family: 'Noto Serif TC';
}
h5.blog_le_t span {
    margin-left: 15px;
	color: #d1bcad;
}
.accordion li .link a {
    color: #664b40;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #998a85 !important;
}
.blog_subbox {
    grid-gap: 20px;
}
.blog_list_le {
    max-width: unset;
}
.blog_subbox, .module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.subbox_item a, 
.module_i_news li a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before, 
.module_i_news li a:before {
    font-family: Noto Serif TC;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1vw;
	bottom: 12px;
    right: 16px;
}
.subbox_item a:after, 
.module_i_news li a:after {
    border: 0;
	background: #bbaea396;
}
.blog_list_le, 
.i_blog_le {
    border: 1px solid #e3e3e3;
    padding: 3px;
}
.blog_list_ri, 
.i_blog_ri {
    padding: 3px;
    font-family: 'Noto Sans TC', 'sans-serif', '微軟正黑體';
    letter-spacing: .01em;
}
.blog_list_ri h5, 
.i_blog_ri h5 {
    font-family: Noto Serif TC;
    font-size: 20px;
    font-weight: 400;
    color: #7f4d35;
}
.blog_list_ri em, 
.i_blog_ri em {
    font-size: 13px;
    color: #c7b191;
}
.blog_list_ri p, 
.i_blog_ri p {
    color: #3b2c25;
    line-height: 1.5;
}

h4.blog_category_title {
    font-family: Noto Serif TC;
    font-size: 28px;
    font-weight: 400;
    color: #7f4d35;
    letter-spacing: .03em;
}
.lastPage {
    background: #948378;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #333;
    font-family: Noto Serif TC;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
.news_related_list li a { border: 1px solid #e5e0d8; padding: 10px 10px 2px;}
.news_related_list li a p { line-height: 1.4; padding: 6px 0;  text-align: left;}

@media screen and (max-width: 1350px) {
.blog_subbox, .module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media screen and (max-width: 1100px) {
.subbox_item, .module_i_news li { border: 0;}
}
@media screen and (max-width: 1024px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 850px) {
.blog_subbox, .module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 768px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); margin: auto; max-width: 600px;}
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); margin: auto; max-width: 650px; grid-gap: 10px;}
}
@media screen and (max-width: 640px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));}
}
@media screen and (max-width: 480px) {
.blog_subbox { grid-template-columns: 1fr; max-width: 300px;}
.subbox_item a { grid-template-columns: 1fr;}
.subbox_item a:before { font-size: 16px;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
}
@media screen and (max-width: 380px) {
.module_i_news ul { grid-template-columns: 1fr; max-width: 240px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿單頁 banner設定*/
.album_info_page .banner h5 { font-size: 30px;}
@media screen and (max-width: 1024px) {
.album_info_page .banner h5 { font-size: 28px;}
}
@media screen and (max-width: 768px) {
.album_info_page .banner h5 { font-size: 26px;}
}

/*作品展示 相簿設定*/
.album_info_page .path a:nth-child(2) { display: none;}
.other_album { display: none;}
.other_subalbum li { background: #fff0;}
.album_class_page .main_part, 
.album_info_page .main_part {
    max-width: unset;
    background: #f1e7e094 center url(https://pic03.eapple.com.tw/0966296996/00-bg01.png);
    background-size: 1920px;
    background-blend-mode: color;
}
.show-list .show_name { font-weight: 300;}
.show-list .item:hover .show_name, 
.other_subalbum li a p:hover { color: #967f6b;}
.show-list .show_pic img, 
.pic-list .show_pic img { transition: ease 1s;}
.show-list .show_pic:hover img, 
.pic-list .show_pic:hover img { transform: scale(1.05);}
.show-list, .pic-list {
    grid-gap: 10px 20px;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
.show-list { grid-gap: 40px 20px;}


/*作品展示 首頁設定*/
.module_i_album .title_i_box {
    margin: 5vw auto 1vw;
}
.module_i_album .title_i_box h4 {
    font-family: Noto Serif TC;
    font-size: 36px;
    text-shadow: 3px 2px 3px #0000002e;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    line-height: 1.5;
}
.module_i_album .title_i_box h6 {
    font-family: Noto Serif TC;
    font-size: 60px;
    color: #c7bbac4f;
    letter-spacing: .03em;
    margin: 0 0 -40px;
    padding: 0 0 3px 130px;
}
.i_album_list li:hover img { transform: scale(1.5);}
.i_album_list li a p { background: rgba(255, 255, 255, .7); padding: 0 10px; font-size: 15px;}
.i_album_b { margin: 30px auto 60px;}

@media screen and (max-width: 1100px) {
.show-list, .pic-list { grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
}

@media screen and (max-width: 768px) {
.i_album_list { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
.module_i_album .title_i_box { margin: 8vw auto 0;}
.module_i_album .title_i_box h4 { font-size: 32px;}
.module_i_album .title_i_box h6 { font-size: 56px;}
}
@media screen and (max-width: 480px) {
.show-list, .pic-list { grid-template-columns: 1fr;}
.module_i_album .title_i_box h4 { font-size: 28px;}
.module_i_album .title_i_box h6 { font-size: 46px; padding: 0 0 7px 80px;}
}
@media screen and (max-width: 400px) {
.i_album_list {
        grid-template-columns: 1fr;
        max-width: 230px;
        margin: auto;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*產品系列 購物車設定*/
.products-list .pic img, .related_list li a img { /*object-fit: scale-down;*/}
.products-list .item { border: 1px solid #e5e0d8; padding: 10px 10px 2px;}
.products-list .item a { padding-bottom: 0;}
.products-list .price, .products-list .more { display: none;}  /*價格 詳細資料 隱藏*/
.products-list .name { height: auto; margin: 6px 0; padding: 0 0 0 10px; text-align: center;}

/*產品單頁設定*/
.inquiry_a1 { background: #bba891;}
.inquiry_a2 { background: #b37e53;}

/*相關推薦 設定*/
.prod_related { background: #c9c0b654;}
.related_list li a { border: 1px solid #cfc2b0; padding: 10px 10px 2px;}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}



/*購物車 左側目錄設定*/
.product-layer-two > li {
    padding: 5px 0;
}
.product-layer-two li i {
    top: 7px;
}
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    background: #f6f4f2;
    padding: 3px 16px;
    display: block;
    font-size: 16px;
    color: #65503b;
    border-radius: 6px;
}
.product-layer-two li a:hover {
    background: #ece6e1;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #65503b solid;
    background: #c9beb6;
}
.product-layer-two li.active li a {
    background: #f6f4f200;
}
.product-layer-two li ul {
    margin: 0;
}
.product-layer-two li li {
    margin: 10px 0 0 10px;
}
.product-layer-two > li ul > li + li {
    margin: 0 0 0 10px;
}
.product-layer-two li li > a:before {
    margin-left: -12px;
}
.product-layer-two li li:hover {
    margin-left: 25px;
}
.product-layer-two > li ul > li:last-child {
    margin-bottom: 10px;
}
.product-layer-two li li a {
    padding: 0 10px;
	font-size: 15px;
}

@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) {
}