@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Oswald:wght@200..700&display=swap');

/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

:root{
    --f_base: 1vw;
    --f42: clamp(1.625rem, calc(1.349rem + (var(--f_base) * 1.103)), 2.625rem);/*26*/
    --f40: clamp(1.5rem, calc(1.224rem + (var(--f_base) * 1.103)), 2.5rem);/*24*/
    --f36: clamp(1.375rem, calc(1.134rem + (var(--f_base) * 0.966)), 2.25rem);/*22*/
    --f30: clamp(1.25rem, calc(1.078rem + (var(--f_base) * 0.69)), 1.875rem);/*20*/
    --f28: clamp(1.25rem, calc(1.108rem + (var(--f_base) * 0.552)), 1.75rem);/*20*/
    --f25: clamp(1.1875rem, calc(1.118rem + (var(--f_base) * 0.276)), 1.5625rem);/*19*/
    --f24: clamp(1.1875rem, calc(1.101rem + (var(--f_base) * 0.345)), 1.5rem);/*19*/
    --f22: clamp(1.125rem, calc(1.056rem + (var(--f_base) * 0.276)), 1.375rem);/*18*/
    --f20: clamp(1.0625rem, calc(0.994rem + (var(--f_base) * 0.207)), 1.25rem);/*17*/
    --f18: clamp(1rem, calc(0.97rem + (var(--f_base) * 0.12)), 1.13rem);/*16*/
	--f16: clamp(0.94rem, calc(0.9rem + (var(--f_base) * 0.65)), 1rem);
	--f15: 0.94rem;
	--f14: 0.875rem;
    --p3: 3%;
    --p5: 5%;
    --p30: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
    --p50: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
    --p70: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
    --p100: clamp(3.125rem, 2.344rem + 3.91vw, 6.25rem);
    --p150: clamp(3.75rem, 2.344rem + 7.03vw, 9.375rem);
    --p200: clamp(4.375rem, 2.344rem + 10.16vw, 12.5rem);
    --fO: "Oswald", sans-serif;
    --coM: #2C3D74;
    --coS: #FACA0C;
    --coS01: #888;
}

.all_main{
    background: url(../img/all_bg.jpg);
}

