@charset "utf-8";
/*E FLY遙控模型*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');



/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features {
    position: relative;
    width: auto;
    padding-right: 12%;
    text-align: right;
    z-index: 9999;
}
.me_tp_features a{
    color: #ffffff;
}
.tp_links a {
    display: flex;
    font-size: 22px;
    color: #333;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    margin: 6px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.tp_links {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: auto;
    justify-content: flex-end;
}

/*版面*/
.product_page .main_part { max-width:1500px;}
.services_page .main_part { 
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.product_info_page  .main_part {
    width: 100%;
    max-width: 72%;
    margin: auto;
    padding: 0;
}
.blog_in_page  .main_part {
    width: 100%;
    max-width: 72%;
    margin: auto;
    padding: 0;
}
.blog_page .main_part{
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 0;
}
.contact_page   .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.car_page .main_part{
    width: 100%;
    max-width: 70%;
    padding: 0 0 4% 0;
}



/*購物車匯款通知top*/
.stepImg img{
    filter: hue-rotate(185deg);
}
.stepImg span.active{
    color: #8ab8ff;
}
.send_simple{
    background: #7f9cc9 url(../images/simple_right.png) 88% center no-repeat;
}
.rewrite_simple{
    background: #c1b4a0 url(../images/simple_left.png) 10% center no-repeat;
}
.small_pic {
    width:40%;
    height: auto;
}
.border200,.longer{
    width: 100%;
}
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 0;
    padding-right: 4%;
    font-size: 26px;
    color: #101010;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*大圖*/
.swiper-banner .swiper-slide{
    position: relative;
}

/* 文字1 */
.swiper-banner .swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height:100%;
    background-image: url(https://pic03.eapple.com.tw/eflymodel/big_text1.png);
    background-repeat: no-repeat;
    background-size: cover;
    animation: tracking-in-expand-fwd-bottom 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height:100%;
    background-image: url(https://pic03.eapple.com.tw/eflymodel/big_text2.png);
    background-repeat: no-repeat;
    background-size: cover;
    animation: tracking-in-expand-fwd-bottom 5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
/*遙控空拍機*/
.swiper-banner .swiper-slide:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 634px;
    max-height: 225px;
    background-image: url(https://pic03.eapple.com.tw/eflymodel/drone01.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: flame-glide-left 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes  flame-glide-left{
    0% {
        transform: translate(10vw, 0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    20% {
        transform: translate(-10vw, -40px);
    }
    30% {
        transform: translate(-25vw, 40px);
    }
    40% {
        transform: translate(-40vw, -30px);
    }
    50% {
        transform: translate(-65vw, 30px);
    }
    60% {
        transform: translate(-75vw, -15px);
    }
    70% {
        transform: translate(-85vw, 15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translate(-100vw, 0);
        opacity: 0;
    }
}




.navigation{
    grid-template-columns: 24% 1fr;
}
.stellarnav > ul > li{
    margin: 0 2% 0 0;
}
.stellarnav ul{
    padding: 1% 0;
    position: relative;
    right: 10%;
}
.nav-header{
    max-width: 100%;
    width: 100%; 
}
.main_header_area .container{
    max-width: 100%;
    margin: auto;
}
.pageIndex .header_area{
    width: 100%;
    background: transparent;
    position: fixed;
}
.header_area{
    background: #3b3b3b;
    position: fixed;
}

.header_area .nav-brand img{
    max-width: 100%;
    filter: invert(100%) brightness(200%);
}
.header_area .stellarnav > ul > li > a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0px 1px 2px #000000;
    
}
.header_area .nav-brand{
    filter: drop-shadow( 0px 1px 2px #00000088);
    z-index: 999;
}

.header_area.sticky{
    width: 100%;
    position: fixed;
    background: #ffffff;
    transition-duration: 0.5s;
}
.header_area.sticky .nav-brand{
    filter:none;
}
.header_area.sticky .me_tp_features a{
    color: #111111;
}

.header_area.sticky .nav-brand img{
    max-width: 100%;
    filter: none;
}
.header_area.sticky .stellarnav > ul > li > a{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #111111;
    text-shadow: none;
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding-right: 0;
}




/*內頁BANNER 設定*/
.path{
    display: none;
}

.banner {
    font-size: 40px;
    padding: 20px;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 811px;
    overflow: hidden;
    position: relative;
}

.banner h5 {
    display: flex;
    justify-content: flex-start;
    left: 4%;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    top: -8%;
    width: 20%;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
}

.services_page .banner h5::after {
    content: 'Service';
    position: relative;
    font-family: "WindSong", cursive;
    font-size: 43px;
    left: 26%;
    bottom: 0;
    color: #888888;
    font-weight: 500;
}
.product_page  .banner h5::after,.product_info_page  .banner h5::after  {
    content: 'Product';
    position: relative;
    font-family: "WindSong", cursive;
    font-size: 43px;
    left: 26%;
    bottom: 0;
    color: #888888;
    font-weight: 500;
}
.blog_page .banner h5::after,.blog_in_page  .banner h5::after {
    content: 'News';
    position: relative;
    font-family: "WindSong", cursive;
    font-size: 43px;
    left: 26%;
    bottom: 0;
    color: #888888;
    font-weight: 500;
}
.contact_page .banner h5::after {
    content: 'Contact';
    position: relative;
    font-family: "WindSong", cursive;
    font-size: 43px;
    left: 26%;
    bottom: 0;
    color: #888888;
    font-weight: 500;
}

.banA {background-image: none;}
.product_page .banner::before,
.product_info_page  .banner::before,
.services_page .banner::before,
.contact_page .banner::before,
.services_page .banner::before,
.blog_page .banner::before,
.blog_in_page  .banner::before{
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/eflymodel/all_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top:0;
    width: 100%;
    height: 811px;
    z-index: 1;
   
}


.services_page .banner::after{
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/eflymodel/service_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 811px;
    overflow: hidden;
    top: 0;
    z-index: 0;
    animation: kenburns-right 5s ease-out both;
}
.product_page .banner::after,
.product_info_page .banner::after{
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/eflymodel/product_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 811px;
    overflow: hidden;
    top: 0;
    z-index: 0;
    animation: kenburns-right 5s ease-out both;
}
.contact_page .banner::after {
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/eflymodel/contact_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 811px;
    overflow: hidden;
    top: 0;
    z-index: 0;
    animation: kenburns-right 5s ease-out both;
}
.blog_page .banner::after,
.blog_in_page  .banner::after{
    position: absolute;
    content: '';
    background-image: url(https://pic03.eapple.com.tw/eflymodel/blog_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 811px;
    overflow: hidden;
    top: 0;
    z-index: 0;
    animation: kenburns-right 5s ease-out both;
}

@keyframes kenburns-right {
  0% {
            transform: scale(1) translate(0, 0);
            transform-origin: 84% 50%;
  }
  100% {
            transform: scale(1.1) translateX(20px);
            transform-origin: right;
  }
}

.banC {background-image: none;}
.banD {background-image: none;}
.banE {background-image: none;}
.banF {background-image: none; background-color:transparent;}
.banblog {background-image: none;}
@keyframes tracking-in-expand {
 0% {
    letter-spacing: -0.5em;
    opacity: 0;
}
40% {
    opacity: 0.6;
}
100% {
    opacity: 1;
}
}
.remit_page .banner{
    height: 300px;
    align-content: flex-end;
    justify-content: center;
    background-color: #ffffff;
}

.car_page .banner{
    height: 300px;
    align-content: flex-end;
    justify-content: center;
}

.car_page .banner h5,.remit_page  .banner h5{
    display: flex;
    left: 0;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    top: -8%;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    align-items: center;
    letter-spacing: 2px;
}
.small_pic{
    width: 25%;
    height: auto;
}
.shopping-cart .cell.product_name p{
    width: calc(100% - 25%);
}
.car_page .information_left {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.list_before{
    width: auto;
}
.contact_le_map a {
    background: #7f9cc9;
    border-radius: 4px;
    padding: 6% 0;
}
.banner {
    min-height: 120px;
}
.contact_le_map{
    width: 20%;
}




/*聯絡我們*/
.contact_content .information_left{
    display: none;
}
.contact_content .information_right{
    display: none;
}



/*產品*/
.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;}
.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: 18%;letter-spacing: 1px; 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;}
.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:#ad925e;}
.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:#ad925e;}
.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;}
.product-layer-two > li{
    padding-bottom: 0;
}
.product-layer-two li.active a{
    border: none;
}
.product-layer-two li li:hover > a{
    background: transparent;
    color: #747474;
}
.product-layer-two li li:hover > a:before{
    background: #747474;
}
.product-layer-two li li a{
    padding: 5px 10px 5px 20px;
}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}
.products-list .name{
    text-align: center;
    font-family: 'Noto Sans TC';
    font-size: 18px;
}
.product-layer-two li i.close::before,.fa-circle-plus::before,.fa-circle-plus::before{
    color: #adadad;
}
#prod_thumbSwiper .swiper-slide::before{
    background: #00000038;
}
.prod_related{
    display: none;
}
.sidebarBtn .price span{
    font-size: 26px;
}
.sidebarBtn{
    border: none;
}
.sidebarBtn .price{
    border-bottom: none;
}
.product_info li:first-child .txt_box{
    color: #2f2f2f;
    font-size: 15px;
    background-color: transparent;
    padding: 10px 6px 10px 6px;
    font-family: 'Noto Sans TC';
    line-height: 200%;
}
.inquiry_a3{
    background: #b7b7b7;
}
.toShare{
    display: none;
}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after{
    text-shadow: none;
    color: #000000;
}
.sidebarBtn .sp_price{
    color: #f81f1f;
    font-family: 'Font Awesome 5 Free';
}
.pd_tabTitle li.activeTab a{
    color: #000000;
    font-size: 26px;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #eeeeee;
}
.sidebarBtn h2 {
    color: #111;
    font-size: 30px;
    font-family: 'Noto Sans TC';
}
.product-wrapper{
    padding-bottom: 18%;
}
.product_info_page .edit{
   font-family: 'Noto Sans TC';
   font-size: 18px;
}
.products-list .more{
    border: 1px solid #ababab;
    color: #ababab;
}
.products-list .item a:hover .more{
    background: #ababab;
}
.products-list .price b{
    color: #f81f1f;
    font-family: 'Font Awesome 5 Free';
}
.pd_tabTitle li.activeTab::after{
    background: transparent;
}
.product_main{
    padding: 4% 0 0 0;
    display: inline-block;
    width: 60%;
}
.sidebarBtn {
    width: 38%;
    border: none;
    padding: 8% 0 0 0;
    padding-left: 4%;
}
.product_info li:first-child .txt_box{
    width: 100%;
}
.product_info_page .product_info{
    
}


/*文章*/
h5.blog_le_t em{
    display: none;
}
.blog_le .accordion{
    border-radius: 6px;
}
.blog_le {
    width: 20%;
}
.blog_ri{
    width: calc(100% - 21%);
}
.accordion li .link a{
    font-size: 18px;
    text-align: center;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.blog_list_ri h5{
    color: #000;
    font-family: 'Noto Sans TC';
    -webkit-line-clamp: 2;
}
.subbox_item a:after{
    background: transparent;
}
.subbox_item a:before{
    display: none;
}
.subbox_item a:after{
    border: none;
}
.blog_list_ri p{
    font-family: 'Noto Sans TC';
    color: #666;
    letter-spacing: 2px;
    line-height: 150%;
}
.blog_list_ri em{
    padding: 4% 0 0 0;
}
.articel_mainPic img{
    display: none;
}
.blog_back{
    padding-bottom: 8%;
}
.blog_back a.article_btn_prev{
    background: #bdbdbd;
}
.blog_back a.article_btn_next{
    background: #bdbdbd;
}
.blog_back a.article_btn_back{
    background: #7f7f7f;
}
.news_related h6 span:before{
    color: #777777;
}
.lastPage{
    background: #8f8f8f;
}
.blog_box_edit *{
    line-height: 150%;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    letter-spacing: 1px;
}
.blog_subbox{
    grid-gap: 30px;
}
h4.blog_category_title{
    padding: 1% 0 0 0;
}
.news_related_list{
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    max-width: 78%;
}
.news_related h6{
    margin: 2% auto 3% auto;
}
.news_related_list li a p{
    font-size: 16px;
    color: #333;
    text-align: left;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    line-height: 150%;
    padding: 6% 4%;
}



/*頁腳*/
.footer{
    background: #111111;
    padding: 4% 0 0 0;
}
.footer_menu a{
    padding:0;
    margin: 0;
    width: 74px;
    background: transparent;
    letter-spacing: 2px;
    border: none;
    color: #ffffff;
    font-family: 'Noto Sans TC';
}
.footer_menu a:hover{
    background: transparent;
    color: #7a7a7a;
}
.footer_info li p,.footer_info li p  a{
    color: #ffffff;
    font-family: 'Noto Sans TC';
}
.footer_info li{
    padding: 0 0 4% 0;
}
.footer_info{
    padding-right: 0;
    padding-bottom: 0;
}
.footer_menu{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.footer_logo img{
    filter: invert(100%) brightness(200%);
}
.copy{
    border-top: 1px #202020 solid;
}
.copy,.copy  a{
    color: #333;
}
.privacyLinks a+a{
    border-left: 1px solid #212121;
}
.box_link{
    display: none;
}
.footer .center{
    max-width: 80%;
}
.footer_info{
    grid-template-columns: 30% 1fr;
}
/*營業時間*/
.footer_info li:nth-child(1){
    position: relative;
}
.footer_info li:nth-child(1)::after {
    content: '營業時間：\A周一至周五12-21點\A週六10-18點\A周日及國定假日公休';
    color: #fff;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    position: relative;
    white-space: pre;
    letter-spacing: 2px;
    line-height: 180%;
}



/*聯絡我們*/
.contact_editbox{
    padding: 0;
}


@media screen and (max-width: 1280px) {
.swiper-banner .swiper-slide:nth-child(1)::before{
    background-size: 54%;
}    
.swiper-banner .swiper-slide:nth-child(2)::before{
    background-size: 54%;
}
.header_area .nav-brand img,.header_area.sticky .nav-brand img{
    max-width: 80%;
}
.header_area .stellarnav > ul > li > a,.header_area.sticky .stellarnav > ul > li > a{
    font-size: 16px;
}
.main_header_area .container{
    max-width: 96%;
}
.tp_links a{
    font-size: 16px;
    width: 25px;
    height: 25px;  
}

/*banner*/
.product_page .banner::before, .product_info_page .banner::before, .services_page .banner::before, .contact_page .banner::before, .services_page .banner::before, .blog_page .banner::before, .blog_in_page .banner::before{
    height: 600px;
}
.product_page .banner::after, .product_info_page .banner::after, .services_page .banner::after, .contact_page .banner::after, .services_page .banner::after, .blog_page .banner::after, .blog_in_page .banner::after{
    height: 600px;
}
.banner{
    height: 600px;
}
.remit_page .banner,.car_page .banner{
    height:300px;
}

/*匯款通知&購物車*/
.car_page .show_content,.remit_page  .show_content{
    width: 100%;
    padding: 0 0 4% 0;
}
.contact_le_map {
    width: 34%;
}

/*產品*/
.product_page .main_part{
    max-width: 90%;
}
.products-list{
    grid-gap: 40px;
}
.product_main{
    width: 100%;
}
.sidebarBtn {
    width: 100%;
    border: none;
    padding: 8% 0 0 0;
    padding-left: 0;
}


}
@media screen and (max-width: 1024px) {
.stellarnav ul{right: 0;}
.me_tp_features{display: none;}
.stellarnav ul{ padding: 0;}
.header_area{padding: 1% 0 0 0;}
/*banner*/
.product_page .banner::before, .product_info_page .banner::before, .services_page .banner::before, .contact_page .banner::before, .services_page .banner::before, .blog_page .banner::before, .blog_in_page .banner::before{
    height: 500px;
}
.product_page .banner::after, .product_info_page .banner::after, .services_page .banner::after, .contact_page .banner::after, .services_page .banner::after, .blog_page .banner::after, .blog_in_page .banner::after{
    height: 500px;
}
.banner{
    height: 500px;
}
.banner h5{
    top: 6%;
}


}
@media screen and (max-width: 980px) {
.car_page .information_left {
    padding: 4% 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.car_page .main_part{
    width: 100%;
    max-width: 80%;
}
.small_pic {
    width: 70%;
    height: auto;
}
.shopping-cart .cell.product_name a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-right: 1px solid #d1d1d1;
    flex-direction: column;
}

/*產品*/
.product_page .product_menu_list{
    width: 30%;
    padding-right: 4%;
}
.product_page .products-list{
    width: calc(100% - 30%);
    grid-gap: 20px;
}
.products-list .item {
    position: relative;
    background-color: #f1f1f1ee;
    padding: 4%;
}
.product_info_page .products-list{
    width: 100%;
}
.products-list .more {
    border: 1px solid #ffffff;
    color: #ababab;
    background-color: #ffffff;
}





}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}
.header_area {
    position: relative;
    background: #ffffff;
    display: block;
}
.pageIndex .header_area{
    background: #ffffff;
}
.header_area .nav-brand img {
    max-width: 100%;
    filter: none;
}
.header_area .nav-brand{
    filter: none;
}
.me_tp_features {
    width: 100%;
}
.main_header_area .container{
    max-width: 100%;
}
.header_area .nav-brand img{
    max-width: 78%;
    width: 100%;
}
.stellarnav.mobile ul{
    background: #000000;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #1e1e1e solid;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    border-right: none;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #f0f0f033;
}
.header_area.sticky .stellarnav > ul > li > a{
    color: #ffffff;
}
.stellarnav.mobile{
    top: 15%;
}
.stellarnav.mobile li.open{
    background: #1e1e1e;
}
.stellarnav ul{
    padding: 0;
}
.main_header_area{
    padding: 1% 0;
}

/*大圖*/    
/*換手機版大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before,.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before{display: none;}
.pageIndex .swiper-banner .swiper-slide:nth-child(2)::after,.pageIndex .swiper-banner .swiper-slide:nth-child(1)::after{display: none;}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-banner{height: 92vh; padding:0;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/eflymodel/phone768-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/eflymodel/phone768-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}

/*banner*/
.product_page .banner::after, .product_info_page .banner::after, .services_page .banner::after, .contact_page .banner::after, .services_page .banner::after, .blog_page .banner::after, .blog_in_page .banner::after{
    height: 460px;
}
.product_page .banner::before, .product_info_page .banner::before, .services_page .banner::before, .contact_page .banner::before, .services_page .banner::before, .blog_page .banner::before, .blog_in_page .banner::before{
    background-position-x: 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;}




/*文章*/
.blog_le a.news_menu_toggle {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.blog_le a.news_menu_toggle::before {
    position: absolute;
    content: 'ARTICLE';
    color: #222222;
    font-family: 'Noto Sans TC';
    width: 100%;
    text-align: center;
    
}
.blog_ri {
    width: 100%;
}
.blog_le{
    width: 100%;
}
.blog_subbox {
    grid-template-columns: 1fr;
}




/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}
.footer_menu{
    grid-template-columns: repeat(2, 1fr);
}
.footer_menu a {
    background: transparent;
    border: 1px solid #333333;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 6px;
    letter-spacing: 1px;
}
.footer .center{
    max-width: 88%;
}





}
@media screen and (max-width: 600px) {
.remit_page .banner h5{
    width: 100%;
    align-items: center;
    left: 0;
}
.remit_page .banner {
    min-height: 40px;
    height: 120px;
}
.pageIndex .header_area{
    background: #ffffff;
}

/*banner*/
.product_page .banner::before, .product_info_page .banner::before, .services_page .banner::before, .contact_page .banner::before, .services_page .banner::before, .blog_page .banner::before, .blog_in_page .banner::before {
        height: 400px;
        background-position-x: 60%;
}
.product_page .banner::after, .product_info_page .banner::after, .services_page .banner::after, .contact_page .banner::after, .services_page .banner::after, .blog_page .banner::after, .blog_in_page .banner::after{
    height: 370px;
    font-size: 30px;
}
.banner{
    height: 400px;
}
.banner h5{
    font-size: 32px;
}

/*產品*/
.product_page ul.products-list {
    grid-template-columns: 1fr;
}
.product_page .product_menu_list>h5{
    display: block;
    text-align: center;
}

}
@media screen and (max-width:480px) {
/*大圖*/    
/*換手機版大圖*/
.pageIndex .swiper-banner{
    height: 88vh;
    padding: 0;
}
.pageIndex .swiper-slide img{display: none;}
.pageIndex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/eflymodel/phone480-1.jpg); background-repeat:no-repeat;background-size:cover;background-position: top center;height: auto;}
.pageIndex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/eflymodel/phone480-2.jpg); background-repeat:no-repeat;background-size:cover;background-position: top center;height: auto;}


