@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');
:root {
    --MainColor: #B18D72; /*網站主要色系*/
    --SubColor: #5e5d5d; /*網站輔助色系1*/
    --SubColor2: #FAF3E0; /*網站輔助色系2*/
    --color:#231815;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE: "Montserrat", sans-serif;/*特殊字體*/
--SFontE2: "Arya", 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;
    }
}
.path { display: none;}
.edit_part { padding:0px;}
.contact_editbox {padding: 0;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.tp_links{display: none;}
.header_area { background: #ffffff;    padding: 10px 10px 0px 10px;filter: drop-shadow(2px 4px 3px #6b574238);}
.main_header_area .container {   max-width: 1800px;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width:200px;}
.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;
}




/*sticky*/
.header_area.sticky { background: rgb(255 255 255 / 81%);}










/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0; align-items: center;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--SubColor);letter-spacing: 1px;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{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 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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/
.pageIndex::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.09);
    background: url(https://pic03.eapple.com.tw/jinyangliving/logo-roomin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translate(0%, -50%) ;
    z-index: 100000000;
    animation: logo 3s 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:0;
      }
      50% {
        opacity: 1;
      }
        80% {
        opacity: 0.8;
      }
      100% {
      
        -webkit-transform: perspective(1000px) translateZ(100px);
                transform: perspective(1000px) translateZ(100px);
        opacity: 0;
      }
}

.pageIndex #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/jinyangliving/roomin-bg.png);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 3.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  
    backdrop-filter: saturate(90%) blur(7px);
}
    @keyframes blur{
    0% {  opacity: 0;background: #ffffffe3;filter: brightness(150%);}
   70% {  opacity: 1;background:  #ffffff63;}
    100% {  opacity: 0;background: #ffffff00;filter: brightness(100%);}
}

/*大圖*/
.swiper-banner .swiper-slide-active:nth-child(1):after{}
.swiper-banner .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jinyangliving/bn01-af.png) no-repeat;
    background-size: contain!important;
    background-position: left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.06);
    left: 15%;
    bottom: 25%;
}
.swiper-banner .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jinyangliving/bn02-af.png) no-repeat;
    background-size: contain!important;
    background-position: right!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.08);
    right:  15%;
    top: 25%;
}




