@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=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
:root {
    --MainColor: #0694D6; /*網站主要色系*/
    --SubColor: #3674B5; /*網站輔助色系1*/
    --SubColor2: #FDAB9E; /*網站輔助色系2*/
    --SubColor3: #FFE400; /*網站輔助色系3*/

    --color:#383838;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE: "Arsenal SC", sans-serif;/*特殊字體*/    
    --SFontE2: "Fjalla One", 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;
    }
}
.edit_part {  padding: 50px 0px 0;}
.main_header_area .container { max-width: 1800px;transition:all 0.3s;}
  .path { display: none;}
.tp_links { display: none;}
.shop_search_btn {   background:var(--SubColor);}
.header_area { background: #ffffff;    padding: 10px 10px 0px 10px;    position: absolute;backdrop-filter: blur(9px);box-shadow: 0 0 3px #0000003f;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width:150px;}
.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 {
backdrop-filter: blur(9px);
position: fixed;
transition:all 0.3s;
}

/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0; align-items: center;}
.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);}
.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 ;}
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/


/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1):after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0980180307/bn01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.06);
    left: 20%;
    top: 40%;
}
.swiper-fade .swiper-slide:nth-child(2)::after{
     position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0980180307/bn02.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.06);
    left: 20%;
    top:70%;
}




