@charset "UTF-8";

/* 시작: css 공통 변수 */
:root {
  --color-primary: var(--color-blue-40);
  --color-blue-officecon: #202b9c;
  --color-blue-60: #4165f8;
  --color-blue-40: #4165f8;
  --color-blue-30: #c3e1ff;
  --color-blue-20: #f0f6ff;
  --color-blue-10: #f6f8fb;
  --color-blue-grayish: #778198;
  --color-blue-grayish-light: #c3c7d0;
  --color-blue-grayish-10: #f1f2f7;
  --color-purple-40: #6943d2;
  --color-purple-30: #8871ea;
  --color-orange-officecon: #ec6c23;
  --color-orange-20: #fedfb7;
  --color-red-40: #da3030;
  --color-red-30: #eb6161;
  --color-red-10: #fbf6f6;
  --color-level-silver: #8b95ac;
  --color-level-gold: #b58e57;
  --color-level-diamond: #25a3b2;
  --color-natural-0: #000000;
  --color-natural-10: #3b3b3b;
  --color-natural-20: #4d4d4d;
  --color-natural-30: #7e7e7e;
  --color-natural-40: #949494;
  --color-natural-50: #aaaaaa;
  --color-natural-60: #d2d2d2;
  --color-natural-70: #dddddd;
  --color-natural-80: #e6e6e6;
  --color-natural-90: #efefef;
  --color-natural-95: #f5f5f5;
  --color-natural-98: #fafafa;
  --color-natural-100: #ffffff;
  --color-opacity-black-70: rgba(0, 0, 0, 0.7);
  --color-opacity-black-50: rgba(0, 0, 0, 0.5);
  --color-opacity-black-30: rgba(0, 0, 0, 0.3);
  --color-opacity-black-20: rgba(0, 0, 0, 0.2);
  --color-opacity-black-8: rgba(0, 0, 0, 0.08);
  --color-opacity-black-3: rgba(0, 0, 0, 0.03);
  --color-opacity-white-80: rgba(255, 255, 255, 0.8);
  --color-opacity-white-70: rgba(255, 255, 255, 0.7);
  --color-opacity-white-50: rgba(255, 255, 255, 0.5);
  --color-background-gradient-white: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) -25.49%,
    rgba(255, 255, 255, 1) 68.87%
  );
  --color-background-gradient-gray: linear-gradient(
    to right,
    rgba(245, 245, 245, 0) -25.49%,
    rgba(245, 245, 245, 1) 68.87%
  );
  --color-background-gradient-black: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.03) 100%
  );
  --color-background-gradient-soft: linear-gradient(
    to right,
    rgba(255, 231, 231, 1) 0%,
    rgba(255, 243, 236, 1) 54.33%,
    rgba(235, 233, 255, 1) 100%
  );
  --color-background-gradient-orangeRed: linear-gradient(
    112deg,
    rgba(236, 108, 35, 1) 16.32%,
    rgba(241, 66, 53, 1) 92.38%
  );
  --color-background-gradient-colorful: linear-gradient(
    to right,
    rgba(230, 97, 99, 1) 0%,
    rgba(243, 123, 85, 1) 52.88%,
    rgba(105, 100, 200, 1) 100%
  );
  --color-boxShadow-1: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); /* popup */
  --color-boxShadow-2: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); /* 이벤트 카드 배너 */
  --color-boxShadow-3: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); /* dropdown menu, layer */
  --color-boxShadow-4: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); /* 스크롤GNB메뉴, 메인배너, 필터 브랜드 버튼 */
  --color-boxShadow-5: 0px -4px 10px 0px rgba(0, 0, 0, 0.05); /* 서브 탭메뉴 */
  --layout-container-width: 1240px;
  --layout-container-padding: 20px;
  --layout-width: calc(
    var(--layout-container-width) + var(--layout-container-padding) * 2
  );
  --layout-padding: 0 var(--layout-container-padding);
  --layout-top-banner-height: 40px;
  --layout-header-top-height: 32px;
  --layout-header-sticky-height: 84px;
  --layout-gnb-height: 60px;
  --layout-footer-height: 352px;
  --layout-home-content-width: 886px;
  --layout-aside-width: 322px;
  --zindex-sticky: 1020;
  --zindex-tooltip: 1080;
}
el-wrapper.personal-member {
  --color-primary: var(--color-orange-officecon);
}
/* 종료: css 공통 변수 */

/* 시작: reset */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Pretendard-Regular.subset.woff2') format('woff2');
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2');
}
@font-face {
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Pretendard-Bold.subset.woff2') format('woff2');
}
html,
body,
input,
textarea,
button,
select,
table,
td,
th,
pre {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Malgun Gothic',
    '맑은 고딕', 'Segoe UI', Roboto, sans-serif;
  color: var(--color-natural-0);
  font-weight: 400;
  letter-spacing: -0.48px;
  font-size: 16px;
  line-height: 1.5;
}
html {
  scroll-behavior: auto !important;
  text-underline-offset: 2px;
  scrollbar-gutter: stable;
}
body {
  /* bootstrap의 모달 팝업 노출 시 스크롤바 width 확보하는 padding 제거 */
  padding-right: 0 !important;
  scrollbar-gutter: stable;
}
a {
  text-decoration: none;
  color: var(--color-natural-0);
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p,
pre,
address {
  margin: 0;
  padding: 0;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
}
li {
  list-style: none;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
}

.modal-backdrop {
  opacity: 1 !important;
  background-color: var(--color-opacity-black-30);

  &:last-of-type {
    z-index: 1057;
  }

  &:nth-of-type(1) {
    z-index: 1050;
  }

  &:nth-of-type(2) {
    z-index: 1056;
  }
}

textarea.form-control {
  resize: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid var(--color-natural-70);
  background-color: var(--color-natural-100);
  color: var(--color-natural-0);
  caret-color: var(--color-natural-30);
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.42px;
  min-height: 0;
  scrollbar-color: var(--color-opacity-black-30) transparent;
  scrollbar-width: thin;
  scrollbar-gutter: stable;

  &::placeholder {
    color: var(--color-natural-50);
  }

  &:focus,
  &.active {
    border-color: var(--color-natural-0);
    box-shadow: none;
  }

  &:disabled {
    opacity: 1;
    cursor: default;
    border-color: var(--color-natural-70);
    background-color: var(--color-natural-95);
    color: var(--color-natural-30);
  }
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  word-break: keep-all;
}
/* 종료: reset */

/* 시작: 공통 > typography */
.typo-heading-sm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
}
.typo-heading-md {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.9px;
}
.typo-heading-lg {
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -1.02px;
}
.typo-subtitle-sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.54px;
}
.typo-subtitle-md {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.6px;
}
.typo-subtitle-lg {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.66px;
}
.typo-body-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.typo-body-md {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.45px;
}
.typo-body-lg {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.typo-label-sm {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.33px;
}
.typo-label-md {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.36px;
}
.typo-label-lg {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.39px;
}
.typo-weight-default {
  font-weight: 400;
}
.typo-weight-em {
  font-weight: 600;
}
.typo-weight-bold {
  font-weight: 700;
}
.typo-color-natural-0 {
  color: var(--color-natural-0);
}
.typo-color-natural-10 {
  color: var(--color-natural-10);
}
.typo-color-natural-20 {
  color: var(--color-natural-20);
}
.typo-color-natural-30 {
  color: var(--color-natural-30);
}
.typo-color-natural-40 {
  color: var(--color-natural-40);
}
.typo-color-natural-50 {
  color: var(--color-natural-50);
}
.typo-color-natural-60 {
  color: var(--color-natural-60);
}
.typo-color-natural-70 {
  color: var(--color-natural-70);
}
.typo-color-natural-80 {
  color: var(--color-natural-80);
}
.typo-color-natural-90 {
  color: var(--color-natural-90);
}
.typo-color-natural-95 {
  color: var(--color-natural-95);
}
.typo-color-natural-98 {
  color: var(--color-natural-98);
}
.typo-color-natural-100 {
  color: var(--color-natural-100);
}
/* 종료: 공통 > typography */

/* 시작: 공통 > icon */
el-icon {
  display: inline-block;
  width: 0px;
  height: 0px;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  pointer-events: none; /* 클릭 이벤트를 부모 요소로 전달 */
  overflow: hidden;
  text-indent: -9999px;
  background-color: var(--color-natural-100);

  &.natural-0 {
    background-color: var(--color-natural-0);
  }
  &.natural-10 {
    background-color: var(--color-natural-10);
  }
  &.natural-20 {
    background-color: var(--color-natural-20);
  }
  &.natural-30 {
    background-color: var(--color-natural-30);
  }
  &.natural-40 {
    background-color: var(--color-natural-40);
  }
  &.natural-50 {
    background-color: var(--color-natural-50);
  }
  &.natural-60 {
    background-color: var(--color-natural-60);
  }
  &.natural-70 {
    background-color: var(--color-natural-70);
  }
  &.natural-80 {
    background-color: var(--color-natural-80);
  }
  &.natural-90 {
    background-color: var(--color-natural-90);
  }
  &.natural-95 {
    background-color: var(--color-natural-95);
  }
  &.natural-98 {
    background-color: var(--color-natural-98);
  }
  &.natural-100 {
    background-color: var(--color-natural-100);
  }
  &.purple-30 {
    background-color: var(--color-purple-30);
  }
  &.h52-building {
    width: 52px;
    height: 52px;
    -webkit-mask-image: url('../images/icon-h52-building.svg');
    mask-image: url('../images/icon-h52-building.svg');
  }
  &.h52-person {
    width: 52px;
    height: 52px;
    -webkit-mask-image: url('../images/icon-h52-person.svg');
    mask-image: url('../images/icon-h52-person.svg');
  }
  &.h32-search {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-search.svg');
    mask-image: url('../images/icon-h32-search.svg');
  }
  &.h32-cart {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-cart.svg');
    mask-image: url('../images/icon-h32-cart.svg');
  }
  &.h32-user {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-user.svg');
    mask-image: url('../images/icon-h32-user.svg');
  }
  &.h32-closed {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-closed.svg');
    mask-image: url('../images/icon-h32-closed.svg');
  }
  &.h32-arrow-up {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-arrow-up.svg');
    mask-image: url('../images/icon-h32-arrow-up.svg');
  }
  &.h32-minus {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-minus.svg');
    mask-image: url('../images/icon-h32-minus.svg');
  }
  &.h32-plus {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url('../images/icon-h32-plus.svg');
    mask-image: url('../images/icon-h32-plus.svg');
  }
  &.h26-arrow-left {
    width: 16px;
    height: 26px;
    -webkit-mask-image: url('../images/icon-h26-arrow-left.svg');
    mask-image: url('../images/icon-h26-arrow-left.svg');
  }
  &.h26-arrow-right {
    width: 16px;
    height: 26px;
    -webkit-mask-image: url('../images/icon-h26-arrow-right.svg');
    mask-image: url('../images/icon-h26-arrow-right.svg');
  }
  &.h28-arrow-left {
    width: 28px;
    height: 28px;
    -webkit-mask-image: url('../images/icon-h28-arrow-left.svg');
    mask-image: url('../images/icon-h28-arrow-left.svg');
  }
  &.h28-arrow-right {
    width: 28px;
    height: 28px;
    -webkit-mask-image: url('../images/icon-h28-arrow-right.svg');
    mask-image: url('../images/icon-h28-arrow-right.svg');
  }
  &.h24-search {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-search.svg');
    mask-image: url('../images/icon-h24-search.svg');
  }
  &.h24-cart {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-cart.svg');
    mask-image: url('../images/icon-h24-cart.svg');
  }
  &.h24-card {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-card.svg');
    mask-image: url('../images/icon-h24-card.svg');
  }
  &.h24-calendar {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-calendar.svg');
    mask-image: url('../images/icon-h24-calendar.svg');
  }
  &.h24-arrow-down {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-arrow-down.svg');
    mask-image: url('../images/icon-h24-arrow-down.svg');
  }
  &.h24-arrow-up {
    width: 24px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-h24-arrow-up.svg');
    mask-image: url('../images/icon-h24-arrow-up.svg');
  }
  &.h20-closed {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-closed.svg');
    mask-image: url('../images/icon-h20-closed.svg');
  }
  &.h20-closed-bold {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-closed-bold.svg');
    mask-image: url('../images/icon-h20-closed-bold.svg');
  }
  &.h20-menu {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-menu.svg');
    mask-image: url('../images/icon-h20-menu.svg');
  }
  &.h20-arrow-left {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-left.svg');
    mask-image: url('../images/icon-h20-arrow-left.svg');
  }
  &.h20-arrow-left-hover {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-left-hover.svg');
    mask-image: url('../images/icon-h20-arrow-left-hover.svg');
  }
  &.h20-arrow-right {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-right.svg');
    mask-image: url('../images/icon-h20-arrow-right.svg');
  }
  &.h20-arrow-right-hover {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-right-hover.svg');
    mask-image: url('../images/icon-h20-arrow-right-hover.svg');
  }
  &.h20-arrow-down {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-down.svg');
    mask-image: url('../images/icon-h20-arrow-down.svg');
  }
  &.h20-arrow-up {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-arrow-up.svg');
    mask-image: url('../images/icon-h20-arrow-up.svg');
  }
  &.h20-pause {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-pause.svg');
    mask-image: url('../images/icon-h20-pause.svg');
  }
  &.h20-pause-hover {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-pause-hover.svg');
    mask-image: url('../images/icon-h20-pause-hover.svg');
  }
  &.h20-eye-show {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-eye-show.svg');
    mask-image: url('../images/icon-h20-eye-show.svg');
  }
  &.h20-eye-hide {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-eye-hide.svg');
    mask-image: url('../images/icon-h20-eye-hide.svg');
  }
  &.h20-play {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-play.svg');
    mask-image: url('../images/icon-h20-play.svg');
  }
  &.h20-refresh {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-refresh.svg');
    mask-image: url('../images/icon-h20-refresh.svg');
  }
  &.h20-chevrons-left {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-chevrons-left.svg');
    mask-image: url('../images/icon-h20-chevrons-left.svg');
  }
  &.h20-chevrons-right {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-h20-chevrons-right.svg');
    mask-image: url('../images/icon-h20-chevrons-right.svg');
  }
  &.h16-closed {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-closed.svg');
    mask-image: url('../images/icon-h16-closed.svg');
  }
  &.h16-arrow-down {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-arrow-down.svg');
    mask-image: url('../images/icon-h16-arrow-down.svg');
  }
  &.h16-arrow-up {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-arrow-up.svg');
    mask-image: url('../images/icon-h16-arrow-up.svg');
  }
  &.h16-arrow-right {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-arrow-right.svg');
    mask-image: url('../images/icon-h16-arrow-right.svg');
  }
  &.h16-arrow-left {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-arrow-left.svg');
    mask-image: url('../images/icon-h16-arrow-left.svg');
  }
  &.h16-refresh {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-refresh.svg');
    mask-image: url('../images/icon-h16-refresh.svg');
  }
  &.h16-check {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-check.svg');
    mask-image: url('../images/icon-h16-check.svg');
  }
  &.h16-check-bold {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-check-bold.svg');
    mask-image: url('../images/icon-h16-check-bold.svg');
  }
  &.h16-clock {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-clock.svg');
    mask-image: url('../images/icon-h16-clock.svg');
  }
  &.h16-product-type {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-product-type.svg');
    mask-image: url('../images/icon-h16-product-type.svg');
  }
  &.h16-sending-type {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-sending-type.svg');
    mask-image: url('../images/icon-h16-sending-type.svg');
  }
  &.h16-expiration-period {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-expiration-period.svg');
    mask-image: url('../images/icon-h16-expiration-period.svg');
  }
  &.h16-exchange-place {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-exchange-place.svg');
    mask-image: url('../images/icon-h16-exchange-place.svg');
  }
  &.h16-select-quantity {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-select-quantity.svg');
    mask-image: url('../images/icon-h16-select-quantity.svg');
  }
  &.h16-reward {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-reward.svg');
    mask-image: url('../images/icon-h16-reward.svg');
  }
  &.h16-sales-period {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('../images/icon-h16-sales-period.svg');
    mask-image: url('../images/icon-h16-sales-period.svg');
  }
  &.h12-closed {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url('../images/icon-h12-closed.svg');
    mask-image: url('../images/icon-h12-closed.svg');
  }
  &.h7-branch {
    width: 7px;
    height: 7px;
    -webkit-mask-image: url('../images/icon-h7-branch.svg');
    mask-image: url('../images/icon-h7-branch.svg');
  }
  &.h5-arrow-up {
    width: 5px;
    height: 5px;
    -webkit-mask-image: url('../images/icon-h5-arrow-up.svg');
    mask-image: url('../images/icon-h5-arrow-up.svg');
  }
  &.h5-arrow-down {
    width: 5px;
    height: 5px;
    -webkit-mask-image: url('../images/icon-h5-arrow-down.svg');
    mask-image: url('../images/icon-h5-arrow-down.svg');
  }
  &.etc-member-company {
    width: 99px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-etc-member-company.svg');
    mask-image: url('../images/icon-etc-member-company.svg');
  }
  &.etc-member-personal {
    width: 98px;
    height: 24px;
    -webkit-mask-image: url('../images/icon-etc-member-personal.svg');
    mask-image: url('../images/icon-etc-member-personal.svg');
  }
  &.etc-circle-check {
    width: 64px;
    height: 64px;
    background-image: url('../images/icon-etc-circle-check.svg');
    background-color: transparent;
  }
  &.etc-circle-exclamation {
    width: 48px;
    height: 48px;
    background-image: url('../images/icon-etc-circle-exclamation.svg');
    background-color: transparent;
  }
  &.etc-triangle-exclamation {
    width: 80px;
    height: 80px;
    background-image: url('../images/icon-etc-triangle-exclamation.svg');
    background-color: transparent;
  }
  &.etc-doc {
    width: 14px;
    height: 14px;
    background-image: url('../images/icon-etc-doc.svg');
    background-color: transparent;
  }
  &.etc-excel {
    width: 14px;
    height: 14px;
    background-image: url('../images/icon-etc-excel.svg');
    background-color: transparent;
  }
  &.etc-circle-cart {
    width: 74px;
    height: 74px;
    background-image: url('../images/icon-etc-circle-cart.svg');
    background-color: transparent;
  }
  &.etc-file-text {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-etc-file-text.svg');
    background-color: transparent;
  }
  &.etc-megaphone {
    width: 32px;
    height: 32px;
    background-image: url('../images/icon-megaphone.png');
    background-color: transparent;
    background-size: cover;
  }
  &.etc-user-check {
    width: 20px;
    height: 22px;
    -webkit-mask-image: url('../images/icon-etc-user-check.svg');
    mask-image: url('../images/icon-etc-user-check.svg');
  }
  &.etc-pending {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-pending.svg');
    mask-image: url('../images/icon-etc-pending.svg');
  }
  &.etc-pending-sm {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-pending-sm.svg');
    mask-image: url('../images/icon-etc-pending-sm.svg');
  }
  &.etc-progress {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-progress.svg');
    mask-image: url('../images/icon-etc-progress.svg');
  }
  &.etc-success {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-success.svg');
    mask-image: url('../images/icon-etc-success.svg');
  }
  &.etc-success-sm {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-success-sm.svg');
    mask-image: url('../images/icon-etc-success-sm.svg');
  }
  &.etc-fail {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-fail.svg');
    mask-image: url('../images/icon-etc-fail.svg');
  }
  &.etc-wait {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-wait.svg');
    mask-image: url('../images/icon-etc-wait.svg');
  }
  &.etc-refund {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-refund.svg');
    mask-image: url('../images/icon-etc-refund.svg');
  }
  &.etc-phone {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('../images/icon-etc-phone.svg');
    mask-image: url('../images/icon-etc-phone.svg');
  }
}
/* 종료: 공통 > icon */

/* 시작: 공통 > badge */
el-badge-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: fit-content;
  height: 20px;
  border-radius: 999px;
  background-color: var(--color-red-40);
  color: var(--color-natural-100);
  font-weight: 700 !important;
  overflow: hidden;
  &:has(el-more) {
    width: 30px;
  }
}

@keyframes badgeBubbleBlueFade {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
el-badge-bubble-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: 67px;
  height: 34px;
  color: var(--color-blue-officecon);
  background-image: url('../images/badge-bubble-blue.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 700 !important;
  padding: 5px 10px 8px 10px;
  position: relative;

  el-badge-transition {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    width: 46px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: var(--color-blue-20);

    span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: var(--color-blue-20);
      animation: badgeBubbleBlueFade 3s ease-out infinite;

      &:first-child {
        animation-delay: 0s;
      }

      &:last-child {
        animation-delay: 1.5s;
      }
    }
  }
}

el-badge-period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background-color: var(--color-natural-0);
  color: var(--color-natural-100);
  font-weight: 600 !important;
  line-height: 1 !important;
  overflow: hidden;

  &.size-lg {
    height: 26px;
    padding: 0 11px;
  }

  &.color-orange {
    background-color: var(--color-orange-officecon);
  }
}

el-badge-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background-color: var(--color-red-40);
  color: var(--color-natural-100);
  font-weight: 700 !important;
  line-height: 1 !important;
  overflow: hidden;
}

el-badge-special {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;

  img {
    width: 50px;
    height: 50px;
    object-fit: cover;

    &:first-of-type {
      z-index: 10;
    }

    &:last-of-type {
      margin-left: -5px;
    }
  }
}

el-badge-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: var(--color-natural-0);
  color: var(--color-natural-100);
  font-weight: 700 !important;

  &.event {
    background-color: var(--color-red-30);
  }
  &.reward {
    background-color: var(--color-purple-30);
  }
  &.daily {
    background-color: var(--color-orange-officecon);
  }
  &.gift-card {
    background-color: var(--color-natural-20);
  }
}

el-badge-current-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: fit-content;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background-color: var(--color-level-silver);
  color: var(--color-natural-100);
  font-weight: 700 !important;
  position: relative;
  &:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background-color: var(--color-level-silver);
    transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);
  }
  &.gold {
    background-color: var(--color-level-gold);
    &:before {
      background-color: var(--color-level-gold);
    }
  }
  &.diamond {
    background-color: var(--color-level-diamond);
    &:before {
      background-color: var(--color-level-diamond);
    }
  }
}
/* 종료: 공통 > badge */

/* 시작: 공통 > button */
button {
  &.button-h60-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-100);
    overflow: hidden;
    color: var(--color-natural-0);
  }

  &.button-h60-square-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 0px;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-0);
    overflow: hidden;
    color: var(--color-natural-100);

    &:disabled {
      cursor: default;
      border-color: var(--color-natural-70);
      background-color: var(--color-natural-90);
      color: var(--color-natural-50);
    }
  }

  &.button-h52-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 0px;
    height: 52px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-100);
    overflow: hidden;
    color: var(--color-natural-0);
  }

  &.button-h52-square-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 0px;
    height: 52px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-0);
    overflow: hidden;
    color: var(--color-natural-100);

    &:disabled {
      cursor: default;
      border-color: var(--color-natural-70);
      background-color: var(--color-natural-90);
      color: var(--color-natural-50);
    }
  }

  &.button-h50-stroke {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-100);
    overflow: hidden;
  }

  &.button-h50-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    background-color: var(--color-natural-0);
    color: var(--color-natural-100);
    overflow: hidden;

    &:disabled {
      cursor: default;
      border: 1px solid var(--color-natural-70);
      background-color: var(--color-natural-90);
      color: var(--color-natural-50);
    }
  }

  &.button-h50-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 210px;
    height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    color: var(--color-natural-20);
    overflow: hidden;

    &:has(el-icon.h16-arrow-right) {
      padding-left: 26px;
    }
  }

  &.button-h50-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    overflow: hidden;

    &.border-black {
      border-color: var(--color-natural-0);
    }
  }

  &.button-h50-square-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    color: var(--color-natural-100);
    border-radius: 10px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-0);
    overflow: hidden;

    &.color-orange {
      border: 1px solid var(--color-orange-officecon);
      background-color: var(--color-orange-officecon);
    }
  }

  &.button-h50-stroke-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-100);
    overflow: hidden;
  }

  &.button-h50-fill-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 70px;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: var(--color-natural-0);
    color: var(--color-natural-100);
    overflow: hidden;
    position: relative;

    & > span {
      position: relative;
      z-index: 10;
    }

    &.color-primary {
      color: var(--color-natural-100);
      background-color: var(--color-primary);

      &:after {
        content: '';
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-opacity-black-20);
      }

      &:hover {
        &:after {
          display: block;
        }
      }
    }
  }

  &.button-prev-circle,
  &.button-next-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid var(--color-natural-80);
    border-radius: 50%;
    background-color: var(--color-natural-100);
    color: var(--color-natural-0);
    overflow: hidden;
    &:hover {
      background-color: var(--color-natural-90);
    }
    &:disabled {
      /* opacity: 0.3;
      cursor: default;
      &:hover {
        background-color: var(--color-natural-100);
      } */
    }
  }

  &.button-h43-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 43px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    overflow: hidden;
    color: var(--color-natural-40);

    &.text-black {
      color: var(--color-natural-0);
    }
  }

  &.button-h43-square-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 43px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-0);
    overflow: hidden;
    color: var(--color-natural-100);

    &.color-orange {
      border: 1px solid var(--color-orange-officecon);
      background-color: var(--color-orange-officecon);
    }
  }

  &.button-h43-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 43px;
    padding: 0 20px;
    border-radius: 9999px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    overflow: hidden;
    color: var(--color-natural-40);

    &.text-black {
      color: var(--color-natural-0);
    }

    &.color-orange {
      border: 1px solid var(--color-orange-officecon);
      background-color: var(--color-orange-officecon);
      color: var(--color-natural-100);
    }
  }

  &.button-h34-cash {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    min-width: 10px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-background-gradient-orangeRed);
    color: var(--color-natural-100);
    overflow: hidden;
  }

  &.button-h34-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 34px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    overflow: hidden;
    color: var(--color-natural-30);

    &.text-black {
      color: var(--color-natural-0);
    }
  }

  &.button-h34-square-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 0px;
    height: 34px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-0);
    overflow: hidden;
    color: var(--color-natural-100);
  }

  &.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-natural-0) !important;
    border-radius: 50% !important;
    background-color: var(--color-natural-100) !important;
    overflow: hidden !important;
  }
}

