@font-face {
    font-family: CorporateACon-Reg;
    src: url(../fonts/MBCorpoATitleCond-Regular-Web.woff2);
}

@font-face {
    font-family: CorporateS-Bold;
    src: url(../fonts/MBCorpoSText-Bold-Web.woff2);
}

@font-face {
    font-family: CorporateS-Regular;
    src: url(../fonts/MBCorpoSText-Regular-Web.woff2);
}


.btn {
    font-size: 16px;
    color: #FFF;
    background: #009CDE;
    border-radius: 0;
    line-height: normal;
    padding: 11px 5px;
    min-width: 160px;
    border: 1px solid #009CDE;
    line-height: 1.2;
    font-family: "CorporateS-Bold", "CorporateS-Regular", "DaimlerCS-Regular",Helvetica,Arial,sans-serif;
}

.btn:hover {
    /* color: #009CDE;
    background: #FFF; */
    color: #FFF;
    background: #0079ad;
}

@media (max-width: 768px) {
    .btn {
        font-size: 23px;
        padding: 14px 5px;
    }
}

.fonts_daimler_title {
    font-family: "DaimlerCAC-Regular",Helvetica,Arial,sans-serif;
}

.fonts_corporate_title {
    font-family: "CorporateACon-Reg", "DaimlerCAC-Regular",Helvetica,Arial,sans-serif;
}

.fonts_corporate_text {
    font-family: "CorporateS-Regular", "DaimlerCS-Regular",Helvetica,Arial,sans-serif;
}

