.swiper {
    min-height: 690px;
}
.main-slide section .section-title  {
    margin: 48% auto 0;
}
@media (min-width: 435px) {
    .main-slide section .section-title  {
        margin: 200px auto 0;
    }
}
.main-slide section .section-title .logo {
    width: 80%;
}

.swiper-pagination {
    display: block;
    width: 67px;
    /* padding-left: 50px; */
    text-align: center;
    right: 0 !important;
}
.swiper-pagination > span{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding: 3% 0;
}


/* 블릿 현재페이지 원 색  */
.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
}



/* 화면 가운데 텍스트 */

.swiper-slide > .section-title> h1{
    font-size: 35px;
}
.swiper-slide > .section-title > .subTextBox > p.subText {
    font-size: 18px;
    letter-spacing: -0.8;
}
@media (max-width: 335px) {
    .swiper-slide > .section-title> h1{
        font-size: 32px;
    }
}

.swiper-slide > .section-title > .subTextBox > p.subText.on {
    display: block;
    animation: anim-lineUp 2s;
    z-index: 200;
}



/* 하단 아이콘 */
.swiper .bottom-icon {
    height: auto;
    padding: 5%;
    /* min-height: 253px; */
    bottom: 8vh;
    display: flex;
    align-items: center;
}
.swiper .bottom-icon ul {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.swiper .bottom-icon ul li {
    display: block;
    width: 25%;
    min-width: 130px;
    padding-bottom: 10px;
}
.swiper .bottom-icon ul li h5 {
    font-size: 14px;
}

