.site-swiper {
    padding-bottom: 0px;
    --swiper-pagination-bottom: 10px;
    --swiper-navigation-sides-offset: 19px;
}

.site-swiper .swiper-navigation-icon {
    display: none;
}

.site-swiper .swiper-button-next,
.site-swiper .swiper-button-prev {
    background: url('/image/base_0042.png') center/contain no-repeat;
    width: 15px;
    height: 26px;
    background-size: contain;
}

.site-swiper .swiper-button-prev {
    transform: scaleX(-1);
}

.site-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #aeaeae;
}

.site-swiper .swiper-pagination-bullet-active {
    width: 38px;
    height: 10px;
    border-radius: 5px;
    background: #0fb053;
}

@media screen and (max-width: 767px) {
    .site-swiper {
        padding-bottom: 0px;
        --swiper-pagination-bottom: 6px;
        --swiper-navigation-sides-offset: 12px;
    }

    .site-swiper .swiper-button-next,
    .site-swiper .swiper-button-prev {
        width: 9px;
        height: 16px;
    }

    .site-swiper .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .site-swiper .swiper-pagination-bullet-active {
        width: 20px;
        height: 5px;
        border-radius: 5px;
        background: #0fb053;
    }
}