@charset "UTF-8";


.section-01-1 .swiper-inner {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url(../../img/main/st1-01.jpg);
    background-size: cover;
}

.section-01-2 .swiper-inner {
    background-image: url(../../img/main/st1-02.jpg);
    background-size: cover;
}

.section-01-3 .swiper-inner {
    background-image: url(../../img/main/st1-03.jpg);
    background-size: cover;
}


.section-02-1 .swiper-inner {
    /* background-image: url(../../img/sub/sub04-1/banner_4_1.jpg); */
    background-image: url(../../img/main/zommImg.jpg);
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    max-width: 550px;
}

.section-02-2 .swiper-inner {
    background-image: url(../../img/sub/sub06/ict_people.jpg);
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    max-width: 550px;
}

.section-02-3 .swiper-inner {
    background-image: url(../../img/main/st2-05.jpg);
    background-size: cover;
    background-position: top;
}


.section-02-4 .swiper-inner {
    background-image: url(../../img/main/st2-06.jpg);
    background-size: cover;
    background-position: top;
}


.section-03-1 .swiper-inner {
    background-image: url(../../img/main/st3-02.jpg);
    background-size: cover;
    background-position: left;
}

.section-03-2 .swiper-inner {
    background-image: url(../../img/main/st2-07.jpg);
    background-size: cover;
}

.section-03-3 .swiper-inner {
    background-image: url(../../img/main/st2-08.jpg);
    background-size: cover;
    background-position: top;
}





@media screen and (max-width:800px) {
    .swiper-wrapper {
        height: 100%;
    }

    .swiper-container {
        display: inherit;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .swiper-pagination {
        display: block;
    }

    /* section-01 */
    .section-01 .swiper-slide {
        width: auto;
        margin: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .section-01 .swiper-inner {
        max-width: 500px;
        width: 50% !important;
        border-radius: 100%;
        left: 0;
    }

    .section-01 .swiper-inner::after {
        padding-bottom: 100%;
    }

    /* section-02 */

    .section-02 .swiper-inner::after {
        padding-bottom: 100%;
    }

}




