@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+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');
:root {
    --MainColor: #3C545C; /*網站主要色系*/
    --SubColor:  #b87d43; /*網站輔助色系1*/
    --SubColor2: #777C6D; /*網站輔助色系2*/
    --color:#E5E0D8;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFont2:"Noto Serif HK", serif;/*黑體*/
    --SFontE:"Marmelad", 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;}
.edit_part { padding:0px;}
.contact_editbox {padding: 0;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.me_tp_features{display: none;}
.header_area {
    background: #fff;    
    padding: 10px 10px 0px 10px;position:relative;transition: 0.5s ease;}
.main_header_area .container{transition: 0.7s ease;}

.pageIndex  .header_area {  background: linear-gradient(180deg,#ffffffea,#ffffff00);  position: fixed;  }

/*下載專區-*/
.promotions_page #content { background: #e5e0d9;}



.product_info_page  #content,
.album_a  #content,
.promotions_page  #content,
.blog_in_page  #content{background:var(--color);}

.product_info_page  .main_part,
.album_info_page  .main_part,
.promotions_page .main_part,
.blog_in_page  .main_part,
.album_class_page  .main_part{ max-width:1500px;    position: relative;    margin-top: -80px;padding: 20px;background: #fff;}




.product_page .show_content { max-width: 1500px;}
.blog_page  #content, .album_page  .main_part{background: #F1EFEB}
.album_page #content{background: #F1EFEB}

.product_page .main_part{background: #F1EFEB;max-width: 100%;}

/*相關文章、相關商品*/
.prod_related, .news_related { background: #ffffff00;}

/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  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;
}

.header_area .main_header_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffffab;
    position: absolute;
    top: -100px;
    opacity: 0;
    left: 0;
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px #00000066;
    transition: all 0.85s cubic-bezier(0.68, 0, 0.265, 1.55);
}





/* sticky*/
.sticky .main_header_area .container{max-width: 2000px;transition: 0.7s ease;}
.header_area.sticky{position: fixed;background: #ffffff00;transition: 0.7s ease;}
.header_area.sticky .main_header_area::before {
    height: 100%;
    top: 0;
    transition: all 0.85s cubic-bezier(0.68, 0.1, 0.265, 1);
    opacity: 1;
}






/*第一層*/
.navigation { grid-template-columns:330px 1fr;padding: 10px 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;letter-spacing: 1px;color: var(--MainColor);font-family: var(--SFont2);font-weight:700;font-size: 18px;}
.stellarnav > ul > li > a b:nth-child(1){font-weight:700;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);letter-spacing: 0;font-weight: 100;}
.stellarnav > ul > li:hover > a{color: var(--SubColor);font-weight: bold;}
.stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--MainColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid  var(--SubColor);}
/*第二層*/
.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(--SubColor);}

.stellarnav ul ul {
    padding-top: 10px;
    background: #ffffff00;}
.stellarnav li li {
    border: none;
    background: #fff;}











/* 商品下拉超過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)::before, .swiper-fade .swiper-slide-active:nth-child(2)::before{animation:banner 1s alternate;}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
     background: url(https://pic03.eapple.com.tw/fpjtw/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: center!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.13);
    z-index: 9;
    left: 0;
    bottom: 15%;
    transform: translateY(100px);
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
     background: url(https://pic03.eapple.com.tw/fpjtw/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position: left!important;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.13);
    z-index: 9;
    left: 15%;
    top:10%;
    transform: translateY(100px);
}


@keyframes banner {
 0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}


/*Banner/＝＝＝＝＝*/

.banner{
    background: url(https://pic03.eapple.com.tw/fpjtw/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: left;
    min-height: 600px;
    position: relative;
}
.banner h5{
    position: absolute;
    content: "";
    font-size: 24px;
    font-family: var(--SFont2);
    left: 50%;
    transform: translateX(-50%);
    top: 450px;
    color:#fff;
    filter: drop-shadow(0 0 3px #00000077);
}

.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}
.product_page .banner h5::before , .product_info_page  .banner h5::before{    content: "Product";}
.product_page .banner, .product_info_page  .banner{    background: url(https://pic03.eapple.com.tw/fpjtw/banner-product.jpg) no-repeat;}

.album_a .banner h5::before{    content: "Case";}
.album_a .banner{    background: url(https://pic03.eapple.com.tw/fpjtw/banner-case.jpg) no-repeat;}

.article_a .banner h5::before{    content: "News";}
.article_a .banner{    background: url(https://pic03.eapple.com.tw/fpjtw/banner-news.jpg) no-repeat;}


.contact_page  .banner h5{color: var(--MainColor);}
.contact_page  .banner h5::before{    content: "Contact";}
.contact_page .banner{    background: url(https://pic03.eapple.com.tw/fpjtw/banner-contact.jpg) no-repeat;}

.promotions_page  .banner h5::before{    content: "Downloads";}
.promotions_page .banner{    background: url(https://pic03.eapple.com.tw/fpjtw/banner-down.jpg) no-repeat;background-position: center top!important;}




/*Footer/＝＝＝＝＝*/
.footer .center { max-width: 1500px;}
.footer{background: var(--color);}
.footer_logo{    max-width: 350px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;     justify-content: space-between;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_info li:nth-child(1){  width: 55%;}
.footer_info li:nth-child(2){  width: 35%;max-width: 300px;border-left: 1px solid var(--SubColor2);}
.footer_info li p {  color: var(--MainColor);}
.footer_info li p a {  color:  var(--MainColor);}
.footer_info li p:hover a{letter-spacing: 2px;transition: 0.3s ease-in;color:  var(--SubColor);}


.footer_info li p:before{font-family: var(--SFont2);color: var(--SubColor2);}
.footer_info li p:hover:before{color: var(--MainColor);}
.footer_info li p.line:before {    content: 'Line ID';}
.footer_info li p.tel:before {    content: '電話';}
.footer_info li p.fax:before {    content: '傳真';}
.footer_info li p.taxid:before {    content: '統編';}
.footer_info li p.add:before {    content: '地址';}
.footer_info li p.mail:before {    content: '信箱';}

.footer_info li p.taxid, .footer_info li p.fax{pointer-events: none;}
.footer_menu {    display: grid;    grid-template-columns:repeat(2, 1fr);    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 15px;
    transition: all 0.3s;
    border: none;
    color: var(--SubColor2);
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background:var(--SubColor2);
    background-size: contain;
    width: 5px;
    border-radius:5px ;
    height:5px;
    left: 5px;
    top:10px;
    
}
.footer_menu a:hover::after{color: var(--MainColor);}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: #b87d43;}
.copy {    background: var(--color);    color:var(--MainColor);	border:none;}
.copy a{    color: var(--SubColor);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/fpjtw/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* .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;    
    padding: 50px 20px ;
}
.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 a { background: #ffffff00;padding: 7px 16px 7px 35px;border-radius:10px ;border: none;}
.product-layer-two > li ul > li + li { margin-top:5px;border-left:1px solid var(--SubColor2) ;}

.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-layer-two li.active>a, .product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}

.product-layer-two li ul {    grid-gap: 0;}
.product-layer-two>li>a::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/fpjtw/logo-product.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height:20px ;
    left: 5px;
    top: 9px;
}
.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 .item {
    padding: 8px;
    background: #ffffffb8;
    border-radius: 20px;
}
.products-list .item a { padding-bottom: 0;}
.products-list .item a .pic::after{
    position: absolute;
    content: "more";
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
        background: #3d545b69;
    backdrop-filter: blur(5px);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 5px 15px;
    border-radius:10px ;
}

.products-list .item a:hover .pic::after{background: var(--MainColor);border: 1px solid var(--MainColor);}
.products-list .pic { border-radius: 20px;}
.products-list .name { 
    text-align: left;
    font-weight: bold;
    font-family: var(--SFont);
    border-bottom: 1px solid var(--MainColor);
    font-size: 16px;
    color: var(--MainColor);
}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);display: none;}
.products-list .item a:hover .more{background: var(--MainColor);}


.products-list .price b.ori_price { color: #aaaaaa;}
.products-list .price b.sp_price { color: var(--SubColor);}

.product_page .products-list:hover>li .pic img{filter: saturate(0.3);transition: 0.3s ease-in;}
.product_page .products-list>li a:hover .pic img{filter: saturate(1) ;transition: 0.3s ease-in;transform: scale(1.05);}
.product_page .products-list>li:hover{box-shadow: 0 0 6px #ada17ed7;transition: 0.3s ease-in;background: #fff;}









    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: none;    background: #f3f3f3;}
.sidebarBtn h2 {  color:var(--MainColor);}
.sidebarBtn .price {  border-bottom: 3px solid var(--SubColor2);}
.sidebarBtn .sp_price{color: var(--SubColor);}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--SubColor2);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--MainColor);font-size: 20px;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;}
#prod_thumbSwiper img {  border-radius: 10px;}
.proImgSwiper img { border-radius: 20px;}
















/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/*相簿*/
.show-list .item { overflow: hidden;border-radius:20px ;position: relative;}
.show-list .item:hover{background:#ffffff00;}
.show-list .show_name, .other_subalbum li a p {
    text-align: center;  
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    filter: drop-shadow(0 0 3px #000000c0);
    font-size: 20px;
}
.show-list .item:hover .show_name { color: #fff;}
.show-list .show_pic::after{
    position: absolute;
    content: "";
     background: url(https://pic03.eapple.com.tw/fpjtw/album-icon.svg) no-repeat;
    background-size: contain!important;
    width: 80px;
    height: 61px;
    left: 50%;
    transform: translate(-50%, -45%);
    top: 45%;
    filter: drop-shadow(0 0 3px #000000c0);
}
.show-list .item:hover  .show_pic::after{  background: url(https://pic03.eapple.com.tw/fpjtw/album-icon-h.svg) no-repeat;}


/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}
.pic-list .show_pic{border-radius:20px}
/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_subbox { grid-template-columns: 1fr;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor)  !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:#fff!important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:1px solid var(--color2) ;}
.blog_le .accordion > li.open{ border: 1px solid var(--MainColor);}

.subbox_item a{padding: 5px;grid-template-columns: 280px 1fr;}
.subbox_item a:after {
    background: rgb(255 255 255 / 41%);
    border: 1px #ffffff solid;
    z-index: -1;
    border-radius: 20px;

}
.subbox_item a:before {
    content: 'MORE';
    color:var(--MainColor);
    border-radius: 10px;
    border: 1px solid var(--MainColor);
    opacity: 1;
    background: #ffffff00;
    padding: 5px 15px;
            background: #f1efeba1;
    backdrop-filter: blur(5px);
}
.subbox_item a:hover:before{background: var(--MainColor);color: #fff;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}

.blog_list_ri h5{color: var(--MainColor);font-weight: bold;border-bottom:1px solid var(--MainColor) ;}
.blog_list_le {  aspect-ratio: 4 / 3;    border-radius: 20px;    overflow: hidden;}

.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}






.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/
/*首頁-最新消息-促銷方案*/
.module_i_news .title_i_box h6{font-family: var(--SFontE);color: var(--MainColor);}
.module_i_news .title_i_box h4{font-family: var(--SFont2);color: var(--MainColor);}
.module_i_news .i_blog_ri h5{color: var(--MainColor);font-weight: 600;border-bottom:1px solid var(--MainColor) ;}
.module_i_news ul {  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a { grid-template-columns: 1fr;padding: 10px;}
.i_blog_le { border-radius: 20px;aspect-ratio: 4 / 3;}
.module_i_news li a:after { 
    border-radius: 20px;    
    background: #e5e0d966;
    z-index: -1;
opacity: 1;
}
.module_i_news li a:before{
    opacity: 1;
    content: 'MORE';
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    top: 30%;
    background:#3d545b69;
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    border-radius:10px ;
}
.module_i_news li a:hover:before{background: var(--MainColor);border: 1px solid var(--MainColor);}














/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_content .information_left{display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
}









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1200px) { 
.banner { min-height: 450px;}
.banner h5 { top: 250px;}


    }
@media screen and (max-width:1100px) { 
.navigation { grid-template-columns: 300px 1fr;}




}
@media screen and (max-width:1024px) { 
    .header_area { position: relative;}
    .nav-header { margin: auto;}
    .nav-brand { max-width: 330px;}
    .navigation { padding: 10px 0 0;}
    .stellarnav ul ul { padding-top: 0;}
    .header_area .main_header_area::before {  top: -200px;}

    .subbox_item a {  grid-template-columns: 200px 1fr;}
    .blog_list_ri p { -webkit-line-clamp: 3;}
    }
    
    @media screen and (max-width: 980px) { 
 



    
    
    
    
    
    
    
    }
    @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;}
    
   
        
    .box_link { top: 193px;  left: 63px;}


    /*首頁-最新消息*/
    .module_i_news ul {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:280px;position: relative;  }
    .navigation { padding: 10px 0;    }
  
    /*大圖*/
    .pageIndex .swiper-banner .swiper-slide img{display: none;}
    

    .bannerindex .swiper-fade .swiper-slide:nth-child(1){
    background: url(https://pic03.eapple.com.tw/fpjtw/bn01-768-bg.png) no-repeat;
    background-size: contain !important;
    padding-bottom: calc(100% / 1*0.78);
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    background: url(https://pic03.eapple.com.tw/fpjtw/bn01-768-be.png) no-repeat;
    background-size: contain !important;
    padding-bottom: calc(100% / 1*0.18);
       bottom:35%;
    }



    .bannerindex .swiper-fade .swiper-slide:nth-child(2){
    background: url(https://pic03.eapple.com.tw/fpjtw/bn02-768-bg.png) no-repeat;
    background-size: contain !important;
    padding-bottom: calc(100% / 1*0.78);
    }

    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    background: url(https://pic03.eapple.com.tw/fpjtw/bn02-768-be.png) no-repeat;
    background-size: contain !important;
    background-position: center!important;
    padding-bottom: calc(100% / 1*0.18);
    top: unset;
    left: 0;
    bottom: 35%;
    }






    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--MainColor);}
    .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;  }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--MainColor);    padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--SubColor);font-weight: bold;}
 
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width:300px;        background:#f7f2ecd9;        backdrop-filter: blur(5px);}

    .stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background:#ffffff00;
        color: var(--SubColor2);
    }
    .stellarnav.mobile li.open {background: var(--color);}
    .stellarnav.mobile li.open >a b{color: var(--SubColor);  }
    .stellarnav.mobile ul {  background: #ffffff00;}
    .stellarnav.mobile ul ul {border-top:1px solid var(--SubColor) ;}
    .stellarnav li li {background: #ffffff00;}
    .stellarnav >ul> li>ul> li>a::after{
        position: absolute;
        content: "";
        background: var(--MainColor);
        width: 10px;
        height: 1px;
        left: 8px;
        top: 18px;
    }
    .stellarnav li li > a, .stellarnav li li.has-sub > a {padding: 7px 5px 7px 25px;}
    
    /*banner*/
    .banner { min-height: 350px;}
    .banner h5 { top: 180px;font-size: 20px;}
    .banner h5::before {
    font-size: 40px;
    top: -40px;}

  
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_info li { width: 90%;}
    .footer_menu { margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}

    .box_link {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .product_page .show_content, .product_info_page .show_content { padding: 20px;}
    .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) { 
    .footer_info { padding: 0 60px 0 15px;}
    .footer_info li:nth-child(1), .footer_info li:nth-child(2){width: 100%;}
    .footer_info li:nth-child(2) { border-left: none;}

    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .stellarnav.mobile { top: 10px;}


        
    /*banner*/
    .banner { min-height: 250px;}
    .banner h5 { top: 140px;}

    .product_info_page .main_part, .album_info_page .main_part, .promotions_page .main_part, .blog_in_page .main_part, .album_class_page .main_part {  margin-top: 0;}
        

    .contact_content .information_right {  padding-left: 10px;}
    .contact_form li {  grid-gap: 0;}
    }
    @media screen and (max-width: 500px) { 
    .nav-header { max-width: 260px;}
    .footer_menu {  grid-template-columns: 1fr 1fr;}
    
.show-list .show_pic::after{width: 60px; height: 46px;}



    }
    @media screen and (max-width: 420px) { 
    .subbox_item a {  grid-template-columns: 1fr;padding: 5px 5px 45px;}
    }
    @media screen and (max-width: 375px) { 
       .nav-header { max-width: 245px;}
    }
    
    