@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
:root {
  --color-error: #f92626;
  --color-caution: #f92626;
  --color-warning: #ff561d;
  --color-success: #00a354;
  --color-loading: #0f53b8;
  --color-secondary: #3f434c;
  --color-point: var(--gray200);
  --color-tertiary: #408aec;
  --color-base-white: #fff;
  --color-base-black: #000;
  --color-base-navy: #3f434c;
  --color-error-tender: #ffeaee;
  --color-warning-tender: #ffefdf;
  --color-success-tender: #d3f8df;
  --color-loading-tender: #d3e2f8;
  --gray100: #f5f5f5;
  --gray200: #ececec;
  --gray300: #dedede;
  --gray400: #a3a3a3;
  --gray500: #6e6e6e;
  --gray600: #444;
  --gray700: #262626;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
video {
  /* margin: 0; */
  /* padding: 0; */
  /* border: 0; */
  /* vertical-align: top; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button,
span,
img,
td,
th,
input,
label {
  vertical-align: top;
}

input {
  font: inherit;
}

ol,
ul,
menu {
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

dd {
  margin-left: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Pretendard Variable",AppleGothic,Dotum,"돋움",sans-serif;
}
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(select) {
  background-color: var(--color-base-white);
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

.editor ul,
.editor ol,
.editor menu {
  list-style: initial;
  padding-left: 40px;
}
.editor ol {
  list-style-type: decimal;
}
.editor h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.editor {
  outline: none;
}

.editor sup {
  vertical-align: super;
}

.editor sub {
  vertical-align: sub;
}

.editor img.note-float-left {
  margin-right: 10px;
}

.editor img.note-float-right {
  margin-left: 10px;
}

.editor table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.editor table td,
.editor table th {
  border: 1px solid var(--gray20);
  padding: 5px 3px;
}

.editor a {
  background-color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7;
}

.editor a:focus,
.editor a:hover {
  color: #23527c;
  text-decoration: underline;
  outline: 0;
}

.editor figure {
  margin: 0;
}

.a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.highlight {
  color: var(--color-point);
}

.caution {
  color: var(--color-caution);
}

.middle {
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.disabled {
  background-color: #f5f6f8;
  filter: opacity(0.5);
}

.sprite-image {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
}

.font-noto-none {
  font-family: "Noto Sans KR", sans-serif;
}

. {
  /*  */
}

.link {
  border: 0;
  background: none;
  text-decoration: underline;
  font-size: 16px;
}

.font-black {
  color: var(--color-base-black);
}

.font-gray {
  color: var(--gray500);
}

.more-view-button {
  width: 100%;
  height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
}

.coupon-download-button {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--color-base-white);
  background-color: var(--color-point);
}
.coupon-download-button .ico--download-white {
  padding-left: 12px;
}

.no-img {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: center/contain no-repeat url("/assets/images/bg/no-img-round.png"), var(--gray100);
  background-size: 46px;
}

.accordion__title {
  border-bottom: 2px solid var(--color-base-black);
  padding: 20px 0;
  font-weight: 700;
}
.accordion__title::after {
  content: "";
  background: url("/assets/images/icons/ico-chevron-down-24.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.accordion__title::-webkit-details-marker, .accordion__title::marker {
  display: none;
  content: "";
}
:where(.accordion[open]) .accordion__title::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion__items {
  padding: 0;
  border: none;
  background-color: var(--color-base-white);
  border-bottom: 1px solid var(--gray100);
}

.address {
  position: relative;
  padding: 14px 0;
}
.address__zip-code {
  font-weight: 700;
  margin-bottom: 5px;
}
.address__row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.address__row + .address__row {
  margin-top: 5px;
}
.address__label {
  min-width: 40px;
  padding: 2px;
  border: 1px solid var(--color-base-black);
  font-size: 12px;
  color: rgb(105, 105, 105);
  text-align: center;
}
.address + .address {
  border-top: 1px solid #ddd;
}
.address__btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.address-form__content {
  padding: 20px;
}
.address-form__field-label {
  /* display: inline-block; */
}
.address-form__field-label.default-checkbox {
  padding-block-start: 12px;
}
.address-form__field-label, .address-form .input-field {
  /* margin-block-end: 12px; */
}
.address-form__zip-code-box {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  margin-block-end: 12px;
}
.address-form__zip-code-box .input-field {
  flex: 1;
  margin-block-end: 0;
}

.alert {
  display: inline-block;
  vertical-align: top;
}
.alert::before {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  transform: translateY(2px);
  margin-inline-end: 4px;
}
.alert--error {
  color: var(--color-error);
}
.alert--error::before {
  background-size: 342px 320px;
  background-position: -169px -216px;
}
.alert--success {
  color: var(--color-success);
}
.alert--success::before {
  background-size: 342px 320px;
  background-position: -197px -216px;
}
.alert--loading {
  color: var(--color-loading);
}
.alert--loading::before {
  background-size: 342px 320px;
  background-position: -183px -216px;
}
.alert--warning {
  color: var(--color-warning);
}
.alert--warning::before {
  background-size: 342px 320px;
  background-position: -211px -216px;
}

.modal.simple-text-alert .modal__box--alert {
  padding: 16px 16px 20px 20px;
  width: 270px;
  min-width: 270px;
  min-height: fit-content;
}
.modal.simple-text-alert .modal__title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modal.simple-text-alert .modal__header-title {
  font-weight: 700;
  font-size: 16px;
}
.modal.simple-text-alert .modal__close-x-btn {
  border: none;
  background: transparent;
}
.modal.simple-text-alert .modal__text {
  font-weight: 400;
  font-size: 12px;
  color: var(--gray500);
  text-align: start;
  line-height: normal;
}
.modal.simple-text-alert .modal__content {
  min-height: initial;
  justify-content: flex-start;
  margin-top: 10px;
}

.angle-top-down {
  position: absolute;
  top: -8px;
  right: 0;
  border: none;
  background: none;
  width: 1.125rem;
}
.angle-top-down svg {
  transform: rotate(90deg);
}

.angle-top-down.is-active svg {
  transform: rotate(-90deg);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 9px;
  padding-inline: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.badge--fill-red {
  color: var(--color-base-white);
  background-color: var(--color-caution);
}
.badge--fill-navy {
  color: var(--color-base-white);
  background-color: var(--color-secondary);
}
.badge--fill-point {
  color: var(--color-base-white);
  background-color: var(--color-point);
}
.badge--line-dark {
  color: var(--color-base-black);
  border: 1px solid var(--color-base-black);
}
.badge--line-point {
  color: var(--color-point);
  border: 1px solid var(--color-point);
}
.badge--round {
  padding-inline: 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 10px;
}

/* .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
} */
.btn--fill-point {
  border: 1px solid var(--color-point);
  background-color: var(--color-point);
  color: var(--color-base-white);
}
.btn--fill-dark {
  border: 1px solid var(--color-base-black);
  background-color: var(--color-base-black);
  color: var(--color-base-white);
}
.btn--line-dark {
  border: 1px solid var(--color-base-black);
  background-color: var(--color-base-white);
  color: var(--color-base-black);
}
.btn--line-gray {
  border: 1px solid var(--gray300);
  background-color: var(--color-base-white);
  color: var(--color-base-black);
}

.fab {
  display: inline-grid;
  place-content: center;
  border: 0;
  padding: 0;
  background-color: var(--color-secondary);
  cursor: pointer;
}
.fab--sm {
  width: 26px;
  height: 26px;
}
.fab--md {
  width: 60px;
  height: 60px;
}

.pay-method-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 64px;
  padding: 24px 20px;
  color: var(--color-secondary);
  border: 1px solid var(--color-base-white);
}
.pay-method-btn--checked {
  color: var(--color-base-white);
  border-color: var(--gray600);
  background-color: var(--gray600);
}
.pay-method-btn--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pay-method-btn__label {
  word-break: break-all;
  margin-right: 10px;
}
.pay-method-btn__ico {
  flex: none;
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
}
.pay-method-btn__ico--pay-account-black {
  background-size: 342px 320px;
  background-position: -269px -132px;
  width: 27px;
  height: 22px;
}
.pay-method-btn__ico--pay-account-white {
  background-size: 342px 320px;
  background-position: -240px -234px;
  width: 27px;
  height: 22px;
}
.pay-method-btn__ico--chai {
  background-size: 342px 320px;
  background-position: -62px -216px;
  width: 62px;
  height: 18px;
}
.pay-method-btn__ico--chai-white {
  background-size: 342px 320px;
  background-position: 0px -216px;
  width: 62px;
  height: 18px;
}
.pay-method-btn__ico--pay-credit-card-black {
  background-size: 342px 320px;
  background-position: -241px -132px;
  width: 28px;
  height: 22px;
}
.pay-method-btn__ico--pay-credit-card-white {
  background-size: 342px 320px;
  background-position: -245px -156px;
  width: 28px;
  height: 22px;
}
.pay-method-btn__ico--pay-etc-black {
  background-size: 342px 320px;
  background-position: -24px -296px;
  width: 24px;
  height: 24px;
}
.pay-method-btn__ico--pay-etc-white {
  background-size: 342px 320px;
  background-position: -48px -296px;
  width: 24px;
  height: 24px;
}
.pay-method-btn__ico--kakaopay {
  background-size: 342px 320px;
  background-position: -229px -112px;
  width: 64px;
  height: 20px;
}
.pay-method-btn__ico--kakaopay-white {
  background-size: 342px 320px;
  background-position: -229px -92px;
  width: 64px;
  height: 20px;
}
.pay-method-btn__ico--pay-mobile-black {
  background-size: 342px 320px;
  background-position: 0px -266px;
  width: 24px;
  height: 30px;
}
.pay-method-btn__ico--pay-mobile-white {
  background-size: 342px 320px;
  background-position: -24px -266px;
  width: 24px;
  height: 30px;
}
.pay-method-btn__ico--naverpay {
  background-size: 342px 320px;
  background-position: -133px -56px;
  width: 56px;
  height: 22px;
}
.pay-method-btn__ico--naverpay-white {
  background-size: 342px 320px;
  background-position: -189px -156px;
  width: 56px;
  height: 22px;
}
.pay-method-btn__ico--payco {
  background-size: 342px 320px;
  background-position: -70px -200px;
  width: 70px;
  height: 16px;
}
.pay-method-btn__ico--payco-white {
  background-size: 342px 320px;
  background-position: 0px -200px;
  width: 70px;
  height: 16px;
}
.pay-method-btn__ico--pay-realtime-account-black {
  background-size: 342px 320px;
  background-position: -156px -234px;
  width: 28px;
  height: 25px;
}
.pay-method-btn__ico--pay-realtime-account-white {
  background-size: 342px 320px;
  background-position: -184px -234px;
  width: 28px;
  height: 25px;
}
.pay-method-btn__ico--tosspay {
  background-size: 342px 320px;
  background-position: -189px -20px;
  width: 107px;
  height: 20px;
}
.pay-method-btn__ico--tosspay-white {
  background-size: 342px 320px;
  background-position: -189px 0px;
  width: 107px;
  height: 20px;
}
.pay-method-btn__ico--pay-virtual-account-black {
  background-size: 342px 320px;
  background-position: -137px -142px;
  width: 28px;
  height: 22px;
}
.pay-method-btn__ico--pay-virtual-account-white {
  background-size: 342px 320px;
  background-position: -212px -234px;
  width: 28px;
  height: 22px;
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
  gap: 12px;
}
.btn-group .btn {
  flex: 1;
  padding: 15px 20px;
  font-size: 18px;
}
.btn-group--block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn-group--block-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.btn-group--inline-column {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
.btn-group--inline-column .btn {
  padding: 4px 14px;
}
.btn-group--inline-row {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0;
  gap: 6px;
}
.btn-group--inline-row .btn {
  padding: 10px 14px;
}
.btn-group--sm .btn {
  padding: 10px 14px;
}
.btn-group--md .btn {
  padding: 10px 20px;
}
.btn-group--lg .btn {
  padding: 10px 26px;
}

.character-counter {
  display: block;
  width: 100%;
  color: var(--color-base-black);
}
.character-counter textarea {
  font: inherit;
}
.character-counter__status {
  display: block;
  margin-top: 6px;
}
.character-counter__count {
  color: var(--color-point);
  font-weight: 500;
}
.character-counter__status--character {
  text-align: end;
}
.character-counter__error {
  color: var(--color-error);
  font-size: 14px;
  float: left;
}

.counter {
  /*  */
  /* display: inline-flex; */
  /* max-width: 150px; */
  /* background-color: var(--color-base-white); */
  /* text-align: right; */
  /* font-size: 12px; */
  /* font-weight: 500; */
}
.counter__btn {
  /* display: inline-flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-direction: row; */
  /* width: 30px; */
  /* height: 30px; */
  /* border: 1px solid var(--gray300); */
  /* background-color: var(--color-base-white); */
  /* color: var(--color-base-black); */
  /* cursor: pointer; */
}
.counter__input {
  width: fit-content !important;
  /* flex: 1; */
  /* border: solid var(--gray300); */
  /* border-width: 1px 0; */
}
.counter input {
  /* width: 100%; */
  /* height: 100%; */
  /* border: none; */
  /* padding: 5px 10px; */
  /*  */
}
.counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.counter input:disabled {
  border-color: var(--gray300);
  background-color: var(--gray100);
}
.counter--center input {
  text-align: center;
}
.counter button:disabled {
  border-color: var(--gray300);
  background-color: var(--gray100);
}

.dim {
  position: fixed;
  inset: 0 0 0 0;
  background-color: var(--color-base-black);
  opacity: 0.5;
}

.form-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.form-check input {
  display: inline-block;
  margin: 0;
  appearance: none;
  border: 1px solid #c5c5c5;
  background: #fff;
  box-sizing: border-box;
}
.form-check input:checked {
  background-size: cover;
  background-color: transparent;
}
.form-check [type=radio] {
  border-radius: 50%;
}
.form-check--sm {
  /* gap: 8px; */
}
.form-check--sm input {
  width: 16px;
  height: 16px;
}
ce {
  border: none;
  /* background-color: var(--color-point); */
}
/* .form-check--sm input[type=radio]:checked {
  background-color: var(--color-base-white);
  border: solid 5px var(--color-point);
}
.form-check--sm input[type=radio]:disabled {
  background-color: var(--gray100) !important;
  border: solid 1px var(--gray300);
}
.form-check--sm input[type=radio]:checked:disabled {
  border: solid 5px var(--gray300);
} */

.form-check--sm input[type=radio] {width: 16px; height: 16px; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(/assets/img/common/input/radio_off_small.png)no-repeat center / 100%; border: 0; padding: 0; margin: 0 5px 0 0;}
.form-check--sm input[type=radio]:checked {background: url(/assets/img/common/input/radio_on_small.png)no-repeat center;}
.form-check--sm input[type=checkbox] {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 100%;
  width: 16px;
  height: 16px;

  background: url('/assets/img/common/input/check_off_small.png') no-repeat;
}
.form-check--sm input[type=checkbox]:checked {
  /* background-image: url("/assets/images/img-single/ico-check-white-16.png"); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-origin: content-box; */
  /* padding: 2px; */
  background: url('/assets/img/common/input/check_on_small.png') no-repeat;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 100%;
  width: 16px;
  height: 16px;
}
.form-check--sm input[type=checkbox]:disabled {
  /* background-color: var(--gray100); */
  /* border: solid 1px var(--gray300); */
}
.form-check--sm input[type=checkbox]:checked:disabled {
  /* background-image: url("/assets/images/img-single/ico-check-gray-16.png"); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-origin: content-box; */
  /* padding: 2px; */
}
.form-check--md {
  gap: 12px;
}
.form-check--md input {
  width: 20px;
  height: 20px;
}
.form-check--md input:checked {
  border: none;
  background-color: var(--color-point);
}
.form-check--md input[type=radio]:checked {
  background-color: var(--color-base-white);
  border: solid 5px var(--color-point);
}
.form-check--md input[type=radio]:disabled {
  background-color: var(--gray100) !important;
  border: solid 1px var(--gray300);
}
.form-check--md input[type=radio]:checked:disabled {
  border: solid 5px var(--gray300);
}
.form-check--md input[type=checkbox]:checked {
  background-image: url("/assets/images/img-single/ico-check-white-20.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 2px;
}
.form-check--md input[type=checkbox]:disabled {
  background-color: var(--gray100);
  border: solid 1px var(--gray300);
}
.form-check--md input[type=checkbox]:checked:disabled {
  background-image: url("/assets/images/img-single/ico-check-gray-20.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 2px;
}
.form-check--sm {
  /* gap: 8px; */
}
.form-check--sm.is-disabled input {
  background-color: var(--gray100) !important;
  border: solid 1px var(--gray300);
  background-image: none;
}
.form-check--sm.is-disabled input[type=radio]:checked {
  border: solid 5px var(--gray300);
}
.form-check--sm.is-disabled input[type=checkbox]:checked {
  /* background-image: url("/assets/images/img-single/ico-check-gray-16.png"); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-origin: content-box; */
  /* padding: 2px; */
}
.form-check--md {
  gap: 12px;
}
.form-check--md.is-disabled input {
  background-color: var(--gray100) !important;
  border: solid 1px var(--gray300);
  background-image: none;
}
.form-check--md.is-disabled input[type=radio]:checked {
  border: solid 5px var(--gray300);
}
.form-check--md.is-disabled input[type=checkbox]:checked {
  background-image: url("/assets/images/img-single/ico-check-gray-20.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 2px;
}

.email-input {
  display: flex;
  align-items: center;
  gap: 5px;
}
.email-input__id {
  /* flex: 2; */
}
.email-input__domain {
  /* flex: 3; */
}
.email-input .input-field {width: 100%;}
.email-input .input-field input {width: 100% !important;}
.input-field {
  /* display: inline-block; */
  /* width: 100%; */
  /* color: var(--color-base-black); */
  /* border: 1px solid; */
  /* border-color: var(--gray300); */
}
.input-field input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
}
.input-field input::placeholder {
  color: var(--gray500);
}
.input-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.input-field input:disabled {
  border-color: var(--gray300);
  background-color: var(--gray100);
}
.input-field:focus-within {
  border-color: var(--color-base-black);
}
.input-field.is-disabled {
  border-color: var(--gray300);
  background-color: var(--gray100);
}
.input-field.is-error {
  border-color: var(--color-error);
}
.input-field--sm {
  height: 40px;
  font-size: 14px;
}
.input-field--sm input {
  padding-inline: 10px;
}
.input-field--md {
  /* height: 48px; */
  font-size: 16px;
}
.input-field--md input {
  /* padding-inline: 20px; */
}

.input-with-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-right: 10px;
  border: 1px solid #ddd;
}
.input-with-unit__input {
  text-align: right;
  border: none;
}
.input-with-unit__input input {
  padding-right: 5px;
}
.input-with-unit__unit {
  padding-top: 2px;
  white-space: nowrap;
  font-size: 12px;
  color: var(--gray100);
  font-weight: 500;
  vertical-align: middle;
}

.phone-number-input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.phone-number-input__bar {
  width: 10px;
  border-top: 1px solid var(--color-base-black);
  margin: 0 4px;
}
.phone-number-input .select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 2;
  height: inherit;
  border: 1px solid #ddd;
}
.phone-number-input__first-serial {
  flex: 3;
  height: inherit;
}
.phone-number-input__second-serial {
  flex: 3;
  height: inherit;
}

.select {
  /* position: relative; */
  /* display: inline-block; */
  /* width: 100%; */
  /* color: var(--color-base-black); */
  /* border: 1px solid; */
  /* border-color: var(--gray300); */
}
.select select {
  /* width: 100%; */
  /* height: 100%; */
  /* padding-right: 30px; */
  /* appearance: none; */
  /* border: 0; */
  /* font: inherit; */
  /* color: inherit; */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 31px;
  padding: 0 20px 0 5px;
  border: 1px solid #c3c3c3;
  background-size: 398px auto;
  box-sizing: border-box !important;
  background: #fff url(/assets/img/join/arrow.png) no-repeat center right 7px;
  min-width: 150px;
}
.select select:disabled {
  border-color: var(--gray300);
  background-color: var(--gray100);
}
.select::after {
  /* position: absolute; */
  /* top: 50%; */
  /* right: 20px; */
  /* background-image: url("/assets/images/sprite.png"); */
  /* background-repeat: no-repeat; */
  /* background-size: 342px 320px; */
  /* background-position: -318px -288px; */
  /* transform: translateY(-50%); */
  content: "";
  /* width: 13px; */
  /* height: 6px; */
}
.select--sm {
  height: 40px;
  font-size: 14px;
}
.select--sm select {
  padding-inline: 10px 40px;
}
.select--md {
  /* height: 48px; */
  font-size: 16px;
}
.select--md select {
  /* padding-inline: 20px 40px; */
}

.mini-select {
  position: relative;
}
.mini-select select {
  width: 100%;
  padding-right: 30px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  height: auto;
}
.mini-select::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -296px -287.5px;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 6px;
}
.mini-select--sm {
  font-size: 14px;
}
.mini-select--sm select {
  padding: 0;
}
.mini-select.mini-select-white {
  color: var(--color-base-white);
}
.mini-select.mini-select-white::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -304px -287.5px;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 6px;
}

