#index_swiper {
    background-color: #000;
}
#index_swiper.swiper-container {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    position: relative;
    
}

@media screen and (min-width:998px){
    #index_swiper.swiper-container{margin-top: 4.5%;}
}

#index_swiper.swiper-container .swiper-wrapper {
    height: 100%;
    overflow: hidden;
}
 
#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: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
        background-position-y: 67%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {
    background-position: bottom right;
    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: 20%;
    margin: 0 auto;
    z-index: 999999;

}

#index_swiper.swiper-container .swiper-slide:nth-child(1) .swiper-content {
    top: 56%;
}

.slide_point{position: absolute;top: 0;left: 0;width:3.3333vw;height: 100.1%; z-index: 9;background: rgb(0,125,132);background: #fd6c22;}
.slide_filtercont1{position: absolute;top: 9%;left: 40.8%;width:11px;z-index: 1}
.slide_point_01{position: absolute;top: 10%;left: 5.5%;width:34.3750vw;z-index: 2}
.slide_point_02{position: absolute;top: 10%;left: 29.5%;width:43.1250vw;z-index: 2}
.slide_point_03{position: absolute;top: 10%;left: 29.5%;width:43.1250vw;z-index: 2}
.slide_point_04{position: absolute;bottom: 0%;right: 0%;width: 35.3125vw;z-index: 2}
.mslide_point{position: absolute;top: 0;left: 0;width: 100%;height: 100.1%; z-index: 9;background: url(../../img/mslide_point_bg.png) no-repeat left bottom;background-size: cover;}
 

#scroll-wrapper {
position: absolute;
    bottom: -1.4vw;left: 0.6vw;z-index: 9;
  display: table;

}

#scroll-wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 4.1146vw;
  text-align:center;
    
}

#scroll-title {
    display: block;
    color: #fff;
    font-size:0.6771vw;
  font-weight:bold;
  
   text-align:center;
   
  margin-bottom: 2.3438vw;
}
#scroll-down::before {
    -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0.0000vw;
    left: 50%;
    margin-left: -0.0521vw;
    width: 0.1042vw;
    height: 2.9688vw;
    background: #868686;
    content: ' ';
    z-index: 2
}
#scroll-down::after {
    position: absolute;
    top: 0.0000vw;
    left: 50%;
    margin-left: -0.0521vw;
    width: 0.1042vw;
    height: 2.9688vw;
    background: #fff;
    content: ' ';
    z-index: 1
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
#index_swiper.swiper-container .swiper-content .container{padding: 0}

#index_swiper.swiper-container .swiper-content .content.text-left {
    text-align: left;
    
}
#index_swiper.swiper-container  .swiper-slide:nth-child(1) .swiper-content .content.text-left{margin-left: -22%;}

#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: 89px;
    font-weight: 900;
    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
    margin-bottom: 33px;
    margin-left: -6px;
}

#index_swiper.swiper-container .swiper-content h2 {

    margin-left: 64px;
}

#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: 18px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    
}
#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-family: "NanumSquare";
    font-weight: 400;
    letter-spacing: 0.8px;
    font-size: 12px;
    line-height: 48px;
    padding-left: 30px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */
    min-height: 50px;
    min-width: 180px;
    border-radius: 3em;
    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%;

}
/*
.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 {

    transition: 0.5s;
}
.swiper-button-prev {

    transition: 0.5s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {

}
/* pagination text style */
.swiper-pagination { 
	position: absolute !important;
/*	top: 590px !important;*/
bottom: 1.0vw !important;
    left: 7.625vw !important;
	width: auto !important;
	margin: 0 !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
}
.swiper-pagination-bullet {
	padding: 0.2604vw 0 !important;
	border-radius: 60px !important;
	width: 17px !important;
	height: 17px !important;
	font-size: 0px!important;
	opacity: 1 !important;
    background-color: transparent !important;
    position: relative !important;
    transition: 0.5s;
    margin-right: 1.3125vw !important;
    overflow: hidden;
}
.swiper-pagination-bullet:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    transition: 0.5s;
}
.swiper-pagination-bullet:hover:before {
    background-color: rgba(255, 255, 255, 1) !important;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1) !important;
	background-color: transparent !important;
}
.swiper-pagination-bullet-active:before {
    background-color: rgba(255, 255, 255, 1);
}

@-webkit-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) translateZ(1px) rotate(.001deg);
  }
  100% {
    -ms-transform: scale(1.2, 1.2) rotate(.001deg);
    transform: scale(1.2, 1.2) translateZ(1px) rotate(.001deg);
  }
}
@-moz-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) translateZ(1px) rotate(.001deg);
  }
  100% {
    -ms-transform: scale(1.2, 1.2) rotate(.001deg);
    transform: scale(1.2, 1.2) translateZ(1px) rotate(.001deg);
  }
}
@-o-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) translateZ(1px) rotate(.001deg);
  }
  100% {
    -ms-transform: scale(1.2, 1.2) rotate(.001deg);
    transform: scale(1.2, 1.2) translateZ(1px) rotate(.001deg);
  }
}
@keyframes zoom-b {
  0% {
    -ms-transform: scale(1.2, 1.2) rotate(.001deg);
    transform: scale(1.2, 1.2) translateZ(1px) rotate(.001deg);
  }
  100% {
    -ms-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) translateZ(1px) rotate(.001deg);
  }
}
.swiper-container .swiper-slide-active .slide-1,.swiper-container .swiper-slide-active .slide-2,.swiper-container .swiper-slide-active .slide-3{
    
  -webkit-animation: zoom-b 7s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-b 7s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-b 7s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-b 7s linear infinite alternate; /* IE 10+, Fx 29+ */
    animation-iteration-count: 1;
}


@media(max-width:786px) {
    .swiper-pagination {
	position: absolute !important;
        text-align: center !important;
/*	top: 590px !important;*/
    bottom: 100px !important;
	right: 0 !important;
	width: auto !important;
	left: 0 !important;
	margin: 0 !important;
        margin:  0 auto !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
        display: none !important;
}
}


/* pagination text style end */