@charset "utf-8";

/* brand */
.sub_com_tit_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #666666;
}

.sub_com_tit_box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 4px;
    background-color: #0050bb;
}

.sub_com_tit_box .tit {
    font-size: 52px;
    letter-spacing: -0.025em;
    color: #222;
    font-family: 'ONE-Mobile-Title', sans-serif;
}

.sub_com_tit_box .tit span {
    color: #0050bb;
}

.sub_com_tit_box .ment {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    letter-spacing: -0.025em;
}

.car_brand_tab_box {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    gap: 25px 17px;
}

.car_brand_tab_box>a {
    text-align: center;
    width: calc(8.3333% - 16px);
}

.car_brand_tab_box>a .name {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.025em;
    margin-top: 10px;
}

.car_brand_tab_box>a .img img {
    width: 100%;
}

.car_brand_tab_box>a .img {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.car_brand_tab_box>a.active .img,
.car_brand_tab_box>a:hover .img {
    border-color: #0050bb;
}

.car_brand_tab_box>a.active .name,
.car_brand_tab_box>a:hover .name {
    color: #0050bb;
}

.com_page_nav {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.com_page_nav .arw_box {
    gap: 8px;
    display: flex;
}

.com_page_nav .num_box {
    display: flex;
    gap: 8px;
}

.com_page_nav .num_box>a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 34px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.com_page_nav .num_box>a.active,
.com_page_nav .num_box>a:hover {
    border-color: #0050bb;
    color: #0050bb;
}

.brand .com_flex_box .item .total {
    margin-top: 10px;
}

.brand .com_flex_box .item:hover .total::after {
    display: none;
}

.brand .com_flex_box .item .price {
    margin: unset;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
    color: #888888;
}

.brand .com_flex_box .item .price .bar {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.brand .com_flex_box .item .price .bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #b5b5b5;
}

@media all and (max-width:1400px) {
    .car_brand_tab_box>a {
        width: calc(10% - 16px);
    }
}

@media all and (max-width:1024px) {
    .car_brand_tab_box>a {
        width: calc(14.285% - 15px);
    }
}

@media all and (max-width:700px) {
    .car_brand_tab_box>a {
        width: calc(20% - 14px);
    }

    .car_brand_tab_box>a .name {
        font-size: 14px;
    }

    .sub_com_tit_box .ment {
        font-size: 14px;
    }

    .sub_com_tit_box .tit {
        font-size: 40px;
    }

    .sub_com_tit_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sub_com_tit_box::after {
        width: 300px;
    }

    .car_brand_tab_box {
        padding: 20px;
    }

    .brand .com_flex_box .item .price {
        font-size: 14px;
    }
}

/* END brand */

/* brand_detail */
.sub_com_tit_box .tit {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub_com_tit_box .tit .img {
    aspect-ratio: 1/1;
    max-width: 60px;
}

.com_car_info_box .left {
    width: 57%;
    background-color: #001e47;
    padding: 80px 0;
    padding-left: calc((100% - 1400px) / 2);
    color: #fff;
    border-radius: 0 0 80px 0;
}

.com_car_info_box .right {
    width: 57%;
    position: absolute;
    padding-right: calc((100% - 1400px) / 2);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.com_car_info_box .tit {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.4em;
}

.com_car_info_box .alt_box .box {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 2.2em;
    width: fit-content;
}

.com_car_info_box .alt_box .box .alt {
    font-weight: 200;
}

.com_car_info_box .alt_box .box .name {
    min-width: 50px;
    display: inline-block;
}

.com_car_info_box .alt_box .box::after {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.com_car_info_box .com_btn01 {
    margin: unset;
}

.com_car_info_box {
    display: flex;
    align-items: center;
    position: relative;
}

.custom_slide_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-height: 460px;
}

.custom_slide_wrap .car_big_slide {
    width: calc(77% + 20px);
    padding: 30px;
    margin: -30px;
}

.custom_slide_wrap .car_smaill_slide {
    width: calc(23% + 30px);
    padding: 30px;
    margin: -30px;
}

.custom_slide_wrap .car_big_slide .item {
    aspect-ratio: 1/0.68;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 15px 13px 30px 0px rgba(0, 0, 0, 0.1);
}

.custom_slide_wrap .car_big_slide .item img {
    /* width: 100%; */
}

.custom_slide_wrap .car_smaill_slide .item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 15px 13px 30px 0px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    cursor: pointer;
}

.custom_slide_wrap .car_smaill_slide .item.swiper-slide-thumb-active {
    border-color: #0050bb;
}

.custom_slide_wrap .car_smaill_slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width:1400px) {
    .com_car_info_box {
        flex-direction: column;
        gap: 60px;
        width: 93.75%;
        margin: 0 auto;
    }

    .com_car_info_box .left {
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: unset;
    }

    .com_car_info_box .right {
        position: relative;
        padding-right: unset;
        right: unset;
        top: unset;
        transform: unset;
        width: 100%;
    }
}

@media all and (max-width:1024px) {
    .custom_slide_wrap {
        flex-direction: column;
        align-items: center;
        max-height: 815px;
        gap: 60px;
    }

    .custom_slide_wrap .car_big_slide {
        width: 100%;
    }

    .custom_slide_wrap .car_smaill_slide {
        width: 100%;
    }

    .custom_slide_wrap .car_smaill_slide .item {
        aspect-ratio: 1/0.6;
    }
}

/* END brand_detail */

/* company */
.sub_com_tit {
    font-size: 52px;
    letter-spacing: -0.025em;
    color: #222;
    font-family: 'ONE-Mobile-Title', sans-serif;
}

.sub_com_flex_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
}

.sub_com_flex_box>div {
    width: calc(50% - 40px);
}

.sub_com_flex_box .img img {
    width: 100%;
}

.sub_com_alt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.55em;
    color: #666666;
}