.text-area {
  width: 100%;
  height: inherit;
  border: 1px solid #ddd;
  vertical-align: top;
  min-height: 6.25rem;
  line-height: 1.375rem;
  padding: 0.625rem;
}
.text-area textarea {
  width: 100%;
  height: inherit;
  padding: 10px;
}

.text-field {
  width: 100%;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  vertical-align: top;
  min-height: 1.875rem;
  font-size: 18px;
  box-sizing: border-box;
}
.text-field input {
  width: 100%;
  height: inherit;
  padding: 13px 25px;
}
.text-field input[type=number]::-webkit-outer-spin-button, .text-field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-field input[readonly] {
  background-color: var(--input-disabled-bg-color);
}

.ico {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.ico--alert-circle-black-12 {
  background-size: 342px 320px;
  background-position: -176px -86px;
  width: 12px;
  height: 12px;
}
.ico--alert-circle-gray-16 {
  background-size: 342px 320px;
  background-position: -296px -207.5px;
  width: 16px;
  height: 16px;
}
.ico--download-black-12 {
  background-size: 342px 320px;
  background-position: -282.5px -184px;
  width: 12px;
  height: 12px;
}
.ico--download-white-12 {
  background-size: 342px 320px;
  background-position: -157.5px -200px;
  width: 12px;
  height: 12px;
}
.ico--magnet-white-12 {
  background-size: 342px 320px;
  background-position: -239px -216px;
  width: 12px;
  height: 12px;
}
.ico--question-black-12 {
  background-size: 342px 320px;
  background-position: -181.5px -200px;
  width: 12px;
  height: 12px;
}
.ico--x-black-12 {
  background-size: 342px 320px;
  background-position: -205.5px -200px;
  width: 12px;
  height: 12px;
}
.ico--x-white-12 {
  background-size: 342px 320px;
  background-position: -217.5px -200px;
  width: 12px;
  height: 12px;
}
.ico--clip-16 {
  background-size: 342px 320px;
  background-position: -296px -223.5px;
  width: 16px;
  height: 16px;
}
.ico--n-16 {
  background-size: 342px 320px;
  background-position: -296px -271.5px;
  width: 16px;
  height: 16px;
}
.ico--n-white-16 {
  background-size: 342px 320px;
  background-position: -279px -40px;
  width: 16px;
  height: 16px;
}
.ico--lock-black-16 {
  background-size: 342px 320px;
  background-position: -296px -255.5px;
  width: 16px;
  height: 16px;
}
.ico--bag-black-24 {
  background-size: 342px 320px;
  background-position: -170px -266px;
  width: 24px;
  height: 24px;
}
.ico--bag-disabled-24 {
  background-size: 342px 320px;
  background-position: -194px -266px;
  width: 24px;
  height: 24px;
}
.ico--arrow-left-black-24 {
  background-size: 342px 320px;
  background-position: -98px -266px;
  width: 24px;
  height: 24px;
}
.ico--chevron-down-24 {
  background-size: 342px 320px;
  background-position: -218px -266px;
  width: 24px;
  height: 24px;
}
.ico--heart-black-24 {
  background-size: 342px 320px;
  background-position: -318px -48px;
  width: 24px;
  height: 24px;
}
.ico--heart-white-24 {
  background-size: 342px 320px;
  background-position: -318px -72px;
  width: 24px;
  height: 24px;
}
.ico--home-black-24 {
  background-size: 342px 320px;
  background-position: -318px -96px;
  width: 24px;
  height: 24px;
}
.ico--share-black-24 {
  background-size: 342px 320px;
  background-position: -318px -192px;
  width: 24px;
  height: 24px;
}
.ico--x-black-24 {
  background-size: 342px 320px;
  background-position: -318px -264px;
  width: 24px;
  height: 24px;
}
.ico--x-white-24 {
  background-size: 342px 320px;
  background-position: 0px -296px;
  width: 24px;
  height: 24px;
}
.ico--magnet-black-24 {
  background-size: 342px 320px;
  background-position: -318px -120px;
  width: 24px;
  height: 24px;
}
.ico--user-circle-black-24 {
  background-size: 342px 320px;
  background-position: -318px -240px;
  width: 24px;
  height: 24px;
}
.ico--clock-rewind-black-24 {
  background-size: 342px 320px;
  background-position: -266px -266px;
  width: 24px;
  height: 24px;
}
.ico--hamburger-black-24 {
  background-size: 342px 320px;
  background-position: -318px 0px;
  width: 24px;
  height: 24px;
}
.ico--search-black-24 {
  background-size: 342px 320px;
  background-position: -318px -168px;
  width: 24px;
  height: 24px;
}
.ico--angle-down-black-24 {
  background-size: 342px 320px;
  background-position: -74px -266px;
  width: 24px;
  height: 24px;
}
.ico--google-28 {
  background-size: 364px 335px;
  background-position: -242px -281px;
  width: 28px;
  height: 28px;
}
.ico--apple-28 {
  background-size: 364px 335px;
  background-position: -344px -124px;
  width: 28px;
  height: 28px;
}
.ico--line-28 {
  background-size: 364px 335px;
  background-position: -46px -307px;
  width: 28px;
  height: 28px;
}
.ico--google-28 {
  background-size: 364px 335px;
  background-position: -242px -281px;
  width: 28px;
  height: 28px;
}
.ico--apple-28 {
  background-size: 364px 335px;
  background-position: -344px -124px;
  width: 28px;
  height: 28px;
}
.ico--line-28 {
  background-size: 364px 335px;
  background-position: -46px -307px;
  width: 28px;
  height: 28px;
}
.ico--help-circle-14 {
  background-size: 342px 320px;
  background-position: -225px -216px;
  width: 14px;
  height: 14px;
}
.ico--circle-x-gray-bg-16 {
  background-size: 342px 320px;
  background-position: -165px -142px;
  width: 16px;
  height: 16px;
}
.ico--naver-28 {
  background-size: 342px 320px;
  background-position: -296px -72px;
  width: 28px;
  height: 28px;
}
.ico--payco-28 {
  background-size: 342px 320px;
  background-position: -296px 0px;
  width: 28px;
  height: 28px;
}
.ico--kakao-28 {
  background-size: 342px 320px;
  background-position: -296px -28px;
  width: 28px;
  height: 28px;
}
.ico--kakao-sync-28 {
  background-size: 342px 320px;
  background-position: -296px -50px;
  width: 28px;
  height: 28px;
}
.ico--facebook-28 {
  background-size: 342px 320px;
  background-position: -128px -234px;
  width: 28px;
  height: 28px;
}
.ico--help-circle-14 {
  background-size: 342px 320px;
  background-position: -225px -216px;
  width: 14px;
  height: 14px;
}
.ico--arrow-narrow-up-white-24 {
  background-size: 342px 320px;
  background-position: -122px -266px;
  width: 24px;
  height: 24px;
}
.ico--clock-rewind-24 {
  background-size: 342px 320px;
  background-position: -242px -266px;
  width: 24px;
  height: 24px;
}
.ico--thumbs-up-16 {
  background-size: 342px 320px;
  background-position: -273px -156px;
  width: 16px;
  height: 16px;
}
.ico--best-24 {
  background-size: 342px 320px;
  background-position: -189px -132px;
  width: 24px;
  height: 24px;
}
.ico--gallery-32 {
  background-size: 342px 320px;
  background-position: -32px -234px;
  width: 32px;
  height: 32px;
}
.ico--list-32 {
  background-size: 342px 320px;
  background-position: -64px -234px;
  width: 32px;
  height: 32px;
}
.ico--corner-down-right-16 {
  background-size: 342px 320px;
  background-position: -296px -239.5px;
  width: 16px;
  height: 16px;
}
.ico--o-simple {
  background-size: 342px 320px;
  background-position: 0px -184px;
  width: simplepx;
  height: simplepx;
}
.ico--o-simple-white {
  background-size: 342px 320px;
  background-position: -56px -125px;
  width: whitepx;
  height: whitepx;
}

.offcanvas {
  position: fixed;
  z-index: 30;
  inset: 0 0 0 0;
  overflow: hidden;
}
.offcanvas__container {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 447px;
  height: 100%;
  background-color: var(--color-base-white);
  transition: all 0.3s ease-in-out;
}
.offcanvas:not(.is-active) {
  display: none;
}
.offcanvas__fab {
  position: absolute;
  top: 0;
}
.offcanvas.is-start .offcanvas__container {
  left: 0;
  transform: translateX(-150%);
}
.offcanvas.is-start .offcanvas__fab {
  left: 100%;
}
.offcanvas.is-end .offcanvas__container {
  left: auto;
  right: 0;
  transform: translateX(150%);
}
.offcanvas.is-end .offcanvas__fab {
  right: 100%;
}
.offcanvas.is-show .offcanvas__container {
  transform: translateX(0);
}
.offcanvas__dim {
  transition: all 0.3s ease-in-out;
}
.offcanvas:not(.is-show) .offcanvas__dim {
  opacity: 0;
}
/* 
.pagination {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: var(--color-base-black);
  font-weight: 500;
}
.pagination__btn, .pagination__link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  
}
.pagination__btn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.pagination__btn--double-lt, .pagination__btn--double-rt {
  background-size: 342px 320px;
  background-position: 0px -234px;
}
.pagination__btn--lt, .pagination__btn--rt {
  background-size: 342px 320px;
  background-position: -96px -234px;
}
.pagination__btn--double-rt, .pagination__btn--rt {
  transform: rotate(180deg);
}
.pagination__btn--lt {
  margin-inline-end: 20px;
}
.pagination__btn--rt {
  margin-inline-start: 20px;
}
.pagination__link {
  color: inherit;
}
.pagination__link + .pagination__link {
  margin-inline-start: 10px;
}
.pagination__link.is-current {
  color: var(--color-base-white);
  background-color: var(--color-point);
}
.pagination__link span {
  
} */

.page-content-top__path {
  display: inline-flex;
  gap: 10px;
}
.page-content-top__title {
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border: 0;
}
.page-content-top__location, .page-content-top__location a {
  /* text-decoration: unset; */
  /* letter-spacing: -0.33px; */
  /* font-size: 12px; */
  /* font-weight: 500; */
  /* color: var(--gray500); */
}
.page-content-top__location a, .page-content-top__location a a {
  /* padding-block-end: 1px; */
  /* border-bottom: 1px solid var(--gray500); */
}
.page-content-top__location a:hover, .page-content-top__location a a:hover {
  /* color: var(--color-point); */
  /* border-bottom: 1px solid var(--color-point); */
}
.page-content-top__location:last-of-type {
  color: var(--color-base-black);
}
.page-content-top h2 {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.030em;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-top: 53px;
}
.page-content-top__breadcrumb {position: relative;display: flex;align-items: center;justify-content: center;width: 100%;height: auto;margin-top: 50px;gap: 0;}
.page-content-top__breadcrumb > .current {
  font-weight: 600;
  color: #000;
}
.page-content-top__breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 1;
  display: flex;
  align-items: center;
  line-height: 1;
}
.page-content-top__breadcrumb li:not(:last-of-type)::after,
.page-content-top__breadcrumb li:not(:last-of-type)::before {
  /* position: absolute; */
  content: "";
  /* width: 6px; */
  /* border-color: var(--gray500); */
  /* border-radius: 4px; */
  /* right: -14px; */
}
.page-content-top__breadcrumb li::before {
  /* border-top: 1px solid; */
  /* transform: rotateZ(40deg); */
  /* top: 38%; */
}
.page-content-top__breadcrumb li::after {
  /* border-bottom: 1px solid; */
  /* transform: rotateZ(-40deg); */
  /* bottom: 38%; */
}
.page-content-top__breadcrumb li img {margin: 0 15px;position: relative;top: -1px;}




.page-content-top__breadcrumb-category {
  position: relative;
}
.page-content-top__breadcrumb-category:hover .page-content-top__breadcrumb-category-siblings {
  display: block;
}
.page-content-top__breadcrumb-category:hover .page-content-top__breadcrumb-category-siblings a {
  border-bottom: unset;
}
.page-content-top__breadcrumb-category::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 25px;
}
.page-content-top__breadcrumb-category-label {
  padding-right: 28px;
  cursor: pointer;
}
.page-content-top__breadcrumb-category-label::after {
  position: absolute;
  top: 50%;
  right: 0;
  /* background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -331px -288px; */
  content: "";
  margin-top: 1px;
  transform: translateY(-50%);
  /* width: 12px;
  height: 6px; */
  width: 18px;
  height: 18px;
  background: url(/assets/img/product/ico_cateSelectArrow2.png)no-repeat center / 100%;
}
.page-content-top__breadcrumb-category-siblings {
  position: absolute;
  top: 26px;
  right: -15px;
  display: none;
  z-index: 10;
  padding: 15px 20px;
  background-color: var(--color-base-white);
  box-shadow: inset 0 0 0 1px var(--gray300);
  width: calc(100% + 36px);
  min-width: 205px;
}
.page-content-top__breadcrumb-category-siblings a {
  border-bottom: unset;
}
.page-content-top__breadcrumb-category-siblings::before {
  position: absolute;
  top: -6px;
  right: 18px;
  transform: rotate(-45deg);
  content: "";
  width: 12px;
  height: 12px;
  background-color: inherit;
  border: 1px solid var(--gray300);
  border-width: 1px 1px 0 0;
}
.page-content-top__breadcrumb-category-siblings > li:nth-child(n+2) {
  margin-block-start: 10px;
}

.quantity-changer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  width: 90px;
  height: 26px;
  border: 1px solid #ddd;
  background-color: white;
}
.quantity-changer__decrease-btn {
  border-right: 1px solid #ddd;
}
.quantity-changer__increase-btn {
  border-left: 1px solid #ddd;
}
.quantity-changer__increase-btn, .quantity-changer__decrease-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 25px;
  height: 100%;
  font-size: 24px;
}
.quantity-changer__increase-btn:disabled, .quantity-changer__decrease-btn:disabled {
  background-color: var(--gray300);
  color: var(--gray100);
  cursor: default;
}
.quantity-changer__input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 0.75rem;
  color: var(--color-base-black);
  width: 40px;
  border: none;
  text-align: center;
}
.quantity-changer__input input:disabled {
  background-color: var(--gray300);
}
.quantity-changer button {
  cursor: pointer;
}

.quantity {
  /* position: relative; */
  /* padding: 10px; */
  /* background: #f6f6f6; */
}
.quantity__label {
  display: block;
  padding-right: 0.75rem;
  color: var(--color-secondary);
}
.quantity__content {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* margin-top: 20px; */
}
.quantity__content em {
  font-weight: 600;
}
/* .quantity__price {
  width: max-content;
}
.quantity__de */l {
  /* position: absolute; */
  /* top: 3px; */
  /* right: 10px; */
  /* color: var(--gray100); */
  /* cursor: pointer; */
  /* font-size: 20px; */
  /* visibility: visible; */
}

.quantity.undeletable .quantity__del {
  visibility: hidden;
}

.rating {
  --rating-count: 0;
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.rating::before {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.rating--sm {
  background-size: 342px 320px;
  background-position: -128px -184px;
  width: 81px;
  height: 15px;
}
.rating--sm::before {
  background-size: 342px 320px;
  background-position: -108px -164px;
  width: var(--rating-count);
  height: 15px;
}
.rating--md {
  background-size: 342px 320px;
  background-position: 0px -164px;
  width: 108px;
  height: 20px;
}
.rating--md::before {
  background-size: 342px 320px;
  background-position: -56px -105px;
  width: var(--rating-count);
  height: 20px;
}

.star .crema_product_reviews_score_star_wrapper__star {
  fill: var(--color-point);
}
.star .gradient__star-secondary {
  stop-color: var(--color-point);
}
.star .gradient__star {
  stop-color: #eaecf0;
}

.recent-keyword {
  min-height: 418px;
  padding: 0 17px 28px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.recent-keyword__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.recent-keyword__top p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-base-black);
}
.recent-keyword__top button {
  font-size: 12px;
  text-align: right;
  color: rgba(121, 121, 121, 0.5019607843);
  cursor: pointer;
  border: 0;
}
.recent-keyword__item {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: center;
  margin-top: 18px;
}
.recent-keyword__content-empty {
  padding: 112px 0 0;
  text-align: center;
}
.recent-keyword__content-empty::before {
  display: inline-block;
  margin-bottom: 20px;
  transform: translateX(2px);
  content: "";
}
.recent-keyword__content-empty p {
  color: #ddd;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-field__input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  flex: 1;
}
.search-field__clear-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 1;
}
.search-field__submit-btn {
  margin-left: 10px;
}
.search-field__text-input input {
  border: none;
}
.search-field__search-btn {
  position: absolute;
  right: 0;
  padding-right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.search-field__select-box {
  width: 180px;
}

.shopping-basket {
  position: relative;
  background-size: 342px 320px;
  background-position: -318px -216px;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.shopping-basket__count {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: var(--color-point);
  border-radius: 50%;
  vertical-align: top;
  text-align: center;
  color: var(--color-base-white);
  font-size: 10px;
}

.skeleton {
  background-color: var(--color-base-white);
}
.skeleton__media {
  background-color: #ddd;
  aspect-ratio: 1/1;
  border-radius: 4px;
  -webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;
  animation: skeleton-gradient 1.8s infinite ease-in-out;
}
.skeleton__line {
  height: 15px;
  background-color: #ddd;
  border-radius: 4px;
  -webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;
  animation: skeleton-gradient 1.8s infinite ease-in-out;
}
.skeleton--gallery {
  flex: 1;
}
.skeleton--gallery + .skeleton--gallery {
  margin-left: 10px;
}
.skeleton--gallery .skeleton__media,
.skeleton--gallery div:nth-child(2) {
  margin-bottom: 10px;
}
.skeleton--gallery div:nth-child(3) {
  width: 30%;
}
.skeleton--list {
  display: flex;
}
.skeleton--list + .skeleton--list {
  margin-top: 10px;
}
.skeleton--list .skeleton__media {
  width: 120px;
  height: 120px;
}
.skeleton--list .skeleton__media + div {
  padding: 20px 10px 10px;
  flex: 1;
}
.skeleton--list .skeleton__line--tit {
  margin-bottom: 10px;
  width: 15%;
}
.skeleton--list .skeleton__line--product-name {
  margin-bottom: 10px;
}
.skeleton--list .skeleton__line--product-price {
  width: 30%;
}
.skeleton--product-summary {
  margin-top: 20px;
  margin-left: 20px;
}
.skeleton--product-summary .skeleton__line--product-summary__brand-name {
  width: 70px;
  height: 18px;
}
.skeleton--product-summary .skeleton__line--product-summary__title {
  width: 350px;
  height: 24px;
  margin-top: 8px;
}
.skeleton--product-summary .skeleton__line--product-summary__promotion-text {
  width: 250px;
  height: 21px;
  margin-top: 12px;
}
.skeleton--product-summary .skeleton__line--product-summary__price {
  width: 250px;
  height: 27px;
  margin-top: 12px;
}

.skeleton-grid {
  display: grid;
  padding-block-end: 12px;
}
.skeleton-grid .skeleton--gallery {
  margin-left: 0;
}
.skeleton-grid__column--1 {
  gap: 12px;
  grid-template-columns: repeat(1, 1fr);
}
.skeleton-grid__column--2 {
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.skeleton-grid__column--3 {
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.skeleton-grid__column--4 {
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.skeleton-grid__column--5 {
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
}

@-webkit-keyframes skeleton-gradient {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
@keyframes skeleton-gradient {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}
.padding {
  padding: 30px;
}

.swiper-pagination-bullet.round_square {
  border-radius: 0.142em;
}
.swiper-pagination-bullet.square {
  border-radius: 0;
}
.swiper-pagination-bullet.size_two {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet.size_three {
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet.size_four {
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet.size_five {
  width: 24px;
  height: 24px;
}
.swiper-pagination-bullet.size_six {
  width: 28px;
  height: 28px;
}

.tab {
  display: inline-flex;
  color: var(--gray600);
  font-weight: 400;
}
.tab--full {
  width: 100%;
}
.tab--full .tab__item {
  flex: 1;
}
.tab--full .tab__btn {
  width: 100%;
}
.tab__btn {
  display: block;
  background-color: var(--color-base-white);
  border: 0;
  border-block-end: 1px solid var(--gray300);
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.tab__btn.is-active {
  color: var(--color-point);
  border-block-end-color: var(--color-point);
  font-weight: 700;
}

.text-option {
  margin-top: 10px;
}
.text-option em {
  color: var(--color-point);
}
.text-option__input {
  margin-left: 4px;
  padding: 3px 3px 3px 0;
  border: 1px solid;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-wrapper.w-130 {
  width: 130px;
}
.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.thumb-item__media iframe.thumb {
  width: revert-layer;
  height: revert-layer;
  background-color: var(--color-base-white);
}

.thumb-item {
  position: relative;
  display: block;
}
.thumb-item em {
  font-style: normal;
  font-weight: 700;
}
.thumb-item__media {
  position: relative;
  overflow: hidden;
  display: block;
  background: url("/assets/images/bg/no-img.png") no-repeat center center/contain;
  aspect-ratio: 1/1;
}
.thumb-item__media:has(img[loading=lazy]) {
  background: unset;
}
.thumb-item__adult {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb-item__img {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
  border: 1px solid var(--gray200);
  background-color: var(--color-base-white);
}
.thumb-item__img img {
  width: 100%;
  vertical-align: top;
  object-fit: contain;
}
.thumb-item__img .no-img {
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url("/assets/images/bg/no-img-round.png"), var(--gray100);
  background-size: 46px;
}
.thumb-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-black);
  color: var(--color-base-white);
  font-size: 18px;
  font-weight: 500;
  opacity: 0.5;
}
.thumb-item__icon-box img {
  display: inline-block;
}
.thumb-item__info {
  display: block;
  padding: 10px;
  color: var(--color-base-black);
}
.thumb-item__status-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.375rem 0.5rem;
  color: var(--color-base-white);
  z-index: 5;
}
.thumb-item__status-label--READY {
  background-color: var(--color-point);
}
.thumb-item__status-label--STOP {
  background-color: var(--color-base-black);
}
.thumb-item__status-label--FINISHED {
  background-color: var(--color-secondary);
  color: var(--color-base-white);
}
.thumb-item__like-btn svg {
  width: 1.75rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.625rem;
}
.thumb-item__link {
  text-decoration: none;
  color: initial;
}
.thumb-item__badges {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb-item .rate,
.thumb-item .current-price,
.thumb-item .origin-price {
  
}
.thumb-item .rate em,
.thumb-item .current-price em,
.thumb-item .origin-price em {
  
}
.thumb-item .rate s,
.thumb-item .current-price s,
.thumb-item .origin-price s {
  
}
.thumb-item .origin-price {
  color: var(--gray500);
}

.dot {
  position: relative;
}
.dot--l-must::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  background-color: var(--color-caution);
}
.dot--l-caution::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  background-color: var(--color-caution);
}
.dot--l-notice::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  background-color: var(--color-point);
}
.dot--l-gray::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  background-color: var(--gray500);
}
.dot--l-dark::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.75em;
  background-color: var(--color-base-black);
}
.dot--r-must::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75em;
  /* background-color: var(--color-caution); */
  background: #357e6b;
}
.dot--r-caution::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75em;
  background-color: var(--color-caution);
}
.dot--r-notice::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75em;
  background-color: var(--color-point);
}
.dot--r-gray::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75em;
  background-color: var(--gray500);
}
.dot--r-dark::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.75em;
  background-color: var(--color-base-black);
}