el-tab-button {
  display: inline-block;
  width: fit-content;
  position: relative;

  & > button:not(.remove) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    min-width: 0px;
    height: 43px;
    padding: 0 18px;
    color: var(--color-natural-30);
    border-radius: 999px;
    border: 1px solid var(--color-natural-80);
    background-color: var(--color-natural-100);
    overflow: hidden;
  }

  .remove {
    position: absolute;
    right: 2px;
    top: -8px;
  }

  &.active {
    & > button:not(.remove) {
      color: var(--color-natural-100);
      border-color: var(--color-natural-0);
      background-color: var(--color-natural-0);
    }
  }
}
/* 종료: 공통 > button */

/* 시작: 공통 > top button */
#scrollToTopButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -70px;
  right: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-natural-100);
  box-shadow: var(--color-boxShadow-3);
  z-index: 1000;
  transition: bottom 0.3s ease-in-out;
}
/* 종료: 공통 > top button */

/* 시작: 공통 > input */
el-input {
  display: inline-block;
  width: 100%;
  position: relative;

  .custom-input.form-control {
    box-sizing: border-box;
    box-shadow: none;
    height: 43px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);
    color: var(--color-natural-0);
    caret-color: var(--color-natural-30);
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.42px;

    &::placeholder {
      color: var(--color-natural-50);
    }

    &:focus,
    &.active {
      border-color: var(--color-natural-0);
      box-shadow: none;
    }

    &:disabled {
      opacity: 1;
      cursor: default;
      border-color: var(--color-natural-70);
      background-color: var(--color-natural-95);
      color: var(--color-natural-30);
    }
  }

  el-input-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    gap: 4px;
    position: absolute;
    top: 0;
    right: 12px;

    & > button {
      display: flex;
      align-items: center;
      width: fit-content;
      height: 24px;
    }

    .input-clear-button {
      display: none;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      position: relative;

      &:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        overflow: hidden;
        border-radius: 50%;
        background-color: var(--color-natural-50);
      }

      el-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }

    el-timer {
      color: var(--color-red-40);
      font-weight: 600 !important;
    }

    .input-eye-button {
      display: none;
      padding: 0 2px;
      .h20-eye-hide {
        display: none;
      }
      .h20-eye-show {
        display: block;
      }
    }
  }

  el-invalide-feedback {
    display: none;
    color: var(--color-red-40);
    padding: 4px 0 0 4px;
    font-weight: 600 !important;
  }

  &:has(el-input-addon > button) {
    .custom-input.form-control {
      padding-right: 42px;
    }
  }

  &:has(el-input-addon > el-timer) {
    .custom-input.form-control {
      padding-right: 60px;
    }
  }

  &:has(el-input-addon > button):has(el-input-addon > el-timer) {
    .custom-input.form-control {
      padding-right: 72px;
    }
  }

  &:has(el-input-addon > button:nth-of-type(2)) {
    .custom-input.form-control {
      padding-right: 72px;
    }
  }

  &:has(.custom-input.form-control:not(:placeholder-shown)) {
    .input-eye-button {
      display: flex;
    }
  }

  &:has(.custom-input.form-control:focus:not(:placeholder-shown)) {
    .input-clear-button {
      display: flex;
    }
  }

  &.is-invalid {
    .custom-input.form-control {
      border-color: var(--color-red-40);
    }

    el-invalide-feedback {
      display: block;
    }
  }

  &.show-password {
    el-input-addon {
      .input-eye-button {
        .h20-eye-hide {
          display: block;
        }
        .h20-eye-show {
          display: none;
        }
      }
    }
  }

  &.input-h50 {
    input {
      height: 50px !important;
    }

    el-input-addon {
      height: 50px !important;
    }
  }
}
/* 종료: 공통 > input */

/* 시작: 공통 > el-input-file */
el-input-file {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  position: relative;

  input[type='file'] {
    display: none;
  }

  label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-95);
    background-color: var(--color-natural-95);
    color: var(--color-natural-0);
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.42px;

    el-input-file-button {
      flex-grow: 0;
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 34px;
      padding: 0 11px;
      border: 1px solid var(--color-natural-70);
      background-color: var(--color-natural-100);
      border-radius: 4px;
      font-weight: 600 !important;
      color: var(--color-natural-30);
    }

    el-input-file-name {
      display: block;
      width: 100%;
      color: var(--color-natural-40);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;

      &.active {
        color: var(--color-natural-20);
      }
    }
  }

  el-invalide-feedback {
    display: none;
    color: var(--color-red-40);
    padding: 4px 0 0 4px;
    font-weight: 600 !important;
  }

  &.is-invalid {
    el-invalide-feedback {
      display: block;
    }
  }
}
/* 종료: 공통 > el-input-file */

/* 시작: 공통 > select */
el-select {
  display: inline-block;
  width: 100%;
  position: relative;

  el-label {
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.42px;
  }

  .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 43px;
    padding: 0 40px 0 18px;
    border-radius: 8px;
    border: 1px solid var(--color-natural-70);
    background-color: var(--color-natural-100);

    &:after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin: 0;
      vertical-align: middle;
      border: 0;
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translateY(-50%);
      background-size: cover;
      pointer-events: none; /* 클릭 이벤트를 부모 요소로 전달 */
      overflow: hidden;
      text-indent: -9999px;
      background-color: var(--color-natural-40);
      -webkit-mask-size: cover;
      mask-size: cover;
      -webkit-mask-image: url('../images/icon-h16-arrow-down.svg');
      mask-image: url('../images/icon-h16-arrow-down.svg');
    }
  }

  .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 8px;
    border: 1px solid var(--color-natural-0);
    background-color: var(--color-natural-100);
    overflow: hidden;
    margin-top: -1px !important;

    & > ul {
      width: 100%;
      max-height: 430px;
      padding: 0;
      /* overflow-x: hidden;
      overflow-y: auto;
      scrollbar-color: var(--color-opacity-black-30) transparent;
      scrollbar-width: thin; */

      /* &::-webkit-scrollbar-track {
        background: transparent;
      } */

      & > li:first-of-type {
        margin-top: -1px;
      }
    }

    .dropdown-header {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 43px;
      padding: 0 18px;
      color: var(--color-natural-0);
      font-weight: 700;
    }

    .dropdown-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 43px;
      padding: 0 18px;
      color: var(--color-natural-0);

      &.active,
      &:focus,
      &:active {
        background-color: var(--color-natural-90) !important;
      }

      &:hover {
        background-color: var(--color-natural-95);
      }
    }

    &.active-bold {
      .dropdown-item {
        &.active,
        &.active * {
          font-weight: 700 !important;
        }
      }
    }
  }

  &.select-h50 {
    .dropdown-toggle {
      height: 50px;
      padding: 0 64px 0 20px;
      border-radius: 10px;

      &:after {
        width: 24px;
        height: 24px;
        right: 20px;
        background-color: var(--color-natural-0);
        -webkit-mask-image: url('../images/icon-h24-arrow-down.svg');
        mask-image: url('../images/icon-h24-arrow-down.svg');
      }
    }

    .dropdown-menu {
      border-radius: 10px;

      & > ul {
        max-height: 550px;
      }

      .dropdown-header {
        height: 50px;
        padding: 0 20px;
      }

      .dropdown-item {
        height: 50px;
        padding: 0 20px;

        &.active,
        &:focus,
        &:active {
          background-color: var(--color-natural-90) !important;
        }

        &:hover {
          background-color: var(--color-natural-95) !important;
        }
      }

      &.active-bold {
        .dropdown-item {
          &.active,
          &.active * {
            font-weight: 600 !important;
          }
        }
      }
    }
  }

  &.select-h34 {
    el-label {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: -0.36px;
    }

    .dropdown-toggle {
      height: 34px;
      padding: 0 24px 0 14px;
      border-radius: 8px;

      &:after {
        width: 16px;
        height: 16px;
        right: 6px;
        background-color: var(--color-natural-40);
        -webkit-mask-image: url('../images/icon-h16-arrow-down.svg');
        mask-image: url('../images/icon-h16-arrow-down.svg');
      }
    }

    .dropdown-menu {
      border-radius: 8px;

      & > ul {
        max-height: 340px;
      }

      .dropdown-header {
        height: 34px;
        padding: 0 14px;
      }

      .dropdown-item {
        height: 34px;
        padding: 0 14px;

        &.active,
        &:focus,
        &:active {
          background-color: var(--color-natural-90) !important;
        }

        &:hover {
          background-color: var(--color-natural-95) !important;
        }
      }
    }
  }

  &.bg-gray {
    .dropdown-toggle {
      background-color: var(--color-natural-98);
    }

    .dropdown-menu {
      background-color: var(--color-natural-98);
    }
  }
}
/* 종료: 공통 > select */

/* 시작: 공통 > checkbox */
el-checkbox {
  display: inline-flex;
  gap: 8px;

  &.form-check {
    display: inline-flex;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .custom-checkbox.form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: url(../images/icon-checkbox.svg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;

    &:active {
      filter: none;
    }

    &:checked[type='checkbox'] {
      background-image: url('../images/icon-checkbox-checked.svg');
    }

    &:disabled[type='checkbox'] {
      opacity: 1;
      background-image: url('../images/icon-checkbox-disabled.svg');
    }
  }

  label {
    color: var(--color-natural-20);
  }

  &.size-lg {
    label {
      font-weight: 600;
      color: var(--color-natural-0);
    }
  }

  &.size-xl {
    .custom-checkbox.form-check-input {
      margin-top: 1px;
    }

    label {
      font-weight: 600;
      color: var(--color-natural-0);
    }
  }
}
/* 종료: 공통 > checkbox */

/* 시작: 공통 > radio */
el-radio {
  display: inline-flex;
  gap: 8px;

  &.form-check {
    display: inline-flex;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .custom-radio.form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: url(../images/icon-radio.svg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;

    &:active {
      filter: none;
    }

    &:checked[type='radio'] {
      background-image: url('../images/icon-radio-checked.svg');
    }

    &:disabled[type='radio'] {
      opacity: 1;
      background-image: url('../images/icon-radio-disabled.svg');
    }
  }

  label {
    color: var(--color-natural-20);

    &.weight-em {
      font-weight: 600 !important;
      color: var(--color-natural-0);
    }
  }
}
/* 종료: 공통 > radio */

/* 시작: 공통 > alert */
el-alert.modal {
  z-index: 1058;

  el-alert-dialog.modal-dialog {
    box-sizing: border-box;
    max-width: 432px;
    padding-left: 16px;
    padding-right: 16px;
    transform: translate(0, 0) !important;

    el-alert-content.modal-content {
      gap: 40px;
      border: none;
      border-radius: 32px;
      padding: 56px 64px 28px;
      box-shadow: var(--color-boxShadow-1);

      el-alert-body {
        display: block;
        font-weight: 600;
        text-align: center;
      }

      el-alert-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        button {
          width: 130px;
        }
      }
    }
  }
}
/* 종료: 공통 > alert */

/* 시작: 공통 > modal */
el-modal.modal {
  el-modal-dialog.modal-dialog {
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    transform: translate(0, 0) !important;

    el-modal-content.modal-content {
      width: fit-content;
      max-width: 100%;
      gap: 0px;
      border: none;
      border-radius: 32px;
      padding: 0;
      box-shadow: var(--color-boxShadow-1);
      overflow: hidden;

      el-modal-close-button {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 32px;
        right: 32px;
        z-index: 1060;

        button {
          width: 32px;
          height: 32px;
        }
      }

      el-modal-header {
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: 88px;
        padding: 32px 32px 0;
        color: var(--color-natural-0);
        border: 0;
        z-index: 1056;

        &.shadow-bottom {
          box-shadow: var(--color-boxShadow-2);
        }

        & > h3 {
          width: 100%;
          font-weight: 700 !important;

          &.center {
            text-align: center;
          }
        }
      }

      el-modal-body {
        display: flex;
        flex-direction: column;
        position: relative;
        width: fit-content;
        max-width: 100%;
        padding: 0;
        scrollbar-color: var(--color-opacity-black-30) transparent;
        scrollbar-width: thin;
      }

      el-modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 65px;
        padding: 0 32px;
        color: var(--color-natural-20);

        &.shadow-top {
          box-shadow: var(--color-boxShadow-5);
        }
      }
    }
  }
}

el-modal.modal.el-modal-default {
  el-modal-content.modal-content {
    padding-bottom: 32px !important;

    &:has(el-modal-footer) {
      padding-bottom: 0 !important;
    }

    el-modal-body {
      padding: 0 32px !important;
    }

    el-modal-footer.modal-footer {
      align-items: flex-start;
      justify-content: center;
      gap: 8px;
      height: 130px;
      padding: 30px 32px 0;
      border-top: 0;
      color: var(--color-natural-0);

      & > * {
        margin: 0;
      }

      & > button {
        min-width: 130px;
      }
    }
  }
}

#el-modal-estimate-download,
el-modal.el-modal-estimate-download {
  el-modal-content.modal-content {
    padding-bottom: 0 !important;
  }

  el-modal-body {
    padding: 0 50px !important;

    el-modal-estimate-document {
      display: block;
      width: 1040px;

      .estimate-document-title {
        color: var(--color-natural-0);
        text-align: center;
        padding-bottom: 36px;
      }

      el-estimate-document-info {
        display: block;
        width: 100%;
        padding-bottom: 32px;

        & > table.table {
          margin: 0;

          .col-th {
            width: 130px;
          }
          .col-td {
            width: 130px;
          }
          .col-auto {
            width: auto;
          }

          th,
          td {
            height: 43px;
            padding: 12px 15px;
          }

          th {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: -0.36px;
            font-weight: 600 !important;
            background-color: var(--color-natural-90);
            text-align: center;
            border-bottom: 1px solid var(--color-natural-100);

            &:nth-of-type(2) {
              border-bottom: 1px solid var(--color-natural-90);
            }

            &:last-of-type {
              border-bottom: 1px solid var(--color-natural-100);
            }
          }

          td {
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: -0.39px;
            border-bottom: 1px solid var(--color-natural-90);
          }

          thead th {
            text-align: center;
            border-bottom: 0;
            background-color: var(--color-natural-0);
            color: var(--color-natural-100);
          }

          tr:last-child {
            th {
              border-bottom: 1px solid var(--color-natural-90);
            }
          }
        }
      }

      el-estimate-document-products {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;

        & > h3 {
          color: var(--color-natural-0);
        }

        & > table.table {
          margin: 0;

          .col-auto {
            width: auto;
          }
          .col-fix {
            width: 130px;
          }

          th,
          td {
            height: 43px;
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: -0.39px;
            color: var(--color-natural-0);
            padding: 12px 15px;
            border-bottom: 1px solid var(--color-natural-90);
            text-align: center;
          }

          thead th {
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: -0.36px;
            padding: 13px 15px;
            border-top: 3px solid var(--color-natural-0);
            border-bottom: 1px solid var(--color-natural-0);

            &:first-of-type {
              text-align: left;
            }
          }

          tbody {
            td:first-of-type {
              text-align: left;
            }

            tr:last-child {
              td {
                border-bottom: 0;
              }
            }
          }

          tfoot {
            th,
            td {
              font-size: 12px;
              font-weight: 600;
              line-height: 16px;
              letter-spacing: -0.36px;
              border-bottom: 0;
              background-color: var(--color-natural-0);
              color: var(--color-natural-100);
            }

            th {
              background-color: var(--color-natural-90);
              color: var(--color-natural-0);
            }
          }
        }
      }

      el-modal-estimate-caution {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 32px 22px;
        border-bottom: 1px solid var(--color-natural-80);

        el-marker-list {
          & > ul > li {
            font-weight: 400;
            color: var(--color-natural-20);

            &:before {
              background-color: var(--color-natural-20);
            }
          }
        }
      }

      el-modal-estimate-signature {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        padding-top: 75px;
        font-weight: 700 !important;

        el-modal-estimate-name {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          position: relative;

          & > img {
            width: 60px;
            height: auto;
            position: absolute;
            top: 50%;
            right: -43px;
            transform: translateY(-50%);
          }
        }
      }
    }

    el-modal-estimate-cta {
      display: flex;
      justify-content: center;
      width: 100%;
      padding: 71px 0 80px;

      & > button {
        width: 130px;
      }
    }
  }

  el-modal-footer.modal-footer {
    height: 186px;
    padding-top: 56px;
  }

  &.transaction-download-modal {
    el-modal-body {
      el-modal-estimate-document {
        el-transaction-download-top {
          display: flex;
          align-items: center;
          width: 100%;
          padding: 12px 0;
          border-top: 2px solid var(--color-natural-0);
          color: var(--color-natural-20);

          dl {
            display: flex;
            align-items: center;
            gap: 16px;
            width: 100%;
            padding: 0 20px;

            &:first-of-type {
              border-right: 1px solid var(--color-natural-80);
            }
          }
        }

        el-estimate-document-products {
          & > table.table {
            thead th {
              &:first-of-type {
                text-align: center;
              }
            }

            tbody {
              td:first-of-type {
                text-align: center;
              }
              td:nth-of-type(3) {
                text-align: left;
              }
            }
          }
        }
      }
    }
  }
}

el-modal-notice {
  display: block;
  width: 500px;
  position: relative;

  el-modal-notice-swiper {
    display: block;
    width: 100%;
    height: 500px;
    position: relative;

    swiper-container {
      width: 100%;

      swiper-slide {
        a {
          display: block;
          width: 500px;
          height: 500px;
          position: relative;

          img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }

    el-swiper-control {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 132px;
      height: 54px;
      position: absolute;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 999px;
      background-color: var(--color-opacity-black-70);
      color: var(--color-opacity-white-50);
      z-index: 1060;

      button {
        width: 20px;
        height: 20px;
        opacity: 0.5;

        &:hover {
          opacity: 1;
        }
      }

      #modalNoticeSwiperPrev {
        &:hover {
          el-icon {
            -webkit-mask-image: url('../images/icon-h20-arrow-left-hover.svg');
            mask-image: url('../images/icon-h20-arrow-left-hover.svg');
          }
        }
      }

      #modalNoticeSwiperNext {
        &:hover {
          el-icon {
            -webkit-mask-image: url('../images/icon-h20-arrow-right-hover.svg');
            mask-image: url('../images/icon-h20-arrow-right-hover.svg');
          }
        }
      }

      el-swiper-pagination {
        display: block;
        width: 46px;
        position: relative;

        .swiper-pagination {
          position: relative;
          bottom: 0;

          .swiper-pagination-current {
            color: var(--color-natural-100);
          }
        }
      }
    }
  }
}

el-modal-video {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 917px;
  padding: 32px;

  & > h3 {
    font-weight: 700 !important;
  }

  el-modal-video-player {
    display: block;
    width: 100%;
    position: relative;

    video {
      width: 100%;
    }
  }
}

#el-modal-loader {
  z-index: 9999;

  el-modal-loader-dialog.modal-dialog {
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    transform: translate(0, 0) !important;

    el-modal-loader-content.modal-content {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      text-align: center;

      & > img {
        width: 70px;
        height: auto;
        margin: 0 auto;
      }

      & > p {
        padding-top: 8px;
      }
    }
  }
}

el-modal-pre-wrapper {
  display: block;
  width: 853px;
  height: 100%;
  max-height: 592px;
  padding: 20px 24px;
  background-color: var(--color-natural-95);
  border: 1px solid var(--color-natural-80);
  border-radius: 10px;
  overflow: auto;
  scrollbar-color: var(--color-opacity-black-30) transparent;
  scrollbar-width: thin;

  &::-webkit-scrollbar-track {
    background: transparent;
  }

  pre {
    color: var(--color-natural-20);

    el-indent {
      display: inline-block;
      width: 100%;
      padding-left: 10px;
    }
  }
}

el-modal-scrollable-list {
  display: flex;
  flex-direction: column;
  width: 100%;

  el-modal-scrollable-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 0 7px;
    border: 1px solid var(--color-natural-80);
    border-radius: 10px;
    background-color: var(--color-natural-95);
    color: var(--color-natural-30);
    font-weight: 600 !important;

    el-scrollable-list-header-label {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0 16px;
    }

    el-scrollable-list-header-aside {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 132px;
      padding: 0 16px;
    }
  }

  el-modal-scrollable-list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: auto;

    ul {
      width: 100%;
      padding: 0 8px;

      & > li {
        width: 100%;
        border-bottom: 1px solid var(--color-natural-80);
      }
    }
  }
}
/* 종료: 공통 > modal */

/* 시작: 공통 > el-layer-dropdown */
el-layer-dropdown.dropdown-menu {
  width: 147px;
  min-width: 0;
  height: fit-content;
  background-color: var(--color-natural-100);
  border: none;
  border-radius: 20px;
  box-shadow: var(--color-boxShadow-3);
  padding: 14px;
  text-align: center;

  ul {
    display: flex;
    flex-direction: column;
    li {
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 8px;
        color: var(--color-natural-30);
        &:hover {
          color: var(--color-natural-0);
          overflow: hidden;
          border-radius: 9999px;
          background-color: var(--color-natural-90);
        }
      }
    }
  }

  &.small {
    width: 100px;
    border-radius: 10px;
    padding: 10px;
    ul {
      li {
        a {
          padding: 8px 6px;
        }
      }
    }
  }
}
/* 종료: 공통 > el-layer-dropdown */

/* 시작: 공통 > el-section-title */
el-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  min-height: 80px;
  padding: 24px 0 22px;
  border-bottom: 2px solid var(--color-natural-0);

  & > h3 {
    font-weight: 700 !important;
  }

  el-section-title-addon {
    color: var(--color-natural-20);
    span {
      color: var(--color-red-40);
    }
  }
}
/* 종료: 공통 > el-section-title */

/* 시작: 공통 > subtitle-text */
.subtitle-text {
  padding: 10px 0 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  color: var(--color-natural-0);
}
/* 종료: 공통 > subtitle-text */

/* 시작: 공통 > el-products-empty */
el-products-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px 0;

  & > el-products-empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 740px;
    height: 474px;
    text-align: center;
    color: var(--color-natural-30);

    h4 {
      color: var(--color-natural-0);
    }
  }
}
/* 종료: 공통 > el-products-empty */

