.page-close-btn {
  position: absolute;
  top: 16px;
  right: 0px;
  width: 16px;
  height: 16px;
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/page-close-btn.webp')
    no-repeat center center;
  background-size: cover;
  border: 0;
}

.page-close-btn.remove {
  right: 17px;
}

.page-setting-btn {
  position: absolute;
  top: 14px;
  right: 0;
  width: 24px;
  height: 24px;
  border: 0;
}

.page-setting-btn img {
  width: 24px;
  height: 24px;
}

/* 아이콘 메뉴 */
.horizontal-menu {
  padding: 7px 0 60px 0;
}

.menu-list {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 16px;
}

.menu-list::-webkit-scrollbar {
  display: none;
}

.menu-item:first-child {
  margin-left: 16px;
}

.menu-item:last-child {
  margin-right: 16px;
}

.menu-item a {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.menu-icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-icon img {
  width: 100%;
}

.menu-title {
  margin-top: 3px;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  /* white-space: nowrap;
    overflow: hidden;
    padding-bottom: 5px; */
}

.input-checkbox {
  display: none;
}

.custom-check {
  display: inline-block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/check-input.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.square-check {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/square-check-box.webp');
  width: 20px;
  height: 20px;
  min-width: 20px;
}

/* 체크된 경우 상태 반영 */
.input-checkbox:checked + .custom-check {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/check-input-active.webp');
  transform: scale(1);
  opacity: 1;
}

.square-checkbox:checked + .square-check {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/square-check-box-checked.webp');
}

.ellipsis-one-line-rest {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contents-container {
  width: calc(100% - 32px);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.contents-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 30px;
}

.contents-header h1 {
  font-weight: 500;
  text-align: center;
  flex: 1;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

/* 검색 */
.brand-search-result-section {
  display: none;
  padding-top: 25px;
}

.brand-search-result-section .brand-section .brand-list {
  margin-top: 0;
}

.brand-search-result-section .brand-section {
  padding: 6px 0 19px 0;
  overflow-x: scroll;
}

.brand-search-result-section .dash-line {
  width: 100%;
  height: 13px;
  background: #f0f0f0;
}

.brand-search-result-section .brand-search-result {
  padding: 16px;
}

.brand-search-result-section .brand-search-result-item {
  margin-bottom: 16px;
}

.brand-search-result-section .brand-search-result-item a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.325px;
  color: #505050;
}

.brand-search-result-section strong {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.325px;
  color: #505050;
}

.brand-section {
  padding-top: 30px;
  margin: 0 18px;
  margin-bottom: 0;
}

.brand-section-md-picks {
  padding-bottom: 60px;
}

.brand-title {
  font-weight: 600;
  font-size: 16px;
}

.brand-title span {
  color: #fc123e;
  font-size: 16px;
}

.brand-section .empty-message {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 25px;
}

.brand-section .brand-list {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  padding: 5px 0;
  overflow-x: auto;
}

.brand-section .brand-list li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 60px;
}

.brand-section .brand-list img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.brand-section .brand-name {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.input-checkbox {
  margin: 0;
}

.other-input {
  border: 0;
  border-bottom: 1px solid transparent;
  outline: none;
  transition: border-color 0.3s;
}

.input-checkbox:checked ~ .other-input {
  border-bottom-color: #000;
}

/* 상품 */
.product-area .product-grid {
  display: flex;
  flex-flow: wrap;
  gap: 9px;
}

.product-area .product-item {
  width: calc(50% - 4.5px);
  margin-bottom: 20px;
}

.product-area .product-thumbnail {
  width: 100%;
  height: unset;
}

.product-area .product-title {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.product-area .product-title.kpop {
  -webkit-line-clamp: 3;
}

.product-area .product-title .product-brand {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.product-area .product-price-group {
  padding-top: 6px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.product-area .product-price-group .product-discount-rate {
  padding-right: 4px;
  color: #fc123e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.product-area .product-price-group .product-original-price {
  color: #767676;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: line-through;
}

.product-area .product-sale-price {
  padding-top: 4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.35px;
}

.product-area .product-sub-text {
  padding-top: 7.5px;
  color: #999e9c;
  letter-spacing: -0.16px;
  font-size: 9px;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.checkbox-group.sns {
  padding-top: 16px;
}

.checkbox-group .checkbox-label {
  width: 33%;
  margin-bottom: 12px;
}

.custom-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/checkbox-label-icon2.webp')
    no-repeat center / contain;
}

.custom-checkbox input[type='checkbox']:checked + .checkbox-icon {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/checkbox-label-icon.webp');
}

.custom-checkbox strong {
  color: #000;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.agree_all {
  color: #111;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.product-badge {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.product-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
}

.product-list::-webkit-scrollbar {
  display: none;
}

.product-card {
  width: 109px;
}

.product-card-image-wrapper {
  position: relative;
}

.product-card-image-wrapper img {
  width: 109px;
  height: 109px;
}

.product-badge-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
}

.product-card-rank {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.301px;
}

.product-card-d-day {
  width: fit-content;
  padding: 5px 7px;
  background-color: #111;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
}

.badge {
  width: fit-content;
  padding: 4px 6px;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
}

.time-deal {
  background: #fc123e;
}

.new {
  background: #5c8eff;
}

.one-plus-one {
  background: #ff66cf;
}

.product-card-badge {
  position: absolute;
  bottom: 6px;
  left: 4px;
  width: 24px;
  height: 21.575px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f74720;
  color: #fff;
  font-size: 7px;
  border-radius: 50%;
}

.product-card-badge.right {
  right: 4px;
  left: auto;
}

.product-card-badge img {
  width: 100%;
  height: auto;
}

.product-card-info {
  margin-top: 12px;
}

.product-card-name {
  line-height: 17px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.product-card-name .brand {
  display: block;
  font-weight: 600;
  margin-right: 3px;
  font-size: 14px;
  letter-spacing: -0.35px;
}

.product-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.product-card-discount {
  font-size: 13px;
  color: #fc123e;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.product-card-original,
.product-card-original .unit {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.product-card-sale {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.35px;
}

.rating-icon {
  width: 6.6px;
}

.product-card-rating {
  display: flex;
  align-items: center;
  color: rgba(153, 153, 153, 0.71);
  margin-top: 9px;
}

.rating,
.rating-count {
  font-size: 10px;
  margin-left: 3px;
  color: rgba(153, 153, 153, 0.71);
  font-weight: 400;
}

.product-card-release-date {
  padding-top: 6px;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: -0.16px;
  color: #999e9c;
}

.input-warning {
  color: red;
  font-size: 13px;
  padding-left: 4px;
  margin-top: 4px;
}

/* page header */
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 13px;
}

.page-header .header-btn {
  background: none;
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
}

.page-header .header-btn.close-btn {
  width: 16px;
}

.page-header .header-btn img {
  width: 100%;
}

.header-title {
  font-size: 16px;
  font-weight: 400;
}

/* cart nav */
.bottom-checkout-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  background: #fff;
  padding: 16px 16px 39px;
  z-index: 9999;
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
  max-height: 80vh;
  overflow-y: auto;
}

.checkout-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}

.checkout-summary .label,
.checkout-summary .price {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.checkout-btn {
  width: 100%;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
  padding: 16px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.checkout-btn.review-wr {
  color: #fff;
  background: linear-gradient(90deg, #d467f5 0%, #79b0fd 100%), #000;
}

.checkout-btn.delete {
  color: #fff;
  background: #ccc;
}

/* radio */
[type='radio'] {
  appearance: none;
  border-radius: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #111;
  cursor: pointer;
  margin: 0;
}

[type='radio']:checked {
  border: 5px solid #111;
}

.stars {
  display: flex;
  align-items: center;
}

.stars img {
  width: 20px;
  height: 20px;
}

.stars.mini img {
  width: 8px;
  height: 8px;
}

.bottom-sheet-handle {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.bottom-sheet-handle img {
  width: 40px;
}

.custom-select-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  user-select: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  color: #111;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.325px;
}

.custom-select-trigger .arrow {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.custom-select-options {
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 258px;
  background: #fff;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.custom-select-options li {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.325px;
}

.custom-select-options li.out-of-stock {
  opacity: 0.4;
}

.custom-select-options li:first-child {
  border-top: 1px solid #eee;
}

.custom-select-options li:last-child {
  border-bottom: none;
}

.color-box {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.color-box img {
  width: 100%;
  height: 100%;
}

.out-of-stock-text {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.25px;
}

.custom-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  width: 24px;
  height: 24px;
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/input_radio_icon_before.webp')
    no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: background-image 0.2s ease-in-out;
  border: none;
  display: inline-block;
}

.custom-radio:checked {
  border: 0;
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/input_radio_icon_after.webp');
}

.required-text {
  color: #999;
  margin-top: 5px;
  margin-left: 30px;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.required-text.ml20 {
  margin-left: 20px;
}

.terms-content {
  width: calc(100% - 32px);
  margin-top: 13px;
  overflow: auto;
  max-height: 145px;
  padding: 14px 16px;
  color: #848284;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.25px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.toggle-terms {
  color: #999;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.section-bar {
  width: 100%;
  margin: 0;
  height: 7px;
  border: 0;
  background-color: #eee;
}

.popup-review-sort-wrap select {
  appearance: none; /* 기본 화살표 제거 (크롬, 사파리) */
  -webkit-appearance: none; /* 웹킷 브라우저 */
  -moz-appearance: none; /* 파이어폭스 */
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/select_icon.webp')
    no-repeat right 10px center;
  background-size: 13px 9px;
  padding-right: 30px;
  font-family: Pretendard;
  font-size: 12px;
  border-radius: 4px;
  height: 36px;
  border: 0;
  background-color: transparent;
}

.af-header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 0;
}

.af-header-top h1 {
  color: #111;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.af-header-top .page-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 0.5px));
  width: 24px;
}

.page-back-icon img {
  width: 24px;
  height: 24px;
}

.bg-rank-1 .page-back {
  color: #111;
}

.page-back img {
  width: 24px;
  height: 24px;
}

.bg-rank-1 {
  background: linear-gradient(270deg, #de9f20 -42.03%, #faf297 28.99%, #e0aa3e 100%);
}

.bg-rank-2 {
  background: linear-gradient(
    126deg,
    #67c2ff 5.74%,
    #af6cfb 28.29%,
    #ff40f8 58.71%,
    #ffd4a6 94.78%
  );
}

.bg-rank-3 {
  background:
    linear-gradient(86deg, rgba(74, 8, 144, 0.4) 5.91%, rgba(254, 148, 247, 0.4) 91.44%),
    linear-gradient(180deg, #150543 0%, #631da2 48.56%, #500cba 100%);
}

.bg-rank-1 .af-header-top h1 {
  color: #111;
}

.bg-rank-2 .af-header-top h1 {
  color: #fff;
}

.bg-rank-3 .af-header-top h1 {
  color: #fff;
}

.rank1 {
  color: #e0aa3e;
}

.rank2 {
  color: #ff1def;
}

.rank3 {
  color: #4d3ed7;
}

.user-rank1 {
  color: #ebb41d;
}

.user-rank2 {
  color: #3aa6ff;
}

.user-rank3 {
  color: #ff73e1;
}

.user-rank6 {
  background: linear-gradient(94deg, #fd1bd2 1.63%, #e9bac0 49.16%, #dfd8d6 68.27%, #85b6f8 96.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rank-text-1 {
  color: #111;
}

.rank-text-2,
.rank-text-3 {
  color: #fff;
}

.highlight-rank-1 {
  color: #bd820c;
}

.highlight-rank-2 {
  color: #5a3295;
}

.highlight-rank-3 {
  color: #fffb94;
}

.user-rank-1 {
  color: #ffeba9;
}

.rank-bg.rank1 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/af_bg_rank1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.rank2 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/af_bg_rank2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.rank3 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/af_bg_rank3.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.user-bg-rank1 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/user-bg_rank1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.user-bg-rank2 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/user-bg_rank2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.user-bg-rank3 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/user-bg_rank3.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rank-bg.user-bg-rank6 {
  background-image: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/user-bg_rank4.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.level-graph .user-rank {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  border-radius: 8px 8px 0 0;
  width: 80px;
}

.user-rank.user-rank-1 {
  height: 52px;
  background: linear-gradient(90deg, #fff4cf -1.4%, #ffebaa 101.65%);
}

.user-rank.user-rank-2 {
  height: 77px;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #a4d6ff 0%, #4781ff 136.64%);
}

.user-rank.user-rank-3 {
  height: 102px;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #f8a2e5 0%, #ff2fd2 136.64%);
}

.user-rank.user-rank-6 {
  height: 127px;
  background: linear-gradient(
    126deg,
    #67c2ff 5.74%,
    #af6cfb 28.29%,
    #ff59f9 58.71%,
    #ffd4a6 94.78%
  );
}

.reward-progress {
  position: relative;
  margin-bottom: 12px;
}

.progress-bar {
  padding: 3px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 10px;
}

.progress-fill {
  width: 50%;
  height: 100%;
  border-radius: 10px;
}

.progress-fill.rank1 {
  background: linear-gradient(270deg, #de9f20 -42.03%, #faf297 28.99%, #e0aa3e 100%);
}

.progress-fill.rank2 {
  background: linear-gradient(90deg, #fa33cf 0%, #87baff 136.64%);
}

.progress-fill.rank3 {
  background: linear-gradient(90deg, #b379fc 0%, #2e1062 136.64%);
}

.progress-fill.user-rank1 {
  background: linear-gradient(90deg, #ffeba9 0%, #ffdf76 100%);
}

.progress-fill.user-rank2 {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #a4d6ff 0%, #4781ff 136.64%);
}

.progress-fill.user-rank3 {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #f8a2e5 0%, #ff2fd2 136.64%);
}

.progress-fill.user-rank6 {
  background: linear-gradient(94deg, #fd1bd2 1.63%, #e9bac0 49.16%, #dfd8d6 68.27%, #85b6f8 96.68%);
}

.bp-bg.porcelain {
  background-color: #feedd9;
}

.bp-bg.fair {
  background-color: #fadfc0;
}

.bp-bg.medium {
  background-color: #f1c5a8;
}

.bp-bg.tan {
  background-color: #e5b48b;
}

.bp-bg.olive {
  background-color: #d0a173;
}

.bp-bg.deep {
  background-color: #be8760;
}

.bp-bg.dark {
  background-color: #a96842;
}

.bp-bg.ebony {
  background-color: #824a31;
}

.af-terms-content div {
  margin-bottom: 30px;
}

.af-terms-content h2 {
  color: #141414;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.af-terms-content h3 {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  letter-spacing: -0.25px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.af-terms-content div > ul {
  list-style: disc;
  padding-left: 20px;
}

.af-terms-content div > ol {
  list-style: auto;
  padding-left: 12px;
}

.af-terms-content div > ul > li {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.af-terms-content div > ol > li {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.af-terms-content div > ul > li > ul {
  list-style: disc;
  padding-left: 30px;
}

.af-terms-content div > ul > li > ul > li {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.af-terms-content table {
  width: 100%;
  margin-bottom: 24px;
}

.af-terms-content th {
  color: #282828;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  padding: 4px 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.25px;
  text-transform: capitalize;
  background-color: #d9d9d9;
}

.af-terms-content td {
  padding: 4px 0;
  color: #282828;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.25px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  align-content: center;
}

.af-terms-content p {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.af-terms-content p a {
  font-size: 10px;
  color: #111;
  text-decoration: underline;
}

.af-terms-content strong {
  color: #767676;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
}

.date-filter {
  margin: 0 auto 26px auto;
}

.my-page-main .date-filter {
  margin: 25px auto 26px auto;
}

.filter-period {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5ec;
  border-left: 1px solid #e5e5ec;
  border-bottom: 1px solid #e5e5ec;
  border-radius: 8px;
  overflow: hidden;
}

.filter-btn {
  flex: 1;
  padding: 10px 0;
  border: 0;
  border-right: 1px solid #e5e5ec;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.filter-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.date-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.date-input {
  position: relative;
  flex: 1;
}

.date-input input[type='date'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none; /* 사파리/크롬 */
  -moz-appearance: textfield; /* 파이어폭스 */
  appearance: none;
  background-color: #fff; /* 배경색 */
  background-image: none; /* 기본 달력 아이콘 제거 */
  overflow: hidden;
  color: #111;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
  text-align: left;
}

.date-input input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0; /* 완전 투명하게 처리 */
  cursor: pointer;
}

.date-input input[type='date']::-webkit-inner-spin-button,
.date-input input[type='date']::-webkit-clear-button {
  display: none;
}

.date-input .calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.date-input .calendar-icon img {
  width: 24px;
  height: 24px;
}

.date-separator {
  margin: 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.search-btn {
  width: 100%;
  background: #000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.35px;
  padding: 13px 0;
  border: 0;
}

.custom-select-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 10px;
  color: #111;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.custom-select-selected {
  padding: 11px 16px;
  border: 1px solid #e5e5ec;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.custom-select-selected::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 10px;
  transform: translateY(-50%) rotate(90deg);
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/view-more-icon.webp')
    no-repeat center center;
  background-size: cover;
}

.empty-data-wrap {
  width: 80%;
  margin: 0 auto;
}

.empty-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 59px 0;
}

.empty-data img {
  width: 100px;
  height: 100px;
}

.empty-data span {
  display: block;
  width: 100%;
  color: #848284;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  text-align: center;
}

.empty-data p {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

.empty-data a {
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.35px;
  border-radius: 28px;
  background-color: #111;
}

.checkout-page section {
  margin-bottom: 0;
}

/* order item list */
.order-total-item {
  border: 1px solid #e5e5ec;
  background: #fff;
  border-radius: 6px;
}

.order-item-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  cursor: pointer;
}

.item-list {
  max-height: 445px;
  overflow-y: auto;
}

.order-item-list-title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.order-item-list-title-icon {
  width: 16px;
}

.order-item-list-title-icon img {
  width: 100%;
  transform: rotate(90deg);
}

.order-item-list-title-icon img {
  transition: transform 0.3s ease;
}

.order-item-list-title-icon.rotated img {
  transform: rotate(-90deg);
}

.cart-item {
  padding: 9px 16px;
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}

.item-list {
  display: none;
  transition: all 0.3s ease;
}

.item-list.active {
  display: block;
}

.item-list li:not(:last-child) {
  border-bottom: 1px solid #e5e5ec;
}

.cart-item-img {
  width: 80px;
}

.item-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
}

.item-title-info-area {
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
}

.cart-item-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.cart-item-name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.item-bottom-info-area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.item-price-info-area {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.free-quantity {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

/*orderinquiryview 페이지*/
.order-number {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

.order-number-title {
  color: #848284;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.order-number-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.order-confirmed-section-header {
  border-bottom: 1px solid #eee;
  padding: 16px;
}

.order-confirmed-section-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.order-confirmed-text-area {
  display: flex;
  flex-flow: column nowrap;
  padding: 19px 20px;
  gap: 16px;
}

.order-confirmed-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}

.order-confirmed-title {
  min-width: 110px;
  color: #848284;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.order-confirmed-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

/*order summary*/
.order-summary-section {
  background: #eee;
  padding: 16px 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

.summary-title {
  padding-top: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.35px;
}

.summary-body {
  padding: 15px 28px 0;
}

.cart-section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12.372px;
  font-weight: 400;
  letter-spacing: -0.309px;
}

.summary-item {
  margin-bottom: 17px;
  display: flex;
  flex-flow: column nowrap;
  gap: 13px;
  padding-top: 11px;
}

.summary-discount {
  display: flex;
  flex-flow: column nowrap;
  gap: 11px;
}

.summary-row,
.summary-sub-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.summary-row.ddp-only {
  margin-top: 17px;
}

.summary-row.ddp-only .summary-title-label,
.summary-row.ddp-only .summary-title-value {
  font-weight: 400;
  font-size: 12px;
}

.discount-section {
  margin-bottom: 2px;
}

.summary-title-label {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #000;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}

.summary-title-label button {
  width: 12px;
  height: 12px;
  border: none;
  background: none;
  padding: 0;
}

.summary-title-label button img {
  width: 100%;
}

.gst-tooltip-content {
  position: absolute;
  top: -90px;
  left: 140px;
  transform: translateX(-50%);
  background: #7c7c7c;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.3px;
  font-weight: 400;
  min-width: 240px;
  display: none;
  z-index: 100;
}

.gst-tooltip-content.active {
  display: block;
}

.gst-value {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.summary-title-value {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #000;
}

.summary-sub-row .label,
.summary-sub-row .value {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #848284;
}

.summary-sub-row .free {
  color: #66a2ff;
}

.discount-section .summary-title-value {
  color: #fc123e;
}

.summary-gst {
  margin: 19px 0 13px;
}

.summary-row-total {
  padding: 10px 0 32px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  text-align: end;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.summary-row-total .label {
  color: #848284;
  font-weight: 400;
  font-size: 9.5px;
  font-style: normal;
  letter-spacing: -0.238px;
}

.summary-row-total .value {
  color: #fc123e;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.35px;
}

.my-page-main header {
  border-bottom: 1px solid #f0f0f0;
}

.input-section {
  margin: 24px 0;
}

.input-form-wrap {
  margin-bottom: 12px;
}

.input-form-wrap .select-row {
  position: relative;
}

.input-form-wrap .input-title {
  margin-bottom: 12px;
  color: #111;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.input-form-wrap .input-form-control {
  width: calc(100% - 32px);
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #e5e5ec;
  background-color: #fff;
}

.input-form-wrap .input-form-control.readonly {
  color: #848284;
  background-color: #f0f0f0;
  outline: none;
}

.input-form-wrap .select-form-control {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #e5e5ec;
  appearance: none;
}

.input-form-wrap .multi-select-form-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}

.input-form-wrap .multi-select-form-wrap .select-row {
  position: relative;
}

.input-form-wrap .multi-select-form-wrap .select-row .multi-select {
  position: relative;
  width: 100%;
  color: #111;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.35px;
  padding: 14px 16px;
  border: 1px solid #e5e5ec;
  background-color: #fff;
  border-radius: 6px;
  appearance: none;
}

.input-form-wrap .multi-select-form-wrap .select-row.month-select-form-control {
  flex-basis: 30%;
}

.input-form-wrap .multi-select-form-wrap .select-row.day-select-form-control {
  flex-basis: 30%;
}

.input-form-wrap .multi-select-form-wrap .select-row.year-select-form-control {
  flex-basis: 40%;
}

.custom-select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
  height: 10px;
  transform: translateY(-50%) rotate(90deg);
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/view-more-icon.webp')
    no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* 리뷰 리스트 헤더 */
.review-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 12px;
}

.review-list-header h3 {
  font-size: 14px;
  font-weight: 600;
}

.review-list-header select {
  padding: 6px 10px;
  font-size: 13px;
}

/* 리뷰 아이템 */
.review-item {
  padding: 32px 0;
  border-bottom: 1px solid #eee;
}

.review-item.detail {
  padding-top: 16px;
}

.review-item:first-of-type {
  padding-top: 0;
}

.review-item:nth-last-of-type(1) {
  border-bottom: none;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.review-header .nickname {
  font-weight: 400;
  font-size: 10px;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 5px;
}

.review-header .date {
  color: #848284;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.review-header .stars img {
  width: 8px;
  height: 8px;
}

.review-user-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.review-user-image img {
  width: 100%;
  height: 100%;
}

/* 태그 */
.review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.review-tags span {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  padding: 2px 6px;
  color: #66a2ff;
  text-align: center;
  font-family: Pretendard;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.188px;
  border-radius: 57.895px;
  background: rgba(144, 185, 249, 0.2);
}

.review-tags-title {
  color: #66a2ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.review-tag-text {
  color: #66a2ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.loading-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.loading-wrapper img {
  width: 30px;
}

.bp-beauty-preferences {
  padding-top: 42px;
}

.bp-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.bp-category h4 {
  width: 100%;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}

.bp-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bp-option {
  display: flex;
  align-items: center;
  padding: 10px 19px;
  background-color: #f0f0f0;
  border: 1px solid #d6d6d6;
  border-radius: 28px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.bp-option.bp-bg-btn {
  padding: 3px 5px;
}

.bp-text {
  padding: 0 10px;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.bp-bg {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #000;
}

.bp-option.bp-active {
  color: #66a2ff;
  border-color: #66a2ff;
  transition: all ease 0.3s;
}

.bp-option.bp-active .bp-text {
  color: #66a2ff;
  border-color: #66a2ff;
  transition: all ease 0.3s;
}

.benefits-top-section h2 {
  color: #111;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  background: linear-gradient(
    90deg,
    rgba(103, 194, 255, 1) 0%,
    rgba(175, 108, 255, 1) 25%,
    rgba(255, 89, 249, 1) 60%,
    rgba(255, 212, 166, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.benefits-top-section p {
  padding: 16px 0 10px 0;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.benefits-top-section span {
  display: block;
  color: #848284;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.membership-benefits-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.membership-benefits-table th,
.membership-benefits-table td {
  border: 1px solid #ddd;
  padding: 8px 6px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  word-break: break-word;
}

.membership-benefits-table thead th {
  background: #111;
  color: white;
  font-weight: 600;
  font-family: Pretendard;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.membership-benefits-table thead th:nth-child(2) {
  background: linear-gradient(to right, #fef0c1, #fff3c4);
  color: #000;
}

.membership-benefits-table thead th:nth-child(3) {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #a4d6ff 0%, #4781ff 136.64%);
  color: #000;
}

.membership-benefits-table thead th:nth-child(4) {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, #f8a2e5 0%, #ff2fd2 136.64%);
  color: #000;
}

.membership-benefits-table thead th:nth-child(5) {
  background: linear-gradient(
    126deg,
    #67c2ff 5.74%,
    #af6cfb 28.29%,
    #ff59f9 58.71%,
    #ffd4a6 94.78%
  );
  color: #000;
}

.membership-benefits-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.membership-benefits-table tbody td:first-child {
  width: 69px;
  background: #111;
  color: white;
  font-weight: 400;
  font-family: Pretendard;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.membership-benefits-table tbody tr td {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 14px;
}

.membership-benefits-table .cell-img {
  width: 24px;
}

/* accordion menu */
.accordion-section {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
}

.accordion-header .accordion-title {
  color: #7d7d7d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.accordion-button-area {
  display: flex;
  gap: 11px;
}

.accordion-button-area img {
  width: 20px;
}

.accordion-answer {
  background: #f0f1f4;
  padding: 19px 17px 30px;
  overflow: hidden;
}

.accordion-answer h2 {
  color: #777;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.22px;
}

.affiliate-account-page .accordion-answer p {
  font-weight: 300;
}

.accordion-answer p {
  color: #767676;
  text-overflow: ellipsis;
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  letter-spacing: -0.22px;
}

.product-list-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 19px;
}

.product-info {
  position: relative;
}

.add-to-cart-btn {
  position: absolute;
  bottom: 0;
  right: 8px;
  background: none;
  border: none;
}

.add-to-cart-btn img {
  width: 16px;
}

/* 결과 없음 css */
.no-data-section {
  margin: 0 auto;
}
.no-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  height: 60vh;
  margin-top: 33px;
}
.no-content-img {
  width: 94px;
}
.no-content-text {
  color: #bababa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
}
