.swiper-container.main-swiper {
    display: flex;
    justify-content: center;
    width: 826px;
    height: 1008px;
    padding-top: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.swiper-slide {
    position: relative;
    display: flex;
    width: 680px;
    height: 1010px;
}
.swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.swiper-container.section-slide-show-swiper {
    display: flex;
    width: 1372px;
    overflow: hidden;
}
.swiper-container.section-slide-show-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 96px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 44px;
    border-radius: 22.194px;
    background: rgba(255, 255, 255, 0.08);
}
.swiper-container.section-slide-show-swiper .swiper-pagination-bullet-active {
    background: #FC420F !important;
}
.swiper-container.section-slide-show-swiper .swiper-pagination-bullet {
    background: #D9D9D9;
    width: 8px;
    height: 8px;
}

@media screen and (min-width: 1921px) {
    .swiper-container.main-swiper {
        width: 43.021vw;
        height: 52.5vw;
        padding-top: 3.125vw;
    }
    .swiper-slide {
        width: 35.417vw;
        height: 52.604vw;
    }
    .swiper-container.section-slide-show-swiper {
        width: 71.458vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination {
        bottom: 6vw !important;
        width: 6.979vw;
        height: 2.292vw;
        border-radius: 1.146vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination-bullet {
        width: 0.417vw;
        height: 0.417vw;
    }
}

@media screen and (max-width: 1919px) {
    .swiper-container.main-swiper {
        width: 43.021vw;
        height: 52.5vw;
        padding-top: 3.125vw;
    }
    .swiper-slide {
        width: 35.417vw;
        height: 52.604vw;
    }
    .swiper-container.section-slide-show-swiper {
        width: 71.458vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination {
        bottom: 6vw !important;
        width: 6.979vw;
        height: 2.292vw;
        border-radius: 1.146vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination-bullet {
        width: 0.417vw;
        height: 0.417vw;
    }
}

@media screen and (max-width: 430px) {
    .swiper-container.main-swiper {
        width: 100%;
        height: auto;
        padding-top: 6.977vw;
    }
    .swiper-slide {
        display: flex !important;
        width: 100% !important;
        height: 107.279vw !important;
        justify-content: center;
    }
    .swiper-slide img {
        width: 78.605vw !important;
        height: 116.279vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-slide {
        height: auto !important;
    }
    .swiper-container.section-slide-show-swiper {
        width: 90.698vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-slide img {
        width: 100% !important;
        height: 51.163vw;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination {
        bottom: 12vw !important;
        width: 16.279vw;
        height: 5.581vw;
        border-radius: 6.146vw;
        z-index: 1;
    }
    .swiper-container.section-slide-show-swiper .swiper-pagination-bullet {
        width: 0.93vw;
        height: 0.93vw;
    }
}