/* 시작: 공통 > el-product-item */
el-product-item {
  display: flex;
  width: 210px;
  position: relative;

  & > a {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    position: relative;
  }

  el-item-thumbnail {
    flex-grow: 0;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 32px;

    .thumbnail-image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s ease-out;
    }

    el-bg {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--color-opacity-black-3);
      transition: all 0.3s ease-out;
    }

    el-badge-special {
      position: absolute;
      left: 8px;
      top: 8px;
    }

    el-badge-period {
      position: absolute;
      right: 14px;
      bottom: 14px;
    }

    el-layer-action {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: all 0.3s ease-out;

      button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: var(--color-opacity-black-70);
        transition: all 0.3s ease-out;

        &:hover {
          background-color: var(--color-blue-officecon);
        }
      }
    }

    &:not(.disabled):hover {
      .thumbnail-image {
        transform: scale(1.09523);
      }

      el-bg {
        background-color: var(--color-opacity-black-8);
      }

      el-layer-action {
        opacity: 1;
      }
    }
  }

  el-layer-disabled {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-opacity-black-50);
    z-index: 20;
    color: var(--color-natural-100);
    font-weight: 700 !important;
    text-align: center;

    el-addon {
      display: flex;
      align-items: center;
      width: fit-content;
      height: 32px;
      font-weight: 600 !important;
      padding: 0 12px;
      border-radius: 9999px;
      background-color: rgba(33, 75, 241, 0.8);
    }
  }

  el-item-txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 0 8px;
    position: relative;

    el-badge-gift-card {
      position: absolute;
      left: 8px;
      top: -3px;
      transform: translateY(-100%);
      z-index: 50;
    }

    el-item-name {
      min-height: 40px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: var(--color-natural-10);

      el-brand {
        display: inline;
        font-weight: 700;
      }

      el-item-name-txt {
        display: inline;
      }
    }

    el-item-price {
      display: flex;
      align-items: baseline;
      gap: 4px;

      .unit-icon {
        img {
          margin-top: -3px;
        }
      }

      el-discount-rate {
        font-weight: 700 !important;
        color: var(--color-red-40);
      }

      el-sale-price {
        strong {
          font-weight: 700 !important;
        }
      }

      el-retail-price {
        color: var(--color-natural-40);
        text-decoration: line-through;
      }
    }
  }

  &.disabled {
    /* a {
      pointer-events: none;
      cursor: default;
    } */

    el-layer-action {
      display: none;
    }

    el-layer-disabled {
      display: flex;
    }
  }

  &.size-large {
    width: 232px;
  }

  &.size-xlarge {
    width: 295px;

    & > a {
      gap: 18px;
    }

    el-item-thumbnail {
      el-badge-special {
        left: 10px;
        top: 10px;
      }
    }

    el-item-txt {
      gap: 5px;
      padding: 0 16px;

      el-item-name {
        min-height: 50px;
      }

      el-item-price {
        gap: 5px;
      }
    }
  }

  &.type-row {
    width: 100%;

    a {
      flex-direction: row;

      el-item-thumbnail {
        width: 120px;
        border-radius: 10px;
      }

      el-item-txt {
        width: calc(100% - 120px - 14px);
        justify-content: center;
        padding: 0;

        el-item-name {
          display: block;
          text-overflow: unset;

          el-brand {
            display: block;
            padding-bottom: 2px;
          }

          el-item-name-txt {
            width: 100%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }

      el-item-price {
        flex-wrap: wrap;
        gap: 2px 4px;
        padding-top: 6px;

        el-retail-price {
          display: block;
          width: 100%;
        }
      }

      el-layer-disabled {
        border-radius: 10px;
      }
    }

    &.xxs {
      a {
        gap: 12px;

        el-item-thumbnail {
          width: 106px;
          border-radius: 7.067px;
        }
      }
    }
  }
}
/* 종료: 공통 > el-product-item */

/* 종료: 공통 > el-post-list */
el-post-list {
  display: block;
  width: 100%;

  & > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;

    li {
      display: block;
      padding: 24px 0;
      border-bottom: 1px solid var(--color-natural-80);

      a {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        position: relative;

        el-item-title {
          font-weight: 600 !important;
          color: var(--color-natural-10);
        }

        el-item-addon {
          color: var(--color-natural-30);
        }
      }
    }
  }
}
/* 종료: 공통 > el-post-list */

/* 시작: 공통 > 카테고리 스와이퍼 */
component-category-swiper {
  display: block;
  width: 100%;

  el-home-section-title & {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
el-category-swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;

  el-home-section-title & {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 198px - 5px);
  }

  el-swiper-wrapper {
    display: block;
    width: calc(100% - 91px);

    swiper-slide {
      width: auto;
    }
  }

  el-swiper-navigation {
    flex-shrink: 0;
    display: flex;
    height: 100%;
    gap: 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;

    &:before {
      content: '';
      display: block;
      width: 40px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -18px;
      background: var(--color-background-gradient-white);
    }

    button {
      z-index: 20;
    }
  }

  &.products-filter-category-swiper {
    el-swiper-wrapper {
      margin-top: -8px;
    }
    swiper-slide {
      padding-top: 8px;

      el-tab-button {
        button.remove {
          display: none;
        }

        &.active:hover {
          button.remove {
            display: inline-flex;
          }
        }
      }
    }

    el-swiper-navigation {
      &:before {
        background: var(--color-background-gradient-gray);
      }
    }
  }
}
/* 종료: 공통 > 카테고리 스와이퍼 */

/* 시작: 공통 > pagination */
el-pagination {
  display: flex;
  width: 100%;

  & > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;

    el-pagination-prev,
    el-pagination-next {
      a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 10px;
      }
    }

    & > ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;

      a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 10px;
        color: var(--color-natural-40);
        font-weight: 600;
        &:hover {
          color: var(--color-natural-0);
        }
      }

      & > li.active {
        a {
          color: var(--color-natural-0);
          font-weight: 700;
        }
      }
    }
  }
}
/* 종료: 공통 > pagination */

/* 시작: 공통 > date picker */
el-datepicker {
  width: 100%;
  padding: 0;
  position: relative;

  .tui-datepicker-input {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    position: relative;

    input {
      padding-left: 14px !important;
      padding-right: 32px !important;
    }
  }

  .tui-datepicker {
    box-shadow: var(--color-boxShadow-3);
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: 10;

    .tui-datepicker-type-date {
      width: 256px;

      .tui-calendar {
        width: 256px;

        .tui-calendar-header {
          .tui-calendar-header-inner {
            padding-top: 19px;
            padding-bottom: 12px;

            .tui-calendar-btn-prev-month:after,
            .tui-calendar-btn-prev-year:after {
              width: 16px;
              height: 26px;
              margin: 0;
              background-image: url('../images/icon-h16-arrow-left.svg');
              background-position: 0 0;
              left: 12px;
              top: 21px;
            }

            .tui-calendar-title {
              font-size: 14px;
              font-weight: 400;
              line-height: 20px;
              letter-spacing: -0.42px;
              font-weight: 600;
              color: var(--color-natural-0);
            }

            .tui-calendar-btn-next-month:after,
            .tui-calendar-btn-next-year:after {
              width: 16px;
              height: 26px;
              margin: 0;
              background-image: url('../images/icon-h16-arrow-right.svg');
              background-position: 0 0;
              right: 12px;
              top: 21px;
            }
          }

          .tui-calendar-header-info {
            .tui-calendar-title-today {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              color: var(--color-natural-30);
              background-color: var(--color-natural-95);
              font-size: 12px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: -0.36px;
            }
          }
        }

        .tui-calendar-body {
          .tui-calendar-body-inner {
            width: 234px;
            border-collapse: separate;
            border-spacing: 3px 4px;

            * {
              font-size: 11px !important;
              font-weight: 400 !important;
              line-height: 1 !important;
              letter-spacing: -0.33px !important;
            }

            th,
            td {
              color: var(--color-natural-0);
              height: 30px;
              position: relative;
              border-radius: 50%;
            }

            .tui-calendar-body-header {
              th {
                color: var(--color-natural-40);
              }
            }

            .tui-calendar-today {
              color: var(--color-blue-officecon);
            }

            .tui-is-blocked {
              color: var(--color-natural-50);
            }

            .tui-is-selectable {
              &:hover {
                background-color: var(--color-natural-90);
              }

              &.tui-is-selected {
                background-color: var(--color-blue-60);
                color: #fff;
              }
            }
          }
        }
      }

      .tui-calendar-month {
        .tui-calendar-body {
          padding-top: 28px;
          padding-bottom: 28px;

          .tui-calendar-body-inner {
            width: 200px;
            border-spacing: 8px 4px;

            td {
              height: 40px;
            }
          }
        }
      }

      .tui-calendar-year {
        .tui-calendar-body {
          padding-top: 14px;
          padding-bottom: 14px;

          .tui-calendar-body-inner {
            width: 200px;
            border-spacing: 8px 4px;

            td {
              height: 56px;
            }
          }
        }
      }
    }

    .tui-datepicker-footer {
      .tui-timepicker {
        width: 256px;
        padding: 12px 0 14px;

        .tui-timepicker-select {
          width: 59px;
          height: 34px;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          letter-spacing: -0.36px;
          color: var(--color-natural-0);
          border: 1px solid var(--color-natural-80);
          border-radius: 8px;
          padding: 9px 0 9px 14px;
          background-image: url('../images/icon-h16-arrow-down.svg');
          background-position: right 5px center;
          outline: none;
        }
      }
    }
  }
}
/* 종료: 공통 > date picker */

/* 시작: 공통 > marker list */
el-marker-list,
.el-marker-list {
  display: block;
  width: 100%;

  & > ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;

    & > li {
      width: 100%;
      padding-left: 11px;
      position: relative;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.42px;
      font-weight: 600;
      word-break: keep-all;

      &:before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: var(--color-natural-0);
        position: absolute;
        left: 0;
        top: 9px;
      }

      &.color-red {
        color: var(--color-red-40) !important;

        &:before {
          background-color: var(--color-red-40) !important;
        }
      }
    }
  }

  &.weight-regular {
    & > ul {
      & > li {
        font-weight: 400;
      }
    }
  }

  &.color-gray {
    & > ul {
      & > li {
        color: var(--color-natural-20);

        &:before {
          background-color: var(--color-natural-20);
        }
      }
    }
  }

  &.font-small {
    & > ul {
      & > li {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.39px;

        &:before {
          top: 7px;
        }
      }
    }
  }

  &.font-large {
    & > ul {
      & > li {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.48px;

        &:before {
          top: 10px;
        }
      }
    }
  }
}
/* 종료: 공통 > marker list */

/* 시작: 공통 > el-section-small : width 430px */
el-section-small {
  display: block;
  width: 430px;
  margin: 0 auto;
  position: relative;
}
/* 종료: 공통 > el-section-small : width 430px */

/* 시작: 공통 > el-section-medium : width 712px */
el-section-medium {
  display: block;
  width: 712px;
  margin: 0 auto;
  position: relative;
}
/* 종료: 공통 > el-section-medium : width 712px */

/* 시작: 공통 > el-section-large : width 800px */
el-section-large {
  display: block;
  width: 800px;
  margin: 0 auto;
  position: relative;
}
/* 종료: 공통 > el-section-large : width 800px */

/* 시작: 공통 > 탭메뉴 */
el-tabs {
  display: block;
  width: 100%;

  el-tabs-nav {
    display: flex;
    width: 100%;
    height: 38px;
    position: relative;

    &:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: var(--color-natural-60);
      position: absolute;
      left: 0;
      bottom: 0;
    }

    & > button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border: none;
      background-color: transparent;
      color: var(--color-natural-10);
      position: relative;

      &.active {
        font-weight: 700;

        &:before {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: var(--color-natural-10);
          position: absolute;
          left: 0;
          bottom: 0;
        }
      }
    }
  }

  el-tabs-content {
    display: block;
    width: 100%;

    el-tab-panel {
      display: none;
      width: 100%;
      position: relative;

      &.active {
        display: block;
      }
    }
  }

  &.border-rounded {
    el-tabs-nav {
      gap: 8px;
      height: 50px;

      &:before {
        height: 1px;
        background-color: var(--color-natural-0);
        z-index: 1;
      }

      & > button {
        background-color: var(--color-natural-95);
        border-radius: 8px 8px 0 0;
        border: 1px solid var(--color-natural-70);
        border-bottom: 0px;
        font-weight: 700 !important;
        color: var(--color-natural-40);

        &.active {
          z-index: 2;
          border-color: var(--color-natural-0);
          background-color: var(--color-natural-100);
          color: var(--color-natural-0);

          &:before {
            display: none;
          }
        }
      }
    }
  }
}
/* 종료: 공통 > 탭메뉴 */

/* 시작: 공통 > 추천상품 el-recommend-products */
el-recommend-products {
  display: block;
}
/* 종료: 공통 > 추천상품 el-recommend-products */

/* 시작: 공통 > 브랜드 아이템 */
el-brand-item {
  display: block;
  width: 100px;
  height: 130px;

  a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    height: 100%;
    color: var(--color-natural-20);
    font-weight: 600;

    el-image {
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      background-color: var(--color-natural-95);

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      &:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--color-opacity-black-3);
        position: absolute;
        top: 0;
        left: 0;
      }
    }

    el-label {
      display: block;
      width: 100%;
      text-align: center;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
  }

  &.no-ellipsis {
    height: auto;

    a {
      el-label {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
      }
    }
  }
}
/* 종료: 공통 > 브랜드 아이템 */

/* 시작: 공통 > 게시글 목록 검색창 */
el-board-list-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 40px 24px;
  background-color: var(--color-natural-95);
  border-radius: 10px;

  el-board-category {
    display: block;
    width: 100px;
  }

  el-board-search {
    display: block;
    width: 600px;
  }

  button {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
/* 종료: 공통 > 게시글 목록 검색창 */

/* 시작: 공통 > 게시글 목록 검색결과 없음 */
el-board-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 56px 0;
  color: var(--color-natural-20) !important;
}
/* 종료: 공통 > 게시글 목록 검색결과 없음 */

/* 시작: 공통 > 모달팝업 내 입력 폼 */
el-modal-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;

  el-form-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;

    el-form-label {
      align-self: flex-start;
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      width: 110px;
      height: 43px;
      font-weight: 600 !important;
      position: relative;
      span {
        color: var(--color-red-40);
      }
    }

    el-form-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0px 8px;
      width: calc(100% - 124px);

      textarea {
        height: 120px;
      }

      el-form-textarea-length {
        display: block;
        width: 100%;
        padding-top: 2px;
        text-align: right;
        color: var(--color-natural-40);
      }
    }

    &.height-60 {
      el-form-label {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        height: 60px;
      }

      el-form-label-addon {
        color: var(--color-natural-40);
      }
    }
  }
}
/* 종료: 공통 > 모달팝업 내 입력 폼 */

/* 시작: 공통 > 레이블이 있는 입력 폼 */
el-form-with-label {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 16px;

  el-form-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;

    el-form-label {
      align-self: flex-start;
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      width: 142px;
      height: 43px;
      font-weight: 600 !important;
      position: relative;
      span {
        color: var(--color-red-40);
      }
    }

    el-form-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0px 8px;
      width: 100%;

      el-input-wrap {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
      }

      el-form-input-footer {
        display: block;
        width: 100%;
        padding-top: 8px;
      }

      el-form-textarea {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: fit-content;

        el-invalide-feedback {
          display: none;
          padding: 4px 0 0 4px;
          color: var(--color-red-40);
          font-weight: 600 !important;
        }

        &.is-invalid {
          textarea.form-control {
            border-color: var(--color-red-40);
          }

          el-invalide-feedback {
            display: block;
          }
        }
      }
    }
  }
}
/* 종료: 공통 > 레이블이 있는 입력 폼 */

/* 시작: 공통 > 필터 박스 */
el-filter-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 24px 56px;
  background-color: var(--color-natural-95);
  border-radius: 8px;

  el-filter-box-column-2 {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    /* width: 813px; */

    dl {
      width: fit-content;

      & > dd {
        & > el-input {
          width: 280px;
        }

        & > button {
          flex-grow: 0;
          flex-shrink: 0;
          width: 70px;
        }
      }

      &:last-of-type {
        dt {
          width: 67px;
        }
      }
    }
  }

  dl {
    display: flex;
    align-items: center;
    width: 100%;

    & > dt {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      width: 84px;
      height: 43px;
      padding-right: 8px;
      font-weight: 600 !important;
    }

    & > dd {
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      height: 43px;

      & > el-select {
        width: 120px;
      }

      el-date-tabs {
        display: flex;
        align-items: center;
        gap: 4px;

        & > button {
          font-weight: 400 !important;

          &.active {
            font-weight: 600 !important;
            border-color: var(--color-natural-0) !important;
          }
        }
      }

      el-date-input {
        display: flex;
        align-items: center;
        gap: 4px;

        el-datepicker {
          width: 130px;
        }
      }

      & > button.button-h43-square-fill {
        width: 70px;
        margin-left: -8px;
      }
    }
  }
}
/* 종료: 공통 > 필터박스 */

/* 시작: 공통 > el-infto-box */
el-info-box {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: var(--color-blue-10);

  &.bg-gray {
    background-color: var(--color-natural-98);
  }

  el-info-box-title {
    display: block;
    width: 100%;
    font-weight: 700 !important;
    margin-bottom: 8px;
  }
}
/* 종료: 공통 > el-infto-box */

/* 시작: 공통 > overlay 스크롤 */
.os-scrollbar {
  &.os-scrollbar-vertical {
    width: 9px;
  }
  &.os-scrollbar-horizontal {
    height: 9px;
  }
  .os-scrollbar-handle {
    background-color: var(--color-opacity-black-30);
    &:hover {
      background-color: var(--color-opacity-black-50);
    }
  }
}
/* 종료: 공통 > overlay 스크롤 */

/* 시작: 공통 > tooltip */
el-tooltip-wrapper {
  position: relative;
}

el-question-mark-for-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1.4px solid var(--color-red-30);
  border-radius: 50%;
  overflow: hidden;
  color: var(--color-red-30);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.36px;
}

.custom-tooltip {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Malgun Gothic',
    '맑은 고딕', 'Segoe UI', Roboto, sans-serif;

  .tooltip-arrow {
    display: none;
  }

  .tooltip-inner {
    max-width: none;
    padding: 0;
    color: var(--color-natural-0);
    text-align: left;
    background: none;
    border-radius: 0;
  }

  &.show {
    opacity: 1;
  }
}

.el-tooltip-white {
  width: 262px;
  position: relative;
  background-color: var(--color-natural-100);
  border-radius: 20px;
  box-shadow: var(--color-boxShadow-3);

  &.width-180 {
    width: 180px;
    text-align: center;
  }

  .el-tooltip-white-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 57px;
    font-weight: 700 !important;
    background-color: var(--color-natural-95);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .el-tooltip-white-body {
    display: block;
    width: 100%;
    padding: 16px 32px;
    color: var(--color-natural-20);
    border-radius: 0 0 20px 20px;
    overflow: hidden;

    .el-tooltip-white-body-padding {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: calc(100% + 22px);
      margin: 0 -11px;
    }

    .el-marker-list {
      ul {
        gap: 16px;

        strong {
          font-weight: 600 !important;
        }
      }
    }
  }

  &:after {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/icon-tooltip-arrow-white.svg) no-repeat center
      center;
  }
}
/* 종료: 공통 > tooltip */

/* 시작: 공통 > 동의 영역 */
el-agrees {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;

  el-agree-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-natural-80);

    el-checkbox {
      position: relative;

      label {
        display: inline-flex;
        gap: 4px;

        span {
          color: var(--color-natural-40);
        }
      }
    }

    button {
      display: flex;
      align-items: center;
      gap: 4px;
      color: var(--color-natural-40);
      font-weight: 600 !important;

      el-icon.h16-arrow-down {
        display: none;
      }

      el-icon.h16-arrow-up {
        display: inline-block;
      }

      &.collapsed {
        el-icon.h16-arrow-down {
          display: inline-block;
        }

        el-icon.h16-arrow-up {
          display: none;
        }
      }
    }

    el-agree-content-collapse {
      width: 100%;

      &.show {
        display: block;
      }

      el-agree-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        padding: 24px;
        margin-top: 12px;
        margin-bottom: 12px;
        border-radius: 8px;
        background-color: var(--color-natural-95);

        & > pre {
          color: var(--color-natural-20);
        }
      }
    }
  }
}
/* 종료: 공통 > 동의 영역 */

/* 시작: 공통 > el-ellipsis, el-ellipsis-clamp */
el-ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

el-ellipsis-clamp {
  width: 100%;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 종료: 공통 > el-ellipsis, el-ellipsis-clamp */

/* 시작: 공통 > pre 내부 table */
table.pre-table {
  margin: 0;
  padding: 0;
  text-align: center;

  thead {
    th {
      font-size: 12px;
      font-weight: 600;
      line-height: 16px;
      letter-spacing: -0.36px;
      padding: 12px;
      border: 1px solid var(--color-natural-70);
      background-color: var(--color-natural-70);
    }
  }

  tbody {
    td {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: -0.39px;
      padding: 12px;
      border: 1px solid var(--color-natural-70);
      background-color: var(--color-natural-98);
    }
  }
}
/* 종료: 공통 > pre 내부 table */

/* 시작: 예시 (example) */
el-examples-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px solid var(--color-blue-30);

  el-examples-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding: 16px;

    &.bg {
      background-color: #ebedf3;
    }
  }

  el-color-chip {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    padding: 8px;
    color: rgb(129, 216, 42);
  }

  el-layer-dropdown.dropdown-menu {
    display: block;
    position: relative;
  }
}
/* 종료: 예시 (example) */

/* 시작: 레이아웃 > wrapper, container */
el-wrapper {
  display: block;
  width: 100%;
  min-width: var(--layout-width);
  position: relative;
}

el-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100dvh - var(--layout-footer-height));
  position: relative;
}
/* 종료: 레이아웃 > wrapper, container */

/* 시작: 레이아웃 > 상단 띠배너 */
component-top-banner {
  display: block;
  width: 100%;
}

el-top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--layout-top-banner-height);
  background-color: #fff;
  overflow: hidden;

  &.hide {
    display: none;
  }

  el-top-banner-content {
    width: var(--layout-width);
    height: 100%;
    position: relative;
    background-color: var(--color-natural-100);

    a {
      display: block;
      width: 100%;
      height: 100%;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
    }
  }
}
/* 종료: 레이아웃 > 상단 띠배너 */

/* 시작: 레이아웃 > 헤더 > el-header-top */
el-header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: var(--layout-width);
  height: var(--layout-header-top-height);
  padding: var(--layout-padding);
  margin: 0 auto;

  .menu {
    display: flex;
    gap: 8px;
    color: var(--color-natural-30);

    & > li {
      display: flex;
      align-items: center;
      position: relative;

      &:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        margin-right: 8px;
        background-color: var(--color-natural-80);
      }

      &:first-of-type {
        &:before {
          display: none;
        }
      }

      & > a {
        color: var(--color-natural-30);
        &:hover {
          color: var(--color-natural-0);
        }
      }

      el-dropdown-menu {
        button {
          display: flex;
          align-items: center;
          color: var(--color-natural-30);

          &:hover,
          &.show {
            color: var(--color-natural-0);
            el-icon {
              background-color: var(--color-natural-0);
            }
          }

          &.show {
            el-icon {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
            }
          }
        }
      }
    }
  }

  el-header-top-left {
    display: flex;
  }
}
/* 종료: 레이아웃 > 헤더 > el-header-top */

