@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=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --MainColor: #8A9A5B; /*網站主要色系*/
    --SubColor: #50C878; /*網站輔助色系1*/
    --SubColor2: #50C878; /*網站輔助色系2*/
    --color:#333333;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE: "EB Garamond", 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;}
#content{background:url(https://pic03.eapple.com.tw/dachianprint/da-bg.png) }
  .path { display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff;    padding: 10px 10px 0px 10px;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width:100%;}
.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;
}
.main_header_area .container {transition: all 0.3s; }



/*sticky*/
.sticky .main_header_area .container {  max-width: 1800px;transition: all 0.3s; }
.header_area.sticky {
    background: #ffffffb5;
    backdrop-filter: blur(9px);
}








/*第一層*/
.navigation { grid-template-columns: 300px 1fr;padding: 10px 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: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 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);   border-bottom: 1px solid #505b32;}

.stellarnav ul ul {
    background: #ffffff00;
    padding-top: 10px;
}
.stellarnav li li {
    border: none;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}


/* 商品下拉超過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/dachianprint/banner.png) no-repeat;
    background-size: cover;
    background-position: right bottom!important;
    min-height: 800px;
position: relative;
}
.banner::before{
    position: absolute;
    content: " ";
  background:url(https://pic03.eapple.com.tw/dachianprint/before-p.svg) ;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height:25%;
  background-repeat: repeat-x;
    left: 0%;
  bottom: 0px;
   animation: scroll 40s steps(2292) infinite;
   z-index:0;
}

.banner::after{
    position: absolute;
    content: " ";
  background:;
  background-position: top right!important;
  background-size:contain!important;
  width: 100%;
height: 800px;
right:  0%;
 top: 0px;

   z-index:0;
}

.banner h5{
    font-size:var(--f22);
    color: var(--color);
    position: absolute;
    left: 10%;
    bottom: 20%;
    text-align: left;
    z-index: 9;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    color: var(--MainColor);
    left: 0%;
     font-size: var(--f100);
  bottom: 8px;
font-weight: 100;
}

      @keyframes scroll {
            0% {
               background-position:10000px  ;
            }

            100% {
                 background-position:0;
            }
        }
.services_page .banner:after{ background:url(https://pic03.eapple.com.tw/dachianprint/banner-service.png) no-repeat;}
.services_page .banner h5::after{content: "Service";}


.product_page .banner:after, .product_info_page .banner:after{ background:url(https://pic03.eapple.com.tw/dachianprint/banner-product.png) no-repeat;}
.product_page .banner h5::after, .product_info_page .banner h5::after{content: "Product";}

.blog_page .banner:after, .blog_in_page .banner:after{ background:url(https://pic03.eapple.com.tw/dachianprint/banner-blog.png) no-repeat;}
.blog_page .banner h5::after, .blog_in_page .banner h5::after{content: "More";}


.contact_page .banner:after{ background:url(https://pic03.eapple.com.tw/dachianprint/banner-contact.png) no-repeat;}
.contact_page  .banner h5::after{content: "Contact";}










/*Footer/＝＝＝＝＝*/
.footer{background: var(--MainColor);}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/dachianprint/logo-w.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 320px;
    height: 33px;
    margin-left: 20px;
}
.footer_logo img { width: 100%;display: none;}
.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: space-between;
    flex-direction: column-reverse;
    padding: 0 10px;
}
.footer_info li{  width: 100%;}
.footer_info li:nth-child(1) {
    display: grid    ;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    padding-top: 40px;
}
.footer_info li:nth-child(2){border-bottom:1px solid #fff ;}
.footer_info li p {  color: #fff;width: 100%;}
.footer_info li p a {  color: #fff;}
.footer_info li p.tel{order: 1;position: relative;}
.footer_info li p.tel::after{
    position: absolute;
    content: "台北地區";
    font-family: var(--SFont);
    color: #fff;
    font-size: var(--f18);
    font-weight: 600;
    left: 0;
    top: -31px;
    background: linear-gradient(90deg, #505b32, transparent);
    padding: 2px 30px 4px 10px;

}
.footer_info li p.tel:before { content: '台北：';}
.footer_info li p.tel2:before { content: '松山：';}
.footer_info li p.tel2{order: 4;}
.footer_info li p.fax:before { content: '中和：';}
.footer_info li p.fax{order:7;    grid-column: auto / span 3;}



.footer_info li p.phone{order: 2;position: relative;}
.footer_info li p.phone:before { content: '電話：';}
.footer_info li p.phone::after{
    position: absolute;
    content: "台中地區";
    font-family: var(--SFont);
    color: #fff;
    font-size: var(--f18);
    font-weight: 600;
    left: 0;
    top: -31px;
    background: linear-gradient(90deg, #505b32, transparent);
    padding: 2px 30px 4px 10px;

}
.footer_info li p.add2{order:5;}


.footer_info li p.add2{order:4;grid-column: auto / span 2;}
.footer_info li p.mail{order:3;position: relative;}
.footer_info li p.mail::after{
    position: absolute;
    content: "信箱";
    font-family: var(--SFont);
    color: #fff;
    font-size: var(--f18);
    font-weight: 600;
    left: 0;
    top: -31px;
    background: linear-gradient(90deg, #505b32, transparent);
    padding: 2px 30px 4px 10px;
}
.footer_info li p.add{order:7;}


.footer_menu {       display: flex;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    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/dachianprint/icon-f.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 17px;
    left: 0;
    top: 2px;
 
}


.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;text-decoration: underline;    transition: all 0.3s;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link {
    width: 100%;
    max-width: 300px;
}

.box_link a{transition:all 0.3s;    width: 100%;    border: none;}
.box_link a:hover {    background: #ffffff00;    color: #fff;filter: drop-shadow(0 0 3px #454b2eaf);}
.box_link a.me_tp_line,
.box_link a.me_tp_call,
.box_link a.me_tp_call,
.box_link a.me_tp_mail{display: none;}
.box_link a.me_tp_fb .fa-facebook-f:before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dachianprint/logo-w-f.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 300px;
    height:30px;
    right: 0;
    top: 0;
}
.box_link a.me_tp_fb .fa-facebook-f::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dachianprint/logo-w-f01.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width:30px;
    height:10px;
    right: 259px;
    top: 3px;
}
.box_link a:hover.me_tp_fb .fa-facebook-f::after{animation: fly 1s infinite alternate;}

@keyframes fly{
    0%{transform: translateY(0);}
    100%{transform: translateY(-5px);}
}

/*url(https://pic03.eapple.com.tw/dachianprint/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:none; 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: left;color: var(--MainColor);font-size: 17px;font-weight: bold;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}
.products-list .pic{border-radius: 10px;}
.products-list .price b {  color: #8b8b8b;font-size: 15px;}
.products-list .price b:nth-child(2){color: #b90000;font-size: 17px;font-weight: bold;}
.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);
    color: #fff;
}
 .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(--MainColor);font-size: 22px;font-weight: bold;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}





/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*了解更多-文章*/
.blog_le .accordion { border: none;border-radius: 0;}
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor) !important;}
.subbox_item {  border-bottom: 1px solid #fff;}
.subbox_item a{padding: 5px;grid-template-columns: 250px 1fr;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;}
.blog_list_le img {  border-radius: 20px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: none;
    border-bottom:2px solid var(--MainColor);}

.subbox_item a:before {
    content: 'MORE';
    bottom: 10px;
    color: var(--color);
    background:#ffffff00;
    border: 1px solid var(--color);
    border-radius: 20px;
    opacity: 1;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
}
.subbox_item a:hover:before{color: var(--MainColor);    border: 1px solid var(--MainColor);    transition: 0.3s ease-in-out;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}





/*聯絡我們*/
.contact_editbox { padding: 0;}
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1350px) { 
.banner { min-height: 600px;}
.banner::after {height: 600px;}
.banner h5{color: #fff;filter:drop-shadow(2px 2px 3px #000000a6);}


}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;max-width: 250px;}
    
    .banner { min-height: 500px;}
.banner::after {height: 500px;}
    
    }
    
    @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;}
    

    .product_page .banner::after, .product_info_page .banner::after {  background: url(https://pic03.eapple.com.tw/dachianprint/banner-product-980.png) no-repeat;}
 

    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin:0;
           width: 100%;}
        .footer_info { padding: 0 60px;     grid-gap: 40px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_menu {    flex-direction: column;}

        .footer_info ul { flex-direction: unset;}
        
        .footer_info li:nth-child(1) {grid-template-columns: 1fr;        width: 70%;    padding: 0;}
        .footer_info li:nth-child(2) { width: 28%;border-bottom:unset;   padding: 0;}
        .footer_info li p.add2, .footer_info li p.fax{grid-column:unset;}


        .footer_info li p.tel2 { order: 2;  }
        .footer_info li p.fax { order: 3;  }
        .footer_info li p.add2 { order: 6; margin-bottom: 35px; }
        .footer_info li p.phone { order: 5;  }
        .footer_info li p.add{ order:4;margin-bottom: 30px;}
        .footer_info li p.mail { order: 7;}
       
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:230px; }
    .nav-header { position: relative;  z-index: 999;        margin: auto auto auto 0;}
    .header_area.sticky {  backdrop-filter: unset;}
    .sticky .stellarnav.mobile.left .close-menu {background: var(--MainColor);        color: var(--color);}
    .stellarnav.mobile {
        left: unset;
        right: 0;}
    
    /*手機側邊欄位*/
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: none;
        border-top: none;
        box-shadow: 0 0 5px #00000063;
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #777;}
    .stellarnav .menu-toggle span.bars span {  background:#777;}
    .stellarnav .menu-toggle:after { color:#777;}
    .sticky .stellarnav .menu-toggle span.bars span {  background: #777;}
    .sticky .stellarnav .menu-toggle:after { color: #777;padding: 0 10px;}
    .stellarnav.mobile > ul > li { border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;  }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color:#777;     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;    left: unset;        right: 0;        padding: 0 10px;}

    .stellarnav.mobile.left .close-menu, .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px 25px;
        background: #ffffff00;
        color: #777;
    }
    .stellarnav ul ul {  padding-top: 0;}
    
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;  background: #ffffffa6;backdrop-filter: blur(9px);}
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav.mobile li.open {background: #fff;}
    .stellarnav.mobile li.open>a{color: var(--MainColor);border-bottom:1px solid var(--MainColor) ;}
    .stellarnav.mobile li.open>a.dd-toggle{border-bottom:none ;}
    .stellarnav li li { border-bottom:none;position: relative;}
    .stellarnav li li::after{
        position: absolute;
        content: "";
        background:#777;
        width: 5px;
        height: 5px;
        border-radius: 5px;
       left: 5px;
        top: 14px;
    }
    .stellarnav.mobile ul ul{padding: 0 10px;}
    .stellarnav li li:hover > a{   border-bottom: none;color: var(--MainColor); background: #ffffff00;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 15px}
    /*banner*/
        .banner {        
        padding-bottom: calc(100% / 1 * 0.53);
        min-height: 0;}
        .banner::after{padding-bottom: calc(100% / 1 * 0.5);        height: 0;    background-position: top left !important;}
.banner h5::after{color:#aabd72 ;}





    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo {  max-width: 260px;height: 26px;}
    .footer_info li { width: 90%;}
    .footer_menu {  margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto auto auto 0;
        padding: 0 60px 0 10px;
    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
       right: 0;
       position: absolute;
        margin: auto 0 auto auto;
    
    }
    .box_link a.me_tp_fb .fa-facebook-f:before { max-width: 250px;    right: 10px;}
    .box_link a.me_tp_fb .fa-facebook-f::after {
            right: 10px;
    max-width: 23px;
    height: 9px;
    right: 219px;}
    .footer_info li p.line{margin-top: 20px;}
 






    .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%);    }
        .box_link {
            right: unset;
            position: relative;
            top:20px;
            margin: 0;
        }
            .box_link a.me_tp_fb .fa-facebook-f:before {
        right: unset;
        left: 0;}
        .box_link a.me_tp_fb .fa-facebook-f::after {
        right: unset;
        left: 8px;}
        .footer_info {  grid-gap: 0; }
        .footer_info ul {  margin-top: 80px;}
    }

    @media screen and (max-width:550px) { 
        .footer_info li:nth-child(1),   .footer_info li:nth-child(2){width: 100%;}
        .footer_info li:nth-child(2){border-top:1px solid #fff ;}
        .footer_menu{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            padding-top: 10px;
        }

    }
    @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) { 
    
    }
    
    