.idx__wrapper {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.d, .t, .m {
    display: none;
}

@media (min-width: 991px) {
    .d {
        display: block;
    }
}

@media (max-width: 990px) and (min-width: 769px) {
    .t {
        display: block;
    }
}

@media (max-width: 768px) {
    .m {
        display: block;
    }
}

/* ------------------------ bg ------------------------ */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-x-center {
    background-position-x: center;
}

.bg-y-center {
    background-position-y: center;
}

.bg-img-idx {
    background-image:url(../images/bkgd.jpg);
    padding: 1px 0;
}

@media (max-width: 768px) {
    .bg-img-idx {
        background-image:url(../images/bkgd_m.jpg);
        background-position-x: center;
        background-size: 100%;
    }
}

.bg-img-reserve_thanks-eqa {
    background-image:url(../images/EQA_bk_reserve_form_thanks.jpg);
    padding: 1px 0;
}

@media (max-width: 768px) {
    .bg-img-reserve_thanks-eqa {
        background-image:url(../images/EQA_bk_reserve_form_thanks_m.jpg);
        background-position-x: center;
        background-size: 100%;
    }
}


.bg-img-reserve_thanks-eqb {
    background-image:url(../images/EQB_bk_reserve_form_thanks.jpg);
    padding: 1px 0;
}

@media (max-width: 768px) {
    .bg-img-reserve_thanks-eqb {
        background-image:url(../images/EQB_bk_reserve_form_thanks_m.jpg);
        background-position-x: center;
        background-size: 100%;
    }
}

.bg-color-white {
    background-color: #FFF;
    padding: 1px 0;
}

/* ------------------------ zungfu-mb ------------------------ */

.zungfu-mb {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: unset;
}

.zungfu-mb ul {
    margin-top: 0;
    padding-left: 15px;
}

.zungfu-mb .checkbox-ele, [theme="zungfu-mb"] .checkbox-ele {
    border: 1px solid #231F20;
    background-color: #FFF;
}

a,
.zungfu-mb a {
    color: #009CDE;
    text-decoration: none;
}

.zungfu-mb h1,
.zungfu-mb h2,
.zungfu-mb h3,
.zungfu-mb h4,
.zungfu-mb h5,
.zungfu-mb h6 {
    margin-top: 0;
}

.zungfu-mb label,
[theme="zungfu-mb"] label {
    font-size: 18px;
}

.zungfu-mb .radio-ele,
[theme="zungfu-mb"] .radio-ele {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #FFF;
    border: 1px solid #a5a5a5;
    margin-right: 10px;
}

.zungfu-mb input[type="radio"]:checked ~ .radio-ele::after,
[theme="zungfu-mb"] input[type="radio"]:checked ~ .radio-ele::after {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin-right: 10px;
}

.zungfu-mb .radio-label, [theme="zungfu-mb"] .radio-label {
    margin-right: 9.75%;
}

.zungfu-mb input[type="text"],
.zungfu-mb input[type="email"],
.zungfu-mb input[type="tel"],
.zungfu-mb input[type="password"],
.zungfu-mb textarea,
.zungfu-mb select,
.zungfu-mb .form-control:focus,
[theme="zungfu-mb"] input[type="text"],
[theme="zungfu-mb"] input[type="email"],
[theme="zungfu-mb"] input[type="tel"],
[theme="zungfu-mb"] input[type="password"],
[theme="zungfu-mb"] textarea,
[theme="zungfu-mb"] .form-control:focus {
    background-color: #FFF;
    border-color: #a5a5a5;
    border-radius: 0;
    appearance: none;
}

.checkbox-wrapper {
    position: relative;
    padding-left: 30px;
}

.checkbox-wrapper .checkbox-ele {
    position: absolute;
    left: 0;
    top: 0;
}

.zungfu-mb select {
    background-image: url(../images/arrow_back_down.svg) !important;
    background-position: calc(100% - 15px) 50%;
    background-size: 20px 18px;
    background-repeat: no-repeat;
    padding-right: 45px;
}

.zungfu-mb .desc, 
[theme="zungfu-mb"] .desc {
    color: #717171;
    font-size: 16px;
    float: right;
}

@media (max-width: 768px) {
    .zungfu-mb .radio-label, [theme="zungfu-mb"] .radio-label {
        margin-right: 15px;
    }
    .zungfu-mb .desc, 
    [theme="zungfu-mb"] .desc {
        float: none;
        display: block;
    }

    .zungfu-mb .radio-label.radio-mobile-full,
    [theme="zungfu-mb"]  .radio-label.radio-mobile-full {
        width: 100%;
    }
}


.captcha-container {
    max-width: 460px;
    position: relative;
    align-items: center;
}

.captcha-container .flex-column input {
    padding-right: 35px;
}

.captcha-container .simple-recaptcha {
    margin-right: 50px;
}

.captcha-container .refresh-2-container {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .captcha-container {
        flex-flow: column-reverse !important;
        align-items: flex-start;
    }

    .captcha-container .simple-recaptcha {
        margin-top: 10px;
    }    

    .captcha-container .flex-fill {
        width: 100%;
    }
}

/* ------------------------ aem ------------------------ */

main.aem {
    font-family: "DaimlerCS-Regular",Helvetica,Arial,sans-serif;
    /* color: #000; */
    overflow: hidden;
    line-height: 1.4;
    /* background: #000; */
}

main.aem h1,
main.aem h2,
main.aem h3,
main.aem h4,
main.aem h5,
main.aem h6 {
    line-height: 1.2;
}

/* ------------------------ bottom ------------------------ */

.aem--headerMainNavigation__offers {
    display: none;
}

html,
.aem--footer__gradient:last-child {
    /* background: #000; */
}

.aem--footerLegal__general {
    margin: 0;
}

.aem--social__list {
    margin: 0;
    padding: 0;
    width: 180px;
    display: inline-flex;
}

.aem--social__item {
    margin-right: 18px;
}

.aem--footerLegal__general__list {
    display: inline-block;
    width: calc(100% - 185px);
    text-align: left;
    padding-right: 10px;
}

.aem--footerLegal__base {
    padding: 40px 0;
}

.aem .aem--grid-header, .aem .aem--grid-content, .aem .aem--grid-footnotes, .aem .aem--grid-stage, .aem .guideContainerWrapperNode {
    box-sizing: border-box;
    width: 100%;
}

.aem--footerLegal__general__item.bottom_mobile {
    display: none;
}

@media (max-width: 990px) {
    .aem--footerLegal__base {
        padding: 20px 0;
    }

    .aem--footerLegal__general {
        display: flex;
        flex-flow: column-reverse;

    }

    .aem--footerLegal__general__list {
        width: 100%;
        padding-right: 0;
        /* text-align: center; */
        margin-top: 30px;
    }

    .aem--social__list {
        /* width: 100%; */
        /* justify-content: center; */
        margin-top: 40px;
    }

    .aem--footerLegal__general__list .aem--footerLegal__general__item:first-child {
        display: none;
    }

    .aem--footerLegal__general__item:after {
        content: '';
        margin: 0 2.5px;
    }

    .aem--footerLegal__general__item.bottom_mobile {
        display: block;
        margin-top: 5px;
    }
}

/* ------------------------ fixed_btn-contact ------------------------ */


.fixed_btn-contact-container {
    position: fixed;
    right: 15px;
    bottom: 80px;
    display: flex;
    z-index: 100;
}

.fixed_btn-contact {
    display: inline-block;
    background: #009CDE;
    color: #FFF;
    text-align: center;
    width: 200px;
    height: auto;
    font-size: 16px;
    padding: 5px 10px;
    user-select: none;
    vertical-align: top;
    margin: 0 5px;
}

.fixed_btn-contact:hover {
    background: #0074a5;
}

.fixed_btn-contact.black {
    background: #333;
}

.fixed_btn-contact.black:hover {
    background: #585858;
}

.fixed_btn-contact img {
    max-height: 100%;
    width: 30px;
}

.fixed_btn-contact img.normal {
    display: block; 
}
.fixed_btn-contact:hover img.normal {
    display: none;
}
.fixed_btn-contact img.hover {
    display: none; 
}
.fixed_btn-contact:hover img.hover {
    display: block;
}

.fixed_btn-contact h4 {
    margin-top: 5px;
    display: inline-block;
}

@media (min-width: 769px) {
    .fixed_btn-contact.text {
        padding: 22px 0;
        width: 110px;
    }
}

@media (max-width: 768px) {
    .fixed_btn-contact-container {
        height: 55px;
        bottom: -60px;
        right: 0;
        width: 100%;
        transition: 0.3s bottom ease;
    }
    .fixed_btn-contact-container.show {
        bottom: 0;
    }
    .fixed_btn-contact {
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin: 0;
        padding: 12px 0;
    }
    .fixed_btn-contact:nth-child(1n+2) {
        border-left: 1px solid #FFF;
    }
    .fixed_btn-contact h4 {
        display: inline-block;
        font-size: 18px;
        margin-left: 10px;
        font-family: "CorporateS-Bold", "CorporateS-Regular", "DaimlerCS-Regular",Helvetica,Arial,sans-serif;
    }

    .fixed_btn-contact br {
        display: none;
    }
    
    .fixed_btn-contact img {
        /* width: 14px; */
        /*  */
        /* width: 35px; */
    }
    .fixed_btn-contact.text img {
        width: 55px;
    }
    body {
        padding-bottom: 55px;
    }
}

/* ------------------------ idx__banner ------------------------ */

.idx__banner {
    min-height: 750px;
    padding: 110px 0 50px;
    position: relative;
}

.idx__banner .btn {
    padding-left: 25px;
    padding-right: 25px;
}

.idx__banner .idx__wrapper {
    margin-bottom: 100px;
}

.idx__banner video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 0;
    background: #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx__banner .large,
.idx__banner .small {
    display: none;
}

.idx__banner .large {
    display: block;
}

.idx__wrapper .idx__wrapper_nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: -5px;
}

