@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=Outfit:wght@100..900&display=swap');
:root {
    --MainColor: #113F67; /*網站主要色系*/
    --SubColor: #58A0C8; /*網站輔助色系1*/
    --SubColor2: #D4EBF8; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Sans TC", sans-serif;/*黑體*/
    --SFontE:"Outfit", sans-serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
     --f250: 250px;
    --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;
    --banner-minheight:650px;
     --banner-af-height:650px;
   --banner-top:100px;
   --banner-h5-top:380px;
    --banner-h5-be-top:-120px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f250: 200px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
        --banner-minheight:500px;
        --banner-af-height:500px;
        --banner-top:120px;
        --banner-h5-top:300px;
        --banner-h5-be-top:-100px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f250:120px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
        --banner-minheight:400px;
        --banner-af-height:400px;
        --banner-top:130px;
        --banner-h5-top:220px;
        --banner-h5-be-top:-80px;
    }
}

@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:480px) {

 :root {
    --f250: 80px;
    --f100: 44px;
    --f20: 17px;
    --banner-minheight:350px;
    --banner-af-height:350px;
    --banner-top:110px;
    --banner-h5-top:160px;
    --banner-h5-be-top:-48px;
    }




}
@media (max-width:375px) {
    :root {
        --f100: 40px;
        --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 , .tp_links{ display: none;}
.other_select_page ul.page{display: none;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {   color: #fff;display: none;} 
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;position: fixed;transition: 0.3s ease-in;}
.shop_search_btn {    background: var(--MainColor);}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 250px;filter: brightness(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: 0.3s ease-in;    backdrop-filter: blur(5px);
    border-bottom: 1px solid #fff;background:#5da1c673;}

/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0; align-items: center;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: #fff;letter-spacing: 1px;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);}
.stellarnav > ul > li:hover > a{color: #fff;}
.stellarnav > ul > li > a:hover b{color: #fff;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid #fff;}



/*我要估車-聯絡我們*/
.contact_page .header_area, .other_page  .header_area{  background: #5da1c6;}





/*第二層*/
.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:#113f67cc;backdrop-filter: blur(9px);}

.stellarnav ul ul {
    background: #ffffff00;
    padding-top: 10px;
}
.stellarnav li li {
    background: #ffffff9c;
    border: none;
    border-bottom:1px solid #fff ;
    backdrop-filter: blur(9px);
}
.stellarnav li li:hover{border-bottom:1px solid #ffffff57 ;}







/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/


/*往下滑*/
.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/dixiang/bn-s.png) no-repeat,
     linear-gradient(180deg, #ffffff00, #ffffff54,#ffffff);
 

     backdrop-filter: blur(9px) saturate(70%);
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom 1s ease-out;
  }
  
  @keyframes bottom {
    0% {
      opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100%{opacity: 1;}
  }
  
/*大圖*/
.bannerindex .swiper-wrapper::after{
      position: absolute;
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    left: -150%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.178) 15%,
        rgba(255, 255, 255, 0.288) 50%,
        rgba(0, 0, 0, 0) 75%, 
        rgba(255, 255, 255, 0) 100% 
    );
    animation: shine-slide3 2s linear infinite;
   
    mask: linear-gradient(  90deg,#ffffff00,#000);
}
@keyframes shine-slide3 {
    from {
        left: -150%;
         filter: brightness(1) ;
    }
    to {
        left: 150%;
         filter: brightness(0);
    }
}
.bannerindex .swiper-fade .swiper-slide:after{
    position: absolute;
    content: "";
    background:linear-gradient(180deg, transparent 20%, #0000006e);
   clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 15%, 95% 15%, 95% 85%, 5% 85%, 0% 100%, 100% 100%, 100% 0%);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.bannerindex .swiper-fade .swiper-slide-active:nth-child(1):before{animation:move1 1s  alternate;}
@-webkit-keyframes move1 {
    0% {left: -100%;}
    100% { left: 15%;}
}
.bannerindex .swiper-fade .swiper-slide-active:nth-child(2):before{animation:move2 1s  alternate;}
@-webkit-keyframes move2 {
    0% {right:0%;}
    100% { right: 15%;}
}


.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dixiang/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.13);
    top: 25%;
    left: 15%;
    z-index: 9;
}
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dixiang/bn02-be.png) no-repeat;
    background-size: contain!important;
    background-position:right;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.1);
    bottom: 20%;
    right: 15%;
    z-index: 9;
}



/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/dixiang/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position:center bottom!important;
    min-height: var(--banner-minheight);
    position: relative;
}
.banner::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dixiang/banner-af.png) no-repeat;
    background-size: cover!important;
    background-position: center bottom!important;
    width: 100%;
    height:var(--banner-af-height);
    left: 0;
    bottom: 0;

}