.total-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 10;
  padding: 20px;
  background-color: var(--color-base-white);
}
.total-sort__count .highlight {
  margin: 0 -2px 0 2px;
  font-weight: 700;
  font-style: normal;
  color: var(--color-point);
}
.total-sort .select {
  width: max-content;
}

.recent-product__fab {
  position: absolute;
  top: 0;
  right: 0;
}

.recent-product-wrap {
  padding: 20px;
  overflow-y: scroll;
  height: calc(100% - 97px);
  padding: 24px 0;
}
.recent-product-wrap a {
  text-decoration: none;
  color: unset;
}
.recent-product-wrap .recent-product-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 20px;
}
.recent-product-wrap .recent-product-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 105px;
  border: solid 1px var(--gray200);
  gap: 30px;
  overflow: hidden;
  width: 100%;
}
.recent-product-wrap .recent-product-item-wrap {
  position: relative;
  width: calc(100% - 40px);
}
.recent-product-wrap .recent-product-item__img {
  width: 105px;
  height: 105px;
  flex-shrink: 0;
}
.recent-product-wrap .recent-product-item__img img {
  width: 100%;
  height: 100%;
}
.recent-product-wrap .recent-product-item__info {
  padding-right: 30px;
}
.recent-product-wrap .recent-product-item__info-name {
  color: var(--color-base-black);
  font-size: 14px;
  font-weight: 500;
}
.recent-product-wrap .recent-product-item__info-price {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 6px;
}
.recent-product-wrap .recent-product-item__info-price .current-price {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--color-base-black);
}
.recent-product-wrap .recent-product-item__info-price .current-price em {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
}
.recent-product-wrap .recent-product-item__info-price .current-price span {
  font-size: 12px;
  font-weight: 500;
}
.recent-product-wrap .recent-product-item__info-price .origin-price s {
  color: var(--gray400);
  font-size: 12px;
  font-weight: 400;
}

.folding-images-by-one-row {
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}
.folding-images-by-one-row li {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.folding-images-by-one-row li img {
  max-height: 6.25rem;
}
.folding-images-by-one-row li a {
  width: "auto";
  height: "auto";
}
.folding-images-by-one-row__image-count {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: var(--color-base-white);
  background-color: rgba(63, 68, 76, 0.8);
}
.folding-images-by-one-row__image-zoom-in {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background-color: var(--color-secondary);
}
.folding-images-by-one-row__image-zoom-in:hover {
  cursor: pointer;
}

.folding-images-by-one-row.is-active {
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.folding-images-by-one-row.is-active .folding-images-by-one-row__image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.folding-images-by-one-row.is-active .folding-images-by-one-row__image-count {
  visibility: hidden;
}
.folding-images-by-one-row.is-active img {
  aspect-ratio: 1/1;
}

.folding-images-by-one-row__image-zoom-in {
  border: none;
}

.notice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: var(--gray500);
  padding: 0 10px;
}
.notice em {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-base-black);
  letter-spacing: 0;
}
.notice__description--center {
  padding: 50px 0 100px;
}
.notice--caution {
  width: 56px;
  height: 56px;
  background-size: 342px 320px;
  background-position: 0px -30px;
  margin-bottom: 16px;
}
.notice--success {
  width: 56px;
  height: 56px;
  background-size: 342px 320px;
  background-position: -56px -30px;
  margin-bottom: 16px;
}
.notice--waiting {
  width: 56px;
  height: 56px;
  background-size: 342px 320px;
  background-position: -133px 0px;
  margin-bottom: 16px;
}
.notice--warning {
  width: 56px;
  height: 56px;
  background-size: 342px 320px;
  background-position: 0px -86px;
  margin-bottom: 16px;
  display: none;
  display: none !important;
}
.notice--align-start {
  align-items: flex-start;
}
.notice--align-start-column {
  flex-direction: column;
}
.notice--align-start-row {
  flex-direction: row;
}
.notice--align-end {
  align-items: flex-end;
}
.notice--align-end-column {
  flex-direction: column;
}
.notice--align-end-row {
  flex-direction: row;
}
.notice--align-center {
  align-items: center;
}
.notice--align-center-column {
  flex-direction: column;
}
.notice--align-center-row {
  flex-direction: row;
}
.notice__description--center {
  text-align: center;
}
.notice--full {
  min-height: 50dvh;
}

.total-count {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 16px;
}
.total-count em, .total-count .highlight {
  
  padding-left: 4px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-point);
}
.total-count--sm {
  font-family: "Noto Sans KR";
  font-size: 14px;
  line-height: 16px;
}
.total-count--sm em, .total-count--sm .highlight {
  
  padding-left: 2px;
}
.total-count--md {
  font-family: "Noto Sans KR";
  font-size: 16px;
  line-height: 18px;
}
.total-count--md em, .total-count--md .highlight {
  
  padding-left: 4px;
}
.total-count--lg {
  font-family: "Noto Sans KR";
  font-size: 18px;
  line-height: 20px;
}
.total-count--lg em, .total-count--lg .highlight {
  
  padding-left: 4px;
}
.total-count--xl {
  font-family: "Noto Sans KR";
  font-size: 20px;
  line-height: 20px;
}
.total-count--xl em, .total-count--xl .highlight {
  
  padding-left: 4px;
}

.kc-certification {
  margin-top: 10px;
  border: 1px solid var(--gray200);
  display: table;
  width: 100%;
  padding: 20px 0;
}
.kc-logo {
  display: table-cell;
  width: 32px;
  padding: 0 30px;
  vertical-align: middle;
}
.kc-logo .ico {
  width: 32px;
  height: 49px;
  background: url("/assets/images/img-single/icon_kc.jpg") no-repeat 4px center;
  background-size: contain;
  background-position: center;
}
.kc-info {
  display: table-cell;
  font-size: 14px;
  padding-right: 30px;
}
.kc-description {
  font-weight: 500;
}
.kc-code {
  margin-top: 8px;
  font-weight: 400;
}

.attachment button {
  cursor: pointer;
}
.attachment__items {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 0.125rem;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
}
.attachment__input {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid var(--color-base-black);
  background-color: var(--color-base-white);
  cursor: pointer;
}
.attachment__input::before, .attachment__input::after {
  width: 20px;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--color-base-black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.attachment__input::before {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.attachment__media {
  position: relative;
  border: 1px solid var(--gray300);
}
.attachment__media img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.attachment__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: none;
  background-color: var(--color-secondary);
}
.attachment__delete::before, .attachment__delete::after {
  position: absolute;
  top: 42%;
  right: 50%;
  width: 16px;
  height: 0;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--color-base-white);
  background-color: var(--color-base-white);
}
.attachment__delete::before {
  transform: translate(50%, 50%) rotate(45deg);
}
.attachment__delete::after {
  transform: translate(50%, 50%) rotate(-45deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 4px solid var(--gray100);
  border-bottom-color: var(--gray400);
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.loader--sm::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(to right, var(--gray100) 20%, var(--gray200) 30%, var(--gray300) 70%, var(--gray400) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: shine 2s ease-in-out infinite alternate;
}
.loader--sm .spinner {
  width: 30px;
  height: 30px;
}
.loader--md::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, var(--gray100) 20%, var(--gray200) 30%, var(--gray300) 70%, var(--gray400) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: shine 2s ease-in-out infinite alternate;
}
.loader--md .spinner {
  width: 40px;
  height: 40px;
}
.loader--lg::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to right, var(--gray100) 20%, var(--gray200) 30%, var(--gray300) 70%, var(--gray400) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: shine 2s ease-in-out infinite alternate;
}
.loader--lg .spinner {
  width: 50px;
  height: 50px;
}

.image-file-uploader {
  margin-block: 12px;
}
.image-file-uploader .hidden {
  display: none;
}
.image-file-uploader__skeleton {
  width: 80px;
  height: 80px;
}
.image-file-uploader__add-btn {
  background-color: var(--color-base-white);
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid var(--gray400);
}
.image-file-uploader__add-btn::before, .image-file-uploader__add-btn::after {
  width: 16px;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--gray500);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-file-uploader__add-btn::before {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.image-file-uploader__notices {
  margin-top: 12px;
}
.image-file-uploader__notice {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray500);
  padding-left: 18px;
  opacity: 0.8;
}
.image-file-uploader__notice::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  position: absolute;
  content: "※";
  color: var(--gray500);
}
.image-file-uploader__image {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  border: 2px solid var(--gray400);
}
.image-file-uploader__image img {
  display: inline-block;
}
.image-file-uploader .disabled {
  pointer-events: none;
}
.image-file-uploader__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border: none;
  background-color: var(--background-color);
  opacity: 0.6;
  cursor: pointer;
  z-index: 15;
}
.image-file-uploader__delete:before, .image-file-uploader__delete:after {
  position: absolute;
  top: 2px;
  left: 14px;
  width: 2px;
  height: 22px;
  background-color: var(--gray700);
  content: " ";
}
.image-file-uploader__delete:before {
  transform: rotate(45deg);
}
.image-file-uploader__delete:after {
  transform: rotate(-45deg);
}

.cash-receipt-modal {
  padding: 30px;
}
.cash-receipt__key {
  display: flex;
  gap: 10px;
}
.cash-receipt__key .cash-receipt__key-type {
  flex: 1;
}
.cash-receipt__value {
  margin-top: 15px;
}

.coupon-download-wrap {
  padding-bottom: 62px;
}
.coupon-download__btn-wrap {
  float: right;
}
.coupon-download-content {
  padding: 40px 20px;
}
.coupon-download__description {
  font-weight: 500;
}
.coupon-download__description em {
  font-style: normal;
  color: var(--color-point);
}
.coupon-download__coupons {
  margin-top: 20px;
}
.coupon-download__coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 28px;
  padding: 30px;
  border: 1px solid var(--gray200);
}
.coupon-download__coupon:not(:first-child) {
  margin-top: 20px;
}
.coupon-download__coupon.modifier {
  background-color: var(--gray400);
}
.coupon-download__coupon-name {
  font-weight: 700;
}
.coupon-download__coupon-info-btn {
  color: #737373;
  font-weight: 400;
  font-size: 12px;
}
.coupon-download__coupon-info-btn u {
  cursor: pointer;
}
.coupon-download__discount-information {
  margin-top: 10px;
  color: var(--color-point);
  font-weight: 700;
  font-size: 18px;
}
.coupon-download__discount-amount {
  vertical-align: baseline;
}
.coupon-download__discount-description {
  font-size: 12px;
  color: var(--gray600);
  font-weight: 400;
}
.coupon-download__info-area {
  flex: 2;
}
.coupon-download__btn-area {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 8px;
}
.coupon-download__btn-area .btn {
  padding: 10px; line-height: 1;
}
.coupon-download__all-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.coupon-download__all-btn .btn {
  width: 100%;
}

.image-zoom-in-pc .title-modal__content {
  width: 588px;
  height: 673px;
  overflow: auto;
}
.image-zoom-in .swiper {
  margin: 10px;
}
.image-zoom-in .swiper .image-label {
  text-align: center;
}
.image-zoom-in .swiper-slide img {
  margin: 0 auto;
}
.image-zoom-in .swiper-button-prev,
.image-zoom-in .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-base-black);
  opacity: 0.6;
}
.image-zoom-in .swiper-button-prev::after,
.image-zoom-in .swiper-button-next::after {
  font-size: 20px;
}

.shipping-address-list-wrap {
  padding: 20px;
}

.shipping-address-list em {
  font-style: unset;
  font-weight: 700;
}
.shipping-address-list__btns {
  display: flex;
  font-size: 14px;
  margin-top: 42px;
  gap: 12px;
}
.shipping-address-list__btns .btn {
  border-radius: 0;
  padding: 20px;
}
.shipping-address-list__btns .btn--point {
  border: 1px solid var(--color-point);
}
.shipping-address-list__btns .btn--fill {
  background-color: var(--color-point);
  color: var(--color-base-white);
}

.shipping-address-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 7px 0 14px 0;
  border-bottom: 1px solid var(--gray300);
  gap: 12px;
}
.shipping-address-item span {
  word-break: break-all;
}
.shipping-address-item .form-check {
  flex: none;
  width: 24px;
}
.shipping-address-item em {
  font-style: unset;
  font-weight: 700;
}
.shipping-address-item__default {
  border: 1px solid var(--color-point);
  color: var(--color-point);
  padding: 4px;
}
.shipping-address-item__address-name {
  font-weight: 500;
}
.shipping-address-item__info-wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.shipping-address-item__info {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.shipping-address-item__address {
  display: block;
  line-height: 16px;
}
.shipping-address-item__contact-type {
  display: inline-block;
  margin-block-start: 12px;
}
.shipping-address-item__contact-type:not(:first-child) {
  margin-inline-start: 12px;
}
.shipping-address-item .btn-group {
  flex: none;
}
.shipping-address-item .btn-group .btn {
  min-width: 48px;
}

.btn-group-custom .btn.btn1,
.btn-group.btn-group-custom .btn.btn1 {
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  width: 280px;
  height: 60px;
  box-sizing: border-box !important;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  cursor: pointer;
}
.btn-group-custom .btn.btn2,
.btn-group.btn-group-custom .btn.btn2 {
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  width: 280px;
  height: 60px;
  box-sizing: border-box !important;
  background: #357e6b;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.search-zip-code button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.search-zip-code em {
  font-style: normal;
}
.search-zip-code__search {
  background-color: #f5f6f8;
  padding: 20px;
}
.search-zip-code .text-field {
  position: relative;
}
.search-zip-code .text-field input {
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  height: 100%;
}
.search-zip-code .clear-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: 342px 320px;
  background-position: -165px -142px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  padding: 0px;
}
.search-zip-code .search-btn {
  background-size: 342px 320px;
  background-position: -318px -144px;
  width: 24px;
  height: 24px;
}
.search-zip-code__search-tip {
  margin-block-start: 6px;
  margin-inline: 20px;
  color: #8f8f8f;
  font-size: 14px;
}
.search-zip-code__items {
  padding: 0 20px;
}
.search-zip-code__tip-tit {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-base-black);
  padding-block: 8px;
  margin-block: 8px;
}
.search-zip-code .notice__content {
  color: var(--color-base-black);
  margin-inline-start: 4px;
  line-height: 16px;
}
.search-zip-code .empty-list {
  padding-block: 40px;
}
.search-zip-code .pagination {
  margin-block: 20px;
}

.modal {
  background-color: var(--color-base-white);
  color: var(--color-base-black);
  border-radius: 0;
  border: 0;
}
.modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid var(--color-base-black);
  height: 60px;
}
.modal__header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
}
.modal__header-close-btn {
  position: absolute;
  right: 20px;
  border: none;
  background-color: transparent;
}
.modal__box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
.modal__box--alert, .modal__box--confirm {
  min-width: 350px;
  min-height: 120px;
  max-width: 500px;
  padding: 40px 30px;
}
.modal__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #ddd;
}
.modal__title img {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.modal__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  min-width: 100%;
  min-height: 120px;
}
.modal__content img {
  margin: 1.25rem;
  width: 100px;
  height: 87px;
}
.modal__content--confirm {
  flex-direction: column;
}
.modal__content--custom {
  display: inline-block;
}
.modal__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 30px;
  gap: 12px;
}
.modal__btns .btn {
  flex: 1;
}
.modal__btns .btn:nth-of-type(n + 2) {
  border-left: 1px solid;
}
.modal__box--alert .modal__btns {
  justify-content: center;
}
.modal__box--alert .btn {
  max-width: 384px;
}

.portal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.portal.alert, .portal.confirm {
  z-index: 35;
}
.portal .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.portal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prevent-scroll {
  overflow-y: hidden;
}

.title-modal {
  position: relative;
  width: 100%;
  height: 100%;
}
.title-modal button {
  cursor: pointer;
}
.title-modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid var(--color-base-black);
  height: 60px;
}
.title-modal__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
}
.title-modal__content {
  overflow: inherit;
}

.title-modal > .title-modal__content {
  overflow: auto;
}

.title-modal__close-btn {
  position: absolute;
  right: 13px;
  border: none;
  background-color: transparent;
}
.title-modal--full {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 500px) {
  .title-modal--full {
    min-width: 500px;
  }
}
.title-modal--full .title-modal__content {
  overflow-y: auto;
  height: 872px;
}