/* 시작: 레이아웃 > 헤더 > el-header-sticky */
@keyframes logoTextFade {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

component-header-sticky {
  display: block;
  width: 100%;
  position: sticky;
  top: -1px;

  &:has(el-search-layer.dropdown-menu.show) {
    z-index: var(--zindex-sticky);
  }

  &:has(.is-stuck) {
    z-index: var(--zindex-sticky);
  }
}

el-header-sticky {
  display: block;
  width: 100%;
  height: calc(var(--layout-header-sticky-height) + 1px);
  padding: 17px 0 16px;
  position: sticky;
  top: -1px;
  background-color: var(--color-natural-100);

  &:has(el-search-layer.dropdown-menu.show) {
    z-index: var(--zindex-sticky);
  }

  &.is-stuck {
    box-shadow: var(--color-boxShadow-4);
    z-index: var(--zindex-sticky);
  }

  el-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--layout-width);
    height: 100%;
    padding: var(--layout-padding);
    margin: 0 auto;

    el-header-content-left {
      display: flex;
      align-items: center;
      gap: 82px;
      height: 100%;

      el-logo {
        display: flex;
        height: 100%;

        a {
          display: flex;
          align-items: center;
          gap: 10.623px;
          height: 100%;
          padding: 4px 0 0.606px;

          img {
            width: auto;
            height: 100%;
          }

          el-logo-text {
            display: block;
            width: 149px;
            height: 100%;
            position: relative;

            & > div {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              width: 100%;
              height: 100%;
              background-color: var(--color-natural-100);
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              animation: logoTextFade 6s ease-out infinite;

              &:first-child {
                animation-delay: 0s;
              }

              &:last-child {
                animation-delay: 3s;
              }
            }

            img {
              width: 100%;
              height: auto;
            }
          }
        }
      }

      el-center {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 662px;
        height: 100%;
        gap: 16px;

        el-search-area {
          display: block;
          width: 506px;
          height: 100%;
          position: relative;

          el-search-layer.dropdown-menu {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            border: 1px solid var(--color-primary);
            border-radius: 999px;
            overflow: hidden;
            background-color: var(--color-natural-100);

            &.show {
              height: fit-content;
              border-radius: 26px;
              border-color: var(--color-natural-100);
              box-shadow: var(--color-boxShadow-3);
            }

            el-search {
              display: flex;
              align-items: center;
              width: 100%;
              height: 50px;
              padding: 0 14px 0 0;

              button {
                flex-grow: 0;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 6px;
              }

              .form-control {
                box-shadow: none !important;
                border: none !important;
                caret-color: var(--color-natural-20);
                height: 100%;
                padding-left: 28px;
                color: var(--color-natural-0);

                &::placeholder {
                  color: var(--color-natural-50);
                  font-weight: 400;
                }
              }
            }

            el-search-addon {
              display: flex;
              flex-direction: column;
              width: 100%;
              padding: 0 16px 10px;

              el-addon-content {
                display: flex;
                justify-content: space-between;
                border-top: 1px solid var(--color-natural-80);
                border-bottom: 1px solid var(--color-natural-80);
                padding: 14px 12px;

                &:before {
                  content: '';
                  width: 1px;
                  background-color: var(--color-natural-80);
                }

                el-recent {
                  order: -1;
                  display: flex;
                  flex-wrap: wrap;
                  width: 204px;
                  padding: 6px 0;
                  overflow: hidden;
                }

                el-popular {
                  display: flex;
                  flex-wrap: wrap;
                  width: 210px;
                  padding: 6px 0;
                  overflow: hidden;
                }

                el-addon-title {
                  flex-grow: 0;
                  flex-shrink: 0;
                  display: flex;
                  align-items: flex-start;
                  justify-content: space-between;
                  width: 100%;
                  height: 30px;
                  color: var(--color-natural-20);
                  font-weight: 700;

                  button {
                    text-decoration: underline;
                    text-decoration-color: var(--color-natural-30);
                    color: var(--color-natural-30);
                    font-weight: 600;
                  }
                }

                el-empty {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 100%;
                  height: calc(100% - 30px + 6px);
                  padding-bottom: 6px;
                  color: var(--color-natural-50);
                }

                ul {
                  display: flex;
                  flex-direction: column;
                  gap: 7px;
                  width: 100%;
                  height: calc(100% - 30px);

                  li {
                    display: flex;
                    align-items: center;
                    gap: 4px;

                    a {
                      color: var(--color-natural-20);
                      display: block;
                      text-overflow: ellipsis;
                      overflow: hidden;
                      white-space: nowrap;
                    }
                  }

                  &.recent-list {
                    li {
                      display: flex;
                      justify-content: space-between;

                      button {
                        flex-grow: 0;
                        flex-shrink: 0;
                        display: flex;
                        width: 16px;
                        height: 16px;
                      }
                    }
                  }

                  &.popular-list {
                    li {
                      el-rank {
                        flex-grow: 0;
                        flex-shrink: 0;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 20px;
                        padding-right: 5px;
                        font-weight: 700;
                        color: var(--color-primary);
                      }
                    }
                  }
                }
              }
              el-addon-close {
                display: flex;
                justify-content: flex-end;
                padding: 7px 10px 0 0;

                button {
                  padding: 6px;
                  color: var(--color-natural-20);
                }
              }
            }
          }
        }
        el-theme-switch {
          display: block;
          width: 139px;
          height: 52px;
          background-color: var(--color-natural-100);
          border: 1px solid var(--color-natural-70);
          border-radius: 999px;
          position: relative;

          &:before {
            content: '';
            display: block;
            width: 74px;
            height: calc(100% + 2px);
            background-color: var(--color-blue-40);
            border-radius: 999px;
            position: absolute;
            left: 0;
            top: -1px;
            transition: all 0.2s ease-in-out;
          }

          &:has(#theme-personal-member:checked) {
            &:before {
              background-color: var(--color-orange-officecon);
              left: calc(100% - 74px);
            }
          }

          el-theme-switch-buttons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;

            input {
              display: none;

              &:checked + label {
                color: var(--color-natural-100);
              }
            }

            label {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              padding: 0 0 0 4px;
              font-weight: 600;
              cursor: pointer;
              transition: all 0.2s ease-in-out;

              &:last-of-type {
                padding: 0 4px 0 0;
              }
            }
          }
        }
      }
    }

    el-header-content-right {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      gap: 17px;
      height: 100%;

      a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 48px;
        font-weight: 600;
        color: var(--color-natural-40);
        position: relative;

        el-badge-count {
          position: absolute;
          top: -4px;
          left: calc(50% + 3px);
        }

        &:hover {
          color: var(--color-natural-0);

          & el-icon {
            background-color: var(--color-natural-0);
          }
        }

        &:first-of-type {
          padding: 0 5px;
        }
      }
    }
  }
}
/* 종료: 레이아웃 > 헤더 > el-header-sticky */

/* 시작: 레이아웃 > 헤더 > el-header-gnb */
el-header-gnb {
  display: block;
  width: 100%;
  height: calc(var(--layout-gnb-height) + 1px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-natural-90);

  el-wrapper.home & {
    border-bottom: none;
  }

  el-gnb-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--layout-width);
    padding: var(--layout-padding);
    height: 100%;
    margin: 0 auto;

    nav {
      height: 100%;
      & > ul {
        display: flex;
        height: 100%;
        gap: 40px;

        & > li {
          display: flex;
          align-items: center;
          height: 100%;
          position: relative;

          & > button {
            display: flex;
            align-items: center;
            gap: 2px;
            color: var(--color-natural-20);

            &:hover,
            &.show {
              color: var(--color-natural-0);

              el-icon {
                background-color: var(--color-natural-0);
              }
            }
            &.show {
              el-icon {
                background-color: var(--color-natural-0);
                transform: rotate(180deg);
              }
            }
          }

          &:first-of-type > button {
            gap: 4px;
            & > el-icon:last-of-type {
              display: none;
            }
            &.show {
              & > el-icon {
                transform: rotate(0deg);
              }
              & > el-icon:first-of-type {
                display: none;
              }
              & > el-icon:last-of-type {
                display: block;
              }
            }
          }

          & > a {
            display: flex;
            align-items: center;
            color: var(--color-natural-20);

            &:hover {
              color: var(--color-natural-0);
            }
          }

          & > el-category-layer.dropdown-menu {
            position: absolute;
            top: 100% !important;
            display: none;
            width: 912px;
            height: 637px;
            box-shadow: var(--color-boxShadow-3);
            border: none;
            border-radius: 20px;
            padding: 24px 0 24px 24px;
            overflow: hidden;
            gap: 37px;

            &.show {
              display: flex;
            }

            el-category-tabs {
              flex-grow: 0;
              flex-shrink: 0;
              display: block;
              width: 132px;

              ul {
                display: flex;
                flex-direction: column;
                gap: 4px;
                width: 100%;

                a {
                  display: block;
                  padding: 10px 20px;
                  color: var(--color-natural-20);
                  border-radius: 999px;

                  &:hover {
                    background-color: var(--color-natural-90);
                  }

                  &.active {
                    color: var(--color-natural-0);
                    font-weight: 600;
                    background-color: var(--color-natural-90);
                  }
                }
              }
            }

            el-category-tab-content {
              width: 100%;
              height: 100%;
              overflow: auto;

              el-category-tab-panel {
                width: 100%;

                & > ul {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 20px;
                  width: 100%;

                  & > li {
                    width: 80px;

                    a {
                      display: flex;
                      flex-direction: column;
                      align-items: center;
                      gap: 4px;
                      width: 100%;
                      color: var(--color-natural-40);
                      font-weight: 600;

                      el-thumbnail {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 80px;
                        height: 80px;
                        background: var(--color-opacity-black-3);
                        border: 1px solid var(--color-natural-90);
                        border-radius: 8px;
                        overflow: hidden;
                        position: relative;

                        el-thumbnail-img {
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          width: 58px;
                          height: 58px;
                          border-radius: 8px;
                          overflow: hidden;
                          position: relative;

                          &:after {
                            content: '';
                            display: block;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            background-color: var(--color-opacity-black-3);
                          }
                        }

                        img {
                          width: 58px;
                          height: 58px;
                          object-fit: cover;
                        }
                      }

                      el-label {
                        display: block;
                        width: 100%;
                        text-align: center;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                      }

                      &:hover {
                        color: var(--color-natural-0);

                        el-thumbnail {
                          &:after {
                            content: '';
                            display: block;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            background: var(--color-opacity-black-8);
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }

          & > el-badge-bubble-blue {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
          }
        }
      }
    }

    el-filter-search {
      display: block;
      width: var(--layout-aside-width);
      height: 100%;
      background-color: var(--color-natural-100);
      border-radius: 5px;
      position: relative;

      .toggle-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        height: 100%;
        border: 1px solid var(--color-natural-90);
        border-radius: 10px;
        background-color: var(--color-natural-95);
        font-weight: 700;

        & > span {
          background: var(--color-background-gradient-colorful);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }

        &.show {
          background: var(--color-background-gradient-soft);

          el-icon {
            transform: rotate(180deg);
          }
        }
      }

      el-filter-search-layer.dropdown-menu {
        display: none;
        width: 100%;
        background-color: var(--color-natural-100);
        border: none;
        border-radius: 20px;
        box-shadow: var(--color-boxShadow-3);
        padding: 0;
        overflow: hidden;

        &.show {
          display: block;
        }

        .tab-list {
          display: flex;
          justify-content: space-between;
          padding: 4px 21px 0;
          position: relative;
          z-index: 10;

          & > li {
            width: 67px;

            & > button {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 48px;
              font-size: 14px;
              position: relative;

              &.active {
                font-weight: 600;

                &:before {
                  content: '';
                  display: block;
                  width: 100%;
                  height: 2px;
                  background-color: var(--color-natural-0);
                  position: absolute;
                  bottom: 0;
                  left: 0;
                }
              }
            }
          }
        }

        el-filter-search-tab-content {
          display: block;
          width: 100%;
          border-top: 1px solid var(--color-natural-90);
          margin-top: -1px;
          padding: 24px;
          background-color: var(--color-natural-98);

          el-filter-search-tab-panel {
            display: block;

            .title {
              font-weight: 600;
              padding-bottom: 8px;
              color: var(--color-natural-30);
            }

            .cta-button {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 43px;
              border-radius: 8px;
              font-weight: 600;
              color: var(--color-natural-100);
              background: var(--color-background-gradient-colorful);
            }

            el-input {
              width: 130px;
            }

            el-price-select {
              display: flex;
              flex-wrap: wrap;
              gap: 12px 0;
              width: 100%;

              el-checkbox {
                width: 50%;

                label {
                  font-weight: 600;
                }
              }
            }

            el-price-range {
              display: block;
              padding: 18px 0 16px;

              el-price-range-inputs {
                display: flex;
                align-items: center;
                justify-content: space-between;
              }
            }

            el-budget-inputs {
              display: flex;
              justify-content: space-between;
              padding-bottom: 24px;
            }

            .calculator {
              display: flex;
              justify-content: space-between;
              padding-bottom: 24px;

              dt,
              dd {
                font-weight: 600;
              }
            }

            el-themes {
              display: flex;
              flex-wrap: wrap;
              gap: 8px;
              width: 100%;

              a {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 6px;
                width: 133px;
                height: 109px;
                font-weight: 600;
                color: var(--color-natural-20);
                border-radius: 10px;
                background-color: var(--color-natural-100);
                box-shadow: var(--color-boxShadow-4);

                el-image {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 58px;
                  height: 58px;
                  background-color: var(--color-natural-95);
                  border-radius: 50%;
                  position: relative;

                  img {
                    width: 40px;
                    height: auto;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
/* 종료: 레이아웃 > 헤더 > el-header-gnb */

/* 시작: 레이아웃 > 컨텐츠 */
el-content-header {
  display: block;
  width: 100%;

  &.type-reward {
    background: #eeeef5;
    el-content-header-container {
      height: 204px;
      background-image: url('../images/temp/page-header-bg-reward.jpg');

      & > h2 {
        height: 68px;
        min-height: 68px;
      }
    }
  }

  &.type-service {
    background: #f2f5ff;
    el-content-header-container {
      height: 204px;
      background-image: url('../images/temp/page-header-bg-service.jpg');

      & > h2 {
        height: 85px;
        min-height: 85px;
      }
    }
  }

  el-content-header-container {
    display: block;
    width: var(--layout-container-width);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    el-breadcrumb {
      display: block;
      width: 100%;
      height: 63px;
      padding-top: 25px;

      & > ul {
        display: flex;
        align-items: center;
        gap: 22px;
        width: 100%;

        & > li {
          position: relative;
          font-weight: 600 !important;
          color: var(--color-natural-40);

          &:not(:first-of-type):before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: -18px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-mask-size: cover;
            mask-size: cover;
            background-size: cover;
            overflow: hidden;
            text-indent: -9999px;
            background-color: var(--color-natural-30);
            -webkit-mask-image: url('../images/icon-h16-arrow-right.svg');
            mask-image: url('../images/icon-h16-arrow-right.svg');
          }

          &:last-of-type {
            color: var(--color-natural-0);
          }

          & > a,
          & > button {
            display: inline-flex;
            align-items: center;
            gap: 2px;
            font-weight: 600 !important;
            color: var(--color-natural-40);
            position: relative;

            & > el-icon-wrap {
              margin-top: -1px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 13px;
              height: 13px;
              border-radius: 50%;
              overflow: hidden;
              border: 1px solid var(--color-natural-60);
            }

            &.show,
            &:hover {
              color: var(--color-natural-0);

              & > el-icon-wrap {
                border: 1px solid var(--color-natural-30);
                el-icon {
                  background-color: var(--color-natural-0);
                }
              }
            }
          }

          el-breadcrumb-layer-dropdown.dropdown-menu {
            gap: 33px;
            width: fit-content;
            min-width: 0;
            height: fit-content;
            background-color: var(--color-natural-100);
            border: none;
            border-radius: 10px;
            box-shadow: var(--color-boxShadow-3);
            padding: 16px;

            &.show {
              display: flex;
            }

            & > ul {
              display: flex;
              flex-direction: column;
              gap: 6px;
              position: relative;

              &:not(:last-of-type):before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                background-color: var(--color-natural-90);
                position: absolute;
                right: -15px;
                top: 0;
              }

              & > li {
                width: 94px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;

                &.active {
                  & > a {
                    color: var(--color-natural-0);
                    font-weight: 700 !important;
                  }
                }

                & > a {
                  color: var(--color-natural-20);

                  &:hover {
                    color: var(--color-natural-0);
                    font-weight: 700 !important;
                  }
                }
              }
            }
          }
        }
      }
    }

    & > h2 {
      width: 100%;
      min-height: 90px;
      text-align: center;
      font-weight: 600;
      color: var(--color-natural-0);
      padding-bottom: 52px;
    }
  }

  el-content-header-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 39px;
    width: 100%;
    height: 73px;
    background-color: var(--color-opacity-white-70);
    border-radius: 10px 10px 0 0;
    padding: 0 20px 0 28px;

    el-apply {
      display: flex;
      align-items: center;
      gap: 33px;
      width: 100%;

      & > h3 {
        flex-grow: 0;
        flex-shrink: 0;
        font-weight: 700 !important;
      }

      el-apply-input {
        display: flex;
        align-items: center;
        width: 100%;

        el-apply-chips {
          display: flex;
          align-items: center;

          & > ul {
            display: flex;
            align-items: center;
            gap: 4px;

            el-tab-button {
              & > button:first-of-type {
                width: 110px;
              }

              button.remove {
                display: none;
              }

              &.active:hover {
                button.remove {
                  display: inline-flex;
                }
              }
            }
          }
        }

        el-apply-range {
          display: flex;
          align-items: center;
          gap: 6px;
          width: 321px;
          padding-left: 10px;
        }

        el-apply-action {
          padding-left: 6px;

          & > button.button-h43-square {
            color: var(--color-natural-30);
            background-color: var(--color-natural-90);

            &:hover {
              color: var(--color-natural-20);
              background-color: var(--color-natural-80);
            }
          }
        }
      }
    }
  }

  el-reset {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 118px;

    & > button.button-h43-square {
      width: 100%;
      gap: 4px;
      padding: 0 19px;

      &:hover {
        color: var(--color-natural-20);
        background-color: var(--color-natural-80);
      }
    }
  }
}

el-content {
  display: block;
  width: var(--layout-width);
  padding: var(--layout-padding);
  padding-bottom: 200px;
  min-height: 200px;
  margin: 0 auto;
}
/* 종료: 레이아웃 > 컨텐츠 */

/* 시작: 레이아웃 > footer */
el-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--color-natural-95);

  footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: var(--layout-width);
    height: var(--layout-footer-height);
    padding: var(--layout-padding);
    padding: 48px 20px 80px;
    color: var(--color-natural-30);

    ul {
      display: flex;
      gap: 8px;

      li {
        display: flex;
        align-items: center;

        &:before {
          content: '';
          display: inline-block;
          width: 1px;
          height: 12px;
          margin-right: 8px;
          background-color: var(--color-natural-70);
        }

        &:first-of-type {
          &:before {
            display: none;
          }
        }

        a {
          color: var(--color-natural-30);
        }
      }
    }

    address {
      display: flex;
      flex-direction: column;
      gap: 10px;

      el-footer-logo {
        display: block;
        width: 130px;

        img {
          width: 100%;
          height: auto;
        }
      }

      el-address-content {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
    }

    .privacy-policy {
      color: var(--color-natural-0);
    }

    el-footer-cert-list {
      ul {
        display: flex;
        gap: 24px;

        li {
          height: 46px;
          position: relative;

          &:before {
            display: none;
          }

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

            & > el-label {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
            }

            &:hover + el-cert-layer {
              display: block;
            }
            .footer-korfin {
              width: 91px;
            }
          }

          el-cert-layer {
            display: none;
            width: 310px;
            height: auto;
            position: absolute;
            bottom: calc(46px + 16px);
            left: -10px;
            overflow: hidden;
            background-color: var(--color-natural-100);
            box-shadow: var(--color-boxShadow-1);
            border-radius: 5px;

            img {
              width: 100%;
              height: auto;
            }
          }
        }
      }
    }
  }
}

/* 종료: 레이아웃 > footer */

/* 시작: 2컬럼 레이아웃 */
el-split-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  margin-top: -10px;

  el-split-content {
    flex-shrink: 0;
    display: block;
    width: var(--layout-home-content-width);
    padding-top: 10px;
  }

  el-split-aside {
    flex-shrink: 0;
    display: block;
    width: var(--layout-aside-width);
    padding-top: 10px;
    position: sticky;
    top: var(--layout-header-sticky-height);

    & > aside {
      display: flex;
      flex-direction: column;
      gap: 16px;
      position: relative;
    }
  }
}
/* 종료: 2컬럼 레이아웃 */

/* 시작: 홈 */
el-home-container {
  display: flex;
  flex-direction: column;
  gap: 78px;

  el-home-section {
    display: block;

    &:first-of-type {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
  }

  el-home-main-swiper {
    display: flex;
    justify-content: center;
    width: calc(100% + 200px);
    margin-left: -100px;
    overflow: hidden;
    position: relative;

    swiper-container {
      width: 820px;
      height: 340px;

      swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        overflow: hidden;

        a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }

    el-swiper-control {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 147px;
      height: 40px;
      position: absolute;
      bottom: 18px;
      right: 152px;
      border-radius: 999px;
      background-color: var(--color-opacity-black-30);
      color: var(--color-opacity-white-50);
      z-index: 10;

      button {
        width: 20px;
        height: 20px;
        opacity: 0.5;

        &:hover {
          opacity: 1;
        }
      }

      #homeMainSwiperPrev {
        &:hover {
          el-icon {
            -webkit-mask-image: url('../images/icon-h20-arrow-left-hover.svg');
            mask-image: url('../images/icon-h20-arrow-left-hover.svg');
          }
        }
      }

      #homeMainSwiperNext {
        &:hover {
          el-icon {
            -webkit-mask-image: url('../images/icon-h20-arrow-right-hover.svg');
            mask-image: url('../images/icon-h20-arrow-right-hover.svg');
          }
        }
      }

      el-swiper-pagination {
        display: block;
        width: 46px;
        position: relative;

        .swiper-pagination {
          position: relative;
          bottom: 0;

          .swiper-pagination-current {
            color: var(--color-natural-100);
          }
        }
      }

      el-play-and-pause {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-left: 6px;

        button {
          width: 20px;
          height: 20px;
          opacity: 0.5;

          &:hover {
            opacity: 1;
          }
        }

        #homeMainSwiperPlay {
          display: none;
          /* &:hover {
            el-icon {
              -webkit-mask-image: url('../images/icon-h20-arrow-right-hover.svg');
              mask-image: url('../images/icon-h20-arrow-right-hover.svg');
            }
          } */
        }

        #homeMainSwiperPause {
          &:hover {
            el-icon {
              -webkit-mask-image: url('../images/icon-h20-pause-hover.svg');
              mask-image: url('../images/icon-h20-pause-hover.svg');
            }
          }
        }
      }
    }
  }

  el-category-image-carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;

    & > button {
      flex-shrink: 0;
      flex-grow: 0;
    }

    el-swiper-wrapper {
      display: block;
      width: calc(100% - 150px);

      el-category-item {
        display: block;
        width: 100px;
        height: 116px;
        margin: 0 auto;

        a {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 8px;
          width: 100%;
          height: 100%;
          color: var(--color-natural-20);
          font-weight: 600;

          el-image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 88px;
            height: 88px;
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            background-color: var(--color-natural-95);

            img {
              width: 60.343px;
              height: 60.343px;
              object-fit: cover;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
            }
          }
        }
      }
    }
  }

  el-post-list {
    padding-top: 10px;
  }
}

el-home-recommend {
  display: flex;
  flex-direction: column;

  el-home-recommend-products {
    display: block;
    padding-top: 40px;

    & ul {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }
  }

  el-home-recommend-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 56px;
  }
}

el-home-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  height: 43px;

  & > h3 {
    flex-shrink: 0;
    flex-grow: 0;
    width: 198px;
  }
}

el-home-banner-horizontal {
  display: block;
  width: 100%;
  height: 89px;
  overflow: hidden;
  border-radius: 10px;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

el-home-brand-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-top: 40px;

  & > button {
    flex-shrink: 0;
    flex-grow: 0;
  }

  el-swiper-wrapper {
    display: block;
    width: calc(100% - 112px);

    el-brand-item {
      margin: 0 auto;
    }
  }
}

el-home-brand-info {
  display: flex;
  flex-direction: column;
  gap: 54px;
  width: 100%;
  padding-top: 64px;

  el-home-brand-info-item {
    display: flex;
    gap: 24px;
    width: 100%;

    el-brand-image {
      flex-shrink: 0;
      flex-grow: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 426px;
      height: 306px;
      border-radius: 32px;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    ul {
      display: flex;
      gap: 16px;
    }
  }
}

el-aside-article-box {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid var(--color-natural-80);
  border-radius: 20px;
  overflow: hidden;
}

el-aside-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 28px 24px;

  el-aside-login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    font-weight: 600;
    padding-bottom: 18px;

    img {
      width: 24px;
      height: auto;
    }
  }

  .button-h50-fill-login {
    width: 100%;
  }

  el-aside-login-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    width: 100%;
    padding-top: 14px;

    a {
      color: var(--color-natural-20);
      position: relative;

      &:hover {
        color: var(--color-natural-0);
      }

      &:not(:first-of-type):before {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background-color: var(--color-natural-80);
        position: absolute;
        top: 50%;
        left: -9px;
        transform: translateY(-50%);
      }
    }
  }
}

el-aside-user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  el-aside-user-status {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 24px 18px;
    position: relative;

    el-aside-user-type {
      padding-bottom: 2px;
      font-weight: 600 !important;
      color: var(--color-natural-30);
    }

    el-aside-user-level-txt {
      .level-silver {
        color: var(--color-level-silver);
      }
      .level-gold {
        color: var(--color-level-gold);
      }
      .level-diamond {
        color: var(--color-level-diamond);
      }
    }

    .button-h34-cash {
      position: absolute;
      top: 20px;
      right: 24px;
    }
  }

  el-aside-user-property {
    display: block;
    width: 100%;
    background-color: var(--color-natural-95);
    padding: 5px 24px;

    ul {
      display: flex;
      flex-direction: column;

      li {
        display: flex;
        flex-direction: column;
        gap: 3px;
        padding: 10px 0;

        &:not(:first-of-type) {
          border-top: 1px solid var(--color-natural-80);
        }

        el-property-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 3px;

          el-left {
            display: flex;
            align-items: center;
            gap: 5px;
            font-weight: 600 !important ;

            .type-icon {
              flex-shrink: 0;
              flex-grow: 0;
              display: flex;
              align-items: center;
              width: 14px;
              height: 14px;
            }
          }

          el-right {
            flex-shrink: 0;
            flex-grow: 0;
            font-weight: 600 !important ;

            strong {
              font-weight: 600 !important ;
            }
          }
        }

        el-property-item-addon {
          padding-left: 19px;
          color: var(--color-natural-30);
          display: flex;
          align-items: center;
          justify-content: space-between;

          el-left {
            display: flex;
            align-items: center;
            gap: 2px;

            el-icon {
              position: relative;
              top: -2px;
            }
          }
        }
      }
    }
  }
}

el-aside-banner {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;

  img {
    width: 100%;
    height: auto;
  }
}