.car_page .main_part{
    width: 100%;
    max-width: 80%;
    padding: 0 0 12% 0;
}
.stepImg span.one {
    text-align: center;
    margin-left: 0;
}

.formbox_form li.last{
    justify-content: space-between;
}

/*banner*/
.product_page .banner::before, .product_info_page .banner::before, .services_page .banner::before, .contact_page .banner::before, .services_page .banner::before, .blog_page .banner::before, .blog_in_page .banner::before{
    background-position-x: 22%;
}
.services_page .banner h5::after, .product_page .banner h5::after, .product_info_page .banner h5::after, .blog_page .banner h5::after, .blog_in_page .banner h5::after, .contact_page .banner h5::after {
    writing-mode: vertical-rl;
    left: 0;
    top: -26px;
    bottom: unset;
    background-position-x: 15%;
    font-size: 30px;
}
.banner h5 {
    top: 0;
    height: 100%;
    justify-content: center;
    left: 0;
    flex-direction: column-reverse;
    line-height: 120%;
    word-break: break-word;
    width: 80px;
}



/*文章*/


/*頁腳*/
#bottom_menu li a{
    color: #2d2d2d;
}


}

@media screen and (max-width:430px) {
/*大圖*/ 
.pageIndex .swiper-banner{
    height: 76vh;
    padding: 0;
}
.product_page .banner::after, .product_info_page .banner::after, .services_page .banner::after, .contact_page .banner::after, .services_page .banner::after, .blog_page .banner::after, .blog_in_page .banner::after{
    background-position-x: 50%;
}


}
@media screen and (max-width:360px) {
/*大圖*/ 
.pageIndex .swiper-banner{
    height:62vh;
    padding: 0;
}



/*頁腳*/
.footer_info li p{
    font-size: 13px;
}
.footer_info li:nth-child(1)::after{
    font-size: 13px;
}
.footer_menu a{
    font-size: 13px;
}



}