@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}

.top__content {
  position: relative;
}

.swiper-mask {
  background: #f6f6f6;
}

.swiper-mask.tab .swiper {
  padding: 0 8vw;
}

.swiper-mask.common {
  position: absolute;
  top: 56.5%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 9.3333vw;
  background: transparent;
}
