@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=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
:root {
    --MainColor: #003324; /*網站主要色系*/
    --SubColor: #e6ba4e; /*網站輔助色系1*/
    --SubColor2: #fbf8ee; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2:"Noto Serif HK", serif;/*細明體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2:"Gelasio", 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;}
.me_tp_features{display: none;}
.header_area { background:#fbf8eecc;    padding: 10px 10px 0px 10px;position: fixed;backdrop-filter: blur(9px);}


/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.main_header_area .container {  max-width: 1600px;transition: 0.3s ease-in;}
.nav-header {  max-width: 100%;position: relative;}
.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*/
.sticky .main_header_area .container {  max-width: 1800px;transition: 0.3s ease-in;}
.header_area.sticky{position: fixed;background: #003324c2;}
.sticky .nav-brand img{display: none;}
.sticky .nav-brand{
    background: url(https://pic03.eapple.com.tw/nsmaster9083/logo-w.png) no-repeat;
    background-size: contain!important;
    width: 330px;
    height: 43px;
}
.sticky .nav-brand::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/logo-w-be.png) no-repeat;
    background-size: contain!important;
    width:43px;
    height: 43px;
    left: 0;
    top: 0;
    animation:  rotate-header 5s infinite alternate;
}



@keyframes rotate-header {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}
.sticky .stellarnav > ul > li > a{color: var(--SubColor2);}
.sticky .stellarnav > ul > li:hover > a{color: var(--SubColor);}
.sticky .stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.sticky .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}






/*第一層*/
.navigation { grid-template-columns: 330px 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);color: var(--color);letter-spacing: 1px;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);-webkit-box-reflect: below -22px linear-gradient(180deg, transparent,#e6bb4eb0); transition: 0.3s ease-in; }
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--color);}
.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;color: #ffffffdc;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color:var(--SubColor);	padding-left:10px;background: var(--MainColor);}

.stellarnav ul ul{padding-top:12px;background: #ffffff00;}
.stellarnav li li { border: none;background: #003324c7;backdrop-filter: blur(5px);}









/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/


/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: center!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.07);
    left:50%;
    transform: translateX(-50%);
    bottom:15%;
    z-index: 1;
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position: center!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.07);
    left:50%;
    transform: translateX(-50%);
    bottom:15%;
    z-index: 1;
}


/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/nsmaster9083/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: center!important;
    min-height: 600px;
    position: relative;
    overflow: hidden;

}
.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f28);
    left: 50%;
    transform: translateX(-50%);
    top: 400px;
    color: #fff;
    font-family: var(--SFont2);
    font-weight:600;
    letter-spacing: 3px;
    width: 100%;
   
}
.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f100);
    left: 50%;
    transform: translateX(-50%);
    color:#ffffff4f;
    top:-33px;
    z-index: -1;
    font-weight: 100;
    letter-spacing: 0px;
}
.services_page .banner{ background:#fff; min-height:400px;background-position: center!important;}
.services_page .banner h5{top: 280px; color: var(--MainColor);}
.services_page .banner h5::before{content: "SERVICE"; color:var(--SubColor2);}
.services_page .banner h5{top: 280px;}
.services_page .banner::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/banner-service-af.png) no-repeat;
    background-size: contain!important;
    background-position: left!important;
    left: 0;
    top: 0;
width: 750px;
    height: 410px;
    animation: swing 5s infinite alternate;
    transform-origin:left;
}



@keyframes swing {
    0% {
      transform:rotate(0deg);
    }
    25% {
      transform:rotate(-2deg);
    }
    50% {
      transform:rotate(1deg);
    }
    75% {
      transform:  rotate(-1deg);
    }
    100% {
      transform:  rotate(1deg);
    }
}


.article_a  .banner h5{filter: drop-shadow(3px 2px 5px #0000008a);}
.article_a  .banner h5::before{content: "KNOWLEDGE";filter:unset;}


.contact_page #content{background:  url(https://pic03.eapple.com.tw/nsmaster9083/bg.jpg);background-repeat: repeat;}
.contact_page .banner{display: none;}



/*Footer/＝＝＝＝＝*/
.footer{background:#003324 url(https://pic03.eapple.com.tw/nsmaster9083/footer-bg.png);background-repeat: repeat;}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/nsmaster9083/logo-footer-w.png) no-repeat;
    background-size: contain!important;
    background-position: right!important;
    width: 270px;
    height: 63px;
    position: relative;
}
.footer_logo::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/footer-logo-be.png) no-repeat;
    background-size: contain!important;
    width: 80px;
    height: 80px;
    left: 0px;
    top: -8px;
    animation:  rotate 5s infinite alternate;
}

