@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+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
:root {
    --MainColor: #2A5290; /*網站主要色系*/
    --SubColor: #A81F31; /*網站輔助色系1*/
    --SubColor2: #BF9E5B; /*網站輔助色系2*/
    --color:#FDD100;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
     --SFont2: "Noto Serif TC", serif;/*細明體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
 --SFontE2: "Crimson Text", 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;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.contact_editbox { padding: 0;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice, .tp_links{ display: none;}
.shop_search_btn{background: var(--MainColor);border-radius:unset ;}
.box_search input[type=text] {  border-radius: 0em;}
.main_header_area .container { max-width: 1800px;}
.header_area {background: #ffffff9f;  backdrop-filter: blur(9px); padding: 10px 10px 0px 10px;position: absolute;  transition: all 0.3s; }
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header { grid-row: 1 / span 3;width: 100%;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;
    
}


/*sticky*/
.header_area.sticky{position: fixed;  transition: all 0.3s; padding: 0;background: #fff;}


/*首頁*/
.pageIndex .header_area {   background: #ffffff00;backdrop-filter:unset;}

.pageIndex .header_area.sticky{background:#ffffff80;}




/*第一層*/
.navigation { grid-template-columns: 250px 1fr;padding: 10px 0; align-items: center;}

.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--MainColor);letter-spacing: 1px;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE2);font-size: 15px;font-weight: 600;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--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);}


/* 商品下拉超過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 #page::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.09);
    background: url(https://pic03.eapple.com.tw/0933850647/logo-p-roomin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top:40%;

    left: 50%;
    transform: translate(-50%, -40%) scale(0, 1);
    z-index: 100000000;
    animation: logo2 4s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    opacity: 0;
   filter:drop-shadow(2px 2px  3px #fff) ;
}


@keyframes logo2 {
    0%{
        transform: translate(-50%,-50%) scale(0,1);
        opacity: 0;
        left:50%;
        filter: blur(1px) saturate(0.5);
    }
    30%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left: 50%;
    }
    90%{
        transform: translate(-50%,-50%) scale(1,1);
        opacity: 1;
        left:50%;
         filter:  blur(0px) saturate(1);
    }
    100%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(1,1);
        left: 50%;
        filter:  blur(0px) saturate(1);
    }
}
.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 4.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  
    backdrop-filter: saturate(90%) blur(9px);
}
    @keyframes blur{
    0% {  opacity: 0;background: #ffffff;filter: brightness(150%);}
    90% {  opacity: 1;background:  #ffffff67;}
    100% {  opacity: 0;background: #ffffff00;filter: brightness(100%);}
}
/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1)::before{
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.swiper-fade .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0933850647/bn02-4.png) no-repeat;
    background-size: contain!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.5);
    left: 0;
    top: 0;
    z-index:1 ;
    pointer-events: none;
}
.swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0933850647/bn02-be4.png) no-repeat;
    background-size: contain!important;
    background-position:left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1 * 0.05);
    left:20%;
    top: 72%;
    z-index: 2;
    pointer-events: none;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}

/*
.swiper-fade .swiper-slide:nth-child(2)::after{
        position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0933850647/bn02-1.png) no-repeat;
    background-size: contain!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.5);
    left: 0;
    top: 0;
    z-index:1 ;
    pointer-events: none;
}
*/



.swiper-fade .swiper-slide:nth-child(2)::before{
        position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/0933850647/bn03-be4.png) no-repeat;
    background-size: contain!important;
    background-position:left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.23);
    left: 15%;
    top: 13%;
    z-index:1 ;
    pointer-events: none;
}






















/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/0933850647/banner.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    min-height: 600px;
    position: relative;
}
.banner h5{
        font-size: var(--f48);
    position: absolute;
    font-family: var(--SFont);
    left: 50%;
    transform: translateX(-50%);
top: 400px;
color: #fff;
filter: drop-shadow(0 0 3px #000000c2);
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f22);
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
}
.contact_page .banner{display: none;}

