@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=El+Messiri:wght@400..700&display=swap');
:root {
    --MainColor: #BC8F28; /*網站主要色系*/
    --SubColor: #5e5d5d; /*網站輔助色系1*/
    --SubColor2: #fff677; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
    --SFontE:"El Messiri", serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --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;
    --m100: 100px;
    --m50: 50px;
    
  }
  @media (max-width:1024px) {
  :root{
    --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;
    --m100:70px;
    --m50:30px;
    --m30:20px;
    --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;
    --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{
    --f48:24px;
    --f40:20px;
    --f36:18px;
    --f32:18px;
    --f28:17px;
    --f24:17px;
    --f22:17px;
    --f20:16px;
    --f18:15px;
  }
  }

.me_tp_features{display: none;}
.header_area { background: #ffffff;    padding: 0;}
#content_main{background: linear-gradient(180deg, #e2d8d0, #fff, #f3e9d4);}
.path p, .path p a {display: none;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 190px;}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s; margin-top: 10px;    margin-left: 10px;}
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}



/*.sticky
.header_area.sticky .nav-brand{
    background: url(https://pic03.eapple.com.tw//logo_hw.png) no-repeat;
    background-size: contain;
    width:250px;
    height: 32px;}
.sticky .nav-brand img{display: none;}
.sticky .stellarnav > ul > li > a{color:#fff;}
.sticky .stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.sticky .stellarnav > ul > li:hover > a{color: #fff;}
.sticky .stellarnav > ul > li > a:hover b{color:#fff;}

.sticky.header_area::after{width: 100%;transition: 0.3s ease-in;}
*/

.main_header_area .container {    max-width: 1800px;}
/*側邊選單*/

@keyframes fillborder {
    0% {transform-origin: right;transform: scaleX(1);}
    50% {transform-origin: right;transform: scaleX(0);}
    51% {transform-origin: left;transform: scaleX(0);}
    100% {transform-origin: left;transform: scaleX(1);}
    }
 
.pageIndex .me_tp_features,
.services_page .me_tp_features,
.other_page .me_tp_features,
.blog_page .me_tp_features{display: none;}

.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 0px;
    right: 0%;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {

    transition: all 0.5s;
}

/*改側邊選單*/
@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}
.stellarnav .menu-toggle span.bars span {background: var(--MainColor);}
.stellarnav .menu-toggle:after { color: var(--MainColor);    position: relative;    right: 5px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ffffff00;    color:var(--MainColor);    width: 100%;
    max-width: 300px;}
.stellarnav.mobile.left > ul {    
    left: unset;  
    right: 0;
    max-width:100%;    
    background: #ffffff00;    
    backdrop-filter: saturate(0.9) blur(9px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;}
.stellarnav.mobile > ul > li{max-width: 300px;}
.stellarnav.mobile > ul > li > a{padding: unset;margin: 0;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after { border-bottom: solid 3px var(--MainColor);}
.stellarnav.mobile.left .close-menu:after {
    position: absolute;
    content: "";
    background: #ffffff99;
    width:300px;
    height: 100vh;
   right: 0;
    top: 0;
    z-index: -1;
}

.stellarnav.mobile.active.left > ul {
    transform: translateX(-0%);
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, transform .8s;
}

/*第一層*/
.navigation {
    padding: 0; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    z-index: 0;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav.desktop > ul > li:nth-child(2){margin-top: 100px;}
.stellarnav > ul > li {
    border-bottom: 1px solid #f5e8ce;
    width: 100%;
}
.stellarnav > ul > li > a{transition:all 0.5s;font-family: var(--SFont);color: var(--MainColor);letter-spacing: 1px;margin: 0 5px 0 15px;width: 100%;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);transition:all 0.3s;color: #fff;background-color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--SubColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}
.stellarnav > ul > li:last-child{display: none;}
/*第二層*/
.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: #fff;	padding-left:10px;background: var(--MainColor);}


/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/



/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/zhenbeautylife/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center 70%;
    min-height: 650px;
}
.banner h5{
    position: absolute;
    font-size: var(--f28);
    left: 20%;
    top: 400px;
    color:#cfa879;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-size: var(--f48);
    color: #cfa879;
    left: 0;
    top: -50px;
    font-family: var(--SFontE);

}
.album_class .banner h5::after, .album_class_page  .banner h5::after, .album_info_page .banner h5::after,
.album_page .banner h5::after{  content: "PROJECT";}
/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/*Footer/＝＝＝＝＝*/
.footer .center {  max-width: 1500px;}
.footer{background:#f3e9d4;}
.footer_logo{    max-width: 170px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;     justify-content: flex-start;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;}
.footer_info li{  width: 45%;}
.footer_info li:nth-child(2) { width: 35%;}
.footer_info li p {  color: var(--SubColor);}
.footer_info li p a {  color:var(--SubColor);}
.footer_info li p.mail{display: none;}






.footer_menu {    display: grid;    grid-template-columns: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: var(--SubColor);
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/zhenbeautylife/logo-f-icon.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    
}
.footer_menu a:hover::after{animation:  rotate 3s infinite alternate;}
@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}

.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;font-weight: bold;color: var(--MainColor);}
.copy {    background:#f4e9d3;    color: var(--MainColor);	border:none;border-top:1px solid var(--c) ;}
.copy a{    color: #b46600;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/zhenbeautylife/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;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#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;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .nav-brand { width: 150px;}
    .nav-header {  max-width: 150px;}
    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }
    .header_area.sticky a.nav-brand::before {  
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
 
    .banner { min-height: 450px;}
    .banner h5 {top: 300px;}
    }
    
    @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;}
    .sticky  .stellarnav > ul > li > a b {color: var(--SubColor2);}
    
    
    
    
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           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:160px; position: relative;  z-index: 99999;}

    .header_area { position: sticky;}
    .navigation {  background: #fff;padding: 10px;  display: flex;align-content: flex-start }
    .header_area .nav-brand {
        width:100%;
        max-width: 130px;
        margin-top: 0px;
        margin-left:0px;
      
    }



    
    /*手機側邊欄位*/
    .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        right: 0;
        top: 10px;
    }
    
    .stellarnav .menu-toggle span.bars span { background: var(--MainColor);}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { max-width: 100%;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #ffffff40;
        padding:10px 10px 36px;}
    .stellarnav.mobile.left > ul{
        background:  url(https://pic03.eapple.com.tw/zhenbeautylife/ph_bg.jpg) no-repeat;
        background-size: cover;
        background-position: right;
    }
    .stellarnav.mobile > ul > li > a { text-align: center;margin: 0;}
    .stellarnav.mobile > ul > li > a { padding: 20px 43px 15px 10px;}
    .stellarnav.mobile > ul > li { border-bottom: 1px #d7c7ae solid;    }





    /* 開啟手機板下方按鈕所需設定 */
    #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_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%);
    }
     
    .banner { min-height: 300px;}
    .banner h5::after {top: -37px;}
    .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) { 
    
    }
    @media screen and (max-width: 500px) { 
        .footer_menu {  grid-template-columns: 1fr 1fr;}
    
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    