.idx__wrapper .idx__wrapper_nav a {
    margin: 5px;
}

.idx__wrapper .idx__wrapper_nav a img {
    width: 100px;
}

.idx__banner .idx__wrapper {
    max-width: 1420px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.idx__banner h1 {
    font-size: 74px;
    color: #FFF;
    line-height: 0.96 !important;
    text-shadow: 0 0 3px black;
}

.idx__banner h6 {
    font-size: 24px;
    color: #FFF;
    margin-top: 20px;
    text-shadow: 0 0 3px black;
}

.idx__banner h6 {
    max-width: 45%;
}

@media (max-width: 1280px) {
    .idx__banner h1 {
        font-size: 61px;
    }
}

@media (max-width: 990px) {
    .idx__banner {
        min-height: 600px;
        padding: 80px 0 30px;
    }

    .idx__banner h1 {
        font-size: 51px;
    }

    .idx__banner h6 {
        font-size: 22.5px;
    }
    .idx__banner .large {
        display: none;
    }
    .idx__banner .small {
        display: block;
    }
    .idx__banner .btn {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .idx__banner {
        padding: 50px 0 30px;
    }

    .idx__banner h1 {
        font-size: 48px;
    }

    .idx__banner h6 {
        font-size: 21px;
        margin-top: 15px;
    }
    .idx__banner h6 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .idx__banner {
        height: auto;
        min-height: 100vw;
    }
}

@media (min-width: 1921px) {
    .idx__banner {
        height: 40vw;
    }
}

/* ------------------------ idx__car_highlight ------------------------ */

.idx__car_highlight__container {
    position: relative;
    margin-bottom: 80px;
}

.idx__car_highlight__container::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -12%;
    transform: translate(-50%, 0);
    width: 1957px;
    height: 801px;
    background-image: url(../images/star_print.png);
    background-size: 100%;
    z-index: 1;
}

.idx__car_highlight__container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - 5px);
    z-index: 0;
    height: 30%;
    background: linear-gradient(0deg, black, transparent);
}

.idx__car_highlight__container .swiper {
    overflow: visible;
}

.idx__car_highlight__container .swiper-button-next, 
.idx__car_highlight__container .swiper-button-prev {
    width: 26px;
    height: 74px;
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 20px;
    background: #FFF;
}

.idx__car_highlight__container  .swiper-button-prev, .idx__car_highlight__container .swiper-rtl .swiper-button-next {
    left: -26px;
}

.idx__car_highlight__container  .swiper-button-next, .idx__car_highlight__container .swiper-rtl .swiper-button-prev {
    right: -26px;
}

