@import url(https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/variable/pretendardvariable-dynamic-subset.min.css);
.l-content {
  min-height: calc(100vh - 156px - 300px);
}

.page__content {
  min-width: 280px;
  width: 100%;
  max-width: 425px;
}

.header {
  min-height: 56px;
  max-height: 56px;

  background-color: var(--black);
}

.header--sub {
  border-bottom: none;
}

.header-white.header--sub {
  border-bottom: 1px solid var(--gray-300);
}

.header__title {
  margin: 0;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  line-height: normal;
}

.header__logo-img {
  transform: translateX(-17%);
}

.header.header-black.main .header__left-btn {
  position: initial;
  transform: none;

  margin-left: 8px;
}

.header.header-white.main .header__left-btn {
  position: initial;
  transform: none;

  margin-left: 8px;
}

.header.header-white {
  background-color: var(--white);
}

.header-white .header__title {
  color: var(--black);
}

.header-container {
  z-index: 100;
  position: sticky;
  top: 0;

  display: flex;
  flex-direction: column;
}

.header.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main-container {
  display: flex;
  align-items: center;

  margin-right: 8px;
}

.header-main-link-item {
  width: 48px;
  height: 48px;
}

.header-category-left-container {
  margin-left: 16px;

  display: flex;
  align-items: center;

  gap: 16px;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-category-left-link-container {
  display: flex;
  align-items: center;

  gap: 16px;
}

.header-category-left-login-container {
  display: flex;
  align-items: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.category-nav-sign-in {
  background-color: var(--black);
}

.footer {
  border-top: none;
  background-color: var(--black);
}

.footer__link {
  color: var(--white);
}

.footer__company {
  color: var(--white);
}

.footer__about {
  color: var(--gray-500);
}

.footer__business-registration {
  color: var(--gray-500);
}

.footer__business-registration span,
.footer__business-registration a {
  color: var(--gray-500);
  font-weight: 300;
}

.copyright {
  color: var(--gray-500);
}

.hero {
  background-color: var(--black);

  margin-bottom: 0;
}

.bottom-nav {
  max-width: 425px !important;
  width: 100% !important;

  background-color: var(--black);
  box-shadow: none;
}

.bottom-nav__label {
  color: var(--gray-500);
  font-weight: 500;
}

.focus {
  color: var(--white);
  font-weight: 700;
}

.bottom-nav__link--category::before {
  display: none !important;
}

.bottom-nav__link--search::before {
  display: none !important;
}

.bottom-nav__link--north::before {
  display: none !important;
}

.shopping-basket {
  background-image: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/cart..svg?16c23abb2719a91482d4);

  position: relative;
  background-position: 0;

  width: 48px;
  height: 48px;
}

.shopping-basket__count {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;

  right: 2px;
  bottom: 2px;
}

.header-white .shopping-basket {
  background-image: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/cart_black..svg?0b512b74c2888b2433b3);
}

.header-white .shopping-basket__count {
  background-color: var(--black);
  color: var(--white);
}

.ico--arrow-left {
  background-image: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/back..svg?48a8d1d2338b768c9630);

  position: relative;
  background-position: 0;

  width: 48px;
  height: 48px;
}

.image-counter {
  position: absolute;
  z-index: 1;

  right: 16px;
  bottom: 16px;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 34px;
  height: 16px;
  border-radius: 12px;

  font-size: 8px;
  background-color: var(--white);
  color: var(--black);
}

.bold {
  font-weight: 700;
}

.swiper-pagination-bullets {
  bottom: 23px !important;
}

.product-section {
  margin-top: 0;
}

.product-section__more {
  color: var(--gray-500);
  font-weight: 700;
  font-size: 1.13rem;

  border-radius: 11.111px;
  border: 1.389px solid var(--gray-300);
  background: var(--white);

  margin: 24px 16px 0;
}

.product-section__more.play {
  margin: 0 16px;
}

.product-section__title {
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;

  margin-bottom: 16px;
}

.panel {
  padding: 40px 0;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid var(--gray-300);
  box-shadow: none;
}

.l-panel {
  border: none;
}

.banner04-panel {
  padding-top: 40px;
  margin-bottom: -24px;
}

.mypage-float-btn {
  z-index: 10;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black);
  border-radius: 24px;

  position: fixed;
  bottom: 140px;
  right: 69px;

  width: 56px;
  height: 56px;
}

@media (max-width: 768px) {
  .mypage-float-btn {
    right: 20px;

    border-radius: 18px;
    width: 44px;
    height: 44px;
  }
}