.album_page .banner h5::after, .album_class_page  .banner h5::after{content: "/Allbum";}
.product_page  .banner h5::after, .product_info_page   .banner h5::after{content: "/Equipment";}

.blog_page .banner h5::after, .blog_in_page  .banner h5::after{content: "/News";}

/*Footer/＝＝＝＝＝*/
.footer{background: var(--MainColor);}
.footer_logo{  
    background: url(https://pic03.eapple.com.tw/0933850647/logo_f.svg) no-repeat;width: 100%;max-width:250px;height: 45px;background-size: contain;    margin-left: 10px;}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;     align-items: center;      justify-content: space-between;padding: 0;    grid-gap: 25px;    align-items: flex-start;}
.footer_info ul {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 280px);
    top: 20px;
}
.footer_info li{  width: 45%;position: relative;padding: 10px 0;}
.footer_info li:nth-child(1){ 
     display: flex;
    padding: 10px 0;
    flex-direction: column;
}


   
.footer_info li:nth-child(2){  width: 30%;}
.footer_info li:nth-child(1)::after{
    position: absolute;
    content: "聯絡資訊";
    font-family: var(--SFont2);
    color: var(--SubColor2);
    left: 0;
    top: -12px;
    font-size: var(--f18);
}

.footer_info li:nth-child(2)::after{
    position: absolute;
    content: "網站設置";
    font-family: var(--SFont2);
    color: var(--SubColor2);
    left: 0;
    top: -12px;
    font-size: var(--f18);
}






.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}







