@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=Chiron+Sung+HK:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
:root {
    --MainColor: #B89C6A; /*網站主要色系*/
    --SubColor: #5e5d5d; /*網站輔助色系1*/
    --SubColor2: #4e2b0f; /*網站輔助色系2*/
    --color:#c06600;
    --SFont:"Chiron Sung HK", serif;/*黑體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
  --SFontE2: "El Messiri", sans-serif;/*特殊字體*/

    --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;
    }
}
.edit_part { padding: 0;}
.pageIndex #content_main { background: #ffffff00;}
.contact_editbox { padding: 0;}
#content{background: url(https://pic03.eapple.com.tw/yunmanlife/bg.jpg);background-repeat: repeat-y;}
.path { display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;transition: 0.3s ease-in-out;position: absolute;}
.main_header_area .container {  max-width: 1500px;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/

.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}
.nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 100%; */
    transform: scale(2.3);
    top: 90%;
    left: 10%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(144deg) brightness(99%) contrast(105%);
       
}



/*sticky*/
.header_area.sticky{
    position: fixed;
    transition: 0.3s ease-in-out;
    backdrop-filter: blur(9px);    
    background: #dcbf9b5e;
    border-bottom: 1px solid #fff;}
.sticky .main_header_area .container {  max-width: 2000px;}
.sticky .nav-header { transform: unset;   position: unset;transition: 0.3s ease-in-out;   max-width: 150px;}

.sticky .stellarnav ul ul {
    transition: 0.3s ease-in-out; 
    padding-top: 28px;
    background: #ffffff00;}







/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding:0 0 10px 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: #fff;letter-spacing: 1px;font-family: var(--SFont);}
.stellarnav > ul > li > a b{font-weight: 600;}

.stellarnav > ul > li:hover > a{color: var(--color);}
.stellarnav > ul > li > a:hover b{color: var(--color);}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--color);}
.stellarnav > ul > li:nth-child(6){display: none;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: #fff;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: #dba236bd;}

.stellarnav ul ul { background: #cfa85ee0;}
.stellarnav li li {  border: 1px #d3a538 solid;background: #f5d089ad;backdrop-filter: blur(9px);}

/* 商品下拉超過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;} s
.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{
    position: fixed;
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.12);
    background: url(https://pic03.eapple.com.tw/yunmanlife/logo.svg);
    background-size: contain!important;
    background-repeat: no-repeat;
    background-position: center!important;
    top: 45%;
    left: 0%;
    transform: translate(0%, -45%) ;
    z-index: 100000000;
    animation: logo 3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
   filter:drop-shadow(2px 2px  3px #fff) ;
}

@keyframes logo {
    0% {
        -webkit-transform: perspective(1000px)translateZ(0);
                transform: perspective(1000px)translateZ(0);
        opacity: 1;
      }
      60% {
        opacity: 0.8;
      }
      100% {
      
        -webkit-transform: perspective(1000px) translateZ(100px);
                transform: perspective(1000px) translateZ(100px);
        opacity: 0;
      }
}

.pageIndex::before{
    position: fixed;
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    
    background: url(https://pic03.eapple.com.tw/yunmanlife/logo-bg-1.png);
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center top!important;
    top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 100000000;
    animation: logo-bg 3s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
   filter:drop-shadow(2px 2px  3px #fff) ;
   
}

@keyframes logo-bg {
    0% {
        -webkit-transform: perspective(1000px)translateZ(0);
                transform: perspective(1000px)translateZ(0);
                 top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
        opacity: 1;
        animation-delay: 0.5s;
      }
      60% {
        opacity: 0.8;
      }
      100% {
      
        -webkit-transform: perspective(1000px) translateZ(100px);
                transform: perspective(1000px) translateZ(100px);
                 top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
        opacity: 0;
      }
}



.pageIndex #page::after{
    content: "";
     position: fixed;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/yunmanlife/room-in.png)no-repeat;
    background-size:contain;
    background-position: center;  
  
    top: 0;
    left: 0;
    z-index: 90000;
    opacity: 0;
    animation:  could 5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
      transform: scale(1.5);
}
    @keyframes could{
    0% { left: 0;opacity: 1;}
    50% {  opacity:0.7;}
    100% {left: 100%;opacity: 0;}
}

.pageIndex #page::before{
    content: "";
     position: fixed;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/yunmanlife/room-in-be.png)no-repeat;
    background-size: contain;
    background-position: center;  

    top: 0;
    right: 0;
    z-index: 10000;
    opacity: 0;

    animation:  could2 4s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    transform: scale(1.5);
  
}
    @keyframes could2{
    0% {  right:0%;opacity: 1;    animation-delay: 0.5s;}
    50% {  opacity:0.7;}
    100% { right: 100%;opacity: 0;}
}






/*往下滑*/

.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/yunmanlife/bn-s-logo.png) no-repeat,
     linear-gradient(180deg, #ffffff00, #ffffff8f, #fff);
    backdrop-filter: saturate(90%) blur(7px);
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom 1s ease-out;
    pointer-events: none;
  
  }
  @keyframes bottom {
    0% {
      opacity: 0;

    }
    100% {
      opacity: 1;;
    
    }
  }
  .header_area.sticky~ .bannerindex .swiper-banner::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/yunmanlife/bn-s.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom2 1s ease-out;
    animation-delay: 2s;
    pointer-events: none;

  
  }
  
  @keyframes bottom2 {
    0% {
      opacity: 0;

    }
    100% {
      opacity: 1;;
    
    }
  }








/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.swiper-fade .swiper-slide:nth-child(1)::after{}

.swiper-fade .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
background: url(https://pic03.eapple.com.tw/yunmanlife/bn01.svg) no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% /1*0.2 ) ;
    right:20%;
    top: 35%;
    z-index: 1;
}

.swiper-fade .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
background: url(https://pic03.eapple.com.tw/yunmanlife/bn02.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% /1*0.08) ;
   left:15%;
    top: 70%;
    z-index: 1;
}

/*Banner/＝＝＝＝＝*/

.banner{
    background: url(https://pic03.eapple.com.tw/yunmanlife/banner.png) no-repeat;
    background-size: cover!important;
    background-position: right!important;
    min-height: 700px;
    position: relative;
    overflow: hidden;
}
.banner::after{
position: absolute;
content: "";
background: url(https://pic03.eapple.com.tw/yunmanlife/banner-af.png);
background-size:cover;
background-repeat: repeat-x;
background-position: bottom!important;
width:100%;
height: 0;
    padding-bottom: calc(100% / 1 * 0.5);
left:0;
bottom:0px;
animation: play 50s linear infinite;
z-index: 0;
opacity: 0.8;
}
@keyframes play {
    0% {
        transform: translateX(0);      
      }
    100% {
           transform: translateX(-100%);      
        }
    
    }



.banner h5{
    font-size:var(--f28);
    position: absolute;
    content: "";
    font-family: var(--SFont);
    color: #fff;
    top: 400px;
    width: 100%;
    z-index: 99;
}
.banner h5::before{
    position: absolute;
    content: "";
    font-size: var(--f100);
    font-family: var(--SFontE2);
    left: 50%;
    transform: translateX(-50%);
    top:-110px;
    color: #fff;

}

.blog_page .banner, .blog_in_page  .banner{background: url(https://pic03.eapple.com.tw/yunmanlife/banner-blog.png) no-repeat;}
.blog_page .banner h5::before, .blog_in_page  .banner h5::before{content: "Q&A";}

.article_a  .banner h5::before, .blog_in_page   .banner h5::before{content: "NEWS";}


.services_page .banner{background: url(https://pic03.eapple.com.tw/yunmanlife/banner-service.png) no-repeat;}
.services_page .banner h5{color: var(--MainColor);}
.services_page .banner h5::before{content: "SERVICE";color: #353535;}


.contact_page .banner{display: none;}

/*Footer/＝＝＝＝＝*/
.footer .center { max-width: 1800px;}
.footer{background: var(--MainColor);position: relative;}
.footer::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/yunmanlife/logo-footer-bg.jpg) no-repeat;
    background-size: contain;
     width: 500px;
    height: 156px;
    z-index: -1;
    left: -250px;
    top: 0;
    mix-blend-mode: multiply;
}
.footer::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/yunmanlife/logo-footer-bg-be.jpg) no-repeat;
    background-size: contain;
     width:250px;
    height: 156px;
    z-index: -1;
      left: 200px;
    top: 0px;
    mix-blend-mode: multiply;
}
.footer_logo{max-width: 210px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(144deg) brightness(99%) contrast(105%);}
.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% - 300px);
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.footer_info li{  width: 45%;}
.footer_info li p {  color: #fff;font-family: var(--SFont);}
.footer_info li p:before{}
.footer_info li p a {  color: #fff;font-family: var(--SFont);}
.footer_info li p.mail{display: none;}






.footer_menu {    display: grid;    grid-template-columns:1fr 1fr  1fr  1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
    font-family: var(--SFont);
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/yunmanlife/icon01.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    
}
.footer_menu a:nth-child(6){display: none;}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;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/yunmanlife/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:sticky; 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;}

/*家屬專區-文章article_a*/
h5.blog_le_t em{font-family: var(--SFont);}
.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:var(--MainColor) !important;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
.subbox_item a{padding: 5px;}
.article_a .blog_list_ri h5{color: var(--SubColor2);font-weight: bold;font-family: var(--SFont);    text-align: center;color: #fff;}
.article_a .blog_list_ri em {text-align: center;color: #fff;}
.subbox_item a { grid-template-columns: 1fr;background: var(--MainColor);padding: 0;}
.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);}
.blog_le .accordion {
    border-radius: 0;
    border: none;
    }
.accordion li .link { border-bottom: 1px solid #a39d93;}

/*家屬專區-內頁 文章*/
.article_a .articel_mainPic img {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 500px;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 20px;
    padding-left: 2%;
}
/*百科-文章article_b*/
.article_b .blog_subbox {  grid-template-columns: 1fr;}
.article_b .subbox_item a {  grid-template-columns: 250px 1fr;background: #ffffff5e;padding: 7px;}
.article_b .blog_list_ri h5{font-family: var(--SFont);color: var(--SubColor2);font-size: var(--f22);}

.blog_in_page .blog_ri { width: 100%;}
.blog_in_page .blog_le, .blog_back, .news_related{display: none;}
















/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1400px) { 
  .nav-header{ transform: scale(1.5);top: 50%;}
.banner {  min-height: 500px;}
.banner h5 { top: 280px;}
}
@media screen and (max-width:1300px) { 
    .nav-header{ margin-left:50px;}
.footer_menu {  grid-template-columns: 1fr 1fr ;}

}

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;position: unset;  transform: scale(1);filter: unset;}
    .header_area {
        position: static;
        text-align: center;
        background:#fff;
    }
    .stellarnav ul ul { padding-top: 10px;background: #ffffff00;}
   .stellarnav > ul > li > a{color: var(--SubColor);}
    .stellarnav > ul > li > a b{color: var(--SubColor);}
    .stellarnav li.has-sub > a:after { border-top: 6px solid var(--SubColor);}


.sticky .stellarnav ul ul { padding-top: 10px;}
.sticky .stellarnav > ul > li > a{color: #fff;}
.sticky .stellarnav > ul > li > a b{color: #fff;}
.sticky .stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}

    }
    
    @media screen and (max-width: 980px) { 
.banner {  min-height: 400px;}
.banner h5 { top: 250px;}
.footer_info li {    width: 100%;}
    

    
    
    
    
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer::before {  right: 0%;left: unset;}
        .footer::after { left: 0;}
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        .footer_info { padding: 0 60px;grid-template-columns: 1fr;flex-direction: column;}
        .footer_info ul {  width: 100%;    max-width: 500px;margin: auto;}
        .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;}
        
        .footer_info li p {  text-align: center;}
.footer_menu a {text-align: center;}
        .box_link { top: 193px;  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:120px; }
    .nav-header { position: relative;  z-index: 99999;}
    
    .header_area.sticky {  background: #ffffff00;background: #ffffffb8;backdrop-filter:unset;}
    .sticky .nav-header {  max-width: 100px;}
    
    /*大圖*/
    .swiper-banner .swiper-slide img {  height: 600px;     object-fit: cover!important;display: none;}
    .pageIndex::after{  padding-bottom:calc(100% / 1* 0.2);}
    .swiper-fade .swiper-slide:nth-child(1){background: url(https://pic03.eapple.com.tw/yunmanlife/bn01-768.png) no-repeat;height: 600px;background-position: center bottom!important;background-size: cover!important;}
     .swiper-fade .swiper-slide:nth-child(1)::after {    padding-bottom: calc(100% / 1 * 0.3);    top: 20%;}   
         .swiper-fade .swiper-slide:nth-child(2){background: url(https://pic03.eapple.com.tw/yunmanlife/bn02-768.png) no-repeat;height: 600px;background-position: center left!important;background-size: cover!important;}
    .swiper-fade .swiper-slide:nth-child(2)::after {    padding-bottom: calc(100% / 1 * 0.15);    top: 70%;}




    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0;        top: unset;        left: unset; }
    .stellarnav.mobile { right: 0;left: unset;}
    .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; }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--SubColor);}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span{  background: var(--SubColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--SubColor);}
    .stellarnav.mobile > ul > li > a { padding: 20px 0; }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--SubColor);    padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;        padding: 0 10px;}
    .stellarnav.mobile ul ul {   padding-top: 0;background: #ffffff00;}
.stellarnav li li > a, .stellarnav li li.has-sub> a {
    color:var(--SubColor);
    padding-left: 20px;
    background: #ffffff00;}


.sticky .stellarnav > ul > li > a{color: #252525;}
.sticky .stellarnav > ul > li > a b{color: #252525;}
.sticky .stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.sticky .stellarnav > ul > li:hover > a b:nth-child(2){color:var(--color);}
.sticky .stellarnav li.has-sub > a:after { border-top: 6px solid var(--SubColor);}
.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--color);}



    .stellarnav.mobile.left .close-menu,.sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px 65px;
        background: #fff;
        color: var(--SubColor);
    }
    .stellarnav.mobile li.open {background: #f7dfb38f;}
    .stellarnav.mobile li.open>a{border-bottom:1px solid #B89C6A ;}
    .stellarnav.mobile > ul > li > a.dd-toggle{border: none;}
    .stellarnav li li {    border: none;background: #ffffff00;}
   .stellarnav li li  a{border-bottom:1px solid #cca585 ;color: #4e2b0f;}
   /*banner*/
   .banner {  min-height: 300px;}
.banner h5 { top: 200px;}
.banner h5::before {   top: -88px;}
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_info li { width: 90%;}
    .footer_info li p.fax {text-align: center;}
    .footer_menu {    margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;}
    .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) { 
          
    /*大圖*/
    .swiper-banner .swiper-slide img {  height: 500px; }
   .swiper-fade .swiper-slide:nth-child(1){height:500px;background: url(https://pic03.eapple.com.tw/yunmanlife/bn01-600.png)}  
    .swiper-fade .swiper-slide:nth-child(2){height: 500px;background: url(https://pic03.eapple.com.tw/yunmanlife/bn02-600.png)}
   /*banner*/
    .banner h5 { top:180px;}
    .banner h5::before {   top: -71px;}

    .blog_page  .main_part { padding: 0px 10px 10px; }
    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .stellarnav.mobile { top: 10px;}


    .footer_menu { grid-template-columns: 1fr 1fr 1fr;  }
    /*小百科-文章*/
    .article_b .subbox_item a { grid-template-columns: 1fr;}
    .article_b .blog_list_le { aspect-ratio: 5 / 3;}

    /*家屬專區-內頁 文章*/
.article_a .articel_mainPic img { max-width: 300px;}
    }
    @media screen and (max-width: 500px) { 
            /*大圖*/
    .swiper-banner .swiper-slide img {  height: 400px; }
    .swiper-fade .swiper-slide:nth-child(1){height:400px;}  
    .swiper-fade .swiper-slide:nth-child(2){height: 400px;}

    .footer::after {    top: 40px;    width: 387px;    height: 122px;}
    .footer::before {  width: 200px;    height: 120px;}
    .footer_logo {  margin: 0;}
    .footer_info { margin: auto auto auto 0;        padding: 0 60px 0 10px;}
    .footer_info li p {        text-align: left;}    
    .footer_menu {  grid-template-columns: 1fr 1fr;}
.footer_menu a {    text-align: left;}



.subbox_item a {  grid-template-columns: 1fr;}



    }
    @media screen and (max-width: 420px) { 
        .footer::after {
        width: 350px;
        height: 110px;}
            .footer::before {
        right: unset;
        left: -71px;
    }
    }
    @media screen and (max-width: 375px) { 
    
    }
    
    