.header-nav {
  width: 100%;
  height: 56px;
  padding: 0 15px;

  background-color: var(--black);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav-swiper {
  width: 100%;
  height: 56px;

  padding: 20px 0;

  background-color: var(--black);
}

.header-nav-swiper .swiper-wrapper {
  align-items: center;
}

.header-nav-swiper .swiper-slide {
  width: auto;
}

.header-nav-swiper-item {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

.header-nav-swiper-item:hover {
  font-weight: 700;
}

.header-play-button-container {
  display: flex;
  align-items: center;

  gap: 2px;
}

.header-iron-studio-container {
  display: flex;
  align-items: center;

  gap: 4px;

  font-weight: 700;
}

.header-home-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-home-container-absloute {
  position: absolute;
  left: 56px;
}

.csl-sf.csl-TemplateShorts.grid-2.horizontal .wrap-template-info {
  min-height: 20px !important;
}

.event_timer_container {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 4px;
}

.event_timer_number {
  font-size: 52px;
  font-weight: bold;

  width: 43px;
  height: 65px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid var(--black);
}

.event_timer_colon {
  font-size: 44px;
  font-weight: 400;
}

.offcanvas {
  max-width: 425px;
}

.category-page-container {
  display: flex;
}

.category-page-label-container {
  overflow-y: auto;
}

.category-page-label {
  cursor: pointer;

  height: 54px;
  padding: 16px;

  background-color: var(--white);
  color: var(--gray-500, #adb5bd);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.category-page-label.active {
  background-color: var(--gray-200);
  color: var(--gray-900);
}

.category-page-children-container {
  overflow-y: auto;
  flex: 1;

  background-color: var(--gray-200);

  padding: 16px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  row-gap: 16px;
}

.category-page-children {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.category-page-children-img {
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 6px;

  display: block;
  width: 80px;
  height: 80px;
}

.category-page-children-label {
  width: 80px;

  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

  color: var(--gray-900);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.category-page-children-all {
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 6px;

  width: 80px;
  height: 80px;

  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 425px) {
  .category-page-children-img {
    width: 60px;
    height: 60px;
  }

  .category-page-children-label {
    width: 60px;
  }

  .category-page-children-all {
    width: 60px;
    height: 60px;
  }
}

.main-category-block-section {
  display: grid;
  overflow: auto;

  grid-template-columns: repeat(4, 1fr);
  row-gap: 15px;

  padding: 24px 15px;

  border-bottom: 1px solid var(--gray-300);
}

.main-category-item-img {
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 8px;

  display: block;
  width: 89px;
  height: 89px;
}

.main-category-item-img-label {
  width: 89px;

  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

  color: var(--gray-900);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 425px) {
  .main-category-block-section {
    row-gap: 12px;
  }

  .main-category-item-img {
    width: 73px;
    height: 73px;
  }

  .main-category-item-img-label {
    width: 73px;
  }
}

.modal__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal {
  border-radius: 12px;
}

.modal__box {
  min-width: 281px;
  width: 100%;
  max-width: 425px;
  min-height: 0;
}

.modal__btns:first-of-type {
  background-color: red;
}

.modal__btns {
  padding: 10px 16px;

  border-top: 1px solid var(--default-color);
}

.modal__btns .btn {
  height: 56px;

  border-radius: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  background-color: var(--gray-200);
}

.modal__btns .btn:nth-of-type(n + 2) {
  border: none;
  margin-left: 8px;

  background-color: var(--black);
  color: var(--white);
}

.modal__btns .btn:only-child {
  border: none;

  background-color: var(--black);
  color: var(--white);
}

/* .modal__content {
  min-height: 100px;
}

.title-modal--full {
  min-width: 325px;
  width: 100%;
  max-width: 425px;
}

.title-modal__content {
  min-width: 325px !important;
} */

.title-modal__header {
  border-bottom: 1px solid var(--gray-300);
}

.title-modal__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-modal__back-btn {
  cursor: pointer;
  position: absolute;
  left: 4px;
}

.thumb-GALLERY {
  padding: 0 16px 16px 16px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  gap: 24px 8px;
  justify-content: center;
}

.total-sort {
  top: 56px;
  border-bottom: none;

  height: 52px;
  margin-bottom: 0;
  padding: 16px;
}

.total-sort__count {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total-sort__count .highlight {
  color: var(--black);
}

.select-box {
  cursor: pointer;
}

.product-board-list__sort-type {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-500);
}

.product-board-list__sort-type select {
  padding-right: 26px;
}

.search-soldout-container {
  padding: 16px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-bottom: 1px solid var(--gray-300);
  color: var(--gray-500);
}

.search-soldout-container-active {
  color: var(--black);
}

.search-soldout-button {
  position: relative;

  width: 50px;
  height: 26px;
  border-radius: 16px;

  background-color: var(--gray-500);

  transition: background-color 0.3s ease-in 0s;

  cursor: pointer;
}

.search-soldout-button-active {
  background-color: var(--black);
}

.search-soldout-button-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;

  background-color: var(--white);

  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in 0s;
}

.search-soldout-button-icon-active {
  left: 50%;
}

.header-search-container {
  flex: 1;

  display: flex;
  align-items: center;
  gap: 8px;

  width: 100%;
  height: 40px;

  padding: 8px 16px !important;

  border-radius: 8px;
  background: var(--gray-200);
}

.header-search-input {
  width: 100%;
  flex: 1;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.breadcrumb {
  padding: 16px;
  margin-bottom: 0;

  border-bottom: 1px solid var(--gray-300);
}

.breadcrumb__section {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  padding: 0;

  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb__link {
  cursor: pointer;
}

.breadcrumb__section::after {
  display: none;
}

.breadcrumb__link::after {
  display: none;
}

.category-callout {
  left: 0;
}

.category-menu-swiper-container {
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--gray-300);
}

.category-menu-swiper-container .swiper-slide {
  width: auto !important;
}

.category-menu__link {
  display: inline-block;

  padding: 0;
  color: var(--gray-500);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.category-menu__link.sub {
  font-size: 12px;
}

.category-menu__link.is-active {
  color: var(--black);

  font-weight: 700;
}

.category-menu__list li {
  padding: 13px 15px;
  border-right: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}

.category-menu__list li:nth-child(3n) {
  border-width: 1px;
}

.recent-keywords-container {
  padding: 16px 0;
}

.recent-keywords-title-container {
  padding: 0 16px;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-keywords-title {
  color: var(--black);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.recent-keywords-delete-all {
  cursor: pointer;

  padding: 4px 12px;

  color: var(--gray-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--white);
}

.recent-keywords-item {
  cursor: pointer;

  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  color: var(--gray-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  padding: 4px 12px;

  width: auto !important;

  display: flex !important;
  align-items: center;
  gap: 12px;
}

.search-page-product-list-container {
  border-top: 1px solid var(--gray-300);
}

.search-page-product-list-title {
  padding: 16px;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.category-menu-bullet-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  height: 26px;
  border-bottom: 1px solid var(--gray-300);
}

.swiper-custom-pagination {
  margin-top: 5px;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  background: var(--black);
}

/* .category-menu__list {
  border-bottom: none;
} */

.sign-in {
  padding: 16px;
}

.sign-in-mall-logo {
  display: flex;
  align-items: center;

  width: 250px;
  margin: 35px auto;
}

.normal-sign-in__input-wrap,
.guest-order__input-wrap {
  height: 40px;
}

.normal-sign-in__input-wrap input,
.guest-order__input-wrap input {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  padding: 0 16px;
}

.normal-sign-in__input-wrap input::placeholder,
.guest-order__input-wrap input::placeholder {
  color: var(--gray-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.guest-order__input-wrap .text-field {
  border: none;
}

.normal-sign-in button,
.guest-order button {
  height: 56px;

  border-radius: 8px;
  background: var(--gray-900);

  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-top: 16px;
}

.sign-in-link__item {
  color: var(--gray-500);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  padding: 0;
  width: initial;
}

.sign-in-link__item::after {
  display: none;
}

.guest-order {
  padding: 16px;
  margin-top: 0;
}

.sign-in-link {
  margin-top: 16px;

  color: var(--gray-500);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.sign-in-link-sub {
  margin-top: 27px;

  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.sign-in-link-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sign-in-auto-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sign-in-auto-checkbox {
  width: 20px;
  height: 20px;
}

.my-info-name-container {
  height: 76px;

  background-color: var(--black);
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  justify-content: center;
  align-items: center;
}

.my-info-counter-container {
  padding: 16px 0;

  background-color: var(--white);

  display: flex;
  align-items: center;
  justify-content: space-around;
}

.my-info-counter-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  color: var(--black);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.my-info-counter-link-number {
  margin-top: 8px;

  color: var(--blue-500);

  font-size: 12px;
  font-weight: 700;
}

.my-info-bottom-container {
  display: flex;
  flex-direction: column;
}

.my-info-bottom-title {
  height: 56px;

  padding: 16px;
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.my-info-bottom-link {
  height: 56px;

  padding: 16px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-bottom: 1px solid var(--gray-300);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-info-bottom-link.grey {
  cursor: pointer;
  color: var(--gray-500);
}

.profile-like {
  padding: 0;
}

.profile-like-total-count {
  padding: 20px 16px;

  color: var(--black);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-check-container {
  padding: 24px 16px;
}

.member-modification-check-content {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-check-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 8px;

  margin-top: 22px;
}

.member-modification-check-input {
  width: 100%;
  height: 40px;

  padding: 8px 16px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-check-input::placeholder {
  color: var(--gray-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-form__button-wrap {
  margin: 35px 0;
}

.member-modification-member-withdrawal-link-wrapper {
  padding: 16px;
}

.member-modification-member-withdrawal-link {
  text-align: center;
  color: var(--gray-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-form__input-wrap input {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background-color: var(--white);

  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  width: 100%;
  height: 40px;
  padding: 8px 16px;
}

.member-modification-form__item .text-field input {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background-color: var(--white);

  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  width: 100%;
  height: 40px;
  padding: 8px 16px;
}

.member-modification-form .text-field {
  border: none;
}

.member-modification-form__item .select-box {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background-color: var(--white);

  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  height: 40px;
}

.member-modification-form__item .select-box select {
  padding: 8px 16px;
}

.member-modification-form__item {
  margin-top: 16px;
}

.member-modification-form {
  padding: 0px 16px 16px 16px;
}

.address-form__zip-code button {
  border-radius: 8px;
  background: var(--black);

  color: var(--white);
  font-style: normal;
  line-height: normal;
}

.member-modification-form__button-wrap {
  position: sticky;
  bottom: 0;

  background-color: var(--white);
  padding: 16px;
  margin: 0;
}

.member-modification-form__button-wrap button {
  border-radius: 8px;
  background: var(--black);

  height: 56px;

  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.member-modification-form__tit {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.member-modification-form__description {
  color: var(--gray-500);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-top: 0;
}

.radio-field__content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.member-modification-form__radio-field {
  margin-top: 0;
  padding: 10px 16px;
  border-bottom: 1px solid var(--gray-200);
}

.member-modification-form__radio-field .search-soldout-container {
  height: initial;
  padding: 0;
  border-bottom: none;
}

.member-modification-form__btn--certificate {
  height: 56px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.my-page-coupon__registration-button-wrapper {
  border-bottom: 1px solid var(--gray-300);

  padding: 16px;
}

.my-page-coupon__registration-button {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background-color: var(--white);
  color: var(--black);
}

.my-page__total-count {
  font-size: 14px;
  margin-bottom: 0;
}

.my-page-coupon__coupons-list-container {
  padding: 16px;
}

.my-page-coupon__list {
  margin-top: 16px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.empty-list {
  border: none;
}

.my-page-coupon-item-container {
  border: 1px solid var(--gray-300);
  border-radius: 12px;

  padding: 20px;

  display: flex;
  flex-direction: column;
  gap: 16px;

  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.my-page-coupon-item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--red-500);
}

.my-page-coupon__content {
  display: flex;
  flex-direction: column;
  gap: 8px;

  margin-top: 0;
  line-height: initial;
}

.my-page-coupon__name {
  font-size: 16px;
  font-weight: 700;
}

.my-page-coupon__max-amount {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-600);
}

.my-page-coupon__limit-sale-price {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-600);
}

.my-page-coupon__date {
  margin-top: 0;

  font-size: 12px;
  font-weight: 400;
  color: var(--gray-600);
}

.coupon-registration-modal {
  min-height: initial;
}

.coupon-registration-modal .title-modal__content {
  padding: 0;
}

.my-page-coupon-registration-input-wrapper {
  padding: 40px 16px;
}

.my-page-coupon-registration .text-field {
  margin-top: 0;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
}

.my-page-coupon-registration .text-field input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-400);
}

.my-page-coupon-registration__buttons {
  margin-top: 0;
  border-top: 1px solid var(--gray-300);

  padding: 10px 16px;

  gap: 8px;
}

.my-page-coupon-registration__buttons button {
  height: 56px;

  font-size: 18px;
  font-weight: 700;
}

.my-page-coupon-registration__buttons .btn--dark {
  background-color: var(--gray-200);
  color: var(--black);
}

.my-page-coupon-registration__buttons .btn--caution {
  background-color: var(--black);
  color: var(--white);
}

.my-page-coupon__tabs {
  height: 56px;
  background-color: var(--white);

  border-bottom: 1px solid var(--gray-300);
}

.my-page-coupon .tabs__item {
  height: 100%;
}

.my-page-coupon .tabs__item button {
  height: 100%;
}

.my-page-coupon .tabs__item.on {
  border-bottom: 2px solid var(--black);
}

.my-page-coupon .tabs__item.on button {
  color: var(--black);
  font-weight: 700;
}

.my-page-coupon__tabs li:not(:first-child):before {
  content: none;
}

.my-page-coupon-item-container.unissuable {
  background-color: var(--gray-200);
}

.my-page-coupon-item-container.unissuable p {
  color: var(--gray-500);
}

.my-page-summary-container {
  padding: 24px 16px;
  background-color: var(--black);
}

.my-page-summary-name-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.my-page-summary-name {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);

  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-page-summary-number-container {
  display: flex;
  align-items: center;
  gap: 4px;

  font-size: 12px;
  font-weight: 400;
  color: var(--white);

  cursor: pointer;
}

.my-page-summary-badge-container {
  margin-top: 16px;

  background-color: #101418;
  border-radius: 12px;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-page-summary-badge-left-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.my-page-summary-badge-left-text-container {
  display: flex;
  flex-direction: column;
  gap: 4px;

  color: var(--white);
  font-size: 12px;
  font-weight: 400;
}

.my-page-summary-badge-left-text-label {
  font-size: 18px;
  font-weight: 700;
}

.my-page-summary-badge-level-info-page {
  padding: 4px 8px;
  background-color: var(--gray-800);
  border-radius: 20px;

  font-size: 10px;
  color: var(--white);
}

.my-page-badge-container {
  padding: 0 16px 24px 16px;
  background-color: var(--black);
}

.my-page-badge-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.my-page-badge-item-container {
  margin-top: 16px;

  display: flex;
  align-items: center;
  gap: 8px;
}

.my-page-badge-item-wrapper {
  background-color: #101418;
  border-radius: 12px;
  padding: 12px;
  width: 77px;
  height: 100px;

  color: var(--white);
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  line-height: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.my-page-badge-item-wrapper.disabled-badge {
  color: var(--gray-900);
}

.my-page-badge-notice {
  margin-top: 16px;

  font-size: 12px;
  color: var(--gray-600);
}

.my-info-bottom-link-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.my-info-bottom-link-blue {
  color: var(--blue-500);
}

.my-info-friend-invite-banner-wrapper {
  padding: 16px;
}

.friend-invite-info-page-container {
  position: relative;
}

.friend-invite-info-page-button-container {
  position: sticky;
  bottom: 0;

  border-top: 1px solid var(--gray-300);
  background-color: var(--white);
  padding: 10px 16px;
}

.friend-invite-info-page-button {
  width: 100%;
  height: 56px;
  border-radius: 8px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--blue-500);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.friend-invite-input-page-top-container {
  padding: 56px 30px;

  border-bottom: 1px solid var(--gray-300);
}

.friend-invite-input-page-bold-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);

  line-height: 30px;
}

.friend-invite-input-page-normal-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);

  margin-top: 28px;
}

.friend-invite-input-page-warning-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;

  margin-top: 36px;
}

.friend-invite-input-page-warning-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);

  line-height: 22px;
}

.friend-invite-input-page-warning-text-bold {
  font-weight: 700;
}

.friend-invite-input-page-button {
  width: 100%;
  height: 56px;
  border-radius: 8px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--black);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.friend-invite-input-page-button:disabled {
  pointer-events: none;
  background-color: var(--gray-600);
  color: var(--gray-500);
}

.friend-invite-input-page-bottom-container {
  padding: 229px 30px 36px 30px;
}

.friend-invite-input-page-bottom-input {
  margin-top: 24px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  width: 100%;
  height: 40px;

  padding: 8px 16px;

  font-size: 16px;
  font-weight: 500;
}

.friend-invite-input-page-bottom-input::placeholder {
  color: var(--gray-500);
}

/* Chrome, Safari, Edge, Opera */
.friend-invite-input-page-bottom-input::-webkit-outer-spin-button,
.friend-invite-input-page-bottom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
.friend-invite-input-page-bottom-input[type='number'] {
  -moz-appearance: textfield;
}

.product-thumb-item-name-container {
  display: flex;
  gap: 4px;
}

.product-thumb-item__productNo {
  font-size: 12px;
  color: var(--white);
}

.order-sheet__term-checker-line {
  width: 100%;
  height: 1px;

  margin: 20px 0 10px 0;

  background-color: var(--default-color);
}

.pay-method-btn--checked {
  background-color: var(--black);
}

.order-sheet,
.order-confirm,
.order-detail {
  .accordion__title {
    height: 56px;
    font-weight: 700;
    padding: 16px;

    border-bottom: 1px solid var(--gray-300);
  }

  .order-sheet-title {
    height: 56px;
    font-weight: 700;
    padding: 16px;
    font-size: 16px;

    border-bottom: 1px solid var(--gray-300);

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .change-address-button {
    font-size: 12px;
    font-weight: 400;

    background-color: var(--gray-200);

    padding: 8px 12px;
    border-radius: 6px;
  }

  .order-sheet-section {
    padding: 16px;
    background-color: var(--white);
  }

  .order-sheet-section .order-sheet__item:last-of-type {
    margin-bottom: 0;
  }

  .address-container {
    width: 100%;
    padding: 16px;
    border: 2px solid var(--gray-300);
    border-radius: 12px;

    margin-bottom: 8px;
  }

  .address-title-container {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 14px;
    font-weight: bold;

    margin-bottom: 12px;
  }

  .default-address-badge {
    color: var(--blue-500);
    border-radius: 6px;
    border: 1px solid var(--blue-500);
    height: 16px;
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 8px;
    font-weight: 500;
  }

  .address-detail-wrapper {
    font-size: 12px;
    font-weight: 500;
  }

  .select-box,
  .order-form .order-sheet__item .text-field {
    border: 2px solid var(--gray-300);
    border-radius: 12px;

    font-size: 16px;
    font-weight: 500;
    color: var(--black);
  }

  .order-sheet__custom-memo {
    border: 2px solid var(--gray-300);
    border-radius: 12px;

    font-size: 16px;
    font-weight: 500;
    color: var(--black);
  }

  .accordion__items {
    padding: 0;
  }

  .thumb-item.product-thumb-item {
    padding: 0;
  }

  .product-thumb-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 16px;
  }

  .product-thumb-item-wrapper:nth-child(n + 2) {
    border-top: 1px solid var(--default-color);
  }

  .thumb-item:nth-child(n + 2) {
    border-top: none;
  }

  .order-sheet__promotion-input .btn {
    border-radius: 8px;
    background-color: var(--blue-100);
    padding: 8px 20px;

    color: var(--blue-500);
    font-size: 14px;
    font-weight: 700;

    border: none;
    flex: initial;
    width: initial;
  }

  .order-sheet__promotion-items {
    padding: 28px 16px 46px 16px;
  }
  .order-sheet__item-subject {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
  }

  .input-with-unit {
    border-radius: 8px;
    border: 1px solid var(--gray-300);
  }

  .input-with-unit__unit,
  .input-with-unit__input input {
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-500);
  }

  .order-sheet__item {
    margin-bottom: 16px;
  }

  .accumulation-point-container {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 6px;
  }

  .accumulation-point-title {
    font-size: 12px;
    font-weight: 500;
  }

  .accumulation-point {
    font-size: 12px;
    font-weight: 700;
  }

  .order-sheet__pay-method-btns {
    padding: 16px;
  }

  .order-sheet__pay-method-btns .pay-method-btn {
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    font-size: 14px;
    font-weight: 500;
  }

  .price-tag {
    padding: 16px !important;
  }

  .total-accumulation-red {
    color: var(--red-500);
    font-size: 16px;
    font-weight: 700;
  }

  .accumulation-section {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 16px;
  }

  .accumulation-container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 14px;
    font-weight: 500;
  }

  .order-sheet__terms {
    padding: 16px;

    align-items: initial;
  }

  .check-radio__label {
    font-size: 12px;
    font-weight: 400;
  }

  .term-checker-all > .check-radio__label {
    font-size: 14px;
    font-weight: 500;
  }

  .address-form button {
    background-color: var(--gray-200);
    font-size: 14px;
    font-weight: 500;
    border: none;
    color: var(--black);
    width: 92px;
  }

  .check-radio__label {
    font-size: 14px;
    font-weight: 500;
  }
}
.product-thumb-item-brand-name {
  font-size: 14px;
  color: var(--gray-500);
  font-weight: 500;
}

.shortform-fixed-header {
  position: sticky;
  top: 56px;

  z-index: 10;
}

.shortform-header-container {
  width: 100%;
  padding: 13px 0 !important;

  border-bottom: 1px solid var(--gray-300);
  background-color: var(--white);
}

.shortform-header-item {
  width: auto !important;

  border-radius: 24px;
  padding: 8px 12px;
  border: 1px solid var(--gray-300);

  font-size: 12px;
  font-weight: 400;

  cursor: pointer;
}

.shortform-header-item.active {
  background-color: var(--black);
  color: var(--white);
  font-weight: 700;
}

.short-page-container {
  position: relative;
}

.shorts_swiper {
  display: block;
  width: 100%;
  height: calc(100dvh - 56px);
  max-width: 425px;
  aspect-ratio: 362 / 662;
}

.shorts_overlay {
  width: 100%;
  height: calc(100dvh - 56px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.shorts_overlay.paused {
  background-color: rgba(0, 0, 0, 0.5);
}

.shorts_youtube iframe {
  width: 100%;
  height: calc(100dvh - 56px);
}

.progress-bar {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;

  background: linear-gradient(to right, #f03 var(--progress), #586a85 0);
  transition: background 0.5s linear ease;

  &::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    height: 1px;
  }
}

.player-control-container {
  z-index: 1;

  display: flex;
  align-items: center;
  gap: 10px;

  position: absolute;
  top: 15px;
  right: 20px;
}

.player-control-container-bottom {
  z-index: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  position: absolute;
  bottom: 15px;
  right: 20px;
}

.player-control-button {
  cursor: pointer;
}

@media (max-width: 768px) {
  .player-control-container-bottom {
    display: none;
  }
}

.ytp-pause-overlay-container {
  display: none;
}

.cart,
.order-sheet,
.order-confirm,
.order-detail {
  .check-radio input:checked ~ :where(.check-radio__ico) .ico {
    background-image: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/checkbox_selected..svg?58e58817617e4469ae95);
    background-size: 20px;
    background-position: initial;

    transform: initial;

    width: 20px;
    height: 20px;

    top: 0px;
    left: -1px;
  }

  .check-radio input:checked ~ :where(.check-radio__ico) {
    background-color: initial;
    border-color: var(--gray-300);
  }

  .check-radio__ico {
    cursor: pointer;

    width: 20px;
    height: 20px;

    border: 1px solid var(--gray-300);
    border-radius: 3px;
  }

  .cart__checked-amt {
    color: var(--black);
  }

  .cart__select-manager {
    height: 50px;
    padding: 16px;
  }

  .cart__check-all-btn--delivery-group {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-500);

    height: 50px;
    padding: 16px;
  }

  .cart__delivery-section .cart__product {
    border-top: 1px solid var(--gray-300);

    padding: 16px;
  }

  .product-thumb-item-content-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .product-thumb-item .thumb-item__media {
    width: 76px;
    height: 76px;

    border: 1px solid var(--gray-300);
    border-radius: 8px;
  }

  .product-thumb-item .thumb-item__info {
    flex-direction: row;
    justify-content: space-between;
    gap: 4px;

    padding: 0 0 0 8px;
  }

  .product-thumb-item__status {
    font-size: 14px;
    font-weight: bold;
  }

  .product-thumb-item__name {
    font-size: 12px;
    line-height: 15px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .product-thumb-item-option__name {
    height: 15px;

    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: var(--gray-500);

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb-item-price-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .product-thumb-item-original-price {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: var(--gray-500);
    text-decoration: line-through;
  }

  .product-thumb-item-sale-price {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
  }

  .product-thumb-item-delete-container {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-thumb-item-changer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cart__delete-btn::before,
  .cart__delete-btn::after {
    background-color: var(--gray-500);
  }

  .product-thumb-item-controller-container {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .quantity-changer {
    width: initial;
    height: 18px;
    font-size: 14px;
    font-weight: 700;
    border: none;
  }

  .quantity-changer__decrease-btn,
  .quantity-changer__increase-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--gray-300);

    color: var(--gray-600);
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 3px;
  }

  .quantity-changer__input {
    width: 32px;
  }

  .quantity-changer__input input {
    font-size: 14px;
    padding: 0;
  }

  .quantity-changer__input input:disabled {
    background-color: initial;
  }

  .cart__delete_btn-label {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 70px;
    height: 24px;

    font-size: 12px;
    font-weight: 500;
    color: var(--black);

    border: 1px solid var(--gray-300);
    border-radius: 20px;
  }

  .cart__payment-info {
    padding: 16px;
    margin-bottom: 0;
  }

  .price-tag {
    padding: 0;
    border: none;
    border-radius: 0;
  }

  .price-tag__details {
    row-gap: 12px !important;
  }

  .price-tag__details dt,
  .price-tag__details dd {
    font-size: 14px;
    font-weight: 500;
  }

  .price-tag__details dd em {
    font-weight: 500;
    margin: 0;
  }

  .price-tag__details dt {
    color: var(--red-500);
  }

  .price-tag__details dd {
    color: var(--red-500);
  }

  .price-tag__details dd em {
    color: var(--red-500);
  }

  .price-tag__details dt:first-of-type,
  .price-tag__details dt:nth-of-type(3),
  .price-tag__details dt:nth-of-type(4),
  .price-tag__details dt:nth-of-type(5),
  .price-tag__details dt:last-of-type {
    color: var(--black);
  }

  .price-tag__details dd:first-of-type,
  .price-tag__details dd:last-of-type {
    color: var(--black);
  }

  .price-tag__details dd:first-of-type em,
  .price-tag__details dd:last-of-type em {
    color: var(--black);
  }

  .price-tag__division {
    margin: 16px -16px;
    border-top: 1px solid var(--gray-300);
  }

  .price-tag__final-amount dd em {
    margin: 0;
    font-size: 16px;
  }

  .cart-order-btn-container {
    padding: 10px 16px;

    border-top: 1px solid var(--gray-300);

    background-color: var(--white);

    position: sticky;
    bottom: 0;
  }

  .cart__order-btn {
    height: 56px;
    margin: 0;
    border-radius: 8px;

    border: none;
    background-color: var(--blue-500);
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
  }

  .cart__order-btn:disabled {
    cursor: not-allowed;
    background-color: var(--blue-200);
  }
}

.order-date {
  font-weight: 500;
  font-size: 12px;
}

.order-detail-info-section {
  padding: 16px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-detail-info-line {
  display: flex;
  justify-content: space-between;

  gap: 100px;

  font-size: 14px;
  font-weight: 500;
}

.order-detail-info-line p:first-child {
  flex-shrink: 0;
}

.order-detail-info dl:not(.price-tag__final-amount) dt {
  color: var(--red-500);
}

.order-detail-payment-method {
  margin-top: 12px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 14px;
  font-weight: 500;
}

.order-detail-info__pay-method {
  padding: 16px;
  gap: 16px;
}

.line-division {
  border-top: 1px solid var(--gray-300);
}

.virtual-payment-title {
  font-size: 16px;
  font-weight: 700;
}

.virtual-payment-container {
  display: flex;
  flex-direction: column;
  gap: 12px;

  width: 100%;
}

.virtual-payment-row {
  display: flex;
  justify-content: space-between;

  font-size: 14px;
  font-weight: 500;
}

.blue {
  color: var(--blue-500);
}

.order-detail-info__copy-btn {
  margin-top: 12px;

  height: 56px;
  border: none;
  border-radius: 8px;
  background-color: var(--gray-200);

  font-size: 18px;
  font-weight: 500;
}

.order-success-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  padding: 28px 0;

  font-size: 16px;
  font-weight: 500;
}

.order-success-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}

.order-success-title span {
  color: var(--blue-500);
}

.order-confirm__btn-group {
  position: sticky;
  bottom: 0;
  gap: 8px;

  padding: 10px 16px;

  background-color: var(--white);
}

.order-confirm__btn-group button {
  height: 56px !important;

  font-size: 18px;
  font-weight: bold;
  padding: 18px;

  border: none;
  border-radius: 8px !important;
}

.order-confirm__btn-group button:first-of-type {
  background-color: var(--gray-200);
}

.order-detail__product-table {
  padding: 0;
}

.order-detail__product {
  margin-top: 0;
  padding: 16px;

  border-bottom: 1px solid var(--gray-300);
}

.order-detail-price-container {
  margin-top: 16px;

  font-size: 12px;
  font-weight: 500;
}

.order-detail-price-first-line {
  display: flex;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
}

.order-detail-price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 8px;
  margin-right: 25px;
}

.order-detail-price-icon-container {
  display: flex;
  align-items: center;
}

.order-detail-total-price {
  font-size: 16px;
}

.order-detail-normal-price {
  color: var(--gray-500);
}

.order-detail__next-action-btns {
  margin-top: 12px;
  gap: 4px;

  button {
    border: 1px solid var(--gray-300);
    border-radius: 6px;

    font-size: 10px;
    font-weight: 500;
  }

  .order-detail-review-btn {
    border: 1px solid var(--blue-500);
    color: var(--blue-500);
    font-weight: bold;
  }
}

.order-detail__product-top-label {
  background-color: var(--white);

  padding: 0;
  margin-bottom: 12px;
}

.order-detail__status-label {
  font-size: 14px;
  font-weight: bold;

  color: var(--black);
}

.btn--view_delivery {
  color: var(--blue-500) !important;
  font-size: 12px;
  font-weight: 500;
}

.order-detail__delivery-info span {
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 500;
}

.orders {
  padding: 0;

  .orders__ymd-selector-wrapper {
    padding: 16px;
  }

  .select-box {
    border: 2px solid var(--gray-300);
    border-radius: 12px;

    font-size: 16px;
    font-weight: 500;
    color: var(--black);

    margin-bottom: 0;
  }

  .orders__empty-line {
    width: 100%;
    height: 10px;
    background-color: #f5f6f8;
  }

  .orders__order-container {
  }

  .orders__order-title-container {
    padding: 16px;
    border-top: 1px solid var(--gray-300);

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .orders__order-title-date {
    font-size: 16px;
    font-weight: bold;
  }

  .orders__order-title-link {
    font-size: 12px;
    font-weight: bold;
    color: var(--gray-500);

    display: flex;
    align-items: center;
  }

  .orders__order-product-container {
    padding: 16px;
    border-top: 1px solid var(--gray-300);
  }

  .orders__order-product-status {
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 12px;
  }

  .orders__order-content-container {
    display: flex;
    gap: 8px;
  }

  .orders__order-specific-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .product-thumb-item {
    display: flex;
  }

  .thumb-item__info {
    padding: 0 0 0 8px;
    justify-content: space-between;
  }

  .thumb-item__media {
    width: 76px;
    height: 76px;
    border: 1px solid var(--gray-300);
    border-radius: 8px;
  }

  .product-thumb-item__name {
    font-size: 12px;
    font-weight: 400;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .product-thumb-item-option__name {
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-500);

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.coupon-modal__summary {
  background-color: var(--white);

  padding: 16px 21px;
  gap: 16px;
  align-items: initial;
  height: initial;

  border-bottom: 1px solid var(--gray-300);
}

.coupon-modal-p {
  font-size: 10px;
  font-weight: 500;

  margin-bottom: 8px;
  white-space: nowrap;
}

.coupon-modal-price {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.coupon-modal-price.red {
  color: var(--red-500);
}

.coupon-modal__formula-symbol {
  border: none;
  margin-top: 20px;
}

.coupon-modal-useable {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
}

.empty-line {
  width: 100%;
  height: 10px;
  background-color: #f5f6f8;
}

.coupon-modal__apply-btn-wrapper {
  position: sticky;
  bottom: 0;

  padding: 10px 16px;

  border-top: 1px solid var(--gray-300);
  background-color: var(--white);
}

.coupon-modal__apply-btn {
  margin-top: 0;

  height: 56px;

  font-size: 18px;
  font-weight: bold;
}

.title-modal__content {
  position: relative;
}

.coupon-modal__details {
  background-color: var(--white);
}

.coupon-modal-category-title {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;

  border-bottom: 1px solid var(--gray-300);
}

.title-modal__content {
  .accordion__title {
    padding: 16px;

    font-size: 12px;
    font-weight: 500;
  }

  .accordion__items {
    padding: 0;
  }

  .check-radio {
    margin-top: 0;
  }

  .check-radio input:checked ~ :where(.check-radio__ico) .ico {
    background-image: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/checkbox_selected..svg?58e58817617e4469ae95);
    background-size: 20px;
    background-position: initial;

    transform: initial;

    width: 20px;
    height: 20px;

    top: 0px;
    left: -1px;
  }

  .check-radio input:checked ~ :where(.check-radio__ico) {
    background-color: initial;
    border-color: var(--gray-300);
  }

  .check-radio__ico {
    cursor: pointer;

    width: 20px;
    height: 20px;

    border: 1px solid var(--gray-300);
    border-radius: 3px;
  }
}

.coupon-modal-product-info-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.coupon-modal-product-info-name {
  font-size: 12px;
  font-weight: 500;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.coupon-modal-product-info-option {
  font-size: 12px;
  font-weight: 500;

  color: var(--gray-500);

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.coupon-modal-product-info-price {
  font-size: 16px;
  font-weight: bold;
}

.coupon-modal__controller {
  padding: 0;

  height: initial;
  gap: initial;
  overflow: initial;
}

.coupon-modal__controller-item {
  padding: 16px;

  align-items: center;

  border: 1px solid var(--gray-300);

  background-color: var(--gray-100);
}

.coupon-modal__controller-item.selected {
  opacity: 0.5;
}

.coupon-modal__coupon-amount {
  font-size: 14px;
  font-weight: bold;
  color: var(--red-500);
}

.coupon-modal__controller-item label {
  font-size: 14px;
  font-weight: bold;
}

.coupon-modal__controller-item .coupon-modal__date {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-600);

  margin-top: 8px;
}

.coupon-modal__coupon-section > * {
  margin-top: 0;
}

.board-product-item__description {
  padding: 16px;
}

.board-product-item__image {
  width: 76px;
  height: 76px;

  border: 1px solid var(--gray-300);
  border-radius: 8px;
  box-shadow: none;
}

.board-product-item__image > img {
  border-radius: 8px;
}

.board-product-item__product {
  margin: 4px 0 0 8px;
}

.board-product-item__product-name {
  color: var(--black);

  font-size: 12px;
  font-weight: 500;
}

.board-product-item__option-value {
  color: var(--gray-500);

  margin-top: 0;

  font-size: 12px;
  font-weight: 500;
}

.review-form__content {
  padding: 16px;
}

.review-form__evaluation {
  padding: 0;
}

.review-form__title {
  margin: 0;
  padding: 0;

  font-size: 16px;
  font-weight: bold;

  margin-bottom: 24px;
}

.review-form-rate-container {
  display: flex;
  justify-content: center;
  align-self: center;

  gap: 16px;
}

.review-form-rate-score-container {
  display: flex;
  align-self: center;

  gap: 4px;
}

.review-form-rate-score {
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
}

.review-form-rate-max {
  font-size: 16px;
  font-weight: bold;
  color: var(--gray-500);
}

.review-form__text-area {
  margin-top: 26px;
}

.review-form__text-area textarea {
  padding: 16px;
  border-radius: 8px;

  font-size: 12px;
  font-weight: 500;
}

.review-form__text-area textarea::placeholder {
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 500;
}

.review-form__text-area .character-counter {
  position: relative;
}

.review-form__text-area .character-counter__status {
  position: absolute;
  bottom: 16px;
  right: 16px;

  font-size: 10px;
  font-weight: 500;
}

.review-form__text-area .character-counter__limit-count {
  color: var(--gray-500);
}

.review-form__btn {
  border: 1px solid var(--gray-300);
  border-radius: 8px;

  font-size: 18px;
  font-weight: 500;
  color: var(--black);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  margin-top: 10px;
}

.review-form__limit-text {
  font-size: 10px;
  font-weight: 500;
  color: var(--gray-500);

  opacity: 1;
  padding: 0;
  margin-top: 8px;
}

.review-form__limit-text::before {
  content: none;
}

.review-form__image-files {
  margin-top: 10px;
}

.board-form__button-group {
  margin-top: 10px;

  padding: 10px 16px;

  position: sticky;
  bottom: 0;

  background-color: var(--white);
}

.board-form__button-group button {
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  height: 56px;
}

.review-form__btn--cancel {
  background-color: var(--gray-200);
  color: var(--black);
}

.review-form__btn--register {
  background-color: var(--black);
  color: var(--white);
  font-weight: bold !important;
}

.review-form__btn--register.empty-content {
  background-color: var(--gray-600);
  color: var(--gray-500);

  pointer-events: none;
}

.product-section__gallery-title-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding: 0 16px;
}

.product-section__gallery-title {
  position: sticky;
  top: 120px;

  margin-right: 18px;

  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;

  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.product-section__gallery {
  display: flex;
  flex-direction: column;

  gap: 24px;
}

.gallery-container {
  position: relative;
  width: 100%;
  max-width: 280px;
  background-color: var(--gray-200);
}

.gallery-text-container {
  padding: 12px 16px 24px;

  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-text-partner-name {
  color: var(--gray-500);
  font-weight: 500;

  margin-bottom: 8px;
}

.gallery-text-product-name {
  font-weight: 500;
  text-align: center;
  line-height: normal;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;

  margin-bottom: 8px;
}

.gallery-text-original-price {
  visibility: hidden;
  color: var(--gray-500);
  text-decoration: line-through;

  margin-bottom: 4px;
}

.sold-out {
  color: var(--gray-500);
}

.visible {
  visibility: visible;
}

.gallery-text-discount-price {
  font-size: 1.13rem;
  font-weight: 700;
}

.thumb-fab--like {
  position: absolute;
  top: 0;
  right: 0;

  width: initial;
  padding: 0;
  border: none;
  background-color: initial;
}

.gallery-reservation-date {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 10px;
  font-weight: 700;

  margin-top: 16px;

  width: 184px;
  height: 28px;
  border-radius: 20px;
  background-color: var(--black);
  color: var(--white);
}

.gallery-reservation-date p {
  width: 42px;
}

.gallery-reservation-text {
  margin-top: 16px;

  font-size: 12px;
  font-weight: 500;
}

.gallery-reservation-text span {
  font-weight: 700;
}

.gallery-container .list-sticker-label {
  height: 28px;
}

.gallery-container-type2 {
  position: relative;
  width: 100%;
  max-width: 345px;
}

.gallery-img-type2 {
  background-color: var(--gray-200);

  margin-bottom: 12px;
}

.gallery-promotion-text {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.gallery-text-container-type2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gallery-text-partner-name-type2 {
  color: var(--gray-500);
  font-weight: 500;
  font-size: 12px;
}

.gallery-text-product-name-type2 {
  font-weight: 500;
  font-size: 12px;
  word-break: keep-all;
}

.gallery-text-original-price-type2 {
  color: var(--gray-500);
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
}

.gallery-text-discount-price-type2 {
  font-size: 18px;
  font-weight: 700;
}

.product-section__list-container {
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  gap: 24px 8px;
  justify-content: center;
}

.list-img {
  width: 194px;
  /* height: 194px; */
}

.list-container {
  line-height: normal;

  position: relative;
  width: 100%;
  max-width: 194px;
  height: 360px;
  background-color: var(--gray-200);
}

@media (max-width: 360px) {
  .list-container {
    height: 350px;
  }
}

.list-text-container {
  padding: 12px 10px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-text-partner-name {
  color: var(--gray-500);
  font-weight: 500;

  margin-bottom: 8px;
}

.list-text-product-name {
  font-weight: 500;
  text-align: center;
  line-height: normal;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;

  margin-bottom: 8px;
}

.list-text-original-price {
  visibility: hidden;
  color: var(--gray-500);
  text-decoration: line-through;

  margin-bottom: 4px;
}

.sold-out {
  color: var(--gray-500);
}

.visible {
  visibility: visible;
}

.list-text-discount-price {
  font-size: 16px;
  font-weight: 700;
}

.thumb-fab--like {
  position: absolute;
  top: 0;
  right: 0;

  width: initial;
  padding: 0;
  border: none;
  background-color: initial;
}

.list-reservation-date {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 8px;
  font-weight: 700;

  margin-top: 12px;

  width: 90px;
  height: 18px;
  border-radius: 12px;
  background-color: var(--black);
  color: var(--white);
}

.list-reservation-date p {
  width: 58px;
}

.list-reservation-text {
  font-size: 10px;
  font-weight: 500;

  margin-top: 8px;
}

.list-reservation-text span {
  font-weight: 700;
}

.list-text-discount-container {
  display: flex;
  align-items: center;
  gap: 2px;
}

.list-text-discount-rate {
  font-size: 16px;
  font-weight: 700;
  color: var(--red-500);
}

.list-sticker-label-container {
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list-sticker-label {
  width: auto;
  height: 24px;
}

.product-detail.list-sticker-label {
  height: 36px;
  z-index: 2;
}

.react-tooltip {
  z-index: 10;
}

.header__title.PRODUCT {
  display: none;
}

.product-detail .tabs {
  top: 56px;
  z-index: 3;
  margin: 0;
}

.product-detail.purchase {
  max-width: 425px;
  padding: 10px 16px;
}

.product-image-counter {
  position: absolute;
  z-index: 1;

  right: 16px;
  bottom: 16px;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 34px;
  height: 16px;
  border-radius: 12px;

  font-size: 8px;
  background-color: rgba(33, 37, 41, 0.7);
  color: var(--white);
}

.product-detail-timeleft-container {
  width: 100%;
  height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--black);

  color: var(--white);
  font-weight: 700;
}

.product-summary {
  padding: 16px;
}

.product-summary__brand-name {
  color: var(--gray-500);
  line-height: normal;
}

.product-summary__title {
  font-size: 1.13rem;
  line-height: normal;

  margin-top: 4px;
}

.product-summary__reservation-container {
  margin-top: 16px;
}

.product-summary__reservation-text-container {
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
}

.product-summary__reservation-text-container-red {
  margin-top: 4px;

  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 12px;
  font-weight: 700;

  color: var(--red-500);
}

.product-summary__reservation-text {
  width: 56px;

  margin-right: 8px;
}

.product-summary__normal-discounted-price {
  color: var(--gray-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}

.product-summary__normal-original-price {
  margin-top: 4px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 4px;
}

.tooltip-red-inform-container {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}

.product-team-count-container {
  width: 113px;
  height: 32px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 16px;
  border: 1px solid var(--gray-300);
  background: var(--gray-200);

  color: var(--blue-500);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-team-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-team-container {
  display: flex;
  align-items: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-team-container-sub {
  margin-top: 16px;

  display: flex;
  align-items: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-team-container-red {
  padding: 16px;
  margin-top: 16px;

  border-radius: 12px;
  border: 1px solid var(--red-200);
  background: var(--red-100);

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.product-team-join-button {
  width: 73px;
  height: 32px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 6px;
  background: var(--red-500);
  color: var(--white);

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-team-text-red {
  display: flex;
  align-items: center;
  gap: 4px;

  color: var(--red-500);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-team-text-red-time {
  color: var(--red-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-team-text-red-time-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  gap: 4px;
}

.product-detail-divider {
  width: 100%;
  height: 10px;
  background-color: var(--gray-200);
}

.product-summary__freight {
  padding: 16px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-summary__freight-label {
  width: 56px;

  color: var(--gray-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-summary__freight-container {
  display: flex;

  gap: 8px;
}

.product-summary__freight-subcontainer {
  display: flex;
  flex-direction: column;
  gap: 8px;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-summary-grey {
  color: var(--gray-500);
}

.product-content {
  margin-top: 0;
  border: none;
}

.product-detail-comments-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 16px;

  margin-bottom: 16px;
}

.product-detail-comments-header {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-detail-comments-header-link {
  display: flex;
  align-items: center;
  gap: 8px;

  cursor: pointer;

  color: var(--gray-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-detail-comment-item {
  width: 100%;
  height: 70px;
  padding: 16px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-detail-comment-date {
  margin-bottom: 8px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  color: var(--gray-500);
}

.product-detail-comment-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs__item.on {
  font-weight: 700 !important;

  color: var(--black);
  border-bottom: 4px solid var(--black);
}

.purchase__buy-btn {
  border-radius: 8px;
  background-color: var(--black);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  padding: 17px 0;
}

.purchase__like-btn {
  min-width: 56px;
  min-height: 56px;
}

.purchase__like-btn-count {
  margin-top: -10px;

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.purchase__like-btn-count-grey {
  margin-top: -10px;

  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  color: var(--gray-500);
}

.product-detail .panel {
  padding: 0;
}

.purchase-overlay {
  z-index: 3;
  position: fixed;
  top: 0;

  width: 100%;
  max-width: 425px;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}

.sc-purchase-button {
  background-color: var(--black);
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sc-cart-button {
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.purchase-close-slider-container {
  height: 22px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.purchase-close-slider {
  margin-top: 4px;
  width: 40px;
  height: 4px;

  cursor: pointer;

  border-radius: 4px;

  background-color: var(--gray-300);
}

.purchase-round {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.purchase-cart-btn {
  height: 56px;

  color: var(--gray-300);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border: 1px solid var(--gray-300);
}

.purchase__btns {
  border-top: 1px solid var(--default-color);
  margin: 0 -16px;
  padding: 16px 16px 0;
}

.purchase__total {
  margin: 0 -16px;
  padding: 16px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.purchase__total-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.purchase__total-text {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.purchase__total-text-bold {
  color: var(--red-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.purchase__total-text-bold-blue {
  color: var(--blue-500);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.purchase__total-parcel-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.quantity {
  margin-top: 0 !important;
  margin-bottom: 16px !important;

  padding: 16px;
  border: 1px solid var(--gray-300);
  border-radius: 12px;

  background-color: var(--white);
}

.quantity__label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.quantity__del {
  top: 15px;
  right: 16px;
  color: var(--gray-500);
}

.quantity__content em {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.counter {
  max-width: 100px;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.purchase .select-box {
  margin-bottom: 16px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-reservation-inquiry {
  padding: 30px 0 40px 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid var(--default-color);

  margin: 0 -16px;
}

.product-reservation-inquiry-button {
  width: 93%;
  height: 56px;

  border-radius: 8px;
  background: var(--gray-200, #f3f4f8);
  border: none;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-content__box {
  padding: 0 16px;
}

.product-reservation-board {
  padding: 16px 0;
}

.product-reservation-board-title {
  margin-bottom: 16px;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-reservation-board-item-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-reservation-board-item {
  padding: 16px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-reservation-board-item.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-reservation-board-item-title {
  color: var(--gray-500);
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 8px;
}

.product-reservation-board-item-content {
  overflow: hidden;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-reservation-board-item-arrow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-reservation-board-item-active-content {
  border: 1px solid var(--gray-300);
  border-top: none;
  padding: 16px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

  background: var(--white);

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-content__content {
  margin-bottom: 0;
}

.related-product-container {
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-300);
}

.related-product-title {
  color: var(--gray-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-left: 16px;
  margin-bottom: 16px;
}

.related-product-item-container {
  line-height: normal;

  position: relative;
  max-width: 156px;
  width: 100%;
}

.related-product-item-text-container {
  padding: 12px 8px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.related-product-item-text {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: normal;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-summary__normal-discount-rate {
  color: var(--red-500);
}

.purchase__quantity-box .character-counter {
  width: 80%;
}

.purchase__quantity-box .character-counter__status {
  margin-top: 3px;
}

.product-detail .product-section__title {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-detail .product-section.panel {
  padding: 16px 0;
}

.product-detail .product-section__more.btn {
  display: none;
}

.product-summary__vip-badge {
  margin-left: 4px;

  font-size: 12px;
  font-weight: 500;
  color: var(--black);

  padding: 5px 6px;
  background-color: var(--yellow-500);
}

.product-summary__promotion-text {
  font-size: 12px;
  font-weight: 500;

  margin-top: 16px;
}

.product-detail-npay-unavailable {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 34px;
  background-color: #e5ffef;

  font-size: 10px;
  font-weight: 600;
}

.purchase__buy-btn--unpurchasable {
  background-color: var(--gray-600);
  color: var(--gray-500);
  cursor: initial;
  opacity: 1;
}

.reservation-product-inquiry-container {
  z-index: 7;
  max-width: 425px;
  min-width: 280px;

  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;

  background-color: var(--white);
}

.reservation-product-inquiry-header {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  padding: 16px;

  border-bottom: 1px solid var(--gray-300);
}

.reservation-product-inquiry-back {
  cursor: pointer;
  position: absolute;
  left: 4px;
}

.reservation-product-inquiry-image {
  width: 76px;
  height: 76px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
}

.reservation-product-inquiry-title-container {
  padding: 16px;

  display: flex;
  gap: 8px;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reservation-product-inquiry-form__container {
  padding: 16px;

  margin-bottom: 76px;
}

.reservation-product-inquiry-form__title {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);
}

.reservation-product-inquiry-form__title input {
  padding: 10px 16px;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reservation-product-inquiry-form__title input::placeholder {
  color: var(--gray-400);
}

.reservation-product-inquiry-form__text {
  margin-top: 8px;

  height: 300px;

  padding: 10px 16px;

  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reservation-product-inquiry-form__text::placeholder {
  color: var(--gray-400);
}

.reservation-product-inquiry-form__container .character-counter__status {
  margin-right: 16px;

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reservation-product-inquiry-form__container .character-counter__count {
  font-weight: 700;
}

.reservation-product-inquiry-button-container {
  position: fixed;
  bottom: 0;

  background-color: var(--white);
  border-top: 1px solid var(--gray-300);

  padding: 10px 16px;
  max-width: 425px;
  min-width: 280px;
  width: 100%;
  height: 76px;

  display: flex;
  gap: 8px;
}

.reservation-product-inquiry-cancelbutton {
  border-radius: 8px;
  background: var(--gray-200);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border: none;
}

.reservation-product-inquiry-confirmbutton {
  border-radius: 8px;
  background: var(--black);
  color: var(--white);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border: none;
}

.product-content-review {
  padding-top: 0 !important;
}

.product-review-summary {
  padding: 15px 0;
  margin: 0 -17px;

  border-bottom: 1px solid var(--gray-300);
}

.product-review-summary__score {
  display: flex;
  align-items: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-left: 16px;
}

.product-board-list {
  padding: 16px 0;
}

.product-board-list__search {
  margin-bottom: 16px;
}

.product-board-list__search-count {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-board-review-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-board-list__empty {
  border-top: none;
}

.product-reservation-review-item-container {
  border-radius: 8px;
  border: 1px solid var(--gray-300);
  background: var(--white);

  padding: 16px;

  display: flex;
  gap: 8px;
}

.product-reservation-review-item-img {
  width: 90px;
  height: 90px;

  border-radius: 8px;
}

.product-reservation-review-content-container {
  display: flex;
  flex-direction: column;
}

.product-reservation-review-content-title {
  margin-bottom: 8px;

  color: var(--gray-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-reservation-review-content {
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rating-star::before {
  /* background: url('../../icons/stars.png'); */
}

.rating-star__progress {
  background-position: -10px -92px !important;

  background: url(https://storefront.cdn-nhncommerce.com/copy/mall-73861/leveltwo-2805/stars..png?e5825893ebeb7bd8d417);
}

.rating-star--sm .rating-star__progress {
  background-position: -10px -10px !important;
}

:root {
  --layout-color: #fff;

  --white: #fff;
  --black: #000;
  --gray-100: #fbfbfd;
  --gray-200: #f3f4f8;
  --gray-300: #e9ecef;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #868e96;
  --gray-800: #40454a;
  --gray-900: #212529;

  --red-100: #fff3f7;
  --red-200: #ffc1d6;
  --red-500: #f05;

  --blue-100: #edefff;
  --blue-200: #cad0ff;
  --blue-500: #1531ff;

  --yellow-500: #ffe81d;
}

body {
  font: 14px/1 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue',
    'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', sans-serif;
}

.design-popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.8);
  z-index: 100000000;
}

.design-popup-flex-wrapper {
  display: flex;
  justify-content: center;
}

.design-popup-wrapper {
  z-index: 100000000;

  position: fixed;

  bottom: 0;
}

.design-popup {
  position: static;
  border: none;
  box-shadow: none;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.design-popup.slide-up {
  animation: slide-up 0.5s ease-out;
}

.design-popup__content {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

  width: 100% !important;
  min-width: 280px;
  max-width: 425px;

  border: none;
  background-color: white;
}

.design-popup__btns {
  padding: 10px 16px;
  height: 76px;
  gap: 8px;
  border: none;
  border-top: 1px solid var(--gray-300);
  background-color: var(--white);
}

.design-popup__btns button {
  height: 56px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px;
}

.design-popup__btns button:nth-child(1) {
  background-color: var(--gray-200) !important;
}

.design-popup__btns button:nth-child(2) {
  background-color: var(--black) !important;
}

/* 네이버 페이 버튼  */
.purchase__naver-pay-btn,
.cart__naver-pay-btn {
  margin: 10px 0 0 0 !important;
}

.npay_type_MA_1 {
  width: 100% !important;
  height: initial !important;
}

.npay_button_box {
  border-top: none !important;
}

.npay_button {
  padding: initial !important;
}

.npay_text {
  display: none !important;
}

.npay_btn_item.btn_width {
  display: none !important;
}

.npay_event {
  display: none !important;
}

.npay_btn_link.npay_btn_pay.btn_green {
  border-radius: 0.2857142857em !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 56px !important;

  font-size: 18px !important;
  font-family: 'Pretendard Variable' !important;
}

.npay_btn_link.npay_btn_pay .npay_logo {
  margin: 0 4px 0 0 !important;
  background-size: 62px 110px !important;
  width: 62px !important;
  height: 55px !important;
}

.title-modal.title-modal--full {
  background-color: var(--white);
}

@charset 'utf-8';
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */

:root {
  --whole-color: #fff;
  --background-color: #f5f6f8;
  --point-color: #f92626;
  --point-color-secondary: #2869f7;
  --black-color: #111;
  --dark-gray-color: #262626;

  --empty-color: #f5f6f8;
  --default-color: #ddd;
  --blue-gray-color: #3f434c;
  --gray-color: #999;
  --gray-font-color: #828282;
  --tooltip-bg-color: #f7f7f7;

  --default-font-color: var(--black);
}

