@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+SAS:wght@100..400&display=swap');
:root {
    --MainColor: #876445; /*網站主要色系*/
    --SubColor: #CA965C; /*網站輔助色系1*/
    --SubColor2: #D8C8B8; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2:"Noto Serif HK", serif;;/*細明體*/
    --SFontE:"Caudex", serif;/*特殊字體*/
    --SFontE2: "Playwrite DE SAS", cursive;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
#content{background: #E9E0D8;}
.path { display: none;}
.edit_part { padding:0px;}
.contact_editbox {padding: 0;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 0;transition: 0.3s ease-in;position: fixed;}
.main_header_area .container {    max-width: 2000px;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 80px;    left: 0;
    top: 14px;
    max-width: 80px;
    position: relative;}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 110px;
    height: 180px;
    left: -10px;
    top: -25px;
    z-index:-1;
}




/*sticky*/
.header_area.sticky{position: fixed;background: #ffffff00;transition: 0.3s ease-in;}
.header_area.sticky  .nav-brand::after { width: 88px; height: 144px;}
.sticky .nav-header {  max-width: 60px;}
.sticky .stellarnav{transition: 0.3s ease-in;  background: #ffff;}


/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px; align-items: center; }
.stellarnav {  
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: 0.3s ease-in;   
    padding: 0 0 0 10px;
    background: #e7d8c8;
    backdrop-filter: blur(5px);
}
.stellarnav > ul > li {  padding: 15px 0;width: 120px;text-align: center;}
.stellarnav > ul > li::before{
    position: absolute;
    content: "";
    background: #202020cc;
    width: 1px;
    height: 20px;
    right: 0;
    top: 26px;
}
.stellarnav > ul > li:nth-child(7)::before, .stellarnav > ul > li:nth-child(8)::before{display: none;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont2);color:#000;letter-spacing: 1px;font-weight: 600;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav > ul > li:last-child > a:hover b:nth-child(2) {  color:#fff;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #000;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}


.stellarnav > ul > li > a b { height: 26px;}
.stellarnav > ul > li > a b:nth-child(2) {
  font-size: 12px;
  color:var(--MainColor);
  font-family:  var(--SFontE);
  line-height: 1.5;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
 opacity: 0;
 letter-spacing: 0;
 font-weight: 600;
}
.stellarnav > ul > li > a:hover b:nth-child(2) {  color: var(--MainColor);opacity: 1;}
.stellarnav > ul > li > a:hover b {
  transform: translateY(-9px);
  -webkit-transform: translateY(-9px);}

.stellarnav > ul > li:nth-child(7) { margin-right:120px;}
.stellarnav > ul > li:last-child{position: fixed;right: 0;top: 0;padding: 15px;background: var(--MainColor);border: 1px solid var(--MainColor);}
.stellarnav > ul > li:last-child a, .stellarnav > ul > li:last-child> a>b{color: #fff;}





/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);	padding-left:10px;background: var(--SubColor2);}

.stellarnav ul ul {padding-top: 15px;background: #ffffff00;}
.stellarnav li li {  border: none;border-bottom:1px solid #777;background: #fff;}







/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/

.pageIndex::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.07);
    background:url(https://pic03.eapple.com.tw/rshjhealthspa/roomin.png);
    background-repeat: no-repeat;
    background-position: center!important;
    position: fixed;
    background-size:contain!important;
    top:45%;
    left: 0%;
    z-index: 100000000;
    animation: logo1 2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
   opacity: 0;
}
@keyframes logo1 {
    0% {
   
         -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
opacity: 1;

      }
      60% {
       opacity: 1; 
      }
      100% {
      
  
         -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        opacity: 0;
      }
}

.pageIndex::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
     height: 0;
    padding-bottom: calc(100% / 1*0.07);
    background:url(https://pic03.eapple.com.tw/rshjhealthspa/roomin-w.png);
    background-repeat: no-repeat;
    background-position: center!important;
    position: fixed;
    background-size:contain!important;
    top:45%;
    left: 0%;
    z-index: 100000000;
    animation: logo2 2.5s  linear;
opacity: 0;
}
@keyframes logo2 {
    0% {  opacity: 1;  }
    95% {   opacity: 1; }
    100% {  opacity: 0; }
}

.pageIndex #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#D8C8B8;
    background-repeat: no-repeat;
    background-position: center!important;
    position: fixed;
    background-size:cover!important;
    top:0%;
    left: 0%;
    z-index: 10000000;
    animation: logo 3.5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
 
}
@keyframes logo {
    0% {
        -webkit-transform: perspective(1000px)translateZ(0);
                transform: perspective(1000px)translateZ(0);
        opacity: 1;
      }
      60% {
        opacity: 1;
      }
      100% {
      
        -webkit-transform: perspective(1000px) translateZ(100px);
                transform: perspective(1000px) translateZ(100px);
        opacity: 0;
      }
}
/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn01-be-1.png) no-repeat;
    background-size: contain!important;
    background-position: left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.12);
    left: 15%;
    top:23%;
    z-index: 1;
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn02-be-1.png) no-repeat;
    background-size: contain!important;
    background-position: right;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.12);
    right:8%;
   bottom:15%;
    z-index: 1;
}



