@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/*好整所How Clean空間整理*/

:root{
    --MainColor:#dddcda;
    --SubColor:#f3f0ea;
}

/*網站字體-------------------------------------*/
body{
    font-family: 'noto sans TC', sans-serif;
}

/*錨點滾動-------------------------------------*/
html { 
    scroll-behavior: smooth;
}
::-webkit-scrollbar { 
    width: 5px; 
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.169); 
    background-color: #ddd;
}
::-webkit-scrollbar-thumb {
     background-color:#333;
}

/*預設解除背景輪播-----------------------------*/
#content_main { 
    margin: 0; 
}
.bannerindex {
    position: static; 
    height: auto;
    width: 95%;
    max-width: 1800px;
    /*aspect-ratio: 2 / 1;*/
    margin: 0 auto;
    overflow: hidden;transition:all 0.3s;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { 
    height: auto; 
}

@media screen and (max-width: 768px) {
.bannerindex {
    padding: 0;
    margin: 0;
    width: 100%;
}
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {
    display: none;
}

/*大圖特效--------------------------------------*/
.bannerindex .swiper-slide.swiper-slide-active:before {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
	background: url(https://pic03.eapple.com.tw/howclean/word-01.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 8%;
	right: 7%;
	width: 80% !important;
	height: 80% !important;
	background-position: right;
	animation: wave-reveal 6s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
	background: url(https://pic03.eapple.com.tw/howclean/word-02.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 15%;
	left: 7%;
	width: 23% !important;
	height: 40% !important;
	background-position: left;
	animation: wave-reveal 6s both;
}
@keyframes wave-reveal {
	0% {
		clip-path: ellipse(100% 0% at 0% 0%);
	}
	100% {
		clip-path: ellipse(100% 100% at 50% 50%);
	}
}

/*HEADER--------------------------------------*/
.header_area{
    background: #ffffff;
}
.header_area.sticky{
    background: #ffffff;
}

/*HEADER選單----------------------------------*/
.fa-envelope::before{
    display: none;
}
a.me_tp_mail{
    display: none;
}
.stellarnav>ul>li>a:hover { 
    color: var(--MainColor);
    transition: 0.3s;
}
.stellarnav > ul > li > a{
    letter-spacing: 2px;
    margin: 0px 10px;
    font-size: 15px;
}
.me_tp_features{
    padding-right: 10px;
}

@media screen and (max-width: 1024px) {
    .me_tp_features{
        display: none;
    }
    .stellarnav > ul > li > a{
        line-height: 35px;
        height: 30px;
    }
}

/*第二層*/
.stellarnav li li a{
    font-size: 15px;
}
.stellarnav li li.has-sub > a{
    padding: 10px;
    font-size: 15px;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-bottom:none;
    border-left:none;
    border-top:none;
}
.stellarnav li.drop-left li.has-sub > a:after{
    border-bottom:none;
    border-left:none;
    border-top:none;
    border-right:none;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #444; 
    padding-left:14px;
    background-color: var(--SubColor);
    transition: 0.3s;
    font-weight: bold;
}
.stellarnav li li.has-sub > a:after{
    border-left:none;
}

/*選單最大寬度*/
.main_header_area .container{
    max-width: 95%;
}

@media only screen and (max-width: 768px) {
    .me_tp_features{
        margin: 0px 0 0;
    }
}

/*LOGO----------------------------------------*/
.nav-header{
    max-width: 160px;
}

/*浮動按鈕-------------------------------------*/
.linksBtn{
    background-color: #aaa;
}
.info_fix{
    bottom: 125px;
}
a.info_fix_default.info_fix_mail{
    display: none;
}
.info_fix_links a{
    background: #aaa;
}
.info_fix_links a:hover{
    transform: rotateY(360deg);
    transition: .5s ease-in-out;
    background-color: #444;
}
a.info_fix_default.info_fix_mes{
    order: 1;
}
a.info_fix_default.info_fix_line{
    order: 2;
}
a.info_fix_default.info_fix_mes2{
    order: 3;
}
a.info_fix_default.info_fix_ig{
    order: 4;
}
a.info_fix_default.info_fix_fb{
    order: 5;
}

/*直接展開*/
.info_fix_links{
    display: flex !important;
}
.info_fix>span{
    display: none;
}

/*TO TOP*/
#to_top{
    bottom: 95px;
    right:20px;
    background: #aaa;
    box-shadow: unset;
    color: #ffffff;
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 10px;
}
#to_top i.top{
    height: 10px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: #ffffff;
    height: 10px;
    top: 3px;
}

/*banner=====================================*/
.banner{
    background: repeat center center #F9F8F4;
    font-size: 25px;
    font-family: 'noto serif TC', sans-serif;
    color:#999;
}
.banner h5{
    display: flex;
    flex-direction: column;
    font-weight: normal;
}
.banner h5:after {
    content: '';
    width: 1px;
    display: block;
    left: 50%;
    position: absolute;
    height: 65px;
    background: #999999;
    margin-top: 100px;
}
.article_b .banner.banblog h5:before{
    content: 'ARTICLE';
    font-size: 50px;
    font-family: 'Cormorant Garamond';
    color:#999;
    letter-spacing: 0;
    font-weight: bold;
}
.article_a .banner.banblog h5:before{
    content: 'CASE';
    font-size: 50px;
    font-family: 'Cormorant Garamond';
    color:#999;
    letter-spacing: 0;
    font-weight: bold;
}

/*首頁文章====================================*/
.module_i_news01{
    padding: 50px 20px 120px 20px;
}
.i_blog_ri em{
    display: none;
}
.i_blog_ri h5{
    margin-bottom: 10px;
    font-family: 'noto serif TC', sans-serif;
    color: #222;
}
.module_i_news01 .title_i_box:before{
    content: 'CASE';
    font-size: 50px;
    font-family: 'Cormorant Garamond';
    color: #999;
    font-weight: bold;
}
.module_i_news01 .title_i_box h4{
    font-size: 25px;
    color: #999;
    font-family: 'noto serif TC', sans-serif;
}
.module_i_news01 .title_i_box{
    margin: 70px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module_i_news ul{
    display: grid;
    gap: 10px;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.module_i_news ul li{
    flex: 1;
}
.module_i_news_list, .module_i_news_list.swiper{
    padding: 30px 0;
}
.module_i_news02{
    padding: 120px 20px 70px 20px;
    background: var(--SubColor);
}
.module_i_news02 .title_i_box h4{
    font-size: 25px;
    font-weight: normal;
    color: #999;
    font-family: 'noto serif TC', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.module_i_news02 .title_i_box h4:before{
    content: 'ARTICLE';
    font-size: 50px;
    font-weight: normal;
    color: #999;
    font-family: 'Cormorant Garamond';
    font-weight: bold;
}
.i_blog_ri{
    width: 100%;
}
.i_blog_le{
    width: 100%;
    border-radius: 20px;
}
.module_i_news li a:before{
    content: 'Read More+';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    letter-spacing: 1px; 
    color: #999;
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
    font-family: 'Cormorant Garamond';
    font-weight: bold;
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: #ffffffde;
    border: 1px #999 solid;
    width: 0;
    backdrop-filter: blur(5px);
    border-radius: 20px;
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{
    border-bottom: none;
}
.animated-arrow{
    background: transparent;
    color: #999;
    border: 1px solid #999;
    border-radius: 15px;
}
.module_i_news li a{
    display: flex;
    flex-direction: column;
}

/*RWD*/
@media screen and (max-width:768px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .animated-arrow{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    .module_i_news .title_i_box{
        margin-top: 30px;
    }
}
@media screen and (max-width:320px) {
    .module_i_news ul{
        display: block;
    }
}

/*文章管理-------------------------------------*/
.blog_page .main_part { 
    max-width: 1350px; 
}
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_list_ri { 
    width: 100%; 
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { 
    display: none; 
}
.blog_list_ri h5 {
    position: relative;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    font-family: 'noto serif TC', sans-serif;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    padding-top: 8px;
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    border-radius: 20px;
}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_search input[type=search] { 
    border-radius: 2px;
 }
.blog_le .accordion { 
    border-radius: 2px;
 }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { 
    display: none;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 5px;
}
.subbox_item a:before { 
    display: none; 
}
.subbox_item a:after { 
    display: none; 
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}

/*RWD*/
@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}

/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px; 
    font-family: 'Cormorant Garamond';
}
h5.blog_le_t, 
h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
    font-family: 'noto serif TC', sans-serif;
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: var(--SubColor)!important;
}
.submenu li.on_this_category a, .submenu a:hover{
    background: #444;
    color:#fff;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #444 !important;
}

/*第二層*/
.articel_mainPic img{
    max-width: 50%;
}
.news_related{
    display: none;
}
.blog_back a.article_btn_back { 
    background: var(--SubColor); 
    color: #444;
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #444;
    transition: all 0.3s ease-in-out;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    color: #444;
}

/*FOOTER--------------------------------------*/
.footer_info li p:before{
    margin: 0 0px 0 0;
}
.footer_info li p.add2:before{
    content: '';
}
.box_link a{
    display: none;
}
.footer .center {
    padding: 0px 30px;
}
.copy a:hover {
    color: var(--MainColor);
}
.footer_menu a:first-child {
    display: none;
}
.footer {
    background:var(--MainColor);
    padding: 80px 0 0px;
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.footer_logo{
    display: none;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px 0px;
}
.footer_info li p {
    color: #444;
    font-size: 13px;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
    color: #444;
    font-size: 13px;
}
.footer_menu a:nth-last-of-type(1) {
    margin-right:0px ;
}
.footer_menu a:hover {
    background: #fff;
    color:#444;
    transition: .4s;
}
.copy {
    padding: 10px 0;
    width: 95%;
    margin: 15px auto 0px;
    font-size: 11px;
    color: #444;
}
.copy a{
    color: #444;
}
.footer_info li p a {
    color: #444;
    padding-left: 0px;
    letter-spacing: 2px;
    margin-left: 0px;
}
.footer_info li p.tel:before {
    content: 'TEL';
    position: absolute;
    letter-spacing: 7.3px;
}
.footer_info li p.mail:before {
    content: 'MAIL';
    position: absolute;
    letter-spacing: 2px;
}
.footer_info li p.add:before {
    content: 'ADD';
    position: absolute;
    letter-spacing: 5.2px;
}

@media screen and (max-width: 1200px){
.footer_info li:nth-child(1) {
    width: 50%;
}
.copy {
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width: 980px){
.footer_info ul {
    flex-wrap: wrap;
}
.footer_menu {
    justify-content: flex-start;
}
.box_link {
    top: -10px;
}
.copy {
    border: none;
}
.footer_menu {
    flex-wrap: wrap;
}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 5px;
}
.footer_logo {
    padding: 0px 18px;
}
.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}
.copy {
    margin-top: -10px;
}    
.footer {
    padding: 80px 0 0px;
}
}

@media screen and (max-width: 768px) {
.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}
.footer_info li+li {
    margin-top: 8px;
}
.footer_menu a {
    margin: 5px 5px;
    border: 1pt solid;
    border-radius: 0;
}
.copy {
    margin-top: 0px;
}
.footer.with_shopping_mode {
    padding: 50px 0 60px;
}
#bottom_menu li {
    background: #777;
}
#bottom_menu li a i {
    color: #ffffff;
}
#bottom_menu li a em {
    color: #FFF;
}
}

/*手機版選單-----------------------------*/
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav.mobile.right .close-menu, 
.stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
}
.stellarnav .menu-toggle, 
.stellarnav .call-btn-mobile, 
.stellarnav .location-btn-mobile, 
.stellarnav .close-menu{
    padding: 15px 10px;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    background: #333;
    border-radius:0;
    margin: 5px auto 4px;
}