#index_swiper.swiper-container {
    overflow: hidden;
    max-height: 100%;
    height: 100vh;
    position: relative;
}

#index_swiper.swiper-container .swiper-wrapper {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#index_swiper.swiper-container .swiper-wrapper .swiper-slide .bg-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/main/bg-dot.png');

}

#index_swiper.swiper-container .swiper-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    z-index: 999999;
}

#index_swiper.swiper-container .swiper-content .content.text-left {
    text-align: left;
}
#index_swiper.swiper-container .swiper-content .content.text-center {
    text-align: center
}
#index_swiper.swiper-container .swiper-content .content.text-right {
    text-align: right;
}

#index_swiper.swiper-container .swiper-content h1 {
    color: #fff;
    font-size: 68px;
    font-weight: 900;
    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    /*    opacity: 0;*/
    margin: 0 0 50px 0;
}

#index_swiper.swiper-container .swiper-content p {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    /*    opacity: 0;*/
    margin: 0 0 50px 0;
    color: #ffffff;
}
#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 1px;
    text-align: center;
    padding: 20px 30px;
    border-radius: 3em;
    display: inline-block;
    border: 1px #fff solid;
    background-color: transparent;
    background-image: none;

}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 99999999999999999999999;
    display: none;
}
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 30px;
    padding: 40px 40px;
    transition: 0.5s;
}
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    padding: 40px 40px;
    transition: 0.5s;
}
.swiper-link-wrap{
    position:absolute;
    bottom:100px;
    left:50%;
    transform:translateX(-50%);
    z-index:101;
    display:flex;
    align-items:flex-start;
    gap:20px;
}
.swiper-link-wrap a{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:20px;
}
.swiper-link-wrap a i{
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-link-wrap a img{
    display:block;
    width: 65px;
    height: auto;
}
.swiper-link-wrap a p{
    font-size: 20px;
    color: #fff;
}


@media screen and (max-width: 768px) {
    .swiper-link-wrap{flex-wrap:wrap;gap: 30px 10px;width: 100%;padding: 0 20px;align-items: center;justify-content: center;bottom: 40px;}
    .swiper-link-wrap a i{width:100%;}
    .swiper-link-wrap a i img{width:35px;}
    .swiper-link-wrap a{width: calc(20% - 8px);gap: 10px;}
    .swiper-link-wrap a p{
        margin: 0;
        font-size: 15px;
    }

}
