/*Base*/
/* CSS Document */
.contentsSlider {
  width: 67.1%;
  top: 56.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contentsPagenation {
  position: absolute;
  bottom: -5% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.contentsPagenation .swiper-pagination-bullet {
  display: flex;
  width: 10px;
  height: 10px;
  margin: 0 1.5% !important;
  background: #E2E5E5;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .contentsPagenation .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}

.contentsPagenation .swiper-pagination-bullet-active {
  background: #90C1C1;
}

.contentsNav__prev, .contentsNav__next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #FFF;
  border-radius: 50%;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .contentsNav__prev, .contentsNav__next {
    width: 9.375vw;
    height: 9.375vw;
    margin-top: -4.6875vw;
  }
}

.contentsNav__prev::before, .contentsNav__next::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}

@media screen and (max-width: 640px) {
  .contentsNav__prev::before, .contentsNav__next::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.contentsNav__prev {
  left: -35px;
}

.contentsNav__prev::before {
  transform: scale(0.9, 1) rotate(-135deg);
  left: 15%;
}

@media screen and (max-width: 640px) {
  .contentsNav__prev {
    left: -5.46875vw;
  }
}

.contentsNav__next {
  right: -35px;
}

.contentsNav__next::before {
  transform: scale(0.9, 1) rotate(45deg);
  right: 15%;
}

@media screen and (max-width: 640px) {
  .contentsNav__next {
    right: -5.46875vw;
  }
}
/*# sourceMappingURL=swiper.css.map */