body {
  /* 반응형으로 제작 시  max-width, min-width 사용 예정 */
  min-width: 769px !important;
  margin: 0 auto !important;
}

html.lang-ko {
  font-family: "Pretendard", "open sans", system-ui, "-apple-system", "Segoe UI", "Roboto", "Ubuntu",
    "Cantarell", "Noto Sans", "sans-serif";
}

html.lang-jp {
  font-family: YJTop Ellipsis,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  /* base font size */
  font-size: 14px;
}

a {
  text-decoration: none !important; /* 링크의 밑줄 제거 */
  color: inherit !important; /* 링크의 색상 제거 */
}

.tab-container > a {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
  width: 164px;
  background-color: #f9f9fb;
  border: 1px solid #d4d5d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 120% */
  letter-spacing: -0.5px;
  padding: 10px 0;
}

.tab-container > a:nth-child(1) {
  border-radius: 1000px 0 0 1000px;
  border-right: 0;
}

.tab-container > a:nth-child(2) {
  border-radius: 0 1000px 1000px 0;
  border-left: 0;
}

.tab-container > a.active {
  background-color: #21262f;
  border: 1px solid #21262f;
  color: #fff !important;
}

main {
  display: flex !important;
  flex-direction: column !important;
  margin-top: 72px;
}

.title-container {
  text-align: center;
  margin-bottom: 40px;
}

.title-container > .title {
  color: #38404e;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.title-container > .description {
  color: #707583;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 26px;
}

.item-list article {
  position: relative;
}

.item-list .transparent-background {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.item-list .item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2 / 3;
}

.item > .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #21262f;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-list article img {
  width: 100%;
  height: 100%;
}

.item-badge {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.item-badge > div {
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
}

.item-badge > div:nth-child(1) {
  background-color: #707583;
  color: #fff;
}

.item-badge > div:nth-child(2) {
  background-color: #d4d5d9;
}

.item-name {
  margin-top: 12px;
  color: #38404e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-description {
  margin-top: 2px;
  overflow: hidden;
  color: #38404e;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.item-original-price {
  margin-top: 12px;
  color: #b4b7c2;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: line-through;
}

.item-discount {
  display: flex;
  gap: 6px;
}

.item-discount > .discount-rate {
  color: #fa602f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-discount > .price-discounted {
  color: #38404e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.item-color-chip {
  margin-top: 12px;
  display: flex;
  gap: 2px;
}

.item-color-chip > div {
  width: 16px;
  height: 8px;
  border: 1px solid #d4d5d9;
}

.item-color-chip > .black {
  background-color: #000;
}

.item-color-chip > .black-secondary {
  background-color: #2e3454;
}

.item-color-chip > .white {
  background-color: #fff;
}

.item-color-chip > .orange {
  background-color: #d09455;
}

.item-color-chip > .pink {
  background-color: #ffb9c9;
}

.item-color-chip > .gray {
  background: #c5c5c5;
}

.item-color-chip > .gray-secondary {
  background: #e8e8e8;
}

.item-color-chip > .dark-gray {
  background: #818181;
}

.item-color-chip > .cyan {
  background: #eaffe9;
}

.item-color-chip > .beige {
  background: #ece0d5;
}
