@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

@font-face {
  font-family: "MAISONNEUE-MEDIUM";
  src: url(../font/MAISONNEUE-MEDIUM.OTF);
}

/* img-box */
.img-box {
  position: relative;
}

.tab-area {
  background-color: #fbfafa;
}
.tab-area .tab-area-inner {
  padding-top: 12.6vw;
}

/* grade-wrap */

.pd-wrap {
  margin: 0 clamp(30px, 8vw, 60px) clamp(70px, 18.6666vw, 140px);
  background-color: #fff;
  border: 1px solid #e4d9d4;
  border-radius: clamp(
    10px,
    2.6666vw,
    20px
  ); /* 실제로 적용안됨. 자식요소에 적용함 */
}
.pd-wrap .pd,
.pd-wrap .tab-content {
  border-radius: clamp(10px, 2.6666vw, 20px);
}

/* sub-tab */
.pd-wrap .tab-content {
  padding: 10.66vw 4vw 10.66vw;
  background-color: #fff;
}
.pd-wrap .tab-content .sub-tab-menu {
  margin-bottom: 10.66vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3vw;
}

.tab-content .sub-tab-menu .sub-tab-btn {
  width: 16.26vw;
  height: 9.33vw;
  font-family: "Maison Neue", "Noto Sans KR", sans-serif;
  font-size: 4.66vw;
  font-weight: 600;
  color: #c1c1c1;
  border-radius: 109px;
  border: 2px solid #d5d5d5;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}

.tab-content .sub-tab-menu .sub-tab-btn span {
  font-size: 2.66vw;
  font-weight: 400;
}

.tab-content .sub-tab-menu .sub-tab-btn.active {
  color: #fff;
  background: #0358ff;
  border-color: #0358ff;
}

.tab-content .sub-content {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 8vw, 60px);
}

.sub-content .sub-head {
  padding-bottom: clamp(15px, 4vw, 30px);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.sub-content .sub-head .sub-tit {
  display: block;
}
.sub-content .sub-head .sub-tit:nth-of-type(1) {
  width: 44.26vw;
}
.sub-content .sub-head .sub-tit:nth-of-type(2) {
  width: 44vw;
}
.sub-content .sub-head .sub-tit:nth-of-type(3) {
  width: 42.4vw;
}

.sub-content .sub-body {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
.sub-content .sub-body .category-title {
  color: #000;
  font-family: "Maison Neue", "Noto Sans CJK KR", sans-serif;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.sub-content .sub-body .category-title span {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 4.53vw;
  font-weight: 700;
  padding: 0 0.17vw;
}
.sub-content .sub-body .brand-list {
}
.sub-content .sub-body .brand-list .result {
  display: inline-block;
  /* padding: 1.06vw 0 0 0; */
  color: #808080;
  font-family: "Noto Sans CJK KR", sans-serif;
  font-size: 3.46vw;
  font-style: normal;
  font-weight: 350;
  line-height: 150%; /* 39px */
  letter-spacing: -0.106vw;
}

/* search-wrap */
.search-wrap {
  padding: 0 6.66vw;
  position: relative;
  background: url(../images/tab1/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 11.2vw;
}
.search-wrap .search-form {
  display: flex;
  align-items: stretch;
  border: 1px solid #000;
  border-radius: 6vw;
  overflow: hidden;
}

.search-wrap #search {
  flex-grow: 1;
  width: 100%;
  font-weight: bold;
  font-size: 3.7vw;
  padding: 3.5vw 4vw;
  padding-right: 0;
  outline: none;
  border: none;
  border-radius: 0 !important;
}
.search-wrap #search::placeholder {
  font-weight: normal;
  color: #aeaeae;
}
.search-wrap .search-i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  background-color: #fff;
  padding: 0 2vw;
  padding-right: 3vw;
  box-sizing: content-box;
  border: none;
}
.search-wrap .search-i img {
  width: 70%;
}
#search-result-wrap,
#search-result-wrap-clone {
  display: none;
  width: 68vw;
  height: 20vw;
  background-color: #fff;
  border-radius: 2vw;
  padding: 2.6666vw 6vw 6.6666vw;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 14vw;
  transform: translateX(-50%);
  z-index: 10;
}

.scroll-btn {
  padding: 2.6666vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3vw;
  letter-spacing: -0.1vw;
  cursor: pointer;
}

.scroll-btn > div:last-child {
  font-weight: bold;
}
.scroll-btn span {
  font-weight: 300;
}

.scroll-btn > div:last-child,
.result > div:last-child {
  position: relative;
}

#search-result-wrap .scroll-btn,
#search-result-wrap-clone .scroll-btn,
.grade-col .scroll-btn {
  display: none;
}
#search-result-wrap .result-none {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3vw;
}

/* tab-area-04 */
.category-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.category-title-wrapper .category-tit {
  cursor: pointer;
}
.category-title-wrapper .category-tit:nth-of-type(1),
.category-title-wrapper .category-tit:nth-of-type(3) {
  width: 36vw !important;
}
.category-title-wrapper .category-tit:nth-of-type(2) {
  width: 28vw !important;
}

.category-title-wrapper .category-tit img:first-of-type {
  display: block;
}
.category-title-wrapper .category-tit img:last-of-type {
  display: none;
}
.category-title-wrapper .category-tit.on img:first-of-type {
  display: none;
}
.category-title-wrapper .category-tit.on img:last-of-type {
  display: block;
}

.category-content-wrapper {
  position: relative;
}
.category-content-wrapper .content.is-active {
  display: block;
}
.category-content-wrapper .content {
  position: relative;
  display: none;
}

/* swiper */
.swiper-mask {
  position: absolute;
  top: 0;
  width: 100%;
}
.swiper-mask.swiper1 {
  top: 28.66vw;
}
.swiper-mask.swiper2 {
  top: 286.4vw;
}
.swiper-mask .swiper {
  padding: 0 8vw;
}
.swiper-mask .swiper .swiper-slide {
  width: 84vw;
}
.swiper-pagination-bullet-active {
  background-color: #808080;
}