.idx__car_highlight {
    display: flex;
    position: relative;
}

.idx__car_highlight::after {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    width: 325px;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%), transparent);
    z-index: 1;
}

.idx__car_highlight::before {
    content: '';
    position: absolute;
    display: block;
    right: 100%;
    width: 325px;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(0 0 0 / 50%));
    z-index: 1;
}

.idx__car_highlight__img {
    width: calc(100% - 429px);
}

.idx__car_highlight__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idx__car_highlight__info {
    width: 430px;
    padding: 35px 40px 140px;
    background: #FFF;
    position: relative;
}

.idx__car_highlight__title {
    font-size: 64px;
    line-height: 1.2;
}

.idx__car_highlight__priceList li {
    margin-top: 20px;
}

.idx__car_highlight__priceList h6 {
    font-size: 16px;
}

.idx__car_highlight__priceList h1 {
    font-size: 34px;
    margin-top: 9px;
}

.idx__car_highlight__nav {
    display: flex;
    flex-flow: wrap;
    margin: 0 -12px;
    position: absolute;
    bottom: 50px;
    left: 40px;
    right: 40px;
}

.idx__car_highlight__nav li {
    width: 50%;
    padding: 0 12px;
}

.idx__car_highlight__nav li .btn {
    width: 100%;
    min-width: auto;
}

@media (max-width: 990px) {

    .idx__car_highlight__container::before {
        top: -10%;
        width: 180%;
        height: 652px;
        background-image: url(../images/star_print_m.png);
    }
    
    .idx__car_highlight__container {
        position: relative;
        margin-bottom: 20px;
    }

    .idx__car_highlight {
        flex-flow: column;
        padding: 5px;
        background: #FFF;
    }
    
    .idx__car_highlight__img {
        width: 100%;
    }
    
    .idx__car_highlight__info {
        width: 100%;
        padding: 15px 15px 115px;
    }
    
    .idx__car_highlight__nav {
        left: 15px;
        right: 15px;
        bottom: 30px;
    }

    .idx__car_highlight__container .swiper-button-next, 
    .idx__car_highlight__container .swiper-button-prev {
        display: none;
    }

    .idx__car_highlight__nav li .btn {
        font-size: 18px;
        padding: 15px 5px;
    }

}

/* ------------------------ detail ------------------------ */

.detail__banner {
    height: 680px;
    position: relative;
    overflow: hidden;
}

.detail__banner video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail__banner .contact_wrapper {
    height: 100%;
    position: relative;
}

.detail__banner--info {
    width: calc(100% - 560px);
    padding-bottom: 40px;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.detail__banner--info>h1 {
    font-size: 74px;
    color: #FFF;
}

.detail__banner--info>h3 {
    font-size: 32px;
    color: #FFF;
    line-height: 1;
    margin-bottom: 20px;
}

.detail__banner--info ul {
    display: flex;
    flex-flow: wrap;
    margin: 10px -5% 0;
}

.detail__banner--info ul li {
    color: #FFF;
    padding: 0 5%;
}

.detail__banner--info ul li h3 {
    font-size: 34px;
}

.detail__banner--info ul li h6 {
    font-size: 22px;
}

.detail__article {
    padding-bottom: 70px;
}

.detail__article--info {
    padding-top: 70px;
    position: relative;
}

.detail__article--slider {
    width: calc(100% - 480px);
    padding-right: 80px;
}

.detail__article--slider .swiper-slide {
    height: auto;
}

.detail__article--slider-item {
    position: relative;
    height: 100%;
}

.detail__article--slider-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.detail__article--slider-item span {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: #333333;
    border-radius: 50px;
    padding: 0px 13px;
    font-size: 16px;
    color: #FFF;
    min-width: 45%;
    max-width: 90%;
}

.detail__article--slider .swiper-pagination {
    position: absolute;
    right: 5%;
    bottom: 5%;
    left: auto;
    width: auto;
}

.detail__article--slider .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 2px;
    background: #FFF;
    opacity: 1;
    transition: 0.3s height ease;
}

.detail__article--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #009CDE;
    height: 6px;
}

.detail__article--info--infocard {
    width: 480px;
    margin-top: -320px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.detail__article--info--infocard--wrapper {
    padding: 30px;
}

.detail__article--info--infocard--title {
    position: relative;
    font-size: 45px;
    line-height: 1.2;
    /* padding-right: 30px; */
}

span.change--text {
    font-family: "DaimlerCS-Regular",Helvetica,Arial,sans-serif;
    font-size: 16px;
    display: block;
    color: #009CDE;
}

.detail__article--info--infocard--title img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    padding: 6px 0;
}