/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: left;
    min-height: 600px;
    position: relative;
}
.banner h5{
    position: absolute;
    content: "";
    font-family: var(--SFont2);
    font-size:var(--f36);
    color: #fff;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.banner h5::after{
position: absolute;
content: "";
font-size: var(--f28);
font-family: var(--SFontE2);
left: 50%;
transform: translateX(-50%);
top: -35px;

}

.banner h5::before{
position: absolute;
content: "";
font-size: var(--f24);
letter-spacing: 3px;
color: var(--SubColor);
left: 50%;
transform: translateX(-50%);
top: 60px;
width: max-content;
}
.article_a .banner h5::after{content: "News";}


.services_page .banner{background: #ffffff00;}
.services_page .banner::after{
    position: absolute;
    content: "";
     background: url(https://pic03.eapple.com.tw/rshjhealthspa/banner-service-af.svg) no-repeat;
     background-size: contain!important;
     background-position: left!important;
     width:180px;
     height: 75px;
     left: 15%;
     top: 400px;

}
.services_page .banner::before{
    position: absolute;
    content: "汗蒸幕・鹽蒸房・陶板浴三大養生體驗，在「日享汗蒸」，我們以天然礦石、遠紅外線與恆溫熱能，喚醒身體的循環力，帶來深層放鬆與健康平衡。";
    font-size: 16px;
    color: var(--color);
     width:600px;
     left: 15%;
     top: 490px;
     text-align: left;

}
.services_page #content{   
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/p2_bg.png) no-repeat;
    background-attachment: fixed;
}
.services_page .banner h5{color: var(--MainColor);left: 15%;transform: unset;top: 250px;}
.services_page .banner h5::after{content: "Service";font-weight: 400;left: 0;transform: unset;}





/*Footer/＝＝＝＝＝*/
.footer{background: var(--SubColor2);}
.footer_logo{    max-width: 70px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
width: calc(100% - 100px);}
.footer_info li{  width: 45%;}
.footer_info li p {  color: #000;}
.footer_info li p a {  color: #000;}

.footer_info li p:before {font-family: var(--SFont2);color: var(--MainColor);font-weight: bold;}
.footer_info li p.tel:before { content: '電話';}
.footer_info li p.add:before { content: '地址';}
.footer_info li p.mail:before { content: '信箱';}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    transition: all 0.3s;
    border: none;
    color: #000;
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: ">";
    background: #000;
    color: var(--SubColor2);
    background-size: contain;
    border-radius:8px ;
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
    display: flex;
        justify-content: center;
    align-items: center;
}
.footer_menu a:hover::after{background: var(--MainColor);}

.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--MainColor);}
.copy {    background: var(--SubColor2);    color: #000;	border:none;}
.copy a{    color:var(--MainColor);transition:all 0.3s;}
.box_link{display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*url(https://pic03.eapple.com.tw/rshjhealthspa/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;margin-top: 0;column-gap: 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:var(--MainColor);}
.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:var(--MainColor);}

.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;}

.products-list .name { text-align: center;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);}
    .product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--color);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}





/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
h5.blog_le_t{color: var(--MainColor);font-family: var(--SFont2);}
.accordion li .link a {font-family: var(--SFont2);}
.blog_le .accordion{border: none;border-radius: 0;}
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:#ffffff00 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:var(--SubColor2) !important;  font-size: 15px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;letter-spacing: 1px;}

.blog_le .accordion > li>.link a::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    transition: 0.3s ease-in;
    z-index: -1;
}
.blog_le .accordion > li:hover>.link a::after, .blog_le .accordion > li.on_this_category .link a::after {transition: 0.3s ease-in;width: 100%;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:1px solid var(--color2) ;}
.blog_le .accordion > li.open{ border: 1px solid var(--color2);}