.footer_menu {    display: grid;    grid-template-columns:1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 0px;
    transition: all 0.3s;
    border: none;
    color: #ffffff8e;
    background: #ffffff00;
    position: relative;
}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: #fff;}
.footer_info li p::before{color: #ffffff8e;font-size: 14px;font-family: var(--SFontE2);}


.footer_info li p.tel{ order: 1;}
.footer_info li p.tel2{ order: 2;}
.footer_info li p.taxid{ order: 3;}
.footer_info li p.fax{ order: 4;}
.footer_info li p.line { order: 5;}
.footer_info li p.mail{ order: 6;}

.footer_info li p.add{ order: 7;}


.footer_info li p.tel:before { content: '公司電話';}
.footer_info li p.tel2:before { content: '補習班電話';}
.footer_info li p.line:before { content: 'LINE';}
.footer_info li p.phone:before {  content: 'TEL.';}
.footer_info li p.fax:before { content: '補習班統編';}
.footer_info li p.taxid:before {  content: '公司統編';}
.footer_info li p.mail:before {   content: '信箱.';}
.footer_info li p.add:before {  content: '地址';}


.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link{ 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px 10px;
    width: 100%;
    max-width: max-content;
    right: unset;
    left: 0;
    top: 50px;
 }
.box_link a{transition:all 0.3s;    width: 100%;    position: relative; border: none; }

.box_link i.fa-brands {
    display: flex;
    flex-direction: row;
    width: max-content;
    flex-direction: column;
    width: 100%;
}
.box_link a:hover {    background:#152141;    color: #fff;}
.box_link a.me_tp_call,
.box_link a.me_tp_mail{display: none;}

.box_link a i:before{
    content: "";
    background:; 
    background-size: contain!important;
    width: 100%;
    max-width:75px;
    height:75px;
}
.box_link a.me_tp_fb i.fa-facebook-f:before{    background:url(https://pic03.eapple.com.tw/0933850647/fb_qr.svg) no-repeat; }
.box_link a.me_tp_line i.fa-line:before{ background:url(https://pic03.eapple.com.tw/0933850647/line_qr.svg) no-repeat; }
.box_link a.me_tp_ig i.fa-instagram:before{   background:url(https://pic03.eapple.com.tw/0933850647/reserve_qr.svg) no-repeat; }

.box_link a i::after{
    content: "";
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: max-content;
    letter-spacing: 2px;
    margin: auto;
}
.box_link a.me_tp_fb i.fa-facebook-f::after{   content: "FB"; font-family: var(--SFontE2);}
.box_link a.me_tp_line i.fa-line::after{     content: "LINE";  font-family: var(--SFontE2); }
.box_link a.me_tp_ig i.fa-instagram::after{   content: " 報名表單 "; font-family: var(--SFont2); }









/*url(https://pic03.eapple.com.tw/0933850647/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 {
    border: none;
    background: #ffffff00;
    color: #838383;}
.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;border-bottom: 1px solid #b7b7b7;font-family: var(--SFont);font-weight: bold;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);display: none;}
.products-list .item a:hover .name{color: var(--MainColor);transition: 0.3s ease-in;}
.products-list .item a:hover .more{background: var(--MainColor);}
.products-list .price {
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.products-list .price b.ori_price{color: #696969;    text-align: center;font-size: 15px;}
.products-list .price .sp_price { text-align: center;color: var(--SubColor);font-size: 17px;font-weight: bold;}






.product-layer-two li.active>a, .product-layer-two>li:hover>a {
    border: none;
    background:#ffffff00;
    color:var(--MainColor);
    font-family: var(--SFont);
}

.product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px #ffffff00 solid;}
.sidebarBtn h2{color: var(--MainColor);}
.inquiry_a1 { background: #919191;}
.inquiry_a2 { background: #919191;}
.inquiry_a3 { background:#919191;}
.toShare{display: none;}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--MainColor);font-size: var(--f24);font-family: var(--SFont);    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;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    height: unset;
    filter: drop-shadow(0px 0px 2px black);

}
.show-list .item:hover .show_name { color: #fff;}
.album_fixed_title {  background: #ffffff00;}

.show-list { grid-template-columns: repeat(4, 1fr);}
.show-list .show_pic {  aspect-ratio: 1 / 1;}

.overlay {backdrop-filter: blur(4px);}


.show-list:hover li a .show_pic img{opacity: 0.4;}
.show-list li a:hover .show_pic img{opacity: 1;}














/*最新消息-文章*/
.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_list_ri h5{color: var(--MainColor);font-weight: bold;}
.subbox_item a:hover {  background: #E7E3E0;}
.subbox_item a:after {
       border: none;
    width: 10px;
    height: 1px;
    background: var(--MainColor);
    left: 190px;
    bottom: 15px;
    top: unset;
    opacity: 1;
    transition: 0.3s ease-in;
}
.subbox_item a:hover:after{width: 35px;transition: 0.3s ease-in;}
.subbox_item a:before {
    content: 'MORE';
    bottom: 0;
    right: unset;
    left: 220px;
    color: var(--MainColor);
    background:#ffffff00;
    padding: 5px 15px;
    opacity: 1;
}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}


h5.blog_le_t{color: var(--MainColor);font-family: var(--SFont);font-weight: bold;}










.articel_mainPic{display: none;}/*文章內頁縮圖*/



/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1500x) { 
.banner { min-height: 450px;}
.banner h5 { top: 300px;}
}
@media screen and (max-width:1200x) { 
.pageIndex #page::after {padding-bottom: calc(100% / 1 * 0.1);}
.footer_info li:nth-child(2) {    padding-right: 60px;}


}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .nav-header {  max-width: 250px;}
    .header_area {
        position: static;
        text-align: center;
    }

    .banner {  min-height: 350px;}
.banner h5 {   top: 200px;}



    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.08);}
    }
    
    @media screen and (max-width: 980px) { 

    .stellarnav > ul > li > a b {color: var(--MainColor);}
    
    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}

    
    
    
    
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.1);    }
        /*footer*/
        .footer_logo {
           background-position: center;
           width: 100%;}
        .footer_info { padding: 0 60px;    flex-direction: column;}
        .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: 0;
        left: unset;
        right: 72px;
       }
    }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:220px; position: relative; }
    .me_tp_features { text-align: left;}

