/*Base*/
/* CSS Document */
.contentsSlider {
  width: 67.4%;
  top: 101.5%;
  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: 750px) {
  .contentsPagenation .swiper-pagination-bullet {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

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

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

@media screen and (max-width: 750px) {
  .contentsNav__prev, .contentsNav__next {
    width: 16.26667vw;
    height: 16.26667vw;
    margin-top: -8.13333vw;
  }
}

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

@media screen and (max-width: 750px) {
  .contentsNav__prev::before, .contentsNav__next::before {
    width: 3.46667vw;
    height: 3.46667vw;
    border-top: #fff 0.4vw solid;
    border-right: #fff 0.4vw solid;
  }
}

.contentsNav__prev {
  left: -170px;
}

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

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

.contentsNav__next {
  right: -170px;
}

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

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