.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;font-family: var(--SFont2);border-bottom:1px solid var(--MainColor) ;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;}
.subbox_item a:before {
    content: 'MORE';
    bottom: unset;
    top: 0;
    color: #fff;
    background: var(--MainColor);
    padding: 5px 15px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}



.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}
.blog_list_le { overflow: hidden;}
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);transition: 0.3s ease-in;}

/*article_a- 最新消息*/
.article_a .subbox_item a {  grid-template-columns: 1fr;padding-bottom: 30px;}
.article_a .blog_subbox { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.article_a .blog_list_ri { display: flex;  flex-direction: column;}
.article_a .blog_list_ri em{order: 1;}
.article_a .blog_list_ri h5{order: 2;}
.article_a .blog_list_ri p{order: 3;}
.article_a .subbox_item a:before{
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    opacity: 1;
    color: #000;
    background: #ffffff00;
}
.article_a .subbox_item a:hover:before{color: var(--MainColor);}
.article_a .subbox_item a:after{border: none;border-bottom:1px solid var(--MainColor);width: 0;font-family: var(--SFontE);font-size: 15px;}
.article_a .subbox_item a:hover:after{width: 100%;}

.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/


/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1250px) { 

.banner {  min-height: 400px;}
.banner h5 { top: 230px;}
}
@media screen and (max-width:1024px) { 
.nav-header {max-width: 55px;        margin: auto auto auto 0;}
.header_area .nav-brand::after {
    width: 78px;
    height: 144px;
 }   


.sticky .nav-header { max-width: 50px;}
.header_area.sticky .nav-brand::after {
    width: 72px;
    height: 125px;
}

.stellarnav ul {text-align: right;  }

}
    
    @media screen and (max-width: 980px) { 

    .stellarnav > ul > li > a b {color: var(--MainColor);}
    
    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}

    .banner {  min-height: 350px;}
    .banner h5 { top: 230px;}
    
    
    }
    @media screen and (max-width:910px) { 

    /*大圖*/
    .pageIndex::before , .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.09);}




    .header_area {background: #fff;  position: static;transition: 0.3ss ease-in;}
    .nav-header {
        max-width: 130px;
        position: static;
        text-align: center;
        margin: auto;
        padding-bottom: 15px;
        }
    .header_area .nav-brand::after{display: none;}
    .navigation {  padding: 10px 0 0 0;}
    .nav-brand img{display: none;}
    .nav-brand{
        background: url(https://pic03.eapple.com.tw/rshjhealthspa/logo-header-910.png) no-repeat;
        background-size: contain;
        width:130px ;
        height:54px;
    }
    .stellarnav { position: relative;background: #ffffff;}
    .stellarnav > ul::before{
    position: absolute;
    content: "";
    background: #525252c2;
    height: 1px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    }
    .stellarnav ul { text-align: left;}
    .stellarnav > ul > li { padding: 10px 7px;width: 100px;}
    .stellarnav > ul > li::before {  top: 22px;}
    .stellarnav > ul > li:last-child {padding: 10px 7px;}
    .stellarnav > ul > li:nth-child(7) { margin-right: 100px;}

    .header_area.sticky{background: #fff;}
    .sticky .nav-header {max-width: 130px;}
    .sticky .nav-brand img{display: none;}
    .sticky .nav-header { max-width: 130px;}
        }


    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        .footer_info { padding: 0 60px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
        .box_link { top: 193px;  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:100px;padding-bottom: 0; top: 0; position: relative;  z-index: 99999;}
    .nav-brand {  height: 41px}
    .navigation { padding: 10px 0;}
    .sticky .nav-brand{background: #ffffff00;        width: 50px;margin: auto auto auto 0;}
    .sticky .nav-brand img {display: block}
    .sticky .nav-header::after{
        position: absolute;
        content: "";
        background:#fff ;
        width: 77px;
        height:0x;
        left: -10px;
        top: -10px;
        z-index: -1;
        transition: 0.5s ease-in;
    }
    .sticky .nav-header::after{       height: 109px;transition: 0.5s ease-in;}
    /*大圖*/
    .swiper-banner .swiper-slide img{display: none;}
    .bannerindex .swiper-fade .swiper-slide:nth-child(1){
        background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn01-768-1.png) no-repeat;
          background-size: contain!important;
        width: 100%;
        height: 0;
        padding-bottom:calc(100% / 1*0.78) ;
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn01-768-be-1.png) no-repeat;
    padding-bottom: calc(100% / 1*0.17);
    background-position: right;
    left: unset;
    right: 10%;
    top: unset;
    bottom: 15%;
    }


    .bannerindex .swiper-fade .swiper-slide:nth-child(2){
        background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn02-768-1.png) no-repeat;
        background-size: contain!important;
        width: 100%;
        height: 0;
        padding-bottom:calc(100% / 1*0.78) ;
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    background: url(https://pic03.eapple.com.tw/rshjhealthspa/bn02-768-be-1.png) no-repeat;
    background-size: contain!important;
    padding-bottom: calc(100% / 1*0.17);
    right: unset;
    left: 10%;

    }












    /*手機側邊欄位*/
    .stellarnav {  backdrop-filter: unset;}
    .nav-header {  margin: auto auto auto 10px; }
    .stellarnav.mobile { right: 0;left: unset; top: 10px;}
    .sticky .stellarnav.mobile {  top: 10px;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059;background: var(--MainColor); }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 17px;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
    .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #fff;}
    .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav > ul::before, .stellarnav > ul > li::before{display: none;}
    .stellarnav.mobile > ul > li { width: 100%;border-bottom:none ;        padding: 0;}
    .stellarnav.mobile li a { border-bottom: none}
    .stellarnav.mobile > ul > li > a, .sticky .stellarnav > ul > li > a{ padding: 20px 15px; }
    .stellarnav > ul > li > a b:nth-child(1) , .sticky .stellarnav > ul > li > a { color:#fff; font-weight: bold;}
    .stellarnav > ul > li > a b:nth-child(2) { opacity: 1;line-height: 2;color: #fff;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--SubColor2);font-weight: bold;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;        max-width: 300px;}
.stellarnav > ul > li:last-child {  
    position: relative;
    padding: 0;
    background: #ffffff00;

}
.stellarnav > ul > li:last-child>a{    
    border: 1px solid #fff;
    border-radius: 30px;
}






    .stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background: #ffffff00;
        color: #fff;
    }
    .stellarnav.mobile li.open {background:#73543c;}
    .stellarnav.mobile li.open>a{  color: var(--MainColor);  }
    .stellarnav.mobile ul ul { padding-top: 0;background: #ffffff00!important;padding: 0 25px;        border-top: 1px solid #ffffff9e;}
    .stellarnav li li { background: #ffffff00;border-bottom:none;}
    .stellarnav.mobile> ul>li> ul> li> a{color: #ffffffbb;}





    .banner {  min-height: 280px;}
    .banner h5 { top: 170px;}






    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer_logo { margin: 0 auto;max-width: 60px;}
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_info ul { width: 100%;}
    .footer_info li { width: 90%;}
    .footer_menu {    margin: auto;        grid-template-columns: 1fr 1fr 1fr;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        align-items: flex-start;
        gap: 0;
    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    
    .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) { 
    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .banner {  min-height: 220px;}
    .banner h5 { top: 120px;}

    }
    @media screen and (max-width: 500px) { 
    .footer_menu {  grid-template-columns: 1fr 1fr;}
    .footer_info { padding: 0 60px 0 10px;}


    .article_a .subbox_item a { padding-bottom: 0px;}

    .article_a .blog_list_le{position: relative;}
    .article_a .blog_list_ri {
    position: absolute;
    bottom: 0;
    background: #e9e0d9d1;
    backdrop-filter: blur(5px);
    width: 85%;
    right: 0;
    padding: 15px 10px 40px;
     }
    .article_a .subbox_item a:before {
    left: unset;
    right: 0;
    }
    .article_a .blog_list_ri em {  color: #202020;}
    .article_a .blog_list_ri p { -webkit-line-clamp: 3;}
    .article_a .subbox_item a:hover:after { border-bottom: none;}
    .article_a .subbox_item a:before {border: 1px solid var(--MainColor);}
    .article_a .subbox_item a:hover:before {
    color: #fff;
     background: var(--MainColor);
}

    }
    @media screen and (max-width: 420px) { 
    .footer_logo { max-width: 40px;}
    .footer_info {  flex-wrap: wrap;flex-direction: column;        padding: 0;}
    .footer_info li p { text-align: center;}
    .footer_menu { width: max-content;}

    /*大圖*/
    .pageIndex::before , .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.11);}


        .article_a .blog_list_ri p { -webkit-line-clamp: 2;}
    }
    @media screen and (max-width: 375px) { 
    
    }
    
    