.pay_banner_sect {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pay_banner {
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: url("/static/app_www/base/img/img_pay_banner.png") right top / contain no-repeat;
    background-color: #020200;
}

.pay_banner .banner_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.pay_banner .btn_default {
    width: fit-content;
}

.AppSwiper {
    max-width: 898px;
}

.AppSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.AppSwiper .swiper-slide {
    display: flex;
    width: auto;
}

.popup_slideImg_viewer .popupSwiper {
    max-width: 298px;
}

@media screen and (max-width:767px) {
    .pay_banner {
        padding: 20px;
        gap: 24px;
    }

    .pay_banner .banner_title {
        font-size: 16px;
    }
}