@charset "utf-8";
/*傑暘國際車身部品改裝*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


#content{
    background-image: url(https://pic03.eapple.com.tw/jymotorsport/content_bg.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.path p, .path p a{line-height: 55px;}

/*網站字體-------------------------------------*/
body{font-family: 'noto sans TC', sans-serif;}

/*錨點滾動-------------------------------------*/
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb { background-color: #000;}

/*預設解除背景輪播-----------------------------*/
#content_main { margin: 0; }
.bannerindex {position: static; 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;}
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {width: 100px;height: 3px;border-radius: 0%;background: #fdfdfd;}

/*大圖特效-------------------------------------*/
.pageIndex .swiper-slide img { 
    animation-fill-mode: none; 
    -webkit-animation-fill-mode: none;
}
.pageIndex .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}
.pageIndex .swiper-slide:nth-child(1):before {
    width: 50%;
    background-image: url(https://pic03.eapple.com.tw/jymotorsport/words.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 51%;
}
.pageIndex .swiper-slide:nth-child(2):before {
    width: 48%;
    background-image: url(https://pic03.eapple.com.tw/jymotorsport/words.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    left: 50%;
}
.pageIndex .swiper-slide:nth-child(3):before {
    width: 48%;
    background-image: url(https://pic03.eapple.com.tw/jymotorsport/words.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 51%;
}
.pageIndex .swiper-slide:nth-child(4):before {
    width: 48%;
    background-image: url(https://pic03.eapple.com.tw/jymotorsport/words.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 0;
    right: 51%;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: ani_LtoR 1.2s 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{animation: ani_RtoL 1.2s 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(3):before{animation: ani_LtoR 1.2s 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(4):before{animation: ani_LtoR 1.2s 0.5s both;}

@keyframes ani_RtoL {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
}
@keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
}

/*header---------------------------------------*/
.header_area {background: rgba(255, 255, 255, 0);box-shadow: 0px 0px 15px -10px #000;padding:0;}
.pageIndex .header_area {position: absolute;width: 100%;z-index: 10000;top: 20px;transition: ease-out 0.3s;box-shadow: none;}
.pageIndex .header_area .main_header_area {box-shadow: none;background: rgb(0 0 0 / 80%);width: 90%;margin: 0 auto;border-radius: 0px;transition: ease-out 0.3s;}
.pageIndex .header_area.sticky {transition: ease-out 0.3s;position: fixed;top: 0;}
.pageIndex .header_area.sticky .main_header_area {background: rgb(0 0 0 / 60%);width: 100%;max-width: 100%;border-radius: 0;transition: ease-out 0.3s;backdrop-filter: blur(10px);}
.main_header_area .container { max-width: 90%; }
.header_area.sticky{background: none;}
.navigation { padding: 10px 0; }
.tp_links a{display: none;}
.me_tp_features a{color:#fff;padding-right: 3px;}
.main_header_area{background-color: #000;}

@media screen and (max-width: 768px) {
    .pageIndex .header_area.sticky .main_header_area{backdrop-filter: unset;}
}

/*LOGO*/
.nav-brand {width:120px;}

/*選單*/
.stellarnav>ul>li>a {transition: 0.3s ease-out;padding: 0px 5px;letter-spacing: 2px;color: #ffffff;}
.stellarnav>ul>li>a:hover { color: #999; }
.stellarnav li.has-sub > a:after {content: '+';border-top: none;border-left: none;border-right: none;border-top: none;}

/*下拉選單*/
.stellarnav ul ul {position: absolute;background: #000000d1;width: 220px;}
.stellarnav li li {border: unset;margin-bottom: 5px;}
.stellarnav li li a:hover {color: #ddd;transition: 0.3s ease-out;background: #000;}
.stellarnav ul ul li a{color: #ffffff;font-size: 14px;width: 220px;}
.stellarnav li li.has-sub > a:after{border-top:unset;border-bottom:unset; border-left:unset;right: 10px;}

/*次分類*/
.stellarnav ul ul ul {overflow-y:scroll;height:30vh;width:230px;}

@media screen and (max-width: 1350px) {
.main_header_area .container {max-width: 1100px;}
}

@media screen and (max-width: 1250px) {
.stellarnav>ul>li>a {transition: 0.3s ease-out;padding: 0px 10px;}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area .main_header_area {background: #000;width: 100%;max-width: 100%;border-radius: 0;transition: ease-out 0.3s;}
.pageIndex .header_area { position: relative; top: 0px;}
.main_header_area .container { max-width: 100%; }
.nav-header {position: static;text-align: center;}
.navigation { padding:0px; }
.me_tp_features{margin: 7px 0 7px;}
}

@media screen and (max-width: 768px) {
    .me_tp_features{margin: 0px 0 10px;}
}

/*頁碼-----------------------------------*/
.page li a, .page li strong{color: #fff;border-radius: 0;}
.page li{color: #777;}

/*側邊按鈕-------------------------------*/
.linksBtn{background-color: #000;}
a.info_fix_default.info_fix_mail{display: none;}
a.info_fix_default.info_fix_phone{display: none;}

/*banner---------------------------------*/
.banner.banB{display: none;}
.banner.banF{display: none;}
.banner.banblog{display: none;}
.banner.banC{display: none;}

/*首頁購物車------------------------------*/
.prod_part{background: #000;}
.i_prod_tit span{
    color: #cccccc;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
}
.i_prod_tit span:before{
    content: 'PRODUCT.';
    display: flex;
    flex-direction: column;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 150%;
    color: #fff0;
    -webkit-text-stroke: 1px #fff;
    font-size: 65px;
}
.animated-arrow{
    background: #ccc;
    color: #222;
}
@media screen and (max-width: 768px) { 
    .i_prod_tit span:before{font-size: 42px;}
}
@media screen and (max-width: 530px) { 
    .i_prod_tit span:before{font-size: 30px;}
}

/*購物車----------------------------------*/
.prod_related h6 span:before {color: #fff;letter-spacing: 0.1em;}
.products-list .name {height: auto; margin: 0;text-align: center;padding: 10px 0;color: #fff;font-size: 16px;-webkit-line-clamp: none;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid #fff;color:#fff;}
.products-list .price{margin: 5px 0;}
.products-list .price .sp_price{text-align: center;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--MainColor);}
.nextaction { background-color: var(--MainColor);}
.lastaction { background-color: var(--MainColor);}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}
.products-list .item a:hover .more {  background: #777;color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { color: #999;font-size: 16px;text-align: center;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.product-layer-two {width: 260px;margin: 0;}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #fff;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;padding: 7px 10px;}
.product-layer-two > li > a {border-bottom: 1px dotted #ccc;padding-left: 10px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff; background:#777;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.product-layer-two li ul {position: relative;padding-top: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{color: #BFB9AA;background: transparent;}
/*第二層*/
.sidebarBtn h2{color: #fff;}
span#ori_price{color: #777;}
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BFB9AA;}
.sidebarBtn{border: 1px #777 solid;background: transparent;}
.prod_related{display: none;}
.pd_tabInner_contain{color: #fff;}
.pd_tabTitle li.activeTab a{color: #ffffff;}
.inquiry_a3{background: #777;}
.radio-inline__label{color: #ffffff;}

/*加入購物車*/
.shopping-cart .cell{color: #FFF;}
.shopping-cart .cell.product_name p{color: #fff;}
.total_amount li{color: #fff;}
/*第二層*/
.formbox_form li .form__label{color: #fff;}
.form label{color: #ffffff;}
.shopping-cart .cell.product_name p{color: #ffffff;}
.shopping-cart.check .cell{color: #fff;}
.total_amount li{color: #fff;}
.total_amount li b{color: #fff;}
.form label.Bigcheck{color: #fff;}
.declaration{background: #555;}

/*訂單成立*/
.list_before.account li{color: #fff;}
.order_list_tab td{color: #ffffff;}
.payer{background: #555;}
.order_list_tab td:nth-child(1){color: #000;}
.order_list_tit b{color: #fff;}
.order_list_head p{color: #ffffff;border-bottom: 2px #ffffff solid;}
.order_list_pro td:nth-child(2){color: #fff;}
.order_list_pro td{color: #fff;}
.last_box_money p, .last_box_money em{color: #fff;}
.order_list_pro tr:first-child td{color: #222;}
.order_list_pro tr:first-child{background: #EEE;}
.lastPage{background: #444;}

/*RWD*/
@media screen and (max-width: 768px) { 
.product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn { order: -1;margin: 0px auto 20px;}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
#prod_thumbSwiper{margin: 20px 0;}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
.product_page .products-list { width: 100%;}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}
@media screen and (max-width: 768px) {
.product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}

/*文章管理--------------------------------*/
.main_part { max-width: 1500px; }
h5.blog_le_t em{color: #fff;}
.accordion li .link a{color: #ffffff;}
.subbox_item a:before { display: none; }
h4.blog_category_title{color: #ffffff;}
.blog_box_edit{color: #fff;}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #ddd;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background: #555; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #777;
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: #555;
    transition: 0.3s;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
    border:1px solid #777;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri {
    width: 100%;
    background: transparent;
    padding: 15px;
}
.blog_list_ri em {
    width: 100%;
    color: #7fcbcf;
}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #ffffff;
    font-weight: 600;
}
.blog_list_ri p {
    color: #fff;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*第二層*/
.blog_shareData{justify-content: flex-end;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{color: #fff;}
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}

/*連絡我們--------------------------------*/
.blank_letter {color: #ffffff;}
.contact_page .contact_content {
    padding: 0px 10px 80px;
    position: relative;
}
.contact_form li .form__insert{color: #fff;}

.contact_page form.style1 {padding-bottom: 60px;}
.contact_page .main_part {
    width: 100%;
    max-width: 1366px;
    padding: 50px 0px 0px;
}
.contact_page h4.blank_letter.i {
    width: 100%;
    position: relative;
    padding-top: 0; 
    padding-left: 0px; 
    letter-spacing: 0px; 
    text-indent: 5px; 
    font-size: 23px;
}

.list_before.info li {
    padding-left: 40px;
    margin-left: 5px;
    color: #fff;
}
.list_before li { margin: 15px 0;}
.list_before.info li:nth-last-child(1) {padding-left: 40px;}
.list_before.info li:nth-last-child(1) a img {
    width: 50px;
    padding: 5px;
    background: transparent;
}
.list_before.info li:nth-last-child(1) a+a { margin-left: 8px;}
.list_before.info li:nth-last-child(1) a:hover { background: #fff;}

.contact_content .information_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}
.contact_page h4.blank_letter.f {
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 5px;
    text-indent: 5px; 
    font-size: 23px;
    position: relative;
    padding-top: 0px;
}
.contact_page .note {
    display: block;
    text-align: center;
}
.contact_page ul.list_before.info {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 60px;
}
.contact_le_nomap {
    width: 60%;
    margin-top: -50px;
}
.contact_content .information_right {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; 
    display: block; 
    padding: 50px 0px; 
    border:1px solid #e8e8e8;
}
.contact_form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form li.last { text-align: center;}
.contact_form li.last blockquote { color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #fff solid;}
.contact_form li.last cite { background: #666666; margin-left: 10px;}
.contact_form li.last i.fa-solid.fa-arrow-right { transform: rotate(0deg);}

/*表單*/
.contact_form li .form__label {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}
.contact_form li {
    padding-left: 0px; 
    width: 100%;
}
.contact_form li .form__label {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #fff;
}
.contact_page .form__insert:has(input[type="checkbox"]),.contact_page .form__insert:has(input[type="radio"]) {
    display: flex;
    gap: 10px;}
.contact_form li:nth-last-child(6) ,.contact_form li:nth-last-child(3) { width: 100%;}
.contact_page .contact_form li:nth-last-child(6) .form__insert:has(input[type="checkbox"]) {
  grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(300px, 1fr));}
.noborder { padding: 5px;}
.contact_form li input.noborder{background: none;}
.contact_form li textarea.noborder{background: none;}

@media screen and (max-width: 768px) {
.contact_page ul.list_before.info { width: 100%;}
.contact_le_nomap { width: 100%;}
.contact_content .information_right { padding: 40px 35px; }
}
@media screen and (max-width: 600px) {
.contact_form li {width:100%;padding-left:0;}
.contact_form li .form__insert {width: 100%;}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
    background: rgb(255 255 255 / 15%);
}
}

/*footer---------------------------------*/
.footer{padding: 30px 0 0px;}

@media screen and (max-width: 768px) {
    .footer{padding: 30px 0 55px;}
}

/*手機版選單*/
@media screen and (max-width: 768px) {
.pageIndex .header_area {position: sticky;top: 0;}
.pageIndex .header_area .main_header_area {width: 100%;border-radius: 0;}
.stellarnav .menu-toggle {padding: 53px 20px;}
.stellarnav .menu-toggle span.bars { top: 0; }
.stellarnav .menu-toggle span.bars span {margin: 0 auto 5px;background: #fff;height: 1px;width: 30px;border-radius: 0px;}
.stellarnav .menu-toggle:after {font-size: 15px;letter-spacing: 1px;color: #fff;content: '';}
.stellarnav.mobile.left .close-menu {background: unset;border-bottom: 1px #ddd solid;}
.stellarnav .icon-close { margin-right: 5px; }
.stellarnav.mobile>ul>li>a { padding: 15px; }
.stellarnav.mobile>ul>li>a.dd-toggle { padding: 20px 15px; }
}

/*第二層*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{background: #000;}

/*第三層*/
.stellarnav.mobile li.open{background: #222;}
.stellarnav.mobile ul{background: #333;}
.stellarnav.mobile li.open li.open{background: #000;}

@media screen and (max-width: 768px) {
    .stellarnav.mobile>ul>li>a.dd-toggle{padding: 13px 15px;}
    .stellarnav.mobile.left .close-menu{color: #fff;}
    .stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
    .stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
}