.design-popup {
  position: absolute;
  z-index: 25;
  background-color: inherit;
  border: 1px solid var(--gray200);
}
.design-popup img {
  display: initial;
  max-width: unset;
  object-fit: cover;
}
.design-popup .btn {
  padding: unset;
  background: unset;
  min-width: unset;
}
.design-popup__content {
  overflow: auto;
  overscroll-behavior: contain;
  text-align: center;
}
.design-popup__content--overscroll {
  overscroll-behavior: auto;
}
.design-popup__btns {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  padding-inline: 15px;
  padding-block: 10px;
}
.design-popup__btns:has(.design-popup__btn--no-visible-today) {
  justify-content: space-between;
}
@supports not selector(:has(.design-popup__btn--no-visible-today)) {
  .design-popup__btns {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .design-popup__btn--no-visible-today {
    order: 2;
  }
  .design-popup__btn--close {
    order: 1;
  }
}
.design-popup__btn--no-visible-today {
  color: var(--gray500);
}
.design-popup__slider--sub {
  width: 100%;
}
.design-popup__slide {
  overflow: hidden;
  background-color: var(--color-base-white);
}
.design-popup--fixed-top {
  position: sticky;
  z-index: 20;
}
.design-popup--fixed-top .design-popup__btns {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  flex-direction: column;
  height: 100%;
  align-items: end;
}
.design-popup--fixed-top .design-popup__btn--no-visible-today {
  order: 2;
}
.design-popup--resizable img {
  max-width: 100%;
}
.design-popup--window {
  position: unset;
  width: max-content;
  max-width: 100dvw;
  margin-left: auto;
  margin-right: auto;
}
.design-popup--draggable {
  will-change: top, left;
}

.accordion__with-border-bottom {
  border-bottom: 1px solid var(--gray200);
}
.accordion__title {
  position: relative;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.accordion__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
}
.accordion__content-wrapper {
  padding: 22px 0;
}

/* .btn {
  font-size: 18px;
  gap: 16px;
  min-width: 97px;
} */
.btn--xs {
  padding: 10px 14px;
  font-size: 12px;
  height: 32px;
  font-weight: 500;
}
.btn--xs-wide {
  padding: 10px 14px;
  font-size: 12px;
  width: 100%;
  margin-block-start: 20px;
}
.btn--sm {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: ;
}
.btn--sm-wide {
  padding: 15px 20px;
  font-size: 16px;
  width: 100%;
  margin-block-start: 20px;
}
.btn--md {
  padding: 23px 30px;
  font-size: 18px;
  font-weight: 500;
}
.btn--md-wide {
  padding: 23px 30px;
  font-size: 18px;
  width: 100%;
  margin-block-start: 20px;
}
.btn--lg {
  padding: 15px 25px;
  font-size: 18px;
  min-width: 198px;
  font-weight: 500;
}
.btn--lg-wide {
  padding: 23px 30px;
  font-size: 18px;
  width: 100%;
  margin-block-start: 20px;
}
.btn--xl {
  padding: 15px 25px;
  font-size: 16px;
  min-width: 384px;
  font-weight: 500;
}
.btn--xl-wide {
  padding: 23px 30px;
  font-size: 18px;
  width: 100%;
  margin-block-start: 20px;
}

table .product-option-info,
dd .product-option-info {
  display: flex;
  gap: 20px;
  align-items: center;
}
table .product-option-info__name,
dd .product-option-info__name {
  width: calc(100% - 120px);
}
table .product-option-info__name a,
dd .product-option-info__name a {
  text-decoration: none;
}
table .product-option-info__option,
dd .product-option-info__option {
  font-size: 12px;
}
table .product-option-info .thumb-item__img,
dd .product-option-info .thumb-item__img {
  border: 1px solid var(--gray200);
}
table .product-option-info em,
dd .product-option-info em {
  font-weight: 700;
  vertical-align: baseline;
}
table.l-table .product-option-info,
dd.l-table .product-option-info {
  text-align: left;
}

.tab__btn {
  padding: 20px 10px;
  font-size: 18px;
}

.date-selector {
  position: relative;
/*   display: flex;
  align-items: center; */
  margin: 0 0 35px 0;
  padding: 20px 20px 20px 30px;
  border: 3px solid #eeeeee;
  box-sizing: border-box;
}
.date-selector:after {content: ""; display: block; clear: both;}
.date-selector:before {content: "date";
  float: left;
  padding: 6px 15px 0 0;
  color: #777777;
  font-size: 13px; font-weight: 700;}
.date-selector__button_box {
  float: left;
  padding: 0 10px 0 0;
}
.date-selector__date-calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: row;
  padding: 0px;
  gap: 12px;
  height: 30px;
}
.date-selector__date_input_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.date-selector__select-btn {
  /* position: relative; */
  /* font-size: 16px; */
  /* color: var(--gray500); */
  /* padding: 3px 16px; */
  /* min-width: 25px; */
  /* background-color: transparent; */
  float: left;
  width: 54px;
  height: 31px;
  margin: 0 0 0 -1px;
  color: #777777;
  font-size: 12px;
  border: 1px solid #d6d6d6;
  letter-spacing: -0.030em;
}
.date-selector__select-btn::after {
  /* position: absolute; */
  /* top: 50%; */
  /* right: 0; */
  /* transform: translateY(-50%); */
  /* content: ""; */
  /* display: block; */
  /* width: 1px; */
  /* height: 12px; */
  /* background-color: var(--gray300); */
}
.date-selector__select-btn:last-child::after {
  content: none;
}
.date-selector__select-btn.on {
  color: #ffffff;
  background: #000;
}
.date-selector__select-btn:hover {
  color: #ffffff;
  background: #000;
}

.date-selector__date-picker-wrap {
  display: inline-flex;
  align-items: center;
  /* gap: 12px; */
  /* z-index: 9; */
  margin-left: 10px;
}
.date-selector__date_search_button {
  height: 14px;
}
.date-selector__date-picker {
  width: 100px;
  height: 31px;
  border: 0;
  background: none;
}
.date-selector__date-picker input {width: 100px !important;height: 31px !important;padding: 0 10px !important;color: #333 !important;border: 1px solid #d6d6d6 !important;line-height: 29px !important;box-sizing: border-box !important;font-size: 12px !important;background: #fff !important;}


.date-selector__date-picker:first-child,
.date-selector__date-picker:first-of-type {margin-right: 4px;}
.date-selector__date-picker:last-child,
.date-selector__date-picker:last-of-type {margin-left: 4px;}


.date-selector__date-picker .tui-ico-date {display: none !important;}
.date-selector .date-picker__search {
  /* padding: 10px 25px; */
  /* font-size: 14px; */
  /* font-weight: 500; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 31px;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #323437;
  background: #323437;
  padding: 0;
  font-size: 12px;
  margin-left: 10px;
}
.date-selector .date-picker__search:after {content: ""; display: block; width: 13px; height: 12px; margin-left: 7px; background: url(/assets/img/common/btn/btn_goods_search.png)no-repeat center;}

.date-selector .tab {position: relative; display: flex; align-items: center; line-height: 1; padding: 0; margin: 0; margin-top: 10px;}
.date-selector .tab > span {display: flex; align-items: center; line-height: 1; color: #777777; font-size: 13px; font-weight: 700; margin-right: 12px;}
.date-selector .tab > li {position: relative; display: flex; align-items: center; line-height: 1; padding: 0; margin: 0; border: 0;width: fit-content !important; text-align: left !important; font-size: 12px; font-weight: 400; color: #000; margin-right: 11px;}
.date-selector .tab > li button {padding: 0; margin: 0; border: 0; position: relative; line-height: 1; width: fit-content; text-align: left; padding-left: 21px; height: 16px; display: flex; align-items: center; background: url(/assets/img/common/input/radio_off_small.png)no-repeat center left;}
.date-selector .tab > li.is-active  button{background: url(/assets/img/common/input/radio_on_small.png)no-repeat center left;}


.swiper-button-prev,
.swiper-button-next {
  z-index: 3;
}

.swiper-pagination-bullet.round_square {
  border-radius: 0.142em;
}
.swiper-pagination-bullet.square {
  border-radius: 0;
}
.swiper-pagination-bullet.size_two {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet.size_three {
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet.size_four {
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet.size_five {
  width: 24px;
  height: 24px;
}
.swiper-pagination-bullet.size_six {
  width: 28px;
  height: 28px;
}

.next-action-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 11px;
  gap: 5px;
}

.recent-product__fab {
  position: absolute;
  top: 0;
  right: 0;
}

.offcanvas-title {
  padding: 30px 0;
  text-align: center;
  border-bottom: solid 1px var(--gray200);
  color: var(--color-base-black);
  font-size: 24px;
  font-weight: 700;
}

.recent-product-wrap {
  overflow-y: scroll;
  height: calc(100% - 97px);
  padding: 24px 0;
}
.recent-product-wrap a {
  text-decoration: none;
  color: unset;
}
.recent-product-wrap .recent-product-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 24px;
}
.recent-product-wrap .recent-product-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 387px;
  height: 120px;
  border: solid 1px var(--gray200);
  gap: 24px;
  overflow: hidden;
  width: 100%;
}
.recent-product-wrap .recent-product-item-wrap {
  position: relative;
}
.recent-product-wrap .recent-product-item__img {
  width: 120px;
  height: 120px;
}
.recent-product-wrap .recent-product-item__img img {
  width: 100%;
  height: 100%;
}
.recent-product-wrap .recent-product-item__info-name {
  color: var(--color-base-black);
  font-size: 18px;
  font-weight: 500;
}
.recent-product-wrap .recent-product-item__info-price {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 6px;
}
.recent-product-wrap .recent-product-item__info-price .current-price {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--color-base-black);
}
.recent-product-wrap .recent-product-item__info-price .current-price em {
  font-size: 20px;
  font-weight: 700;
}
.recent-product-wrap .recent-product-item__info-price .current-price span {
  font-size: 16px;
  font-weight: 500;
}
.recent-product-wrap .recent-product-item__info-price .origin-price s {
  color: var(--gray400);
  font-size: 16px;
  font-weight: 400;
}

.counter {
  /* font-size: 14px; */
}
.counter__btn {
  /* font-size: 24px; */
}

.address-form {
  /* width: 588px; */
  /* height: 720px; */
}
.address-form__content {
  /* height: 636px; */
  /* overflow-y: scroll; */
  overflow-y: auto;
}

.my-pay {
  border-bottom: 1px solid #ececec;
}
.my-pay__config {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin: 20px;
}
.my-pay__config button {
  width: 75px;
  border: 1px solid #ddd;
  color: var(--color-secondary);
}
.my-pay__info {
  color: var(--gray100);
  margin-left: 20px;
  margin-bottom: 10px;
}

.my-pay-content {
  overflow-x: auto;
}
.my-pay-content--center {
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.my-pay-content__content-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0 20px 20px 20px;
  gap: 10px;
}

.my-pay-method-btn {
  padding: 22px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-origin: content-box;
  background-color: var(--color-base-white);
  border: 1px solid var(--gray300);
}
.my-pay-method-btn.logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  padding: 16px 10px;
}
.my-pay-method-btn.checked {
  color: var(--color-base-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.my-pay-method-btn.label {
  font-size: 16px;
  font-weight: 500;
}

.payment-method-group {
  width: 250px;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 7px;
}
.payment-method-group__title {
  font-size: 15px;
}
.payment-method-group__desc {
  color: var(--gray100);
  font-size: 13px;
}
.payment-method-group__buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-direction: row;
  gap: 5px;
  font-size: 13px;
}

.payment-add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 105px;
  height: 60px;
  cursor: pointer;
}
.payment-add-btn p {
  line-height: 1;
}

.my-pay-payment__item {
  margin-right: 10px;
  max-width: 250px;
}

.my-pay-payment-item {
  border: 1px solid var(--gray300);
  border-radius: 5px;
  padding: 24px;
  height: 160px;
  background-color: var(--color-base-white);
  cursor: pointer;
}
.my-pay-payment-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.my-pay-payment-item__additional-info {
  position: relative;
  height: 100%;
}
.my-pay-payment-item__quota-select-wrap {
  position: absolute;
  right: 0;
  bottom: 20px;
  border: none;
  width: 60px;
}
.my-pay-payment-item--selected {
  background-color: var(--color-base-navy);
  color: var(--color-base-white);
}
.my-pay-payment-item__card-name {
  font-size: 14px;
  font-weight: 500;
}
.my-pay-payment-item__bookmark-btn {
  border: none;
  background-color: transparent;
}
.my-pay-payment-item__bank-card-no {
  font-size: 16px;
  font-weight: 500;
}
.my-pay-payment-item__register-btn {
  width: 282px;
}
.my-pay-payment-item__register-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.my-pay-payment-item__register-btns > .my-pay-payment-item__register-btn {
  width: initial;
}

.my-pay-payment-item-register-wrap {
  border: 1px solid var(--gray300);
  border-radius: 5px;
  padding: 24px;
  height: 160px;
  background-color: var(--gray100);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.my-pay-payment-item-register-wrap__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-base-black);
}
.my-pay-payment-item-register-wrap__desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray500);
  text-align: center;
}

.payment-content {
  height: calc(100% - 107px);
  flex: 1;
  overflow-y: auto;
}
.payment-content__termination-wrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  border: none;
  padding: 10px;
  color: var(--color-secondary);
}
.payment-content__termination-button {
  width: 90px;
  border: none;
  color: var(--color-secondary);
}

.payment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #bbbec2;
  padding: 20px 5px;
  margin: 5px 15px;
  gap: 10px;
}
.payment-item__delete-btn {
  width: 50px;
  border: 1px solid #bbbec2;
  background-color: var(--gray300);
  color: var(--color-secondary);
}

.payment-method-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.payment-method-buttons button {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background-color: var(--gray300);
  border-radius: 6px;
  text-align: center;
}
.payment-method-buttons__dimmed {
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  background-color: rgba(0, 0, 0, 0.3);
}
.payment-method-buttons__content {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 200px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  bottom: 0;
  background-color: var(--color-base-white);
}
.payment-method-buttons__content h3 {
  font-size: 18px;
  font-weight: 500;
}

.config-modal.modal {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 100%;
  max-height: 710px;
}
.config-modal__header {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid var(--color-base-black);
}
.config-modal__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 40px;
  font-size: 18px;
}
.config-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.config-modal__close-btn:hover {
  cursor: pointer;
}
@media (max-width: 500px) {
  .config-modal.modal {
    width: 100%;
  }
}
@media (min-width: 501px) {
  .config-modal.modal {
    width: 450px;
  }
}
.config-modal__btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid var(--gray100);
  border-top: none;
}
.config-modal__btn-group button {
  border-radius: 0;
  border: none;
  padding: 0.75rem 4px;
  background: var(--gray300);
  font-size: 0.75rem;
  flex: 1;
}
.config-modal__btn-group button + button {
  border-left: 1px solid var(--gray100);
}
.config-modal__register-btn {
  background: var(--color-secondary) !important;
  color: var(--color-base-white);
}

.payment-item-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 350px;
  gap: 10px;
}
.payment-item-info__payment-method-image--default {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 90px;
  height: 57px;
  border-radius: 5px;
  background-color: #dadada;
  color: var(--color-base-white);
  font-size: 18px;
}
.payment-item-info__payment-method-image {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  border-radius: 5px;
}
.payment-item-info__payment-method-image-bank_kdb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_kdb.png");
  background-color: #00367f;
}
.payment-item-info__payment-method-image-bank_ibk {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_ibk.png");
  background-color: #03458e;
}
.payment-item-info__payment-method-image-bank_kb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_kb.png");
  background-color: #766c62;
}
.payment-item-info__payment-method-image-bank_sh {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_sh.png");
  background-color: #0068b7;
}
.payment-item-info__payment-method-image-bank_nh {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_nh.png");
  background-color: #006ebb;
}
.payment-item-info__payment-method-image-bank_woori {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_woori.png");
  background-color: #0064a9;
}
.payment-item-info__payment-method-image-bank_sc {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_sc.png");
  background-color: #0473ea;
}
.payment-item-info__payment-method-image-bank_citi {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_citi.png");
  background-color: #232a7b;
}
.payment-item-info__payment-method-image-bank_dgb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_dgb.png");
  background-color: #003c83;
}
.payment-item-info__payment-method-image-bank_bnk {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_bnk.png");
  background-color: #cf131c;
}
.payment-item-info__payment-method-image-bank_kj {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_kj.png");
  background-color: #00286c;
}
.payment-item-info__payment-method-image-bank_jeju {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_jeju.png");
  background-color: #014b88;
}
.payment-item-info__payment-method-image-bank_jb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_jb.png");
  background-color: #00286c;
}
.payment-item-info__payment-method-image-bank_hana {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_hana.png");
  background-color: #00939f;
}
.payment-item-info__payment-method-image-bank_shinhan {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_shinhan.png");
  background-color: #014b88;
}
.payment-item-info__payment-method-image-bank_kbank {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_kbank.png");
  background-color: #0f005f;
}
.payment-item-info__payment-method-image-sec_post {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_post.png");
  background-color: #231f20;
}
.payment-item-info__payment-method-image-bank_toss {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_toss.png");
  background-color: #0064ff;
}
.payment-item-info__payment-method-image-bank_kakao {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/bank_kakao.png");
  background-color: #ffe600;
}
.payment-item-info__payment-method-image-sec_cu {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_cu.png");
  background-color: #1061af;
}
.payment-item-info__payment-method-image-sec_sb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_sb.png");
  background-color: #007260;
}
.payment-item-info__payment-method-image-sec_sj {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_sj.png");
  background-color: #022662;
}
.payment-item-info__payment-method-image-sec_mg {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_mg.png");
  background-color: #1f366a;
}
.payment-item-info__payment-method-image-sec_kb {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_kb.png");
  background-color: #766c62;
}
.payment-item-info__payment-method-image-sec_ma {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_ma.png");
  background-color: #073d77;
}
.payment-item-info__payment-method-image-sec_samsung {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_samsung.png");
  background-color: #254aa5;
}
.payment-item-info__payment-method-image-sec_ki {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_ki.png");
  background-color: #632d00;
}
.payment-item-info__payment-method-image-sec_hd {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_hd.png");
  background-color: #00448d;
}
.payment-item-info__payment-method-image-sec_sk {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_sk.png");
  background-color: #e30613;
}
.payment-item-info__payment-method-image-sec_ds {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_ds.png");
  background-color: #605e5f;
}
.payment-item-info__payment-method-image-sec_hana {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_hana.png");
  background-color: #00939f;
}
.payment-item-info__payment-method-image-sec_shinhan {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_shinhan.png");
  background-color: #0068b7;
}
.payment-item-info__payment-method-image-sec_eg {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_eg.png");
  background-color: #5c6162;
}
.payment-item-info__payment-method-image-sec_meritz {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_meritz.png");
  background-color: #231f20;
}
.payment-item-info__payment-method-image-sec_kyobo {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_kyobo.png");
  background-color: #0f2c52;
}
.payment-item-info__payment-method-image-sec_kw {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_kw.png");
  background-color: #003d79;
}
.payment-item-info__payment-method-image-sec_ebest {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_ebest.png");
  background-color: #006899;
}
.payment-item-info__payment-method-image-sec_hanwha {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_hanwha.png");
  background-color: #f1592a;
}
.payment-item-info__payment-method-image-sec_nhqv {
  width: 90px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-origin: content-box;
  padding: 10px 10px;
  border-radius: 5px;
  background-image: url("/assets/images/banks/sec_nhqv.png");
  background-color: #006ebb;
}
.payment-item-info__content {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  gap: 5px;
}
.payment-item-info__content h2 {
  font-weight: 600;
}

.my-pay-callback-popup {
  line-height: 1.5em;
}
.my-pay-callback-popup__message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 8px;
  font-size: 1.2em;
  padding: 40px 20px;
}

