@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC&family=Noto+Sans+TC:wght@100..900&family=Oswald:wght@200..700&display=swap');
/* -- reset module8 -- */
.edit,
.show_content,
.main_part { width: 100% !important; max-width: 100% !important; margin: auto !important; padding: 0px !important;}
.pageIndex .main_part { border:none !important; }
.path,
.banner { display:none;}
/* -- reset module8 end -- */


.hs_box * { line-height:150%; font-size:15px; border:0; outline:none; text-decoration:none; padding:0; margin:0; list-style:none; box-sizing:border-box; max-width:100%; font-family: '微軟正黑體'; 
-webkit-transition: ease .4s; -moz-transition: ease .4s; -ms-transition: ease .4s; -o-transition: ease .4s; transition: ease .4s;}
.hs_box{overflow: hidden;scroll-behavior: smooth;background-color: #fff;max-width: 2000px;margin: auto;}
.hs_box sub, .hs_box sup{vertical-align: unset;}
.hs_box i, .hs_box em , .hs_box dfn , .hs_box var{font-style: normal;line-height: 0px;}/*斜線標籤轉正*/
.hs_box table{border-spacing: 0px;border-collapse: collapse;}
.hs_box table td{border: 1px solid #000;}
.hs_box img { max-width:100%;line-height: 0px;}
.hs_clear::before, .hs_clear::after { content:''; display: table; }
.hs_clear::after { clear: both;}
.hs_clear { zoom: 1; }

/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 1.6s ease, opacity 1.6s ease;}
[data-animate-in="up"] { transform: translate3d(0, 10px, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-5%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(5%, 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="rotateIn"] {transform: scale(.3) rotate(-10deg);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0) rotate(0deg); -webkit-transform:translate3d(0,0,0) rotate(0); transition: transform .8s ease, opacity .8s ease;}
.fade-in { opacity: 0; transition: opacity .5s ease; }
/*Animations-end*/

/*關鍵字*/
.key_words{height: 0; max-height: 0; overflow: hidden;}
.key_words h2, .key_words h3, .key_words h4, .key_words h5, .key_words h6{color: rgba(255,255,255,.0);}

    .edit_part {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .hs_box{
        padding: 5px;
        --f80:80px;
        --f40:40px;
        --f30:30px;
        --f25:25px;
        --f20:20px;
        --f18:18px;
        --colormain:#F99D12;
        --colormainlight:rgba(249, 157, 18, .2);
        --colorsub:#FBC600;
        --colortext:#444444;
    }

    /*共通*/
    .mg_entitle{
        font-size: var(--f80);
        color: var(--colormainlight);
        line-height: 100%;
        font-weight: 500;
        font-family: 'Oswald';
    }
    .mg_entitle s{
        display: inline-block;
        font-size: var(--f80);
        color: var(--colormainlight);
        line-height: 100%;
        font-weight: 500;
        font-family: 'Oswald';
    }
    .mg_chtitle{
        font-size: var(--f40);
        color: var(--colormain);
        line-height: 120%;
        font-weight: bold;
        margin: -1.5vw 0 0;
    }

    /*表單樣式*/
    .car_ytvieo{
        width: clamp(0px, 90%, 1355px);
        margin: 50px auto;
    }
    .car_ytvieo > iframe{
        height: clamp(320px, 60vw, 755px);
    }
    .ma_eform{
        margin: 30px auto 0;
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        column-gap: 5%;
        row-gap: 30px;
    }
    .ma_eform_radio{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .ma_eform_radio p{
        margin: 10px 10px 0 0;
    }
    .ma_eform_radio h4:nth-of-type(1){
        width: 100%;
        margin: 10px 0 0;
    }
    .ma_eform input[type="text"] {
        width: 100%;
        border: 1px solid #aaa;
        text-decoration: none;
        outline: none;
        height: 30px;
    }
    .ma_eform h4 {
        color: var(--colortext);
        font-size: var(--f20);
        line-height: 120%;
        letter-spacing: 0.1em;
        position: relative;
        z-index: 1;
        margin: 10px 0;
        font-weight: bold;
    }
    .ma_eform h4 s{
        display: inline-block;
    }
    .ma_eform_inp h4::before {
        content: "*";
        color: #BD2000;
        font-size: 13px;
        font-weight: bold;
        line-height: 120%;
        letter-spacing: 0.1em;
        position: absolute;
        top: 5px;
        left: -9px;
    }
    .ma_eform input[type="upload"] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 74px;
        height: 25px;
        background-color: #CCCCCC;
        text-decoration: none;
        border: none;
        color: #000000;
        font-size: 15px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        text-align: center;
        margin-left: 5px;
        cursor: pointer;
        transition: 0.5s;
    }
    .ma_eform input[type="upload"]:hover {
        transition: 0.5s;
        transform: scale(1.1);
    }
    .ma_eform u {
        display: block;
        color: var(--colortext);
        font-size: 15px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.1em;
        margin: 10px 0 0;
    }
    .ma_eform_l ul li{
        display: inline-block;
        width: 250px;
        margin: 0 0 10px;
    }
    .ma_eform .noneed::before{
        content: unset;
    }

    .ma_buttom{
        max-width: 500px;
        margin: 50px auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 20px;
    }
    .ma_buttom input[type="reset"] {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: var(--f20);
        font-weight: bold;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        background-color: #221714;
        text-align: center;
        text-decoration: none;
        outline: none;
        border: 1px #22171400 solid;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 10px;
        padding: 15px;
    }

    .ma_buttom input[type="reset"]:hover {
        transition: 0.5s;
        background-color: var(--colormainlight);
        color: #221714;
    }

    .ma_buttom input[type="submit"] {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: var(--f20);
        font-weight: bold;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        background-color: var(--colorsub);
        border: 1px var(--colorsub) solid;
        text-align: center;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        transition: 0.5s;
        border-radius: 10px;
        padding: 15px;
    }

    .ma_buttom input[type="submit"]:hover {
        transition: 0.5s;
        background-color: #000;
        color: #fff;
    }
    /*--------------------------------------*/

    @keyframes runimg {
        0%{background-position: 0px;}
        100%{background-position: -4000px;}
    }
    /*----------------------------------------*/

    /*首頁*/
    .mgi_a{
        padding: calc(1vw + 70px) 5%;
        position: relative;
        z-index: 1;
    }
    .mgi_a > img{
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: -1;
        width: clamp(120px, 30vw, 870px);
    }
    .mgi_a > section{
        text-align: center;
    }
    .mgi_a01{
        max-width: 1500px;
        margin: calc(1vw + 50px) auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
    .mgi_a01 dl{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 5%;
        background-color: #fff;
        box-shadow: 0 0 4px 4px #eeeeeeb2;
        transform: skew(-5deg);
    }
    .mgi_a01 dl dt{
        min-width: fit-content;
        margin: 0 8px 0 0;
        transform: skew(5deg);
    }
    .mgi_a01 dl dt img{
        width: clamp(70px, 5vw, 105px);
    }
    .mgi_a01 dl dd{
        transform: skew(5deg);
    }
    .mgi_a01 dl dd h4{
        font-size: var(--f25);
        color: var(--colormain);
        line-height: 120%;
        font-weight: bold;
    } 
    .mgi_a01 dl dd p{
        font-size: var(--f20);
        color: var(--colortext);
        line-height: 120%;
        font-weight: bold;
    }

    .mgi_b{
        width: clamp(0px, 90%, 1355px);
        margin: auto;
    }
    .mgi_b > iframe{
        height: clamp(320px, 60vw, 755px);
    }

    .mgi_c{
        padding: calc(2vw + 70px) 5% calc(2vw + 70px) 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .mgi_c > img{
        position: absolute;
        top: 70px;
        right: 5%;
        z-index: -1;
        width: clamp(100px, 30vw, 550px);
    }
    .mgi_c > i{
        display: block;
        position: relative;
        z-index: 1;
    }
    .mgi_c > i::after{
        content: '';
        width: 95%;
        height: 100%;
        background-color: var(--colorsub);
        opacity: .2;
        position: absolute;
        top: -15px;
        left: 0px;
        z-index: -1;
    }
    .mgi_c_right{
        width: 710px;
        margin: 0 0 0 50px;
    }
    .mgi_c_right > p{
        font-size: var(--f20);
        color: var(--colortext);
        letter-spacing: 0.08em;
        margin: 10px 0 0;
    }
    .mgi_c_right ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        margin: 30px 0 50px;
    }
    .mgi_c_right ul li{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        font-size: var(--f30);
        letter-spacing: 0.08em;
        color: var(--colortext);
    }
    .mgi_c_right ul li::before{
        content: '';
        min-width: 33px;
        height: 23px;
        background: url(../images/index/mgi_icon09.png);
        background-position: center;
        background-size: cover;
        margin: 0 5px 0 0;
    }
    .mgi_c_right section{
        display: flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .mgi_c_right section a{
        display: block;
        background-color: var(--colorsub);
        padding: 40px 15px;
        margin: 0 20px 20px 0;
        width: 305px;
    }
    .mgi_c_right section a b{
        display: block;
        max-width: fit-content;
        border-bottom: 1px solid var(--colortext);
        color: var(--colortext);
        font-size: var(--f30);
        letter-spacing: 0.08em;
        margin: auto;
    }
    .mgi_c_right section a s{
        font-weight: bold;
        display: block;
        font-size: var(--f20);
        line-height: 120%;
        color: var(--colortext);
    }
    .mgi_c_right section a:hover{
        background-color: var(--colormainlight);
    }

    .mgi_d{
        padding: 50px 5% calc(2vw + 70px);
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .mgi_d > img{
        position: absolute;
        bottom: 20px;
        right: 15px;
        z-index: -1;
        width: clamp(100px, 40vw, 750px);
    }
    .mgi_d_top{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1500px;
        margin: calc(1vw + 30px) auto;
    }
    .mgi_d_top a{
        color: #000;
        font-size: var(--f30);
        line-height: 150%;
        display: block;
        margin: 5px;
        padding: 0 0 8px;
        position: relative;
        z-index: 1;
        font-weight: bold;
    }
    .mgi_d_top a::after{
        content: '';
        width: 50px;
        height: 5px;
        background-color: var(--colormain);
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .4s;
    }
    .mgi_d_top a:hover::after{
        opacity: 1;
        transition: all .4s;
    }
    .mgi_d_videolist{
        max-width: 1600px;
        margin: 0 auto calc(1vw + 30px);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .mgi_d_videolist li a{
        display: block;
        line-height: 0px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .mgi_d_videolist li a img{
        width: 100%;
        max-width: 100%;
    }
    .mgi_d_videolist li a section{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 85%;
        height: 85%;
        background-color: rgba(0, 0, 0, .5);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        transition: all .4s;
    }
    .mgi_d_videolist li a section::before{
        content: '';
        width: 40px;
        height: 40px;
        border-radius: 500px;
        background: url(../images/index/mgi_icon10.png);
        background-position: center;
        background-size: cover;
    }
    .mgi_d_videolist li a section::after{
        content: 'Read More';
        font-size: var(--f18);
        color: #fff;
        line-height: 120%;
    }
    .mgi_d_videolist li a:hover section{
        opacity: 1;
        transition: all .4s;
    }
    .mgi_d > a{
        max-width: 245px;
        margin: auto;
        display: block;
        text-align: center;
        background-color: var(--colorsub);
        padding: 5px 10px;
        font-size: var(--f30);
        font-weight: bold;
        color: #000;
    }
    .mgi_d > a:hover{
        background-color: var(--colormainlight);
    }
    .mgi_e{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    .mgi_e dl{
        width: 25%;
        margin: 0 15px 0 0;
        position: relative;
        z-index: 1;
        background-color: var(--colorsub);
        padding: calc(2vw + 50px) 0 calc(3vw + 50px) 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mgi_e dl::after{
        content: '';
        position: absolute;
        top: 0px;
        left: 99%;
        background-color: var(--colorsub);
        height: 100%;
        width: 65px;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }
    .mgi_e dl dd{
        max-width: fit-content;
        margin: 0 0 0 auto;
    }
    .mgi_e dl dd > section{
        position: relative;
        z-index: 1;
    }
    .mgi_e dl dd > section h4{
        color: #fff;
        opacity: .2;
    }
    .mgi_e dl dd > section b{
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0px;
        z-index: 10;
        transform: translateY(-50%);
        margin: 0px;
    }
    .mgi_e dl dd > a{
        display: block;
        max-width: 220px;
        text-align: center;
        margin: calc(2vw + 20px) 0 0;
        font-weight: bold;
        font-size: var(--f30);
        color: #fff;
        line-height: 120%;
        border: 2px solid #fff;
        border-radius: 500px;
        padding: 5px ;
    }
    .mgi_e dl dd > a:hover{
        background-color: #fff;
        color: var(--colormain);
        border-color: var(--colormain);
    }
    .mgi_e > i{
        display: block;
        width: calc(75% - 15px);
        background: url(../images/index/mgi_img01.png);
        background-position: center;
        background-size: cover;
        animation: runimg 100s infinite linear;
        height: 535px;
    }

    .mgi_f{
        width: 100%;
        padding: calc(1vw +70px) 0;
    }
    .mgi_f01{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 10px;
        text-align: center;
        margin: 40px auto;
    }
    .mgi_f01 > a{
        display: block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-image: url(../images/index/mgi_img02.jpg);
        background-position: center;
        background-size: cover;
        height: clamp(200px, 30vw, 440px);
    }
    .mgi_f01 > a:nth-of-type(2){
        background-image: url(../images/index/mgi_img03.jpg);
    }
    .mgi_f01 > a:nth-of-type(3){
        background-image: url(../images/index/mgi_img04.jpg);
    }
    .mgi_f01 > a:nth-of-type(4){
        background-image: url(../images/index/mgi_img05.jpg);
    }
    .mgi_f01 > a:nth-of-type(5){
        background-image: url(../images/index/mgi_img06.jpg);
    }
    .mgi_f01 > a:nth-of-type(6){
        background-image: url(../images/index/mgi_img07.jpg);
    }
    .mgi_f01 > a h4{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--f25);
        color: #fff;
        width: 100%;
        height: 20%;
        padding: 15px;
        background-color: #10181B;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mgi_f01 > a:hover h4{
        background-color: rgba(16, 24, 27, .8);
        bottom: 50%;
        height: 40%;
        width: 50%;
        transform: translateX(-50%) translateY(50%);
    }

    .mgi_g{
        text-align: center;
        padding: calc(1vw + 70px) 5%;
    }
    .mgi_g img{
        max-width: 100%;
        object-fit: cover;
        height: clamp(300px, 40vw, 800px);
    }
    .mgi_g .mySwiper2{
        max-width: 1400px;
        margin: 50px auto 0;
        position: relative;
        z-index: 1;
    }
    .mgi_g .swiper-wrapper{
        height: unset !important;
    }
    .mgi_g .mySwiper2 .swiper-pagination1{
        position: absolute;
        bottom: 15px;
        left: 0px;
        z-index: 100;
    }
    .mgi_g .mySwiper2 .swiper-pagination-bullet{
        width: 40px;
        height: 5px;
        background-color: #fff;
        border-radius: unset;
        opacity: 1;
    }
    .mgi_g .mySwiper2 .swiper-pagination-bullet-active{
        background-color: var(--colorsub);
    }

    .mgi_h{
        padding: 30px 5% 70px;
    }
    .mgi_h section{
        text-align: center;
    }
    .mgi_h_list{
        max-width: 1600px;
        margin: 50px auto 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px 30px;
        align-items: stretch;
        align-content: stretch;
        font-family: '微軟正黑體';
    }
    .mgi_h_list li{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        box-shadow: 0 0 4px 4px #ececec;
    }
    .mgi_h_list li .car_brief h4 a{
        font-size: 20px;
        line-height: 120%;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0;
        letter-spacing: 0em;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        line-break: anywhere;
    }
    .mgi_h_list .car_b_info{
        color: #444;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0em;
        line-height: 120%;
        margin-top: 5px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        line-break: anywhere;
    }
    .mgi_h_list .car_b_tel{
        color: #444;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0em;
        line-height: 120%;
        margin-top: 5px;
    }
    .mgi_h_list .car_b_tel a{
        display: block;
        padding: 5px;
        margin: 15px 0 0;
        max-width: fit-content;
        border: 1px solid var(--colormain);
        font-size: 16px;
        font-weight: bold;
        color: var(--colormain);
    } 
    .mgi_h_list .car_b_tel a:hover{
        background-color: var(--colormain);
        color: #fff;
    }
    .mgi_h_list a.more_share_main{
        color: #8B859E;
        border: 1px solid #888;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: fit-content;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: bold;
        margin: -30px 0 0 auto;
    }
    .mgi_h_list a.more_share_main img{
        margin-right: 5px;
    }
    .mgi_h_list li .car_img{
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    .mgi_h_list li .car_img img{
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mgi_h_list li .car_img:hover img{
        transform: scale(1.05) translate(-50%, -50%);
    }
    .mgi_h_list li .car_brief{
        padding: 10px 5px;
    }
    .mgi_h_list li p.cars_price {
        color: #444;
        font-weight: bold;
        font-size: 22px;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 15px;
    }
    /*----------------------------------------*/

    /*品牌介紹*/
    .mab_a{
        text-align: center;
        padding: 70px 5%;
    }
    .mab_a01{
        max-width: 1400px;
        margin: auto;
        position: relative;
        z-index: 1;
    }
    .mab_aimg01{
        display: block;
        max-width: fit-content;
        margin: calc(1vw + 50px) auto;
    }
    .mab_aimg02{
        line-height: 0px;
    }

    .mab_b{
        padding: calc(1vw + 50px) 5%;
        width: clamp(0px, 90%, 1600px);
        margin: auto;
        border-radius: 30px;
        background-color: #F6F6F6;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .mab_b > img{
        position: absolute;
        top: -8vw;
        right: -5vw;
        z-index: -1;
        width: clamp(100px, 20vw, 445px);
    }
    .mab_b section{
        text-align: center;
        margin: 0 0 50px;
    }
    .mab_b figure{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        gap: 20px;
    }
    .mab_b figure a{
        display: block;
    }
    .mab_b figure a i{
        display: block;
        line-height: 0px;
        overflow: hidden;
        border-radius: 20px;
    }
    .mab_b figure a h4{
        font-size: var(--f30);
        margin: 15px 0 0;
        line-height: 120%;
        color: #000;
    }
    .mab_b figure a:hover img{
        transform: scale(1.03);
    }

    .mab_c{
        padding: calc(1vw + 70px) 5%;
        position: relative;
        z-index: 1;
    }
    .mab_c > img{
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: -1;
        width: clamp(120px, 30vw, 870px);
    }
    .mab_c > section{
        text-align: center;
    }
    .mab_c01{
        max-width: 1500px;
        margin: calc(1vw + 50px) auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
    .mab_c01 dl{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 5%;
        background-color: #fff;
        box-shadow: 0 0 4px 4px #eeeeeeb2;
        transform: skew(-5deg);
    }
    .mab_c01 dl dt{
        min-width: fit-content;
        margin: 0 8px 0 0;
        transform: skew(5deg);
    }
    .mab_c01 dl dt img{
        width: clamp(70px, 5vw, 105px);
    }
    .mab_c01 dl dd{
        transform: skew(5deg);
    }
    .mab_c01 dl dd h4{
        font-size: var(--f25);
        color: var(--colormain);
        line-height: 120%;
        font-weight: bold;
    } 
    .mab_c01 dl dd p{
        font-size: var(--f20);
        color: var(--colortext);
        line-height: 120%;
        font-weight: bold;
    }

    .mab_d{
        text-align: center;
        padding: 30px 5% calc(4vw + 70px);
        position: relative;
        z-index: 1;
    }
    .mab_d > img:nth-of-type(1){
        position: absolute;
        top: 55%;
        right: 5vw;
        z-index: -1;
        transform: translateY(-50%);
        width: clamp(70px, 50vw, 750px);
    }
    .mab_d > img:nth-of-type(2){
        position: absolute;
        bottom: -5vw;
        left: 5vw;
        z-index: -1;
        width: clamp(100px, 15vw, 250px);
    }
    .mab_d .mg_entitle{
        font-size: var(--f80);
        color: #10181B;
        opacity: .2;
        font-family: 'Oswald';
    }
    .mab_d .mg_chtitle{
        max-width: fit-content;
        margin: -15px auto 0;
        color: #10181B;
        border-bottom: 4px solid var(--colorsub);
    }

    .mab_e{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    .mab_e dl{
        width: 25%;
        margin: 0 15px 0 0;
        position: relative;
        z-index: 1;
        background-color: var(--colorsub);
        padding: calc(2vw + 50px) 0 calc(3vw + 50px) 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: fit-content;
    }
    .mab_e dl::after{
        content: '';
        position: absolute;
        top: 0px;
        left: 99%;
        background-color: var(--colorsub);
        height: 100%;
        width: 65px;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }
    .mab_e dl dd{
        max-width: fit-content;
        margin: 0 0 0 auto;
    }
    .mab_e dl dd > section{
        position: relative;
        z-index: 1;
    }
    .mab_e dl dd > section h4{
        color: #fff;
        opacity: .2;
    }
    .mab_e dl dd > section b{
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0px;
        z-index: 10;
        transform: translateY(-50%);
        margin: 0px;
    }
    .mab_e dl dd > a{
        display: block;
        max-width: 220px;
        text-align: center;
        margin: calc(2vw + 20px) 0 0;
        font-weight: bold;
        font-size: var(--f30);
        color: #fff;
        line-height: 120%;
        border: 2px solid #fff;
        border-radius: 500px;
        padding: 5px ;
    }
    .mab_e dl dd > a:hover{
        background-color: #fff;
        color: var(--colormain);
        border-color: var(--colormain);
    }
    .mab_e > i{
        display: block;
        width: calc(75% - 15px);
        background: url(../images/brand/mab_img06.png);
        background-position: center;
        background-size: cover;
        animation: runimg 100s infinite linear;
        height: 535px;
    }
    /*----------------------------------------*/


    /*檢測標準*/
    .mad_a{
        padding: 70px 5%;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .mad_a > img:nth-of-type(2){
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }
    .mad_a > img:nth-of-type(3){
        position: absolute;
        top: 70px;
        left: 60%;
        transform: translateX(50%);
        z-index: -1;
        width: clamp(120px, 15vw, 400px);
    }

    .mad_b{
        width: clamp(0px, 90%, 1355px);
        margin: auto;
    }
    .mad_b > iframe {
        height: clamp(320px, 60vw, 755px);
    }
    .mad_c{
        padding: 70px 5%;
    }
    .mad_c01{
        text-align: center;
        background: url(../images/detection/mgd_bg01.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 30px;
        padding: 50px 5%;
        max-width: 1570px;
        margin: auto;
        position: relative;
        z-index: 1;
    }
    .mad_c01 > img{
        position: absolute;
        bottom: 5vw;
        right: -10px;
        width: clamp(100px, 15vw, 238px);
        z-index: -1;
    }
    .mad_c01 ul{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1250px;
        margin: auto;
    }
    .mad_c01 ul li{
        width: calc(100%/3 - 4%);
        margin: 40px 2% 0;
    }

    .mad_d{
        text-align: center;
        padding: 0 5%;
        position: relative;
        z-index: 1;
    }
    .mad_d > img{
        position: absolute;
        bottom: -7vw;
        left: 5%;
        z-index: -1;
        width: clamp(100px, 15vw, 238px);
    }
    .mad_d > ul{
        max-width: fit-content;
        margin: 50px auto 0;
    }
    .mad_d > ul li:nth-of-type(2){
        display: none;
    }

    .mad_e{
        padding: 70px 5%;
    }
    .mad_e01{
        background: url(../images/detection/mgd_bg01.jpg);
        background-position: center;
        background-size: cover;
        text-align: center;
        border-radius: 30px;
        max-width: 1570px;
        margin: auto;
        padding: 50px 5%;
    }
    .mad_e01 ul{
        max-width: 1300px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
        text-align: center;
        margin: 50px auto 0;
    }
    .mad_e01 ul p{
        font-size: var(--f25);
        color: var(--colortext);
        line-height: 120%;
        margin: 10px 0 0;
        font-weight: bold;
    }

    .mad_f{
        padding: 0 5% 70px 5%;
    }
    .mad_f section{
        text-align: center;
    }
    .mad_f01{
        max-width: 1150px;
        margin: 70px auto 0;
        position: relative;
        z-index: 1;
    }
    .mad_f .mad_f01:nth-of-type(odd):before{
        content: '';
        width: 180px;
        height: 230px;
        background: url(../images/detection/mgd_oth02.png);
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 100%;
        left: 100%;
        z-index: -1;
    }
    .mad_f .mad_f01:nth-of-type(even)::before{
        content: '';
        width: 180px;
        height: 230px;
        background: url(../images/detection/mgd_oth03.png);
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 100%;
        right: 100%;
        z-index: -1;
    }
    .mad_f01 > b{
        display: block;
        font-size: var(--f80);
        color: var(--colormainlight);
        line-height: 100%;
        font-weight: normal;
        font-family: 'Oswald';
    }
    .mad_f01 > h4{
        max-width: fit-content;
        background-color: var(--colormain);
        padding: 5px 8px;
        color: #fff;
        font-weight: bold;
        font-size: var(--f40);
        margin: -10px 0 10px;
    }
    .mad_f01 > p{
        font-size: var(--f25);
        color: var(--colortext);
        letter-spacing: 0.08em;
        margin: 10px 0 20px;
    }
    .mad_f02{
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 70px 0 0;
        text-align: center;
    }
    .mad_f02 .mg_chtitle{
        margin: auto;
    }
    .mad_f02 > ul{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 50px auto 0;
    }
    .mad_f02 > ul li{
        padding: 10px;
    }
    /*----------------------------------------*/
    
    /*六大重點*/
    .map_a{
        padding: calc(1vw + 70px) 5%;
    }
    .map_a01{
        max-width: 1200px;
        margin: auto;
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
    .map_a01::after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 20px;
        left: 0px;
        background-color: #F7F7F7;
        border-radius: 20px;
        z-index: -1;
    }
    .map_a01 dl{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;    
    }
    .map_a01 dl dt{
        position: relative;
        z-index: 1;
        line-height: 0px;
    }
    .map_a01 dl dt s{
        font-size: var(--f80);
        color: var(--colormain);
        line-height: 100%;
        position: absolute;
        bottom: 0px;
        right: -2vw;
        font-family: 'Oswald';
        z-index: -1;
    }
    .map_a01 dl dd{
        width: 495px;
        margin: 0 20px;
    }
    .map_a01 dl dd h4{
        font-size: var(--f30);
        color: var(--colortext);
        line-height: 120%;
        border-bottom: 1px solid #000;
        padding: 0 0 5px;
        margin: 0 0 5px;
    }
    .map_a01 dl dd p{
        font-size: var(--f20);
        color: var(--colortext);
        font-weight: bold;
        letter-spacing: 0.06em;
    }
    .map_a01 dl:nth-of-type(even){
        flex-direction: row-reverse;
    }
    /*----------------------------------------*/

    /*我要估車*/
    .macp_a{
        padding: calc(2vw + 70px) 5%;
        position: relative;
        z-index: 1;
    }
    .macp_a > img{
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: -1;
        width: clamp(120px, 30vw, 800px);
    }
    .macp_a01{
        width: clamp(0px, 90%, 1355px);
        margin: auto;
    }
    .macp_a01 > iframe{
        height: clamp(320px, 60vw, 755px);
    }
    .macp_a02{
        max-width: 1115px;
        margin: 70px auto 0;
        background: url(../images/carform/macp_bg01.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        padding: 70px 5%;
    }
    .macp_a02 section{
        text-align: center;
        margin: 0 0 70px
    }
    .macp_a02 dl{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 730px;
        margin: 30px auto 0;
    }
    .macp_a02 dl dt{
        min-width: fit-content;
        position: relative;
        z-index: 10;
    }
    .macp_a02 dl dd{
        width: 100%;
        margin: 0 0 0 -2vw;
    }
    .macp_a02 dl dd h4{
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        border-bottom: 1px solid var(--colormain);
        padding: 0 0 0 10px;
    }
    .macp_a02 dl dd h4 s{
        font-size: var(--f40);
        color: var(--colormain);
        line-height: 120%;
        font-family: 'Oswald';
        margin: 0 8px 0 0;
    }
    .macp_a02 dl dd h4 b{
        font-size: var(--f25);
        color: var(--colormain);
        line-height: 120%;
    }
    .macp_a02 dl dd P{
        font-size: var(--f20);
        color: var(--colortext);
        letter-spacing: 0.06em;
        padding: 0 0 0 55px;
        font-weight: bold;
    }
    .macp_a02 dl dd P s{
        font-size: var(--f20);
        color: var(--colormain);
        letter-spacing: 0.06em;
        margin: 0 5px 0 0;
    }
    .macp_a02_a{
        max-width: 800px;
        margin: 50px auto 0;
        border: 1px solid var(--colormain);
        padding: 30px 5%;
        border-radius:30px;
    }
    .macp_a02_a figure{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
    }
    .macp_a02_a figure i{
        display: block;
        min-width: fit-content;
        margin: 0 15px 0 0;
    }
    .macp_a02_a figure p b{
        display: block;
        font-size: var(--f25);
        color: var(--colormain);
        letter-spacing: 0.05em;
        line-height: 120%;
        font-weight: bold;
    }
    .macp_a02_a figure p s{
        display: block;
        font-size: var(--f20);
        color: var(--colortext);
        letter-spacing: 0.05em;
        line-height: 120%;
        font-weight: bold;
    }

    .macp_b{
        text-align: center;
        padding: 0px 5% calc(4vw + 70px);
        position: relative;
        z-index: 1;
    }
    .macp_b > img:nth-of-type(1){
        position: absolute;
        top: -5vw;
        left: 5vw;
        z-index: -1;
        width: clamp(100px, 30vw, 700px);
    }
    .macp_b > img:nth-of-type(2){
        position: absolute;
        top: 55%;
        right: 5vw;
        z-index: -1;
        transform: translateY(-50%);
        width: clamp(70px, 50vw, 750px);
    }
    .macp_b h6{
        color: #10181A;
        opacity: .2;
        font-size: var(--f40);
    }
    .macp_b h6 s{
        display: inline-block;
        color: #10181A;
        font-size: var(--f40);
    }
    .macp_b h5{
        color: #000000;
        font-size: var(--f30);
        margin: -5px 0 0;
    }
    .macp_b h5 s{
        display: inline-block;
        color: #000000;
        font-size: var(--f30);
    }

    .macp_e{
        width: clamp(0px, 90%, 1200px);
        margin: 30px auto calc(1vw + 70px);
        padding: 50px 15px;
        border: 1px solid #AAAAAA;
    }
    .ma_eform{
        max-width: 1025px;
        margin: auto;
    }
    .macp_e > h4{
        font-size: var(--f40);
        color: var(--colortext);
        line-height: 120%;
        max-width: 1025px;
        margin: 0 auto 20px;
    }

    .mafi_a{
        padding: 0 5% 70px;
        position: relative;
        z-index: 1;
    }
    .mafi_a > img{
        position: absolute;
        bottom: 3vw;
        left: 5vw;
        z-index: -1;
        width: clamp(200px, 35vw, 760px);
    }
    .mafi_a dl{
        max-width: 1200px;
        margin: auto;
    }
    .mafi_a dl dd{
        max-width: 770px;
        margin: 0 0 0 auto;
    }
    .mafi_a dl dd h6{
        font-size: var(--f40);
        color: #000;
        opacity: .1;
        line-height: 120%;
        max-width: 600px;
    }
    .mafi_a dl dd h5{
        font-size: var(--f30);
        color: #000;
        line-height: 120%;
        max-width: 430px;
    }
    /*----------------------------------------*/

    @media (max-width: 1360px) {
        .hs_box{
            --f80:60px;
            --f40:30px;
            --f30:25px;
            --f25:22px;
            --f20:18px;
            --f18:17px;
        }

        /*首頁*/
        .mgi_a01{grid-template-columns: 1fr 1fr 1fr;max-width: 900px;}
        .mgi_c_right section a{padding: 30px 5%;}
        .mgi_h_list a.more_share_main{margin: 10px 0 0 auto;}
        /*----------------------------------------*/

        /*品牌介紹*/
        .mgb_c01{grid-template-columns: 1fr 1fr 1fr;max-width: 900px;}
        /*----------------------------------------*/

        /*檢測標準*/
        .mad_f .mad_f01:nth-of-type(odd):before{left: 90%;width: 85px;height: 100px;}
        .mad_f .mad_f01:nth-of-type(even):before{right: 90%;width: 85px;height: 100px;}
        .mad_e01 ul{grid-template-columns: 1fr 1fr 1fr;}
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/

        /*我要估車*/
        /*----------------------------------------*/
    }
    @media (max-width: 1024px) {
        /*首頁*/
        .mgi_c{flex-direction: column-reverse;padding: calc(2vw + 70px) 5%;}
        .mgi_c_right{margin: 0 0 30px;}
        .mgi_c_right section a{padding: 20px 5%;}
        .mgi_d_videolist{grid-template-columns: 1fr 1fr;}
        .mgi_h_list{grid-template-columns: 1fr 1fr 1fr;}
        /*----------------------------------------*/

        /*品牌介紹*/
        /*----------------------------------------*/

        /*檢測標準*/
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/
        
        /*我要估車*/
        .macp_a02 dl dd P{padding: 0 0 0 45px;}
        /*----------------------------------------*/
    }
    @media (max-width: 968px) {
        .hs_box{
            --f80:45px;
            --f40:25px;
            --f30:22px;
            --f25:20px;
            --f20:16px;
            --f18:16px;
        }

        /*共通*/
        .ma_eform{display: block;}
        .ma_eform h4 s{font-size: 13px;}
        /*---------------------------------------*/

        /*首頁*/
        .mgi_a01{grid-template-columns: 1fr 1fr;max-width: 550px;}
        .mgi_f01{grid-template-columns: 1fr 1fr;}
        .mgi_h_list{grid-template-columns: 1fr 1fr;}
        /*----------------------------------------*/

        /*品牌介紹*/
        .mab_b figure{grid-template-columns: 1fr 1fr;}
        .mgb_c01{grid-template-columns: 1fr 1fr;max-width: 550px;}
        /*----------------------------------------*/

        /*檢測標準*/
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/

        /*我要估車*/

        /*----------------------------------------*/
    }
    @media (max-width: 768px) {
        /*首頁*/
        .mgi_e{flex-direction: column;}
        .mgi_e > i{width: 100%;height: 400px;}
        .mgi_e dl{width: 100%;justify-content: center;padding: 30px 15px;}
        .mgi_e dl dd{margin: auto;}
        /*----------------------------------------*/

        /*品牌介紹*/
        .mab_e{flex-direction: column;}
        .mab_e > i{width: 100%;height: 400px;}
        .mab_e dl{width: 100%;justify-content: center;padding: 30px 15px;}
        .mab_e dl dd{margin: auto;}
        /*----------------------------------------*/

        /*檢測標準*/
        .mad_c01 ul li{width: calc(100%/2 - 4%);}
        .mad_f02 > ul{flex-direction: column;align-items: center;}
        /*----------------------------------------*/

        /*六大重點*/
        .map_a01{padding: 0 10px;}
        .map_a01 dl,
        .map_a01 dl:nth-of-type(even){flex-direction: column;}
        .map_a01 dl dd{margin: 30px auto 0;max-width: 400px;width: 100%;}
        .map_a01 dl dt s{z-index: 10;}
        /*----------------------------------------*/

        /*我要估車*/
        /*----------------------------------------*/
    }
    @media (max-width: 600px) {
        .hs_box{
            --f80:35px;
            --f40:22px;
            --f30:18px;
            --f25:18px;
            --f20:16px;
            --f18:15px;
        }

        /*首頁*/
        .mgi_a01 dl{flex-direction: column;text-align: center;}
        .mgi_a01 dl dt{margin: 0 0 15px;}
        .mgi_d_videolist{grid-template-columns: 1fr;}
        .mgi_h_list{grid-template-columns: 1fr;}
        /*----------------------------------------*/

        /*品牌介紹*/
        .mab_b figure{grid-template-columns: 1fr;}
        /*----------------------------------------*/

        /*檢測標準*/
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/

        /*我要估車*/
        .macp_a02 dl dd P{padding: 0 0 0 40px;}
        .macp_a02 dl dt img{width: 70px;}
        /*----------------------------------------*/
    }
    @media (max-width: 425px) {
        .ma_buttom{grid-template-columns: 1fr;}
        /*首頁*/
        .mgi_c_right ul li::before{min-width: 23px;height: 13px;}
        .mgi_f01{grid-template-columns: 1fr;}
        .mgi_f01 > a:hover h4{width: 100%;}
        /*----------------------------------------*/

        /*品牌介紹*/
        /*----------------------------------------*/

        /*檢測標準*/
        .mad_c01 ul li{width: 100%;}
        .mad_e01 ul{grid-template-columns: 1fr 1fr;}
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/

        /*我要估車*/
        .macp_a02 dl{flex-direction: column;align-items: center;}
        .macp_a02 dl dd h4{padding: 10px 0;justify-content: center;}
        .macp_a02 dl dd P{margin: 10px auto 0;padding: unset;max-width: fit-content;}
        .macp_a02_a figure{flex-direction: column;align-items: center;text-align: center;}
        /*----------------------------------------*/
    }
    @media (max-width: 375px) {
        /*首頁*/
        .mgi_e > i{height: 320px;}
        /*----------------------------------------*/

        /*品牌介紹*/
        .mab_e > i{height: 320px;}
        /*----------------------------------------*/

        /*檢測標準*/
        /*----------------------------------------*/

        /*六大重點*/
        /*----------------------------------------*/

        /*我要估車*/
        /*----------------------------------------*/
    }