@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@font-face {
  font-family: "maison neue";
  src: url("../font/8b59d4b47037b08d452d8cb659cc2d53.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "maison neue bold";
  src: url("../font/MAISONNEUE-BOLD.OTF");
}

/* img-box */
.img-box {
  position: relative;
}

/* swiper */
#link0 img:last-child,
#link1 img:last-child,
#link2 img:last-child,
#link3 img:last-child,
#link4 img:last-child,
#link5 img:last-child,
#link6 img:last-child,
#link7 img:last-child {
  width: 8vw;
  position: absolute;
  right: 8vw;
  bottom: 14.6666vw;
}

.swiperTop .swiper-pagination {
  width: 100%;
  height: 0.4vw;
  background-color: rgba(255, 255, 255, 0.25);
  margin-right: 3vw;
  position: static;
  /* left: 50%;
  top: auto;
  bottom: 6.6666vw;
  transform: translateX(-50%); */
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.swiper-pagination-wrap {
  display: flex;
  align-items: center;
  width: 84%;
  position: absolute;
  left: 50%;
  bottom: 4.6666vw;
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-pagination-custom {
  width: 7.8666vw;
}

/* tab-area */
.tab-area {
  padding-bottom: 21.3333vw;
}

.filter-result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.6666vw 1.3333vw;
  margin-top: 9.6vw;
}

/* product */
.product {
  display: none;
  position: relative;
}
.product.active {
  display: block;
}
.product.use-btn {
  padding-bottom: 11.6666vw;
}
.modal-open {
  cursor: pointer;
}
.thumb-area {
  width: 49.3333vw;
  height: 49.3333vw;
  background-color: #f9f9f9;

  margin-bottom: 2.6666vw;
  position: relative;
}
.guide-num {
  display: block;
  font-family: "maison neue";
  font-size: clamp(8px, 1.7333vw, 13px);
  color: #666;
  position: absolute;
  right: 3.5333vw;
  top: 3.2vw;
}

.info-area {
  padding: 0 4vw;
}
.brand {
  font-size: clamp(10px, 2.6666vw, 20px);
  color: #9d9d9d;
  margin-bottom: 1.6vw;
}
.title {
  width: 100%;
  font-size: clamp(14px, 3.7333vw, 26px);
  line-height: 1.2;
  word-wrap: break-word;
  margin-bottom: 1.2vw;
}

.price {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 2.6666vw, 20px);
}
.price span {
  display: block;
  /* height: 2vw; */
  font-family: "maison neue bold";
  font-size: clamp(15px, 3.7333vw, 28px);
  transform: translateY(0.3vw);
  letter-spacing: -0.5px;
}
.pc .price1 span,
.pc .price2 span,
.pc .price3 span {
  transform: translateY(0.4vw);
}
.app .price1 span,
.app .price2 span,
.app .price3 span {
  transform: translateY(0vw);
}
.kiosk .price1 span,
.kiosk .price2 span,
.kiosk .price3 span {
  transform: translateY(0vw);
}
.price2 span:nth-of-type(1) {
  margin-right: 0.5vw;
}
.price2 span:nth-of-type(2) {
  margin-left: 0.5vw;
}
.prdc-link-btn {
  position: absolute;
  left: 4vw;
  bottom: 0;
  width: 25.3333vw;
}

.more-btn-wrap {
  width: 25.0666vw;
  margin-top: 16vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

/* compare-area */
.compare-area {
  background-color: #f4f3ee;
  padding-top: 9.3333vw;
  padding-bottom: 13.3333vw;
}
.compare-area-title {
  width: 45vw;
  padding-left: 6.6666vw;
}

.swiperCompare {
  margin-top: 4vw;
}
.swiperCompare .swiper {
  padding: 0 6.6666vw;
}

.compare-product a {
  text-decoration: none;
  color: #000;
}
.compare-thumb-area {
  width: 37.3333vw;
  height: 37.3333vw;
  background-color: #f9f9f9;
}
.compare-info-area {
  padding: 0 2.6666vw;
}

.compare-title {
  font-size: clamp(14px, 3.7333vw, 26px);
  margin-top: 2.6666vw;
  margin-bottom: 1.2vw;
}
.compare-price {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 2.6666vw, 20px);
  margin-bottom: 1.6vw;
}
.compare-price span {
  display: block;
  font-family: "maison neue bold";
  font-size: clamp(15px, 3.7333vw, 28px);
  transform: translateY(0.5vw);
  letter-spacing: -0.5px;
}
.pc .compare-price2 span {
  transform: translateY(0.4vw);
}
.app .compare-price2 span {
  transform: translateY(0vw);
}
.compare-price2 span:nth-of-type(1) {
  margin-right: 0.5vw;
}
.compare-price2 span:nth-of-type(2) {
  margin-left: 0.5vw;
}
.compare-comp,
.compare-prdc-orig {
  line-height: 1.4;
  font-size: clamp(8px, 1.7333vw, 13px);
  color: #989898;
  padding-left: clamp(5px, 1.3333vw, 10px);
  position: relative;
}
.compare-comp:after,
.compare-prdc-orig:after {
  position: absolute;
  content: "∙";
  top: 0;
  left: 0;
}
.compare-btn {
  width: 25.3333vw;
  margin-top: 4vw;
}
