﻿@charset "UTF-8";

/* ==========================================================
   Column
   ========================================================== */
.swiper-area {
    position: relative;
    margin-top: 50px;
    padding-bottom: 60px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 920px) {
    .swiper-area {
        margin-top: 80px;
    }
}

.swiper {
    position: relative;
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-image {
    padding-bottom: 60px;
    height: 525px;
}

@media screen and (min-width: 920px) {
    .swiper-image {
        height: 610px;
    }
}

    .swiper-image .swiper-slide {
        width: 250px;
        overflow: hidden;
        cursor: grab;
    }

    @media screen and (min-width: 920px) {
        .swiper-image .swiper-slide {
            width: 300px;
        }
    }

        .swiper-image .swiper-slide:active {
            cursor: grabbing;
        }

        .swiper-image .swiper-slide img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

    .swiper-image.swiper-backface-hidden .swiper-slide {
        transform: scale(.85);
        transition: 1.5s;
        height: 100%;
    }

    .swiper-image.swiper-backface-hidden .swiper-slide-active {
        transform: scale(1);
        z-index: 1;
    }

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    border: 1px solid #acacac;
    border-radius: 50px;
    padding: 10px;
    font-size: 12px;
    color: #acacac;
    height: 36px;
    width: 36px;
    box-sizing: border-box;
    transition: 0.2s;
}

.swiper-horizontal .swiper-button-prev {
    right: 25%;
}

@media screen and (min-width: 920px) {
    .swiper-horizontal .swiper-button-prev {
        right: 20%;
    }
}

.swiper-horizontal .swiper-button-next {
    right: 12%;
}

@media screen and (min-width: 920px) {
    .swiper-horizontal .swiper-button-next {
        right: 16.5%;
    }
}

.swiper-horizontal .swiper-button-prev:hover,
.swiper-horizontal .swiper-button-next:hover {
    border: 1px solid #898989;
    color: #898989;
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    margin-top: -26px;
    text-align: left;
    font-size: 22px;
    width: auto;
    max-width: 150px;
}

@media screen and (min-width: 920px) {
    .swiper-pagination {
        display: block;
        margin-top: 0;
        font-size: 24px;
        max-width: 100%;
    }
}

.swiper-pagination-current {
    display: inline-block;
}

@media screen and (min-width: 920px) {
    .swiper-pagination-current {
        display: block;
    }
}

.swiper-pagination-divide {
    display: inline-block;
}

@media screen and (min-width: 920px) {
    .swiper-pagination-divide {
        display: block;
    }
}

.swiper-pagination-divide::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 47px;
    background-color: #000;
    content: '';
    width: 1px;
    height: 26px;
    transform: rotate(45deg);
}

@media screen and (min-width: 920px) {
    .swiper-pagination-divide::before {
        top: -4px;
        left: 34px;
        height: 65px;
    }
}

.swiper-pagination-total {
    display: inline-block;
    margin-left: 38px;
    color: #acacac;
}

@media screen and (min-width: 920px) {
    .swiper-pagination-total {
        display: block;
    }
}

.swiper-text {
    padding-bottom: 2px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}

@media screen and (min-width: 920px) {
    .swiper-text {
        margin-top: auto;
        margin-bottom: 40%;
        width: 99.8%;
    }
}
