#index_swiper {
   background-color: #000;
}

#index_swiper.swiper-container {
   overflow: hidden;
   max-height: 1024px;
   height: 100vh;
   position: relative;
}

#index_swiper .new_logo {
   width: 100%;
   max-width: 500px;
   opacity: 0;
}

@media (max-width: 768px) {
   #index_swiper .new_logo {
      margin: 0 auto;
      display: block;
      width: 80%;
      max-width: 360px;
   }
}

@media (max-width: 768px) {
   #index_swiper.swiper-container {
      max-height: 768px;
   }
}

@media (max-width: 480px) {
   #index_swiper.swiper-container {
      max-height: 400px;
   }
}

#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.old {
   display: none;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
   height: 100%;
   background-position: 50% 50%;
   background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
   background-position: 50% 80%;
   background-repeat: no-repeat;
   background-size: cover;
   /* animation: enlargement 20.0s; */
}

#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 .overlayimg {
   position: absolute;
   right: -128px;
   bottom: 0%;
   left: 50%;
   transform: translate(-50%, 89px);
}

#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: 50%;
   margin: 0 auto;
   z-index: 999999;
   transform: translateY(-50%);
}

#index_swiper .black {
   position: absolute;
   width: 100%;
   height: 100%;
   background: url("../../img/visual_pattern.png");
   z-index: 6;
   top: 0;
   left: 0;
   opacity: 0.7;
}

#index_swiper.swiper-container .swiper-content .content.text-left {
   text-align: left;
   text-shadow: 1px 1px 10px black;
   text-shadow:
      1px 1px 0px white,
      -1px 1px 0px white,
      1px -1px 0px white,
      -1px -1px 0px white;
}

#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;
   /* color: #00a0e9; */
   text-shadow:
      1px 1px 1px #545454,
      -1px 1px 1px #545454,
      1px -1px 1px #545454,
      -1px -1px 1px #545454;
   font-size: 82px;
   font-weight: 900;
   font-family: "Roboto", "Noto Sans KR", Tahoma, Geneva, sans-serif;
   opacity: 0;
}

#index_swiper.swiper-container .swiper-content h2 {
   font-size: 36px;
   opacity: 0;
   color: #e0e0dc;
   font-family: "Montserrat", sans-serif;
   font-weight: 500;
   text-transform: uppercase;
   text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

#index_swiper.swiper-container .swiper-content .line {
   width: 120px;
   height: 2px;
   background-color: #fff;
   margin-bottom: 30px;
   margin-right: 20px;
   opacity: 0;
}

#index_swiper.swiper-container .swiper-content p {
   font-size: 22px;
   line-height: 14px;
   font-weight: 700;
   color: #0033e9;
   margin-bottom: 20px;
   opacity: 0;
}

#index_swiper.swiper-container .swiper-content p span {
   color: #fff;
}

#index_swiper.swiper-container .swiper-content a.btn-default {
   color: #fff;
   font-family: "Roboto";
   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: 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;
}
*/
#index_swiper .swiper-button-next {
   background-color: rgba(0, 0, 0, 0.3);
   margin-right: 30px;
   padding: 40px 40px;
   transition: 0.5s;
}

#index_swiper .swiper-button-prev {
   background-color: rgba(0, 0, 0, 0.3);
   margin-left: 30px;
   padding: 40px 40px;
   transition: 0.5s;
}

#index_swiper .swiper-button-next:hover,
#index_swiper .swiper-button-prev:hover {
   background-color: rgba(0, 0, 0, 0.5);
   padding: 40px 40px;
}

/* pagination text style */
#index_swiper .swiper-pagination {
   position: absolute !important;
   /*	top: 590px !important;*/
   bottom: 50px !important;
   right: 60px !important;
   width: auto !important;
   left: auto !important;
   margin: 0 !important;
   z-index: 99999999;
}

#index_swiper .swiper-pagination-bullet {
   padding: 5px 0 !important;
   border-radius: 0 !important;
   width: 0px !important;
   height: 30px !important;
   text-align: center !important;
   line-height: 30px !important;
   font-size: 12px !important;
   color: rgba(255, 255, 255, 0.6) !important;
   font-weight: 600 !important;
   opacity: 1 !important;
   background-color: transparent !important;
   position: relative !important;
   transition: 0.5s;
   margin: 0 !important;
   overflow: hidden;
}

#index_swiper .swiper-pagination-bullet:before {
   position: absolute;
   left: 0;
   /*    top: 97px;*/
   margin-top: 30px;
   width: 100%;
   height: 3px;
   background-color: rgba(255, 255, 255, 0.6);
   content: "";
   transition: 0.5s;
}

#index_swiper .swiper-pagination-bullet:hover:before {
   background-color: rgba(255, 255, 255, 1) !important;
}

#index_swiper .swiper-pagination-bullet:hover,
#index_swiper .swiper-pagination-bullet-active {
   color: rgba(255, 255, 255, 1) !important;
   background-color: transparent !important;
   width: auto !important;
}

#index_swiper .swiper-pagination-bullet-active:before {
   background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 786px) {
   #index_swiper .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 */
