.search-tab-wrap {
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .search-tab-wrap {
    padding: 0 20px;
  }
}

.search-tab__list {
  display: flex;
  gap: 40px;
  color: #525252;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 1024px) {
  .search-tab__list {
    gap: 20px;
    color: #aaa;
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

.search-tab__item {
  border-bottom: 2px solid transparent;
}
.search-tab__item.search-tab__item--active {
  border-bottom: 2px solid #111;
  color: var(--111111, #111);
  font-weight: 600;
}
.search-tab__item:hover {
  color: var(--111111, #111);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .search-tab__item {
    border-bottom: 1px solid transparent;
  }
  .search-tab__item.search-tab__item--active {
    border-bottom: 1px solid #111;
  }
}

.search-tab__item-link {
  padding: 15px 0;
}

/* #region search result */
.search_result_info {
  display: flex;
  flex-direction: column;
}

.s-info-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 3px;
}
.s-info-wrap + .s-info-wrap {
  margin-top: 10px;
}
.s-info-wrap.s-info-wrap--col-gap20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 3px;
}
@media screen and (max-width: 1024px) {
  .s-info-wrap {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .s-info-wrap + .s-info-wrap {
    margin-top: 5px;
  }
  .s-info-wrap.s-info-wrap--col-gap20 {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 1px;
  }
}

.s-info {
  display: flex;
  gap: 10px;
}
.s-info.s-info--ty2 {
  padding: 2px 6px;
  border-radius: 3px;
  background: #f4f4f4;
}
.s-info.s-info--ty2 .s-info__label {
  color: var(--666666, #666);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}
.s-info.s-info--ty2 .s-info__value {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.s-info.s-info--ty3 {
  padding: 2px 6px;
  border-radius: 3px;
  background: #f4f4f4;
  gap: 5px;
}
.s-info.s-info--ty3 .s-info__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 16.8px */
  letter-spacing: -0.24px;
  border-radius: 2px;
  background: var(--525252, #525252);
  padding: 0 3.3px 0 3px;
  margin: 1.5px 0;
  flex-shrink: 0;
}
.s-info.s-info--ty3 .s-info__value {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1024px) {
  .s-info {
    gap: 5px;
  }
  .s-info.s-info--ty2 {
    padding: 1px 4px;
  }
  .s-info.s-info--ty2 .s-info__label {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .s-info.s-info--ty2 .s-info__value {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
}

.s-info__label {
  color: #888;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}

.s-info__value {
  color: var(--525252, #525252);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
}

.search-area-content {
  display: none;
  color: var(--111111, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  padding: 18px 0;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .search-area-content {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10;
  }
}

/* #endregion search result *//*# sourceMappingURL=search.css.map */