@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

.all_main * {
    box-sizing: border-box;
    max-width: 100%;
}
.all_main {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: "Noto Sans TC", sans-serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
    --frm01: "Montserrat", sans-serif;
    background-color: #F3F3F6;
}
.all_main img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.all_main ul {
    padding: 0 0;
    margin: 0;
}
.all_main li {
    list-style: none;
}
.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
    margin: 0;
}
.all_main u {
    text-decoration: none;
}
/*Animations*/
[data-animate-in] {
    opacity: 0;
    transition: transform 1.2s ease, opacity 1.2s 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(.3);
}
/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.2s ease, opacity 1.2s ease;
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}
.all_main p {
    margin: 0;
}
.all_main em,
.all_main i {
    font-style: normal;
}
.all_main a {
    text-decoration: none;
}
.all_main dd,
.all_main dt {
    margin: 0 0;
}
.all_main s {
    text-decoration: unset;
}
.all_main_key_word {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.animated15 {
    animation: none;
}
.all_main,
.paper_content {
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f25: 25px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
}
.paper_content{--frm01: "Montserrat", sans-serif;}
body{background-color: #F3F3F6;}
/* 預設---- */
/* 現有車款 */
.paper_content{padding:140px 5% 200px 5%;background-color: #F3F3F6;position: relative;min-height: 100vw;}
.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: 95px;position: relative;z-index: 50;}
.car_title p{color: #0B1039; font-size: var(--f36);font-weight: 500;line-height: 120%;letter-spacing: 0.022em;text-indent: 0.22em;text-align: center;}
.car_title p b{color: #E97B13;font-weight: 500;}
.car_title em{display: block;text-align: center;font-style: normal; color: #0B1039;font-size: var(--f25);font-weight: 600;font-family: var(--frm01);line-height: 120%;text-align: center;margin: 5px 0 0 0;}
body.other_page a.more_share_main{margin:0;width: 140px;max-width: 100%;}
/* 現有車款內頁 */
body.page_product_info .car_title{margin-bottom: 20px;}
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) {
    .all_main,.paper_content {
        --f36: 32px;
        --f30: 28px;
        --f28: 26px;
        --f25: 21px;
        --f24: 23px;
        --f22: 20px;
        --f20: 19px;
        --f18: 17px;
        --f16: 15px;
        --f15: 14px;
        --f14: 13px;
    }
}
@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) {
    .all_main,.paper_content {
        --f36: 28px;
        --f30: 26px;
        --f28: 24px;
        --f25: 19px;
        --f24: 19px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
    }
    .car_title{margin-bottom: 50px;}
}
@media (max-width:800px) {
    .all_main,.paper_content {
        --f36: 26px;
        --f30: 24px;
        --f28: 22px;
    }
    .paper_content{padding:80px 5% 100px 5%;}
}
@media (max-width:600px) {
    .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: transparent;}
.banner h5 { display: inline-block; position: relative;}
.banner h5::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #000;
}
.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: linear-gradient(135deg,  rgba(11,16,58,1) 0%,rgba(53,67,130,1) 53%,rgba(57,84,139,1) 100%);
}
.main_header_area .container { max-width: 100%;}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 250px; 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::before{
    content: '';
    height: 70px;
    width: 1px;
    background-color: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.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: #fff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    transition: .5s;
}
.stellarnav > ul > li > a::before,
.stellarnav > ul > li.has-sub > a::before{
    content:"";width: 100%;height: 100%;position: absolute;left: 0;bottom:0;z-index: -1;
    background: linear-gradient(to bottom,  rgba(57,84,139,1) 0%,rgba(11,16,58,1) 85%);opacity: 0; 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>li::before{content:"";width: 100%;height: 100%;position: absolute;left: 0;bottom:0;z-index: -1;
    background: linear-gradient(to bottom,  rgba(57,84,139,1) 0%,rgba(11,16,58,1) 85%);opacity: 0; transition: .5s;}
.stellarnav>ul>li:hover::before{opacity: 1;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: #fffffff2;width: calc(100% + 50px);}
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: 1px #39548B solid; margin-bottom: 0;}
.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 #39548B;}
/* .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: #101642;font-size: 16px;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: #39548B; transition: all 0.3s;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}

/*展開*/
.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 20px 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:30px 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 > ul > li > a::before{content: unset;}
    .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>ul>li:hover::before{display: none;}
    .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;}
    .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;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.frr01{background-color: #fff;}
.frr02_all{padding:65px 5% 130px 5%;}
.frr02{max-width: 1500px;margin:auto; display: flex;justify-content: space-between;align-items: center;}
.frr02>a{display: block;width: 190px;min-width: 190px;margin-right: 20px;}
.frr02 ul{ max-width: 1060px;width: 100%;display: flex;justify-content: space-between;}
.frr02 li{width: 35%;position: relative;}
.frr02 li b{display: block;color:#000000;font-size:var(--f20);font-weight: 600;line-height: 120%;letter-spacing: 0.08em;margin-bottom: 20px;}
.frr02 li:nth-of-type(1) {  width: 60%;}
.frr03{display: flex;justify-content: space-between;}
.frr03 h6{width: fit-content;}
.frr03 h6+h6{margin-left: 10px;}
.frr03 h6 a{display: block;color:#000000;font-size: var(--f16);font-weight: 400;line-height: 120%;letter-spacing: 0.05em;padding-left: 28px;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:#000000;font-size: var(--f16);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{border-top: 1px #DDDDDD solid;background: #fff;}
.frr_copy .copy{background: transparent;border: none;}
.frr_copy .copy,.frr_copy .copy a{color:#333333;}
/*側邊浮動按鈕*/
.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_all {padding: 65px 5% 100px 5%;}
    .frr02 ul{max-width: 600px; flex-direction: column;}
    .frr02 li:nth-of-type(n){width: 100%;}
    .frr02 li:nth-of-type(n+2){margin-top: 20px;}
}
@media (max-width:800px){
    .frr02_all {padding: 65px 5% 80px 5%;}
    .frr03{flex-direction: column;}
    .frr03 h6{width: 100%;}
    .frr03 h6+h6{margin:12px 0 0;}
}
@media (max-width:600px){
    .frr02_all {padding: 50px 5%;}
    .frr02{flex-direction: column;align-items: flex-start;}
    .frr02>a{margin:0;margin-bottom: 40px;}
}
@media screen and (max-width: 425px) { 
}
@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:135px 5%;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: 1385px;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:black;}
/* = = = 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 { max-width: 1200px;}
.contact_content .information_right { max-width: 1200px;}
.contact_editbox { padding: 0;}

/*標題*/
.blank_letter { color: #323C45;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li { padding: 0 0 20px 0;}
.contact_form li .form__label { width: 100%; text-align: left; margin-left: 0; margin-bottom: 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;}
.contact_form li.last cite {background: #323C45;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .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%;}
}

/*影片*/
.video_main{
    margin: auto;
}
.video_top{
    max-width: 730px;
    margin:auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px 10px;
    margin: auto;
    margin-bottom: 45px;
}
.video_top p{
    padding: 10px;
    border-radius: 500px;
    border: 3px solid #323F7D00;
    cursor: pointer;
}
.video_top p:hover{
    border: 3px solid #32407D;
}
.video_list{
    max-width: 1310px;
    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(--f16);
    color: #444444;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.03em;
    padding: 20px 0;
    position: relative;
}
.video_list li .line_link{
    background-color: #32407D;
    border-radius: 5px;
     transition: .5s;
}
.video_list li .line_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding:8px 10px;
    transition: .5s;
}
.video_list li .line_link:hover{
    transition: .5s;
    background-color: #0B103A;
}
.video_list li .line_link a img{margin-right: 10px;}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


@media screen and (max-width: 1200px) {
    .video_list{grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 900px) {
    .video_top{grid-template-columns:repeat(3,1fr);}
    .video_list{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 600px) {
    .car_title{margin-bottom: 35px;}
    .video_list li>a h6 s img{width: 50px;}
 }
@media screen and (max-width: 425px) { 
    .video_top p{width: 100%} 
    .video_top {
        grid-template-columns: repeat(2, 1fr);
    }
    .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;
    font-family: "Noto Sans TC", sans-serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
    --frm01: "Montserrat", sans-serif;
    background-color: #F3F3F6;
}
.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;
}
.car_set {
    --f40: 40px;
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f25: 25px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f15: 15px;
    --f14: 14px;
}
.car01 {
    padding: 130px 5%;
    background-color: #F3F3F6;
    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 {
    color: #0B1039;
    font-size: var(--f36);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.022em;
    text-indent: 0.022em;
    text-align: center;
}
.car_tit h5 u {
    color: #E97913;
}
.car_tit em {
    display: block;
    color: #0B1039;
    font-size: var(--f25);
    font-weight: 600;
    font-family: var(--frm01);
    line-height: 120%;
    text-align: center;
    margin: 5px 0 30px 0;
}
.car02 p {
    max-width: 670px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 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;
}
.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: #F0F0F4;
    border-radius: 15px;
}
.car_right h4 i {
    display: block;
    color: #32407D;
    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: #464637;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.car_right h4 a span {
    color: #464637;
    font-size: var(--f16);
    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: #32407D;
    border-radius: 150px;
    transition: .5s;
}
.car_right p a:hover {
    transition: .5s;
    background-color: #0B1039;
    transform: translateY(-5px);
}
.car_right p a img {
    width: 8px;
    filter: brightness(100);
}
.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_set {
        --f40: 36px;
        --f36: 32px;
        --f30: 28px;
        --f28: 26px;
        --f25: 21px;
        --f24: 23px;
        --f22: 20px;
        --f20: 19px;
        --f18: 17px;
        --f16: 15px;
        --f15: 14px;
        --f14: 13px;
    }
    .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_set {
        --f40: 34px;
        --f36: 28px;
        --f30: 26px;
        --f28: 24px;
        --f25: 19px;
        --f24: 19px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
    }
    .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) {
    .car_set {
        --f40: 30px;
        --f36: 26px;
        --f30: 24px;
        --f28: 22px;
    }
    .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;
    }
}