.banner::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: var(--f250);
    font-style: italic;
    font-weight: bold;
    right: 15%;
    top: var(--banner-top);
    color: #fff;
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.contact_page .banner{display: none;}
.banner h5{
    position: absolute;
    content: "";
    font-size:var(--f20);
    font-family: var(--SFont);
    font-weight: bold;
    right: 15%;
    top:var(--banner-h5-top);
    color: #fff;
    width: 100%;
    z-index: 9;
    text-align: right;
    filter: drop-shadow(0 0 5px #000);
}
.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE);
    font-size: var(--f100);
    right: 0;
    top:var(--banner-h5-be-top);
    color: var(--SubColor);
    z-index: 1;
}
.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFont);
    font-size: var(--f16);
    font-weight: 400;
    right: 0;
    top: 30px;
    width: 100%;
    max-width: 400px;
    text-align: justify;
}

.services_page .banner{ background: url(https://pic03.eapple.com.tw/dixiang/banner.jpg) no-repeat;}
.services_page .banner::after{ background: url(https://pic03.eapple.com.tw/dixiang/banner-af.png) no-repeat;}
.services_page .banner::before{content: "Service";}
.services_page .banner h5::before{content: "Service";}
.services_page .banner h5::after{   content: "T.C.O 帝翔貿易以誠信與專業為核心，提供從車輛引進到售後保固的一站式服務，讓每位車主都能安心擁有理想座駕。我們堅持品質透明、流程清晰，致力打造值得信賴的購車體驗。";}

.product_page .banner, .product_info_page .banner{ background: url(https://pic03.eapple.com.tw/dixiang/banner-product.jpg) no-repeat;}
.product_page .banner::after, .product_info_page .banner::after{ background: url(https://pic03.eapple.com.tw/dixiang/banner-product-af.png) no-repeat;}
.product_page .banner::before, .product_info_page  .banner::before{content: "Product";}
.product_page .banner h5::before, .product_info_page .banner h5::before{content: "Product";}

.article_a .banner{ background: url(https://pic03.eapple.com.tw/dixiang/banner-news.jpg) no-repeat;}
.article_a .banner::after{ background: url(https://pic03.eapple.com.tw/dixiang/banner-news-af.png) no-repeat;}
.article_a  .banner::before{content: "News";}
.article_a .banner h5::before{content: "News";}


.article_b .banner{ background: url(https://pic03.eapple.com.tw/dixiang/banner-detail.jpg) no-repeat;}
.article_b .banner::after{ display: none;}
.article_b  .banner::before{content: "Detail";}
.article_b .banner h5::before{content: "Detail";}













/*Footer/＝＝＝＝＝*/
.footer{background: var(--SubColor);}
.footer_logo{filter: brightness(100);}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;}
.footer_info li{  width:50%;}
.footer_info li:nth-child(1){border-right:1px solid #fff ;}
.footer_info li:nth-child(2){width: 30%;}
.footer_info li p {  color: #fff;}
.footer_info li p a {  color: #fff;}
.footer_info li p:hover a{color: var(--MainColor);}
.footer_info li p:hover:before{color: var(--MainColor);}

.footer_info li p:before{font-family: var(--SFont);font-weight: bold;}
.footer_info li p.line:before { content: 'Line ID';}
.footer_info li p.phone:before { content: '手機';}
.footer_info li p.mail:before {  content: '信箱';}
.footer_info li p.add:before { content: '地址';}


.footer_menu {    display: grid;    grid-template-columns:1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px;
    transition: all 0.3s;
    border: none;
    color: #ffffff;
    background: #ffffff00;
    position: relative;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dixiang/icon01.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    
}


.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;color: var(--MainColor);transform: scale(1.05);font-weight: bold;}
.copy {    background: var(--MainColor);    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover { color:#FEC700;}
.box_link{  top: 71px;right: 80px;}
.box_link a.me_tp_fb, .box_link a.me_tp_call, .box_link a.me_tp_mail, .box_link a.me_tp_ig{display: none;}
.box_link a{transition:all 0.3s;    width: 100px;border: none;   }
.box_link a:hover {    background: #ffffff00;    color: #fff;}

.box_link a.me_tp_line i:before {
    content: "Line 預約";
    font-size: 15px;
    color: #fff;
    font-family: var(--SFont);
    font-weight: bold;
    top: -9px;
    position: relative;
}
.box_link a.me_tp_line:hover i:before{color:var(--MainColor);}
.box_link a.me_tp_line i::after{
    content: " ";
    background: url(https://pic03.eapple.com.tw/dixiang/line-qr.svg) no-repeat;
    background-size: contain!important;
    width: 90px;
    height: 90px;
    display: block;
    filter: brightness(100);
}
.box_link a.me_tp_line:hover i::after{filter: brightness(1);}





/*url(https://pic03.eapple.com.tw/dixiang/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:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two li.active>a, .product-layer-two>li:hover>a {
color: var(--SubColor);
border: none;
background:#ffffff00;
font-weight: bold;
}
.product-layer-two > li>a{padding-left:40px;}
.product-layer-two > li>a::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/dixiang/icon-product.png) no-repeat;
    background-size: contain!important;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
}

.product-layer-two > li:hover>a::after, .product-layer-two > li.active>a::after{animation:  rotate 3s infinite alternate;}
@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}
.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{
    color: var(--MainColor);
    font-family: var(--SFont);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid var(--MainColor);
    position: relative;
}
.products-list .name .numbering {
    color: #acacac;
    font-weight: 400;
    font-size: 16px;
    }
.products-list .item a:hover .name{color: var(--SubColor);}
.products-list .item a .name::after{
    position: absolute;
    content: "";
    background: var(--SubColor);
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 9;
    transition: 0.3s ease-in;
}
.products-list .item a:hover .name::after{width: 100%;transition: 0.3s ease-in;}
.products-list .price b.ori_price{color: var(--SubColor);}
.products-list .price .sp_price{color:#c70a0a;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);display: none;}
.products-list .item a:hover .more{background: var(--MainColor);}
.products-list .pic img {filter: saturate(0.3);}
.products-list .item a:hover .pic img{transform: scale(1.05);transition: 0.3s ease-in;filter: saturate(1);}
.products-list .item a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/dixiang/icon-cart.png) no-repeat;
    background-size: contain!important;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    z-index: 9;
    transition: 0.3s ease-in;
}
.products-list .item a:hover::after{
    background: url(https://pic03.eapple.com.tw/dixiang/icon-cart-h.png) no-repeat; transition: 0.3s ease-in;
      animation: shine-slide4 2s linear;
}
  
   

@keyframes shine-slide4 {
    from {
           filter: brightness(200%) ;
    }
    to {
            filter: brightness(1) ;
    }
}


.product-layer-two li a{background: #ffffff00;}
.product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--MainColor);}
.i_prod_tit h2, .i_video_tit h2{
    font-size: var(--f100);
    font-family: var(--SFontE);
    font-weight: bold;
    color: var(--SubColor);
}
.i_prod_tit span, .i_video_tit span {
    font-size: var(--f20);
    color: var(--MainColor);
    font-weight: bold;
}

.pageIndex .products-list .pic{aspect-ratio: 3 / 4;}
.pageIndex .products-list .name {
    border-bottom: none;
    position: absolute;
    bottom: 81px;
    color: #fff;
    padding-left: 8px;
}
.pageIndex .products-list .item:nth-child(n+5){display: none;}
.pageIndex  .item a:hover .name{color: var(--SubColor2);letter-spacing: 2px;transition: 0.3s ease-in;filter: drop-shadow(1px 1px 3px #000000b6);}






/*產品內頁*/
.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(--MainColor);font-size: 24px;font-weight: bold;}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}













/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}

/*最新消息-文章*/
h5.blog_le_t span{font-family: var(--SFontE);font-weight: bold;}
.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:#ffffff00 !important;   }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:var(--SubColor) !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(--color2);}

.subbox_item a{padding: 5px; }
.subbox_item a:hover .blog_list_le img{transform: scale(1.05);transition: 0.3s ease-in;}
.blog_list_ri h5{color: var(--SubColor);font-weight: bold;border-bottom:1px solid var(--SubColor) ;}
.blog_list_ri p{text-align: justify;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;
    display: none;
}
.subbox_item a:before {
    content: 'MORE';
    bottom: unset;
    top: 0;
    color: #fff;
    background: var(--MainColor);
    padding: 5px 15px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}


.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}
.blog_list_le{position: relative;}
.subbox_item a .blog_list_le::after{
    position: absolute;
    content: "";
    border: 2px solid var(--SubColor);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s ease-in
}
.subbox_item a:hover .blog_list_le::after{opacity: 1;transition: 0.3s ease-in;transform: scale(1.05);}

/*最新消息*/
.article_a .blog_list_le{aspect-ratio: 4 / 3;}
.article_a .blog_subbox { grid-template-columns: 1fr;}
.article_a .subbox_item a{grid-template-columns: 250px 1fr;}
.article_a .blog_list_ri {
    padding: 8px;
    background: #f7f7f7;}
.article_a .subbox_item a:before {
    top:7px;
    color: var(--MainColor);
    background: #ffffff00;
    padding: 3px 15px;
    opacity: 1;
    transition: 0.3s ease-in;
    border: 1px solid var(--MainColor);
}
.article_a .subbox_item a:hover:before{background: var(--MainColor);color: #fff;transition: 0.3s ease-in;}

.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/



/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_form li input.noborder { border: 1px #f0f0f0 solid;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1024px) { 
    .nav-header { margin: auto; filter: brightness(1);}
    .header_area {
        position: static;
        text-align: center;
        background:#fff;
    }
    .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {  color:var(--MainColor);}
    
    .stellarnav > ul > li > a b { color: var(--MainColor);}
    .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);}
    /*.sticky*/
    .sticky .nav-header {filter: brightness(20);transition: 0.3s ease-in;}
   
    .sticky .me_tp_features a.tp_btn_cart, .sticky .me_tp_features a.tp_btn_notice {  color: #fff;}
    .sticky .stellarnav > ul > li > a b { color:#fff;}
    .sticky .stellarnav > ul > li > a:hover b {  color:#fff;}
    .sticky .stellarnav li.has-sub > a:after {  border-top: 6px solid #fff;}
    .sticky .stellarnav li.has-sub:hover > a:after{  border-top: 6px solid #fff;}









    }
    
    @media screen and (max-width: 980px) { 

    
    
    
    
    }
    @media screen and (max-width:850px) { 
    /*footer*/
    .footer_logo {
        background-position: center;
        margin: auto ;
        width: 100%;}
    .footer_info { padding: 0 60px;}
    .footer_info { grid-template-columns: 1fr;}
    
       
    }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:200px; }
    .nav-header { position: relative;  z-index: 99999;}
    .header_area.sticky { backdrop-filter: unset;    background: #5da1c6f5!important;}
      
    .contact_page .header_area, .other_page .header_area { background: #fff;}
    /*手機側邊欄位*/
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
           opacity: 0;     
          }
        100% {
          opacity: 1;
            }
    }
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
    .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 10px;}
    .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #fff;}
    .sticky .stellarnav .menu-toggle span.bars span {  background: #fff;}
    .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .sticky .stellarnav .menu-toggle:after { color:#fff;}
    .stellarnav.mobile > ul > li {
    border-bottom: 1px #d0eeff solid;
    width: 100%;
    max-width: 300px;
    margin: auto;
    background: var(--SubColor);}
    .stellarnav.mobile > ul > li:nth-child(2){border-radius: 10px 10px 0 0;}
    .stellarnav.mobile > ul > li:last-child{border-radius: 0 0 10px 10px ;}
    .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(--MainColor);font-weight: bold;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 100%;background: #5081a05e;backdrop-filter: blur(5px);}

    .stellarnav.mobile.left .close-menu ,   .sticky .stellarnav.mobile.left .close-menu{
        padding: 15px 10px 65px;
        background:#ffffff00;
        color: #fff;
    }
    .stellarnav.mobile li.open {background:var(--MainColor);}
    .stellarnav ul ul {  padding-top: 0;border-top:1px solid #fff ;}
    .stellarnav.mobile ul ul{background: #ffffff00!important;}
    .stellarnav li li { background: #ffffff00;border: none;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a {
    text-align: center;
    color: #ffffffbd;}
    .stellarnav li li:hover { border-bottom:none;}
.stellarnav.mobile li a {  border-bottom: 1px solid rgb(255 255 255 / 0%);}


/*banner*/
.banner h5, .banner::before{ right: 7%;}




    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo {
        margin: auto auto auto 0;
        max-width: 240px;
    }
    .footer_info li { width: 90%;}
    .footer_info li:nth-child(1) {  border-right: none;}
    .footer_info li:nth-child(2){width: 100%;border-top:1px solid #fff ;padding-top:10px ;}
    .footer_menu {  grid-template-columns: 1fr 1fr 1fr 1fr;  margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        gap: 0;

    }
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;        width: calc(100% - 120px);}
    .box_link {
    top:45px;
                    width: 80px;
    left: unset;
    bottom: unset;
    justify-content: flex-end;
    position: absolute;

}
    .box_link a.me_tp_line i::after {
    width: 80px;
    height: 80px;
}






    .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;}

    .pageIndex .products-list .name {
    position: relative;
    bottom: unset;
    color: var(--MainColor);
    border-bottom:1px solid var(--MainColor) ;
    }
    .pageIndex .item a:hover .name{filter:unset;color: var(--SubColor);}

    }
    
    
    @media screen and (max-width: 600px) { 
    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .stellarnav.mobile { top: 10px;}


/*最新消息*/
    .article_a .subbox_item a { grid-template-columns: 1fr;   background: #f7f7f7;}











    }
    @media screen and (max-width: 500px) { 
    .footer_info { padding: 0 60px 0 10px;}
    .footer_menu {  grid-template-columns: 1fr 1fr 1fr;}
    .box_link { right: 70px;}
    
    }

    @media screen and (max-width: 480px) { 
.banner h5::after {
    top: 60px;
    max-width: 290px;}


     }
    @media screen and (max-width: 420px) { 
    .footer_logo { max-width: 220px;}
    .footer_info li:nth-child(1) {  width:100%;}
    .box_link { display: none;}

    }
    @media screen and (max-width: 375px) { 
     .footer_menu {  grid-template-columns: 1fr 1fr;}
    }
    
    