el-aside-cs {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px 21px;

  el-aside-cs-header {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    color: var(--color-natural-20);

    h4 {
      font-weight: 600 !important;
      color: var(--color-natural-0);
    }
  }

  el-aside-cs-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 12px;

    el-aside-cs-tel {
      display: flex;
      flex-direction: column;
      width: 133px;
      height: 120px;
      padding: 12px 13px 14px;
      border-radius: 10px;
      overflow: hidden;
      background-color: var(--color-natural-95);

      img {
        width: 40px;
        height: 40px;
        object-fit: cover;
      }

      h5 {
        display: block;
        text-align: center;
        padding-top: 11px;
        color: var(--color-natural-10);
      }

      strong {
        display: block;
        text-align: center;
        padding-top: 1px;
      }
    }
  }

  el-aside-cs-footer {
    display: block;
    padding-top: 17px;

    ul {
      display: flex;
      align-items: center;
      width: 100%;

      li {
        position: relative;

        &:not(:first-of-type):before {
          content: '';
          display: block;
          width: 1px;
          height: 10px;
          background-color: var(--color-natural-80);
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
        }

        &:nth-of-type(1) {
          padding-left: 6px;
        }
        &:nth-of-type(2) {
          padding-left: 20px;
          &:before {
            left: 8px;
          }
        }
        &:nth-of-type(3) {
          padding-left: 28px;
          &:before {
            left: 11px;
          }
        }
        &:nth-of-type(4) {
          padding-left: 39px;
          &:before {
            left: 15px;
          }
        }

        a {
          color: var(--color-natural-20);

          &:hover {
            color: var(--color-natural-0);
          }
        }
      }
    }
  }
}

el-aside-recent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 29px 24px 24px;

  & > h3 {
    font-weight: 600 !important;
  }

  & > ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

    & > li {
      display: block;
      width: 100%;
      position: relative;

      & > .remove-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        z-index: 100;
      }

      &:has(el-product-item.disabled) {
        & > .remove-btn {
          el-icon {
            background-color: var(--color-natural-100);
          }
        }
      }
    }
  }
}

el-aside-video {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 23px;

  & > h3 {
    font-weight: 600 !important;
  }

  & > button {
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;

    img {
      width: 100%;
    }
  }
}
/* 종료: 홈 */

/* 시작: 상품리스트 */
el-search-result {
  display: block;
  width: 100%;
  padding-bottom: 32px;
  text-align: center;
}

el-products-filter {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--color-natural-80);
  border-radius: 10px;
  background-color: var(--color-natural-95);

  el-filter-label {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 130px;
    padding-left: 32px;
    font-weight: 700 !important;
  }

  el-filter-content {
    display: block;
    width: 100%;
    padding-right: 24px;
  }

  el-filter-category {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--color-natural-80);

    el-filter-label {
      padding-top: 17px;
      padding-bottom: 13px;
      height: calc(43px + 17px + 13px);
    }

    el-filter-content {
      padding-top: 17px;
      padding-bottom: 13px;
    }
  }

  el-filter-brand {
    align-items: flex-start;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 10;

    el-filter-label {
      padding-top: 22px;
    }

    el-filter-content {
      padding: 16px 12px 16px 10px;
      margin-left: -10px;
      height: 226px;
      overflow-y: auto;

      & > ul {
        display: flex;
        gap: 11px;
        flex-wrap: wrap;

        & > li {
          width: 88px;
          height: 88px;
          position: relative;

          & > button:not(.remove) {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            width: 100%;
            height: 100%;
            padding: 12px 8px 0;
            font-weight: 600 !important;
            color: var(--color-natural-20);
            background-color: var(--color-natural-100);
            border: 1.4px solid var(--color-natural-100);
            border-radius: 10px;
            box-shadow: var(--color-boxShadow-4);

            el-thumbnail {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 46px;
              height: 46px;
              position: relative;
              border-radius: 50%;
              overflow: hidden;

              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }

              &:after {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: var(--color-opacity-black-3);
              }
            }

            el-name {
              display: block;
              width: 100%;
              text-align: center;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
          }

          & > button.remove {
            display: none;
            position: absolute;
            right: -4px;
            top: -4px;
          }

          &.active {
            & > button:not(.remove) {
              border: 1.4px solid var(--color-natural-0) !important;
            }

            &:hover {
              & > button.remove {
                display: inline-flex;
              }
            }
          }
        }
      }
    }
  }

  el-filter-detail {
    display: flex;
    width: 100%;
    border-top: 1px solid var(--color-natural-80);
    position: relative;

    &:before {
      content: '';
      display: block;
      width: 100%;
      height: 40px;
      position: absolute;
      top: -40px;
      left: 0;
      background: var(--color-background-gradient-black);
    }

    el-filter-label {
      padding-top: 14px;
      height: calc(43px + 17px);
    }

    el-filter-detail-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 14px 0 16px;

      el-tab-button {
        &:after {
          content: '';
          display: none;
          width: 12px;
          height: 12px;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%) rotate(45deg) skew(4deg, 4deg);
          background-color: var(--color-natural-100);
          z-index: 1010;
        }

        &:has(button.show) {
          &:after {
            display: block;
          }
        }

        & > button.show,
        & > button.active {
          border-color: var(--color-natural-0);
          background-color: var(--color-natural-0);
          color: var(--color-natural-100);

          & > el-icon {
            background-color: var(--color-natural-100);
          }
        }
      }

      el-filter-detail-layer-dropdown.dropdown-menu {
        width: fit-content;
        padding: 20px;
        background-color: var(--color-natural-100);
        border: none;
        border-radius: 20px;
        box-shadow: var(--color-boxShadow-3);

        &.dropdown-1,
        &.dropdown-2,
        &.dropdown-3 {
          left: -37px;
          margin-top: 12px;
        }
        &.dropdown-1 {
          left: 3px;
        }

        el-filter-detail-list {
          display: block;
          width: 160px;

          & > ul {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 11px;
            width: 100%;

            & > li {
              width: 160px;

              & > button {
                width: 100%;
              }
            }
          }

          &.column-2 {
            width: 331px;
          }
        }

        el-filter-detail-inputs {
          display: flex;
          align-items: center;
          gap: 1px;
          padding-top: 8px;
        }

        el-filter-detail-range {
          display: flex;
          align-items: center;
          gap: 1px;
          padding-top: 8px;
        }

        el-cta-bar {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 6px;
          padding-top: 16px;

          & > button {
            width: 100%;
          }

          & > button.refresh {
            flex-grow: 0;
            flex-shrink: 0;
            padding: 0;
            width: 43px;
            height: 43px;

            &:hover {
              background-color: var(--color-natural-90);
              border-color: var(--color-natural-70);
            }
          }
        }
      }

      el-left {
        display: flex;
        align-items: center;
        gap: 4px;

        & > el-tab-button {
          & > button {
            gap: 21px;
          }
        }
      }

      el-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;

        & > el-tab-button {
          & > button {
            gap: 4px;

            &:hover {
              color: var(--color-natural-20);
              background-color: var(--color-natural-80);
              border-color: var(--color-natural-70);
            }
          }
        }
      }
    }
  }
}

el-products-list-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px 0 4px;

  & > el-left {
    display: flex;
    align-items: center;
    gap: 24px;

    el-products-count {
      color: var(--color-natural-30);
      strong {
        color: var(--color-natural-0);
      }
    }

    el-products-search {
      display: block;
      width: 203px;
    }
  }

  & > el-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    & > ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 20px;

      & > li {
        display: flex;
        align-items: center;

        & > button {
          display: inline-flex;
          align-items: center;
          gap: 3px;
          color: var(--color-natural-40);
          font-weight: 600;

          &:hover {
            color: var(--color-natural-0);
          }

          el-icon {
            display: none;
          }
        }

        &.active {
          & > button {
            font-weight: 700;
            color: var(--color-natural-0);

            el-icon {
              display: inline-block;
            }
          }
        }
      }
    }
  }
}

el-products-list {
  display: block;
  width: 100%;

  & > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    width: 100%;
  }

  &.size-xlarge {
    & > ul {
      gap: 48px 20px;
    }
  }
}

el-products-pagination {
  display: block;
  width: 100%;
  padding-top: 80px;
}
/* 종료: 상품리스트 */

/* 시작: 상품 상세 */
el-product-detail {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;

  el-product-detail-top {
    display: flex;
    justify-content: space-between;
    gap: 46px;
    width: 100%;

    el-product-image {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      width: 600px;
      height: fit-content;
      border-radius: 20px;
      overflow: hidden;

      el-product-image-content {
        display: block;
        aspect-ratio: 1 / 1;
        width: 100%;
        position: relative;

        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        &:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-color: var(--color-opacity-black-3);
          position: absolute;
          top: 0;
          left: 0;
        }
      }

      el-product-image-addon {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        background-color: var(--color-blue-grayish);
        color: var(--color-natural-100);
        font-weight: 600 !important;

        strong {
          color: var(--color-orange-20);
        }
      }
    }

    el-product-info {
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: 100%;
      padding-top: 4px;

      el-product-info-header {
        display: flex;
        flex-direction: column;
        width: 100%;

        el-product-brand {
          display: flex;
          align-items: center;
          gap: 10px;
          color: var(--color-natural-30);
          padding-bottom: 12px;

          el-thumbnail {
            flex-shrink: 0;
            flex-grow: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            overflow: hidden;
            border-radius: 50%;
            position: relative;

            &:after {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              background-color: var(--color-opacity-black-3);
              position: absolute;
              top: 0;
              left: 0;
            }

            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
        }

        el-product-name {
          padding-bottom: 26px;
          h2 {
            word-break: keep-all;
          }
        }

        el-product-badge {
          display: flex;
          align-items: center;
          gap: 4px;
          width: 100%;
          padding-bottom: 7px;
        }

        el-product-price {
          display: flex;
          align-items: baseline;
          gap: 6px;
          width: 100%;

          el-discount-rate {
            color: var(--color-red-40);
          }

          el-sale-price {
            span {
              font-weight: 700 !important;
            }
          }

          el-original-price {
            color: var(--color-natural-30);
            font-weight: 600 !important;
            text-decoration: line-through;
          }
        }
      }

      el-product-info-content {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        padding: 24px 28px;
        border: 1px solid var(--color-natural-80);
        border-radius: 8px;

        & > h4 {
          font-weight: 600 !important;
          color: var(--color-natural-10);
        }

        & > dl {
          display: flex;
          flex-wrap: wrap;
          gap: 10px 14px;
          color: var(--color-natural-30);

          & > dt {
            flex-grow: 0;
            flex-shrink: 0;
            display: flex;
            align-items: flex-start;
            gap: 9px;
            width: 115px;
            font-weight: 600 !important;
          }

          & > dd {
            width: calc(100% - 115px - 14px);

            .sending-type {
              display: flex;
              flex-wrap: wrap;
              gap: 13px;

              & > li {
                position: relative;

                &:not(:first-of-type):before {
                  content: '';
                  display: block;
                  width: 1px;
                  height: 10px;
                  background-color: var(--color-natural-80);
                  position: absolute;
                  left: -7px;
                  top: 50%;
                  transform: translateY(-50%);
                }
              }
            }
          }
        }
      }

      el-product-info-level {
        display: block;
        width: 100%;
        border: 1px solid var(--color-natural-80);
        border-radius: 8px;

        & > h4 {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 48px;
          border-bottom: 1px solid var(--color-natural-80);
          font-weight: 700 !important;
          color: var(--color-natural-30);
          background-color: var(--color-natural-95);
        }

        & > ul {
          display: flex;

          & > li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            width: 100%;
            padding: 15px 10px 10px;

            &:not(:first-of-type) {
              border-left: 1px solid var(--color-natural-80);
            }

            el-level {
              font-weight: 700 !important;
              line-height: 1;
              color: var(--color-level-silver);
              position: relative;
              &.silver {
                color: var(--color-level-silver);
              }
              &.gold {
                color: var(--color-level-gold);
              }
              &.diamond {
                color: var(--color-level-diamond);
              }

              el-badge-current-level {
                position: absolute;
                top: -5px;
                left: 50%;
                transform: translate(-50%, -100%);
              }
            }

            el-level-price {
              display: flex;
              align-items: baseline;
              gap: 4px;
              font-weight: 600 !important;

              el-discount-rate {
                color: var(--color-red-40);
              }
            }
          }
        }
      }

      el-product-info-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;

        .button-h60-square {
          flex-grow: 0;
          flex-shrink: 0;
          width: 166px;
        }

        .button-h60-square-fill {
          width: 100%;
        }
      }
    }
  }
}

el-product-detail-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;

  a {
    display: block;
    width: 100%;
    img {
      width: 100%;
    }
  }
}

el-product-description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;

  & > article {
    color: var(--color-natural-30);
  }
}

el-modal-estimate-print {
  display: block;
  width: 400px;
}
/* 종료: 상품 상세 */

/* 시작: 로그인 */
el-login-top {
  display: block;
  text-align: center;
  color: var(--color-natural-10);
  padding-bottom: 48px;

  h3 {
    font-weight: 700 !important;
    padding-bottom: 5px;

    strong {
      color: var(--color-orange-officecon);
    }
  }
}

el-login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;

  el-cta-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 16px;
  }
}

el-login-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding-top: 16px;

  ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 14px;
    color: var(--color-natural-30);

    & > li {
      display: flex;
      align-items: center;
      position: relative;

      &:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        margin-right: 14px;
        background-color: var(--color-natural-80);
      }

      &:first-of-type {
        &:before {
          display: none;
        }
      }

      & > a {
        color: var(--color-natural-30);
        &:hover {
          color: var(--color-natural-0);
        }
      }
    }
  }
}

el-modal-additional-cert {
  display: flex;
  flex-direction: column;
  width: 420px;
  padding: 0 0 18px;

  el-additional-cert-description {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
    color: var(--color-natural-10);
  }

  el-additional-cert-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

    el-additional-cert-form-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      gap: 10px;

      & > button {
        flex-grow: 0;
        flex-shrink: 0;
        width: 80px;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }
  }

  & > el-marker-list {
    padding-top: 40px;
    color: var(--color-red-40);

    & > ul {
      & > li {
        &:before {
          background-color: var(--color-red-40);
        }
      }
    }
  }

  el-additional-cert-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 46px;

    & > button {
      width: 152px;
    }
  }
}
/* 종료: 로그인 */

/* 시작: 비밀번호 변경 */
el-change-password-top {
  display: block;
  text-align: center;
  padding-bottom: 48px;

  strong {
    color: var(--color-blue-officecon);
  }
}

el-change-password-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;

  el-cta-area {
    display: flex;
    gap: 10px;
    width: 100%;
    padding-top: 16px;

    button {
      width: 100%;
    }
  }
}
/* 종료: 비밀번호 변경 */

/* 시작: 아이디 / 비밀번호 찾기 */
el-find-idpw-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  color: var(--color-natural-10);
}

el-find-idpw-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-top: 48px;

  el-select-member-type {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 14px;
    margin-bottom: -2px;
  }

  el-find-idpw-form-row {
    display: flex;
    gap: 10px;
    width: 100%;

    & > button {
      flex-grow: 0;
      flex-shrink: 0;
      width: 80px;
    }
  }

  el-cta-area {
    display: flex;
    gap: 10px;
    width: 100%;
    padding-top: 16px;

    button {
      width: 100%;
    }
  }
}

el-find-idpw-bottom {
  display: block;
  text-align: center;
  padding-top: 30px;
  color: var(--color-natural-10);

  a {
    color: var(--color-blue-60);
  }
}
/* 종료: 아이디 / 비밀번호 찾기 */

/* 시작: 회원가입 인트로, 가입완료, 결제완료료 */
el-intro-and-success {
  display: flex;
  flex-direction: column;
  gap: 72px;
  width: 100%;

  el-intro-select-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;

    el-intro-type-paper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      width: 346px;
      height: 512px;
      background-color: var(--color-natural-100);
      box-shadow: var(--color-boxShadow-2);
      border-radius: 20px;
      padding: 32px 28px;

      &.member-company {
        & > el-icon:first-of-type {
          background-color: var(--color-blue-60);
        }

        el-member-type-desc {
          p {
            color: var(--color-natural-10);
            span {
              color: var(--color-blue-60);
            }
          }
        }

        el-member-type-benefit {
          & > ul {
            & > li {
              &.active {
                & > el-icon {
                  background-color: var(--color-blue-60);
                }
              }
            }
          }
        }

        .button-h60-square-fill {
          background-color: var(--color-blue-60);
          border-color: var(--color-blue-60);
        }
      }

      &.member-personal {
        & > el-icon:first-of-type {
          background-color: var(--color-orange-officecon);
        }

        el-member-type-desc {
          p {
            color: var(--color-natural-10);
            span {
              color: var(--color-orange-officecon);
            }
          }
        }

        el-member-type-benefit {
          & > ul {
            & > li {
              &.active {
                & > el-icon {
                  background-color: var(--color-orange-officecon);
                }
              }
            }
          }
        }

        .button-h60-square-fill {
          background-color: var(--color-orange-officecon);
          border-color: var(--color-orange-officecon);
        }
      }

      el-member-type-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;

        el-member-type-desc-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 32px;
        }

        p {
          text-align: center;
          font-weight: 600 !important;
        }
      }

      el-member-type-benefit {
        display: block;
        width: 100%;
        height: 192px;
        padding: 24px 24px 24px 28px;
        background-color: var(--color-natural-98);
        border-radius: 10px;

        & > ul {
          display: flex;
          flex-direction: column;
          gap: 11px;
          width: 100%;

          & > li {
            width: 100%;
            padding-left: 24px;
            color: var(--color-natural-30);
            position: relative;

            &.active {
              color: var(--color-natural-10);
              font-weight: 600 !important;
            }

            & > el-icon {
              position: absolute;
              left: 0;
              top: 2px;
              background-color: var(--color-natural-50);
            }
          }
        }
      }

      .button-h60-square-fill {
        width: 100%;
        border-radius: 10px;
      }
    }
  }

  el-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    width: 100%;
    text-align: center;

    el-success-greeting {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      width: 100%;

      el-success-greeting-message {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%;

        & > p {
          color: var(--color-natural-10);
          &.typo-subtitle-md {
            font-weight: 700 !important;
          }
        }
      }
    }

    el-success-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: 100%;

      button {
        width: 250px;
      }
    }
  }

  el-intro-and-success-banners {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;

    a {
      display: block;
      width: 100%;
      height: auto;

      img {
        width: 100%;
        height: auto;
      }
    }
  }
}
/* 종료: 회원가입 안내 - 인트로, 가입완료 */

/* 시작: 회원가입 폼 */
el-signup-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;

  el-signup-form-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    el-signup-form-section-content {
      display: block;
      width: 100%;
      padding: 0 13px;

      el-signup-form-inputs {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;

        el-signup-form-inputs-row {
          display: flex;
          align-items: center;
          gap: 12px;
          width: 100%;

          el-signup-form-inputs-label {
            align-self: flex-start;
            flex-grow: 0;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: 4px;
            width: 144px;
            height: 43px;
            font-weight: 700 !important;
            position: relative;
            span {
              color: var(--color-red-40);
            }
          }

          el-signup-form-inputs-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0px 8px;
            width: 100%;

            el-input {
              width: 400px;

              el-checkbox {
                margin-top: 8px !important;
              }
            }

            & > button {
              align-self: flex-start;
              flex-grow: 0;
              flex-shrink: 0;
            }

            el-signup-form-agree-header {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 12px;
              width: 100%;
              height: 43px;
              color: var(--color-natural-10);

              & > button {
                font-weight: 700 !important;
                color: var(--color-natural-40);
                text-decoration: underline;
              }
            }

            el-signup-form-agree-items {
              display: flex;
              flex-direction: column;
              gap: 20px;
              width: 100%;
              padding-top: 7px;

              el-signup-form-agree-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                width: 100%;

                & > el-checkbox {
                  label {
                    span {
                      color: var(--color-natural-40);
                    }
                  }
                }

                & > button {
                  font-weight: 700 !important;
                  color: var(--color-natural-40);
                  text-decoration: underline;
                }
              }
            }
          }
        }
      }

      el-signup-form-caution {
        display: block;
        width: 100%;
        margin-top: 24px;
        padding: 16px 24px;
        background-color: var(--color-blue-10);
        border-radius: 8px;

        ul li {
          font-weight: 400;
          color: var(--color-natural-20);

          &:before {
            background-color: var(--color-natural-20);
          }
        }
      }

      el-signup-form-security {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;

        el-signup-form-security-row {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: calc(100% + 26px);
          margin-left: -13px;
          padding: 0 13px 24px;
          border-bottom: 1px solid var(--color-natural-80);

          & > h3 {
            font-weight: 700 !important;
          }

          el-signup-form-security-selects {
            display: flex;
            align-items: center;
            gap: 40px;
            width: 100%;
          }
        }

        el-cash-cert-password {
          display: none;
          width: 100%;
        }

        &:has(#cashAddtionalCertification-2:checked) {
          el-cash-cert-password {
            display: block;
          }
        }
      }
    }
  }

  el-signup-form-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 8px;

    button {
      width: 250px;
    }
  }

  &.type-modify {
    gap: 48px;

    el-section-title {
      height: 42px;
      min-height: 42px;
      padding: 0 0 16px 0;
      border-bottom: 1px solid var(--color-natural-80);
    }

    el-signup-form-section {
      el-signup-form-section-content {
        padding: 0 16px;

        el-signup-form-inputs {
          gap: 8px;

          el-signup-form-inputs-row {
            &.padding-bottom-8 {
              padding-bottom: 8px;
            }

            el-signup-form-inputs-label {
              color: var(--color-natural-20);
            }
          }
        }

        el-signup-form-caution {
          margin-top: 0;
          background-color: var(--color-red-10);

          ul li {
            color: var(--color-red-40);

            &:before {
              background-color: var(--color-red-40);
            }
          }
        }

        el-signup-form-security {
          gap: 8px;

          el-signup-form-security-row {
            border-bottom: 0;
            & > h3 {
              color: var(--color-natural-20);
            }
          }
        }
      }
    }

    el-signup-form-cta {
      button {
        width: 134px;
      }
    }
  }
}
/* 종료: 회원가입 폼 */

/* 시작: 장바구니 */
el-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 32px;

  el-cart-header-left {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;

    el-cart-header-count {
      color: var(--color-natural-30);

      strong {
        color: var(--color-natural-0);
      }
    }
  }

  el-cart-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;

    & > button {
      min-width: 120px !important;
      gap: 4px;
    }
  }
}

el-cart-list {
  display: block;
  width: 100%;

  table.table {
    table-layout: fixed;
    margin: 0;

    colgroup {
      .col-auto {
        width: auto;
      }
      .col-checkbox {
        width: 52px;
      }
      .col-default {
        width: 144px;
      }
      .col-action {
        width: 128px;
      }
    }

    th,
    td {
      white-space: nowrap;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.42px;
      text-align: center;

      el-checkbox {
        display: flex;
      }

      &.product-info {
        text-align: left;
      }
    }

    thead th {
      height: 46px;
      padding: 13px 16px;
      border-top: 1px solid var(--color-natural-50);
      border-bottom: 1px solid var(--color-natural-50);
      font-weight: 700;

      &.product-info {
        padding-left: 172px;
      }
    }

    tbody td {
      padding: 16px;
      border-bottom: 1px solid var(--color-natural-80);
      font-weight: 600;
      height: 152px;

      el-cart-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;

        & > button {
          width: 88px;
        }
      }
    }

    el-line-through {
      text-decoration: line-through;
    }

    el-sale-price {
      display: inline-block;
      position: relative;

      el-badge-discount {
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }

  el-cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 75px 0;
    font-weight: 700 !important;
    color: var(--color-natural-20);

    el-icon {
      font-size: 48px;
    }
  }
}

el-cart-product-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  white-space: normal;

  & > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    position: relative;
  }

  el-item-thumbnail {
    flex-grow: 0;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: block;
    width: 120px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

    .thumbnail-image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    el-bg {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--color-opacity-black-3);
    }
  }

  el-item-txt {
    display: flex;
    flex-direction: column;
    width: 100%;

    el-item-name {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;

      el-brand {
        font-weight: 700 !important;
      }

      el-item-name-txt {
        color: var(--color-natural-20);
      }
    }
  }

  el-layer-disabled {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-opacity-black-50);
    z-index: 20;
    color: var(--color-natural-100);
    font-weight: 700 !important;
    text-align: center;

    el-txt {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    el-addon {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 31px;
      font-weight: 600 !important;
      padding: 0 12px;
      background-color: rgba(33, 75, 241, 0.8);
    }

    &:has(el-addon) {
      el-txt {
        padding-top: 22px;
      }
    }
  }

  &.disabled {
    el-layer-disabled {
      display: flex;
    }
  }
}

