@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=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
:root {
    --MainColor: #6F4B21; /*網站主要色系*/
    --SubColor: #CA262B; /*網站輔助色系1*/
    --SubColor2: #D1A600; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*特殊字體*/
    --SFont2: "Noto Serif HK", serif;/*特殊字體*/
    --SFontE: "Cormorant", 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;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 0px 10px;position: absolute;}
#content, #content_main{background:url(https://pic03.eapple.com.tw/howangxin/bg.jpg) ;background-attachment: fixed;background-size: cover;}
.blog_page #content,
.blog_in_page #content,
.product_page  #content,
.product_info_page #content{background:url(https://pic03.eapple.com.tw/howangxin/bg-blog.jpg) ;background-attachment: fixed;background-size: cover;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/

.nav-brand {    width: 100px;transition:all 0.3s;}
.header_area .nav-brand {    
    transition: all 0.3s;     
    background: #fff;
    padding: 10px;
    border-radius: 50px; }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/
.header_area.sticky{position: fixed;background: rgb(255 255 255 / 0%);transition:all 0.3s;padding: 0;}
.sticky .main_header_area .container { max-width:100%;transition:all 0.3s;}
.sticky .nav-brand { margin-left: 15px;}
.sticky .stellarnav>ul {
    margin: auto 0 auto auto;
    background: #fff;
    width: max-content;
    transition:all 0.3s;
    padding: 10px 35px;
    border-radius: 50px 0 0 50px;

}
.sticky .stellarnav>ul::after{right: 0;top: 50px;opacity: 1;}


/*第一層*/
.navigation { grid-template-columns: 100px 1fr;padding: 10px 0 0 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);letter-spacing: 1px;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-size: 15px;font-weight: 600;letter-spacing: 0;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}





.stellarnav>ul::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/howangxin/bn01.png) no-repeat;
    background-size: contain;
    background-position:right;
    right:0;
    top: -39px;
    width: 460px;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.08);
    z-index: -1;
    opacity: 0;
}

/*第二層*/
.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);}

.stellarnav ul ul { background: #ffffff00; padding: 10px 0 0 0;transition:all 0.3s;}
.stellarnav li li {  border: none;    background: #ffffffbf;    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;} 
.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.1);
    background: url(https://pic03.eapple.com.tw/howangxin/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%) ;
    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 #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#ffffff00;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 3s 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%);}
    50% {  opacity: 1;background:  #ffffff63;}
    100% {  opacity: 0;background: #ffffff00;filter: brightness(100%);}
}




.pageIndex .swiper-fade .swiper-slide:nth-child(1):after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/howangxin/bn01.png) no-repeat;
    background-size: contain;
    background-position:right;
    right: -25px;
    top: -17px;
    width: 460px;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.08);


}
/*往下滑*/
.header_area.sticky~ .bannerindex .swiper-fade .swiper-slide:nth-child(1):after {
    display: none!important;
}

/*Banner/＝＝＝＝＝*/

.banner{
    background:#ffffff00;
    background-size: cover;
    background-position: left;
    position: relative;
    width: 100%;
    min-height: 400px;
}
.banner h5{
    position: absolute;
    content: "";
    font-family: var(--SFont2);
    font-size: 32px;
    color: var(--MainColor);
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 3px;
    top: 300px;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    color: #000;
    font-family:var(--SFont);
        letter-spacing:0px;
}
.services_page .banner h5::after{content: "SERVICE";}
.contact_page .banner h5::after{content: "CONTACT";}
.blog_page .banner h5::after, .blog_in_page  .banner h5::after{content: "NEWS";}
.product_page .banner h5::after, .product_info_page  .banner h5::after{content: "PRODUCT";}
/*Footer/＝＝＝＝＝*/
.footer{background:url(https://pic03.eapple.com.tw/howangxin/footer_bg.png);}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/howangxin/logo-f.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 140px;
}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;   align-items: center;    justify-content: center;padding: 0;    align-items: flex-start;    flex-wrap: wrap;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 200px);
}
.footer_info li{  width: 45%;}
.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}

