.swiper {
    min-height: 570px;
}
.main-slide section .section-title .logo {
    margin: 100px auto 0;
    width: 50%;
    top: 0;
}
.main-slide section .section-title{
    width: 80%;
    height:  150px;
    margin: 200px auto 0;
}
@media (max-height: 600px) {
    .main-slide section .section-title{
        margin: 160px auto 0;
    }
}
.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 {
    border-bottom: none;
    padding: 1% 0;
    opacity: 0.3;
    left: unset;
    bottom: 0;
    top: unset;
    transform: none;
    width: 100%;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 블릿 원 테두리 */
.swiper-pagination > span.swiper-pagination-bullet {
    opacity: 1;
    margin: auto 20px !important; 
}
.swiper-pagination > .swiper-pagination-bullet-active {
    background-color: rgba(255,255,255, 1);
}

/* 블릿 현재페이지 원 색  */
.swiper-pagination > span.swiper-pagination-bullet .newSpanTag {
    z-index: -1;
} 


/* 화면 가운데 텍스트 */
.swiper-slide > .section-title> h1{
    font-size: 50px;
}
.swiper-slide > .section-title> h1 > b {
    font-weight: 600;
}
.swiper-slide > .section-title > .subTextBox > p.subText {
    font-size: 22px;
    font-weight: 300;
}
.swiper-slide > .section-title > .subTextBox > p.subText.on {
    display: block;
    animation: anim-lineUp 2s;
    z-index: 200;
}
@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 하단 아이콘 */
.swiper .bottom-icon {
    padding: 3%;
    margin: 0 auto;
    width: 80%;
    height: auto;
    min-height: 110px;
    left: 50%;
    bottom: 7vh;
    transform: translateX(-50%);

    border: 0px solid rgb(0, 0, 0);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 10;
}
@media (max-height: 600px) {
    .swiper .bottom-icon{
        bottom: 9vh;
    }
}
.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;
}
.swiper .bottom-icon ul li h5 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    z-index: 18;
    margin-top: 15px;
}