@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;   align-content: flex-start;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:max-content;}
.footer_info li{  width: 100%;}
.footer_info li p {  color: #ffffffc4;}
.footer_info li p a {  color: #ffffffc4;}

.footer_info li p:before{color:var(--SubColor);font-weight: 600;}
.footer_info li p.line:before { content: 'Line ID';}
.footer_info li p.phone:before { content: '手機';}
.footer_info li p.add:before { content: '地址';}
.footer_info li p.mail:before {  content: '信箱';}



.footer_menu {    display:flex;  gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: center;	
    padding: 5px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
        width: 80px;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/icon01.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    
}
.footer_menu a+a {  border-left: 1px solid #ffffff5c;}

.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--SubColor);}
.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/nsmaster9083/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;margin-top: 0;column-gap: 0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:var(--MainColor);}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:var(--MainColor);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .name { text-align: center;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);}
    .product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--color);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position: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{border-bottom: 1px solid #00000036;}
.blog_le .accordion li .link a { padding: 15px 10px 15px 50px;    font-size: 15px;font-weight: 600;letter-spacing: 1px;}
.blog_le .accordion li .link a::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/nsmaster9083/logo-blog.png) no-repeat;
    background-size: contain!important;
    width:35px;
    height: 35px;
    left: 6px;
    top:7px;
    transition: 0.3s ease-in;
}
.blog_le .accordion > li:hover .link a::before, .blog_le .accordion > li.on_this_category .link a::before {
     background: url(https://pic03.eapple.com.tw/nsmaster9083/logo-blog-h.png) no-repeat;
    background-size: contain!important;
     transition: 0.3s ease-in;
     animation:  rotate 3s infinite alternate;
}

@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:#ffffff00 !important; }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:var(--MainColor) !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:1px solid var(--color2) ;}
.blog_le .accordion > li.open{ border: 1px solid var(--color2);}

.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;font-family: var(--SFont2);border-bottom: 1px solid var(--MainColor);}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;

}
.subbox_item a:before {
    content: 'MORE';
    color: #fff;
    background: var(--MainColor);
    padding: 5px 15px;
        border-radius: 8px;
}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}



