@charset "utf-8";
@import "reset.css";
@import "tab-menu--fixed.css";
@import "swiper-custom.css";
@import "toggle-box.css";

:root {
  font-size: 10px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
}

/* img-box */
.img-box {
  position: relative;
}

/* swiper */
.swiper-mask {
  width: 100%;
  padding: 0 6.6666vw;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.swiper-mask .swiper {
  padding: 0 9.3333vw;
  box-sizing: border-box;
}

/* sub-tab */
.sub-tab {
  display: flex;
  justify-content: space-between;
  /* background-color: rgba(248, 255, 187, 0.5); */
  background-image: url("../images/tab3/50_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 35.06vw;
  padding: 0 6.9333vw 0;
  box-sizing: border-box;
}
.sub-tab.tab1 {
  background-image: url("../images/tab3/50_bg.jpg");
}
.sub-tab.tab2 {
  background-image: url("../images/tab3/40_bg.jpg");
}
.sub-tab.tab3 {
  background-image: url("../images/tab3/30_bg.jpg");
}
.sub-tab.tab4 {
  background-image: url("../images/tab3/20_bg.jpg");
}
.sub-tab.tab5 {
  background-image: url("../images/tab3/10_bg.jpg");
}
.sub-tab .sub-tab-btn {
  width: 16.2666vw;
}

.sub-tab .sub-tab-btn img:last-of-type {
  display: none;
}
.sub-tab .sub-tab-btn.on img:first-of-type {
  display: none;
}
.sub-tab .sub-tab-btn.on img:last-of-type {
  display: block;
}

.bottom-btn {
  padding: 0 13.3333vw;
  position: absolute;
  bottom: 13vw;
}

/* sale tab */
.season-wrap,
.sale-wrap {
  padding: 0 5.3333vw;
  /* margin-top: 30px; */
  overflow: hidden;
}

.s-title {
  color: #d50000;
  flex-basis: 20vw;
  font-size: 1.82rem;
  font-weight: bold;
  line-height: 5vw;
  margin-bottom: 8vw;
}
.right {
  flex: 1 0;
}

.right > div:not(:first-child) {
  margin-top: 20px;
}
.division {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
  font-weight: bold;
  font-size: 1.5925rem;
  color: #343434;
}

.brand {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
  line-height: 1.5;
  font-size: 1.456rem;
  color: #858585;
  margin-top: 10px;
  /* word-break: keep-all; */
}
article {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
}

.sale-article:not(:first-child) {
  margin-top: 50px;
}

.sale-article:not(:first-child) {
  margin-top: 50px;
}

.input-wrap {
  position: relative;
  padding: 5.33vw 0 12vw;
  text-align: center;
}

.input-title {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.125rem;
  margin-bottom: 4vw;
}

.input-text {
  position: relative;
  width: 73.33vw;
  height: 11.2vw;
  padding-left: 6.66vw;
  padding-right: 15vw;
  padding-top: 0.7vw;
  border-radius: 2.8125rem;
  border: 1px solid #000;
  box-sizing: border-box;
}

.input-text::placeholder {
  color: #aeaeae;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Sans-serif !important;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.0525rem;
}

.input-btn {
  position: absolute;
  width: 5.6vw;
  height: 5.5253vw;
  bottom: 15.2vw;
  right: 20vw;
}

.input-preview {
  position: absolute;
  height: 40vw;
  text-align: left;
  overflow: auto;
}

.input-preview .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 16.86vw;
  line-height: 100%;
  box-sizing: border-box;
}

.input-preview div:not(.empty) {
  font-size: 3vw;
  padding: 0 4vw;
  margin-top: 4vw;
  position: relative;
}

.input-preview div:not(.empty):last-child {
  margin-bottom: 4vw;
}

.w1-wrap .w2,
.w1-wrap .w3 {
  display: none;
}

.w2-wrap .w1,
.w2-wrap .w3 {
  display: none;
}

.w3-wrap .w2,
.w3-wrap .w1 {
  display: none;
}
