@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=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');

:root {
    --MainColor: #2973B2; /*網站主要色系*/
    --SubColor: #48A6A7; /*網站輔助色系1*/
    --SubColor2: #9ACBD0; /*網站輔助色系2*/
    --SubColor3: #F2EFE7; /*網站輔助色系3*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2:"Antonio", 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;
    }
}
.path { display: none;}
.tp_links { display: none;}
.edit_part { padding: 50px 0px;}
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;transition: 0.5s ease-in;}
.services_page #content{
    background:url(https://pic03.eapple.com.tw/hungchuan235/p1_bg.png);
    background-attachment: fixed;
    background-size: cover;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 100%;}
.nav-brand {    width: 100%;transition:all 0.3s;    max-width: 250px;margin: 0;}
.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}
.main_header_area .container { max-width: 1350px;}
.shop_search_btn {  background:var(--MainColor);}
/*首頁-header*/
.pageIndex .header_area { position: absolute;}
.pageIndex .me_tp_features{opacity: 0;transition: 0.3s ease-in-out;}
.pageIndex .sticky .me_tp_features{opacity:1;transition: 0.3s ease-in-out;}
.pageIndex .header_area.sticky{transition: 0.3s ease-in-out;background: #ffffffcf;}
.pageIndex .stellarnav{opacity: 0;transition: 0.3s ease-in-out;}
.pageIndex .sticky .stellarnav{opacity: 1;transition: 0.3s ease-in-out;}
.pageIndex .sticky.navigation{display: flex;}
.pageIndex .nav-header {
    max-width: 100%;
    display: flex;
    position: relative;
    top: 12vw;
    justify-content: flex-start;}
.pageIndex .sticky .nav-header {
    z-index: 123;
    top: 0;
    left: 0;
    max-width: 250px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;}


/*聯絡我們-header*/



/*sticky*/
.header_area.sticky{position: fixed;backdrop-filter: blur(9px);    background: #ffffffe6;transition: 0.5s ease-in;}

/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0;     align-items: end;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--color);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 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;}
.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::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/hungchuan235/bn-bg.png) no-repeat;
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height: 335px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
    z-index: 9;
}
.swiper-fade .swiper-slide:nth-child(1)::before{display: none;}
.swiper-fade .swiper-slide-active::before{
-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
            left: 50%;
 
  }
  100% {
    -webkit-transform: translate(-50%,20%);
            transform: translate(-50%,20%);
            left: 50%;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
            left: 50%;
  }
  100% {
    -webkit-transform: translate(-50%,20%);
            transform: translate(-50%,20%);
            left: 50%;
  }
}

.swiper-fade .swiper-slide::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/hungchuan235/bn02.png) no-repeat;
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.35);
    left: 50%;
    transform: translateX(-50%);
    bottom:20%;
z-index: 10;
}

