.banner2023 {
    position: relative;
}

.banner2023 .wrap {
    height: 100%;
}

.banner2023 .wrap .wrap-content {
    z-index: 2;
    position: relative;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.banner2023 .ban_flex .banner {
    background-position: center;
    background-size: cover;
}

.banner2023 .ban_flex .banner.type_1 {
    height: 450px;
}

@media screen and (max-width: 767px) {
    .banner2023 .ban_flex .banner.type_1 {
        height: unset;
        aspect-ratio: 490 / 610;
    }
}

.banner2023 .ban_flex .banner.type_2 {
    aspect-ratio: 1095 / 440;
}

.banner2023 .ban_flex .banner .flex {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.banner2023 .ban_flex .banner .flex .element {
    width: 580px;
    height: 450px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
    .banner2023 .ban_flex .banner .flex .element {
        width: 100%;
    }
}

.banner2023 .ban_flex .banner .flex .col1 {
    flex: 1;
}


.banner2023 .ban_flex .banner .flex .col2 {
    flex: 1;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner2023 .ban_flex .banner .flex {
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 10px;
        box-sizing: border-box;
    }


    .banner2023 .ban_flex .banner .flex .col1.order_mob {
        order: 2;
    }

    .banner2023 .ban_flex .banner .flex .element {
        width: 100%;
        height: 100%;
    }
}

.banner2023 .ban_flex .banner .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.banner2023 .ban_flex .banner.type_1 .bg {
    background-size: 2000px;
}

.banner2023 .ban_flex .banner.type_2 .bg {
    background-size: contain;
}

.banner2023 .ban_flex .banner .bgmob {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.banner2023 .ban_flex .banner .video_cont {
    width: 1920px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner2023 .ban_flex .banner .video_cont.mob {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner2023 .ban_flex .banner .video_cont video {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.banner2023 .ban_flex .banner .flex .video_cont_side {
    width: 490px;
    max-width: 100%;
}

.banner2023 .ban_flex .banner .flex .video_cont_side video {
    width: 490px;
    height: 470px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .banner2023 .ban_flex .banner .video_cont {
        display: none;
    }

    .banner2023 .ban_flex .banner .video_cont.mob {
        display: block;
    }

    .banner2023 .ban_flex .banner .bgmob {
        display: block;
    }

    .banner2023 .ban_flex .banner .bg {
        display: none;
    }

    .banner2023 .wrap {
        margin: 0 60px;
    }

    .banner2023 .ban_flex .banner .flex .video_cont_side video {
        width: 235px;
        max-width: 100%;
        height: 210px;
        max-height: 100%;
        object-fit: contain;
    }

    .banner2023 .ban_flex .banner .flex .video_cont_side {
        width: 235px;
        max-width: 100%;
        height: 210px;
        max-height: 100%;
    }
}

.banner2023 .swiper-button-prev,
.banner2023 .swiper-button-next {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #0088ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
}

.banner2023 .buttons-switch {
    position: absolute;
    top: 50%;
    width: 100%;
}

.banner2023 .buttons-switch .wrap {
    position: relative;
}

@media screen and (max-width: 1080px) {
    .banner2023 .buttons-switch .wrap {
        margin: 0 !important;
    }
}
.banner2023 .buttons-switch .wrap {
    position: relative;
}

.banner2023 .swiper-button-prev {
    left: 0;
}

.banner2023 .swiper-button-next {
    right: 0;
}

.banner2023 .swiper-button-prev.blue,
.banner2023 .swiper-button-next.blue {
    background-color: #0088ff;
    color: #fff;
}

.banner2023 .swiper-button-prev.white,
.banner2023 .swiper-button-next.white {
    background-color: #fff;
    color: #000;
}

.banner2023 .swiper-button-prev.black,
.banner2023 .swiper-button-next.black {
    background-color: #000;
    color: #fff;
}

.banner2023 .ban_flex .banner.type_1 h1,
.banner2023 .ban_flex .banner.type_1 h2 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.banner2023 .ban_flex .banner.type_2 h1,
.banner2023 .ban_flex .banner.type_2 h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.banner2023 .ban_flex .banner.type_1 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding-top: 20px;
}

.banner2023 .ban_flex .banner.type_2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding-top: 10px;
}

.banner2023 .ban_flex .banner.type_1 .btn_cont {
    padding-top: 30px;
}

.banner2023 .ban_flex .banner.type_2 .btn_cont {
    padding-top: 20px;
}

.banner2023 .ban_flex .banner .btn_cont .btnB {
    padding: 14px 40px 14px 20px;
    border: 1px solid;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    min-width: 120px;
}

.banner2023 .ban_flex .banner .btn_cont .btnB span {
    padding-right: 15px;
}

.banner2023 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: unset !important;
}

.banner2023 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset !important;
}

.banner2023 .swiper-button-next:after,
.swiper-button-prev:after {
    font-family: unset !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.banner2023 .radio-cont {
    position: absolute;
    width: auto;
    bottom: 20px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 767px) {
    .banner2023 .radio-cont {
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.banner2023 .playpause {
    width: 25px;
    height: 25px;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: 300ms;
}

.banner2023 .playpause:hover {
    transform: scale(1.2);
    transition: 300ms;
}

.banner2023 .playpause.black {
    color: #000;
}

.banner2023 .playpause.white {
    color: #fff;
}

.banner2023 .playpause.blue {
    color: #0086ff;
}

.banner2023 .radio {
    display: inline-block;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative;
}

.banner2023 .radio::after {
    content: '●';
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.banner2023 .radio.white::after {
    color: #fff;
}

.banner2023 .radio.blue::after {
    color: #0086ff;
}

.banner2023 .radio.black::after {
    color: #000;
}

.banner2023 .radio .progress-circle {
    transform: rotate(-90deg);
}

.banner2023 .radio .progress-circle-back {
    fill: none;
    stroke-width: 1px;
}

.banner2023 .radio.white .progress-circle-back {
    stroke: rgba(255, 255, 255, 0.5);
}

.banner2023 .radio.black .progress-circle-back {
    stroke: rgba(0, 0, 0, 0.5);
}

.banner2023 .radio.blue .progress-circle-back {
    stroke: rgba(0, 136, 255, 0.5);
}

.banner2023 .radio.active .progress-circle-back {
    stroke: rgba(255, 255, 255, 0) !important;
}

.banner2023 .radio .progress-circle-prog {
    fill: none;
    stroke-width: 1px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.7s linear 0s;
}

.banner2023 .radio.white .progress-circle-prog {
    stroke: #fff;
}

.banner2023 .radio.blue .progress-circle-prog {
    stroke: #0088ff;
}

.banner2023 .radio.black .progress-circle-prog {
    stroke: #000;
}

@media screen and (min-width: 768px) and (max-width: 1227px) {
    .banner2023 .wrap {
        margin: 0 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .banner2023 .wrap {
        text-align: center;
        margin: 0 40px;
    }

    .banner2023 .ban_flex .banner h1,
    .banner2023 .ban_flex .banner h2 {
        font-size: 40px;
        line-height: 1;
    }

    .banner2023 .ban_flex .banner.type_1 h1,
    .banner2023 .ban_flex .banner.type_1 h2 {
        font-size: 40px;
        line-height: 1;
    }

    .banner2023 .ban_flex .banner.type_2 {
        aspect-ratio: 490 / 610;
    }

    .banner2023 .ban_flex .banner.type_2 h1,
    .banner2023 .ban_flex .banner.type_2 h2 {
        display: none;
    }


    .banner2023 .ban_flex .banner.type_2 p {
        display: none;
    }

    .banner2023 .ban_flex .banner.type_2 .btn_cont {
        display: none;
    }
}

.usp_dsk {
    display: block;
}

.usp_mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .usp_dsk {
        display: none;
    }

    .usp_mob {
        display: block;
    }
}

.banner2023 .highlight {
    border: 2px solid #ff2600;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
