@charset "utf-8";
:root {
  --WebColor01: #52737b;
  --WebColor02: #e7bf79;
  --WebColor03: #d7dcdf;
  --WebColor04: #c5c5c5;
  --WebColor05: #353a3a;
  --SFont:"Noto Serif TC", serif;/*特殊字體*/
  --SFontE:"Cormorant Garamond", serif;/*特殊字體*/
  --pd100:100px 0;
  --m120:120px;
  --m100:100px;
  --m80:80px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1024px) {
:root{
  --m120:100px;
  --m100:85px;
  --m80:65px;
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m120:85px;
  --m100:70px;
  --m80:50px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m120:60px;
  --m100:50px;
  --m80:40px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #e7bf79;  color:#52737b;}
::selection{  background-color: #e7bf79;  color:#52737b;}
/**/
body{font-family: var(--SFont);background: #edede8;}

.main_part{width: 90%;max-width: 1500px;padding: var(--m100) 0;}
.show_content{padding: 0;width: 100%;}

.animated-arrow {    background: var(--WebColor01);}
.shop_search_btn {    background: var(--WebColor01);}
.contact_le_map a{background: var(--WebColor01);}
.contact_form li.last cite{background: var(--WebColor01);}
.products-list .more{border-color: var(--WebColor01);color: var(--WebColor01);}
.products-list .item a:hover .more {    background: var(--WebColor01);}


/*****************************************/

/*HEADER*/
.header_area {    background: #edede8;backdrop-filter: blur(3px);border-bottom: 1px solid transparent;transition:all 0.5s;}
.header_area.sticky {    background: rgb(237 237 232 / 95%);border-bottom-color: #cdcdcd;transition:all 0.5s;}
.main_header_area .container {  width: 90%;  max-width: 1600px;    padding: 0 15px;}
.stellarnav > ul > li{padding: 0 10px;}
.stellarnav > ul > li:after {
    content: "";
    width: 3px;
    height: 1px;
    position: absolute;
    background: var(--WebColor01);
    left: 50%;transform:translateX(-50%);
    bottom: 0;
    border-radius: 10px;
    transition: all 0.3s;
    opacity: 0;
}
.stellarnav > ul > li:hover:after{width: 100%;opacity: 1;}
.stellarnav > ul > li > a{margin: 0;transition:all 0.3s;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-size: 85%;font-weight: 700;}
.stellarnav > ul > li.has-sub > a{padding: 0;}
.stellarnav > ul > li:hover > a{color: var(--WebColor01);}
.stellarnav ul ul {    left: 50%;    transform: translateX(-50%);}
.stellarnav > ul > li li a{transition:all 0.3s;text-align: center;}
.stellarnav > ul > li li a:hover{background: var(--WebColor01);color: #fff;}

.stellarnav li.has-sub > a:after{content:none;}

.navigation {    grid-template-columns: 250px 1fr;    align-items: center;}
.nav-header {    max-width: 250px;    grid-row: unset;}
.me_tp_features{display: none;}


/*電腦LOGO*/
.nav-brand {}
.nav-brand img {    display: block;}
/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content_main { margin:0;background: #edede8;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}

/*slogan*/
.pageIndex .swiper-slide:before {
    position: absolute;
    bottom: 12.5%;
    left: 5%;
    z-index: 2;
    line-height: 170%;
    letter-spacing: 0.03em;
    font-size: var(--f24);
    white-space: pre;
    border: 1px solid;
    padding: 0.75em 2.5em;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);border-radius: 0 1em 0 0;
}
.pageIndex .swiper-slide:nth-child(1):before{content:"從藍圖開始\A把夢想住進現實裡";}
.pageIndex .swiper-slide:nth-child(2):before{content:"每一次空間規劃\A都是為未來留下的伏筆";}

/**/

.bannerindex {    width: 100%;transition:all 0.3s;   aspect-ratio: 7/3;    margin: 0 auto;    overflow: hidden;transition:all 0.3s;}
.swiper-banner {    height: 100%;}
.swiper-pagination{display: none;}
.swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
.bannerindex {    aspect-ratio:3/2; }
}
@media screen and (max-width: 768px) {
.bannerindex {    padding: 0;    margin: 0; aspect-ratio:7/6; }
}
@media screen and (max-width: 600px) {
.bannerindex {    aspect-ratio:3/4; }
}



/* 商品下拉超過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個但次分類直接顯示-結束 */

/*FOOTER*/
.footer {    background: #edede8;    border-top: 1px #cdcdcd solid;    padding-top: var(--m50);}
.footer .center {    max-width: 1800px;width: 90%;}
.footer_info li p , .footer_info li a{color: var(--WebColor05);}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));    gap: 5px;}
.footer_menu a {    margin: 0;  text-align: center; padding: 5px; transition: all 0.3s;}
.footer_menu a:hover {    background: var(--WebColor01);}
.copy {    background: var(--WebColor01);    color: #fff;  border:none;}
.copy a{    color: #fff;transition:all 0.3s;}

.box_link{display: none;}

/*TOP BUTTON*/
#to_top {
    font-size: 15px;
    left: unset;
    right: 15px;
    bottom: 90px;
    height: 70px;
    width: 50px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    color: #555;
    font-family: var(--SFontE);
}
#to_top i.top {display: none;}
#to_top:after {    content: "";    background: #555;    height: 40px;    width: 1px;    display: block;    margin: 10px auto 0;transition:all 0.4s;}
#to_top:hover{color: var(--WebColor01);}
#to_top:hover:after{background: var(--WebColor01);height: 20px;}
/**/
/*浮動按鈕*/
.info_fix {        width: 50px;    bottom: 180px;right: 15px;transition:all 0.5s;}
.info_fix_links {
    background: rgb(197 197 197 / 70%);
    display: flex !important;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
}
.linksBtn{display: none !important;}
.info_fix_links a {    width: 30px;    height: 30px;    background: transparent;color: #222;border-radius:0;margin: 0;}
.info_fix_links a + a{margin-top: 7px;}
.info_fix_links a:hover{background: transparent;color: var(--WebColor01);}
.info_fix_links a.info_fix_yt img , .info_fix_links a.info_fix_tt img{max-width: 25px;filter: invert(9%) sepia(1%) saturate(2%) hue-rotate(314deg) brightness(40%) contrast(100%);transition:all 0.3s;}
.info_fix_links a.info_fix_yt:hover img , .info_fix_links a.info_fix_tt:hover img{filter:none;}
a.info_fix_default.info_fix_mail{display: none;}

/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.services_page .path , .contact_page .path{display: none;}


/*內頁BANNER 設定*/
.banner:not(.privacy_page .banner) {position: relative;background-image: url(https://pic03.eapple.com.tw/nanowarmdesign/sBanner_01.jpg);background-size: cover;background-position: center;height: 35vw;max-height: 400px;min-height: 250px;}
.banner:not(.privacy_page .banner) h5{font-size: var(--f28);color: #fff;position: absolute;left: 50%;transform:translateX(-50%);width: 90%;bottom: var(--m80);text-shadow:0 0 5px rgba(0,0,0,0.3);transition:all 0.3s;}
.banner:not(.privacy_page .banner) h5:before {content:"NANOWARM";font-family: var(--SFontE);font-size: var(--f20);display: block;text-align: center;}


.services_page .banner{background-image: url(https://pic03.eapple.com.tw/nanowarmdesign/sBanner_03.jpg) !important;}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/nanowarmdesign/sBanner_04.jpg) !important;}
.video_page .banner{background-image: url(https://pic03.eapple.com.tw/nanowarmdesign/sBanner_05.jpg) !important;}
.contact_page .banner{background-image: url(https://pic03.eapple.com.tw/nanowarmdesign/sBanner_06.jpg) !important;}
.product_page .banner , .product_info_page .banner{}
.album_class_page .banner{}

.services_page .banner h5:before{content:"SERVICE" !important;}
.banner.banblog h5:before{content:"PORTFOLIO" !important;}
.video_page .banner h5:before{content:"MEDIA" !important;}
.contact_page .banner h5:before{content:"CONTACT" !important;}



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.prod_part{padding: var(--m100) 0;}

.pageIndex .products-list{gap:var(--m50) var(--m30);}
.prod_part section{width: 90%;max-width: 1500px;}


.products-list .price b.ori_price{color: #444;}
.products-list .price b.sp_price{color: var(--WebColor01);font-weight: bold;}

.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-layer-two li a , .video-layer-two li a{background: transparent;color: var(--WebColor03);padding: 10px 5px;    font-weight: bold;}
.product-layer-two li.active , .video-layer-two li.active{    border-bottom: 1px solid var(--WebColor01);    padding-bottom: 0;}
.product-layer-two li.active a , .video-layer-two li.active a{    border: none;    color: var(--WebColor01);}

.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;}


.inquiry_a1{    background: var(--WebColor03);}
.inquiry_a2{    background: var(--WebColor02);}
.inquiry_a3 {    background: var(--WebColor01);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--WebColor04);}

.prod_related{padding: var(--m100) 0;}
.related_list{max-width: 1500px;width: 90%;}
.lastPage{background: var(--WebColor01);border-radius:50px;margin-bottom: 0;}


@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.privacyContent{max-width: 100%;}
.privacy_page .main_part{padding: var(--m100) 0;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/

.module_i_news{padding: var(--m100) 0 ;background: #fff;}
.module_i_news section{max-width: 1500px;width: 90%;}
.module_i_news ul{grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));}
.blog_subbox , .module_i_news ul{grid-gap: var(--m50) var(--m30) ;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--WebColor01) !important;}
.submenu a:hover {    background: var(--WebColor02);}

h5.blog_le_t{font-size: ;}
h5.blog_le_t em{font-family: var(--SFont);font-size: var(--f24);}
h5.blog_le_t span{font-family: var(--SFontE);font-size: var(--f20);}

h4.blog_category_title{font-size: var(--f28);}


.subbox_item a , .module_i_news li a {    height: 100%;    display: flex;    flex-direction: column;grid-gap: 20px;}
.subbox_item a:before , .module_i_news li a:before {content:none;}
.subbox_item a:after , .module_i_news li a:after {
    content: "READ MORE";
    opacity: 1;
    background: transparent;
    position: relative;
    border: none;
    font-family: var(--SFontE);color: var(--WebColor04);
    text-align: center;
    border-bottom: 1px solid var(--WebColor04);
    padding-bottom: 10px;
}
.blog_list_le , .i_blog_le{aspect-ratio:4/3;overflow: hidden;}

.blog_list_ri , .i_blog_ri{    flex: 1;}
.blog_list_ri h5 , .i_blog_ri h5{font-size: var(--f24);text-align: center;}
.blog_list_ri p , .i_blog_ri p{text-align: center;margin-top: 5px;}
.blog_list_ri em , .i_blog_ri em{display: none;}

.subbox_item a:hover:after , .module_i_news li a:hover:after{color: var(--WebColor05);border-bottom-color: var(--WebColor05);}
.blog_list_le img , .i_blog_le img{transition:all ease-in 0.5s;}
.subbox_item a:hover .blog_list_le img , .module_i_news li a:hover .i_blog_le img{transform:scale(1.05);}




/**/
.news_tags a {    margin-right: 10px;    color: var(--WebColor01);background: var(--WebColor03);    padding: 0 5px;transition:all 0.3s;}
.news_tags a:hover{color: #fff;    background: var(--WebColor01);}

.blog_back {    max-width: 400px;    margin: var(--m50) auto 0;}
.blog_back a.article_btn_back{background: var(--WebColor01);}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: var(--WebColor05);}

.news_related{background: #fff;padding: var(--m100) 0;}
.news_related_list{width: 90%;max-width: 1500px;}
.news_related h6 span:before{content:"‧ PORTFOLIO";font-size: var(--f20);color: var(--WebColor01);font-family: var(--SFontE);display: block;}
.news_related h6 span:after{content:"更多作品";font-size: var(--f28);color: var(--WebColor05);display: block;}
.news_related_list li a p{margin-top: 10px;font-size: var(--f18);}


/*article_info_default*/
.articel_mainPic{margin-bottom: var(--m50);}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.video-list{    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));margin-top: var(--m30);}
.video-list .vidTitle {
    border-bottom: 1px solid var(--WebColor04);
    padding-bottom: 15px;
    display: block;
    height: auto;
}


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/




/*聯絡我們*/
.contact_content{padding: 0;}
.contact_content .information_left{}
.contact_content .information_right{}
.list_before , .contact_form{margin: var(--m30) auto var(--f20);}

.list_before.info li:before {    font-family: var(--SFontE), var(--SFont);}
.blank_letter {    padding-top: 0;    font-family: var(--SFont);font-size: var(--f28);}

.contact_form {    gap: var(--m30);    grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));    align-items: baseline;}
.contact_form li{grid-template-columns: 1fr;}
.contact_form li .form__label{font-size: var(--f16);max-width: 100%;text-align-last: left;color: #222;font-weight: bold;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fill, minmax(13px, 13px) minmax(150px, 1fr));}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
.main_header_area .container {  width: 100%;}
.nav-header {    max-width: 200px;}

}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 768px) {
.header_area {    backdrop-filter: unset;}
.stellarnav.mobile{}
.stellarnav > ul > li {    padding: 0 3px;}
.stellarnav > ul > li.has-sub > a{padding: 10px 43px 10px 10px;}
.stellarnav > ul > li > a b:nth-child(2){display: block; }
.stellarnav > ul > li:after{content:none;}
.stellarnav > ul > li li a{text-align: left; }

/*聯絡我們*/
.contact_content .information_left{padding: 0; }
.contact_content .information_right{padding: 0;margin-top: var(--m50); }


/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 55px; }
.info_fix {    width: 45px;}
#to_top {    width: 45px;    bottom: 100px;    }
#bottom_menu li:nth-child(n+2){ display: none !important;  }

}

@media screen and (max-width: 600px) {
.nav-header {    max-width: 180px;}
.stellarnav .menu-toggle {        padding: 10px;    }

.contact_form li .form__label{background: transparent;  padding: 0;  }

}