el-modal-estimate-request {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 551px;
  padding-top: 16px;

  el-modal-estimate-request-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-left: 8px;

    el-estimate-request-row {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;

      el-estimate-request-inputs-label {
        align-self: flex-start;
        flex-grow: 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 4px;
        width: 115px;
        height: 43px;
        font-weight: 700 !important;
        position: relative;
        span {
          color: var(--color-red-40);
        }
      }

      el-estimate-request-inputs-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0px 8px;
        width: 100%;

        & > button {
          align-self: flex-start;
          flex-grow: 0;
          flex-shrink: 0;
        }
      }
    }
  }

  el-modal-estimate-request-quantity {
    display: block;

    el-modal-scrollable-list-content {
      max-height: 350px;
    }

    el-modal-estimate-request-product {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 20px 0;

      el-modal-estimate-request-product-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        white-space: normal;
        gap: 14px;
        position: relative;
        padding: 0 16px;

        el-item-thumbnail {
          flex-grow: 0;
          flex-shrink: 0;
          aspect-ratio: 1 / 1;
          display: block;
          width: 50px;
          border-radius: 10px;
          position: relative;
          overflow: hidden;

          .thumbnail-image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
          }

          el-bg {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--color-opacity-black-3);
          }
        }

        el-item-txt {
          display: flex;
          flex-direction: column;
          width: 100%;

          el-item-name {
            display: flex;
            flex-direction: column;
            gap: 2px;
            width: 100%;

            el-brand {
              font-weight: 700 !important;
            }

            el-item-name-txt {
              color: var(--color-natural-20);
            }
          }
        }
      }

      el-modal-estimate-request-product-aside {
        flex-grow: 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 132px;
        padding: 0 16px;

        input {
          text-align: center;
        }
      }
    }
  }
}
/* 종료: 장바구니 */

/* 시작: 주문결제 */
el-order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid var(--color-natural-80);
  border-radius: 10px;
  background-color: var(--color-natural-95);
  padding: 28px 0;

  & > dl {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 32px;
    position: relative;

    &:last-of-type {
      &:before {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background-color: var(--color-natural-60);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
      }

      & > dd:last-of-type {
        & > el-radio:last-of-type:has(input.custom-radio:checked) {
          el-datepicker-wrapper {
            display: block;
            z-index: 1000;
          }
        }
      }
    }

    & > dt {
      flex-grow: 0;
      flex-shrink: 0;
      width: 118px;
      padding-right: 12px;
      position: relative;

      el-send-time-tooltip {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        color: var(--color-blue-officecon);
        font-weight: 600 !important;
        background-color: var(--color-blue-20);
        position: absolute !important;
        left: -9px;
        top: -13px;
        transform: translateY(-100%);
        padding: 9px 15px;
        border: 1px solid var(--color-blue-60);
        border-radius: 999px;
        position: relative;

        &:after {
          content: '';
          display: block;
          width: 22px;
          height: 17px;
          position: absolute;
          bottom: -6px;
          left: 26px;
          background-image: url('../images/bubble-tip-blue.svg');
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
        /* &:after {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          position: absolute;
          bottom: -4px;
          left: 34px;
          background-color: var(--color-blue-20);
          transform: rotate(45deg) skew(6deg, 6deg);
          border-bottom: 1px solid var(--color-blue-60);
          border-right: 1px solid var(--color-blue-60);
        } */
      }
    }

    & > dd {
      display: flex;
      align-items: center;
      gap: 32px;

      el-radio {
        position: relative;

        label {
          position: relative;

          el-send-type-tooltip {
            display: none;
            flex-grow: 0;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            font-weight: 600 !important;
            background-color: var(--color-natural-100);
            position: absolute !important;
            left: 50%;
            top: -15px;
            transform: translate(-50%, -100%);
            padding: 9px 15px;
            border: 1px solid var(--color-natural-0);
            border-radius: 999px;
            position: relative;

            &:before {
              content: '';
              display: block;
              width: 22px;
              height: 17px;
              position: absolute;
              bottom: -6px;
              left: 50%;
              transform: translateX(-50%);
              background-image: url('../images/bubble-tip-black.svg');
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
            }
            /* &:before {
              content: '';
              display: block;
              width: 6px;
              height: 6px;
              position: absolute;
              bottom: -4px;
              left: 50%;
              background-color: var(--color-natural-100);
              transform: translateX(-50%) rotate(45deg) skew(6deg, 6deg);
              border-bottom: 1px solid var(--color-natural-0);
              border-right: 1px solid var(--color-natural-0);
            } */
          }
        }

        &:has(input.custom-radio:checked) {
          label {
            el-send-type-tooltip {
              display: flex;
            }
          }
        }

        el-datepicker-wrapper {
          display: none;
          width: 160px;
          position: absolute;
          right: -178px;
          top: 50%;
          transform: translateY(-50%);
        }
      }
    }
  }
}

el-order-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-natural-80);
}

el-order-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--color-natural-80);
  border-radius: 10px;
  overflow: hidden;

  el-order-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    background-color: var(--color-natural-95);

    el-order-box-header-title {
      font-weight: 700 !important;
    }

    & > button {
      flex-grow: 0;
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      position: relative;

      & > el-icon:first-of-type {
        display: none;
      }
      & > el-icon:last-of-type {
        display: flex;
      }

      &.collapsed {
        & > el-icon:first-of-type {
          display: flex;
        }
        & > el-icon:last-of-type {
          display: none;
        }
      }
    }
  }

  el-order-box-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 32px;
    border-top: 1px solid var(--color-natural-80);
  }

  el-order-caution {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 20px 24px;
    background-color: var(--color-blue-10);
    border-radius: 8px;

    el-order-caution-header {
      display: flex;
      gap: 16px;
      font-weight: 700 !important;

      a {
        display: flex;
        align-items: center;
        color: var(--color-blue-60);
        text-decoration: underline;

        el-icon {
          background-color: var(--color-blue-60);
        }
      }
    }

    el-marker-list {
      ul li {
        font-weight: 400;
        color: var(--color-natural-20);

        &:before {
          background-color: var(--color-natural-20);
        }
      }
    }

    &.theme-red {
      padding: 16px 24px;
      background-color: var(--color-red-10);

      el-marker-list {
        ul li {
          color: var(--color-red-40);
          font-weight: 600;

          &:before {
            background-color: var(--color-red-40);
          }
        }
      }

      &.weight-normal {
        el-marker-list ul li {
          font-weight: 400;
        }
      }
    }
  }
}

el-order-content,
el-mypage-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;

  el-order-product {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;

    el-order-product-item {
      display: block;
      width: 100%;

      & > table.table {
        margin: 0;

        .col-auto {
          width: auto;
        }
        .col-fix {
          width: 110px;
        }

        th,
        td {
          height: 10px;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: -0.42px;
          color: var(--color-natural-0);
          text-align: center;

          &:first-of-type {
            text-align: left;
          }
        }

        thead th {
          font-weight: 700;
          padding: 0 0 12px 0;
          border-bottom: 1px solid var(--color-natural-50);
        }

        tbody {
          td {
            height: 136px;
            padding: 16px 0 0 0;
          }
        }

        el-order-product-item-detail {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 353px;
          white-space: normal;

          & > a {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 24px;
            width: 100%;
            position: relative;
          }

          el-item-thumbnail {
            flex-grow: 0;
            flex-shrink: 0;
            aspect-ratio: 1 / 1;
            display: block;
            width: 120px;
            border-radius: 10px;
            position: relative;
            overflow: hidden;

            .thumbnail-image {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              position: absolute;
              top: 0;
              left: 0;
            }

            el-bg {
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: var(--color-opacity-black-3);
            }
          }

          el-item-txt {
            display: flex;
            flex-direction: column;
            width: 100%;

            el-item-name {
              display: flex;
              flex-direction: column;
              gap: 10px;
              width: 100%;

              el-brand {
                font-weight: 700 !important;
              }

              el-item-name-txt {
                color: var(--color-natural-20);
              }
            }
          }
        }

        el-reward {
          display: inline-flex;
          align-items: center;
          gap: 2px;
          color: var(--color-purple-40);
        }

        el-line-through {
          text-decoration: line-through;
        }

        el-sale-price {
          display: inline-block;
          position: relative;

          el-badge-discount {
            position: absolute;
            left: 50%;
            top: -24px;
            transform: translateX(-50%);
          }
        }
      }
    }

    el-order-product-article {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 100%;

      el-article-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;

        & > h3 {
          font-weight: 700 !important;
        }

        el-article-title-addon {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 8px;

          &.justify-content-start {
            width: 829px;
            justify-content: flex-start;
          }
        }
      }

      el-order-input-row {
        display: flex;
        gap: 35px;
        width: 100%;

        el-order-input-label {
          flex-grow: 0;
          flex-shrink: 0;
          display: flex;
          align-items: center;
          width: 100px;
          height: 43px;
          font-weight: 700 !important;
        }

        el-order-input {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 8px;
          width: 100%;

          & > el-input,
          & > textarea {
            width: 400px;
          }
        }
      }

      el-order-addressee-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;

        el-order-addressee-util-bar {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 8px;

          & > button {
            width: 173px;
            gap: 4px;
          }
        }

        el-order-addressee-list-content {
          display: flex;
          justify-content: space-between;
          gap: 16px;
          width: 100%;
          height: 220px;

          & > ul {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 100%;
            height: 100%;
            padding: 16px 24px;
            border: 1px solid var(--color-natural-70);
            border-radius: 8px;
            overflow: auto;
            scrollbar-color: var(--color-opacity-black-30) transparent;
            scrollbar-width: thin;
            scrollbar-gutter: stable;
            color: var(--color-natural-20);

            &.editable {
              padding: 20px;
            }

            &.bg-gray {
              background-color: var(--color-natural-95);
            }

            & > li {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 14px;

              button.remove {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 20px;
                height: 20px;
                border: 1px solid var(--color-natural-40) !important;
                border-radius: 50% !important;
                background-color: var(--color-natural-40) !important;
                overflow: hidden !important;
              }

              el-order-addressee-modify {
                display: flex;
                align-items: center;
                gap: 8px;
                width: 396px;

                & > button {
                  flex-grow: 0;
                  flex-shrink: 0;
                  width: 88px;
                  padding: 0 !important;
                }
              }
            }
          }

          el-order-addressee-list-status {
            flex-grow: 0;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 271px;
            height: 100%;
            padding: 24px;
            border: 1px solid var(--color-natural-70);
            border-radius: 8px;

            el-status-top {
              flex-grow: 0;
              flex-shrink: 0;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              width: 100%;
              height: 75px;
              position: relative;

              & > button {
                flex-grow: 0;
                flex-shrink: 0;
                position: absolute;
                top: 0;
                right: 0;
                height: 20px;
              }

              el-status-top-label {
                font-weight: 700 !important;
              }

              el-status-top-count {
                display: flex;
                align-items: baseline;
                gap: 3px;
              }
            }

            el-status-bottom {
              display: block;
              min-height: 48px;

              el-status-bottom-default {
                display: block;
                width: 100%;
                color: var(--color-natural-40);
                position: relative;

                img {
                  width: 74px;
                  height: auto;
                  position: absolute;
                  top: -18px;
                  right: 0;
                }
              }

              & > ul {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 4px;
                width: 100%;
                min-height: 46px;

                & > li {
                  display: flex;
                  align-items: center;
                  justify-content: space-between;

                  el-status-bottom-item-label {
                    color: var(--color-natural-20);
                    font-weight: 600 !important;
                  }

                  strong {
                    color: var(--color-red-40);
                  }
                }
              }
            }
          }
        }
      }

      el-order-message-create {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;

        el-order-input {
          gap: 6px;

          & > el-input,
          & > textarea.form-control {
            width: 620px;
          }

          & > textarea {
            height: 220px;
          }

          el-order-input-length {
            flex-grow: 0;
            flex-shrink: 0;
            align-self: flex-end;
            display: flex;
            align-items: center;
            width: 62px;
            height: 43px;
            color: var(--color-natural-40);
          }

          &.order-textarea {
            el-order-input-length {
              height: auto;
              padding-bottom: 6px;
            }
          }
        }

        el-order-save-message {
          display: flex;
          align-items: center;
          gap: 39px;
          width: 100%;
          padding-left: 135px;
        }

        &.modify {
          el-order-input {
            & > el-input,
            & > textarea.form-control {
              width: 764px;
            }
          }
        }
      }

      el-order-add-image-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 1px solid var(--color-natural-90);
        border-radius: 8px;

        el-order-add-image-box-header {
          display: flex;
          align-items: center;
          gap: 32px;
          width: 100%;
          padding: 18px 24px;
          background-color: var(--color-natural-95);

          label {
            font-weight: 600 !important;
            color: var(--color-natural-0);
          }
        }

        el-order-add-image-box-content {
          display: none;
          flex-direction: column;
          background-color: var(--color-natural-98);

          el-box-content-inner {
            border-top: 1px solid var(--color-natural-90);
            display: flex;
            flex-direction: column;
            width: 100%;
            max-height: 520px;
            padding: 32px 24px;
            overflow: auto;
            scrollbar-color: var(--color-opacity-black-30) transparent;
            scrollbar-width: thin;
            scrollbar-gutter: stable;

            & > ul {
              display: flex;
              flex-wrap: wrap;
              gap: 32px 27px;
              width: 100%;

              & > li {
                flex-grow: 0;
                flex-shrink: 0;
                display: flex;
                justify-content: flex-start;
                width: calc(33.3333% - 18px);

                el-add-image-item {
                  display: flex;
                  flex-direction: column;
                  gap: 8px;
                  width: 100%;

                  el-add-image-item-label {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                  }

                  el-add-image-item-preview {
                    display: block;
                    width: 100%;
                    aspect-ratio: 2 / 1;
                    position: relative;
                    border-radius: 10px;
                    overflow: hidden;

                    & > img {
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                    }

                    & > button.remove-item {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      position: absolute;
                      right: 8px;
                      top: 8px;
                      width: 34px;
                      height: 34px;
                      border-radius: 50% !important;
                      background-color: var(--color-opacity-black-50);
                    }
                  }
                }
              }
            }
          }

          el-order-add-image-upload-wrap {
            display: block;
            padding: 32px 24px;

            el-order-add-image-upload {
              display: flex;
              gap: 32px;
              width: 100%;

              el-image-upload-input {
                flex-grow: 0;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 400px;
                height: 200px;
                border: 1px solid var(--color-natural-80);
                border-radius: 10px;
                background-color: var(--color-blue-grayish-10);
                background-image: url('../images/plus.png');
                background-size: 60px auto;
                background-position: center;
                background-repeat: no-repeat;
                overflow: hidden;
                position: relative;

                & > input {
                  display: none;
                }
                & > label {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 100%;
                  height: 100%;
                  cursor: pointer;
                  position: absolute;
                  top: 0;
                  left: 0;

                  & > img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                  }
                }
              }

              el-image-upload-right {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 100%;

                el-image-upload-info {
                  display: flex;
                  flex-direction: column;
                  gap: 15px;
                  padding-top: 12px;

                  el-image-upload-title {
                    font-weight: 600 !important;
                  }

                  el-marker-list ul li {
                    color: var(--color-natural-20);
                    font-weight: 400 !important;
                    &:before {
                      background-color: var(--color-natural-20);
                    }

                    strong {
                      font-weight: 600 !important;
                      color: var(--color-red-40);
                    }
                  }
                }

                el-image-upload-cta {
                  display: flex;
                  align-items: center;
                  gap: 8px;

                  & > button {
                    width: 147px;

                    &.button-h43-square-fill {
                      border-color: var(--color-blue-60);
                      background-color: var(--color-blue-60);
                    }
                  }
                }
              }
            }
          }

          &.default-image {
            el-box-content-inner {
              & > ul {
                & > li {
                  el-add-image-item {
                    el-add-image-item-label {
                      justify-content: flex-start;
                    }
                  }
                }
              }
            }
          }
        }

        &:has(
            el-order-add-image-box-header
              > el-radio:nth-of-type(2)
              input.custom-radio:checked
          ) {
          el-order-add-image-box-content:nth-of-type(1) {
            display: flex;
          }
        }

        &:has(
            el-order-add-image-box-header
              > el-radio:nth-of-type(3)
              input.custom-radio:checked
          ) {
          el-order-add-image-box-content:nth-of-type(2) {
            display: flex;

            el-box-content-inner {
              max-height: unset;
            }
          }
        }

        &:has(
            el-order-add-image-box-header
              > el-radio:nth-of-type(4)
              input.custom-radio:checked
          ) {
          el-order-add-image-box-content:nth-of-type(3) {
            display: flex;

            el-box-content-inner {
              max-height: unset;
            }

            el-order-add-image-upload-wrap {
              border-top: 1px solid var(--color-natural-90);
            }

            &:has(el-box-content-inner) {
              el-order-add-image-upload-wrap {
                border-top: 0;
              }
            }
          }
        }
      }
    }
  }

  el-order-product-footer {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;

    el-order-product-footer-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding-bottom: 24px;

      & > button {
        width: 160px;
      }
    }

    & > button {
      width: 160px;
      margin: 0 auto;
    }
  }

  el-order-use-incentives {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    el-order-use-incentives-form {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;

      el-incentives-form-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;

        el-input {
          flex-grow: 0;
          flex-shrink: 0;
          width: 400px;

          input.form-control.custom-input {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: -0.48px;
          }
        }

        & > button {
          min-width: 92px;
        }
      }

      el-incentives-form-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;

        el-my-incentives {
          display: flex;
          align-items: center;
          gap: 5px;
          font-weight: 600 !important;

          strong {
            font-weight: 700 !important;
            color: var(--color-red-40);

            &.color-purple {
              color: var(--color-purple-40);
            }
          }
        }
      }
    }

    el-incentives-additional-cert {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;

      el-incentives-additional-cert-label {
        display: flex;
        align-items: center;
        height: 43px;
        font-weight: 700 !important;
      }

      el-incentives-additional-cert-form {
        display: flex;
        gap: 49px;

        el-cert-form-item {
          flex-grow: 0;
          flex-shrink: 0;
          display: flex;
          gap: 8px;

          & > el-input {
            width: 200px;

            &.width-wide {
              width: 400px;
            }
          }

          & > button {
            flex-grow: 0;
            flex-shrink: 0;
          }
        }
      }
    }
  }

  el-order-payment-method {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    el-order-payment-method-radios {
      display: flex;
      gap: 32px;

      el-radio:has(input.custom-radio[disabled]) {
        label {
          color: var(--color-natural-0);
          opacity: 1 !important;
        }
      }
    }
  }

  el-order-agree {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    el-order-agree-terms {
      display: block;
      width: 100%;
      height: 220px;
      padding: 13px 14px;
      border: 1px solid var(--color-natural-70);
      border-radius: 8px;
      overflow: auto;
      scrollbar-color: var(--color-opacity-black-30) transparent;
      scrollbar-width: thin;

      &::-webkit-scrollbar-track {
        background: transparent;
      }

      pre {
        color: var(--color-natural-0);

        el-indent {
          display: inline-block;
          width: 100%;
          padding-left: 10px;
        }
      }
    }
  }
}

el-order-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;

  el-order-box {
    el-order-box-content {
      gap: 24px;
      padding: 24px;
    }
  }

  el-order-payment-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0 8px;

    el-order-payment-info-items {
      display: flex;
      flex-direction: column;
      gap: 13px;
      width: 100%;

      & > dl {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        width: 100%;

        & > dt {
          color: var(--color-natural-20);
          font-weight: 600 !important;
        }

        & > dd {
          &.color-red {
            color: var(--color-red-40);
          }
        }
      }
    }

    el-order-payment-info-final {
      display: block;
      width: 100%;

      & > dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;

        & > dt {
          color: var(--color-natural-0);
          font-weight: 700 !important;
        }

        & > dd {
          font-weight: 700 !important;
          & strong {
            font-weight: 700 !important;
          }
        }
      }
    }
  }
}

el-modal-order-preview {
  display: block;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;

  el-modal-templet-officecon {
    display: block;
    width: 360px;
    height: 601px;
    position: relative;

    & > img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    el-templet-officecon-added-image {
      display: block;
      width: 332px;
      height: 166px;
      position: absolute;
      top: 14px;
      left: 14px;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      background-color: #fff;

      & > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    el-modal-templet-officecon-thumbnail {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 115px;
      height: 115px;
      overflow: hidden;
      border-radius: 10px;
      position: absolute;
      top: 192px;
      left: 29px;

      .thumbnail-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
      }

      el-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-opacity-black-3);
      }
    }

    el-modal-templet-officecon-product {
      display: flex;
      gap: 13px;
      width: 100%;
      padding: 0 31px;
      position: absolute;
      left: 0;
      top: 320px;

      el-brand-thumbnail {
        flex-grow: 0;
        flex-shrink: 0;
        width: 55px;
        height: 55px;
        overflow: hidden;
        border-radius: 6px;
        border: 1px solid #d9d9d9;

        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      el-item-txt {
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 1.28 !important;

        el-item-name {
          display: flex;
          flex-direction: column;
          gap: 3px;
          width: 100%;

          el-brand {
            color: #888;
          }

          el-item-name-txt {
            color: var(--color-natural-0);
          }
        }
      }
    }

    el-modal-templet-officecon-info {
      display: flex;
      flex-direction: column;
      gap: 14px;
      width: 100%;
      padding: 0 31px;
      position: absolute;
      left: 0;
      top: 401px;
      color: var(--color-natural-0);
      line-height: 1.28 !important;

      el-officecon-info-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;

        el-officecon-info-label {
          font-weight: 600 !important;
        }
      }
    }

    el-modal-templet-officecon-barcode {
      display: flex;
      justify-content: center;
      width: 207px;
      position: absolute;
      left: 50%;
      top: 483px;
      transform: translateX(-50%);

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

  el-modal-templet-smilecon {
    display: block;
    width: 360px;
    height: 647px;
    position: relative;

    & > img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    el-modal-templet-smilecon-thumbnail {
      display: block;
      width: 340px;
      height: 340px;
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: 10px;

      .thumbnail-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
      }

      el-bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-opacity-black-3);
      }
    }

    el-modal-templet-smilecon-product {
      display: flex;
      gap: 13px;
      width: 100%;
      padding: 0 25px;
      position: absolute;
      left: 0;
      top: 366px;

      el-brand-thumbnail {
        flex-grow: 0;
        flex-shrink: 0;
        width: 55px;
        height: 55px;
        overflow: hidden;
        border-radius: 6px;
        border: 1px solid #d9d9d9;

        img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      el-item-txt {
        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: 1.28 !important;

        el-item-name {
          display: flex;
          flex-direction: column;
          gap: 1.5px;
          width: 100%;

          el-brand {
            color: #888;
          }

          el-item-name-txt {
            color: var(--color-natural-0);
          }
        }
      }
    }

    el-modal-templet-smilecon-info {
      display: flex;
      flex-direction: column;
      gap: 14px;
      width: 100%;
      padding: 0 25px;
      position: absolute;
      left: 0;
      top: 453px;
      color: var(--color-natural-0);
      line-height: 1.28 !important;

      el-smilecon-info-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%;

        el-smilecon-info-label {
          font-weight: 600 !important;
        }
      }
    }

    el-modal-templet-smilecon-barcode {
      display: flex;
      justify-content: center;
      width: 207px;
      position: absolute;
      left: 50%;
      top: 524px;
      transform: translateX(-50%);

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

  el-modal-order-preview-content {
    display: block;
    width: 100%;
    padding: 24px 16px;
    background-color: var(--color-natural-95);

    & > pre {
      color: var(--color-natural-20);
    }
  }
}

el-modal-copy-paste-content {
  display: block;
  width: 536px;
  height: 220px;

  textarea {
    width: 100%;
    height: 100%;
    color: var(--color-natural-0);
  }
}

el-modal-send-message-load-content {
  display: block;
  width: 536px;

  el-modal-scrollable-list-content {
    max-height: 390px;
  }

  el-send-message-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;

    el-send-message-content-item-left {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: calc(100% - 132px);
      white-space: normal;
      position: relative;
      padding: 0 0px 0 16px;

      el-radio {
        width: 100%;

        label {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
    }

    el-send-message-content-item-right {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 132px;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.42px;
      color: var(--color-natural-30);
    }
  }
}
/* 종료: 주문결제 */

/* 시작: 서비스 소개 */
el-service-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  height: 56px;

  & > button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 229, 245, 0.5);
    border: 1px solid rgba(213, 219, 245, 0.6);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    font-weight: 600 !important;
    color: rgba(0, 19, 70, 0.5);

    & > span {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      padding: 0 15px;
      color: var(--color-natural-100);
      font-weight: 600 !important;
      background-color: rgba(0, 19, 70, 0.5);
      border-radius: 999px;
    }

    &.active {
      color: var(--color-natural-0);
      border-color: var(--color-natural-100);
      background-color: var(--color-natural-100);
      box-shadow: var(--color-boxShadow-5);

      & > span {
        color: var(--color-natural-100);
        background-color: var(--color-natural-0);
      }
    }
  }
}

el-service-tabs-content {
  display: block;
  width: 100%;
  padding-top: 40px;

  el-service-tab-panel {
    display: none;
    width: 100%;
    position: relative;

    &.active {
      display: block;
    }
  }
}
/* 종료: 서비스 소개 */