/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/jinyangliving/banner.jpg) no-repeat;
    background-size: covern!important;
    background-position:center bottom!important;
    position: relative;
        min-height: 400px;

}
.banner h5{
    position: absolute;
    font-size: 22px;
    top: 300px;
    z-index: 9;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: 30px;
    color: var(--MainColor);
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    FILTER: drop-shadow(1px 1px 2px #000000a6);
}

.banner::before{
    position: absolute;
   content: "";
    background: url(https://pic03.eapple.com.tw/jinyangliving/banner-be.png) no-repeat;
 background-size: contain!important;
    background-position: center top!important;
       width:100%;
    height: 390px;
    padding-bottom: calc(100% / 1 * 0.2);
    box-sizing: border-box;
    transform-origin: top center;
    left:0%;

    top: 0;
    z-index: 1;
    animation: rot 2s ease-out alternate;
}
@keyframes rot{
    0%{transform: rotateZ(0deg);}
    25%{transform: rotateZ(20deg);}
    50%{transform: rotateZ(-15deg);}
    75%{transform: rotateZ(8deg);}
    100%{transform: rotateZ(0deg);}
}

.contact_page .banner{    position: absolute;    width: 100%;    padding: 0;}
.contact_page .banner::before{ background: url(https://pic03.eapple.com.tw/jinyangliving/banner-contact.png) no-repeat;}
.contact_page .banner h5 {   position: absolute;   color: #FFF;   z-index: 9;}
.contact_page .banner h5::after{    content: "CONTACT";color: #FFF;}




.services_page .banner{  position: absolute;    width: 100%;    padding: 0;}
.services_page .banner h5 {   position: absolute;   z-index: 9;}
.services_page .banner h5::after{    content: "SERVICE";}
.services_page .banner::before{ background: url(https://pic03.eapple.com.tw/jinyangliving/banner-service.png) no-repeat;}



.product_page  .banner h5::after, .product_info_page   .banner h5::after{    content: "PRODUCT";}


.album_page .banner h5::after, .album_class_page  .banner h5::after{    content: "PROJECT";}

.blog_page .banner h5::after, .blog_in_page  .banner h5::after{    content: "RECOMMEND";}


/*Footer/＝＝＝＝＝*/
.footer{background: #efe8e3;}
.footer_logo{    max-width: 220px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;align-items: flex-start;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
justify-content: flex-start;
    width: calc(100% - 240px);
}
.footer_info li{  width: 40%;position: relative;    padding:10px;margin-top: 25px;border-top: 1px solid #b3b3b3;}
.footer_info li::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: var(--f22);
    font-weight: 600;
    color: var(--color);
   left: 10px;
    top: -30px;
}
.footer_info li:nth-child(1){       display: flex;   flex-direction: column;}
.footer_info li:nth-child(1)::after{ content: "CONTACT";}
.footer_info li:nth-child(2){width: 30%;margin-left:15px ;}
.footer_info li:nth-child(2)::after{ content: "SITEMAP";}
.footer_info li p {  color:var(--SubColor);}
.footer_info li p a {  color: var(--SubColor);}
.footer_info li p:before {color:#444444;font-weight: bold;}
.footer_info li p.phone{order: 1;}
.footer_info li p.phone:before { content: '手機';}

.footer_info li p.mail{order: 2;}
.footer_info li p.mail:before { content: '信箱';}

.footer_info li p.add{order: 3;}
.footer_info li p.add:before { content: '地址';}


.footer_info li p.fax{order: 4;font-family: var(--SFontE);font-size:20px;    font-weight: 600;}
.footer_info li p.fax:before{ content: "營業時間";font-size:17px;font-weight:600;}

.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 0px;
    transition: all 0.3s;
    border: none;
    color: var(--SubColor);
    background: #ffffff00;
    position: relative;
}


.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--MainColor);}
.copy {    background: #efe8e3;    color:var(--SubColor);	border:none;}
.copy a{    color:var(--MainColor);transition:all 0.3s;}
.box_link {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3px 10px;
   width: 100%;
    padding: 0;
    max-width: 110px;
}
.box_link a{transition:all 0.3s;width: 100%;border: 1px  #b3b3b3 solid;}
.box_link a:hover {    background:var(--MainColor);    color: #fff;}
.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    width: max-content;
    flex-direction: column;
    width: 100%;
}


.box_link a:not(.me_tp_line){display: none;}
.box_link a.me_tp_line { position: relative;}
.box_link a.me_tp_line i::after{
    content: "";
    background: url(https://pic03.eapple.com.tw/jinyangliving/line-qr.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    margin-top: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.fa-line:before {    content: "lINE好友";font-size: 16px;font-family: var(--SFont);font-weight: bold;}















/*url(https://pic03.eapple.com.tw/jinyangliving/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);display: none;}
.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);}
.i_prod_tit h2, .i_video_tit h2 {  display: none;}
.i_prod_tit span, .i_video_tit span {  font-size: 20px;color: var(--color);font-weight: bold;}
.i_prod_tit{position: relative;}
.i_prod_tit span::after{
    position: absolute;
    content: "PRODUCT";
    font-family: var(--SFontE2);
    font-size: 30px;
    color: var(--MainColor);
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}


.pageIndex .products-list li:nth-child(n+5){display:none;}
.pageIndex .products-list .more {display: none;}

.pageIndex .productsListBox ul:hover li a .pic, .product_page .products-list:hover .item a .pic{opacity: 0.5;filter: blur(5px);transition: 0.3s ease-in;}
.pageIndex .productsListBox ul li:hover a .pic,  .product_page .products-list .item:hover a .pic{opacity: 1;filter: blur(0px);transition: 0.3s ease-in;}
.pageIndex .productsListBox ul:hover li a .name,   .product_page .products-list:hover .item a .name{filter: blur(5px);transition: 0.3s ease-in;}
.pageIndex .productsListBox ul li:hover a .name,   .product_page .products-list .item:hover a .name{color: var(--MainColor);font-weight: bold;filter: blur(0px);transition: 0.3s ease-in;}










/*產品內頁*/
.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;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*相簿 內頁*/
.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;}

/*最新消息-文章*/
.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;}
.subbox_item a{padding: 5px;grid-template-columns: 280px 1fr;}
.blog_list_ri h5{color: var(--color);font-weight: bold;border-bottom:1px solid var(--color) ;}
.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_subbox { grid-template-columns: 1fr;}

.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/


/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    
    
    }
    
    @media screen and (max-width: 980px) { 
        .nav-header { max-width: 180px;}
        /*進入網站動畫*/
    .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.18);}


      /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto  auto  auto 0;
           width: 100%;
        max-width: 200px;}
        .footer_info { padding: 0 60px;grid-template-columns: 1fr;}
        .footer_info ul {  width: 100%;    flex-direction: column;}
        .footer_info li:nth-child(1) { width: calc(100% - 150px);}
        .footer_info li:nth-child(2) { width: 100%;margin-left: 0;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
        .box_link { right: 90px;}
    
    
    
    }
    @media screen and (max-width:850px) { 
      
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .me_tp_features {   text-align: left;}
    .nav-header { max-width:165px; }
    .nav-header { position: relative;}
    .header_area {  filter: unset;}

    /*大圖*/
    .swiper-banner .swiper-slide img {  display: none; }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1){
    background: url(https://pic03.eapple.com.tw/jinyangliving/bn01-768-bg.png) no-repeat;
    background-size: contain;
    background-position:center top;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.85);
    left: 0;
    top: 0;
    }
      .bannerindex .swiper-fade .swiper-slide:nth-child(1)::after{padding-bottom: calc(100% / 1*0.1);}

      
 .bannerindex .swiper-fade .swiper-slide:nth-child(2){
    background: url(https://pic03.eapple.com.tw/jinyangliving/bn02-768-bg.png) no-repeat;
    background-size: contain;
    background-position:center top;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.85);
    left: 0;
    top: 0;
    }
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::after{
    background: url(https://pic03.eapple.com.tw/jinyangliving/bn02-768-af.png) no-repeat;
    padding-bottom: calc(100% / 1*0.15);}






    
    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .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; background: #a08773;}
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}


    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--color);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--color);}
    .stellarnav.mobile > ul > li { border-bottom: 1px #ffffff2e solid;}
    .stellarnav.mobile > ul > li a { border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: left;color: #fff;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: #fff;        text-align: left;      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;}

    .stellarnav.mobile.left .close-menu,  .sticky .stellarnav.mobile.left .close-menu  {
        padding: 15px 10px 65px;
        background: #ffffff00;
        color: #fff;
    }
    .stellarnav.mobile li.open {background: #7d6a5b;}
    .stellarnav.mobile ul ul{ background: #ffffff00;        border-top: 1px solid #fff;}
    .stellarnav li li { display: block; border: none;}
    .stellarnav li li a {  color: #ffffff73;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 15px;}











    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu { background: #231915;}
    #bottom_menu li { border-right: 1px solid #41332d;}
    #bottom_menu li a { color: #efe8e3;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}
    .footer_logo {margin: auto auto auto 10px;}
    .footer_info li { width: 90%;}

    .footer_menu {  margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        padding: 0 60px 0 10px;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}

    .box_link { right: 60px;  left: unset; position: absolute;}
    .box_link a.me_tp_line i::after { width: 80px;  height: 80px;}



    .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%);    }

        .stellarnav.mobile { top: 10px;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr;}
    }
    @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) { 
    
    }
    
    