@charset "utf-8";

.swiperArea {
    position: relative;
    margin: 10% auto 0;
}

.swiper_2 {
    width: 100%;
    margin: 0 auto 0;
}

.swiper_2 .swiper-wrapper {
    /* width: 80%; */
    margin: 0 auto 0;
}

.swiper_2 .swiper-slide {
    padding: 0 5%;
}

.swiperArea .swiper-button-next,
.swiperArea .swiper-button-prev {
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    margin: 0;
}

.swiperArea .swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/arrow_prev.png);
    background-size: 100%;
}

.swiperArea .swiper-button-next::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/arrow_next.png);
    background-size: 100%;
}

@media screen and (min-width: 768px) {
    .swiperArea {
        width: 80%;
        margin: 5% auto 0;
    }

    .swiper_2 {
        width: 85%;
    }

    .swiper_2 .swiper-slide {
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {
    .swiperArea .swiper-button-next,
    .swiperArea .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 1920px) {}