.box_container {width:100%; max-width:2000px; font-family: "Noto Sans TC", sans-serif; font-size:var(--f16); letter-spacing: .2px; color:#545454; border:0; text-decoration:none; overflow:hidden; background:url(../img/all_bg.jpg); margin: auto;}
.box_container img{width:auto; max-width:100%;}
.box_container * {box-sizing: border-box; max-width:100%;  padding:0; margin:0; line-height:200%;}
.box_container a{text-decoration:none; color: inherit;}
.box_container ul{list-style:none;}
.box_container i, .box_container em, .box_container dfn, .box_container var{font-style: normal;line-height: 0px;}
.box_container u{text-decoration:none;}

/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 1.5s ease, opacity 1.5s ease;
}
[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}
/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}
/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}
/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}
/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}
/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.5);
}
/*放大淡入*/
[data-animate-in="scaleIn01"] {
    transform: scale(1.1);
    opacity: 1;
}
/*縮小淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.5s ease, opacity 1.5s ease;
}
.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease;
}

.content_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animated15 {
    animation: none;
}
.keyword_i{
    height: 0;
    max-height: 0;
    overflow: hidden;
}
body{background: url(../img/all_bg.jpg);}
/* 預設---- */
/* 現有車款 */
.paper_content{padding: var(--p100) var(--p3) var(--p150);position: relative;min-height: 100vw; background: url(../img/all_bg.jpg);}
.paper_content>img:nth-of-type(1){position: absolute;top:0;left: 0;z-index: 20;pointer-events: none;}
.paper_content>img:nth-of-type(2){position: absolute;bottom:0;right: 0;z-index: 20;pointer-events: none;}
.all_search,.cars_list{position: relative;z-index: 50;}
.car_title{margin-bottom: var(--p50);position: relative;z-index: 50;}
.car_title p{font-size: var(--f42);font-weight: bold;line-height: 130%;letter-spacing: .3rem;text-indent: 0.22em;text-align: center; color: #333;}
.car_title p b{color: #E97B13;font-weight: 500;}
.car_title em{display: block;text-align: center;font-style: normal; color: #CCC;font-size: var(--f20);font-weight: 600;font-family: var(--fO);line-height: 130%;text-align: center;margin: 5px 0 0 0; font-weight: 500;}
body.other_page a.more_share_main{margin:0;width: 140px;max-width: 100%;}
/* 現有車款內頁 */
body.page_product_info .car_title{margin-bottom: var(--p50);}
body.page_product_info .prod_path{position: relative;z-index: 80;}
body.page_product_info .car_allInfo{position: relative;z-index: 50;}
.prod_path>p{margin-right: 20px;}
.shareTo{margin:0;}
.more_share{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
}
body.page_product_info a.more_share_main{color:#333333;font-weight: 400;line-height: 120%; margin:0;position: static;border: 2px #D1D1D1 solid;background-color: #fff;border-radius: 5px;padding:8px 10px;}
body.page_product_info a.more_share_main h4{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
body.page_product_info a.more_share_main h4 img{
    filter: unset;
}
body.page_product_info a.more_share_main h4 img:nth-of-type(2){
    position: absolute;
    opacity: 0;
    z-index: 50;
}
body.page_product_info a.more_share_main h4.click_h4 img:nth-of-type(1){opacity: 0;}
body.page_product_info a.more_share_main h4.click_h4 img:nth-of-type(2){opacity: 1;}
a.more_share_main img{margin-right: 5px;}
.more_cars.cars_list li dl{padding-bottom: 0;}
.more_cars.cars_list li dl h6{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px #CECEBF solid;
    border-radius: 150px;
    margin:10px 0 0 auto;
}
.more_cars.cars_list li dl h6 img:nth-of-type(2){position: absolute;opacity: 0;}
.more_cars.cars_list li dl h6.click_h6 img:nth-of-type(1){opacity: 0;}
.more_cars.cars_list li dl h6.click_h6 img:nth-of-type(2){opacity: 1;}
/* 20251121 */
#res_SearchResult{position: relative;z-index: 30;}
@media (max-width:1200px) {
}
@media (max-width:1024px) {
    .paper_content{padding:100px 5% 150px 5%;}
    .car_title{margin-bottom: 75px;}
    .more_cars.cars_list li dl{padding-bottom: 20px;}
}
@media (max-width:900px) {
    .car_title{margin-bottom: 50px;}
}
@media (max-width:800px) {
    .paper_content{padding:80px 5% 100px 5%;}
}
@media (max-width:600px) {
    :root{
        --p3: 5%;
    }
    .paper_content{padding:50px 5%;}
     .car_title{margin-bottom: 35px;}
}
@media (max-width:480px){
    .more_cars.cars_list li dl h6 img{width: auto;}
}
@media (max-width:475px) {
    body.page_product_info a.more_share_main{max-width: 100%;}
    .more_share{
        width: 100%;
        grid-template-columns: repeat(2,1fr);
    }
}
/*#323C45 /*網站主要色系
  #BBBDC0 /*網站輔助色系1
  #658781 /*網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}
/* .blog_page #content, .blog_in_page #content { background: url(https://pic03.eapple.com.tw/xinyu/blog_b.jpg) no-repeat bottom center;} */
body.blog_in_page .main_part{position: relative;}
body.blog_in_page .main_part>img:nth-of-type(1){position: absolute;top:0;left: 0; z-index:20; pointer-events: none;}
body.blog_in_page .main_part>img:nth-of-type(2){position: absolute;bottom:0;right: 0; z-index:20; pointer-events: none;}
body.blog_in_page .show_content {position: relative;z-index: 50;max-width: 1380px;margin:auto;display: flex;justify-content: space-between;align-items: flex-start;}
body.blog_in_page .show_content.clearfix:before, 
body.blog_in_page .show_content.clearfix:after{display: none;}
body.blog_in_page .blog_ri{width: 72.4%;position: relative;padding-bottom: 50px;}
.blog_back{position: absolute;bottom:0;right:0;width: 100%;}
/*隱藏menu*/
/* .stellarnav > ul > li:nth-last-of-type(1), .stellarnav > ul > li:nth-last-of-type(2), .stellarnav > ul > li:nth-last-of-type(3) { display: none;} */
/* .footer_menu a:nth-last-of-type(1), .footer_menu a:nth-last-of-type(2), .footer_menu a:nth-last-of-type(3) { display: none;}  */

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #323C45;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #323C45;}
.submenu a{padding: 13px 12px 12px 30px;}

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/* 匯款通知 */
body.remit_page .main_part{position: relative;padding:140px 5%;}
body.remit_page .main_part>img:nth-of-type(1){position: absolute;top:0;left: 0;z-index: 20;pointer-events: none;}
body.remit_page .main_part>img:nth-of-type(2){position: absolute;bottom:0;right: 0;z-index: 20;pointer-events: none;}
form.remit_form{max-width: 900px;margin:auto; position: relative;z-index: 50;}
body.remit_page .form_content{padding:0;margin:auto;}
h4.separate_title{background: #ccc;color:#333;font-weight: 18px;font-weight: 700;line-height: 120%;letter-spacing: 0.05em;padding:10px 15px;margin-bottom: 20px;}
.separate_title .note{padding-left: 15px;font-size: 12px;}
.formbox_form li{padding:0;}
.formbox_form li+li{margin:20px 0 0 0;}
.formbox_form li .form__label{margin:0;color:#333;font-size: 15px;font-weight: 400;line-height: 120%;letter-spacing: 0.05em;}
.formbox_form li .form__insert{width: calc(100% - 130px);}
.formbox_form li .form__insert input,.formbox_form li .form__insert textarea{width: 100%;}
li.last{display: flex;justify-content: space-between;align-items: center;margin:40px 0 0 0;}
.rewrite_simple{
    width: 47%;
    margin:0;
    padding:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    padding: 9px 10px 7px 10px;
    color: white;
    font-size: var(--f15);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    background: #0B1039;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.send_simple {
    width: 47%;
    margin:0;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    padding: 9px 10px 7px 10px;
    color: white;
    font-size: var(--f15);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    background: #32407D;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.rewrite_simple:hover,.send_simple:hover{transition: .5s;background-color: #E97913;}
@media (max-width:1200px) {
    body.remit_page .main_part{padding:100px 5%;}
}
@media (max-width:900px) {
    body.remit_page .main_part{padding:80px 5%;}
}
@media (max-width:600px) {
    body.remit_page .main_part{padding:50px 5%;}
    .formbox_form li .form__insert{width: 100%;margin:10px 0 0 0;}
}

/*按鈕*/
.animated-arrow { background: #323C45; border-radius: 10px; transition: .5s;}
.animated-arrow:hover { background: #BBBDC0; transition: .5s;}

/*下拉編輯頁*/
.other_select_page .promotion_title, .other_select_page .other_promotion.clearfix, .other_select_page .page { display: none;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #323C45; border: 1px solid #323C45;}


/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {background: url(../img/all_banner.jpg) no-repeat 35% center; background-size: cover; color: #fff; text-align: left; padding: 0 var(--p3); height: clamp(180px,30vw,300px); display: flex; justify-content: center; align-items: center; letter-spacing: .3rem;}
.banner h5 {font-size: var(--f30); width: 100%; max-width: 1500px; margin: 0 auto; line-height: 150%; font-weight: 500;}
.banner h5::before {
    content: "";
    display: block;
    font-size: var(--f20);
    font-family: var(--fO);
    line-height: 150%;
    letter-spacing: 0;
}
.banner.banA {}
.banner.banblog {}
.bannerindex{position: relative;}
.swiper-pagination{margin:0;left: 50%;transform: translateX(-50%);bottom:20px;}

@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { 
    .banner h5 { font-size: 24px;}
    .swiper-pagination{bottom:10px;}
}
@media (max-width:400px) {
    .swiper-pagination{bottom:5px;}
    .swiper-pagination-bullet{width: 6px;height: 6px;}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.pageIndex .header_area {  width: 100%; top: 0; left: 0;}
.pageIndex .header_area.sticky { position: fixed;}
.header_area .main_header_area, .header_area.sticky .main_header_area {transition: .5s; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.main_header_area .container { max-width: 100%;}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 240px; width: 100%; }

/*menu*/
.navigation { padding: 0px;display: flex;justify-content: space-between;align-items: center;max-width: 1545px;width: 95%;margin:auto;}
.stellarnav{width: fit-content;}
.stellarnav > ul > li{
    line-height: 0px;
    transition: .5s;
}
.nav-header {position: relative;}
.stellarnav > ul > li > a{
    height:unset;
    margin: 0px;
    position: relative;
    z-index: 1;
}
.stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a { 
    position: relative;
    z-index: 1; 
    padding: 25px 20px; 
    font-family: 'Audiowide', 'no sans TC', sans-serif;
    color: #555;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    transition: .5s;
}

.stellarnav > ul > li > a:hover::before, .stellarnav > ul > li.has-sub > a:hover::before{
    transition: .5s;
    opacity: 1;
}
.stellarnav > ul:hover > li > a, .stellarnav > ul:hover > li.has-sub > a { opacity: .6; transition: .5s;}
.stellarnav > ul:hover > li > a:hover, .stellarnav > ul:hover > li.has-sub:hover > a { opacity: 1; transition: .5s;}
.stellarnav li.has-sub > a::after { border-top: 6px solid #39548B;display: none;}/*下拉箭頭*/
.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #fff;}/*下拉箭頭*/
.stellarnav li li{transition: .5s;}

.stellarnav ul{width: fit-content; display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;text-align: left;}
.stellarnav ul li{display: block;}
.stellarnav ul ul, .stellarnav ul ul ul { background: #fff;width: calc(100% + 50px);}
.stellarnav ul ul{box-shadow: 0 0 8px rgba(0,0,0,.05); left: -25px;}
.stellarnav ul ul ul {left: 100%;}
.stellarnav li li {margin-bottom: 0; border-bottom: 1px solid #EEE; text-align: center;}
.stellarnav .menu_contact_btn{
    display: block;
    width: 270px;
}
.stellarnav .menu_contact_btn a{
    display: flex;justify-content: flex-start;align-items: center;padding: 10px 15px;background-color: #323F7D;margin: 0 0 0 10%;}
.stellarnav .menu_contact_btn a i{display: block;min-width: fit-content;margin: 0 10px 0 0;}
.stellarnav .menu_contact_btn a h4{
    font-size: 25px;
    color: #211713;
    letter-spacing: 0.1em;
    line-height: 120%;
}
.stellarnav .menu_contact_btn a h4 p{
    font-size: 18px;
    color: #211713;
    letter-spacing: 0.1em;
    line-height: 120%;
}
.stellarnav .menu_contact_btn a:hover{
    background-color: #211713;
}
.stellarnav .menu_contact_btn a:hover i{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.stellarnav .menu_contact_btn a:hover h4,
.stellarnav .menu_contact_btn a:hover h4 p{

    color: #fff;
}
/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #2C3D74;}
/* .stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #eee; border-top: 6px solid transparent;} */

/*項目*/
.stellarnav li li > a, .stellarnav li li.has-sub > a { 
    color: #545454;font-size: 15px;padding: 10px;font-family: "Noto Sans TC", sans-serif;background: transparent; transition: all 0.3s;}
.stellarnav li ul:hover li > a, .stellarnav li ul:hover li.has-sub > a  { opacity: .6; transition: all 0.3s;}
.stellarnav li ul:hover li:hover > a, .stellarnav li ul:hover li.has-sub:hover > a { opacity: 1; color: #fff; background: #2C3D74; transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

/*選單*/

/*展開*/
.stellarnav.mobile.left > ul { background: #323F7D;}
.stellarnav.mobile > ul > li { border-bottom: 1px #39548B solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block; color: #eee;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #eee; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #323F7D; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #fff;}

/*下拉*/
.stellarnav.mobile li.open { background: #3b3c3d69; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
.stellarnav > ul > li:nth-last-of-type(2) > ul{max-height: 400px;overflow-y: scroll;scrollbar-color: #39548B #0B103A;}
/*--RWD---------------------------------------*/

.lockBody header, .lockBody footer, .lockBody #bottom_menu {
    display: none;
  }

@media screen and (max-width: 1330px) { 
    .header_area .nav-brand{max-width: 200px;}
    .main_header_area .container{max-width: 90%;margin: auto;padding: 30px 0 0;}
    .navigation{flex-direction: column;align-items: center;}
    .stellarnav .menu_contact_btn{width: 215px;margin: unset;}
    .stellarnav ul{justify-content: center;}
    .stellarnav .menu_contact_btn a i img{width: 30px;}
    .stellarnav .menu_contact_btn a h4{font-size: 20px;}
    .stellarnav .menu_contact_btn a h4 p{font-size: 16px;}
}

@media screen and (max-width: 1050px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    /* .main_header_area .container { max-width: 100%;} */
    /* .header_area .main_header_area { background: #000000;} */

    /*logo*/
    .header_area .nav-brand { max-width: 150px; margin: 0 0 5px 0; transition: .5s;}

    /*menu*/
    .main_header_area .container{max-width: 100%;padding:0;}
    .stellarnav { padding: 0;margin: 0;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
    .stellarnav .menu_contact_btn{position: absolute;top: -100px;right: -5%;}
    .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a{padding: 0 20px;font-size: 17px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{font-size: 17px;padding: 7px 5px;}
    .navigation{width: 100%;padding:20px;}
    .header_area.sticky .navigation{padding:15px 20px;}
}
@media (max-width:900px) {
    .stellarnav > ul > li > a, .stellarnav > ul > li.has-sub > a{padding:0 10px;}
}
@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;z-index: 0;}
    .header_area.sticky .nav-brand { max-width: 150px; transition: .5s;}    

    /*menu*/
    .stellarnav{margin: 0 0 15px;}
    .stellarnav.mobile{top: 0;}
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a ,
    .stellarnav.mobile > ul > li > a{ padding: 15px;text-align: left;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .stellarnav.mobile > ul > li>a:hover{transition: .5s;background-color:rgba(255,255,255,0.5);color:#323F7D;}
    .stellarnav .menu_contact_btn{position: unset;width: 100%;display: none;}
    .stellarnav.mobile > ul > li > a:hover{color: #201713;}
    .stellarnav > ul > li > a:hover::before, .stellarnav > ul > li.has-sub > a:hover::before{opacity: 0;display: none;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: 3px solid #fff;}
    .stellarnav.mobile > ul > li > a:hover a.dd-toggle .icon-plus:after,
    .stellarnav.mobile > ul > li > a:hover a.dd-toggle .icon-plus::before{border-bottom: 3px solid #201713;}
    .stellarnav.mobile > ul > li.has-sub > ul > li > a{padding: 15px;}
    .stellarnav li ul:hover li:hover > a, .stellarnav li ul:hover li.has-sub:hover > a{background-color: #323F7D;}
    .header_area .nav-brand{margin-bottom: 0; line-height: 0;}
    .header_area.sticky .main_header_area .stellarnav.mobile{top:4px;}
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after,
    .stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: 3px #fff solid;box-shadow: 1px 1px 5px rgba(0,0,0,0.3);}
    .stellarnav a.dd-toggle .icon-plus{top:-3px;}
    .stellarnav.mobile > ul > li > a.dd-toggle{top:0;background-color: transparent;}
    .stellarnav.mobile.active{z-index: 9999;}
}
@media screen and (max-width: 480px) {
    .navigation{padding: 12px;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.frr01{background-color: #fff;}
.frr02_all{padding:var(--p70) var(--p3);}
.frr02{max-width: 1500px;margin:auto; display: flex;justify-content: space-between;align-items: flex-start;}
.frr02>a{display: block;width: 239px;min-width: 239px;margin-right: var(--p3);}
.frr02 ul{ max-width: 1060px;width: 100%;display: flex;justify-content: space-between;}
.frr02 li{width: 32%; max-width: 320px; position: relative;}
.frr02 li b{display: block;color:#FCDF00;font-size:var(--f18);font-weight: 600;line-height: 120%;letter-spacing: 0.08em;margin-bottom: 20px;}
.frr02 li:nth-of-type(1) {width: 65%; max-width: 540px;}
.frr03{display: flex;justify-content: space-between;}
.frr03 h6{width: fit-content;}
.frr03 h6+h6{margin-left: 10px;}
.frr03 h6 a{display: block;color:#535353;font-size: 14px;font-weight: 400;line-height: 120%;letter-spacing: 0.05em;position: relative;transition: .5s;}
.frr03 h6 a:hover img{transform: translateY(-5px);}
.frr03 h6 a:hover{transition: .5s;color:#E97B13;}
.frr03 h6 a+a{margin-top: 12px;}
.frr03 h6 a img{position: absolute;left: 0;top:50%;transform: translateY(-50%);transition: .5s;}
.frr03 h6:nth-of-type(2) a:nth-of-type(1) img{left: 2px;}
.frr02 li:nth-of-type(2) p{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 12px 10px;}
.frr02 li:nth-of-type(2) p a{display: block;width: fit-content; color:#535353;font-size: 14px;font-weight: 400;line-height: 120%;letter-spacing: 0.05em;transition: .5s;}
.frr02 li:nth-of-type(2) p a:hover{transition: .5s;color:#E97B13;}
.frr_copy{background: #fff;}
.frr_copy .copy{background: transparent;}
.frr_copy .copy,.frr_copy .copy a{color:#AAA;}
/*側邊浮動按鈕*/
.fix_ri { width:fit-content; box-sizing: border-box; position: fixed; bottom:83px; right:6px; z-index: 100; text-align:center;}
.fix_ri a {display: flex;justify-content: center;align-items: center;background: linear-gradient(135deg,  rgba(57,84,139,1) 0%,rgba(50,64,125,1) 50%,rgba(11,16,58,1) 100%);width: 50px;height: 50px; border-radius: 150px;filter:drop-shadow(1px 1px 5px rgba(255,255,255,0.2));}
.fix_ri a+a{margin-top: 25px;}
.fix_ri a:hover{  transition: .3s ease-in-out;background: linear-gradient(135deg,  rgba(11,16,58,1) 0%,rgba(50,64,125,1) 50%,rgba(57,84,139,1) 100%);}
.fix_ri a:hover img{filter: brightness(100);}
.fix_ri a img{width: 28px;}
.fix_ri a:nth-of-type(1) img{width: 10px;}
.fix_ri a:nth-of-type(3) img{width: 22px;}
@media (max-width:1024px) {
    .frr02{flex-direction: column;}
    .frr02_all {padding: var(--p70) var(--p5) var(--p70) var(--p3);}
    .frr02>a{margin: 0 auto 20px;}
}
@media (max-width:800px){
    .frr02{flex-direction: column;}
    .frr03{flex-direction: column;}
    .frr03 h6{width: 100%;}
    .frr03 h6+h6{margin:12px 0 0;}
    .frr02 ul{max-width: 630px; margin: 0 auto;}
    .frr02 li{width: 42%;}
    .frr02 li:nth-of-type(1){width: 55%;}
}
@media (max-width:600px){
    .frr02_all {padding: var(--p70) 10% var(--p70) var(--p3);}
    .frr02{flex-direction: column;align-items: flex-start;}
    .frr02 ul{width: fit-content; flex-direction: column;}
    .frr02 li,
    .frr02 li:nth-of-type(1){width: 100%;}
    .frr02 li:nth-of-type(1){margin-bottom: 20px;}
}
@media screen and (max-width: 425px) { 
    .frr02_all {padding: 30px 15% 40px var(--p3);}
}
@media (max-width:375px) {
    .frr03 h6 a{font-size: 14px;}
}
/* footer---end */

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 80px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #BBBDC0;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #323C45; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {
    content: "BLOG";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #BBBDC0;
    letter-spacing: 3px;
    text-shadow: none;
    z-index: -1;
}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);}
.i_blog_ri h5 { color: #323C45; font-weight: 600;}

/*--文章管理/外層---------------------------------------*/
body.blog_page .clearfix:before,body.blog_page .clearfix:after{display: none;}
body.blog_page .car_title{margin-bottom: 60px;position: relative;z-index: 50;}
body.blog_page .main_part,
body.blog_in_page .main_part{padding:var(--p100) var(--p3) var(--p150);position: relative;}
body.blog_page .main_part>img:nth-of-type(1){position: absolute;top:0;left: 0;z-index: 20;pointer-events: none;}
body.blog_page .main_part>img:nth-of-type(2){position: absolute;bottom:0;right: 0;z-index: 20;pointer-events: none;}
body.blog_page .show_content{position: relative;z-index: 50; max-width: 1500px;margin:auto;display: flex;justify-content: space-between;}
/*列表搜尋*/

/*分類標題*/
h4.blog_category_title { font-size: var(--f18); color: #323F7D;font-weight: 700;line-height: 120%;letter-spacing: 0.08em;padding-top: 0;margin-bottom: 25px;}
h4.blog_category_title span { font-size: 24px;}
h5.blog_le_t{color:#323F7D;font-size:var(--f18);font-weight: 600;line-height: 120%;letter-spacing: 0.05em;margin-bottom: 25px;}
h5.blog_le_t span{font-family: var(--frm01);padding-left: 5px;}
/*次分類*/
.submenu { background: transparent;font-family: '微軟正黑體';}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color:#201713;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 16.5px;}

/*文章*/
.module_i_news ul { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 100%;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.blog_subbox>div:last-child{border-bottom: 1px #CCCCCC solid;}
.subbox_item{padding:30px 25px;background-color: rgba(255,255,255,0);border-top: 1px #CCCCCC solid;}
.subbox_item a{display: flex;justify-content: space-between;}
.blog_list_ri{width: calc(100% - 450px);padding:15px 0 0 0;}
.blog_list_ri h5 { color: #222222;font-size: var(--f20); font-weight: 400;line-height: 120%;letter-spacing: 0.05em;}
.blog_list_ri em{margin:12px 0;}
.i_blog_le, .i_blog_ri, .blog_list_le { width: 100%;}
.i_blog_le, .blog_list_le { position: relative;max-width: 405px;aspect-ratio: 2 / 1.5;}
.i_blog_le img, .blog_list_le img {
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.submenu a:hover { background: #BBBDC0;}
.accordion li .link { padding: 15px 15px;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.blog_le .accordion > li.open .link {background-color: rgba(57,84,139,1);color:white;}
.blog_le .accordion > li.open .link a{color:white;}
.blog_le .accordion li.open i{color:white;}
.blog_le .accordion > li.open>ul{background-color: #ccc;color:white;}

/*功*/
.blog_subbox { }
.blog_subbox:before { content:none;}

/*--RWD---------------------------------------*/

@media (max-width:1200px) {
    .blog_ri{width: calc(100% - 300px);}
    .i_blog_le, .blog_list_le{width: 50%;}
    .blog_list_ri{width: 45%;padding:10px 0 60px 0;}
    body.blog_in_page .blog_ri{width:calc(100% - 300px);}
}

@media (max-width:900px){
    body.blog_page .main_part,body.blog_in_page .main_part{padding:100px 5%;}
    .blog_ri{width: 65%;}
}

@media screen and (max-width: 768px) {
    body.blog_page .main_part,body.blog_in_page .main_part{padding:80px 5%;}
    body.blog_page .show_content,
    body.blog_in_page .show_content{flex-direction: column;}
    .blog_ri,body.blog_in_page .show_content .blog_ri{width: 100%;margin:20px 0 0 0;}
    .subbox_item{padding:25px 0;}
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: repeat(2,1fr);}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}

    h4.blog_category_title{display: none;}
}

@media (max-width:600px) {
    body.blog_page .main_part,body.blog_in_page .main_part{padding:50px 5%;}
    body.blog_page .car_title{margin-bottom: 35px;}
    .blog_list_ri::before{opacity: 1;}
}

@media (max-width:500px) {
    .subbox_item a{flex-direction: column;}
    .i_blog_le, .blog_list_le{width: 100%;max-width: 100%;}
    .blog_list_ri{width: 100%;}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr);}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { width: 100%;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #BBBDC0;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #3F4049; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.prod_part .i_prod_tit span::before {
    content: "PRODUCT";
    position: absolute;
    top: -45px;
    left: -60%;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #BBBDC0;
    letter-spacing: 3px;
    text-shadow: none;
    transform: translateX(-50%);
    z-index: -1;
}
body.car_page .main_part{padding:0 5% 140px 5%;}
body.car_page .show_content{max-width: 1400px;margin:auto;}
.total_amount{position: relative;}
.total_amount .send_simple{position: absolute;right:0;bottom:0;}
body.car_page .rewrite_simple,body.car_page .send_simple{padding:0;justify-content: center;align-items: center;}

body.car_page02 .main_part{ position: relative;padding: 140px 5%;}
body.car_page02 .main_part>img:nth-of-type(1) {
    position: absolute;
    top:0;
    left: 0;
    pointer-events: none;
    z-index: 20;
}
body.car_page02 .main_part>img:nth-of-type(2) {
    position: absolute;
    bottom:0;
    right: 0;
    pointer-events: none;
    z-index: 20;
}
body.car_page02 .car_title,
body.car_page02 .show_content{position: relative;z-index: 50;}

.form label{min-width: 50px;display: flex;align-items: center;white-space: nowrap;margin:0;margin-right: 10px;}
.form label.Bigcheck{margin:0;}
.form label .inputbox{top:0;}
.form label.Bigcheck .inputbox{margin-left: 0;top: 5px;}

/*--購物車/外層---------------------------------------*/


/*外層版面*/
.product-wrapper{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.prod_info_clearfix{display: none;}
.product_page .navigation,.product_info_page .navigation{position: static;padding-right: 200px;}
.product_page .me_tp_features,.product_info_page .me_tp_features{display: flex;align-items: center;width: fit-content; position: absolute;top:50%;transform: translateY(-50%); right:45px;z-index: 9999;margin-bottom: 0;}
.product_page .me_tp_features a,.product_info_page .me_tp_features a{color:white;}
.product_page .box_search,.product_info_page .box_search {background-color: transparent; border-radius: 190px;border: 1px white solid;}
.product_page .box_search input[type=text],.product_info_page .box_search input[type=text]{width: 100%;background-color: transparent;height: 28px;border: none;
    color:white;font-size: 14px;font-weight: 300;  font-family: "Noto Sans TC", sans-serif; line-height: 120%;letter-spacing: 0.1em;background: url('../img/service_img065.png') no-repeat 17px center;padding-left: 43px;}
.box_search input[type=text]::placeholder{color:white;}
.shop_search_btn{width: 60px;height: 100%; background-color: #849BCC;font-size: 14px;letter-spacing: 0.1em;text-indent: 0.1em;font-family: "Noto Sans TC", sans-serif;font-weight: 300;padding:5px 5px 6px 5px;}
a.tp_btn_notice{width: 50px;height: 50px;border: 1px rgba(255,255,255,0.5) solid;border-radius: 150px;display: flex;justify-content: center;align-items: center;margin:0;}
a.tp_btn_cart{width: 50px;height: 50px;border: 1px rgba(255,255,255,0.5) solid;
    border-radius:150px;display: flex;flex-direction: column; 
    justify-content: center;align-items: center;position: relative;
    margin:0 10px;
    position: relative;
}
a.tp_btn_cart span{display: flex;justify-content: center;align-items: center; text-align: center;color:#000; font-size: 12px;font-weight: 400;line-height: 120%;text-align: center;
width: 25px;height: 25px;background-color: #fff;border-radius: 150px;position: absolute;top:-10px;right:-10px;}

/*  */
@media (max-width:1850px) {
    .product_page .navigation,.product_info_page .navigation{width: 80%;}
}
@media (max-width:1750px) {
    .product_page .navigation,.product_info_page .navigation{width: 100%;margin:0;padding-left: 20px;}
}
@media (max-width:1700px) {
    .product_page .me_tp_features, .product_info_page .me_tp_features{right: 20px;}
}
@media (max-width:1650px) {
    .product_page .navigation,.product_info_page .navigation{width: calc(100% -  120px);}
}
@media (max-width:1330px) {
    .product_page .me_tp_features,.product_info_page .me_tp_features{position: static;transform: unset;margin:20px 0 0 0;}
    .product_page .navigation,.product_info_page .navigation{width: 100%;padding:0;}
}
@media (max-width:1050px) {
    .product_page .me_tp_features, .product_info_page .me_tp_features{margin-bottom: 20px;}
}
@media (max-width:768px) {
    .product_page .me_tp_features, .product_info_page .me_tp_features{margin-bottom: 0;}
}
/*  */

.product_page .main_part,.product_info_page .main_part {position: relative;padding:140px 5%;}
.product_page .main_part>img:nth-of-type(1) {position: absolute;top:0;left: 0;z-index: 20;pointer-events: none;}
.product_page .main_part>img:nth-of-type(2) {position: absolute;bottom:0;right: 0;z-index: 20;pointer-events: none;}
.product_page .show_content {position: relative;z-index: 50; max-width: 1500px;width: 100%; margin:auto; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.product_page .products-list { max-width: 1171px;width: 100%;}
.product-layer-two { width: 200px; 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.active li a { color: #fff; border: unset;}


/**/
.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: #323C45;}
.product-layer-two li.active li:hover a { color: #323C45;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li { display: block;}

/*--購物車/內層---------------------------------------*/

.mobile_product_name { color: #323C45; font-size: 24px; text-align: center;}
.product_info_page .show_content{max-width: 1500px;width: 100%; margin:auto;}

/*次分類*/
.block { background: #323C45;}

/*按鈕顏色*/
.inquiry_a1 { background: #BBBDC0; transition: .5s;}
.inquiry_a2 { background: #658781; transition: .5s;}
.inquiry_a3 { background: #323C45; transition: .5s;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #222; transition: .5s;}
.lastaction { color: #fff; background-color: #BBBDC0; transition: .5s;}
.lastaction:hover { color: #fff; background-color: #222; transition: .5s;}
.nextaction { background-color: #323C45; transition: .5s;}
.nextaction:hover { color: #fff; background-color: #222; transition: .5s;}
.lastPage { background: transparent; border: 1px solid #323C45; color: #323C45; transition: all 0.3s;}
.lastPage:hover { color: #fff; background-color: #BBBDC0; border: 1px solid #BBBDC0; transition: all 0.3s;}

body.product_info_page .sidebarBtn form{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
body.product_info_page .inquiry_a2{
color: white;
    font-size: var(--f15);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.11em;
    text-indent: 0.11em;
    text-align: center;
    background-color: #849BCC;
    padding: 13px 10px;
    border-radius: 5px;
    margin-top: 0;
    width: 47.5%;
    transition: .5s;
}
body.product_info_page .inquiry_a2:hover{
    transition: .5s;
    background-color: #E97913;
}
body.product_info_page .product_info li span{
    display: block;
    color:#333333;
    font-size: var(--f15);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
}
body.product_info_page .product_info li .txt_box{
    color:#333333;
    font-size: var(--f14);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.04em;
    text-align: justify;
}
/*商品照輪播*/
/*..product_main { width: 100%;}*/
.product_pic h6 { display: none; color: #444;}
.product_pic #bx-pager .block { background: #444;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.product_info li .txt_box { color: #222222; width: 100%;}
.sidebarBtn .sp_price { color: #BBBDC0;}

/*區塊*/
.prod li { text-align: center;}
.prod li .prod-panel { margin: 20px 0 40px; text-align: justify;}


/*Q&A*/
/*li.prod-item:not(.is-active) { display: none;}隱藏*/
.qaform .breakF { background: transparent;}
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px;}/*驗證碼*/

/*相關推薦*/
.prod_related { background: transparent; text-align: center;background-color: #fff;padding:35px 5%;margin-bottom: 50px;}
.lastPage{margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    padding: 10px 10px;
    color: white;
    font-size: var(--f15);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    background-color: #323F7D;
    border: none;
    cursor: pointer;
    transition: .5s;}
.lastPage:hover{transition: .5s;background-color: #E97913;border: none;}
.prod_related h6{width: 100%;max-width: 100%;}
.prod_related h6 span::before{display: block; background: unset; color: #192153;font-size: 22px;font-weight: 700;line-height: 120%;letter-spacing: 0.05em;text-indent: 0.05em;text-align: center;margin-bottom: 35px;;}
ul.related_list { display: grid; grid-template-columns: repeat(4,1fr);grid-gap: 40px 3%; max-width: 1200px;margin:auto;margin-top: 50px;max-width: 1300px;margin:auto;}
.related_list li { padding: 12px 12px 32px 12px; overflow: hidden; width: auto;background-color: #F3F3F6;}
.related_list li a {background-color: transparent;padding:0;}

.related_list li a p { margin-top: 10px;color:#333;font-size: 13px;font-weight: 400;line-height: 120%;letter-spacing: 0.05em;text-indent: 0.05em;text-align: center;padding:5px 0 0 0;}

.bx-wrapper .bx-controls-auto{display: none;}
.product_main{padding:0;width: 63%;}
.product_pic{padding-left: 130px;}
.product_pic #bx-pager{padding: 0;}
.product_pic #bx-pager a{width: 100%;height: 0;padding-bottom: 100%; margin:5px 2px;}
.product_pic #bx-pager a:nth-of-type(1) {margin-top: 0;}
.product-layer-two li{padding:0;}
.product-layer-two li a {padding:10px 10px;color: #323F7D;font-size: var(--f18);font-weight: 600;line-height: 120%;letter-spacing: 0.05em;}
.product-layer-two > li > a {color: #323F7D; padding: 10px 0;font-weight: 600;border-bottom: 1px rgba(50, 63, 125, 0.2) solid;}
.product-layer-two > li ul li a{color:#333;font-size: var(--f15);font-weight: 600; padding:10px 0 10px 0;position: relative;transition: .5s;}
.product-layer-two > li ul li a::before{display: none;}
.product-layer-two > li ul li a::after{content:"";width: 0;height: 0;border-style: solid;border-width: 4px 0 4px 8px;border-color: transparent transparent transparent #E97913;position: absolute;left: 0;top:50%;transform: translateY(-50%);opacity: 0;transition: .5s;}
.product-layer-two > li ul li a:hover{transition: .5s;color:#323F7D; padding-left: 15px;}
.product-layer-two > li  ul li a:hover::after{transition: .5s;opacity: 1;}
.product-layer-two li:hover > a { color: #323F7D;}
.product-layer-two li.active > a { color: #fff; border: none;}
.product-layer-two li:hover > a:before { background: #323C45; color:#fff;}
.product-layer-two li.active > a:before { background: #fff; color:#323C45;}
.product-layer-two > li.active {border-radius: 0;padding:10px;background-color: #323F7D;}
.product-layer-two > li.active a{border-bottom: 1px #fff solid; padding:10px 5px;}
.product-layer-two > li.active ul li a:hover{transition: .5s;color:white;}
.product-layer-two > li.active ul li a{color:white;padding-left: 15px;border:none;}
.product-layer-two > li.active ul li a::after{opacity: 1;}
.products-list .name {  font-weight: 600; font-size: 16px; height: 51px;}
.products-list .more { border: 1px solid;color: #333;font-size: 13px; font-weight:400;line-height: 120%; border: 1px rgba(51, 51, 51, 0.22) solid;
letter-spacing: 0.15em;text-indent: 0.15em;text-align: center;padding:7px 5px;margin-top: 20px;}
.products-list .item a:hover .more { background: #32407D;color: #fff;border-color: #10181A;}
.products-list .price b{color:#333; font-size: var(--f14);letter-spacing: 0.05em;}
.products-list .price b.sp_price{color:#E97913; font-size: var(--f24);letter-spacing: 0.05em;}
.product_info li span,.product_info li .txt_box{display: inline;}
.products-list h4{display: flex;justify-content: center;align-items: center;position: relative;width: 36px;height: 36px;border: 1px #CECEBF solid;border-radius: 150px;margin: 0 0 0 auto;;}
.products-list h4 img:nth-of-type(2) {position: absolute;opacity: 0;}
.products-list h4.click_heart img:nth-of-type(1){opacity: 0;}
.products-list h4.click_heart img:nth-of-type(2){opacity: 1;}
.amountNum{text-align: center;padding:10px;}
.half_box ul li{color:#333;font-size: var(--f16);font-weight: 500;line-height: 120%;letter-spacing: 0.05em;}
.qaform{margin-bottom: 0;width: 100%;}
.qaform .breakF{border:none;border-bottom: 1px #ccc solid;outline: none;color:#333;font-size: 16px;font-weight: 400;line-height: 120%;margin:5px 0 0 0;}
.lastaction{background-color: #000;color: white;font-size: var(--f15);font-weight: 400;line-height: 160%;padding:15px 10px 15px 50px;}
.nextaction{background-color: #323F7D;color: white;font-size: var(--f15);font-weight: 400;line-height: 160%;padding:15px 10px 15px 50px;}
.lastaction:hover,.nextaction:hover{transition: .5s;background-color: #E97913;}


body.product_info_page ul.prod li+li{
    margin-top: 40px;
}
body.product_info_page .lastPage{margin-bottom: 140px;}
ul.prod li h3.prod-thumb { background: unset; color: #222222;font-size: var(--f17);
font-weight: 600;line-height: 120%;letter-spacing: 0.05em;text-indent: 0.05em;text-align: center;border-bottom: unset; padding: 0px 0px 15px; display: block;border-bottom: 1px rgba(34, 34, 34, 0.22) solid;}
ul.prod li .prod-panel{color:#333333;font-size: var(--f14);font-weight: 400;line-height: 200%;letter-spacing: 0.04em;text-indent: 0.04em;text-align: center;margin-bottom: 0;}
.toShare{border: unset;margin-top: unset;}
.sidebarBtn{border: none;width: 31.5%;padding:40px 35px;}
.sidebarBtn h2{color:#1A2254;font-size: var(--f22);font-weight: 700;line-height: 120%;letter-spacing: 0.05em;padding-bottom: 10px;
border-bottom: 1px rgba(68, 64, 80, 0.2) solid;}
.sidebarBtn .price{border: unset;color: #FAC500;}
.sidebarBtn .price span{  
    display: inline-block;
    color:#333333;
    font-size: var(--f15);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;}
.sidebarBtn .price span:nth-of-type(1){
    padding-right: 10px;
}
.toShare b{color: #444;font-size: 16px;}
#number_area{
        display: block;
    color: #333333;
    font-size: var(--f15);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

body.product_info_page .sp_price {color:#E97913;font-size: var(--f30);font-weight: 700;line-height: 120%;letter-spacing: 0.05em;margin:5px 0 0 0;}
.sidebarBtn .ori_price {color:#333333;font-size: var(--f15);font-weight: 700;line-height: 120%;letter-spacing: 0.05em;text-decoration: line-through;}
.cart_btn{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
#add_to_cart{margin-top: 0;}
#add_to_cart,.add_to_cart02{color:white;font-size: var(--f15);font-weight: 300;line-height: 120%;letter-spacing: 0.11em;text-indent: 0.11em;text-align: center;
padding:13px 10px;background-color: #32407D;border-radius: 5px;width: 47.5%;}
.add_to_cart02{background-color: #849BCC;}
#add_to_cart:hover,.add_to_cart02:hover{transition: .5s;background-color: #E97913;}
.toShare{margin-top: 40px;padding-top: 25px;border-top: 1px rgba(68, 64, 80, 0.2) solid;}
.toShare a{position: relative;bottom:-3px;}

.sidebarBtn>h4{display: flex;justify-content: center;align-items: center;position: relative;width: 36px;height: 36px;border: 1px #CECEBF solid;border-radius: 150px;margin: 0 0 0 auto;margin-top: 20px;cursor: pointer;}
.sidebarBtn>h4 img:nth-of-type(2) {position: absolute;opacity: 0;}
.sidebarBtn>h4.click_heart img:nth-of-type(1){opacity: 0;}
.sidebarBtn>h4.click_heart img:nth-of-type(2){opacity: 1;}

.carImgSwip{position: relative;}
.carImgSwip .swiper-pagination{padding:0;color:#fff;}
/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media (max-width:1600px) {
    .product_page .products-list{max-width: calc(100% - 260px);}
}
@media (max-width:1500px) {
    .product_pic #bx-pager{width: 13%;}
    .product_pic{padding-left: 16%;}
}
@media (max-width:1366px) {
    .product_pic #bx-pager a{width: 100%;height: 0;padding-bottom: 100%;}
}
@media screen and (max-width: 1200px) { 
    .products-list { grid-template-columns: repeat(3,1fr);}
    .product_page .main_part,.product_info_page .main_part{padding:100px 5%;}
    body.car_page .main_part{padding:0 5% 100px 5%;}
    body.product_info_page .lastPage{margin-bottom: 100px;}
    body.car_page02 .main_part{padding:80px 5%;}
}
@media (max-width:1100px) {
    .product_main{width: 66%;}
    .sidebarBtn{padding:30px 20px;}
}
@media (max-width:1050px) {
    .product_page .navigation, .product_info_page .navigation{padding:20px;}
}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media (max-width:1000px) {
    .product-wrapper{flex-direction: column;}
    .product_main{width: 100%;margin-bottom: 50px;}
    .sidebarBtn{width: 100%;max-width: 100%;margin-bottom: 50px;}
    body.product_info_page .product_pic .bx-wrapper{position: static;padding:0;}
    body.product_info_page .lastPage{margin-bottom: 50px;}
}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .product_page .products-list { order: -1;}
    .product_page .products-list{
        max-width: 100%;
    }
    .prod_related{padding-bottom: 50px;}
    ul.related_list{grid-template-columns: repeat(2,1fr);}
    .cart_content{text-align: center;}
}
@media screen and (max-width: 600px) { 
    .product_page .main_part,.product_info_page .main_part{padding:80px 5%;}
    body.car_page .main_part{padding:0 5% 80px 5%;}
    .related_list { grid-template-columns: repeat(2,1fr);}
    .lastaction,.nextaction{padding:15px 10px;width: 100%;margin:0;}
    .nextaction{margin:20px 0 0 0;}
    .product_pic #bx-pager{position: absolute;}
}
 @media (max-width:500px) {
    .product_page .main_part,.product_info_page .main_part{padding:50px 5%;}
    body.car_page .main_part{padding:0 5% 50px 5%;}
    ul.related_list{grid-template-columns: repeat(1,1fr);}
 }
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}
@media(max-width:360px) {
    body.car_page .rewrite_simple, body.car_page .send_simple{width: 45%;}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content { padding: 0 var(--p3); max-width: 1520px;}
.con_from{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--p100) 0;
}
.con_from .information_right { max-width: 950px;}
.contact_editbox { padding: 0;}
.con_but{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.con_but a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    height: 44px;
    border: 2px solid #333;
    border-radius: 100%;
    background: #fff;
    margin: 5px 10px 0 0;
    transition: all .4s;
}
.con_but a:last-child{
    margin-right: 0;
}
.con_but a:hover{
    background: #333;
}
.con_but a:hover img {
    -webkit-filter: grayscale(1) brightness(10);
}

/*標題*/
.blank_letter { color: #323C45;}


/*表格樣式*/
.contact_form li { padding: 0 0 20px 0; display: flex;
justify-content: space-between; align-items: center;}
.contact_form li.last{justify-content: flex-end;}
.contact_form li.last blockquote,
.contact_form li.last cite{width: 48.5%; max-width: 285px; border: none;}
.contact_form li.last blockquote{margin-right: 3%; background: #000; color: #fff;}
.contact_form li.last cite{background: #4184F3;}
.contact_form li .form__label {text-align: left; margin-left: 0;}
.contact_form li .form__insert{width: 100%; max-width: calc(100% - 100px);}
.contact_form li .form__insert input,
.contact_form li .form__insert textarea{width: 100%; border: 1px solid #CCC; padding: 8px 10px;}
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/

.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"] { margin: 0 10px;}/*複選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #39548B solid;}
.contact_le_map a { background: #323C45;}

@media screen and (max-width: 768px){
    .con_from{flex-direction: column;}
    .contact_content .information_left{margin-bottom: var(--p70);}
    .contact_content .information_right{padding: 0;}
}
@media screen and (max-width: 480px){
    .contact_form li{flex-direction: column;}
    .contact_form li.last{flex-direction: row;}
    .contact_form li .form__label,
    .contact_form li .form__insert{width: 100%; max-width: 100%;}
    .contact_form li .form__label{margin-bottom: 5px;}
}
@media screen and (max-width: 425px){
    .con_but a{min-width: 42px; height: 42px; margin-right: 8px;}
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}
@media screen and (max-width: 350px){
    .list_before li{letter-spacing: -.6px;}
}

/*影片*/
.video_main{
    margin: 0 auto var(--p70);
}
.video_top{
    max-width: 730px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin: 0 auto var(--p70);
}
.video_top p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 .6%;
    font-size: var(--f18);
    border-radius: 50px;
    border: 2px solid #EEE;
    background: #fff;
    line-height: 130%;
    width: calc(100% / 2 - 1%);
    max-width: 150px;
    transition: all .4s;
}
.video_top p:hover{
    background: var(--coM);
    border: 2px solid var(--coM);
}
.video_top p:hover a{
    color: #fff;
}
.video_list{
    margin:auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px 3%;
}
.video_list li>a{
    display: block;
    line-height: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.video_list li>a h6{
    position: relative;
    transition: .5s;
}
.video_list li>a h6 s {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: .5s;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.video_list li>a:hover h6 s{
    transition: .5s;
    background-color: rgba(0, 0, 0, 0.45);
}
.video_list li>a p{
    font-size: var(--f22);
    color: #111;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.03em;
    padding: 10px 0 var(--p30);
    position: relative;
}
.video_list li .line_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    transition: .5s;
}
.video_list li .line_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47.5%;
    color:white;
    line-height: 120%;
    text-align: center;
    padding:8px 10px;
    background-color: #32407D;
    transition: .5s;
    font-size: var(--f18);
    font-weight: 500;
}
.video_list li .line_link a:hover{
    transition: .5s;
    background-color: #0B103A;
}
.video_list li .line_link a img{margin-right: 10px;height: 20px !important;}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1200px) {
    .video_list{grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 900px) {
    .video_list{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 600px) {
    .car_title{margin-bottom: 35px;}
    .video_top{flex-wrap: wrap; justify-content: space-between;}
    .video_top p{width: 48.5%; max-width: unset; margin: 5px 0;}
    .video_list li>a h6 s img{width: 50px;}
 }
@media screen and (max-width: 425px) { 
    .video_list{grid-template-columns: repeat(1,1fr);}
}

/* 我要賣車 */
.car_set * {
    box-sizing: border-box;
    max-width: 100%;
}
.car_set {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    border: 0;
    text-decoration: none;
    overflow: hidden;
}
.car_set img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.car_set ul {
    padding: 0 0;
    margin: 0;
}
.car_set li {
    list-style: none;
}
.car_set h6,
.car_set h5,
.car_set h4,
.car_set h3,
.car_set h2 {
    margin: 0;
}
.car_set u {
    text-decoration: none;
}
.car_set p {
    margin: 0;
}
.car_set em,
.car_set i {
    font-style: normal;
}
.car_set a {
    text-decoration: none;
}
.car_set dd,
.car_set dt {
    margin: 0 0;
}
.car_set_key_word {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.animated15 {
    animation: none;
}
.car01 {
    padding: var(--p100) var(--p3) var(--p150);
    position: relative;
}
.car01>img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    pointer-events: none;
}
.car01>img:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    pointer-events: none;
}
.car02 {
    position: relative;
    z-index: 50;
}
.car_tit {
    margin-bottom: 80px;
}
.car_tit h5 {
    font-size: var(--f42);
    font-weight: bold;
    line-height: 130%;
    text-indent: 0.22em;
    text-align: center;
    color: #333;
    letter-spacing: .3rem;
}
.car_tit h5 u {
    color: #E97913;
}
.car_tit em {
    display: block;
    text-align: center;
    font-style: normal;
    color: #CCC;
    font-size: var(--f20);
    font-weight: 600;
    font-family: var(--fO);
    line-height: 130%;
    text-align: center;
    margin: 5px 0 0 0;
    font-weight: 500;
}
.car02 p {
    max-width: 500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 2.8%;
    margin-bottom: 70px;
}
.car02 p i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #323F7D;
    font-size: var(--f18);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 10px;
    cursor: pointer;
    transition: .5s;
}
.car02 p i:hover {
    transition: .5s;
    background-color: #323F7D;
    color: white;
}
.car02 p i.car_note {
    background-color: #323F7D;
    color: white;
    pointer-events: none;
}
.car_chice_01 {
    max-width: 1225px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 50;
    padding: 70px 70px 85px 70px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.car_chice_02 {
    width: 55.5%;
}
.car_form01,
.car_form02,
.car_form03 {
    display: none;
}
.car_all {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.car_left {
    width: 100%;
}
.car_left01 h4 {
    margin-bottom: 20px;
}
.car_left01 h4 b {
    color: #32407D;
    font-size: var(--f25);
    font-weight: 700;
    line-height: 120%;
}
.car_left01 h4 em {
    color: #FF0000;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    padding-left: 15px;
}
.car_left02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 8%;
}
.car_left02 li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px #CECEBF solid;
}
.car_left02 li p {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
    position: relative;
}
.car_left02 li p s {
    text-decoration: unset;
    color: #6D0B0C;
    position: absolute;
    left: -8px;
}
.car_box {
    width: calc(100% - 80px);
}
.car_box i {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 160%;
}
.car_box input {
    display: block;
    width: 100%;
    min-height: 29px;
    padding: 5px 10px;
    background-color: #F6F6F6;
    border: none;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.car_box02 {
    padding: 5px 0;
}
.car_box_all {
    width: calc(100% - 80px);
}
.car_box_all>div+div {
    margin-top: 10px;
}
.car_box_all .car_box {
    width: 100%;
}
.car_box_all .car_box input {
    background-color: transparent;
    padding: 0;
}
.car_left_ex {
    margin-top: 35px;
}
.car_form03 ul li:nth-of-type(5) .car_box {
    height: 100%;
}
.car_form03 ul li:nth-of-type(5) .car_box input{
    height: 100%;
}
.ma_buttom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
}
.ma_buttom input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    padding: 9px 10px 7px 10px;
    color: white;
    font-size: var(--f15);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    background-color: #000000;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.ma_buttom input:nth-of-type(n):hover {
    transition: .5s;
    background-color: #E97913;
}
.ma_buttom input:nth-of-type(2) {
    background-color: #32407D;
}
.car_right {
    width: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 80px 20px;
    background-color: var(--coM);
    border-radius: 15px;
}
.car_right h4 i {
    display: block;
    color: #fff;
    font-size: var(--f25);
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}
.car_right h4 a {
    display: block;
    text-align: center;
    position: relative;
    transition: .5s;
}
.car_right h4 a:hover::before {
    transition: .5s;
    opacity: 1;
}
.car_right h4 a::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px #32407D solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transition: .5s;
}
.car_right h4 a em {
    display: block;
    border: 1px #ccc solid;
    width: 135px;
    height: 135px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.car_right h4 a b {
    color: #fff;
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.car_right h4 a span {
    color: #fff;
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.car_right p {
    max-width: 260px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 40px;
}
.car_right p a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 150px;
    transition: .5s;
}
.car_right p a:hover {
    transition: .5s;
    transform: translateY(-5px);
}
.car_right p a img {
    width: 8px;
}
.car_right p a:nth-of-type(2) img {
    width: 25px;
}
.car_right p a:nth-of-type(3) img {
    width: 17px;
}
.car_right p a:nth-of-type(4) img {
    width: 22px;
}
/* 我要尋車 */
.ntr02 .car_left02 {
    grid-template-columns: repeat(1, 1fr);
}
.ntr02 .car_left02 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 7%;
}
.ntr02 .car_left02 li {
    align-items: center;
}
.ntr02 .car_left02 {
    grid-gap: 0;
}
.ntr02 .car_left02 li .car_box {
    width: calc(100% - 50px);
}
.ntr02 .car_left02 li .car_box input {
    /* background: transparent; */
    outline: none;
    padding: 0;
}
.ntr02 .car_left_ex li:nth-of-type(1) .car_box {
    width: calc(100% - 75px);
}
/* 我要自售 */
.ntr03 .car_left02 li .car_box {
    width: calc(100% - 75px);
}
.ntr03 .car_left02 li.car_box02 .car_box {
    width: 100%;
}
.ntr03 .car_left02 li .car_box_all em {
    display: block;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 160%;
    margin: 5px 0 0 0;
}
@media (max-width:1200px) {
    .car_chice_01 {
        padding: 50px 20px;
    }
}
@media (max-width:1100px) {
    .car_left02 {
        grid-gap: 40px 5%;
    }
}
@media (max-width:1050px) {
    .car_chice_02 {
        width: 58.5%;
    }
}
@media (max-width:990px) {
    .car_left02 {
        grid-gap: 40px 6%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}
@media (max-width:950px) {
    .car01 {
        padding: 100px 5%;
    }
}
@media (max-width:900px) {
    .car_tit {
        margin: 0 0 80px 0;
    }
}
@media (max-width:860px) {
    .car_chice_01 {
        flex-direction: column;
        padding: 50px 50px;
    }
    .car_chice_02,
    .car_right {
        width: 100%;
    }
    .car_right {
        margin: 50px 0 0 0;
        padding: 25px;
    }
}
@media (max-width:800px) {
    .car01 {
        padding: 80px 5%;
    }
}
@media (max-width:600px) {
    .car01 {
        padding: 50px 5%;
    }
    .car_tit {
        margin-bottom: 45px;
    }
    .car02 p {
        margin-bottom: 45px;
    }
    .car_chice_01 {
        padding: 50px 20px;
    }
    .ma_buttom {
        margin: 45px 0 0 0;
    }
}
@media (max-width:500px) {
    .ntr02 .car_left02 ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width:400px) {
    .car02 p {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .car_right p a {
        width: 36px;
        height: 36px;
    }
}


/* 首頁內容 */
.ibg01{
    padding: var(--p100) var(--p3);
}
.ibg01 article{
    max-width: 1500px;
    margin: 0 auto;
}
.ibg01 dl{
    max-width: 1425px;
}
.ibg01 dl dd{
    line-height: 0;
    align-self: stretch;
    overflow: hidden;
}
.ibg01 dl dd img{
    object-fit: cover;
    object-position: left;
    min-height: 100%;
}
.ibg01 dl dt{
    width: 560px;
    margin-left: var(--p3);
}
.ibg01 dl h4{
    font-size: var(--f18);
    color: var(--coS01);
    line-height: 180%;
}
.ibg01 dl h5{
    font-size: var(--f42);
    line-height: 140%;
}
.ibg01 dl h6{
    font-size: var(--f30);
    color: var(--coM);
    line-height: 180%;
    margin-bottom: var(--p30);
}
.ibg02 article{
    background: url(../img/ibg_02.jpg) no-repeat;
    background-size: cover;
    padding: var(--p70) 50px var(--p50);
    margin: 0 auto;
    border-radius: 30px;
    max-width: 1500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.ibg02 article:before{
    content: '';
    background: rgba(22,60,123,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.i_run0{
    max-width: 1225px;
    margin: 0 auto;
    overflow: hidden;
}
.i_run0 h5{
    font-size: var(--f42);
    color: #fff;
    margin-bottom: var(--p30);
    line-height: 140%;
}
.i_run0 h5 b{
    display: inline-block;
    font-family: var(--fO);
    font-size: var(--f20);
    margin-left: 20px;
    font-weight: 500;
    line-height: 140%;
}
.ind_ser{
    position: relative;
}
.i_run0 .swiper-slide{
    background: #fff;
    padding: var(--p30) var(--p3);
    border-radius: 20px;
    height: unset;
    overflow: hidden;
}
.i_run0 h6{
    font-size: var(--f20);
    line-height: 140%;
}
.i_run0 b{
    display: block; 
    color: var(--coS);
    font-size: var(--f18);
    line-height: 160%;
    margin: 0 0 15px;
}
.i_run0 .swiper-button-next{
    top: 55%;
    right: 2%;
    transform: translateY(-50%);
}
.i_run0 .swiper-button-prev{
    top: 55%;
    left: 2%;
    transform: translateY(-50%);
}
.all_swiper .swiper-button-next:after,
.all_swiper .swiper-button-prev:after,
.i_run0 .swiper-button-next:after,
.i_run0 .swiper-button-prev:after{
    display: none;
}
.ibg03{
    padding: var(--p100) var(--p3);
}
.ibg03 dl{
    max-width: 1500px;
    margin: 0 auto;
    align-items: flex-end;
}
.ibg03 dl dd{
    width: 717px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 10px;
}
.ibg03 dl dd i{
    display: block;
    width: fit-content;
    overflow: hidden;
}
.ibg03 dl dt{
    width: 729px;
    margin-left: var(--p3);
}
.ibg03 dl h4{
    font-size: var(--f42);
    line-height: 150%;
    color: var(--coM);
}
.ibg03 dl h4 b{
    display: inline-block;
    color: #CCC;
    font-size: var(--f20);
    font-family: var(--fO);
    line-height: 150%;
    font-weight: 500;
    margin-left: 20px;
}
.ibg03 dl h5{
    font-size: var(--f18);
    line-height: 180%;
    margin: 10px 0 var(--p50);
    font-weight: 500;
}
.ibg03 dl ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px var(--p3);
}
.ibg03 dl ul li{
    background: #fff;
    padding: var(--p30) 10%;
    border-radius: 20px;
    font-size: var(--f14);
    line-height: 160%;
    overflow: hidden;
}
.ibg03 dl ul h6{
    font-size: var(--f18);
    color: var(--coM);
    margin-bottom: 8px;
}
.ibg04 dl{
    align-items: flex-end;
}
.ibg04 dl dt{
    position: relative;
    padding: 0 15% 8% 0;
    margin-bottom: var(--p30);
    color: #fff;
    width: 1130px;
    z-index: 2;
    pointer-events: none;
}
.ibg04 dl dt ul{
    background: url(https://www.mingshicar.com/img/ibg_03.jpg) no-repeat center;
    background-size: cover;
    padding: var(--p100) var(--p3) clamp(6.25rem, 3.906rem + 11.72vw, 15.625rem);
}
.ibg04 dl dt ul li{
    width: fit-content;
    max-width: 400px;
    margin: 0 auto;
}
.ibg04 dl dt i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    max-width: 50vw;
} 
.ibg04 dl dt h4{
    font-size: var(--f42);
    line-height: 150%;
    margin-bottom: 20px;
}
.ibg04 dl dt h4 b{
    display: inline-block;
    color: #CCC;
    font-size: var(--f20);
    font-family: var(--fO);
    line-height: 150%;
    font-weight: 500;
    margin-left: 20px;
}
.ibg04 dl dt p span{
    display: inline-block;
}
.ibg04 dl dd{
    width: 905px;
    padding: 0 var(--p3) var(--p100) 0;
    margin-left: -6%;
    position: relative;
    z-index: 1;
}
.ibg04 dl dd:before{
    content: '';
    background: url(https://www.mingshicar.com/img/ibg_04.jpg) no-repeat center;
    background-size: cover;
    width: 133%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 6%;
}
.ibg04 dl dd section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-self: stretch;
    max-width: 694px;
}
.ibg04 dl dd section a{
    display: block;
    line-height: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ibg04 dl dd section a img{
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}
.ibg04 dl dd section a p{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: var(--f18);
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.ibg04 dl dd section a p span{
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.ibg04 dl dd section a:hover p{
    background: rgba(0,0,0,0);
    text-shadow: 0 0 8px #000;
}
.ibg04 dl dd figure{
    width: fit-content;
    margin: var(--p70) auto auto;
}
.ibg04 dl dd figure h6{
    font-size: var(--f18);
}
.ibg04 dl dd figure p{
    line-height: 160%;
    margin: 5px 0 var(--p30);
}
.ibg04 dl dd article{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.ibg04 dl dd article a{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    height: 42px;
    border: 2px solid #333;
    border-radius: 100%;
    background: #fff;
    margin: 5px 10px 0 0;
    transition: all .4s;
}
.ibg04 dl dd article a:hover{
    background: #333;
}
.ibg04 dl dd article a:hover img{
    -webkit-filter:grayscale(1) brightness(10);
}
@media (max-width:1024px) {
    .ibg01 dl,
    .ibg03 dl{flex-direction: column-reverse;}
    .ibg01 dl dt{margin: 0 auto var(--p70); width: 100%; max-width: 775px;}
    .ibg01 dl dd{text-align: center;}
    .i_run0 h5,
    .ibg03 dl h4{text-align: center;}
    .i_run0 h5 b,
    .ibg03 dl h4 b{display: block; margin: 0 auto;}
    .ibg03 dl h5{text-align: center;}
    .ibg03 dl dt{margin: 0 auto var(--p50);}
    .ibg03 dl dd{margin: 0 auto;}
    .ibg04 dl{flex-direction: column;}
    .ibg04 dl dt{margin: 0 auto calc(var(--p50)*-1)}
    .ibg04 dl dd{padding-left: var(--p3);}
    .ibg04 dl dd:before{width: 95%; height: 120%; top: unset; bottom: 0;}
}
@media (max-width:600px) {
    .ibg02 article{
        padding: var(--p70) 35px var(--p50);
    }
    .i_run0 .swiper-button-prev p,
    .i_run0 .swiper-button-next p{
        min-width: 35px;
        width: 35px;
        min-height: 35px;
        height: 35px;
    }
    .ibg04 dl dt{padding-right: 10%; margin: 0 auto calc(var(--p30)*-1)}
}
@media (max-width:480px) {
    .ibg03 dl ul{grid-template-columns: 1fr; gap: 15px;}
    .ibg03 dl ul li {padding: var(--p30) var(--p5);}
    .ibg04 dl dd:before{width: 100%;}
    .ibg04 dl dt {padding-right: 7%; margin: 0 auto;}
    .ibg04 dl dt i{max-width: 60vw;}
}
@media (max-width:400px) {
    .i_run0 .swiper-slide,
    .ibg04 dl dd section a{border-radius: 10px;}
    .ibg04 dl dt i{max-width: 65vw;}
    .ibg04 dl dd article a{margin-right: 7px;}
}