.btn_detail_car_select {
    cursor: pointer;
}

.list_detail_car_select {
    position: relative;
}

.list_detail_car_select ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 3px #858585;
    z-index: 2;
}

.list_detail_car_select ul li:not(:first-child) {
    border-top: 1px solid #CCC;
}

.list_detail_car_select ul li a {
    display: block;
    padding: 10px;
}

.detail__article--info--infocard--img .large,
.detail__article--info--infocard--img .small {
    display: none !important;
}

.detail__article--info--infocard--info {
    display: none;
}

.detail__article--info--infocard--price {
    margin-top: 20px;
}

.detail__article--info--infocard--price li {
    margin-bottom: 15px;
}

.detail__article--info--infocard--price li h6 {
    font-size: 16px;
}

.detail__article--info--infocard--price li h3 {
    font-size: 24px;
}

.detail__article--info--infocard--remind {
    margin-top: 40px;
    font-size: 14px;
}

.detail__article--info--infocard--PRP{
    margin-top: 15px;
}

.detail__article--info--terms {
    margin-top: 30px;
}

.detail__article--info--nav {
    margin-top: 40px;
    text-align: right;
}

.detail__text {
    padding-top: 70px;
}

.detail__tab {
    padding-top: 70px;
    font-size: 18px;
}

.detail__tab--text {
    border-bottom: 1px solid rgb(0 156 222 / 50%);
    padding: 40px 0 20px;
    display: none;
}

.detail__tab--text.selected {
    display: block;
}

.detail__tab--text-title {
    display: none;
}

.detail__tab--tab {
    display: flex;
    margin: 0 -20px;
    position: relative;
}

.detail__tab--tab li {
    font-size: 24px;
    margin: 0 20px;
    padding: 0 0 5px;
    cursor: pointer;
    user-select: none;
    border-bottom: 0px;
    transition: 0.3s border-bottom ease;
}

.detail__tab--tab li.selected {
    border-bottom: 4px solid #009CDE;
}