/* 시작: 브랜드 */
el-representative-brand-swiper {
  display: block;
  width: 100%;
  position: relative;

  el-representative-brand-item {
    display: block;
    width: 299px;
    height: 535px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;

    &:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: var(--color-opacity-black-50);
      position: absolute;
      top: 0;
      left: 0;
    }

    el-representative-brand-bg {
      display: block;
      width: 100%;
      height: 100%;

      & > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      & > video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    el-representative-brand-title {
      display: flex;
      flex-direction: column;
      gap: 1px;
      width: 100%;
      padding: 36px 26px 0;
      position: absolute;
      left: 0;
      top: 0;
      color: var(--color-natural-100);

      h3,
      p {
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }

    el-representative-brand-product {
      display: flex;
      gap: 12px;
      width: 271px;
      height: 130px;
      overflow: hidden;
      border-radius: 16px;
      background-color: var(--color-natural-100);
      position: absolute;
      bottom: 14px;
      left: 14px;

      el-product-item {
        a {
          padding: 12px;

          el-item-thumbnail:hover {
            .thumbnail-image {
              transform: scale(1) !important;
            }

            el-bg {
              background-color: var(--color-opacity-black-3) !important;
            }
          }
        }
      }
    }
  }

  .nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--color-natural-60);
    border-radius: 50%;
    background-color: var(--color-opacity-white-80);
    position: absolute;
    top: 217px;
    z-index: 10;

    &:hover {
      background-color: var(--color-natural-100);
    }

    &.prev {
      left: -29px;
    }
    &.next {
      right: -32px;
    }

    &.swiper-button-disabled {
      display: none;
    }
  }
}

el-brand-search-bar {
  display: flex;
  align-items: center;
  gap: 37px;
  width: 100%;
  height: 106px;
  margin-top: 56px;
  padding-left: 62px;
  background-color: var(--color-natural-95);
  border-radius: 20px;
  border: 1px solid var(--color-natural-80);

  el-brand-search-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700 !important;
  }

  el-brand-search-tabs {
    display: flex;
    align-items: center;
    gap: 6px;

    button {
      border-color: var(--color-natural-80) !important;
      font-weight: 600 !important;

      &.button-h50-stroke {
        width: 80px;
        padding: 0;
      }

      &.button-h43-round {
        width: 43px;
        padding: 0;
      }

      &.active {
        border-color: var(--color-natural-0) !important;
        background-color: var(--color-natural-0) !important;
        color: var(--color-natural-100) !important;
      }
    }
  }
}

el-brand-search-result {
  display: block;
  width: 100%;
  padding-top: 40px;

  & > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 26px;
    width: 100%;
    padding: 0 3px;

    & > li {
      flex-grow: 0;
      flex-shrink: 0;

      el-brand-item {
        a {
          el-label {
            line-height: 20px;
          }
        }
      }
    }
  }
}
/* 종료: 브랜드 */

/* 시작: 1:1문의 > 작성 */
el-qna-create {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1024px;
  margin: 0 auto;

  el-qna-section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  el-qna-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 24px 13px 0;

    el-qna-form-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 58px;
      width: 100%;

      el-qna-form-item {
        display: flex;
        width: 100%;

        el-qna-form-item-label {
          flex-grow: 0;
          flex-shrink: 0;
          display: flex;
          align-items: center;
          gap: 4px;
          width: 100px;
          height: 43px;
          font-weight: 700 !important;

          span {
            color: var(--color-red-40);
          }
        }

        el-qna-form-item-content {
          display: flex;
          align-items: center;
          width: 100%;
          max-width: calc(100% - 100px);

          textarea {
            height: 300px;
          }

          el-qna-form-guide {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 16px 24px;
            border-radius: 8px;
            background-color: var(--color-blue-10);

            li {
              font-weight: 400;
              color: var(--color-natural-20);

              &:before {
                background-color: var(--color-natural-20);
              }
            }
          }
        }
      }
    }
  }

  el-qna-agrees {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding-top: 24px;

    el-qna-agree-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--color-natural-80);

      el-checkbox {
        position: relative;
        left: 16px;

        label {
          display: inline-flex;
          gap: 4px;

          span {
            color: var(--color-natural-40);
          }
        }
      }

      button {
        display: flex;
        align-items: center;
        gap: 4px;
        color: var(--color-natural-40);
        font-weight: 600 !important;

        el-icon.h16-arrow-down {
          display: none;
        }

        el-icon.h16-arrow-up {
          display: inline-block;
        }

        &.collapsed {
          el-icon.h16-arrow-down {
            display: inline-block;
          }

          el-icon.h16-arrow-up {
            display: none;
          }
        }
      }

      el-qna-agree-content-collapse {
        width: 100%;

        &.show {
          display: block;
        }

        el-qna-agree-content {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: 100%;
          padding: 24px;
          margin-top: 12px;
          margin-bottom: 12px;
          border-radius: 8px;
          background-color: var(--color-natural-95);

          & > pre {
            color: var(--color-natural-20);

            strong {
              font-weight: 700 !important;
              color: var(--color-orange-officecon);
            }
          }
        }
      }
    }
  }

  el-qna-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 8px;

    button {
      width: 250px;
    }
  }
}
/* 종료: 1:1문의 > 작성 */

/* 시작: 1:1문의 > 보기 */
el-qna-view {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1024px;
  margin: 0 auto;

  el-qna-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-natural-70);

    & > h3 {
      display: block;
    }
  }

  el-qna-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px 56px;
    border-radius: 8px;
    background-color: var(--color-natural-95);

    el-qna-info-article {
      display: flex;
      flex-direction: column;
      gap: 10px;

      dl {
        display: flex;
        gap: 16px;

        dt {
          flex-grow: 0;
          flex-shrink: 0;
          width: 80px;
          position: relative;

          &:after {
            content: '';
            display: block;
            width: 1px;
            height: 14px;
            background-color: var(--color-natural-60);
            position: absolute;
            right: 0;
            top: 3px;
          }
        }

        dd {
          width: 100%;

          .done {
            color: var(--color-orange-officecon);
          }
        }
      }

      &:not(:first-child) {
        border-top: 1px solid var(--color-natural-70);
        padding-top: 24px;
      }
    }
  }

  el-qna-question {
    display: block;
    width: 100%;
    color: var(--color-natural-10);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-natural-80);
  }

  el-qna-answer {
    display: block;
    width: 100%;
    color: var(--color-natural-10);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-natural-80);

    & > h4 {
      font-weight: 600 !important;
      color: var(--color-orange-officecon);
      padding-bottom: 20px;
    }
  }

  el-qna-cta {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;

    button {
      width: 200px;
    }
  }
}
/* 종료: 1:1문의 > 보기 */

/* 시작: 1:1문의 > 목록 */
el-qna-list {
  display: flex;
  flex-direction: column;
  width: 1024px;
  margin: 0 auto;

  el-qna-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 56px;
    background-color: var(--color-natural-95);
    border-radius: 8px;

    button {
      width: 160px;
    }
  }

  el-qna-list-table {
    display: block;
    width: 100%;
    padding-top: 56px;

    & > table {
      margin: 0 !important;
      border-top: 1px solid var(--color-natural-0) !important;
    }

    .col-number {
      width: 80px;
    }
    .col-category {
      width: 200px;
    }
    .col-title {
      width: auto;
    }
    .col-etc {
      width: 128px;
    }

    th,
    td {
      height: 46px;
      padding: 12px !important;
      text-align: center;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: -0.39px;
    }

    th {
      font-weight: 600 !important;
      border-bottom: 1px solid var(--color-natural-80) !important;
    }

    td {
      color: var(--color-natural-20) !important;
      border-bottom: 1px solid var(--color-natural-90) !important;

      a {
        color: var(--color-natural-20) !important;
      }

      .status-waiting {
        color: var(--color-natural-40);
      }
      .status-completed {
        color: var(--color-orange-officecon);
      }

      &.cell-category {
        padding-left: 18px !important;
        padding-right: 18px !important;
      }

      &.cell-title {
        padding-right: 8px !important;
        & > div {
          width: 340px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
    }

    .cell-title {
      text-align: left;
    }
  }

  el-pagination {
    padding-top: 70px;
  }
}
/* 종료: 1:1문의 > 목록 */

/* 시작: 공지사항 > 목록 */
el-notice-list {
  display: flex;
  flex-direction: column;
  width: 1024px;
  margin: 0 auto;

  el-notice-list-table {
    display: block;
    width: 100%;
    padding-top: 40px;

    & > table.table-hover > tbody > tr:hover > th,
    & > table.table-hover > tbody > tr:hover > td {
      background-color: var(--color-natural-98) !important;
      --bs-table-bg-state: var(--color-natural-98) !important;
    }

    & > table.table-hover > tbody > tr.empty:hover > th,
    & > table.table-hover > tbody > tr.empty:hover > td {
      background-color: transparent !important;
      --bs-table-bg-state: transparent !important;
    }

    & > table {
      margin: 0 !important;
      border-top: 1px solid var(--color-natural-0) !important;
    }

    .col-number {
      width: 114px;
    }
    .col-title {
      width: auto;
    }
    .col-date {
      width: 146px;
    }

    th,
    td {
      text-align: center;
    }

    th {
      height: 56px;
      padding: 16px !important;
      color: var(--color-natural-20) !important;
      border-bottom: 1px solid var(--color-natural-50) !important;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.48px;
    }

    td {
      height: 80px;
      padding: 21px 16px !important;
      border-bottom: 1px solid var(--color-natural-80) !important;
      color: var(--color-natural-10) !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.42px;

      &.cell-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.48px;
        color: var(--color-natural-0) !important;

        & > div {
          display: block;
        }
      }

      &:last-of-type {
        color: var(--color-natural-40) !important;
      }
    }

    .cell-title {
      text-align: left;
      padding-left: 40px !important;
      padding-right: 40px !important;
    }
  }

  el-pagination {
    padding-top: 62px;
  }
}
/* 종료: 공지사항 > 목록 */

/* 시작: 공지사항 > 보기 */
el-notice-view {
  display: flex;
  flex-direction: column;
  width: 1024px;
  margin: 0 auto;

  el-notice-title {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid var(--color-natural-70);

    & > h3 {
      display: flex;
      gap: 8px;

      & > span {
        display: block;
      }
    }

    el-notice-date {
      display: flex;
      padding-top: 14px;
      color: var(--color-natural-40);
    }
  }

  el-notice-content {
    display: block;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid var(--color-natural-80);

    el-notice-files {
      display: block;
      margin-top: 40px;
      padding: 25px 28px;
      background-color: var(--color-natural-95);
      border: 1px solid var(--color-natural-80);
      border-radius: 10px;

      & > ul {
        display: flex;
        flex-direction: column;
        gap: 12px;

        & > li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 12px;
          width: 100%;

          el-notice-file-info {
            display: flex;
            gap: 24px;

            el-notice-file-label {
              font-weight: 700;
              color: var(--color-natural-30);
            }

            & > div {
              width: 850px;
              display: block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
          }

          el-notice-file-download {
            img {
              width: auto;
              height: 24px;
            }
          }
        }
      }
    }
  }

  el-notice-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 40px;

    button {
      width: 250px;
    }
  }
}
/* 종료: 공지사항 > 보기 */

/* 시작: FAQ */
el-faq {
  display: flex;
  flex-direction: column;
  width: 1024px;
  margin: 0 auto;

  el-faq-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding-top: 56px;

    button {
      padding: 0 28px !important;
      border-color: var(--color-natural-70) !important;

      &.active {
        border-color: var(--color-natural-0) !important;
        background-color: var(--color-natural-0) !important;
        color: var(--color-natural-100) !important;
      }
    }
  }

  el-faq-list {
    display: block;
    padding-top: 40px;

    ul {
      li {
        border-bottom: 1px solid var(--color-natural-70);

        & > button {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 27px 24px 27px 0;

          &:hover {
            background-color: var(--color-natural-98);
          }

          &.collapsed {
            el-icon {
              transform: rotate(180deg);
            }
          }

          el-faq-list-left {
            display: flex;
            align-items: center;
            width: 100%;

            el-faq-list-category {
              flex-grow: 0;
              flex-shrink: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 92px;

              el-faq-list-chip {
                flex-grow: 0;
                flex-shrink: 0;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 60px;
                height: 26px;
                padding: 0 8px;
                border: 1px solid var(--color-natural-40);
                border-radius: 999px;
                font-weight: 700 !important;
                line-height: 1 !important;
                color: var(--color-natural-40);
                background-color: var(--color-natural-100);
              }
            }

            el-faq-list-title {
              display: flex;
              align-items: center;
              gap: 16px;
              width: 100%;
              padding: 0 24px;
              font-weight: 600 !important;

              el-faq-list-title-text {
                text-align: left;
                display: block;
              }
            }
          }
        }

        el-board-list-empty {
          padding: 80px 0;
        }

        el-faq-answer-collapse {
          display: block;
          width: 100%;

          el-faq-answer {
            display: flex;
            gap: 16px;
            width: 100%;
            padding: 40px 149px 40px 116px;
            background-color: var(--color-natural-98);

            el-faq-answer-content-prefix {
              flex-grow: 0;
              flex-shrink: 0;
              width: 17px;
              color: var(--color-orange-officecon);
            }

            el-faq-answer-content {
              display: block;
              width: 100%;
            }
          }
        }
      }
    }
  }

  el-pagination {
    padding-top: 62px;
  }
}
/* 종료: FAQ */

/* 시작: 마이페이지 - 공통 */
el-mypage {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;

  el-section-title {
    height: 80px;
    align-items: center;
  }

  el-mypage-grade {
    display: flex;
    width: 100%;
    min-height: 204px;
    padding: 29px 8px 29px 32px;
    border-radius: 24px;
    background-color: var(--color-natural-95);

    el-grade-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      width: 100%;
      padding-right: 30px;

      el-grade-info-content {
        display: flex;
        align-items: center;
        gap: 16px;
        width: 100%;
        min-height: 100%;

        el-grade-info-image {
          flex-grow: 0;
          flex-shrink: 0;
          display: block;
          width: 160px;
          position: relative;

          & > img {
            display: block;
            width: 160px;
            height: auto;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
          }
        }

        el-grade-info-detail {
          display: flex;
          flex-direction: column;
          gap: 14px;
          width: 100%;

          .current-grade {
            padding-right: 2px;
          }

          el-grade-info-detail-content {
            display: flex;
            flex-direction: column;
            gap: 3px;
            width: 100%;
            color: var(--color-natural-20);

            strong {
              color: var(--color-natural-0);
            }
          }
        }
      }

      el-grade-info-addon {
        flex-grow: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: fit-content;
        min-width: 119px;
        height: 100%;
        padding: 11px 0;
      }
    }

    el-grade-cash {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 6px;
      width: 364px;
      padding: 19px 40px 10px 40px;
      border-left: 1px solid var(--color-natural-70);

      & > h4 {
        font-weight: 700 !important;
      }

      el-grade-cash-content {
        display: flex;
        flex-direction: column;
        gap: 1px;

        el-grade-cash-date {
          display: flex;
          align-items: center;
          gap: 4px;
          color: var(--color-natural-20);

          & > strong {
            color: var(--color-natural-0);
          }
        }

        el-grade-cash-amount {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;

          & > span {
            display: flex;
            align-items: baseline;
            gap: 3px;
          }

          & > button {
            flex-grow: 0;
            flex-shrink: 0;
          }
        }
      }
    }

    el-grade-etc {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 6px;
      width: 276px;
      padding: 19px 40px 12px 40px;
      border-left: 1px solid var(--color-natural-70);

      & > h4 {
        font-weight: 700 !important;
      }

      el-grade-etc-content {
        display: flex;
        flex-direction: column;
        gap: 1px;

        el-grade-etc-amount {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;

          & > span {
            display: flex;
            align-items: baseline;
            gap: 3px;
          }

          & > button {
            flex-grow: 0;
            flex-shrink: 0;
          }
        }
      }
    }

    &.grade-family {
      el-grade-info {
        el-grade-info-content {
          el-grade-info-detail {
            .current-grade {
              color: var(--color-orange-officecon);
            }
          }
        }
      }
    }

    &.grade-silver {
      el-grade-info {
        el-grade-info-content {
          el-grade-info-detail {
            .current-grade {
              color: var(--color-level-silver);
            }
          }
        }
      }
    }

    &.grade-gold {
      el-grade-info {
        el-grade-info-content {
          el-grade-info-detail {
            .current-grade {
              color: var(--color-level-gold);
            }
          }
        }
      }
    }

    &.grade-diamond {
      el-grade-info {
        el-grade-info-content {
          el-grade-info-detail {
            .current-grade {
              color: var(--color-level-diamond);
            }
          }
        }
      }
    }
  }

  el-mypage-container {
    display: flex;
    gap: 50px;
    width: 100%;

    el-mypage-nav {
      flex-grow: 0;
      flex-shrink: 0;
      width: 160px;

      & > ul > li {
        padding: 20px 0;
        border-bottom: 1px solid var(--color-natural-90);

        & > h4 {
          padding: 12px 0;
          font-weight: 700 !important;
        }

        & > ul > li {
          padding: 8px 0;

          & > a {
            font-weight: 600 !important;
            color: var(--color-natural-20) !important;
          }
        }
      }
    }

    el-mypage-section {
      display: block;
      width: 100%;

      el-mypage-content {
        display: block;
        width: 100%;
        margin-top: 32px;
      }
    }
  }

  el-pagination {
    padding-top: 80px;
  }
}

#el-modal-company-member-conversion {
  el-modal-body.modal-body {
    max-height: 624px;

    el-modal-company-member-conversion {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 480px;
    }
  }
}

#el-modal-cash-charge {
  el-modal-cash-charge {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 500px;

    el-charge-amount {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      width: 100%;
      padding: 32px 0;
      background-color: var(--color-natural-95);
      border-radius: 8px;

      el-charge-amount-title {
        color: var(--color-natural-10);
      }

      el-charge-amount-content {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        width: 363px;
        color: var(--color-natural-0);
      }
    }

    el-charge-method {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;

      .form-check-label {
        span {
          color: var(--color-orange-officecon);
        }
      }
    }

    el-marker-list {
      ul {
        li {
          &.color-red {
            &:before {
              background-color: var(--color-natural-20) !important;
            }
          }
        }
      }
    }
  }
}

el-table-util-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding-bottom: 1px;
  margin-bottom: 16px;

  el-table-util-left {
    flex-grow: 0;
    flex-shrink: 0;
    span {
      font-weight: 700 !important;
    }
  }

  el-table-util-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
  }

  el-table-util-filter {
    display: block;
    width: 122px;
  }
}

el-mypage-table {
  display: block;
  width: 100%;

  & > table {
    margin: 0 !important;
    border: 0 !important;

    th,
    td {
      border-bottom: 1px solid var(--color-natural-80) !important;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: -0.39px;
      color: var(--color-natural-20) !important;
      vertical-align: middle;
      height: 46px;
      padding: 12px 16px !important;
      text-align: center;
      max-width: 0;

      &.align-left {
        text-align: left;
      }

      el-checkbox {
        vertical-align: middle;
      }
    }

    th {
      font-weight: 600;
      color: var(--color-natural-0) !important;
    }

    thead {
      th {
        border-top: 1px solid var(--color-natural-0) !important;
      }
    }

    el-mypage-table-action-buttons {
      display: flex;
      flex-direction: column;
      gap: 4px;
      width: 64px;
      margin: 0 auto;
    }
  }
}

el-mypage-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 331px;
  white-space: normal;
  position: relative;

  el-item-thumbnail {
    flex-grow: 0;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: block;
    width: 120px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

    .thumbnail-image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    el-bg {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--color-opacity-black-3);
    }
  }

  el-item-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;

    el-item-promotion {
      color: var(--color-natural-40);
    }

    el-item-name {
      display: flex;
      flex-direction: column;
      width: 100%;

      a {
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
      }

      el-brand {
        font-weight: 700 !important;
        color: var(--color-natural-0);
      }

      el-item-name-txt {
        color: var(--color-natural-0);
      }
    }
  }
}
/* 종료: 마이페이지 - 공통 */

/* 시작: 마이페이지 > 주문/발송 내역 */
el-mypage-info-box {
  display: block;
  padding-top: 16px;

  el-info-box {
    el-marker-list {
      ul {
        li {
          strong {
            font-weight: 600 !important;
          }

          &.color-red {
            &:before {
              background-color: var(--color-natural-20) !important;
            }
          }
        }
      }
    }
  }
}

el-modal-transaction-print {
  display: block;
  width: 400px;
}

el-mypage-order-list {
  display: block;
  width: 100%;
  padding-top: 32px;

  el-mypage-order-list-date-range {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;

    el-datepicker {
      flex-grow: 0;
      flex-shrink: 0;
      width: 130px;
    }
  }

  el-mypage-table.mypage-order-list-table {
    .col-auto {
      width: auto;
    }
    .col-80 {
      width: 80px;
    }
    .col-90 {
      width: 90px;
    }
    .col-110 {
      width: 110px;
    }
    .col-120 {
      width: 120px;
    }

    & > table {
      th {
        padding: 12px 8px !important;
      }

      td {
        padding: 20px 8px !important;
      }

      .button-order-result {
        width: 16px;
        height: 16px;
        padding: 0;
        margin-left: 4px;
        color: var(--color-natural-30);
        border: 1px solid var(--color-natural-70);
        background-color: var(--color-natural-90);
        border-radius: 50%;
        overflow: hidden;
      }
    }

    el-mypage-table-send-result {
      display: flex;
      flex-direction: column;
      gap: 2px;
      width: 92px;
      margin: 0 auto;

      el-mypage-table-send-result-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;

        & > div {
          color: var(--color-natural-0);

          strong {
            font-weight: 600 !important;
          }
        }
      }
    }
  }
}

.el-modal-guide-templet {
  el-modal-guide {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 536px;

    el-modal-guide-box {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      padding: 20px 24px;
      background-color: var(--color-natural-95);
      border-radius: 8px;
      color: var(--color-natural-0);

      &.bg-blue {
        background-color: var(--color-blue-10);
      }

      & > h4 {
        font-weight: 700 !important;
        display: flex;
        align-items: center;
        gap: 6px;
      }

      el-send-fail-article {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 7px;

        el-send-fail-article-label {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 6px 12px;
          border-radius: 999px;
          background-color: var(--color-natural-30);
          color: var(--color-natural-100);
          font-weight: 700 !important;
        }

        el-send-fail-article-content {
          display: block;
          width: 100%;
          padding-bottom: 9px;
        }
      }
    }
  }
}
/* 종료: 마이페이지 > 주문/발송 내역 */

/* 시작: 마이페이지 > 주문 상세 */
el-order-view-select {
  display: block;
  width: 100%;

  & > el-select {
    & > button.dropdown-toggle {
      el-label {
        font-weight: 600 !important;
      }
    }

    .active-bold {
      .dropdown-item {
        &.active {
          font-weight: 600 !important;
        }
      }
    }
  }
}

el-order-view-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-top: 40px;

  el-order-view-product-title {
    display: flex;
    align-items: baseline;
    gap: 8px;

    & > span {
      color: var(--color-natural-20);
    }
  }

  el-order-view-product-content {
    display: flex;
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid var(--color-natural-80);
    border-bottom: 1px solid var(--color-natural-80);

    el-order-view-product-link {
      display: flex;
      align-items: center;
      width: 100%;
    }

    el-order-view-product-price {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: 247px;
      border-left: 1px solid var(--color-natural-80);

      el-discount-rate {
        font-weight: 700 !important;
        color: var(--color-red-40);
      }

      el-sale-price {
        font-weight: 700 !important;
      }

      el-original-price {
        color: var(--color-natural-30);
      }
    }

    el-order-view-product-action {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      width: 228px;
      align-items: center;
      justify-content: center;
      border-left: 1px solid var(--color-natural-80);

      & > button {
        width: 147px;
      }
    }
  }
}

el-modal-send-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 536px;
  padding: 24px;
  background-color: var(--color-blue-10);
  border-radius: 8px;

  el-modal-send-message-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;

    & > h3 {
      font-weight: 700 !important;
    }
  }

  el-modal-send-message-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid var(--color-natural-70);

    dl {
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;

      dt {
        flex-grow: 0;
        flex-shrink: 0;
        width: 90px;
        font-weight: 700 !important;
        position: relative;

        &:after {
          content: '';
          display: block;
          width: 1px;
          height: 14px;
          background-color: var(--color-natural-60);
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
        }
      }
    }
  }
}

el-order-view-sent-list {
  display: block;
  width: 100%;
  padding-top: 64px;

  el-order-view-sent-table-header {
    display: block;
    width: 100%;

    .col-auto {
      width: auto;
    }
    .col-82 {
      width: 82px;
    }
    .col-90 {
      width: 90px;
    }
    .col-114 {
      width: 114px;
    }
    .col-118 {
      width: 118px;
    }
    .col-132 {
      width: 132px;
    }
  }

  el-order-view-sent-table-body {
    display: block;
    width: 100%;
    max-height: 231px;
    overflow: auto;

    .col-auto {
      width: auto;
    }
    .col-82 {
      width: 82px;
    }
    .col-90 {
      width: 90px;
    }
    .col-114 {
      width: 114px;
    }
    .col-118 {
      width: 118px;
    }
    .col-132 {
      width: 132px;
    }
  }
}

