#index_swiper {
    /* background-color: #000; */

}

#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.footer {
    height: 232px;
}

#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;
    height: 100%;
    /* top: 42%;
    margin: 0 auto; */
    display:flex;
    justify-content: center;
    align-items: center;
    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: 42px;
    line-height: 58px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
}

#index_swiper.swiper-container .swiper-content h1 span {
    font-weight: 600;
}

#index_swiper.swiper-container .swiper-content .line {
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
}

#index_swiper.swiper-container .swiper-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: 1px;
    /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
    /*    opacity: 0;*/
}

#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 43px;
    padding-left: 30px;
    text-align: left;
    /*padding: 20px 40px 20px 0px;
    */
    min-height: 50px;
    min-width: 180px;
    border-radius: 0;
    display: inline-block;
    border: 1px #fff solid;
    background-color: transparent;
    background-image: none;
    background: url(../../img/main/visual-line.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* 컨텐츠 04 */
#index_swiper.swiper-container .swiper-slide.slider04 {}

#index_swiper.swiper-container .swiper-slide.slider04 .content {
    text-align: left;
}

#index_swiper.swiper-container .swiper-slide.slider04 .content .title {
    color: #a9c0e7;
    font-size: 19px;

}

#index_swiper.swiper-container .swiper-slide.slider04 .content .title h1 {
    font-size: 56px;
    font-weight: 700;
    font-family: 'Saira', 'NotoSans', sans-serift;
}

#index_swiper.swiper-container .swiper-slide.slider04 .content .tel {
    margin-top: 60px;
    padding-left: 30px;
    border-left: 6px #73d6ff solid;
    font-family: 'Saira', 'NotoSans', sans-serif;
    color: #fff;
    font-weight: 500;
}

#index_swiper.swiper-container .swiper-slide.slider04 .content .tel h2 a {
    font-family: 'Saira', 'NotoSans', sans-serif;
    color: #73d6ff;
    font-size: 37px;
}

#index_swiper.swiper-container .swiper-slide.slider04 .content .notice-flex {
    display: flex;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

#index_swiper.swiper-container .swiper-slide.slider04 .content .notice-flex .box {
    border: 1px #27344b solid;
    padding: 40px 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 50%;
    position: relative;
    min-height: 280px;
}

/*  컨텐츠 04 마감 */
#index_swiper.swiper-container .swiper-slide.slider03 .benner {
    display:flex;
}
#index_swiper.swiper-container .swiper-slide.slider03 h1 {
    font-weight:900;
}
#index_swiper.swiper-container .swiper-slide.slider03 .benner .box {
    margin-right: 12px;
}
















.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-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-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
}

/* pagination text style */

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 50px !important;
    top: 50%;
    -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-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
    transition: 0.5s;
    margin-bottom: 10px !important;
}

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

@media(max-width:991px) {
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
        background-position: 60% 0;
    }

    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {
        background-position: 60% 90%;
    }

    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-3 {
        background-position: 82% 0%;
    } 
    #index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-4 {
        background-position: 82% 0%;
        background-size: cover;

    }
    

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

    #index_swiper.swiper-container .swiper-content {
        padding-left: 15px;
        padding-right: 15px;
        /* text-align: center !important;
        top: 36%; */
    }

    #index_swiper.swiper-container .swiper-content h1 {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 0;
    }

    #index_swiper.swiper-container .swiper-content h2 {
        font-size: 32px;
        line-height: 46px;
    }

    #index_swiper.swiper-container .swiper-content h1 br {
        display: none;
    }

    #index_swiper.swiper-container .swiper-content .line {
        width: 60px;
        height: 1px;
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 0;
    }

    #index_swiper.swiper-container .swiper-content p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 15px;
        margin-bottom: 20px;
        /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
        /*    opacity: 0;*/
    }

    #index_swiper.swiper-container .swiper-content a.btn-default {
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.8px;
        font-size: 14px;
        line-height: 44px;
        padding-left: 15px;
        text-align: left;
        /*padding: 20px 40px 20px 0px;
    */
        min-height: 48px;
        min-width: 180px;
        border-radius: 0;
        display: inline-block;
        border: 1px #fff solid;
        background-color: transparent;
        background-image: none;
        background: url(../../img/main/visual-line.png);
        background-repeat: no-repeat;
        background-position: 85% 50%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }
   

    /* 컨텐츠 04 */

    #index_swiper.swiper-container .swiper-slide.slider04 .content {
        text-align: left;
    }

    #index_swiper.swiper-container .swiper-slide.slider04 .content .title {
        color: #a9c0e7;
        font-size: 12px;

    }

    #index_swiper.swiper-container .swiper-slide.slider04 .content .title h1 {
        font-size: 22px;
        font-weight: 600;
        font-family: 'Saira', 'NotoSans', sans-serift;
       
    }

    #index_swiper.swiper-container .swiper-slide.slider04 .content .tel {
        margin-top: 20px;
        padding-left: 20px;
        border-left: 3px #73d6ff solid;
        
        font-family: 'Saira', 'NotoSans', sans-serif;
        color: #fff;
        font-weight: 500;
      
    }
    #index_swiper.swiper-container .swiper-slide.slider04 .content .tel h2 {
        line-height: 20px;
       
    }
    #index_swiper.swiper-container .swiper-slide.slider04 .content .tel h2 a {
        font-family: 'Saira', 'NotoSans', sans-serif;
        color: #73d6ff;
        font-size: 20px;
        
        
    }

    #index_swiper.swiper-container .swiper-slide.slider04 .content .notice-flex {
        display: flex;
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
        /* flex-direction: column; */
        overflow-x: auto;
        /* flex-direction: column; */

        
    }

    #index_swiper.swiper-container .swiper-slide.slider04 .content .notice-flex .box {
        border: 1px #27344b solid;
        padding: 8px 26px 15px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        min-width: 100%;
        position: relative;
        min-height: auto;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    /*  컨텐츠 04 마감 */
    #index_swiper.swiper-container .swiper-slide.slider03 .benner {
        display:flex;
        flex-wrap: wrap;
    }
    #index_swiper.swiper-container .swiper-slide.slider03 h1 {
        font-weight:900;
    }
    #index_swiper.swiper-container .swiper-slide.slider03 .benner .box {
        margin-right: 8px;
        margin-bottom: 7px;
        width: 47%;
    }
    #index_swiper.swiper-container .swiper-slide.slider03 .benner .box img {
        width: 100%;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    /* .swiper-pagination {
        position: absolute !important;
        text-align: center !important;
        bottom: 100px !important;
        right: 0 !important;
        width: auto !important;
        left: 0 !important;
        margin: 0 !important;
        margin: 0 auto !important;
        z-index: 999999999999999999999999999999999999999999999999999999999999;
    } */
    .swiper-container-vertical>.swiper-pagination-bullets {
        display: none;
        right: 12px !important;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        background: none;
        box-shadow: none;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        display: inline-block;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.9) !important;
        transition: 0.5s;
        margin-bottom: 10px !important;
    }
}

/* pagination text style end */