.my-pay-payments {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

.pay-method-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  color: var(--color-base-black);
  border: 1px solid var(--gray300);
  background-color: var(--color-base-white);
  font-size: 16px;
  font-weight: 500;
}
.pay-method-btn--checked {
  color: white;
  border-color: var(--color-base-navy);
  background-color: var(--color-base-navy);
}
.pay-method-btn--centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.pay-method-btn__label {
  word-break: break-all;
  margin-right: 10px;
}
.pay-method-btn__icon {
  flex: none;
}
.pay-method-btn .ico--pay-account-black {
  background-size: 342px 320px;
  background-position: -269px -132px;
  width: 27px;
  height: 22px;
}
.pay-method-btn .ico--pay-account-white {
  background-size: 342px 320px;
  background-position: -240px -234px;
  width: 27px;
  height: 22px;
}
.pay-method-btn .ico--chai {
  background-size: 342px 320px;
  background-position: -62px -216px;
  width: 62px;
  height: 18px;
}
.pay-method-btn .ico--chai-white {
  background-size: 342px 320px;
  background-position: 0px -216px;
  width: 62px;
  height: 18px;
}
.pay-method-btn .ico--pay-credit-card-black {
  background-size: 342px 320px;
  background-position: -241px -132px;
  width: 28px;
  height: 22px;
}
.pay-method-btn .ico--pay-credit-card-white {
  background-size: 342px 320px;
  background-position: -245px -156px;
  width: 28px;
  height: 22px;
}
.pay-method-btn .ico--pay-etc-black {
  background-size: 342px 320px;
  background-position: -24px -296px;
  width: 24px;
  height: 24px;
}
.pay-method-btn .ico--pay-etc-white {
  background-size: 342px 320px;
  background-position: -48px -296px;
  width: 24px;
  height: 24px;
}
.pay-method-btn .ico--kakaopay {
  background-size: 342px 320px;
  background-position: -229px -112px;
  width: 64px;
  height: 20px;
}
.pay-method-btn .ico--kakaopay-white {
  background-size: 342px 320px;
  background-position: -229px -92px;
  width: 64px;
  height: 20px;
}
.pay-method-btn .ico--pay-mobile-black {
  background-size: 342px 320px;
  background-position: 0px -266px;
  width: 24px;
  height: 30px;
}
.pay-method-btn .ico--pay-mobile-white {
  background-size: 342px 320px;
  background-position: -24px -266px;
  width: 24px;
  height: 30px;
}
.pay-method-btn .ico--naverpay {
  background-size: 342px 320px;
  background-position: -133px -56px;
  width: 56px;
  height: 22px;
}
.pay-method-btn .ico--naverpay-white {
  background-size: 342px 320px;
  background-position: -189px -156px;
  width: 56px;
  height: 22px;
}
.pay-method-btn .ico--payco {
  background-size: 342px 320px;
  background-position: -70px -200px;
  width: 70px;
  height: 16px;
}
.pay-method-btn .ico--payco-white {
  background-size: 342px 320px;
  background-position: 0px -200px;
  width: 70px;
  height: 16px;
}
.pay-method-btn .ico--pay-realtime-account-black {
  background-size: 342px 320px;
  background-position: -156px -234px;
  width: 28px;
  height: 25px;
}
.pay-method-btn .ico--pay-realtime-account-white {
  background-size: 342px 320px;
  background-position: -184px -234px;
  width: 28px;
  height: 25px;
}
.pay-method-btn .ico--tosspay {
  background-size: 342px 320px;
  background-position: -189px -20px;
  width: 107px;
  height: 20px;
}
.pay-method-btn .ico--tosspay-white {
  background-size: 342px 320px;
  background-position: -189px 0px;
  width: 107px;
  height: 20px;
}
.pay-method-btn .ico--pay-virtual-account-black {
  background-size: 342px 320px;
  background-position: -137px -142px;
  width: 28px;
  height: 22px;
}
.pay-method-btn .ico--pay-virtual-account-white {
  background-size: 342px 320px;
  background-position: -212px -234px;
  width: 28px;
  height: 22px;
}
.pay-method-btn .ico--applepay {
  background-size: 342px 320px;
  background-position: -239px -60px;
  width: 50px;
  height: 32px;
}
.pay-method-btn .ico--applepay-white {
  background-size: 342px 320px;
  background-position: -189px -60px;
  width: 50px;
  height: 32px;
}
.pay-method-btn .ico--payco-simple {
  background-size: 342px 320px;
  background-position: 0px -184px;
  width: 128px;
  height: 16px;
}
.pay-method-btn .ico--payco-simple-white {
  background-size: 342px 320px;
  background-position: -56px -125px;
  width: 128px;
  height: 16px;
}

.aurora__formula-symbol {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: var(--color-base-white);
  border: 1px solid var(--color-base-navy);
  border-radius: 100%;
  line-height: 16px;
  background-color: var(--color-base-navy);
}

.kcp-authentication__form {
  width: 100%;
  height: calc(100vh - 60px);
  scrollbar-color: none;
}

.notice--full {
  min-height: 30vh;
}

iframe.thumb {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.thumb-item__media iframe.thumb {
  width: revert-layer;
  background-color: var(--color-base-white);
}

.thumb-item [shopby-is-sold-out=true] {
  cursor: not-allowed;
}
.thumb-item__main-img iframe {
  width: 560px;
  height: 315px;
}
.thumb-item__sub-img {
  overflow: hidden;
}
.thumb-item__sub-img iframe {
  z-index: -1;
}

.thumb-box-wrap {
  margin-top: 80px;
}

.thumb-box .thumb-title {
  color: var(--color-base-black);
  font-size: 24px;
  font-weight: 700;
}
.thumb-box .thumb-item {
  margin-top: 20px;
}
.thumb-box .thumb-item__img {
  position: relative;
  border: 1px solid var(--gray200);
  width: 282px;
  height: 282px;
}
.thumb-box .thumb-item__img .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.thumb-box .thumb-item__img .no-img {
  background: center/contain no-repeat url("/assets/images/bg/no-img-round.png"), var(--gray100);
  background-size: 46px;
}
.thumb-box .thumb-item-wrap a {
  text-decoration: none;
  color: unset;
}
.thumb-box .thumb-item__info {
  margin-top: 20px;
  padding: 0;
}
.thumb-box .thumb-item__info-name {
  color: var(--color-base-black);
  font-size: 18px;
  font-weight: 500;
}
.thumb-box .thumb-item__info-price {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  gap: 6px;
}
.thumb-box .thumb-item__info-price .rate em {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-point);
}
.thumb-box .thumb-item__info-price .current-price {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--color-base-black);
}
.thumb-box .thumb-item__info-price .current-price em {
  font-size: 20px;
  font-weight: 700;
}
.thumb-box .thumb-item__info-price .current-price span {
  font-size: 16px;
  font-weight: 500;
}
.thumb-box .thumb-item__info-price .origin-price s {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
}
.thumb-box .thumb-item__icon-box img {
  display: inline-block;
}
.thumb-box .thumb-item__status-label {
  position: absolute;
  top: 12px;
  left: 14px;
  padding: 6px 8px;
  color: var(--color-base-white);
}
.thumb-box .thumb-item__status-label--READY {
  background-color: var(--color-point);
}
.thumb-box .thumb-item__status-label--STOP {
  background-color: var(--gray400);
}
.thumb-box .thumb-item__status-label--FINISHED {
  background-color: var(--color-secondary);
  color: var(--color-base-white);
}
.thumb-box .thumb-item .pagination__btn {
  position: absolute;
  zoom: 1.5;
  z-index: 10;
  top: var(--swiper-navigation-top-offset, 33%);
}
.thumb-box .thumb-item .thumb-pagination-btn-next {
  right: var(--swiper-navigation-sides-offset, 0px);
}
.thumb-box .thumb-item .thumb-pagination-btn-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
}
.thumb-box .thumb-item .swiper-button-disabled {
  opacity: 0.35;
}

:where(.thumb-GALLERY, .thumb-CART, .thumb-SIMPLE_IMAGE) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

:is(.thumb-CART, .thumb-SIMPLE_IMAGE) .thumb-fab {
  display: none;
}
:is(.thumb-CART, .thumb-SIMPLE_IMAGE) .thumb-item:hover .thumb-fab {
  display: block;
}

:where(.thumb-LIST) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
:where(.thumb-LIST) .thumb-item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
:where(.thumb-LIST) .thumb-item__media {
  width: 282px;
}
:where(.thumb-LIST) .thumb-item__info {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  min-width: 300px;
  max-width: 600px;
}
:where(.thumb-LIST) .thumb-item__btns {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  margin-inline-start: auto;
  min-width: fit-content;
}
:where(.thumb-LIST) .thumb-item__btn--cart {
  color: var(--color-base-white);
  background: var(--color-base-black);
  padding-block: 23px;
  padding-inline: 32px;
}
:where(.thumb-LIST) .thumb-item__btn--cart[shopby-is-sold-out=true] {
  background: var(--gray300);
}
:where(.thumb-LIST) .thumb-item__btn--like {
  background-color: unset;
  border: 1px solid var(--gray300);
  padding-block: 10.5px;
  padding-inline: 11px;
}
:where(.thumb-LIST) .thumb-item__btn--like svg {
  fill: var(--color-base-white);
}
:where(.thumb-LIST) .thumb-item__btn--like:where(.is-active) svg {
  fill: var(--color-point);
}

:where(.thumb-SIMPLE_IMAGE) .thumb-item__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--color-base-white);
  text-align: center;
  visibility: hidden;
}
:where(.thumb-SIMPLE_IMAGE) .thumb-item:hover .thumb-item__info {
  visibility: visible;
}
:where(.thumb-SIMPLE_IMAGE) .thumb-item:hover .thumb-item__info a {
  width: 100%;
  display: block;
}

:where(.thumb-PRODUCT_MOVE) .swiper-button-prev,
:where(.thumb-PRODUCT_MOVE) .swiper-button-next {
  width: 50px;
  height: 50px;
}

.thumb-PRODUCT_MOVE .swiper {
  /* max-width: 1200px; */
  /* position: static; */
}

.shipping-addresses {
  width: 580px;
  height: 720px;
}
.shipping-addresses .portal .address-form {
  width: 580px;
  height: 565px;
}
.shipping-addresses .shipping-address-list-wrap {
  height: 636px;
  /* overflow-y: scroll; */
  overflow-y: auto;
}
.shipping-addresses .shipping-address-list-wrap .btn-group {}
.shipping-addresses .shipping-address-list-wrap .btn-group button {font-size: 16px;font-weight: 400;}
.shipping-addresses .title {
  font-size: 18px;
  padding-block: 12px;
  border-bottom: 2px solid var(--color-base-black);
}
.shipping-addresses .notice--full {
  height: 486px;
}
.shipping-addresses .pagination {
  margin-block: 12px 18px;
}
.shipping-addresses .pagination button {
  border: none;
  cursor: pointer;
}

.shipping-address-list {
  padding-block: 20px;
  min-height: 470px;
}
.shipping-address-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.shipping-address-item__info-wrap {
  flex: 1;
  font-size: 16px;
}
.shipping-address-item__info {
}
.shipping-address-item__address {
  line-height: 21px;
}

.title-modal__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid var(--color-base-black);
  height: 84px;
}
.title-modal__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.020em;
}
.title-modal--full {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 500px) {
  .title-modal--full {
    min-width: 500px;
  }
}
.title-modal--full .title-modal__content {
  overflow-y: auto;
  height: calc(100dvh - 84px);
}

.loader--sm {
  min-height: 4dvh;
}
.loader--md {
  min-height: 8dvh;
}
.loader--lg {
  min-height: 12dvh;
}
.loader--full {
  min-height: 30dvh;
}

.category-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 0 20px;
  background-color: var(--gray100);
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
.category-nav__link {
  display: inline-block;
  text-decoration: none;
  padding: 15px 0;
}
.category-nav__label {
  font-size: 16px;
  color: var(--gray600);
}
.category-nav__count {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray600);
}

.sort-list__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.sort-list__wrap .select--sm {
  width: max-content;
}
.sort-list__wrap .total-count {
  margin-inline-end: auto;
}
.sort-list__wrap--margin {
  margin-block-start: 20px;
  margin-block-end: 40px;
}
.sort-list__wrap--between {
  justify-content: space-between;
}
.sort-list__wrap--end {
  justify-content: end;
}
.sort-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.sort-item {
  position: relative;
  color: var(--gray500);
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.sort-item button {
  all: unset;
  cursor: pointer;
}
.sort-item.active {
  color: var(--color-base-black);
  font-weight: 700;
}
.sort-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  content: "";
  border-right: 1px solid var(--gray300);
  height: 12px;
  transform: translateY(-50%);
  cursor: default;
}

.product-summary {
  position: relative;
  width: 588px;
}
.product-summary .coupon-download-wrap {
  padding-bottom: 0;
}
.product-summary__sns-btn {
  position: absolute;
  top: 33px;
  right: 0;
}
.product-summary__sns-btn .ico--share-node {
  zoom: 0.6;
}
.product-summary__brand-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.product-summary__title {
  margin-top: 16px;
  color: var(--gray600);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.product-summary__promotion-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}
.product-summary__price-detail {
  margin-top: 16px;
}
.product-summary__off-percent {
  color: var(--color-point);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.product-summary__off-percent ~ .product-summary__price {
  margin-left: 14px;
}
.product-summary__original-price {
  position: relative;
  margin-left: 11px;
  color: var(--gray700);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: line-through;
  vertical-align: bottom;
}
.product-summary__original-price .help-wrap {
  position: relative;
}
.product-summary__original-price .help-wrap .help-btn {
  position: absolute;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.product-summary__original-price .help-wrap .tooltip {
  margin-left: 2px;
  width: 280px;
}
.product-summary__info {
  margin-top: 45px;
  overflow: hidden;
}
.product-summary dl {
  float: left;
  width: 100%;
  padding: 12px 0;
  color: var(--gray600);
  border-bottom: solid 1px var(--gray200);
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}
.product-summary dl dt {
  float: left;
  width: 130px;
}
.product-summary dl dd {
  float: left;
  width: calc(100% - 140px);
  color: var(--gray600);
  font-size: 16px;
  font-weight: 700;
}
.product-summary__info-coupon .discount {
  color: var(--color-point);
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}
.product-summary__info-coupon .coupon-download-wrap {
  float: right;
}
.product-summary__freight em {
  color: var(--gray500);
  font-weight: 400;
}
.product-summary__purchase-option-input-wrap {
  overflow-y: scroll;
  max-height: 370px;
}
.product-summary__purchase-option .select-box {
  margin-top: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
}
.product-summary__purchase-option .select-box select {
  width: 100%;
  padding: 6px 40px 6px 10px;
}
.product-summary__purchase-option .quantity-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 12px;
  width: 588px;
  min-height: 56px;
  padding: 10px 25px;
  align-items: center;
  gap: 10px;
  background: var(--gray100);
}
.product-summary__purchase-option .quantity-box .quantity__content {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  margin: 0;
  margin-right: 20px;
}
.product-summary__purchase-option .quantity-box .quantity__content .counter {
  height: 35px;
}
.product-summary__purchase-option .quantity-box .quantity__content .counter .counter__btn {
  width: 35px;
  height: 35px;
}
.product-summary__purchase-option .quantity-box .quantity__content .quantity__del {
  top: 16px;
  right: 15px;
}
.product-summary__purchase-option .quantity-box .quantity__label {
  max-width: 265px;
}
.product-summary__purchase-option .character-counter__limit-count {
  color: var(--gray500);
  font-weight: 400;
}
.product-summary__purchase-option .open-by-quantity .character-counter.by-quantity {
  display: block;
}
.product-summary__options-box {
  clear: both;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-summary__options-box:not(:first-child) {
  margin-top: 10px;
}
.product-purchase__info .product-purchase__option {
  overflow: hidden;
}
.product-purchase__info .product-purchase__option dl {
  border-bottom: none;
}

.purchase__like-btn {
  /* all: unset; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* flex-direction: row; */
  /* border: solid 1px var(--gray300); */
  /* width: 64px; */
  /* height: 64px; */
  /* cursor: pointer; */
}
.purchase__like-btn svg {
  fill: var(--color-base-white);
}
.purchase__like-btn path {
  stroke-width: 2;
}
.purchase__like-btn.is-active svg {
  fill: var(--color-point);
}
.purchase__like-btn.is-active path {
  stroke-width: 0;
}
.purchase__button-wrap {
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: row; */
  /* gap: 14px; */
}
.purchase__button-wrap .purchase__btns {
  /* flex: 1; */
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: row; */
  /* gap: 14px; */
}
.purchase__button-wrap .purchase__btns button {
  /* width: 248px; */
}
.purchase__naver-pay-btn {
  margin-top: 20px;
  text-align: right;
}
.purchase__total {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* flex-direction: row; */
  /* margin-top: 20px; */
  /* margin-bottom: 40px; */
  /* padding-right: 7px; */
  /* color: var(--gray600); */
  /* font-size: 16px; */
  /* font-weight: 500; */
}
.purchase__total span {
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: row; */
}
.purchase__total em {
  /* color: var(--color-point); */
  /* font-size: 24px; */
  /* font-weight: 700; */
}

.board-form {
  padding: 20px;
}
.board-form__top {
  border-top: 1px solid var(--gray200);
}
.board-form__rate {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.board-form__rate-label {
  font-weight: 500;
  font-size: 14px;
}
.board-form__rate .rating-star {
  border: none;
  background-color: transparent;
}
.board-form__product-select-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
.board-form__product-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  padding: 30px;
}
.board-form__product-select-label {
  font-weight: 500;
}
.board-form__product-item-witch-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  margin-top: 20px;
}
.board-form .text-area {
  resize: none;
  font-size: 16px;
}
.board-form__notice-reply-box {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 16px 20px;
  margin-top: 10px;
  background-color: #f5f5f5;
}
.board-form__notice-reply-checkbox {
  display: flex;
  gap: 20px;
}
.board-form__attachment-input {
  width: 80px;
  height: 80px;
  position: relative;
  border: 1px solid var(--color-base-black);
}
.board-form__attachment-input::before, .board-form__attachment-input::after {
  width: 20px;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--color-base-black);
  position: absolute;
  top: 50%;
}
.board-form__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.board-form__type-selector {
  border-color: var(--gray-border-color);
  height: 2.5rem;
  padding-top: 0.375rem;
  color: var(--gray-color);
}
.board-form__type-selector--disabled {
  background-color: var(--empty-color);
}
.board-form__type-selector--disabled::after {
  opacity: 0.4;
}
.board-form__checkbox-group {
  margin-top: 20px;
}
.board-form__checkbox-group .check-radio__label {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-base-black);
}
.board-form__checkbox-group .check-radio__ico {
  border-radius: 4px;
}
.board-form__image-files {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 0.125rem;
}
.board-form__image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.board-form .delete::before,
.board-form .delete::after {
  background-color: var(--color-base-black);
}
.board-form__upload-btn {
  margin-top: 20px;
  border-radius: 0;
  height: 60px;
  font-size: 16px;
}
.board-form__notice-text {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray500);
  padding-left: 18px;
  opacity: 0.8;
}
.board-form__notice-text::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  position: absolute;
  content: "※";
  color: var(--gray500);
}
.board-form__note {
  padding: 28px 12px 32px;
  border-top: solid 1px var(--gray-border-color);
}
.board-form__note-title {
  font-size: 16px;
  padding-bottom: 12px;
  color: var(--default-font-color);
}
.board-form__note-text {
  position: relative;
  padding-top: 8px;
  padding-left: 9px;
  font-size: 16px;
  color: var(--gray400);
  line-height: 16px;
}
.board-form__note-text::before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  content: ".";
  color: var(--gray400);
}
.board-form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.board-form__buttons--small {
  display: flex;
  justify-content: end;
  align-items: none;
  flex-direction: row;
  gap: 12px;
  margin-top: 20px;
}
.board-form__buttons--small button {
  width: 60px;
  border-radius: 0;
  font-size: 12px;
  padding: 4px 6px;
}
.board-form__button-group {
  display: flex;
  justify-content: space-between;
  align-items: none;
  flex-direction: row;
  margin-top: 20px;
}
.board-form__button-group button {
  width: 48%;
}
.board-form__btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}
.board-form .review-accumulation {
  margin: 20px 0;
}
.board-form .review-accumulation__note {
  padding: 10px;
  border-top: 1px solid var(--gray200);
}
.board-form__score {
  color: var(--gray600);
  font-size: 16px;
  font-weight: 700;
}
.board-form__score-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 200px;
  gap: 26px;
}
.board-form__score-star {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2px;
  pointer-events: all;
}
.board-form__score-star svg {
  pointer-events: none;
}

.board-form__product-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.board-form__product-item .product-info__order-status {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.board-form__product-item .product-item__image img {
  width: 130px;
  height: 130px;
}
.board-form__product-item .product-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.board-form__product-item .product-item__name {
  font-size: 18px;
  font-weight: 500;
}
.board-form__product-item .product-item__option {
  color: var(--gray500);
  font-size: 16px;
  line-height: 16px;
}
.board-form__product-item .product-item__order {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.board-form__product-thumb-list {
  padding: 0 20px;
}

.inquiry-item__product-info {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: var(--color-base-black);
  font-weight: 500;
  font-size: 16px;
}
.inquiry-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  color: var(--gray500);
}
.inquiry-item__type {
  font-size: 16px;
  color: var(--gray500);
}
.inquiry-item__date {
  
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--gray500);
}
.inquiry-item__bottom {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: row;
  position: relative;
  margin-top: 8px;
}
.inquiry-item__content {
  width: 100%;
  position: relative;
}
.inquiry-item__title {
  flex: 1;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.inquiry-item__description {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray500);
}

.inquiry-item.is-active .inquiry-item__bottom {
  display: block;
}
.inquiry-item.is-active .inquiry-item__content {
  margin-top: 20px;
}
.inquiry-item.is-active .inquiry-item__title {
  display: block;
}
.inquiry-item.is-active .inquiry-item__text {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: normal;
}
.inquiry-item.is-active .inquiry-item__text .ico {
  display: inline-block;
}
.inquiry-item.is-active .inquiry-item__text--answer {
  border-top: 1px dashed #dadada;
}
.inquiry-item.is-active .inquiry-item__qna-text {
  flex: 1;
  width: 94%;
  margin-left: auto;
}
.inquiry-item.is-active .board-form__buttons--small {
  margin-top: 20px;
}

