@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}

.link-btn {
  position: absolute;
  top: 30.66vw;
  right: 9.33vw;
  width: 24.26vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* swiper */
.swiper-mask {
  position: absolute;
  top: 0;
  width: 100%;
}
.swiper-mask.swiper1 {
  top: 34.8vw;
}
.swiper-mask.swiper2,
.swiper-mask.swiper3 {
  top: 21.46vw;
}

.swiper-mask .swiper {
  padding: 0 8vw;
}

.swiper-mask .swiper-pagination {
  margin-top: 8vw;
}

.swiper-pagination .swiper-pagination-wrapper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  width: 19.73vw;
}
.swiper-pagination .swiper-pagination-wrapper .custom-pagination {
  width: 8vw;
}
.swiper-pagination .swiper-pagination-wrapper .swiper-custom-button-prev,
.swiper-pagination .swiper-pagination-wrapper .swiper-custom-button-next {
  cursor: pointer;
}

.swiper-mask .swiper-button-prev,
.swiper-mask .swiper-button-next {
  position: absolute;
  top: 46.66vw;
  width: 6.66vw;
  height: 9.3vw;
}
.swiper-mask .swiper-button-prev {
  left: 13.2vw;
}
.swiper-mask .swiper-button-next {
  right: 13vw;
}