el-modal-resend {
  display: block;
  width: 480px;

  el-modal-resend-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;

    & > button {
      flex-grow: 0;
      flex-shrink: 0;
      padding: 0 !important;
      width: 43px;
    }
  }

  el-modal-resend-search-result {
    display: block;
    width: 100%;
    padding-top: 24px;

    el-cell-checkbox {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      padding: 0 16px;
    }

    el-cell-email {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0 16px;
    }

    el-cell-mobile {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 124px;
      padding: 0 16px;
    }

    el-cell-count {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      padding: 0 16px;
    }

    &.sms-result {
      el-cell-mobile {
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 16px;
      }

      el-cell-count {
        width: 130px;
      }
    }

    &.cancel-partial {
      padding-top: 0;

      el-cell-mobile {
        width: 180px;
      }
    }

    el-modal-resend-result-header {
      display: flex;
      align-items: center;
      width: 100%;
      height: 43px;
      padding: 0 7px;
      border-radius: 10px;
      border: 1px solid var(--color-natural-80);
      background-color: var(--color-natural-95);
      color: var(--color-natural-30);
      font-weight: 600 !important;
    }

    el-modal-resend-result-body {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-height: 215px;
      position: relative;
      overflow: auto;

      ul {
        width: 100%;
        padding: 0 8px;

        & > li {
          display: flex;
          align-items: center;
          width: 100%;
          min-height: 43px;
          padding: 10px 0;
          border-bottom: 1px solid var(--color-natural-80);
        }
      }

      el-board-list-empty {
        height: 194px;
      }
    }

    el-modal-resend-current {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      padding: 8px 8px 0;
      color: var(--color-natural-20);

      strong {
        color: var(--color-orange-officecon);
      }

      & > button {
        width: 64px;
      }
    }

    el-modal-resend-success {
      display: block;
      width: 100%;
      padding-top: 16px;
    }

    el-modal-resend-failed {
      display: block;
      width: 100%;
      padding-top: 16px;
    }
  }
}

el-modal-cancel-payment {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding-top: 16px;

  & > h4 {
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    width: 100%;
    height: 43px;
  }

  el-modal-cancel-all-payment-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
    padding: 16px 8px;
    border-top: 1px solid var(--color-natural-0);
    border-bottom: 1px solid var(--color-natural-80);

    dl {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      width: 100%;

      dt {
        font-weight: 600 !important;
        color: var(--color-natural-20);
      }

      .total-refund-amount {
        font-weight: 700 !important;
      }

      .color-red {
        color: var(--color-red-40);
      }
    }
  }
}

el-modal-cancel-payment-method {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding-top: 16px;
}

el-modal-cancel-all {
  display: flex;
  flex-direction: column;
  width: 400px;
  padding: 16px 0;
}

el-order-view-sent-result {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 47px;

  el-order-view-sent-result-title {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 44px;
    font-weight: 700 !important;

    & > button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      padding-right: 1px;
      border: 1.375px solid var(--color-natural-70);
      border-radius: 50%;
      overflow: hidden;
      color: var(--color-natural-30) !important;
      font-size: 15.125px !important;
      font-weight: 600 !important;
      line-height: 22px !important;
      letter-spacing: -0.454px !important;
    }
  }

  .el-order-view-sent-result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 0px;
    width: calc(100% + 6px);

    li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(25% - 6px);
      height: 41px;
      margin-right: 6px;
      gap: 4px;
      border-radius: 4px;
      background-color: var(--color-blue-10);
      color: var(--color-natural-20);

      & > div {
        color: var(--color-natural-0);

        strong {
          font-weight: 600 !important;
        }
      }
    }
  }
}

el-order-view-payment {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 52px;

  el-order-view-payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    font-weight: 700 !important;
  }

  el-order-view-payment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid var(--color-natural-0);
    border-bottom: 1px solid var(--color-natural-80);
    padding: 22px 0;

    el-order-view-payment-info {
      width: 100%;
      padding: 0 15px;

      el-order-view-payment-info-label {
        display: block;
        font-weight: 600 !important;
        padding: 15px 0;

        &:first-child {
          padding-top: 0;
        }
      }

      & > ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
    }

    el-order-view-payment-price {
      flex-grow: 0;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 7px;
      width: 364px;
      padding: 0 45px 0 32px;
      border-left: 1px solid var(--color-natural-70);

      & > dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;

        dt {
          font-weight: 600 !important;
        }

        dd {
          flex-grow: 0;
          flex-shrink: 0;
          text-align: right;
        }

        .color-red {
          color: var(--color-red-40);
        }

        &.size-lg {
          padding-top: 4px;

          dt,
          dd {
            font-weight: 700 !important;
          }
        }
      }
    }
  }
}

el-order-view-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 36px;

  & > button {
    width: 134px;
  }
}
/* 종료: 마이페이지 > 주문 상세 */

/* 시작: 마이페이지 > 취소/환불내역 */
el-mypage-cancel-list {
  display: block;
  width: 100%;
  padding-top: 32px;

  .mypage-cancel-list-table table.table {
    .col-auto {
      width: auto;
    }
    .col-80 {
      width: 80px;
    }
    .col-100 {
      width: 100px;
    }
    .col-120 {
      width: 120px;
    }
    .col-140 {
      width: 140px;
    }

    thead {
      th {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    el-mypage-table-action-buttons {
      align-items: center;

      & > button {
        width: 53px;
      }
    }
  }
}

el-modal-cancel-detail {
  display: block;
  width: 400px;

  el-cell-index {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    padding: 0 16px;
  }

  el-cell-email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 16px;
  }

  el-cell-mobile {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    padding: 0 16px;
  }

  el-modal-cancel-detail-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 43px;
    padding: 0 7px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-80);
    background-color: var(--color-natural-95);
    color: var(--color-natural-30);
    font-weight: 600 !important;
  }

  el-modal-cancel-detail-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 258px;
    position: relative;
    overflow: auto;

    ul {
      width: 100%;
      padding: 0 8px;

      & > li {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 43px;
        padding: 10px 0;
        border-bottom: 1px solid var(--color-natural-80);
      }
    }

    el-board-list-empty {
      height: 194px;
    }
  }
}
/* 종료: 마이페이지 > 취소/환불내역 */

/* 시작: 마이페이지 > 주문/발송 수정 */
el-agree-send-fail {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 0 0 135px;
  margin-top: -16px;

  a {
    display: flex;
    align-items: center;
    color: var(--color-blue-60);
    text-decoration: underline;
    font-weight: 700 !important;

    el-icon {
      background-color: var(--color-blue-60);
    }
  }
}

el-mypage-modify {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
/* 종료: 마이페이지 > 주문/발송 수정 */

/* 시작: 마이페이지 > 캐쉬/리워드 내역 */
el-mypage-cashReward {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

el-mypage-cashReward-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 74px;
  border-radius: 8px;
  background-color: var(--color-natural-95);
  padding: 20px 32px;

  el-mypage-cashReward-current {
    display: flex;
    align-items: center;

    el-mypage-cashReward-current-label {
      font-weight: 600 !important;
      padding-left: 8px;
    }

    el-mypage-cashReward-current-amount {
      display: flex;
      align-items: center;
      gap: 2px;
      padding-left: 12px;

      strong {
        font-weight: 700 !important;
      }
    }
  }

  &:has(el-mypage-cashReward-addon) {
    justify-content: space-between;
  }

  el-mypage-cashReward-addon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;

    button {
      width: 110px;
    }

    el-mypage-cashReward-dueDate {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 3px;
      color: var(--color-natural-20);

      strong {
        color: var(--color-natural-0);
        font-weight: 700 !important;
      }
    }

    el-mypage-cashReward-summary {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;

      dl {
        display: flex;
        align-items: center;
        gap: 3px;
        position: relative;

        dt {
          font-weight: 400 !important;
          color: var(--color-natural-20);
        }

        dd {
          color: var(--color-natural-0);
          font-weight: 700 !important;
        }
      }

      el-mypage-cashReward-sub-member {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 17px;

        dl:last-of-type {
          &::after {
            content: '';
            position: absolute;
            left: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 16px;
            background-color: var(--color-natural-60);
          }
        }
      }
    }
  }
}

el-modal-virtual-account-history {
  display: block;
  width: 900px;

  el-cell-index {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 0 16px;
  }
  el-cell-bank-name {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 0 16px;
  }
  el-cell-bank-account {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    padding: 0 16px;
  }
  el-cell-bank-account-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
  }
  el-cell-amount {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    padding: 0 16px;
  }
  el-cell-deposit-date {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 16px;
  }
  el-cell-expire-date {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 16px;
  }
  el-cell-status {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 0 16px;
  }

  el-modal-virtual-account-history-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 43px;
    padding: 0 7px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-80);
    background-color: var(--color-natural-95);
    color: var(--color-natural-30);
    font-weight: 600 !important;
  }

  el-modal-virtual-account-history-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 430px;
    position: relative;
    overflow: auto;

    ul {
      width: 100%;
      padding: 0 8px;

      & > li {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 43px;
        padding: 10px 0;
        border-bottom: 1px solid var(--color-natural-80);
      }
    }

    el-board-list-empty {
      height: 194px;
    }
  }
}

el-modal-policy-guide {
  display: block;
  width: 508px;
}

el-certification-guide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 280px;

  & > h4 {
    font-weight: 700 !important;
  }

  el-certification-guide-myinfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    color: var(--color-natural-20);
    padding: 24px 32px;
    border-radius: 8px;
    background-color: var(--color-natural-95);
    font-weight: 600 !important;

    strong {
      color: var(--color-natural-0);
      font-weight: 700 !important;
    }
  }

  & > p {
    color: var(--color-natural-20);
  }
}

el-modal-cash-refund-all {
  display: block;
  width: 500px;

  el-mypage-cashReward-status {
    margin-top: 16px;
    min-height: 66px;
  }

  el-modal-form {
    padding-top: 24px;

    el-select {
      .dropdown-menu {
        margin-top: 0 !important;
        top: 0px !important;

        & > ul {
          max-height: 215px;
        }
      }
    }
  }

  el-agrees {
    padding-top: 16px;

    el-agree-content > pre {
      color: var(--color-natural-20);

      strong {
        font-weight: 700 !important;
        color: var(--color-orange-officecon);
      }
    }
  }
}

el-mypage-cashReward-list {
  display: block;
  width: 100%;
  padding-top: 32px;

  .mypage-cashReward-list-table table.table {
    .col-auto {
      width: auto;
    }
    .col-100 {
      width: 100px;
    }
    .col-120 {
      width: 120px;
    }
    .col-140 {
      width: 140px;
    }
    .col-160 {
      width: 160px;
    }

    el-mypage-table-cashReward-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%;

      a {
        color: var(--color-natural-20);
        text-decoration: underline;
      }
    }
  }
}

el-mypage-cash-charge {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;

  el-mypage-cash-charge-article {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

    el-mypage-cash-charge-title {
      display: block;
      padding-bottom: 16px;
      font-weight: 700 !important;
      border-bottom: 1px solid var(--color-natural-80);
    }

    el-form-with-label {
      width: 588px;
      gap: 8px;

      el-form-row {
        el-form-label {
          font-weight: 700 !important;
          color: var(--color-natural-20);
        }
      }
    }
  }

  el-mypage-cash-charge-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 32px;

    button {
      width: 134px;
    }
  }
}

el-cash-order-history-list {
  display: block;
  width: 100%;
  padding-top: 32px;

  .mypage-cash-order-history-table table.table {
    .col-auto {
      width: auto;
    }
    .col-120 {
      width: 120px;
    }
    .col-140 {
      width: 140px;
    }
    .col-160 {
      width: 160px;
    }
    .col-180 {
      width: 180px;
    }
    .col-190 {
      width: 190px;
    }
  }
}
/* 종료: 마이페이지 > 캐쉬/리워드 내역 */

/* 시작: 마이페이지 > 발송문구 관리 */
el-mypage-message-list {
  display: block;
  width: 100%;

  .mypage-message-list-table table.table {
    .col-auto {
      width: auto;
    }
    .col-70 {
      width: 70px;
    }
    .col-160 {
      width: 160px;
    }

    th,
    td {
      color: var(--color-natural-0) !important;
    }
  }
}

el-mypage-message-edit {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;

  el-form-with-label {
    el-form-row {
      gap: 0px;

      el-form-label {
        width: 135px;
      }

      el-form-content {
        & > el-input,
        & textarea.form-control {
          width: 772px;
        }

        & textarea {
          height: 220px;
        }

        el-form-input-length {
          flex-grow: 0;
          flex-shrink: 0;
          align-self: flex-end;
          display: flex;
          align-items: center;
          width: 62px;
          height: 43px;
          color: var(--color-natural-40);
        }

        el-form-textarea-length {
          flex-grow: 0;
          flex-shrink: 0;
          align-self: flex-end;
          display: flex;
          align-items: center;
          width: 62px;
          color: var(--color-natural-40);
        }
      }
    }
  }

  el-mypage-message-edit-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-top: 64px;
    border-top: 1px solid var(--color-natural-80);

    button {
      width: 134px;
    }
  }
}
/* 종료: 마이페이지 > 발송문구 관리 */

/* 시작: 마이페이지 > 서브회원 관리 */
el-sub-member {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;

  el-sub-member-list {
    display: block;
    width: 100%;

    .sub-member-list-table table.table {
      .col-auto {
        width: auto;
      }
      .col-80 {
        width: 80px;
      }
      .col-106 {
        width: 106px;
      }
      .col-122 {
        width: 122px;
      }
      .col-150 {
        width: 150px;
      }
      .col-166 {
        width: 166px;
      }
      .col-200 {
        width: 200px;
      }

      th,
      td {
        color: var(--color-natural-0) !important;
        word-break: break-all;

        el-ellipsis {
          text-align: center;
        }
      }

      el-mypage-table-action-buttons {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 100%;

        & > el-select {
          width: 72px;
        }

        & > button {
          width: auto;
          min-width: 53px;
        }
      }
    }
  }
}

el-modal-cash-history {
  display: block;
  width: 640px;

  el-cell-index {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 0 16px;
  }
  el-cell-amount {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 16px;
  }
  el-cell-type {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 0 16px;
  }
  el-cell-reason {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 14px;
  }
  el-cell-date {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 16px;
  }

  el-modal-cash-history-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 43px;
    padding: 0 7px;
    border-radius: 10px;
    border: 1px solid var(--color-natural-80);
    background-color: var(--color-natural-95);
    color: var(--color-natural-30);
    font-weight: 600 !important;
  }

  el-modal-cash-history-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 430px;
    position: relative;
    overflow: auto;

    ul.el-modal-cash-history-body-ul {
      width: 100%;
      padding: 0 8px;

      & > li {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 43px;
        padding: 10px 0;
        border-bottom: 1px solid var(--color-natural-80);
      }
    }

    el-board-list-empty {
      height: 194px;
    }
  }
}

el-modal-pay-cash {
  display: block;
  width: 400px;

  el-mypage-cashReward-status {
    margin-top: 16px;
    min-height: 66px;
  }

  el-marker-list {
    padding: 10px 10px 0;
  }

  el-modal-form {
    padding-top: 32px;
  }
}

el-mypage-sub-member-regist {
  display: block;
  width: 100%;

  el-form-with-label {
    el-form-row {
      el-form-content {
        el-input {
          width: 400px;
        }
      }
    }
  }
}

el-sub-member-regist-agree {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 32px;

  el-sub-member-regist-agree-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding-top: 24px;

    el-sub-member-regist-agree-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--color-natural-80);

      &:has(el-sub-member-regist-agree-content-collapse.show) {
        border-bottom: 0;
      }

      el-checkbox {
        position: relative;
        left: 16px;

        label {
          display: inline-flex;
          gap: 4px;

          span {
            color: var(--color-natural-40);
          }
        }
      }

      button {
        display: flex;
        align-items: center;
        gap: 4px;
        color: var(--color-natural-40);
        font-weight: 600 !important;

        el-icon.h16-arrow-down {
          display: none;
        }

        el-icon.h16-arrow-up {
          display: inline-block;
        }

        &.collapsed {
          el-icon.h16-arrow-down {
            display: inline-block;
          }

          el-icon.h16-arrow-up {
            display: none;
          }
        }
      }

      el-sub-member-regist-agree-content-collapse {
        width: 100%;

        &.show {
          display: block;
        }

        el-sub-member-regist-agree-detail {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: 100%;
          padding: 24px;
          margin-top: 12px;
          margin-bottom: 12px;
          border-radius: 8px;
          background-color: var(--color-natural-95);

          & > pre {
            color: var(--color-natural-20);

            strong {
              font-weight: 700 !important;
              color: var(--color-orange-officecon);
            }
          }
        }
      }
    }
  }
}

el-sub-member-regist-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding-top: 80px;

  button {
    width: 134px;
  }
}
/* 종료: 마이페이지 > 서브회원 관리 */

/* 시작작: 마이페이지 > 인증 IP 관리 */
el-mypage-ip-list {
  display: block;
  width: 100%;

  el-table-util-right {
    button {
      width: 110px;
    }
  }

  .mypage-ip-list-table table.table {
    .col-auto {
      width: auto;
    }
    .col-80 {
      width: 80px;
    }
    .col-200 {
      width: 200px;
    }
    .col-335 {
      width: 200px;
    }

    th,
    td {
      color: var(--color-natural-0) !important;
    }
  }
}

el-modal-ip-register {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 400px;

  el-modal-ip-register-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--color-natural-95);
    color: var(--color-natural-20);

    strong {
      color: var(--color-natural-0);
      font-weight: 700 !important;
    }
  }

  el-modal-ip-register-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;

    el-modal-ip-register-form-label {
      font-weight: 600 !important;
    }

    el-modal-ip-register-form-row {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      padding-bottom: 6px;

      & > button {
        flex-grow: 0;
        flex-shrink: 0;
        width: 80px;
        padding: 0 12px !important;
      }
    }
  }

  el-marker-list {
    margin-top: -6px;
    padding: 0 20px;
  }
}
/* 종료: 마이페이지 > 인증 IP 관리 */

/* 시작: 마이페이지 > 회원 탈퇴 */
el-cancel-membership {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;

  el-cancel-membership-info {
    display: block;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--color-natural-80);

    & > ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;

      & > li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        color: var(--color-natural-20);

        el-icon {
          position: relative;
          top: 4px;
        }

        strong {
          color: var(--color-natural-0);
          font-weight: 700 !important;

          &.color-red {
            color: var(--color-red-40);
          }
        }
      }
    }
  }

  el-cancel-membership-caution {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    color: var(--color-natural-10);

    p {
      text-align: center;

      strong {
        color: var(--color-natural-0);
        font-weight: 700 !important;
      }
    }
  }

  el-cancel-membership-myinfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;

    el-cancel-membership-box-wrap {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      width: 100%;

      el-cancel-membership-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 40px;
        border-radius: 8px;
        background-color: var(--color-natural-95);

        el-cancel-membership-box-label {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          width: 100%;
          font-weight: 600 !important;
        }

        & > strong {
          font-weight: 700 !important;
        }

        &.input-password {
          flex-direction: row;
          justify-content: center;
          gap: 32px;
          padding: 24px;

          el-cancel-membership-box-label {
            width: 100px;
            font-weight: 700 !important;
          }

          el-input {
            width: 400px;
          }
        }
      }
    }
  }

  el-cancel-membership-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding-top: 80px;
    border-top: 1px solid var(--color-natural-80);

    button {
      width: 169px;
    }
  }
}
/* 종료: 마이페이지 > 회원 탈퇴 */

/* 시작: 서비스 이용약관 */
el-policy {
  display: block;
  width: 1024px;
  margin: 0 auto;

  el-policy-section {
    display: block;
    width: 100%;
    padding-top: 32px;

    el-policy-select {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;

      el-select {
        width: 160px;

        .dropdown-menu {
          & > ul {
            max-height: 258px;
          }
        }
      }
    }

    el-policy-content {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 100%;
      padding: 40px 16px 0;
      word-break: keep-all;
      color: var(--color-natural-20);

      a {
        color: var(--color-natural-20);
        text-decoration: underline;
      }

      el-policy-article {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;

        & > h3 {
          color: var(--color-natural-0);
          font-weight: 700 !important;
        }

        & > ol,
        & > ul {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: 100%;

          & > li {
            width: 100%;

            el-marker {
              display: inline-block;
              height: 16px;
              font-size: 20px;
              line-height: 16px;
              vertical-align: middle;
              margin-top: -2px;
            }

            ol,
            ul {
              width: 100%;
              padding: 16px 0 0 24px;
            }
          }
        }
      }
    }
  }
}
/* 종료: 서비스 이용약관 */

/* 시작: 파트너링크 */
#el-modal-personal-info-third-party-consent {
  el-modal-body.modal-body {
    max-height: 624px;
  }
}

el-modal-personal-info-third-party-consent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 520px;

  el-info-box {
    padding: 24px;
    background-color: var(--color-natural-95) !important;
  }

  el-modal-personal-info-third-party-desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;

    & > div {
      display: flex;
      flex-direction: column;
      gap: 4px;
      width: 100%;

      dl {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;

        dt {
          flex-grow: 0;
          flex-shrink: 0;
          width: 108px;
          font-weight: 700;
          color: var(--color-natural-20);
          position: relative;

          &:before {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 14px;
            background-color: var(--color-natural-60);
          }
        }

        dd {
          width: 100%;
          font-weight: 600;
          color: var(--color-orange-officecon);
          position: relative;

          &.color-gray {
            color: var(--color-natural-20);
            font-weight: 400;
          }
        }
      }
    }
  }

  el-agrees {
    gap: 16px;
  }
}
/* 종료: 파트너링크 */

/* 시작: 이벤트 */
el-event-list {
  display: block;
  width: 100%;

  & > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;

    & > li {
      el-event-item {
        display: block;
        width: 400px;

        a {
          display: block;
          width: 100%;
          min-height: 332px;
          padding: 14px 14px 4px 14px;
          background-color: var(--color-natural-100);
          border-radius: 10px;
          box-shadow: var(--color-boxShadow-2);

          el-event-item-image {
            display: block;
            width: 100%;
            aspect-ratio: 372 / 230;
            border-radius: 10px;
            position: relative;
            overflow: hidden;

            .event-img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }

            el-badge-period {
              position: absolute;
              left: 14px;
              top: 14px;
            }
          }

          el-event-item-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 84px;
            padding: 16px 0;

            h3 {
              font-weight: 700 !important;
              padding-bottom: 2px;
            }
          }
        }
      }
    }
  }
}

el-event-view {
  display: block;
  width: 100%;

  el-event-view-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding-bottom: 32px;
    text-align: center;

    el-event-view-period {
      display: block;
      width: 100%;
      color: var(--color-natural-20);
      padding-top: 2px;
    }
  }

  el-event-view-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    width: 100%;

    el-event-detail-image {
      display: block;
      width: fit-content;
      max-width: 100%;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 32px;
      position: relative;

      &.radius-sm {
        border-radius: 8px;
      }

      & > img {
        display: block;
        width: fit-content;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
      }
    }

    el-event-view-products {
      display: flex;
      flex-direction: column;
      gap: 40px;
      width: 100%;

      el-event-view-products-label {
        display: block;
        width: 100%;
        font-weight: 700 !important;
        padding: 24px 0;
        line-height: 26px !important;
        border-bottom: 2px solid var(--color-natural-0);
      }

      el-event-view-products-list {
        display: block;
        width: 100%;
      }
    }

    el-event-view-caution {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 100%;
      padding: 40px;
      background-color: var(--color-natural-95);
      border-radius: 8px;

      & > h4 {
        color: var(--color-natural-20);
        font-weight: 700 !important;
      }
    }
  }

  el-event-view-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
    margin-top: 56px;
    border-top: 1px solid var(--color-natural-80);

    button {
      width: 120px;
    }
  }
}
/* 종료: 이벤트 */

/* 시작: 에러페이지 */
el-error-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0 200px;

  el-error {
    min-height: 0;
    padding: 0;
  }
}

el-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 72px;
  width: 100%;
  min-height: 100dvh;
  padding: 32px;

  el-error-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;

    el-error-message-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;

      p {
        color: var(--color-natural-10);
      }
    }
  }

  el-error-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 512px;
    padding: 40px 56px;
    background-color: var(--color-natural-95);
    border-radius: 8px;
    margin-top: -32px;

    &.size-wide {
      width: 626px;
    }

    & > div {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
    }

    dl {
      display: flex;
      align-items: flex-start;
      width: 100%;
      gap: 16px;

      dt {
        flex-grow: 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: 110px;
        min-height: 24px;
        position: relative;

        &:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 1px;
          height: 18px;
          background-color: var(--color-natural-60);
        }
      }

      dd {
        width: 100%;
        min-height: 24px;

        el-dd-separation {
          display: flex;
          align-items: center;
          gap: 16px;
          width: 100%;

          el-dd-divider {
            width: 1px;
            height: 18px;
            background-color: var(--color-natural-60);
          }
        }
      }

      &.dt-border-none {
        gap: 0;

        dt {
          width: 120px;

          &:before {
            display: none;
          }
        }
      }
    }
  }

  el-error-cta {
    display: flex;
    justify-content: center;
    width: 100%;

    button {
      width: 250px;
    }
  }
}
/* 종료: 에러페이지 */