.inquiry-item + .inquiry-item {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.inquiry-item__title {
  line-height: 16px;
}
.inquiry-item__top-writer {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
}
.inquiry-item__top-writer span + span::before {
  content: "|";
  margin: 0 6px 0 4px;
  color: var(--gray300);
}
.inquiry-item__reply-status {
  font-size: 14px;
  line-height: 14px;
}
.inquiry-item__product-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.board {
  display: block;
  margin-bottom: 140px;
}
.board__count-label {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.board__count-label .board__count {
  margin-left: 6px;
  font-size: 0.875rem;
  vertical-align: bottom;
}
.board__count-label .board__count span {
  color: var(--color-point);
  font-weight: bold;
}
.board__head {
  
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding: 35px 0px;
  min-height: 60px;
}
.board__title {
  font-size: 24px;
  text-align: center;
  word-break: break-all;
}
.board__left-btn {
  position: absolute;
  right: 20px;
  padding: 6px;
  border: 1px solid var(--gray100);
  border-radius: 4px;
}

.article-list {
  border-top: 1px solid var(--gray300);
  border-bottom: 1px solid var(--gray300);
  margin: 20px 0 59px 0;
}
.article-list .td_left {
  padding: 22px 25px 22px 25px;
}
.article-list__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.article-list__board-name {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  padding: 40px 0 30px 0;
}
.article-list__search-field {
  display: flex;
  gap: 10px;
}
.article-list__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.article-list__item + .article-list__item {
  border-top: 1px solid var(--gray300);
}
.article-list__item-top {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  height: 20px;
  vertical-align: middle;
  gap: 6px;
  margin-bottom: 8px;
}
.article-list__item-link {
  text-decoration: none;
  color: var(--color-base-black);
}
.article-list__item-link .ico-hot {
  display: inline-block;
  width: 31px;
  height: 16px;
  background: center/contain no-repeat url("/assets/images/icons/ico-hot.png");
}
.article-list__item-link .thumb-item__media {
  width: 60px;
}
.article-list__item-link-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-list__item-title {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  max-width: 680px;
  line-height: 12px;
}
.article-list__item-view-cnt, .article-list__item-register-name, .article-list__item-register-ymdt, .article-list__item-title-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--gray600);
}
.article-list__item-bottom {
  display: flex;
}
.article-list__item-bottom span {
  color: var(--gray100);
}
.article-list__item-bottom span + span::before {
  display: inline;
  content: "|";
  padding: 10px;
}
.article-list__lock {
  display: inline-block;
  flex: none;
  transform: translate(0, -1px);
}
.article-list__paper-clip {
  width: 20px;
  height: 20px;
  display: inline-block;
  filter: brightness(0.5);
  flex: none;
}
.article-list__badge {
  display: inline-flex;
  padding: 4px;
  flex: none;
  font-size: 10px;
  background-color: var(--gray100);
  color: var(--color-base-white);
}
.article-list__badge--notice {
  border-radius: 4px;
  background-color: var(--color-point);
  font-size: 16px;
}
.article-list__badge--new::before {
  content: "N";
  color: white;
  font-size: 10px;
}
.article-list__badge--hot::before {
  content: "HOT";
  color: white;
  font-size: 10px;
}
.article-list__item-new-icon {
  background-color: var(--color-point);
}
.article-list__pagination-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.article-view {
  margin-bottom: 50px;
}
.article-view__table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article-view__table.table {
  min-height: 400px;
}
.article-view__table.title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 56px;
  border-top: 2px solid var(--color-base-black);
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  text-align: center;
}
.article-view__table.cell {
  width: 150px;
}
.article-view__table.cell-title {
  flex: 1;
}
.article-view__table.cell-date {
  font-weight: 400;
}
.article-view__board-nav {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid var(--gray400);
}
.article-view__board-name {
  padding: 20px 60px;
  text-align: center;
  font-size: 12px;
}
.article-view__list-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  width: 40px;
  text-align: center;
  border: 1px solid var(--color-base-black);
  border-radius: 4px;
  padding: 4px 0;
}
.article-view__title {
  padding: 14px 16px;
  font-size: 16px;
  background-color: var(--gray100);
  font-weight: bold;
}
.article-view__sub-info {
  padding: 14px 16px;
  border-top: 1px solid var(--gray300);
  border-bottom: 1px solid var(--gray300);
}
.article-view__register-name {
  color: var(--color-secondary);
}
.article-view__register-ymdt {
  display: inline-flex;
  align-items: center;
  color: var(--gray400);
}
.article-view__register-ymdt::before {
  content: "|";
  margin-right: 4px;
  font-size: 12px;
}
.article-view__content {
  padding: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--gray200);
}
.article-view__content--text-detail {
  padding-bottom: 40px;
}
.article-view__content > [shopby-html-content=MAIN] {
  white-space: pre-line;
}
.article-view__content--attach-files {
  margin: 20px 0;
}
.article-view__content--main-image {
  text-align: center;
}
.article-view__content img {
  display: inline-block;
}
.article-view__parent-btn {
  display: block;
  bottom: 0;
  width: 100%;
  padding: 14px 10px;
  background-color: var(--color-secondary);
  color: var(--whole-color);
  text-align: center;
  font-size: 16px;
}
.article-view__btns {
  display: flex;
  justify-content: space-between;
  margin: 10px 16px;
  gap: 6px;
}
.article-view__btns .btn {
  padding: 10px;
  border: 1px solid var(--gray400);
  font-weight: bold;
}

.article-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-form__input {
  margin-top: 13px;
}
.article-form__title {
  float: right;
}
.article-form__limit-text {
  color: var(--gray400);
}
.article-form__desc {
  color: var(--gray500);
  word-break: keep-all;
}
.article-form__sub-info {
  width: 100%;
}
.article-form__sub-info th {
  background-color: var(--empty-color);
}
.article-form__sub-info th,
.article-form__sub-info td {
  height: 44px;
  padding: 6px 10px;
  border: 1px solid var(--default-color);
  vertical-align: middle;
}
.article-form__sub-info th .text-field,
.article-form__sub-info td .text-field {
  height: 28px;
}
.article-form__sub-info th:first-child,
.article-form__sub-info td:first-child {
  border-left: 0;
}
.article-form__sub-info th:last-child,
.article-form__sub-info td:last-child {
  border-right: 0;
}
.article-form__content {
  margin: 20px 0;
}
.article-form__content textarea {
  resize: none;
  width: 100%;
  height: 340px;
  display: block;
  color: var(--color-base-black);
  border: solid 1px var(--gray300);
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  font-family: inherit;
}
.article-form__content.report textarea {
  margin-top: 20px;
  height: 290px;
}
.article-form__attachments {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 20px 0;
}
.article-form__attachment-input {
  width: 92px;
  height: 92px;
  position: relative;
  border: 1px solid var(--color-base-black);
}
.article-form__attachment-input::before, .article-form__attachment-input::after {
  width: 20px;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--color-base-black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-form__attachment-input::before {
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.article-form__attachment {
  width: 92px;
  height: 92px;
  position: relative;
  border: 1px solid var(--gray300);
}
.article-form__attachment img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-form__attachment-file {
  position: relative;
  border: none;
  width: fit-content;
  padding-right: 30px;
}
.article-form__delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0;
  background-color: var(--color-secondary);
}
.article-form__delete::before, .article-form__delete::after {
  position: absolute;
  top: 43%;
  right: 50%;
  width: 13px;
  height: 0;
  content: "";
  border-radius: 2px;
  border-top: 2px solid var(--color-base-white);
  background-color: var(--color-base-white);
}
.article-form__delete::before {
  transform: translate(50%, 50%) rotate(45deg);
}
.article-form__delete::after {
  transform: translate(50%, 50%) rotate(-45deg);
}
.article-form__content-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
}
.article-form__terms {
  margin-top: 20px;
}
.article-form__terms-item {
  padding: 20px;
  margin-top: 10px;
  height: 180px;
  overflow-y: auto;
  background-color: #f5f5f5;
  font-size: 16px;
  color: var(--gray600);
}

.sign-in-form {
  width: 426px;
  padding: 20px;
  margin: 0px auto;
}

.normal-sign-in__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.normal-sign-in__input-wrap {
  margin: 40px 0 10px;
}
.normal-sign-in__input-wrap .input-field {
  margin-top: 10px;
}
.normal-sign-in__input-wrap .input-field:first-child {
  margin-top: 0;
}
.normal-sign-in button {
  margin-top: 20px;
  width: 100%;
}
.normal-sign-in .sign-in-link {
  margin-top: 10px;
  text-align: center;
}
.normal-sign-in .sign-in-link__item {
  position: relative;
  width: 33%;
  height: inherit;
  padding: 0 10px;
  font-size: 14px;
  color: var(--gray500);
  text-decoration: none;
}
.normal-sign-in .sign-in-link__item::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 14px;
  background: var(--gray300);
}
.normal-sign-in .sign-in-link__item:last-child::after {
  content: none;
}

.open-id-sign-in {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--gray200);
}
.open-id-sign-in__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.open-id-sign-in__list {
  margin-top: 40px;
}
.open-id-sign-in__item {
  margin-top: 10px;
}
.open-id-sign-in__item button {
  width: 100%;
  max-height: 66px;
  color: var(--color-base-white);
  background-color: var(--color-point);
}
.open-id-sign-in__item.type-payco button {
  background-color: #fa2829;
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-payco .ico {
  width: 22px;
}
.open-id-sign-in__item.type-naver button {
  background-color: #1fd771;
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-naver .ico {
  width: 22px;
  height: 20px;
}
.open-id-sign-in__item.type-line button {
  background-color: #1fd771;
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-line .ico {
  width: 22px;
  height: 20px;
}
.open-id-sign-in__item.type-facebook button {
  background-color: #3b5998;
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-facebook .ico {
  width: 22px;
}
.open-id-sign-in__item.type-kakao-sync button {
  background-color: #fee500;
  color: var(--color-base-black);
}
.open-id-sign-in__item.type-kakao-sync .ico {
  width: 22px;
  height: 22px;
}
.open-id-sign-in__item.type-kakao button {
  background-color: #fee500;
  color: var(--color-base-black);
}
.open-id-sign-in__item.type-kakao .ico {
  width: 22px;
  height: 22px;
}
.open-id-sign-in__item.type-google button {
  background-color: var(--color-base-white);
  border: 1px solid;
  border-color: var(--gray300);
  color: var(--color-base-black);
}
.open-id-sign-in__item.type-google .ico {
  width: 24px;
  height: 24px;
}
.open-id-sign-in__item.type-apple button {
  background-color: var(--color-base-black);
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-apple .ico {
  width: 24px;
  height: 24px;
}
.open-id-sign-in__item.type-google button {
  background-color: var(--color-base-white);
  border: 1px solid;
  border-color: var(--gray300);
  color: var(--color-base-black);
}
.open-id-sign-in__item.type-google .ico {
  width: 24px;
  height: 24px;
}
.open-id-sign-in__item.type-apple button {
  background-color: var(--color-base-black);
  color: var(--color-base-white);
}
.open-id-sign-in__item.type-apple .ico {
  width: 24px;
  height: 24px;
}

.l-my-page {
  width: 1300px;
  margin-inline: auto;
  padding-top: 45px;
  box-sizing: border-box;
}
.l-my-page .pagination {
  margin: 70px 0 120px;
}

.l-my-page-menu {
  width: 300px;
  display: block;
}

.my-page-box {
  display: flex;
  gap: 0;
}
.my-page-box .right-box {
  flex: 1;
}
.my-page-box .right-box__answer-write-info span + span::before {
  display: inline;
  content: "|";
  padding: 10px;
  color: var(--gray200);
}
.my-page-box .right-box__question-attach-files {
  padding: 20px 0;
}
.my-page-box .right-box__container {
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 20px; */
  display: block;
  position: relative;
}
.my-page-box .right-box__head {
  /*  */
  /* font-weight: 700; */
  /* font-size: 24px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  /* padding: 25px 0px; */
  /* min-height: 60px; */
}
.my-page-box .right-box__no-end-line {
  border-bottom: none;
  padding-bottom: 0;
}
.my-page-box .right-box__no-end-line-button {
  width: 132px;
  height: 48px;
}
.my-page-box .right-box__table {
  border-top: 2px solid var(--color-base-black);
}
.my-page-box .right-box__table thead tr {
  color: var(--gray600);
}
.my-page-box .right-box__table tbody td {
  padding: 12px 0;
}
.my-page-box .right-box__table tbody td .thumb-item__img {
  width: 80px;
}
.my-page-box .right-box__title {
  position: relative;
  color: #000;
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
}
.my-page-box .right-box__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 120px;
}
.my-page-box .right-box__row {
  background-color: #f5f5f5;
}
.my-page-box .right-box__content {
  max-height: 280px;
  word-break: break-all;
  overflow: auto;
}
.my-page-box .right-box__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 50%;
}
.my-page-box .right-box__icon-question {
  color: var(--color-base-white);
  background-color: var(--color-base-black);
}
.my-page-box .right-box__icon-answer {
  color: var(--color-base-white);
  background-color: var(--color-point);
}
.my-page-box .right-box .detail-page__btn-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-top: 20px;
}

.my-page__title {
  font-weight: 700;
  font-size: 24px;
  padding: 30px 0;
}
.my-page__total-count-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 14px 14px 10px;
}
.my-page__total-count {
  font-size: 16px;
  font-weight: 500;
}
.my-page__count {
  margin-left: 6px;
  font-size: 16px;
  vertical-align: bottom;
}
.my-page__count span {
  color: var(--color-point);
  font-weight: 700;
}

.term-detail {
  width: 588px;
  max-height: 880px;
  overflow-y: scroll;
}
.term-detail__content {
  padding: 40px;
}

.agreement {
  padding: 30px 0;
  min-height: calc(100dvh - 105px - 440px);
}
.agreement__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  min-height: 60px;
  border-block-end: 2px solid var(--color-base-black);
}
.agreement__content {
  /* font-size: 16px; */
  padding: 20px 0;
  scroll-margin-top: 130px;
}
.agreement__terms-history-select {
  width: 384px;
}

.skeleton--product-summary {
  margin-top: 16px;
  margin-left: 0px;
}
.skeleton--product-summary .thumb-item__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 18px;
}
.skeleton--product-summary .thumb-item__sub .skeleton__media {
  width: 120px;
  height: 120px;
}
.skeleton--product-summary .skeleton__line--product-summary__brand-name {
  width: 80px;
  height: 14px;
}
.skeleton--product-summary .skeleton__line--product-summary__title {
  margin-top: 16px;
  width: 450px;
}
.skeleton--product-summary .skeleton__line--product-summary__promotion-text {
  height: 24px;
}
.skeleton--product-summary .skeleton__line--product-summary__price {
  margin-top: 16px;
  width: 250px;
  height: 24px;
}

body:has(.modal) {
  overflow: hidden;
}

.l-header {
  min-height: 120px;
}
.l-header:not(:has(header)) {
  display: block;
}

.l-page,
.l-my-page {
  width: 1300px;
  margin-inline: auto;
  /*   padding-block-end: 240px;
  padding-block-start: 20px; */
  padding-top: 45px;
  box-sizing: border-box;
}

.l-panel {
  width: 1300px;
  margin-inline: auto;
  /* margin-bottom: 50px; */
}

.l-title:not(.withdrawal-form__sub-title) {
  /* position: relative; */
  /* display: flex; */
  /* justify-content: normal; */
  /* align-items: end; */
  /* flex-direction: row; */
  /* background-color: var(--color-base-white); */
  /* border-bottom: 2px solid var(--color-base-black); */
  /* padding: 20px 0 20px; */
  /* font-size: 20px; */
  /* font-weight: 700; */
  /* font-style: normal; */
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.030em;
  color: #000;
  line-height: 1;
  padding: 55px 0 0 0;
}

.withdrawal-form__sub-title {
  position: relative;
  display: flex;
  justify-content: normal;
  align-items: end;
  flex-direction: row;
  background-color: var(--color-base-white);
  border-bottom: 2px solid var(--color-base-black);
  padding: 20px 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}

.l-title__align-end {
  justify-content: space-between;
  align-items: end;
}
.l-title__my-total-count {
  font-size: 16px;
}

.l-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
.l-btn-group__gap {
  gap: 16px;
}

table.l-table {
  width: 100%;
}
table.l-table th {
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
}
table.l-table tr {
  border-bottom: 1px solid var(--gray200);
}
table.l-table td {
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid var(---gray200);
  padding: 20px 0;
}
table.l-table td em {
  font-weight: 700;
  vertical-align: baseline;
}
table.l-table td:last-child {
  border: 0;
}
table.l-table .td_left {
  text-align: left;
}

.l-dl {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 5.3fr;
  background-color: var(--gray200);
}
.l-dl.dl-border {
  border-bottom: 2px solid var(--color-base-black);
  gap: 1px;
}
.l-dl.dl-border:last-child {
  border-bottom: 1px solid var(--gray200);
}
.l-dl.dl-border:not(:has(dt)) {
  border-bottom: 0;
}
.l-dl dt {
  background: var(--color-base-white);
  padding: 19px 21px 17px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.l-dl dt .description {
  font-size: 14px;
}
.l-dl dd {
  background: var(--color-base-white);
  padding: 19px 21px 17px;
  word-break: break-all;
  line-height: normal;
  font-size: 14px;
}
.l-dl dd em {
  font-weight: 700;
  vertical-align: baseline;
}

.instagram-feed__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-block-end: 40px;
}
.instagram-feed__contents {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-block-end: 120px;
}
.instagram-feed__media img {
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.instagram-feed__media-skeleton {
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-color: var(--gray200);
  animation: skeleton-gradient 1.8s infinite ease-in-out;
  -webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;
}

.select-product-option-modal {
  max-height: 711px;
  overflow-y: scroll;
}
.select-product-option-modal__content {
  padding: 20px;
}
.select-product-option-modal__thumb-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.select-product-option-modal__coupon-modal {
  height: 100%;
}
.select-product-option-modal:has(.select-product-option-modal__coupon-modal) {
  overflow: hidden;
}
.select-product-option-modal:has(.select-product-option-modal__coupon-modal) .coupon-download-content {
  height: 470px;
}
.select-product-option-modal .title-modal__header {
  position: sticky;
  top: -0.1px;
  left: 0;
  z-index: 5;
  background: var(--color-base-white);
}
.select-product-option-modal .thumb-item {
  width: 180px;
}
.select-product-option-modal .thumb-item img {
  width: 100%;
}
.select-product-option-modal .product-purchase__info .quantity__label {
  font-size: 14px;
  line-height: 16px;
}
.select-product-option-modal .product-purchase__info .quantity-box {
  width: unset;
  height: unset;
}
.select-product-option-modal .product-purchase__info .counter__input {
  width: 50px;
}
.select-product-option-modal .product-purchase__info .purchase__total em {
  font-style: normal;
}
.select-product-option-modal .product-purchase__info .purchase__btns {
  justify-content: center;
}
.select-product-option-modal .product-purchase__info .purchase__btns button {
  flex: 1;
}
.select-product-option-modal .product-summary__title {
  margin-top: unset;
  font-size: 18px;
  width: 368px;
}
.select-product-option-modal .product-summary__price-detail {
  margin-top: 0px;
}
.select-product-option-modal .product-summary__off-percent {
  font-size: 20px;
}
.select-product-option-modal .product-summary__off-percent ~ .product-summary__price {
  margin-left: 5px;
}
.select-product-option-modal .product-summary__price {
  font-size: 20px;
}
.select-product-option-modal .product-summary__off-percent ~ .product-summary__original-price {
  margin-left: unset;
}
.select-product-option-modal .product-summary__original-price {
  font-size: 16px;
}
.select-product-option-modal .product-summary__info {
  margin-top: 16px;
}
.select-product-option-modal .product-summary__freight em {
  font-style: normal;
}
.select-product-option-modal .product-summary__promotion-text {
  font-size: 12px;
  margin: 12px 0;
}
.select-product-option-modal .product-summary .coupon-download-wrap {
  width: unset;
  min-height: unset;
}
.select-product-option-modal .text-option__label em {
  font-style: normal;
}

.tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: -20px;
  display: none;
  z-index: 5;
  padding: 20px;
  background-color: var(--color-base-white);
  box-shadow: inset 0 0 0 1px var(--gray300);
  width: max-content;
}
.tooltip.active {
  display: block;
}
.tooltip.coupon-guide {
  position: absolute;
  top: calc(100% + 15px);
  right: -75px;
  left: unset;
}
.tooltip.coupon-guide::before {
  position: absolute;
  right: 93px;
  left: unset;
}
.tooltip::before {
  position: absolute;
  top: -6px;
  left: 20px;
  transform: rotate(-45deg);
  content: "";
  width: 12px;
  height: 12px;
  background-color: inherit;
  border: 1px solid var(--gray300);
  border-width: 1px 1px 0 0;
}
.tooltip__header {
  display: flex;
  justify-content: space-between;
}
.tooltip__title {
  color: var(--color-base-black);
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: 700;
}
.tooltip__content {
  margin-top: 22px;
}
.tooltip__close-btn {
  cursor: pointer;
}

.coupon-guide-container {
  position: relative;
}