.detail__tab--tab::after {
    content: '';
    background: rgb(0 156 222 / 50%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    margin: 0 10px;
}

.detail__terms {
    padding: 40px 60px 25px;
    background: #EEEEEE;
    margin-top: 40px;
}

.detail__terms--title {
    margin-bottom: 20px;
}

.detail__more {
    padding: 40px 0;
}

.detail__more--title {
    font-size: 44px;
    line-height: 1.2;
    color: #FFF;
    padding: 0 0 30px;
}

.detail__more--slider-item-img img {
    width: 100%;
}

.detail__more--slider-item h3 {
    font-size: 22px;
    margin-top: 20px;
    color: #FFF;
}

.detail__more--slider-item ul li {
    margin-top: 10px;
    display: flex;
    color: #FFF;
    align-items: center;
}

.detail__more--slider-item ul li .label {
    width: 90px;
    position: relative;
}

.detail__more--slider-item ul li .value {
    width: calc(100% - 90px);
    font-size: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(255 255 255 / 16%);
}

.detail__more--slider-item ul li .label img {
    max-width: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.detail__more--slider-item ul li:nth-child(1) .label img {
    margin-left: 4px;
}

.detail__more--slider-item ul li .label span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding-left: 25px;
}

.detail__nav {
    padding-top: 40px;
    text-align: right;
}

@media (max-width: 1440px) {
    .detail__banner {
        height: 480px;
    }
}

@media (max-width: 1280px) {
    .detail__article--slider-item span {
        bottom: 15%;
    }
    .detail__article--slider {
        padding-right: 20px;
    }
    .detail__banner--info {
        width: calc(100% - 520px);
    }
}

@media (max-width: 1440px) and (min-width: 991px) {
    .detail__article--info--infocard--img {
        display: none;
    }
    .detail__banner--info>h1 {
        font-size: 54px;
        color: #FFF;
    }
    
    .detail__banner--info>h3 {
        font-size: 20px;
        color: #FFF;
        line-height: 1;
    }
    
    .detail__banner--info ul li h3 {
        font-size: 22px;
    }
    
    .detail__banner--info ul li h6 {
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .detail__banner {
        display: none;
    }

    .detail__article--info {
        flex-flow: column;
        padding-top: 0;
    }
    
    .detail__article--info--infocard {
        margin-top: 0;
        width: 100%;
        box-shadow: none;
    }

    .detail__article--info--infocard--img img,
    .detail__article--info--infocard--img video {
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        margin: -11px 0 0 -25px;
    }

    .detail__article--info--infocard--img .large {
        display: block !important;
    }
    
    .detail__article--info--infocard--title {
        padding-right: 0;
    }
    
    .detail__article--info--infocard--title img {
        display: none;
    }
    
    .detail__article--info--infocard--info {
        display: block;
    }
    
    .detail__article--info--infocard--info li {
        display: flex;
        align-items: center;
    }
    
    .detail__article--info--infocard--info li h6 {
        width: 162.5px;
        font-size: 20px;
    }
    
    .detail__article--info--infocard--info li h3 {
        width: calc(100% - 162.5px);
        font-size: 32px;
    }
    
    .detail__article--info--infocard--price-wrapper {
        box-shadow: 0 0 10px rgb(58 58 58 / 30%);
        padding: 30px 20px;
        margin-top: 20px;
    }
    
    .detail__article--info--infocard--price {
        margin-top: 0;
    }

    .detail__article--info--infocard--wrapper {
        padding: 15px 15px 50px;
    }
    
    .detail__article--info--infocard--price li:last-child {
        margin-bottom: 0;
    }
    
    .detail__article--info--nav {
        margin-top: 20px;
    }
    
    .detail__article--info--nav .btn {
        width: 100%;
    }
    
    .detail__article--info--terms {
        display: none;
    }

    .detail__article--slider {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .detail__article--slider-item span {
        bottom: 5%;
    }

    .detail__article--slider .swiper-pagination {
        bottom: -40px;
        right: 0;
        left: 0;
    }

    .detail__article--slider .swiper {
        overflow: visible;
    }

    .detail__article--slider .swiper-pagination-bullet {
        background: #999999;
    }
    
    .detail__article--slider .swiper-pagination-bullet.swiper-pagination-bullet-active, 
    .detail__article--slider .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border-radius: 50%;
    }

    .detail__text {
        padding-top: 50px;
    }

    .detail__tab {
        padding-top: 50px;
    }

    .detail__tab--tab {
        display: none;
    }

    .detail__tab--text {
        padding: 0;
        display: block !important;
        border-bottom: none;
        margin-bottom: 20px;
    }

    .detail__tab--text-title {
        display: block;
        font-size: 20px;
        background: #E6E6E6;
        padding: 12px 15px;
        padding-right: 40px;
        cursor: pointer;
        user-select: none;
        position: relative;
    }

    .detail__tab--text-title::after {
        content: '';
        background-image: url(../images/arrow_back_down.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 15px;
        height: 7px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -3.5px;
        transition: 0.2s transform ease;
    }

    .detail__tab--text.active .detail__tab--text-title::after {
        transform: rotate(180deg);
    }
    
    .detail__tab--text-detail {
        display: none;
        padding: 20px 15px 0;
    }

    .detail__terms {
        display: none;
    }

    .detail__more {
        padding: 40px 15px 15px;
    }
    .detail__nav {
        padding-top: 20px;
    }
    .detail__nav .btn {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .detail__article--info--infocard--img .large {
        display: none !important;
    }
    .detail__article--info--infocard--img .small {
        display: block !important;
    }
}

@media (max-width: 380px) {
    .detail__article--info--infocard--info li {
        flex-flow: column;
    }
    .detail__article--info--infocard--info li>* {
        width: 100% !important;
    }
}

@media (min-width: 991px) {
    .detail__article--info--infocard {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .detail__tab--text-detail {
        display: block !important;
    }
}

/* ------------------------ reserve_form info ------------------------ */

.reserve_form--article {
    padding-bottom: 80px;
}

.reserve_form--banner {
    height: 680px;
    position: relative;
    overflow: hidden;
}

.reserve_form--banner video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reserve_form--banner .contact_wrapper {
    height: 100%;
    position: relative;
}

.reserve_form--banner__info {
    padding-bottom: 40px;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.reserve_form--banner__info>h1 {
    font-size: 74px;
    color: #FFF;
}

.reserve_form--banner__info>h3 {
    font-size: 32px;
    color: #FFF;
    margin-bottom: 20px;
}

.reserve_form--banner__info>h6 {
    max-width: 725px;
    font-size: 18px;
    color: #FFF;
    line-height: 1;
}

@media (min-width: 991px) {
    .reserve_form--mobile--banner_desc .d,
    .reserve_form--banner__info>h6 .d {
        display: contents !important;
    }
}

@media (max-width: 990px) and (min-width: 769px) {
    .reserve_form--mobile--banner_desc .t,
    .reserve_form--banner__info>h6 .t {
        display: contents !important;
    }
}

.reserve_form--info {
    margin-top: 40px;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-start;
}

.reserve_form--infocard {
    width: 480px;
    z-index: 1;
}

.reserve_form--infocard-box {
    background: #FFF;
    margin-top: 1.5rem;
    padding: 30px 40px 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.reserve_form--article .reserve_form--process {
    padding-top: 40px;
}

.reserve_form--process ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 -5%;
}

.reserve_form--process ul li {
    padding: 5px 5%;
    opacity: 0.2;
}

.reserve_form--process ul li span:nth-child(1) {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    width: 37px;
    height: 37px;
    display: inline-block;
    border: 1px solid #393939;
    border-radius: 50%;
    margin-right: 10px;
}

.reserve_form--process ul li span:nth-child(2) {
    font-size: 18px;
}

.reserve_form--process ul li.active span:nth-child(1) {
    background: #393939;
    color: #FFF;
}

.reserve_form--process ul li.completed,
.reserve_form--process ul li.active {
    opacity: 1;
}

.reserve_form--infocard--wrapper {
    padding: 30px;
}

.reserve_form--infocard--sectionName {
    font-size: 44px;
}

.reserve_form--infocard--title {
    position: relative;
    font-size: 45px;
    line-height: 1.2;
    padding-right: 30px;
}

.reserve_form--infocard--title img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    padding: 6px 0;
}

.reserve_form--infocard--info {
    display: none;
}

.reserve_form--infocard--price {
    margin-top: 20px;
}

.reserve_form--infocard--price li {
    margin-bottom: 15px;
}

.reserve_form--infocard--price li h6 {
    font-size: 16px;
}

.reserve_form--infocard--price li h3 {
    font-size: 24px;
}

.reserve_form--infocard--remind {
    margin-top: 40px;
    font-size: 14px;
}

.reserve_form--infocard--PRP{
    margin-top: 15px;
}

.reserve_form--infocard--equipment {
    margin-top: 10px;
}

.reserve_form--infocard--reservation_fee {
    margin-top: 40px;
}


.reserve_form--infocard--reservation_fee h6 {
    font-size: 24px;
}

.reserve_form--infocard--reservation_fee h3 {
    font-size: 45px;
}

.reserve_form--infocard--payment {
    margin-top: 40px;
}

.reserve_form--infocard--payment h6 {
    margin-bottom: 10px;
}

.reserve_form--formset {
    width: calc(100% - 480px);
    padding-right: 40px;
}

.reserve_form--formset--title {
    font-size: 44px;
    line-height: 1.2;
}

.reserve_form--inputarea {
    margin-top: 1.5rem;
    max-width: 680px;
    margin-right: auto;
}

.reserve_form--terms {
    background: #EEEEEE;
    padding: 40px;
    margin-top: 70px;
}

.reserve_form--terms--text {
    padding-left: 30px;
}

.reserve_form--nav {
    margin-top: 40px;
    text-align: right;
}

.reserve_form--nav .btn {
    min-width: 240px;
}

.reserve_form--mobile--banner_img, 
.reserve_form--mobile--banner_title, 
.reserve_form--mobile--banner_desc {
    display: none;
}

@media (max-width: 1440px) {
    .reserve_form--banner {
        height: 480px;
    }
}

@media (max-width: 1280px) {
    .reserve_form--infocard {
        width: 380px;
    }
    .reserve_form--infocard-box {
        padding: 30px 20px 40px;
    }
    .reserve_form--formset {
        width: calc(100% - 380px);
    }
    .reserve_form--inputarea {
        max-width: 750px;
    }
    .reserve_form--banner__info>h1 {
        font-size: 54px;
    }
    .reserve_form--banner__info>h3 {
        font-size: 26px;
    }
    .reserve_form--banner__info>h6 {
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .reserve_form--banner {
        display: none;
    }
    .reserve_form--info {
        margin-top: 0;
        flex-flow: column-reverse;
    }
    .reserve_form--infocard {
        width: 100%;
        margin-top: 40px;
    }
    .reserve_form--formset {
        width: 100%;
        padding-right: 0;
    }

    .reserve_form--mobile--banner_img, .reserve_form--mobile--banner_title, .reserve_form--mobile--banner_desc {
        display: block;
    }
    
    .reserve_form--mobile--banner_img img, 
    .reserve_form--mobile--banner_img video {
        width: 100%;
        display: none;
    }

    .reserve_form--mobile--banner_img .large {
        display: block;
    }
    
    .reserve_form--mobile--banner_img {
        /* margin-top: 20px; */
        margin-top: -1px;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
        min-height: 480px;
    }

    .reserve_form--mobile--banner_title {
        font-size: 50px;
        line-height: 1;
        margin-top: 20px;
        color: #FFF;
    }

    .reserve_form--mobile--banner_desc {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 20px;
    }
    
    .reserve_form--mobile--banner_info {
        position: absolute;
        bottom: 20px;
        left: 15px;
        right: 15px;
        color: #FFF;
    }

    .reserve_form--formset--title {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 50px;
    }
/*     
    .reserve_form--article .reserve_form--process {
        margin-top: 30px;
    } */

    .reserve_form--inputarea {
        max-width: 100%;
        padding: 15px;
        border: 1px solid #CCC;
    }

    .reserve_form--terms {
        padding: 30px 15px 20px;
    }

    .reserve_form--nav .btn {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .reserve_form--terms {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .reserve_form--article .reserve_form--process ul {
        margin: 0;
    }
    
    .reserve_form--article .reserve_form--process ul li {
        width: 100%;
        opacity: 1;
        padding: 10px 0;
    }

    .reserve_form--article .reserve_form--process ul li span:nth-child(1) {
        position: relative;
    }
    
    .reserve_form--article .reserve_form--process ul li:not(:last-child) span:nth-child(1)::after {
        content: '';
        display: block;
        height: 11px;
        width: 1px;
        position: absolute;
        top: 100%;
        left: 50%;
        background: #393939;
        margin-left: -0.5px;
    }
    
    .reserve_form--article .reserve_form--process ul li:not(:first-child) span:nth-child(1)::before {
        content: '';
        display: block;
        height: 11px;
        width: 1px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        background: #393939;
        margin-left: -0.5px;
    }
    /* .reserve_form--mobile--banner_img {
        min-height: 100vw;
    } */
    .reserve_form--mobile--banner_img .large {
        display: none;
    }
    .reserve_form--mobile--banner_img .small {
        display: block;
    }
}

@media (max-width: 520px) {
    .reserve_form--mobile--banner_title {
        font-size: 30px;
    }

    .reserve_form--mobile--banner_desc {
        font-size: 14px;
    }

    .reserve_form--mobile--banner_img {
        min-height: 120vw;
    }

}

/* ------------------------ reserve_form thanks ------------------------ */

.reserve_form--thanks--wrapper {
    position: relative;
}    

.reserve_form--thanks--wrapper .contact_wrapper {
    z-index: 1;
    position: relative;
}

.reserve_form--thanks--wrapper .reserve_form--process {
    margin: 45px 0;
}

.reserve_form--thanks--wrapper .reserve_form--process ul {
    margin: 0 -70px;
}

.reserve_form--thanks--wrapper .reserve_form--process ul li {
    padding: 5px 70px;
}

.reserve_form--thanks {
    color: #FFF;
    padding-bottom: 70px;
}

.reserve_form--thanks h1 {
    font-size: 74px;
    line-height: 1 !important;
}

.reserve_form--thanks h2 {
    font-size: 54px;
    margin-bottom: 40px;
    line-height: 1 !important;
}

.reserve_form--thanks h6 {
    font-size: 22px;
}

.reserve_form--thanks .nav {
    margin-top: 90px;
}

.reserve_form--thanks .text {
    max-width: 580px;
    font-size: 18px;
}

.reserve_form--thanks .text p {
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .reserve_form--thanks {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 990px) {
    .reserve_form--thanks--wrapper .reserve_form--process ul {
        margin: 0 -35px;
    }

    .reserve_form--thanks--wrapper .reserve_form--process ul li {
        padding: 5px 35px;
    }

    .reserve_form--thanks h1 {
        font-size: 50px;
    }

    .reserve_form--thanks h2 {
        font-size: 35px;
    }

}

@media (max-width: 768px) {
    .reserve_form--thanks--wrapper {
        padding-top: 45px;
    }    

    .reserve_form--thanks--wrapper .reserve_form--process {
        display: none;
    }
    
    .reserve_form--thanks h1 {
        text-align: center;
        font-size: 50px;
    }

    .reserve_form--thanks h2 {
        margin-left: 0;
        text-align: center;
        font-size: 35px;
        padding-bottom: calc(85vw - 100px);
    }
    
    .reserve_form--thanks h6 {
        margin-bottom: 30px;
    }
    
    .reserve_form--thanks .text {
        font-size: 20px;
        max-width: 100%;
    }
    
    .reserve_form--thanks .nav {
        margin-top: 20px;
    }

    .reserve_form--thanks .nav .btn {
        width: 100%;
    }

}

@media (max-width: 520px) {
    .reserve_form--thanks h1 {
        font-size: 13.3vw;
    }
    .reserve_form--thanks h2 {
        font-size: 9.3vw;
        padding-bottom: calc(60vw - 100px);
    }
}

@media (min-width: 769px) {
    .reserve_form--thanks .nav .btn {
        min-width: 240px;
    }
    .reserve_form--thanks--wrapper::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 73%;
        transform: translate(-50%, 0);
        width: 1957px;
        height: 801px;
        background-image: url(../images/star_print.png);
        background-size: 100%;
    }
    .reserve_form--thanks--wrapper::before {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100vw;
        height: 200px;
        background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 20%), transparent);
        z-index: 1;
    }
}