.header_area { backdrop-filter:unset;}





 
    .header_area.sticky{backdrop-filter:unset;background: #fffffff0;}
     .sticky .navigation { padding: 10px;}
     /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.18);    }

    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
    .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav.mobile > ul > li {  border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: center;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color:#fff;        text-align: center;      padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--color);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;background: var(--MainColor);}
    .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.left .close-menu, .sticky .stellarnav.mobile.left .close-menu {background:#ffffff00;        color: #fff; padding: 15px 10px;}


    .stellarnav.mobile li.open {background:var(--MainColor);padding: 0 8px;}
    .stellarnav.mobile li.open>a{color: var(--color);}
    .stellarnav.mobile li.open>ul{background-color:#1c2745;}
    .stellarnav li li { border: none;}
    .stellarnav li li a{text-align: center;color: #ffffffb6;border: none!important;}

    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 0;
    letter-spacing: 2px;
    background: #ffffff00;
    }



    /*banner*/
    .banner {  min-height: 280px;}
    .banner h5 {   top: 130px;}



    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_info ul { width: 100%;}
    .footer_info li { width: 90%;}
    .footer_menu {     margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        grid-gap: 0px;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .box_link {  right: 0;display: none;}
    
    /*大圖*/
    .swiper-banner .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }
.swiper-banner .swiper-slide:nth-child(1) img, .swiper-banner .swiper-slide:nth-child(2) img {  display: none;}
.swiper-fade .swiper-slide:nth-child(1){ background: url(https://pic03.eapple.com.tw/0933850647/bn02-768bg4.png) no-repeat;width: 100%;height: 600px;background-size: cover!important;background-position: right!important;}
.swiper-fade .swiper-slide:nth-child(1)::after { background: url(https://pic03.eapple.com.tw/0933850647/bn02-768-4.png) no-repeat;background-position: left bottom;top: unset;bottom: 0;   padding-bottom: calc(100% / 1 * 0.75); }
.swiper-fade .swiper-slide:nth-child(1)::before {  
    background: url(https://pic03.eapple.com.tw/0933850647/bn02-768-be4.png) no-repeat;
     background-position: right!important;
    padding-bottom: calc(100% / 1 * 0.09);
    top:unset;
    left: unset;
    bottom: 20%;
    background-position: right;
    right: 25%;
}

.swiper-fade .swiper-slide:nth-child(2){ background: url(https://pic03.eapple.com.tw/0933850647/bn03-768-bg4.png) no-repeat;width: 100%;height: 600px;background-size: cover!important;background-position: right bottom!important;}

.swiper-fade .swiper-slide:nth-child(2)::before {  
    background: url(https://pic03.eapple.com.tw/0933850647/bn03-768-be4.png) no-repeat;
    background-position: left!important;
 padding-bottom: calc(100% / 1 * 0.35);
    right: unset;
    left: 12%;
    top: 20%;
    z-index: 9;
}
    .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) { 
           /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.15);    }

    
    /*banner*/
    .banner {  min-height: 220px;}
    .banner h5 {   top: 100px;}




    /*大圖*/
    .swiper-banner .swiper-slide img { height: 500px;}
.swiper-fade .swiper-slide:nth-child(1){ height: 500px;}
.swiper-fade .swiper-slide:nth-child(2){height: 500px;}





    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
    }
    @media screen and (max-width: 500px) { 
           /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.18);    }
    /*大圖*/
    .swiper-banner .swiper-slide img { height: 400px;}
.swiper-fade .swiper-slide:nth-child(1){ height: 400px;}
.swiper-fade .swiper-slide:nth-child(2){height: 400px;}



    .footer_menu {  grid-template-columns: 1fr 1fr;}
    
    }
    @media screen and (max-width: 420px) { 
    .footer_logo { max-width: 225px;    height: 40px;}
   .footer_info { padding: 0 60px 0 10px;}
   .box_link a i::after { font-size: 13px;}

    /*進入網站動畫*/
    .pageIndex #page::after { padding-bottom: calc(100% / 1 * 0.2);    }
    /*大圖*/
    .swiper-banner .swiper-slide img { height: 350px;}
       .swiper-fade .swiper-slide:nth-child(1), .swiper-fade .swiper-slide:nth-child(2){ height: 350px;}
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    