.product-review-photos {
  width: 588px;
  height: 777px;
  gap: 12px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: auto;
}
.product-review-photos__img-box {
  position: relative;
  width: 92px;
  height: 92px;
  overflow: hidden;
}
.product-review-photos img {
  border: 1px solid var(--gray200);
  aspect-ratio: 1/1;
}
.product-review-photos__attached-file-count {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-base-navy);
  width: 30px;
  height: 30px;
  color: var(--color-base-white);
  text-align: center;
}

.board-reviews-detail-first-type-modal .title-modal__content {
  width: 792px;
  height: 562px;
  overflow: auto;
}

.board-reviews-detail-first-type {
  display: flex;
  gap: 20px;
  padding: 40px;
}
.board-reviews-detail-first-type .board-reviews-detail__attachment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.board-reviews-detail-first-type .board-reviews-detail__attachment.active::before {
  background-color: unset;
}
.board-reviews-detail-first-type .board-reviews-detail__active-image {
  width: 360px;
  height: 360px;
}
.board-reviews-detail-first-type .board-reviews-detail__top {
  display: flex;
  flex-direction: column;
  flex: none;
  width: 300px;
}
.board-reviews-detail-first-type .board-reviews-detail__rate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-reviews-detail-first-type .board-reviews-detail__images {
  flex: 1;
  position: relative;
  aspect-ratio: 1/1;
}
.board-reviews-detail-first-type .board-reviews-detail__images img {
  width: 100%;
}
.board-reviews-detail-first-type .board-reviews-detail__images button {
  position: absolute;
  top: 15vh;
  border: none;
  width: 40px;
  height: 40px;
  background-color: var(--color-base-white);
  opacity: 0.5;
}
.board-reviews-detail-first-type .board-reviews-detail__images .next {
  right: 0;
  transform: rotate(-90deg);
}
.board-reviews-detail-first-type .board-reviews-detail__images .prev {
  left: 0;
  transform: rotate(90deg);
}
.board-reviews-detail-first-type .board-reviews-detail__attachments {
  gap: 5px;
}
.board-reviews-detail-first-type .board-reviews-detail__attachment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.board-reviews-detail-first-type .board-reviews-detail__attachment img {
  width: 80px;
  height: 80px;
  object-fit: fill;
}
.board-reviews-detail-first-type .board-reviews-detail__bottom {
  padding: 20px 0;
  height: 100%;
}
.board-reviews-detail-first-type .board-reviews-detail__write-info span + span::before {
  content: "|";
  margin-right: 5px;
  color: var(--gray200);
}
.board-reviews-detail-first-type .board-reviews-detail__writer {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.board-reviews-detail-first-type .board-reviews-detail__date {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.board-reviews-detail-first-type .board-reviews-detail__option {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.board-reviews-detail-first-type .board-reviews-detail__content {
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--gray600);
  white-space: pre-line;
}
.board-reviews-detail-first-type .board-reviews-detail__recommend {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  padding: 10px;
  gap: 3px;
  border-bottom: 1px solid var(--gray200);
}
.board-reviews-detail-first-type .board-reviews-detail__recommend .recommend__cnt {
  border: none;
  background-color: transparent;
  line-height: 16px;
}
.board-reviews-detail-first-type .board-reviews-detail__recommend .ico--chevron-down-24 {
  cursor: pointer;
}
.board-reviews-detail-first-type .board-reviews-detail__recommend .ico--chevron-down-24.open {
  transform: rotate(-180deg);
}
.board-reviews-detail-first-type .board-reviews-detail__recommend span. {
  vertical-align: baseline;
  line-height: 25px;
}
.board-reviews-detail-first-type .board-reviews-detail__review-comments {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 25px;
}
.board-reviews-detail-first-type .board-reviews-detail__review-comments::before {
  display: inline;
  content: "|";
  padding: 6px 0;
  color: var(--gray300);
  margin: 0 12px;
}
.board-reviews-detail-first-type .board-reviews-detail__review-comments .ico--chevron-down-24.open {
  transform: rotate(180deg);
}
.board-reviews-detail-first-type .review-comments__write-info {
  padding-top: 20px;
}
.board-reviews-detail-first-type .review-comments__write-info span + span::before {
  content: "|";
  margin: 0 6px 0 4px;
  color: var(--default-color);
}
.board-reviews-detail-first-type .review-comments__writer {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.board-reviews-detail-first-type .review-comments__date {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-weight: 400;
}
.board-reviews-detail-first-type .review-comments__content {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  white-space: pre-line;
}

.board-reviews-detail-second-type-modal .title-modal__content {
  width: 588px;
  height: 791px;
  overflow: auto;
}

.board-reviews-detail-second-type {
  padding: 40px;
}
.board-reviews-detail-second-type .board-reviews-detail__attachment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.board-reviews-detail-second-type .board-reviews-detail__attachment.active::before {
  background-color: unset;
}
.board-reviews-detail-second-type .board-reviews-detail__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-reviews-detail-second-type .board-reviews-detail__images-box {
  display: flex;
  gap: 20px;
}
.board-reviews-detail-second-type .board-reviews-detail__images {
  flex: 1;
  padding: 20px 0;
  position: relative;
  aspect-ratio: 1/1;
}
.board-reviews-detail-second-type .board-reviews-detail__images img {
  width: 100%;
}
.board-reviews-detail-second-type .board-reviews-detail__images button {
  position: absolute;
  top: 19vh;
  border: none;
  width: 40px;
  height: 40px;
  background-color: var(--color-base-white);
  opacity: 0.5;
}
.board-reviews-detail-second-type .board-reviews-detail__images .next {
  right: 0;
  transform: rotate(-90deg);
}
.board-reviews-detail-second-type .board-reviews-detail__images .prev {
  left: 0;
  transform: rotate(90deg);
}
.board-reviews-detail-second-type .board-reviews-detail__attachments {
  flex: none;
  width: 88px;
  padding: 20px 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.board-reviews-detail-second-type .board-reviews-detail__attachment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.board-reviews-detail-second-type .board-reviews-detail__attachment img {
  width: 80px;
  height: 80px;
}
.board-reviews-detail-second-type .board-reviews-detail__bottom {
  padding: 20px 0;
}
.board-reviews-detail-second-type .board-reviews-detail__write-info {
  display: flex;
  justify-content: space-between;
}
.board-reviews-detail-second-type .board-reviews-detail__write-info span + span::before {
  content: "|";
  margin-right: 5px;
  color: var(--gray200);
}
.board-reviews-detail-second-type .board-reviews-detail__writer {
  font-size: 16px;
  font-weight: 500;
}
.board-reviews-detail-second-type .board-reviews-detail__date {
  font-weight: 400;
}
.board-reviews-detail-second-type .board-reviews-detail__content {
  padding: 20px 0 0 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--gray600);
  white-space: pre-line;
}
.board-reviews-detail-second-type .board-reviews-detail__recommend {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 10px 0;
  gap: 3px;
  border-bottom: 1px solid var(--gray200);
}
.board-reviews-detail-second-type .board-reviews-detail__recommend div + div::before {
  content: "|";
  color: var(--gray200);
  padding: 0 5px;
  margin: 0 12px;
}
.board-reviews-detail-second-type .board-reviews-detail__recommend .recommend__cnt {
  border: none;
  background-color: transparent;
  line-height: 16px;
}
.board-reviews-detail-second-type .board-reviews-detail__recommend .ico--chevron-down-24 {
  cursor: pointer;
}
.board-reviews-detail-second-type .board-reviews-detail__recommend .ico--chevron-down-24.open {
  transform: rotate(-180deg);
}
.board-reviews-detail-second-type .board-reviews-detail__recommend span. {
  vertical-align: baseline;
  line-height: 25px;
}
.board-reviews-detail-second-type .board-reviews-detail__review-comments::before {
  width: 1px;
  height: 12px;
  display: inline-block;
  content: "";
  background: var(--gray300);
  margin: 0 12px;
}
.board-reviews-detail-second-type .board-reviews-detail__review-comments .ico--chevron-down-24.open {
  transform: rotate(180deg);
}
.board-reviews-detail-second-type .review-comments__write-info {
  padding-top: 20px;
}
.board-reviews-detail-second-type .review-comments__write-info span + span::before {
  content: "|";
  padding: 10px;
  color: var(--gray300);
}
.board-reviews-detail-second-type .review-comments__writer {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.board-reviews-detail-second-type .review-comments__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.board-reviews-detail-second-type .review-comments__content {
  color: var(--gray600);
  white-space: pre-line;
}

.my-page-coupon-registration {
  padding: 30px;
}
.my-page-coupon-registration__title {
  margin: 20px 0;
  text-align: center;
}
.my-page-coupon-registration .text-field {
  margin-top: 1.125rem;
  height: 40px;
}
.my-page-coupon-registration__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 2.5rem;
  gap: 1rem;
}
.my-page-coupon-registration__buttons button {
  width: 100%;
  height: 42px;
  font-size: 12px; display: flex; align-items: center; justify-content: center; line-height: 1;
}

.personal-inquiry-form-modal {
  width: 588px;
  height: 732px;
}
.personal-inquiry-form-modal__content {
  height: 648px;
  overflow-y: scroll;
}
.personal-inquiry-form__title {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
}
.personal-inquiry-form .board-form {
  padding: 30px;
}
.personal-inquiry-form .board-form__top {
  margin-top: 20px;
}
.personal-inquiry-form .board-form__container {
  gap: 20px;
}
.personal-inquiry-form__notice-reply {
  margin-top: 40px;
}
.personal-inquiry-form .article-form__attachments {
  margin-top: 20px;
}
.personal-inquiry-form .board-form__notice-text {
  margin: 0;
}

.product-inquiry-form-modal {
  width: 588px;
  height: 788px;
}
.product-inquiry-form-modal__content {
  height: 704px;
  overflow-y: scroll;
}
.product-inquiry-form .board-form__type-selector select {
  padding: 5px;
}
.product-inquiry-form .board-form {
  padding: 40px 40px 60px 40px;
  gap: 16px;
}
.product-inquiry-form .board-form__top {
  border: none;
}
.product-inquiry-form .board-form__product-item-witch-button {
  padding: 0;
}
.product-inquiry-form .board-form__checkbox-group {
  margin-top: 0;
}
.product-inquiry-form .board-form__checkbox-group .check-radio__label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.product-inquiry-form .board-form__product-select-label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.product-inquiry-form .board-form__note-text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--gray500);
}
.product-inquiry-form__inquiry-type {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.product-inquiry-form__description {
  padding: 20px;
}
.product-inquiry-form__content {
  padding: 20px;
}
.product-inquiry-form__type {
  border-color: var(--gray-border-color);
  height: 2.5rem;
  padding-top: 0.375rem;
  color: var(--gray-color);
}
.product-inquiry-form__title input {
  height: 3rem;
}
.product-inquiry-form .character-counter {
  margin: 10px 0;
}
.product-inquiry-form__text {
  min-height: 18.75rem;
}
.product-inquiry-form__secret .check-radio__label {
  font-size: 14px;
  font-weight: 400;
}
.product-inquiry-form__secret .check-radio__ico {
  border-radius: 4px;
}

.product-inquiry-detail .right-box__answer,
.product-inquiry-detail .right-box__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 24px 12px;
}

.title-modal--select-product-modal {
  min-width: 792px;
}

.select-product .empty-list {
  flex: 1;
}
.select-product {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: max-content;
}
.select-product__pagination-btn {
  border: none;
  background-color: transparent;
}
.select-product__search-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  background-color: var(--gray100);
  padding: 14px 25px 14px 25px;
}
.select-product__select-category {
  display: flex;
  gap: 12px;
}
.select-product__table-box {
  height: 472px;
  overflow-y: auto;
}
.select-product__table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-product__table.table {
  min-height: 350px;
  margin-bottom: 40px;
}
.select-product__table.title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid var(--gray200);
  font-weight: 500;
  text-align: center;
}
.select-product__table.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 104px;
  border-bottom: 1px solid var(--gray200);
  padding: 12px 21px 12px 20px;
}
.select-product__table.text-cell {
  text-align: left;
  font-weight: 500;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.select-product__table.text-cell img {
  flex: none;
  width: 80px;
  height: 80px;
  border: 1px solid var(--gray200);
}
.select-product__table.cell:first-child {
  flex: 2;
}
.select-product__table.cell:nth-child(2) {
  flex: 1;
}
.select-product__table.cell:nth-child(3) {
  width: 124px;
}

.product-review-form-modal {
  width: 588px;
  height: 716px;
}
.product-review-form-modal__content {
  height: 632px;
  overflow-y: scroll;
}
.product-review-form .board-form {
  padding: 40px;
}
.product-review-form .article-form__attachments {
  gap: 8px;
}

.title-modal--select-order-product-modal {
  width: 822px;
}

.select-order-product {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: max-content;
}

.select-order-product-search-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: var(--gray200);
  padding: 20px;
}
.select-order-product-search-field .select {
  flex: none;
  width: 104px;
  color: var(--gray500);
  font-size: 14px;
}
.select-order-product-search-field .text-field {
  color: var(--gray500);
  font-size: 14px;
}
.select-order-product-search-field .date-selector {
  padding: 0;
  background: none;
}
.select-order-product-search-field .date-selector__date-picker-wrap {
  width: 300px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  flex: none;
  width: 280px;
}
.select-order-product-search-field .date-selector__date-picker {
  width: inherit;
}

.select-order-product-list {
  max-height: 628px;
  overflow-y: auto;
}
.select-order-product-list__order-info {
  font-size: 12px;
  font-weight: 500;
  margin: 20px 0;
}
.select-order-product-list__order-no {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--color-base-black);
}
.select-order-product-list__product-info {
  display: flex;
  gap: 20px;
}
.select-order-product-list__product-info-img-box {
  flex: none;
  width: 80px;
  height: 80px;
  margin: auto 0;
}
.select-order-product-list__product-info-container {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 12px;
  margin: 12px 0;
}
.select-order-product-list__product-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.select-order-product-list__product-option {
  font-size: 12px;
  color: var(--gray600);
}
.select-order-product-list__product-order-status {
  margin-left: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--gray600);
}
.select-order-product-list .empty-list {
  min-height: 25vh;
}
.select-order-product-list__table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-order-product-list__table.table {
  min-height: 500px;
}
.select-order-product-list__table.title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  text-align: center;
}
.select-order-product-list__table .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 104px;
  border-bottom: 1px solid #ccc;
}
.select-order-product-list__table .text-cell {
  text-align: left;
}
.select-order-product-list__table .option-cell {
  width: 10%;
}
.select-order-product-list__table .option-cell button {
  width: 100%;
  min-width: inherit;
}
.select-order-product-list__table .status-cell {
  width: 20%;
}
.select-order-product-list__table .info-cell {
  width: 30%;
  gap: 3px;
}
.select-order-product-list__table .product-cell {
  width: 40%;
}
.select-order-product-list .pagination {
  margin-top: 10px;
}

.coupon-modal {
  width: 792px;
  max-width: 100%;
  padding: 20px 40px 40px;
}
.coupon-modal__controller-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
}
.coupon-modal__display-coupon-name {
  font-weight: 400;
  font-size: 16px;
}
.coupon-modal__coupon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-base-black);
}
.coupon-modal__product-coupon-header {
  display: grid;
  grid-template-columns: 160px auto 100px 120px;
  border-bottom: 1px solid var(--gray200);
  height: 56px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--gray600);
}
.coupon-modal__cart-coupon-header {
  display: grid;
  grid-template-columns: auto 100px 120px;
  border-bottom: 1px solid var(--gray200);
  height: 56px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--gray600);
}
.coupon-modal__item-row {
  display: grid;
  grid-template-columns: auto 100px 120px;
  padding-block: 10px;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.coupon-modal__item-row .form-check {gap: 5px}
.coupon-modal__item-row .form-check input[type=radio] {}
.coupon-modal__item-row .form-check span.form-check__label {font-size: 16px;}
.coupon-modal__item-row .coupon-modal__coupon-amount {font-size: 16px;}


.coupon-modal__product-form-check-label {
  word-break: keep-all;
  width: 290px;
  font-weight: 400;
  font-size: 16px;
}
.coupon-modal__controller {
  align-items: center;
  border-bottom: 1px solid var(--gray200);
  display: flex;
  padding-block: 20px;
  flex-direction: column;
}
.coupon-modal__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-block: 40px;
  background-color: var(--gray100);
  position: -webkit-sticky;
  position: sticky;
  gap: 20px;
  padding: 14px 20px;
  border-radius: 10px;
}
.coupon-modal__summary-item p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-modal__summary-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  font-size: 14px;
  color: var(--gray500);
  gap: 10px;
}
.coupon-modal__summary-item strong {
  font-weight: 700;
  font-size: 18px;
  color: var(--gray600);
  margin-right: 4px;
}
.coupon-modal__summary-item strong.highlight {
  color: var(--color-point);
}
.coupon-modal__top-desc {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-point);
  position: relative;
  padding-left: 11px;
}
.coupon-modal__top-desc:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--color-point);
  content: "";
}
.coupon-modal__details {
  background-color: var(--gray300);
}
.coupon-modal__coupon-details {
  background-color: white;
}
.coupon-modal__coupon-section + .coupon-modal__coupon-section {
  margin-top: 30px;
}
.coupon-modal__coupon-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.coupon-modal__coupon-item-row {
  display: grid;
  grid-template-columns: 160px auto;
  border-bottom: 1px solid var(--gray200);
  padding-block: 20px;
  gap: 20px;
  align-items: center;
}
.coupon-modal__coupon-item-row .form-check {gap: 5px}
.coupon-modal__coupon-item-row .form-check input[type=radio] {min-width: 16px;}
.coupon-modal__coupon-item-row .form-check span.form-check__label {font-size: 16px;}

.coupon-modal__caution-list > li {
  position: relative;
  color: var(--gray500);
  font-weight: 400;
  font-size: 14px;
  padding-left: 11px;
}
.coupon-modal__caution-list > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--gray400);
  content: "";
}
.coupon-modal__caution-list li + li {
  margin-top: 4px;
}
.coupon-modal__caution-list-title {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 2px solid var(--color-base-black);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.coupon-modal__coupon-type {
  font-weight: 700;
  font-size: 20px;
}
.coupon-modal__coupon-desc {
  font-weight: 400;
  font-size: 16px;
  color: var(--gray500);
  margin-left: 20px;
}
.coupon-modal__coupon-desc > span {
  display: list-item;
}
.coupon-modal__product-name {
  font-weight: 700;
  font-size: 16px;
}
.coupon-modal__date {
  color: var(--gray500);
  font-weight: 400;
  font-size: 16px;
}
.coupon-modal__coupon-amount {
  text-align: center;
  color: var(--color-point);
}
.coupon-modal__apply-btn {
  margin-top: 40px;
  background-color: var(--color-point);
  border: none;
  color: white;
  height: 50px;
}
.coupon-modal__info {
  margin-top: 15px;
}
.coupon-modal__button-wrapper {
  display: flex;
  margin-block: 40px;
  gap: 12px;
  justify-content: center;
}
.coupon-modal__button-wrapper > .btn {
  flex-basis: 198px;
}
.coupon-modal__coupon-warning-btn {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -155px -216px;
  width: 14px;
  height: 14px;
  border: none;
  background-color: var(--whole-color);
  margin-top: 5px;
  padding: 0;
}

.my-pay-setting-modal {
  padding: 20px;
}
.my-pay-setting-modal__top {
  font-size: 16px;
  font-weight: 500;
}
.my-pay-setting-modal__service-btns {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.my-pay-setting-modal__count {
  color: var(--color-point);
  font-size: 14px;
  font-weight: 700;
}
.my-pay-setting-modal__list {
  border-top: 2px solid var(--color-base-black);
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-pay-setting-modal__list-item {
  display: grid;
  grid-template-columns: 30px 90px auto 97px;
  border-bottom: 1px solid var(--gray200);
  padding-block: 20px;
  gap: 10px;
  align-items: center;
}
.my-pay-setting-modal__bookmark-btn {
  background-color: transparent;
  border: none;
}
.my-pay-setting-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.my-pay-setting-modal__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.claim-detail {
  width: 792px;
  padding: 40px 40px 60px;
}
.claim-detail__contents {
  border-top: 2px solid var(--color-base-black);
  margin-bottom: 40px;
}
.claim-detail__contents dl {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
}
.claim-detail__contents dt {
  font-weight: 500;
}
.claim-detail__contents dt,
.claim-detail__contents dd {
  padding: 18px 0;
  border-bottom: 1px solid var(--gray200);
}
.claim-detail .btn {
  width: 384px;
  margin: 0 auto;
  display: block;
}

.search-zip-code {
  width: 588px;
  height: 720px;
}
.search-zip-code .addresses {
  height: 400px;
  overflow-y: scroll;
}

.order-sheet-progress-modal {
  width: 588px;
  padding: 30px 28px 40px;
}
.order-sheet-progress-modal__content {
  border-bottom: 1px solid var(--gray200);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}
.order-sheet-progress-modal__content.without-border-bottom {
  border-bottom: none;
}
.order-sheet-progress-modal__content h3 {
  font-weight: 700;
  font-size: 16px;
}
.order-sheet-progress-modal__content p {
  font-weight: 400;
  font-size: 12px;
  color: var(--gray500);
  word-break: keep-all;
  text-align: center;
}
.order-sheet-progress-modal__content .notice-waiting {
  display: block;
  width: 56px;
  height: 56px;
  background-size: 342px 320px;
  background-position: -133px 0px;
  margin-bottom: 12px;
}
.order-sheet-progress-modal__open-payment-window-btn {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.order-sheet-progress-modal__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  gap: 10px;
}

.dormant-sign-in-modal {
  width: 588px;
}

.dormant-sign-in {
  padding: 20px;
}
.dormant-sign-in__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.dormant-sign-in__callout {
  margin-top: 20px;
  background-color: var(--gray100);
  padding: 10px;
}
.dormant-sign-in__callout p {
  text-align: center;
  
}
.dormant-sign-in__callout p span {
  font-family: "Noto Sans KR", sans-serif;
  margin: 10px 40px 10px 0;
  font-weight: 700;
}
.dormant-sign-in__description {
  margin-top: 20px;
  font-size: 14px;
}
.dormant-sign-in__description p {
  color: var(--gray400);
}
.dormant-sign-in__description p:last-child {
  margin-top: 10px;
  color: var(--color-base-black);
  font-weight: 700;
}
.dormant-sign-in__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  gap: 10px;
}
.dormant-sign-in__button-wrapper button {
  width: 100%;
}

.password-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: max-content;
  padding: 40px 40px 60px 40px;
  gap: 40px;
}
.password-form__subscription {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin: 20px;
}
.password-form__subscription + .password-form__subscription {
  margin-top: 6px;
}
.password-form__input {
  height: 40px;
  padding: 20px 10px;
}
.password-form__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 20px;
}
.password-form__btns .btn {
  width: 100%;
}