.footer_info li p.line{order: 1;}
.footer_info li p.fax{order: 2;}
.footer_info li p.phone{order: 3;}
.footer_info li p.mail{order: 4;}
.footer_info li p.add{order: 5;}
.footer_info li p.fax:before {  content: 'Line ID：'}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}





.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 45px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/howangxin/icon-f.png) no-repeat;
    background-size: contain!important;
    width: 40px;
    height: 20px;
    left: 0;
    top: 2px;
    transition:all 0.3s;
}
.footer_menu a:hover::after{background: url(https://pic03.eapple.com.tw/howangxin/icon-f-h.png) no-repeat;transition:all 0.3s;}

.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/howangxin/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 solid #6161619d; }
.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;font-family: var(--SFont2);color: var(--MainColor);}
.products-list .more {  border: 1px solid #616161 ;   color:#616161;width: 100%; max-width: max-content;border-radius: 30px; padding: 0 15px;}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a, .product-layer-two>li:hover>a {
    border: none;
    border-bottom: 1px var(--MainColor) solid;
    background:#ffffff00;
color: var(--MainColor);}

.product-layer-two li ul {    grid-gap: 0;}
.product-layer-two li a {
    border:none;
    background: #ffffff00;
    font-family: var(--SFont2);
}
.products-list .pic {
    padding: 10px;
    background: #fafafa;
    border: 1px solid var(--MainColor);
}


    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.product_info_page .main_part { padding: 50px 20px 0;}
.sidebarBtn { 
    border-radius: 10px;
    border: 1px solid #6f4b219f;
    box-shadow: 2px 2px 3px #8664425d;
        background: #ffffff5c;
    backdrop-filter: blur(9px);
}
.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(--MainColor);font-family: var(--SFont2);    font-size: 18px;    font-weight: 600;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
.sidebarBtn h2 {font-family: var(--SFont2);color: var(--MainColor);}
.toShare { border-top: 1px solid var(--MainColor);}
.prod_related {    background: #fffdf2;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}

/*最新消息-文章*/
.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(300px, 1fr));}
.subbox_item a{padding: 5px;grid-template-columns: 1fr;grid-gap: 0;}
.blog_list_le { aspect-ratio: 4 / 3}
.blog_list_ri { display: flex;    flex-direction: column;    padding: 5px 0 30px;}
.blog_list_ri em {order: 1;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;font-family: var(--SFont2);order: 2;   }
.blog_list_ri p{order: 3;}
.subbox_item a:after {
    content: '→';
    background: rgb(255 255 255 / 0%);
    border: none;
    color: var(--MainColor);

        width: 100%;
    max-width: 66px;
    display: flex;
        align-items: flex-end;
    justify-content: flex-end;
}
.subbox_item a:before {
    content: 'MORE';
    right: unset;
    left: 0;
    bottom:0;
    top:unset;
    color: var(--MainColor);
    background:#ffffff00;
    padding: 5px 15px 5px 5px; 
    box-shadow: 0 1px;
 
}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}
.subbox_item a:hover .blog_list_ri h5{ width: max-content;box-shadow: 0 1px;transition: 0.3s ease-in-out;}




/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .header_area {
        position: static;
        text-align: center;
    }
    .nav-brand, .sticky .nav-brand {  margin-left: 0; margin: auto;}
    .sticky .stellarnav>ul { margin: auto;background: #ffffff00;        width: 100%;        border-radius: unset;}
    .header_area.sticky {
        background:#fff;
        backdrop-filter: blur(9px);
    }


}
    
