﻿@charset "UTF-8";

.swiper-App {
            position: relative;
            overflow: hidden;
            height: 100vh;
            flex-direction: column;
        }

        .ACT .swiper-App {
            height: auto;
        }

        .swiper-wrapper {
            display: block;
        }

        .app-con {
            overflow: hidden;
        }

@media screen and (max-width: 1024px) {
 .swiper-App{ height:100vh; overflow: visible;}
.swiper-pagination0{display: none;}
}


