.submenu {  background: #000000;}
.blog_le .accordion { border-radius: 0;  border: none;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}
h5.blog_le_t em{color: var(--MainColor);}


/*文章內頁*/
.blog_in_page h4.blog_category_title{font-family: var(--SFont2);color: var(--MainColor);border-bottom: 1px solid var(--MainColor);}

.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/

/*首頁-傳富講堂*/
.module_i_news .title_i_box h4{font-family: var(--SFont2);color: var(--MainColor);font-weight: 600;position: relative;}
.module_i_news .title_i_box h4::before{
    position: absolute;
   content: "KNOWLEDGE";
   font-family: var(--SFontE2);
   font-size: var(--f100);
   left: 50%;
   top: -43px;
   transform: translateX(-50%);
   color: var(--SubColor2);
   z-index: -1;
}
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
.module_i_news li a { grid-template-columns: 1fr;       padding: 0px 0px 50px;background: #fff;    grid-gap: 0;}
.module_i_news li:hover a .i_blog_le{filter: drop-shadow(0 0 3px #00000079);}
.module_i_news li a .i_blog_le {  aspect-ratio: 4 / 3;}
.module_i_news li a:after {
    background: var(--MainColor);
    height: 1px;
    border: none;
    width: 15px;
    left: unset;
    right:80px;
    top: unset;
    bottom: 24px;
    opacity: 1;
}
.module_i_news li a:hover:after{ width: 35px;background:linear-gradient(90deg, var(--MainColor), #ffc124);}
.module_i_news li a:before {
    content: 'MORE';
    color: var(--color);
    padding: 5px 15px;
    opacity: 1;
    font-family: var(--SFontE2);
}
.i_blog_ri {background: #f2f2f2;}
.module_i_news li a .i_blog_ri h5{font-family: var(--SFontE);color: var(--MainColor);border-bottom: 1px solid var(--MainColor);}
.newsShare_box a dt{font-family: var(--SFont);}



/*聯絡我們*/
.contact_page .contact_content {  padding: 0;}
.information_left { padding: 0;}
.contact_form { margin-bottom: 50px;}
.contact_form li.last cite {  background: var(--MainColor);}
.contact_content .information_left{display: none;}
.contact_content .information_right {
    padding-left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1300px) { 
.banner {  min-height: 450px;}
.banner h5 {  top: 300px;}

.services_page .banner {  min-height: 300px;}
.services_page .banner h5 { top: 200px;}
.services_page .banner::after {
    width: 426px;
    height: 370px;}

}
@media screen and (max-width:1024px) { 
    .nav-header { max-width: 280px;}
    .navigation {  padding: 10px 0 0;}
    .sticky .nav-brand::before {left: -6px;}

    .banner {  min-height: 300px;}
    .banner h5 {  top: 150px;}



    }
    
    @media screen and (max-width: 980px) { 
    .header_area {
        position: relative;
        text-align: center;
        background: #fcf9f2;
        z-index: 99999;
    }
    .header_area .sticky{position: fixed;}
    .stellarnav > ul > li > a b {color: var(--MainColor);}
    
    .sticky .nav-brand img{ transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
    .sticky  .stellarnav > ul > li > a b {color: var(--SubColor2);}
    

    .footer_info { flex-direction: column;  align-items: center;}
    .footer_info ul { width: 100%;}
    .footer_info li { text-align: center;}
    .footer_menu { justify-content: center;}
    .footer_logo { width: 208px;  height: 50px;}
    .footer_logo::before { width: 60px;  height: 60px;top: -1px;}
    
    .services_page .banner::after { height: 225px;}
    .services_page .banner h5 { top: 150px; top: -3px;}
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .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:280px;  position: relative;  }
    .navigation { padding: 0;}
    .header_area {  padding: 10px ;backdrop-filter: unset;}
    .sticky .nav-brand::before {  left: -2px;    width: 39px;    height: 39px;}
    .header_area.sticky { background: #003324e3;}

    /*大圖*/
    .swiper-banner .swiper-slide img{display: none;}
    .bannerindex .swiper-fade .swiper-slide:nth-child(1){
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn01-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position: center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }

.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before {
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn01-be.png) no-repeat;
    padding-bottom: calc(100% / 1 * 0.12);
    bottom: 10%;
}





    .bannerindex .swiper-fade .swiper-slide:nth-child(2){
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn02-768-bg.png) no-repeat;
    background-size: contain !important;
    background-position: center !important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.78);
    }
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before {
    background: url(https://pic03.eapple.com.tw/nsmaster9083/bn02-be.png) no-repeat;
    padding-bottom: calc(100% / 1 * 0.12);
    bottom: 10%;
}




    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;top: -5px;}
    .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: #003324e3;
        backdrop-filter: blur(9px);}
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--SubColor2);}
    .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .sticky .stellarnav .menu-toggle span.bars span {  background:var(--SubColor);}
    .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .sticky .stellarnav .menu-toggle:after { color:var(--SubColor);}
    .stellarnav.mobile > ul > li { border-bottom: none;        border-bottom: 1px solid #0000002b;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: center;color: var(--SubColor2);}
    .stellarnav.mobile > ul > li > a.dd-toggle {  top: 12px;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--SubColor2);        text-align: center;      padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav > ul > li:hover > a { -webkit-box-reflect: below -44px linear-gradient(180deg, transparent, #e6bb4eb0)}
    .stellarnav  a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before{ border-bottom: solid 3px var(--SubColor2);}
    .stellarnav.mobile li a.dd-toggle{-webkit-box-reflect:unset!important;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;   }


    .stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px ;
        background: #ffffff00;
        color:#fff;
    }
    .stellarnav.mobile li.open {background:var(--MainColor);}
    .stellarnav.mobile li a {border-bottom: none;}
    .stellarnav ul ul { padding-top: 0;background:#00251a;border-top: 1px solid #ffffff5e;}
    .stellarnav li li {  background: #053325;text-align: center;}

    /*banner*/
    .banner {  min-height: 250px;}
    .banner h5 { top: 170px;}
    .banner h5::after {
    font-size: 14px!important;
    padding: 5px 15px!important;}

    .services_page .banner {  min-height: 250px; }
    .services_page .banner h5 { top: 130px;}






    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_info li { width: 90%;}
    .footer_menu {     margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        margin: auto;
        gap: 15px;
    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer_logo::before { width: 58px;   height: 58px;}
    
    .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;}


    .contact_form { margin-bottom: 0;}
    }
    
    
    @media screen and (max-width: 600px) { 
    .stellarnav.mobile { top: 0px;}
    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
    .nav-header {max-width: 250px;}


    .footer_logo { width: 190px;height: 45px; }
    .footer_logo::before { width: 51px; height: 51px;}
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);}
    .footer_menu a { text-align: center;width: 100%}
    .footer_menu a:nth-child(4){border-left: none;}


    /*banner*/
    .banner {  min-height: 200px;}
    .banner h5 {  top: 120px;}
    .banner h5::before {  top: -23px;}
    .banner h5::after { top: 31px!important;}


    .services_page .banner { min-height: 200px; }
    .services_page .banner h5 {  top: 100px;}
    .services_page .banner::after {
        height: 165px;
        width: 299px;
        top: -5px;
    }
    }
    @media screen and (max-width: 500px) { 
    .stellarnav.mobile { top: 0;}
    .footer_menu {  grid-template-columns: 1fr 1fr;}
    .footer_menu a:nth-child(3),     .footer_menu a:nth-child(5){border-left: none;}
    .footer_menu a:nth-child(4){border-left: 1px solid #ffffff5c;}
    }
    @media screen and (max-width: 420px) { 
        .nav-header {  max-width: 220px; }
    }
    @media screen and (max-width: 375px) { 
    .footer_logo {  margin: auto auto auto 0;}
    .footer_info {  padding: 0 60px 0 10px;}
    .footer_info li p { text-align: left;}
    .footer_menu {  grid-template-columns: repeat(3, 1fr);}
    .footer_menu a {  text-align: left;}
    .footer_menu a:nth-child(3),     .footer_menu a:nth-child(5){border-left: 1px solid #ffffff5c;;}
    .footer_menu a:nth-child(4){border-left: none;}




    }
    
    