.modal .coupon-download-wrap {
  width: 588px;
  min-height: 512px;
  padding-bottom: 0;
}
.modal .coupon-download-content {
  height: 400px;
  overflow: scroll;
  padding: 40px;
  padding-bottom: 0;
}
.modal .coupon-download__btn-wrap {
  float: none;
  display: flex;
  justify-content: space-evenly;
  gap: 12px;
  padding: 0 40px 60px 40px;
  margin-top: 40px;
}
.modal .coupon-download__btn-wrap .btn {
  width: 100%;
}

.discount-price-information__description {
  margin-top: 20px;
  padding: 20px;
  background: var(--gray100);
  color: var(--gray600);
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-weight: 400;
}
.discount-price-information__description li {
  list-style: inside;
}
.discount-price-information__detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 14px;
  color: var(--color-base-black);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 400;
}
.discount-price-information__detail li em {
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
}
.discount-price-information__detail .total-price {
  color: var(--color-point);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 400;
}
.discount-price-information .guide__sub-description {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.find-id-result {
  width: 384px;
  margin: 20px auto;
  padding: 0 20px;
}
.find-id-result__title {
  font-size: 1rem;
  text-align: center;
  margin: 20px 0;
}
.find-id-result__id-wrap {
  margin-top: 20px;
  padding: 25px 0;
  background-color: var(--gray100);
  max-height: 140px;
  overflow-y: scroll;
  text-align: center;
}
.find-id-result__dormant-text {
  color: var(--color-tertiary);
}
.find-id-result__link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  gap: 10px;
}
.find-id-result__link-wrap .btn {
  width: 100%;
}

.find-password-authentication {
  width: 384px;
  padding: 20px;
  margin: 0 auto 20px;
}
.find-password-authentication__title {
  font-size: 1rem;
  font-weight: 500;
}
.find-password-authentication__input-wrap {
  margin-top: 20px;
  position: relative;
}
.find-password-authentication__caution {
  margin-top: 10px;
  color: var(--color-caution);
}
.find-password-authentication__btn-wrap {
  margin-top: 20px;
}
.find-password-authentication__btn-wrap button {
  width: 100%;
}
.find-password-authentication .timer {
  position: absolute;
  top: 14px;
  right: 10px;
  color: var(--gray400);
}
.find-password-authentication .timer .expired-timer {
  color: var(--color-caution);
}

.my-grade {
  padding: 0 30px 20px;
  line-height: 28px;
  overflow-y: auto;
  min-width: 800px;
  max-height: calc(100dvh - 60px);
}
.my-grade section + section {
  margin-top: 20px;
}
.my-grade__top {
  position: relative;
}
.my-grade__top .ico {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.my-grade__top .ico--chevron-down-24 .open {
  transform: rotate(180deg);
}
.my-grade__title {
  margin: 20px 0 12px 0;
  font-size: 16px;
}
.my-grade__content {
  max-height: 320px;
  overflow: auto;
}
.my-grade dl:first-of-type {
  border-top: 2px solid var(--color-base-black);
}
.my-grade dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  border-top: 1px solid var(--gray200);
  color: var(--gray500) dt;
  color-width: 120px;
  color-padding: 8px 0;
}
.my-grade dl dd {
  border-left: 1px solid var(--gray200);
  padding-left: 6px;
  overflow-x: auto;
  padding: 8px 0 8px 8px;
  flex: 1;
}

.password-authentication {
  min-width: 588px;
}

.password-authentication-form {
  margin: 20px 0;
  padding: 0 20px;
}
.password-authentication-form__info-text {
  text-align: center;
  font-size: 16px;
}
.password-authentication-form__item {
  margin-top: 20px;
}
.password-authentication-form__input-wrap {
  margin-top: 6px;
}
.password-authentication-form__input-wrap input[name=memberId],
.password-authentication-form__input-wrap input[slot=memberId],
.password-authentication-form__input-wrap input[name=password] {
  height: 50px;
}
.password-authentication-form__button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
  gap: 10px;
}
.password-authentication-form__button-wrap button {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.article-write--modal {
  width: 588px;
  height: 720px;
  overflow: auto;
  padding: 30px;
}


/*
.shopby-header {
  display: block;
  min-height: 166px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 40px;
  width: 1200px;
  margin-inline: auto;
}
.header__logo {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  width: 250px;
  max-height: 33px;
}
.header__logo-img img {
  max-width: unset;
}
.header__search {
  position: relative;
  padding-block-end: 5px;
  width: 480px;
  border-block-end: 2px solid var(--color-base-black);
  font-size: 16px;
}
.header__search-input {
  width: 100%;
  border: 0;
  outline: none;
}
.header__search-input::placeholder {
  color: var(--gray400);
}
.header__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-size: 342px 320px;
  background-position: -318px -144px;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
  background-color: var(--color-base-white);
}
.header__bottom-line {
  width: 100%;
  height: 1px;
  background-color: var(--gray200);
} */

.member {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
}
.member__menu {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: 300px;
}
.member__menu-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.member__menu-link-badge {
  font-size: 12px;
}

.my-menu {
  position: relative;
}
.my-menu__label {
  padding-right: 15px;
  cursor: pointer;
}
.my-menu__label::after {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -331px -288px;
  content: "";
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
}
.my-menu__list {
  position: absolute;
  top: calc(100% + 3px);
  right: -20px;
  display: none;
  z-index: 15;
  padding: 20px;
  background-color: var(--color-base-white);
  box-shadow: inset 0 0 0 1px var(--gray300);
  width: max-content;
}
.my-menu__list::before {
  position: absolute;
  top: -6px;
  right: 20px;
  transform: rotate(-45deg);
  content: "";
  width: 12px;
  height: 12px;
  background-color: inherit;
  border: 1px solid var(--gray300);
  border-width: 1px 1px 0 0;
}
.my-menu__list > li:nth-child(n+2) {
  margin-block-start: 5px;
}
.my-menu__label:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.my-menu__label:hover ~ .my-menu__list {
  display: block;
}
.my-menu__list:hover {
  display: block;
}
.my-menu:has(.my-menu__list:hover) .my-menu__label::after {
  transform: translateY(-50%) rotate(180deg);
}
.my-menu__link {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}

.nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  padding-block-end: 28px;
  line-height: 1;
  width: 1200px;
  margin-inline: auto;
}
.nav__all-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 500;
}
.nav__all-menu-btn::before {
  background-image: url("/assets/images/sprite.png");
  background-repeat: no-repeat;
  background-size: 342px 320px;
  background-position: -318px -24px;
  content: "";
  width: 24px;
  height: 24px;
}
.nav__slide {
  position: relative;
  width: 650px;
  padding-inline: 20px;
}
.nav__slide-btn {
  position: absolute;
  top: 50%;
  left: 0;
  background-size: 342px 320px;
  background-position: -179.5px -105px;
  transform: translateY(-50%);
  padding: 0;
  width: 6px;
  height: 12px;
  border: 0;
  cursor: pointer;
  background-color: var(--color-base-white);
}
.nav__slide-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.nav__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
.nav__slider-wrap {
  margin-left: 0;
}
.nav__slider-item {
  display: block;
  color: var(--gray600);
  text-decoration: none;
  font-size: 14px;
}
.nav__slider .swiper-slide {
  width: fit-content;
}
.nav__link {
  position: relative;
}
.nav__link:first-child {
  padding-inline-end: 15px;
}
.nav__link + .nav__link {
  padding-inline-start: 15px;
}
.nav__link + .nav__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background-color: var(--gray300);
}
.nav__link a {
  text-decoration: none;
  color: inherit;
}
.nav__all-menu {
  position: absolute;
  top: calc(100% + 28px);
  z-index: 10;
  border: 1px solid var(--gray300);
  overscroll-behavior-x: contain;
}

.all-menu {
  overflow: auto;
  width: 100%;
  height: max-content;
  max-height: 660px;
  padding: 40px 42px;
  background-color: var(--color-base-white);
}
.all-menu:not(.is-active) {
  display: none;
}
.all-menu > dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 40px;
}
.all-menu > dl:has(.notice) {
  height: 100%;
  justify-content: center;
}
.all-menu__category {
  width: 160px;
  line-height: 1.2;
}
.all-menu__category:last-child {
  padding-inline-end: 45px;
}
.all-menu__tit {
  margin-block-end: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.33px;
  text-transform: uppercase;
}
.all-menu__list > li:nth-child(n+2) {
  margin-block-start: 20px;
}
.all-menu__link {
  text-decoration: none;
  color: var(--gray600);
}
.all-menu__tit > .all-menu__link {
  color: initial;
}

.footer {
  min-width: 1200px;
  padding-block: 60px;
  background-color: var(--gray100);
  color: var(--gray500);
}
.footer .l-panel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__mall-name {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-base-black);
}
.footer__logo {
  background-size: 342px 320px;
  background-position: 0px -142px;
  margin-block-end: 24px;
  display: block;
  width: 137px;
  height: 22px;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer__about-company {
  margin-block-end: 10px;
  color: var(--gray600);
}
.footer__about-company span:nth-child(n+2) {
  position: relative;
  margin-inline-start: 10px;
  padding-inline-start: 10px;
}
.footer__about-company span:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--gray300);
}
.footer__about-company a {
  text-decoration: none;
  color: inherit;
}
.footer__about-company a:last-of-type em {
  font-style: normal;
}
.footer address {
  margin-block-end: 14px;
  font-style: normal;
}
.footer address . {
  font-weight: 500;
}
.footer .copyright {
  margin-block-end: 24px;
  font-weight: 500;
  color: initial;
  
}
.footer__mark {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__mark li {
  height: 52px;
}
.footer__mark li img {
  display: inline-block;
  height: inherit;
}
.footer__quick-link {
  display: flex;
  gap: 40px;
  font-weight: 500;
  font-size: 16px;
  color: initial;
}
.footer__quick-link li:nth-child(n+2) {
  margin-block-start: 24px;
}
.footer__quick-link a {
  display: block;
  width: max-content;
}
.footer__content {
  font-size: 14px;
}
.footer__info dt {
  margin-block-end: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: initial;
}
.footer__info dt:nth-of-type(2) {
  margin-block-start: 20px;
}
.footer__info--row {
  padding-bottom: 20px;
}
.footer__info--row .title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: initial;
}
.footer__info--row li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
.footer__info--row li + li {
  padding-top: 8px;
}

body:has([shopby-common-footer]) [shopby-quick-menu] {
  display: none;
}

.shopby-common-footer {
  position: relative;
}

.quick-menu {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  gap: 10px;
  top: 100%;
  pointer-events: auto;
}
.quick-menu__container {
  position: fixed;
  top: 0;
  right: 55px;
  height: calc(100vh - 60px);
  z-index: 25;
  pointer-events: none;
}
.quick-menu__link-basket {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.quick-menu__link-basket-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.my-page-menu {
  /* display: flex; */
  /* align-items: flex-start; */
  /* flex-direction: row; */
  /* flex-direction: column; */
  float: left;
  /* padding: 0px; */
  /* gap: 10px; */
  /* width: 204px; */
  position: relative;
  display: block;
  width: 240px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 28px 15px 28px 21px;
  box-sizing: border-box;
}
.my-page-menu__title {
  font-weight: 700;
  font-size: 24px;
  padding: 30px 0;
}
.my-page-menu__list {
  width: 100%;
  /* border-top: 2px solid var(--color-base-black); */
}
.my-page-menu__list-item {
  /* margin: 22px 0; */
  line-height: 1;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

.my-page-menu__list-item + .my-page-menu__list-item {margin-top: 45px;}

.sub-menu__title {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sub-menu__list {
  /* border-bottom: 1px solid var(--gray200); */
  /* padding-bottom: 10px; */
  /* margin-bottom: 10px; */
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 21px;
}
.sub-menu__list-item {
  /* padding: 5px 0 0 0; */
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.sub-menu__list-item + .sub-menu__list-item {margin-top: 13px;}
.sub-menu__list-item.on {
  /* font-weight: 700; */
  /* font-size: 16px; */
}
.sub-menu__list-item a {
  /* display: block; */
  /* padding: 11px 0; */
  /* font-size: 16px; */
  /* line-height: 16px; */
  /* color: var(--gray500); */
  /* text-decoration: none; */
  display: block;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.sub-menu__list-item.on a {color: #000; font-weight: 500;}

.skin-banner__skeleton {
  height: 300px;
}
.skin-banner__img {
  object-fit: contain;
  margin: auto;
}
.skin-banner__contents {
  margin-block-end: 120px;
}
.skin-banner--main-left {
  max-width: 384px;
  max-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-inline-end: 24px;
  overflow: hidden;
}
.skin-banner--main-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  height: 100%;
}
.skin-banner--main-center:nth-child(1) {
  max-width: 588px;
}
.skin-banner--main-center:nth-child(1) .skin-banner__contents {
  margin-block-end: 0;
}
.skin-banner--main-center:nth-child(2) {
  max-width: 588px;
}
.skin-banner--main-center:nth-child(3) {
  max-width: 588px;
  grid-column: 2/2;
  grid-row: 1/3;
}
.skin-banner--main-center-single {
  width: 100%;
  display: block;
}
.skin-banner--floating-left, .skin-banner--floating-right {
  height: calc(100% - 120px);
  z-index: 10;
  pointer-events: none;
}
.skin-banner--floating-left {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
}
.skin-banner--floating-right {
  position: absolute;
  top: 0;
  right: calc(50% - 800px);
}
.skin-banner--floating-item {
  position: sticky;
  top: 120px;
  left: 0;
  max-width: 160px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.skin-banner__slider-nav-warp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  z-index: 10;
  transform: translateX(-50%);
}
.skin-banner__slider-nav-warp :is(.swiper-button-prev, .swiper-button-next) {
  --swiper-navigation-size: 50px;
  width: 50px;
  height: 50px;
  padding: unset;
}
.skin-banner__slider-nav-warp .swiper-button-prev {
  justify-content: start;
  left: var(--swiper-navigation-sides-offset, 0);
}
.skin-banner__slider-nav-warp .swiper-button-next {
  justify-content: end;
  right: var(--swiper-navigation-sides-offset, 0);
}
.skin-banner__slider-bullet {
  --swiper-pagination-bullet-size: 28px;
  --swiper-pagination-bullet-width: 28px;
  --swiper-pagination-bullet-height: 28px;
  --swiper-pagination-bullet-border-radius: 0;
  background-color: transparent !important;
  background-size: cover !important;
  background-repeat: round !important;
  cursor: pointer;
  margin: 0 4px;
}

.display-product {
  position: relative;
}
.display-product__title {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  padding-block-end: 20px;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-base-black);
}
.display-product__skeleton-title {
  width: 200px;
}
.display-product__contents {
  position: relative;
  margin-block-end: 120px;
  overflow: hidden;
}
.display-product__more {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: unset;
  color: var(--color-base-black);
}
.display-product__more .ico {
  transform: rotate(-90deg);
}
.display-product .btn {
  min-width: unset;
}
.display-product .thumb-item__info {
  padding: 0;
  padding-block: 10px;
}
.display-product :where(.thumb-SIMPLE_IMAGE) .thumb-item__info {
  padding: 10px;
  padding-block: 0;
}
.display-product :is(.swiper-button-prev, .swiper-button-next) {
  width: 50px;
  height: 50px;
  color: var(--color-base-black);
  background-color: var(--color-base-white);
  top: 50%;
  transform: translateY(-100%);
  --swiper-navigation-size: 24px;
}
.display-product .swiper-button-prev {
  padding: unset;
  left: 1px;
  right: auto;
}
.display-product .swiper-button-next {
  padding: unset;
  right: 1px;
  left: auto;
}

.product-thumb-brand {
  color: var(--gray600);
}
.product-thumb-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  padding-right: 5px;
  padding-top: 1px;
  margin-block-end: 4px;
  font-weight: 500;
}
:where(.thumb-SIMPLE_IMAGE) .product-thumb-title {
  line-height: 1.4;
}

.product-thumb-promotion-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  margin-block-end: 4px;
  font-size: 12px;
  color: var(--gray500);
}
.product-thumb-price-info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  column-gap: 4px;
  flex-wrap: wrap;
  font-size: 16px;
}
.product-thumb__stickers {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  margin-top: 12px;
  gap: 4px;
}
.product-thumb__sticker {
  display: inline-block;
  margin-block-start: 5px;
  width: max-content;
}
.product-thumb__sticker-img {
  height: 20px;
  width: auto;
}
.product-thumb__immediately-percent {
  color: var(--color-point);
  font-weight: 700;
}
.product-thumb-price {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
  
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.product-thumb-price--origin {
  font-size: 12px;
  color: var(--gray500);
  text-decoration: line-through;
}
.product-thumb-discount {
  color: var(--color-point);
  font-weight: 700;
}
.product-thumb-unit {
  font-size: 12px;
  vertical-align: baseline;
  margin-inline-start: -4px;
}

.thumb-fab {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  background-color: unset;
  width: auto;
  min-width: auto;
  padding: unset;
}
.thumb-fab--cart {
  width: 40px;
  height: 40px;
  right: 48px;
  bottom: 8px;
}
.thumb-fab--like {
  right: 8px;
  bottom: 8px;
}
.thumb-fab--like svg {
  fill: var(--color-base-white);
}
.thumb-fab--like:where(.is-active) svg {
  fill: var(--color-point);
}

/* *::-webkit-scrollbar {
  width: 14px;
}
*::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--gray300);
  border: 4px solid transparent;
  border-radius: 8px;
}
*::-webkit-scrollbar-button:start:decrement, *::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 1px;
  width: 1px;
} */

.swiper {
  max-width: calc(100dvw - 14px);
}

.swiper-button-prev,
.swiper-button-next {
  background: unset;
  border: unset;
}

html:has([slot=isOpen] .portal) {
  padding-right: 14px;
}
html:has([slot=isOpen] .portal) .quick-menu__container {
  right: 69px;
}

.tui-datepicker {z-index: 1;}

.member-modification .btn:disabled {
  filter: opacity(0.5);
}
.member-modification .password-authentication-form {
  display: none;
}
.member-modification .profile-information {
  display: block;
}
.member-modification .member-modification {
  display: block;
}
.member-modification.unauthentication .password-authentication-form {
  display: block;
}
.member-modification.unauthentication .profile-information {
  display: none;
}
.member-modification.unauthentication .member-modification {
  display: none;
}

/*  회원탈퇴 페이지 스타일 파일입니다. */
.withdrawal-form .password-authentication-form {
  display: none;
}
.withdrawal-form .withdrawal-form-wrap {
  display: block;
}
.withdrawal-form.unauthentication .password-authentication-form {
  display: block;
}
.withdrawal-form.unauthentication .withdrawal-form-wrap {
  display: none;
}