@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
}

/* img-box */
.img-box {
  position: relative;
}

/* swiper */
.swiper-mask {
  position: absolute;
  top: 0;
  width: 100%;
}
.auto-swiper.swiper-mask {
  top: 62.93vw;
}
.swiper-mask.swiper1 {
  top: 27.86vw;
}
.swiper-mask.swiper2 {
  top: 28.4vw;
}
.swiper-mask.swiper3 {
  top: 28.8vw;
}

.swiper-mask .swiper {
  padding: 0 8vw;
}
.swiper-mask .swiper .swiper-slide {
  cursor: pointer;
}

.swiper-mask.swiper1 .swiper-slide,
.swiper-mask.swiper2 .swiper-slide,
.swiper-mask.swiper3 .swiper-slide {
  width: 70.66vw;
}

.swiper-mask .swiper-pagination {
  margin-top: 13.33vw;
}
.swiper-pagination-progressbar {
  background: rgba(100, 119, 153, 0.15);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1b1b1b;
}