@media screen and (max-width: 980px) { 

    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
    
    .banner { min-height: 250px;}
.banner h5 {  top: 150px;}
    
    
    
    
    
    
}
@media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;
           height: 100px;
        }
        .footer_info { grid-template-columns: 1fr;    flex-wrap: wrap;}
        .footer_info li:nth-child(1), .footer_info li:nth-child(2) { width: 45%;}
       
        
        .box_link { top: 193px;  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
        .blog_page #content, .blog_in_pagee #content, .product_page #content, .product_info_page #content {  background-attachment: unset; background-repeat: repeat-y;background-position: top left;}

    /*HEADER*/
    .nav-header { max-width:80px; }
    .nav-header { position: relative;  z-index: 99;}
    .stellarnav>ul::after{display: none;}
    
    .header_area.sticky {backdrop-filter: unset;}
    .sticky .stellarnav.mobile.left .close-menu {background: var(--MainColor);        color:#fff;}
    .sticky .stellarnav>ul { padding: unset;}
    /*進入網站*/
    .pageIndex::after {  padding-bottom: calc(100% / 1 * 0.2);}
    
    /*大圖*/
    .swiper-banner .swiper-slide img {display: none;}
    .swiper-banner .swiper-slide {
        height:600px;
        object-fit: cover;
    }
    .swiper-banner .swiper-slide:nth-child(1)::before{
        position: absolute;
        content: "";
        background: url(https://pic03.eapple.com.tw/howangxin/bn01-768.png) no-repeat;
        background-size: cover;
        background-position:right;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .swiper-banner .swiper-slide:nth-child(2)::before{
        position: absolute;
        content: "";
        background: url(https://pic03.eapple.com.tw/howangxin/bn02-768.png) no-repeat;
        background-size:cover;
        background-position: right;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9;
    }
    /*手機側邊欄位*/
    .stellarnav.mobile {  left: 10px;  top: 10px;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
    .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .sticky .stellarnav .menu-toggle span.bars span {  background:var(--MainColor);}
    .sticky .stellarnav .menu-toggle:after { color: var(--MainColor);}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}

    .stellarnav.mobile > ul > li { border-bottom: 1px #dddddd57 solid;        max-width: 300px;}
    .stellarnav.mobile li a {  border-bottom: none;}
    .stellarnav.mobile > ul > li > a {        padding: 20px 0 20px 15px;   text-align: left;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a b{ color: #fff;        text-align:left;      padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--SubColor2);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width:100%;background: #ffffff9c;      border-right:none;backdrop-filter: blur(9px);}
    .stellarnav.mobile.active>ul::before{
        position: absolute;
        content: "";
        background: var(--MainColor);
        width: 100%;
        max-width: 300px;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background: #ffffff00;
        color: #fff;
        border-right:none;
        max-width: 300px;
    }
    .stellarnav.mobile li.open {background:#866442;padding: 0 10px;}
    .stellarnav.mobile ul ul{   background: #ffffff00;padding: 0;}
    .stellarnav li li {
        border: none;
        background: #ffffff00;
        backdrop-filter:unset;
    }
    .stellarnav li li > a, .stellarnav li li.has-sub > a{color: #ffffffc0;}
    .stellarnav.mobile li li:nth-child(1){border-top: 1px solid #fff;}
    .stellarnav.mobile li li a{padding-left: 30px;}


    /* 開啟手機板下方按鈕所需設定 */
    #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%);
    }
   /*banner*/
.banner { min-height: 200px;}
.banner h5 {  top: 120px;}
    

     .show_content { padding: 0;}
    .product_info_page .main_part {  padding: 0px 20px 0;}
    .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 {
            height:450px;
            object-fit: cover;
        }
        .footer_logo { margin: 0;  width: 100px;}
        .footer_info ul {  width: 100%;}
        .footer_info {justify-content: flex-start;        padding: 0 60px 0 15px;}
        .footer_info li:nth-child(1), .footer_info li:nth-child(2){width: 100%;}
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
    }
    @media screen and (max-width: 500px) { 
        .footer_menu {  grid-template-columns: 1fr 1fr;}
    
    }
    @media screen and (max-width: 420px) { 
        .footer_info {  grid-gap: 0;}
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    