/*Base*/
/* CSS Document */
.contentsSlider {
  top: 18%;
  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;
  }
}

.contentsNav__prev, .contentsNav__next {
  position: absolute;
  top: 549px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  z-index: 1;
  cursor: pointer;
}

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

.contentsNav__prev {
  left: 3px;
}

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

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

.contentsNav__next {
  right: 3px;
  transform: scale(-1, 1);
}

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

@media screen and (max-width: 750px) {
  .contentsNav__next {
    right: .4vw;
  }
}

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

.fvSlider {
  width: 100%;
}

.fvSlider .swiper-slide {
  width: 750px;
  height: 1310px;
  opacity: 1 !important;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .fvSlider .swiper-slide {
    width: 100vw;
    height: 174.66667vw;
  }
}

.fvSlider .swiper-slide-active {
  z-index: 100;
}

.fvSlider .swiper-slide-active .fvItem {
  width: 0;
  animation: fv_change 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0s forwards;
}

.fvSlider .swiper-slide-active .fvItem::before {
  width: 750px;
  z-index: 10;
  animation: fv_change_white 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
}

@media screen and (max-width: 750px) {
  .fvSlider .swiper-slide-active .fvItem::before {
    width: 100vw;
  }
}

@keyframes fv_change {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fv_change_white {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*# sourceMappingURL=swiper.css.map */