.sub_com_alt p+p {
    margin-top: 25px;
}

.com_flex_box.item03 {
    gap: 40px;
}

.com_flex_box.item03>div {
    width: calc(33.333% - 27px);
}

.com_flex_box.item03 .box {
    text-align: center;
    box-shadow: 8px 6px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.com_flex_box.item03 .box .img {
    margin-bottom: 30px;
}

.com_flex_box.item03 .box .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #0050bb;
    line-height: 1.4em;
    letter-spacing: -0.025em;
    margin-top: auto;
}

.com_flex_box.item03 .box .txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.6em;
    color: #666;
}

.sub_com_tit_box2 {
    text-align: center;
}

.com_flex_box.item05 {
    gap: 50px;
}

.com_flex_box.item05>div {
    width: calc(20% - 40px);
}

.com_flex_box.item05 .box {
    text-align: center;
}

.com_flex_box.item05 .box .img {
    aspect-ratio: 1/1;
}

.com_flex_box.item05 .box .img img {
    width: 100%;
}

.com_flex_box.item05 .box .txt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    color: #444;
    margin-top: 20px;
}

@media all and (max-width:1400px) {
    .sub_com_flex_box>div {
        width: 100%;
    }

    .company .con01 .sub_com_alt br {
        display: none;
    }

    .com_flex_box.item03>div {
        width: calc(50% - 20px);
    }

    .com_flex_box.item03,
    .com_flex_box.item05 {
        justify-content: center;
    }

    .com_flex_box.item05>div {
        width: calc(33.3333% - 34px);
    }

    .com_flex_box.item03 .box {
        padding: 40px 20px;
    }

    .com_flex_box.item03 .box .txt {
        font-size: 15px;
    }
}

@media all and (max-width:700px) {
    .sub_com_tit {
        font-size: 40px;
    }

    .com_flex_box.item03>div {
        width: 100%;
    }

    .com_flex_box.item05>div {
        width: calc(50% - 25px);
    }
}

/* END company */

/* promotion */
.con01_slide_box {
    position: relative;
}

.item .label {
    position: absolute;
    right: 5%;
    top: 0;
}

.item .label img {
    width: auto;
}

.promotion .con01_slide_box .slide_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.promotion .con01_slide_box .slide_flex_box+.slide_flex_box {
    margin-top: 60px;
}

.promotion .con01_slide_box .slide_flex_box .first {
    padding: 55px 60px;
    display: flex;
    align-items: center;
    gap: 45px;
    border: 2px solid #ffd667;
    border-radius: 10px;
}

.promotion .con01_slide_box .slide_flex_box .first>div {
    width: calc(50% - 22.5px);
}

.promotion .con01_slide_box .slide_flex_box .first .txt_box .name {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222;
}

.promotion .con01_slide_box .slide_flex_box .first .txt_box .price {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 20px 0;
}

.promotion .con01_slide_box .slide_flex_box .first .txt_box .total {
    line-height: 1.2em;
    font-size: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #0050bb;
    position: relative;
    width: fit-content;
}

.promotion .con01_slide_box .slide_flex_box .first .txt_box .total b {
    font-weight: 800;
    font-size: 26px;
}

.promotion .con01_slide_box .slide_flex_box>div,
.promotion .con01_slide_box .slide_flex_box>a {
    width: calc(50% - 20px);
    justify-content: space-between;
}

.promotion .con01_slide_box .slide_flex_box .sub_flex_box {
    gap: 40px;
}

.promotion .con01_slide_box .slide_flex_box .sub_flex_box>a {
    width: calc(50% - 20px);
}

@media all and (max-width:1400px) {
    .promotion .con01_slide_box .slide_flex_box .first {
        padding: 40px 30px;
    }

    .promotion .con01_slide_box .slide_flex_box .first {
        gap: 20px;
    }

    .promotion .con01_slide_box .slide_flex_box>div,
    .promotion .con01_slide_box .slide_flex_box>a {
        width: 100%;
    }

    .promotion .con01_slide_box .slide_flex_box .first>div {
        width: calc(50% - 10px);
    }
}

@media all and (max-width:700px) {
    .item .label img {
        height: 50px;
    }
}

/* END promotion */

/* agent */
.programCon_Custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 150px;
}

.programCon_Custom .gal_wrap ul li a .part_img img {
    height: 100%;
    object-fit: cover;
    max-width: none;
}

@media all and (max-width:1400px) {
    .programCon_Custom {
        width: 93.75%;
    }
}

@media all and (max-width:1000px) {
    .programCon_Custom .program_search {
        display: flex;
    }

    .programCon_Custom .program_search>span {
        margin-top: 0;
        width: 70%;
    }

    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 115px);
    }
}

@media all and (max-width:640px) {
    .programCon_Custom .program_search input[type="text"] {
        width: calc(100% - 110px);
    }
}

/* END agent */