﻿@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: auto;
                overflow: initial;
            }
        }