
#index_swiper {
    background-color: #fff;
    height: 100%;


}

#index_swiper.swiper-container {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    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%;
    background-size: cover;
    background-repeat: no-repeat;
}


#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 .content {
    position: relative;
}

#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-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;
    
}
/*
.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;
}
*/
#index_swiper.swiper-container .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 30px;
    padding: 40px 40px;
    transition: 0.5s;
    color: #fff !important; }

    #index_swiper.swiper-container .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 30px;
    padding: 40px 40px;
    transition: 0.5s;
    color: #fff !important;
}

#index_swiper.swiper-container .swiper-button-next:hover,
#index_swiper.swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
}

/* pagination text style */

.swiper-container-vertical>.swiper-pagination-bullets {
  
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: rgba(255, 255, 255, 0.8);
    padding: 12px 12px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    box-shadow: 4px 5px 11px 0 rgb(0 0 0 / 12%);

}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 20px !important;
    top: 42% !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: rgba(231, 231, 231, 0.4) !important;
    transition: 0.5s;
    margin-bottom: 10px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ddd !important;
    width: 12px !important;
    height: 26px !important;
    border-radius: 4em !important;
}


@media(max-width:1440px) {
}
@media(max-width:991px) {
    
    #index_swiper.swiper-container {
        overflow: hidden;
        max-height: 100%;
        height: 100%;
        position: relative;
    }
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
        background-position: 50% 50%;
    }
    #index_swiper.swiper-container .swiper-content .content.text-left {
        text-align: center;
    }
    .swiper-pagination {
 
        display: none !important;
    }
    /* 모바일 메인에서 하단 스크롤 높이 조절 */
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide.footer { 
        height: 180px; 
    }
    /* 메인에서 하단 스크롤 높이 조절 마감 */
}

/* pagination text style end */