.swiper-fade .swiper-slide:nth-child(1)::after{
    background: url(https://pic03.eapple.com.tw/hungchuan235/bn01.png) no-repeat;
    background-position: left!important;
    padding-bottom: calc(100% / 1*0.13);
    transform: unset;
    left: 0;
    bottom: 40%;
}
.swiper-fade .swiper-slide:nth-child(2)::after{background: url(https://pic03.eapple.com.tw/hungchuan235/bn02.png) no-repeat;}
.swiper-fade .swiper-slide:nth-child(3)::after{background: url(https://pic03.eapple.com.tw/hungchuan235/bn03.png) no-repeat;}
.swiper-fade .swiper-slide:nth-child(4)::after{background: url(https://pic03.eapple.com.tw/hungchuan235/bn04.png) no-repeat;}
.swiper-fade .swiper-slide:nth-child(5)::after{background: url(https://pic03.eapple.com.tw/hungchuan235/bn05.png) no-repeat;}
/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/hungchuan235/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: center!important;
    min-height: 700px;
    position: relative;
}
.banner h5{font-size: var(--f24);position: absolute;color: var(--MainColor);top: 550px;z-index: 9;}
.banner::after{
    position: absolute;
    content: "";
  background: url(https://pic03.eapple.com.tw/hungchuan235/banner-be.png) no-repeat;
    background-size: cover!important;
    background-position: center bottom;
    left: 0%;
   bottom:0;    
   width: 100%;
   height: 150px;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFontE2);
    font-size: var(--f60);
    color: #fff;
   
    left: 50%;
    transform: translateX(-50%);
    bottom: 38px;
    letter-spacing: 3px;
}

.product_page .banner { background: url(https://pic03.eapple.com.tw/hungchuan235/banner-pro.jpg) no-repeat;}
.product_page .banner h5::after, .product_info_page .banner h5::after{    content: "PRODUCT";        filter: drop-shadow(0 0 3px #0000009a);}

.services_page .banner {  background: #ffffff00;    min-height: 400px;}
.services_page .banner h5{color: var(--MainColor);    top: 260px;}
.services_page .banner h5::after{    content: "SERVICE";top: -90px;}

.article_a .banner[data-banner=article_a]{background: url(https://pic03.eapple.com.tw/hungchuan235/banner-case.jpg) no-repeat;}
.article_a .banner h5::after, .blog_in_page .banner h5::after{    content: "CASE";}

.article_b .banner {background: url(https://pic03.eapple.com.tw/hungchuan235/banner-news.jpg) no-repeat;}
.article_b .banner h5::after{    content: "NEWS";}

.contact_page  .banner {background: url(https://pic03.eapple.com.tw/hungchuan235/banner-con.jpg) no-repeat;}
.contact_page  .banner h5::after{    content: "CONTACT";}




/*Footer/＝＝＝＝＝*/
.footer{background: var(--MainColor);}
.footer_logo{filter:brightness(100);max-width: 240px;margin-left: 10px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;      justify-content: flex-start;padding: 0;      grid-gap: 35px; }
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.footer_info li{  width: 45%;position: relative;border-top: 1px solid #fff;}
.footer_info li p {  color:#fff;}
.footer_info li p a {  color: #fff;}
.footer_info li p a:hover{color: var(--SubColor2);font-weight: bold;transition: 0.3s ease-in-out;}
.footer_info li p:before { font-weight: bold;font-family: var(--SFontE2);}
.footer_info li p.tel:before { content: 'TEL：';font-weight: bold;}
.footer_info li p.phone:before {  content: 'PHONE：';}
.footer_info li p.mail:before {  content: 'E-MAIL：';}
.footer_info li p.add:before {  content: 'ADDRESS：';}
.footer_info li p:hover:before{color: var(--SubColor2);transition: 0.3s ease-in-out;}



.footer_info li:nth-child(1)::after{
    position: absolute;
    content: "CONTACT";
    font-family: var(--SFontE2);
   font-size: 22px;
    left: 10px;
    top: -34px;
    color: #fff;

}

.footer_info li:nth-child(2)::after{
    position: absolute;
    content: "QUICK LINKS";
    font-family: var(--SFontE2);
   font-size: 22px;
    left: 10px;
    top: -34px;
    color: #fff;

}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 25px;
    transition: all 0.3s;
    border: none;
    color: #fff;
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background:#fff;
    background-size: contain;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    left: 3px;
    top: 5px;
    
}
.footer_menu a:hover::after{animation:  rotate 3s infinite alternate;background: var(--SubColor2);}
@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}

.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.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/hungchuan235/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;margin-top: 0;column-gap: 0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:var(--MainColor);}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:none; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.product-layer-two li a {
    border:none;
    background: #ffffff00;
    border-bottom: 1px solid #ddd;
    padding: 10px 16px;
}
/*滑入模糊*/
.product_page ul.products-list:hover .pic img{backdrop-filter: blur(9px);transition: 0.3s ease-in-out;opacity: 0.7;filter: brightness(0.9);}
.products-list .item a:hover .pic img{backdrop-filter: unset;transition: 0.3s ease-in-out;opacity: 1;filter: brightness(1);}


.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(--SubColor2);
    color: var(--MainColor);
    position: absolute;
    top: 35%;
    bottom: unset;
    width: max-content !important;
    padding: 0 15px;
    border-radius: 10px;
    background:var(--SubColor);
    color: #fff;
    font-size: 15px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.products-list .item a { padding: 5px;}
.products-list .item a::after{
    position: absolute;
    content: "";
    border: 1px solid var(--SubColor2);
    border-radius:10px ;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s ease-in;
}
.products-list .item a:hover::after{opacity: 1;transition: 0.3s ease-in;}
.products-list .item a:hover .more{background:var(--SubColor);opacity: 1;   transition: 0.3s ease-in-out; border: 1px solid var(--SubColor2);}

.product-layer-two>li:hover>a, .product-layer-two li.active>a {
       border: none;
    background: #ffffff00;
    color: var(--MainColor);
    border-bottom: 1px solid var(--SubColor);
    transition: 0.3s ease-in-out;
    font-size: 17px;
    font-weight: bold;
}
    .product-layer-two li ul {    grid-gap: 0;}
.products-list .price {   border-top: 1px solid var(--SubColor2);}
.products-list .pic {  border-radius: 10px;}
.products-list .price b {  color: #474747;}
.products-list .price b.sp_price {  color: #b10000;}


.products-list .item a:hover .price{border-top:none ;}







    /*首頁*/
.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;}
}






/*相簿 內頁*/
.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: 0px;border-radius: 10px;    background: #f9f9f9;}
.blog_list_le { padding: 5px;}
.blog_list_ri {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;order: 2;padding-right: 10px;}

.blog_list_ri em {
   color: var(--color);
    text-align: right;
    background: #ddd;
    width: max-content;
    padding: 5px 15px;
    margin: 0 0 0 auto;
    border-radius: 0 10px 0 10px;
}
.subbox_item a:hover .blog_list_ri em {background: var(--SubColor2);color: #fff;}
.blog_list_ri p {text-align: justify;   order: 3;padding-right: 10px;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px #ddd solid;
border-radius: 10px; 
opacity: 1;}
.subbox_item a:hover:after{ border: 1px var(--SubColor2) solid;}
.subbox_item a:before {
    content: '>';
     color: #ffffff;
    background: var(--MainColor);
    border-radius: 20px;
    padding: 0 5px 2px 6px;}

.blog_list_le img { border-radius: 10px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}

/*首頁-文章*/
.module_i_news .title_i_box h6 {
    font-size: var(--f60);
    font-family: var(--SFontE2);
    filter: drop-shadow(3px 3px 0px var(--SubColor));
    color: var(--SubColor2);
    letter-spacing: 2px;
}
.module_i_news .title_i_box h4{font-size: var(--f24);color: var(--color);font-family: var(--SFont);line-height: 100%;}
.module_i_news li a:after {
    background: rgb(255 255 255 / 0%);
    opacity: 1;
    border: 1px #ddd solid;
    border-radius: 10px;}
.module_i_news li a:hover:after{ border: 1px var(--SubColor2) solid;}
.module_i_news li a:before {
    content: '>';
    color: #ffffff;
    background: var(--MainColor);
    border-radius: 20px;
    padding: 0 5px 2px 6px;
}
.i_blog_le { padding: 8px;}
.i_blog_le img {  border-radius: 10px;}
.i_blog_ri {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.i_blog_ri em{
    order: 1;    
    color: var(--color);
    text-align: right;
    background: #ddd;
    width: max-content;
    padding: 5px 15px;
    margin: 0 0 0 auto;
    border-radius: 0 10px 0 10px;

}
.module_i_news li a:hover .i_blog_ri em{background: var(--SubColor2);color: #fff;}
.i_blog_ri h5 {
    font-weight: bold;
    color: var(--MainColor);
    order: 2;
}
.i_blog_ri p{order: 3;}
.module_i_news li a {
    background: #fbfbfb;
    border-radius: 10px;
    width: 100%;
}










/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);    font-weight: bold;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1650px) { 
.pageIndex .nav-header { top: 9vw}
.swiper-fade .swiper-slide::before { bottom: 33%;}
.swiper-fade .swiper-slide:nth-child(1)::after { bottom: 40%;}
.swiper-fade .swiper-slide:nth-child(1)::after { background: url(https://pic03.eapple.com.tw/hungchuan235/bn01-1650.png) no-repeat;}
}
@media screen and (max-width:1350px) { 
    .swiper-fade .swiper-slide:nth-child(1)::after { background: url(https://pic03.eapple.com.tw/hungchuan235/bn01-1350.png) no-repeat;}
    .swiper-fade .swiper-slide::after {  bottom: 15%;}
    }
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .pageIndex .nav-header { text-align: left;}

    /*bnaaer*/
.banner {   min-height: 400px;}
.banner::after {  background: url(https://pic03.eapple.com.tw/hungchuan235/banner-be-1024.png) no-repeat;    height: 60px;background-position: center bottom;}
.banner h5 {  top: 300px;color: #fff;}
.article_b .banner h5 {color: var(--MainColor);}

.services_page .banner h5::after {  top: -60px;}
    }
    
 @media screen and (max-width: 980px) { 


    
    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
  
    
    
    
    
    
    
    
    
}
 @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo { background-position: center;  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*/
    .pageIndex .me_tp_features { opacity: 1;display: flex;        flex-wrap: wrap;        justify-content: center;}
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { width: 30%;}
    .box_search { width: 70%;}
    .box_search input[type=text] {  max-width: 100%;}







    .nav-header { max-width:200px; }
    .nav-header { position: relative;  z-index: 99;}
    .nav-brand { max-width: 200px;}
     .header_area { position: relative;}
    .header_area.sticky {  backdrop-filter: unset;}
   
   
    /*首頁-header*/
    .pageIndex .header_area {  position: relative;  }
    .pageIndex .nav-header {
        top: 0;
        position: static;
        justify-content: center;
    }
    .pageIndex .stellarnav {  opacity: 1;}
.pageIndex .header_area.sticky {  position: fixed;}
    /*大圖*/
    .swiper-banner .swiper-slide img {
        height: 600px;
        object-fit: cover;
    }
    .swiper-fade .swiper-slide::after {  
        padding-bottom: calc(100% / 1 * 0.65) ;   
        background-position: right !important;
        left: unset;
        right: 5%;
        transform: unset;
}
    .swiper-fade .swiper-slide:nth-child(1)::after { bottom: 20%; background: url(https://pic03.eapple.com.tw/hungchuan235/bn01-768.png) no-repeat;}
    .swiper-fade .swiper-slide::before {
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/hungchuan235/bn-bg-768.png) no-repeat;
    background-position: left !important;
    padding-bottom: calc(100% / 1 * 0.4);
    height: 0;
    left: 10%;
    transform: unset;
}
    .swiper-fade .swiper-slide-active::before{
    -webkit-animation: unset;
	        animation: unset;
}

.swiper-fade .swiper-slide:nth-child(1)::after {  padding-bottom: calc(100% / 1 * 0.21);}
    /*手機側邊欄位*/
    .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 { border-bottom: 1px #f2f0f0 solid;}
    .stellarnav.mobile li a {  border-bottom: none;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0 20px 10px;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a {   padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  border-right: none;}
    .stellarnav.mobile.left > ul{
        transition: 0.5s ease;
        max-width: 300px;
        border: none;
        box-shadow: 0 0 3px #0000006c;        
        background: #ffffffc9;
        backdrop-filter: blur(9px);}

    .stellarnav.mobile.left .close-menu, .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px 65px;
        background: #fff;
        color: var(--color);
    }
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.3s linear;  }
    @keyframes move{  
        0% {
            transform: translateX(-100%);       
          }
        100% {
            transform: translateX(0);   
            }
    }
    .stellarnav.mobile li.open {background:var(--SubColor3);}
     .stellarnav.mobile ul> li.open>a{color: var(--MainColor);        border-bottom: 1px solid;}
     .stellarnav.mobile ul> li.open>a.dd-toggle{border: none;}
    .stellarnav.mobile ul ul{background: #ffffff00;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 7px 5px 7px 25px;}

    /*banner*/
    .banner, .services_page .banner { min-height: 200px;}
    .banner h5, .services_page .banner h5 { top: 100px;filter: drop-shadow(0 0 3px #0000009a);}
        .banner::after {  height: 34px;}
.banner h5::after {  bottom: 20px;}




    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo { max-width: 200px;}
    .footer_info li { width: 90%;padding: 10px;}
    .footer_info li:nth-child(1){margin-bottom: 20px;}
    .footer_info li p.fax {text-align: center;}
    .footer_menu {    margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;}

    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
   .footer_info li:nth-child(1)::after, .footer_info li:nth-child(2)::after { font-size: 17px;}
    
    .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;}

/*首頁-文章*/
.module_i_news li a .i_blog_ri em {
    position: absolute;
    top: 0;
    right: 0;}
.i_blog_ri { padding: 0 9px 9px;}



    }
    
    
    @media screen and (max-width: 600px) { 
        .nav-brand { max-width: 180px;}
        /*大圖*/
        .swiper-banner .swiper-slide img {  height: 500px;}


        .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::before {  padding-bottom: calc(100% / 1 * 0.47);        left: 7%;}
        .swiper-fade .swiper-slide::after {   padding-bottom: calc(100% / 1 * 0.7);}
        .swiper-fade .swiper-slide:nth-child(1)::after { padding-bottom: calc(100% / 1 * 0.27);}

        .footer_menu {  grid-template-columns: 1fr 1fr;}
        .footer_info {  padding: 0 60px 0 10px;}
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 3750px) { 
    
    }
    
    