/*Banner/＝＝＝＝＝*/
.banner.banblog {}
.banner{
    background: url(https://pic03.eapple.com.tw/0980180307/banner.jpg) no-repeat;
    background-size: cover;
    background-position:center!important;
    min-height: 700px;
    position: relative;
}
.banner h5{
    position: absolute;
    content: "";
    font-size: var(--f22);
    color: var(--SubColor);
    left: 20%;
    top: 400px;
    filter: drop-shadow(2px 2px 2px #fff);
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f100);
    left:0 ;
    top: -105px;
    font-weight: 100;

}
.product_page .banner h5::after, .product_info_page  .banner h5::after{content: "PRODUCT";}

.blog_page .banner, .blog_in_page .banner{background: url(https://pic03.eapple.com.tw/0980180307/banner-news.jpg) no-repeat;  background-position:center top!important;}
.blog_page .banner h5::after, .blog_in_page  .banner h5::after{content: "NEWS";}

.contact_page .banner{background: url(https://pic03.eapple.com.tw/0980180307/banner-contact.jpg) no-repeat;  background-position:left!important;}
.contact_page .banner h5{filter: unset;color: #fff;}
.contact_page .banner h5::after{content: "CONTACT";color: #fff;}

.services_page .banner h5::after{content: "Q&A";top: -113px;}



/*Footer/＝＝＝＝＝*/
.footer{background: #fff;}
.footer_logo{max-width: 160px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;        align-items: flex-start; justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        width: calc(100% - 200px);
}
.footer_info li{  width: 45%;}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;}
.footer_info li p::before{
    font-family: var(--SFont);
    color: #919191;
}
.footer_info li p {  color:var(--color);}
.footer_info li p a {  color: var(--color);}
.footer_info li p.taxid{order: 1;}
.footer_info li p.tel{order: 2;}
.footer_info li p.phone{order:3;}
.footer_info li p.line{order:4;}
.footer_info li p.fax{order: 5;}
.footer_info li p.add{order:6 ;}

.footer_info li p.line:before { content: 'Line電話';}
.footer_info li p.tel:before { content: '電話';}
.footer_info li p.phone:before{    content: '手機';}
.footer_info li p.fax:before { content: '營業時間';}
.footer_info li p.fax::after{
    content: "09:00~18:00";
}
.footer_info li p.taxid:before { content: '統編';}
.footer_info li p.add:before { content: '地址';}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px ;
    transition: all 0.3s;
    border: none;
    color: #919191;
    background: #ffffff00;
    position: relative;
}


.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--SubColor);}
.copy {    background: var(--SubColor);    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/0980180307/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 a { background: #f3f3f300;}
.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);
    position: absolute;
    top: 35%;
    bottom: unset;
    width: max-content !important;
    padding: 0 15px;
    background:var(--SubColor);
    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.products-list .item a:hover .more{background: var(--MainColor);opacity: 1;}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two>li:hover+li{border-left:none ;}
.product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:#ffffff;
    color: var(--SubColor);
   font-weight: bold;
    transform: scale(1.05);
}
    .product-layer-two li ul {    grid-gap: 0;}

.products-list:hover a{opacity: 0.5;transition: 0.3s ease-in-out;}
.products-list a:hover{opacity:1;transition: 0.3s ease-in-out;}


/*改分類位置*/
.product_page .main_part { padding: 0px 0px 50px;max-width: 2000px;}
.product_page .product_menu_list {width: 100%;min-height: unset;    background: #f2f9ff;}
.product_page .show_content {  padding: 0;}
ul.product-layer-two:hover a{filter: grayscale(1) opacity(0.5);}
ul.product-layer-two a:hover{filter: grayscale(0) opacity(1);}
.product_page .products-list {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 15px;
}
ul.product-layer-two {
display: grid;
grid-template-columns: repeat(6, 1fr);
width: 100%;
max-width: 1800px;
margin: auto;
align-items: end;
padding: 15px 0;

}
.product-layer-two li a {  text-align: center;padding: 60px 7px 7px;border: none;}
.product-layer-two > li {position: relative;    border-bottom: none;padding-bottom: 0;}
.product-layer-two > li+li{border-left:  1px solid #dddddd;;}
.product-layer-two > li>a::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/0980180307/) no-repeat;
    background-size: contain!important;
    width: 170px;
    height:60px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #dddddd;
}
.product-layer-two>li:hover>a::after{border-bottom: 1px solid var(--SubColor);}
.product-layer-two > li:nth-child(1)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo01.png) no-repeat;}
.product-layer-two > li:nth-child(2)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo02.png) no-repeat;}
.product-layer-two > li:nth-child(3)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo03.png) no-repeat;}
.product-layer-two > li:nth-child(4)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo04.png) no-repeat;}
.product-layer-two > li:nth-child(5)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo05.png) no-repeat;}
.product-layer-two > li:nth-child(6)>a::after{    background:url(https://pic03.eapple.com.tw/0980180307/product-logo06.png) no-repeat;}





/*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: none;    border-left: 1px solid #ddd;}
.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(--SubColor);font-size: 24px;    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;}
.sidebarBtn h2 {  color: var(--SubColor);}
.inquiry_a1, .inquiry_a2, .inquiry_a3{display: none;}/*隱藏詢價車按鈕*/
.toShare{display: none;}/*隱藏分享按鈕*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; height:auto;}
.pageIndex #content_main { background: #ffffff00;}
.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;}
.blog_le .accordion {
    border-radius: 0;
    border: none;}
.blog_list_ri h5{color: var(--SubColor);font-weight: bold;}
.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);}





/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1024px) { 
    .header_area { position: relative;}

    .nav-header { margin: auto; max-width: 110px;}
    .banner {min-height: 400px;}
.banner h5 { top: 250px;}






ul.product-layer-two {  grid-template-columns: repeat(3, 1fr);    gap: 5%;}
.product_page .product_menu_list { padding: 15px;}
.product-layer-two > li:nth-child(4){border-left:none ;}
.product-layer-two > li>a::before{
    position: absolute;
    content: "";
    background:  #dddddd ;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
}
.product-layer-two > li:nth-child(1)>a::before, .product-layer-two > li:nth-child(2)>a::before, .product-layer-two > li:nth-child(3)>a::before{display: none;}


    }
    
    @media screen and (max-width: 980px) { 
    .header_area {
        position: static;
        text-align: center;

    }

.navigation {padding: 0;}
    
    
    
    
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        .footer_info { padding: 0 60px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
        .box_link { top: 193px;  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:100px; }
    .nav-header { position: relative;  z-index: 99999;}
    .header_area { padding: 10px;backdrop-filter: unset;}
    .sticky .stellarnav.mobile.left .close-menu,  .stellarnav.mobile.left .close-menu {background:#ffffff00;        color: var(--color);padding-bottom: 30px;}
    .header_area.sticky{backdrop-filter: unset;background: #ffffffed;}
        .me_tp_features {  text-align: left;}

/*大圖*/
.swiper-banner .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }

.swiper-banner .swiper-slide img{display: none;}
.swiper-fade .swiper-slide:nth-child(1){
    background: url(https://pic03.eapple.com.tw/0980180307/bn01-768.png) no-repeat;
    background-size: cover!important;
    background-position:center!important;
    width: 100%;
    height: 600px;
}
.swiper-fade .swiper-slide:nth-child(1):after{  padding-bottom: calc(100% / 1*0.1);top: 20%;left: 10%;}
.swiper-fade .swiper-slide:nth-child(2){
    background: url(https://pic03.eapple.com.tw/0980180307/bn02-768-2.png) no-repeat;
    background-size: cover!important;
    background-position:right!important;
    width: 100%;
    height: 600px;
}
.swiper-fade .swiper-slide:nth-child(2)::after{ padding-bottom: calc(100% / 1*0.09);    left: 10%;    top: 80%;}











    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 100%;    left:0;   background: url(https://pic03.eapple.com.tw/0980180307/ph_bg.jpg) no-repeat;background-position: right;}
   .stellarnav.mobile.left > ul::after{
        position: absolute;
        content: "";
        background: #ffffff9e;
        backdrop-filter: blur(9px);
        width: 300px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
            transform: translateX(-100%);       
          }
        100% {
            transform: translateX(0);   
            }
    }
    .stellarnav.mobile > ul > li{width: 300px;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--color);}
   .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 > a { padding: 20px 0; }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--color);   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 ul li ul> li{border: none;}

.stellarnav.mobile li.open {background: #fff;}
.stellarnav.mobile li.open>a{border-bottom:1px solid #d1d1d1 ;}
.stellarnav.mobile > ul > li > a.dd-toggle{border: none;}
.stellarnav li li > a{ padding: 7px 5px 7px 15px;} 

/*banner*/
.banner {  min-height: 300px;}
.banner h5 {top: 180px;}
.banner h5::after { top: -80px;}










    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo {   margin: 0;    max-width: 130px;}
    .footer_info li { width: 90%;}
    .footer_menu {    margin: auto;grid-template-columns: 1fr 1fr 1fr;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        flex-direction: column;}
        .footer_info ul { width: 100%;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }

    
    .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; }

        .product_page .product_menu_list { padding: 15px;background: #ffffff00;}
        ul.product-layer-two {    grid-template-columns: repeat(2, 1fr);}
.product-layer-two > li:nth-child(3){border-left:none ;}
.product-layer-two > li:nth-child(4){border-left:1px solid #ddd ;}
.product-layer-two > li:nth-child(3)>a::before{display: block;}
.product-layer-two > li:nth-child(5){border-left:none ;}

    }
    
    
    @media screen and (max-width: 600px) { 
        /*大圖*/
.swiper-banner .swiper-slide img { height: 600px;}
.swiper-fade .swiper-slide:nth-child(1){  height: 500px;   background: url(https://pic03.eapple.com.tw/0980180307/bn01-600.png) no-repeat;}
.swiper-fade .swiper-slide:nth-child(1):after{  padding-bottom: calc(100% / 1*0.1);top: 20%;left: 10%;}
.swiper-fade .swiper-slide:nth-child(2){  height: 500px;   background: url(https://pic03.eapple.com.tw/0980180307/bn02-600-2.png) no-repeat;}
.swiper-fade .swiper-slide:nth-child(2)::after{ padding-bottom: calc(100% / 1*0.09);    left: 10%;    top: 80%;}

/*banner*/
.banner { min-height: 250px;}
.banner h5 { top: 150px;}
.banner h5::after { top: -64px;}
.blog_page .banner, .blog_in_page .banner{background: url(https://pic03.eapple.com.tw/0980180307/banner-600-news.jpg) no-repeat; }

.contact_page .banner h5 { filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.397));}
.contact_page .banner{background: url(https://pic03.eapple.com.tw/0980180307/banner-600-contact.jpg) no-repeat;background-position: 20% center !important; }


.contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
    }
    @media screen and (max-width: 500px) { 
                /*大圖*/
 .swiper-banner .swiper-slide img { height:400px;}
.swiper-fade .swiper-slide:nth-child(1){  height:400px; }
.swiper-fade .swiper-slide:nth-child(1):after{  padding-bottom: calc(100% / 1*0.1);top: 20%;left: 10%;}
.swiper-fade .swiper-slide:nth-child(2){  height:400px; }
.swiper-fade .swiper-slide:nth-child(2)::after{ padding-bottom: calc(100% / 1*0.09);    left: 10%;    top: 80%;}


.footer_info { padding: 0 60px 0 10px;    grid-gap: 0;}
.footer_menu {  grid-template-columns: 1fr 1fr;}


ul.product-layer-two { grid-template-columns: repeat(1, 1fr);}
.product_page .product_menu_list { padding: 15px;}
.product_page .products-list { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}
.product-layer-two > li+li{border: none;}
.product-layer-two > li:nth-child(2)>a::before{display: block;}
.product-layer-two > li:nth-child(4){border: none;}
.product-layer-two > li>a::after{display: none;}
.product-layer-two li a { padding:  7px;text-align: left;}
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    