@charset "UTF-8";

.scroll-lock {
  overflow: hidden;
}

@scope (.mdesign_scope) to (.mdesign_scope_limit){

  .mdesign,
  span.mdesign
  {
    all: revert;
  }


  :root {}
  --default-padding: 16px;
  --mobile-max-width: 580px;
  --primary-color: #ef3130;

  .m_padding {
    padding: var(--default-padding);
  }
  .m_padding_lr {
    padding: 0 var(--default-padding) !important;
  }

  .font-body, body {
    /*font-family: "Pretendard JP", Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
  }

  .font-display, .brand-cover .content .title, .brand-header-title, .alphabet-category-link, .page-mypage .order-summary .text-link, .page-mypage .coupon-list .coupon-card-header .title, .page-mypage .section .order-info dd, .page .cover-header .content .title, .footer .company-info address, .product-small, .promotion-card .title, .exhibition-list .exhibition-item .title, .bottom-nav .addon-tooltip, .bottom-nav .addon-badge, .bottom-nav .inner .container .nav-link, .bottom-nav .inner .page .nav-link, .bottom-nav .inner .button-area .inner .nav-link, .button-area .bottom-nav .inner .inner .nav-link, .bottom-nav .inner .header .inner .nav-link, .header .bottom-nav .inner .inner .nav-link, .bottom-nav .inner .modal .dialog .nav-link, .modal .bottom-nav .inner .dialog .nav-link, .tab-link small {
    /*font-family: "LINE Seed JP", Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
  }

  .font-bold {
    font-weight: bold !important;
  }

  .text-14 {
    font-size: 14px;
  }

  .text-20 {
    font-size: 20px;
  }

  .w-full {
    width: 100%;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mt-8 {
    margin-top: 8px !important;
  }

  .mt-12 {
    margin-top: 12px !important;
  }

  .mt-14 {
    margin-top: 14px !important;
  }

  .mt-16 {
    margin-top: 16px !important;
  }

  .mt-24 {
    margin-top: 24px !important;
  }

  .mt-32 {
    margin-top: 32px !important;
  }

  .my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .px-16 {
    padding: 0 16px !important;
  }

  .h-14 {
    height: 14px;
  }

  .flex-none {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .category_section .section-title::after {
    color: #ef3130;
  }

  /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Normalize font features
*/
  :root {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; /* 2: -webkit-text-size-adjust */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4; /* 3: -moz-tab-size */
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal; /* 4 */
    font-variation-settings: normal; /* 4 */
  }

  /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
  body {
    /*margin: 0; !* 1 *!*/
    /*line-height: inherit; !* 2 *!*/
    /*max-width: 580px;*/
    /*margin: 0 auto !important;*/
  }
  body.lock {
    overflow: hidden;
  }

  /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
  hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
  }

  /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  /*
Remove the default font size and weight for headings.
*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
  a {
    color: inherit;
    text-decoration: inherit;
  }

  /*
Add the correct font weight in Edge and Safari.
*/
  b,
  strong {
    font-weight: bolder;
  }

  /*
1. Correct the odd `em` font sizing in all browsers.
2. Use a web-safe monospace font.
*/
  code,
  kbd,
  samp,
  pre {
    font-size: 1em; /* 1 */
    font-family: "Courier New", Courier, monospace; /* 2 */
  }

  /*
Add the correct font size in all browsers.
*/
  small {
    font-size: 80%;
  }

  /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
  table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
  }

  /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
  }

  /*
Remove the inheritance of text transform in Edge and Firefox.
*/
  button,
  select {
    text-transform: none;
  }

  /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button; /* -webkit-appearance */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
  }

  /*
Use the modern Firefox focus style for all focusable elements.
*/
  :-moz-focusring {
    outline: auto;
  }

  /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
  :-moz-ui-invalid {
    box-shadow: none;
  }

  /*
Add the correct vertical alignment in Chrome and Firefox.
*/
  progress {
    vertical-align: baseline;
  }

  /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
  [type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; /* -webkit-appearance */
    outline-offset: -2px; /* 2 */
  }

  /*
Remove the inner padding in Chrome and Safari on macOS.
*/
  ::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none; /* -webkit-appeaance */
  }

  /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button; /* -webkit-appearance */
    font: inherit; /* 2 */
  }

  /*
Add the correct display in Chrome and Safari.
*/
  summary {
    display: list-item;
  }

  /*
Removes the default spacing and border for appropriate elements.
*/
  blockquote,
  dl,
  dd,
  h1,
  h1.mdesign,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }

  fieldset {
    margin: 0;
    padding: 0;
  }

  legend {
    padding: 0;
  }

  ol,
  ul,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /*
Reset default styling for dialogs.
*/
  dialog {
    padding: 0;
  }

  /*
Prevent resizing textareas horizontally by default.
*/
  textarea {
    resize: vertical;
  }

  /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to gray.
*/
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }
  input::placeholder,
  textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
  }

  /*
Set the default cursor for buttons.
*/
  button,
  [role=button] {
    cursor: pointer;
  }

  /*
Make sure disabled buttons don't get the pointer cursor.
*/
  :disabled {
    cursor: default;
  }

  /*
1. Make replaced elements `display: block` by default.
  (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default.
  (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
  }

  /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio.
(https://github.com/mozdevs/cssremedy/issues/14)
*/
  img,
  video {
    max-width: 100%;
    height: 1.3rem;
  }

  /* Make elements with the HTML hidden attribute stay hidden by default */
  [hidden] {
    display: none;
  }

  .text-input {
    padding: 0 10px;
    height: 32px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .text-input.input-secondary {
    background-color: #fff;
    border-color: #d9d9d9;
    color: #000;
  }
  .text-input:focus {
    background-color: #fff;
    border-color: #000;
    outline: none;
  }
  .text-input.is-valid {
    background-color: #fff;
    border-color: #0cb463;
    color: #0cb463;
  }
  .text-input.is-invalid {
    background-color: #fff;
    border-color: #ff0000;
    color: #ff0000;
  }

  .textarea {
    display: block;
    padding: 12px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    outline: none;
  }
  .textarea:focus {
    border-color: #000;
  }

  .select {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #d9d9d9;
    border-radius: 1px;
  }
  .select-control {
    padding: 0 32px 0 12px;
    width: 100%;
    height: 32px;
    font-weight: normal;
    font-size: 1rem;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: inherit;
  }
  .select-rounded {
    border-radius: 9999px;
  }
  .select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 9px;
    height: 6px;
    background: url("/assets/icon/arrow-bottom-01.svg") no-repeat 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .tab {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    background-color: #fff;
  }
  .tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #efefef;
  }
  .tab.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
  }
  .tab-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .tab-link small {
    margin-left: 2px;
    color: #b2b2b2;
    font-weight: 400;
  }
  .tab-link.is-active {
    position: relative;
    z-index: 1;
    font-weight: bold;
  }
  .tab-link.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
  }

  .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .avatar > * + * {
    margin-left: 8px;
  }
  .avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
  }
  .avatar-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .avatar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .avatar-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
  }
  .avatar-text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
  }

  .tag-link {
    padding: 0 13px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
  .tag-link.is-active {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }

  .checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }
  .checkbox-control {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }
  .checkbox-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 9999px;
    border: 1px solid #d9d9d9;
  }
  .checkbox-control:checked + .checkbox-icon {
    background-color: #000;
    border-color: #000;
  }
  .checkbox-control:checked + .checkbox-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/assets/icon/check.svg") no-repeat 50%;
  }
  .checkbox-control:disabled + .checkbox-icon {
    background-color: #000;
    border-color: #000;
    opacity: 0.2;
  }
  .checkbox-control:checked:disabled + .checkbox-icon {
    background-color: #000;
    border-color: #000;
    opacity: 0.2;
  }
  .checkbox-control:checked:disabled + .checkbox-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("/assets/icon/check.svg") no-repeat 50%;
  }

  .label {
    padding: 0 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    line-height: 1;
  }
  .label.type-red {
    background-color: #ff0000;
    color: #fff;
  }
  .label.type-blue {
    background-color: #1c6bff;
    color: #fff;
  }
  .label.type-black {
    background-color: #000000;
    color: #fff;
  }
  .label.type-orange {
    background-color: #ff4d00;
    color: #fff;
  }
  .label.type-yellow {
    background-color: #ffc700;
    color: #000;
  }
  .label.type-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.5px;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    color: #fff;
  }
  .label.label-dimmed.type-red {
    background-color: #ffe5e5;
    color: #ff0000;
  }
  .label.label-dimmed.type-blue {
    background-color: #e8f0ff;
    color: #1c6bff;
  }
  .label.label-dimmed.type-black {
    background-color: #e5e5e5;
    color: #000;
  }
  .label.label-dimmed.type-orange {
    background-color: #ffe2d6;
    color: #ff4d00;
  }

  .text-price {
    font-weight: 400;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
  }
  .text-price:where(del) {
    color: #b2b2b2;
  }

  .btn {
    padding: 0 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    border: none;
    border-radius: 2px;
    background-color: #ef3130;
    border: 1px solid transparent;
    color: #fff;
  }
  .btn > * + * {
    margin-left: 6px;
  }
  .btn-rounded {
    border-radius: 9999px;
  }
  .btn-square {
    border-radius: 0;
  }
  .btn-secondary {
    background-color: #fff;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.6);
  }
  .btn-secondary:disabled, .btn-secondary.is-disabled {
    background-color: #fff !important;
    border-color: #d9d9d9 !important;
    color: rgba(0, 0, 0, 0.2);
  }
  .btn-primary {
    background-color: #e8edff;
    color: var(--primary-color);
  }
  .btn-outline {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }
  .btn-green {
    background-color: #00cb39;
    border-color: #00cb39;
    color: #fff;
  }
  .btn-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #9d9d9d;
  }
  .btn:disabled, .btn.is-disabled {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #a9a9a9;
  }
  .btn-sm {
    min-height: 40px;
    font-weight: 500;
    font-size: 0.89rem;
    letter-spacing: -0.5px;
  }
  .btn-lg {
    font-weight: bold;
    font-size: 16px;
    min-height: 48px;
    letter-spacing: -0.5px;
  }

  .btn-like {
    width: 16px;
    height: 16px;
    background: url("/assets/icon/heart.svg") no-repeat 0 0;
    border: none;
    color: transparent;
    font-size: 0;
    position: relative;
  }
  .btn-like::before {
    content: "";
    position: absolute;
    inset: -4px;
    background-color: transparent;
  }
  .btn-like.is-liked {
    background-image: url("/assets/icon/heart-fill.svg");
  }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pagination-wrapper {
    margin: 20px 0;
    padding: 0 16px;
  }
  .pagination-links {
    margin: 0 16px;
  }
  .pagination-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 2px;
  }
  .pagination-link.is-active {
    background-color: #000;
    color: #fff;
  }
  .pagination-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f0f0f0;
    border-radius: 2px;
    color: transparent;
    font-size: 1px;
  }
  .pagination-btn.is-disabled {
    pointer-events: none;
  }
  .pagination-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask: url("/assets/icon/arrow-right-01.svg") no-repeat 50%;
    mask: url("/assets/icon/arrow-right-01.svg") no-repeat 50%;
    background-color: currentColor;
    color: #676767;
  }
  .pagination-btn.btn-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .pagination-btn.is-disabled::after {
    color: #d4d4d4;
  }

  .top-bar {
    width: 100%;
    position: relative;
    height: 48px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    max-width: 582px;
    margin: 0 auto;
  }
  .top-bar .left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
  }
  .top-bar .left .bi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 60px;
  }
  .top-bar .left .back-btn {
    position: relative;
  }
  .top-bar .left .back-btn::before {
    content: "";
    position: absolute;
    inset: -8px;
    background-color: transparent;
  }
  .top-bar .center {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-bar .center strong {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .top-bar .right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
  }
  .top-bar .right > * + * {
    margin-left: 18px;
  }
  .top-bar .right a {
    position: relative;
  }
  .top-bar .right a::before {
    content: "";
    position: absolute;
    inset: -8px;
    background-color: transparent;
  }
  .top-bar .right img {
    height: 17px;
  }
  .top-bar .search-input  {
    margin: 0 44px 0 36px;
    padding: 0 10px;
    width: 100%;
    height: 32px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .search-bar .search-input {
    padding: 0 10px;
    width: 95%;
    height: 40px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .top-bar .badge-count {
    position: relative;
  }
  .top-bar .badge-count-text {
    position: absolute;
    right: -6px;
    bottom: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    border-radius: 9999px;
    color: #fff;
    font-size: 8px;
    letter-spacing: -1px;
  }
  .top-bar.type-cover {
    background: transparent;
  }
  .top-bar.type-cover .left img,
  .top-bar.type-cover .right img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .top-bar.type-cover .center {
    opacity: 0;
  }
  .top-bar.type-cover::after {
    display: none;
  }
  .show-top-bar .top-bar.type-cover {
    background-color: #fff;
  }
  .show-top-bar .top-bar.type-cover .left img,
  .show-top-bar .top-bar.type-cover .right img {
    -webkit-filter: initial;
    filter: initial;
  }
  .show-top-bar .top-bar.type-cover .center {
    opacity: 1;
  }
  .show-top-bar .top-bar.type-cover::after {
    display: block;
  }

  .top-bar.type-promotion {
    background: rgba(0, 0, 0, 0.2);
  }
  .top-bar.type-promotion .left img,
  .top-bar.type-promotion .right img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .top-bar.type-promotion .center {
    color: #fff;
  }
  .top-bar.type-promotion::after {
    display: none;
  }
  .show-top-bar .top-bar.type-promotion {
    background-color: #fff;
  }
  .show-top-bar .top-bar.type-promotion .left img,
  .show-top-bar .top-bar.type-promotion .right img {
    -webkit-filter: initial;
    filter: initial;
  }
  .show-top-bar .top-bar.type-promotion .center {
    color: #000;
  }
  .show-top-bar .top-bar.type-promotion::after {
    display: block;
  }

  .top-bar + .horizontal-swiper {
    margin: 0 !important;
    padding: 0 16px 10px !important;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
  }

  .bottom-nav {
    position: relative;
    height: calc(60px + env(safe-area-inset-bottom, 0));
    z-index: 10;
  }
  .bottom-nav .inner {
    height: inherit;
    border-top: 1px solid #fdfdfd;
    background-color: #f5f5f5;
  }
  .bottom-nav .inner .container, .bottom-nav .inner .page, .bottom-nav .inner .button-area .inner, .button-area .bottom-nav .inner .inner, .bottom-nav .inner .header .inner, .header .bottom-nav .inner .inner, .bottom-nav .inner .modal .dialog, .modal .bottom-nav .inner .dialog {
    height: inherit;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bottom-nav .inner .container .nav-link, .bottom-nav .inner .page .nav-link, .bottom-nav .inner .button-area .inner .nav-link, .button-area .bottom-nav .inner .inner .nav-link, .bottom-nav .inner .header .inner .nav-link, .header .bottom-nav .inner .inner .nav-link, .bottom-nav .inner .modal .dialog .nav-link, .modal .bottom-nav .inner .dialog .nav-link {
    padding-bottom: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
    line-height: 10px;
  }
  .bottom-nav .inner .container .nav-link > * + *, .bottom-nav .inner .page .nav-link > * + *, .bottom-nav .inner .button-area .inner .nav-link > * + *, .button-area .bottom-nav .inner .inner .nav-link > * + *, .bottom-nav .inner .header .inner .nav-link > * + *, .header .bottom-nav .inner .inner .nav-link > * + *, .bottom-nav .inner .modal .dialog .nav-link > * + *, .modal .bottom-nav .inner .dialog .nav-link > * + * {
    margin-top: 3px;
  }
  .bottom-nav.is-fixed .inner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bottom-nav .addon {
    position: relative;
  }
  .bottom-nav .addon-badge {
    position: absolute;
    bottom: 4px;
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 8px;
    font-weight: normal;
    background-color: var(--primary-color);
    border-radius: 9999px;
    color: #fff;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bottom-nav .addon-tooltip {
    position: absolute;
    bottom: 27px;
    right: -9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    height: 18px;
    background-color: var(--primary-color);
    border-radius: 9999px;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .bottom-nav .addon-tooltip::before, .bottom-nav .addon-tooltip::after {
    content: "";
    position: absolute;
  }
  .bottom-nav .addon-tooltip::before {
    position: absolute;
    bottom: -10px;
    right: 11px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
  }
  .bottom-nav .addon-tooltip::after {
    position: absolute;
    bottom: -8px;
    right: 11px;
    width: 0;
    height: 0;
    border-color: var(--primary-color) transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
  }

  .btn-round {
    padding: 0 12px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #d9d9d9;
    font-weight: 400;
    font-size: 0.89rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .btn-round:focus-within {
    border-color: #000;
  }
  .btn-round-x {
    margin-left: 6px;
    width: 10px;
    height: 10px;
    background: url("/assets/icon/times.svg") no-repeat 50%;
    overflow: hidden;
    color: transparent;
    border: none;
    outline: none;
    pointer-events: initial !important;
  }

  .radio-round {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
  }
  .radio-round-control {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .radio-round-control:checked + .radio-round-btn {
    background: var(--circle-color, #000);
    border-color: var(--circle-color, #000);
    color: #fff;
  }
  .radio-round-control:checked + .radio-round-btn .icon {
    background: url("/assets/icon/check.svg") no-repeat 50%;
  }
  .type-white .radio-round-control:checked + .radio-round-btn {
    background: #fff;
    border-color: #000;
    color: #000;
  }
  .type-white .radio-round-control:checked + .radio-round-btn .icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .radio-round-control:disabled + .radio-round-btn {
    border-color: #d9d9d9;
    background-color: #f2f2f2;
    color: #d9d9d9;
  }
  .radio-round-control:disabled + .radio-round-btn .icon {
    opacity: 0.2;
  }
  .radio-round-btn {
    width: 100%;
    padding: 0 15px !important;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-size: 0.89rem;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  span.radio-round-btn {
    padding: 0 12px
  }
  span.radio-round-btn span{
    padding:revert;
  }
  .radio-round-btn .icon {
    margin-right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: var(--circle-color, #000);
  }
  .type-white .radio-round-btn .icon {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
  }

  .range-slider {
    width: 100%;
  }
  .range-slider-control {
    width: inherit;
    padding: 0 10px;
  }
  .range-slider-control .noUi-connect {
    background-color: #000;
  }
  .range-slider-control.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #cdcdcd;
  }
  .range-slider-control.noUi-horizontal {
    height: 2px;
  }
  .range-slider-control.noUi-horizontal .noUi-handle {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    -webkit-box-shadow: inset 0 0 0 1px #cdcdcd;
    box-shadow: inset 0 0 0 1px #cdcdcd;
    border: none;
  }
  .range-slider-control.noUi-horizontal .noUi-handle::before, .range-slider-control.noUi-horizontal .noUi-handle::after {
    display: none;
  }
  .range-slider-values {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
  }
  .range-slider-values .wave {
    margin: 0 4px;
  }

  .modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 10000001;
  }
  .modal .dialog {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .modal .dialog .icon-btn {
    margin: 0 5px;
    border: none;
    vertical-align: middle;
    position: relative;
  }
  .modal .dialog .icon-btn::before {
    content: "";
    position: absolute;
    inset: -6px;
    background-color: transparent;
  }
  .modal .dialog .icon-btn:last-child {
    margin-right: 0;
  }
  .modal .dialog .dialog-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.5px;
    background-color: #000;
    color: #fff;
    border: none;
  }
  .modal .dialog-col {
    line-height: 1;
  }
  .modal .dialog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
  }
  .modal .dialog-title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .modal .dialog-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85vh;
  }
  /*모달 hide관련 css 추가*/
  .mdesign.modal.show {
    display: flex;
    animation: fadein 0.3s forwards;
  }
  .mdesign.modal.show .dialog {
    animation: slideUp 0.3s forwards;
  }

  .mdesign.modal.default_hide {
    display: none;
  }
  .mdesign.modal.hide {
    pointer-events: none;
    animation: fadeout 0.3s forwards;
  }
  .mdesign.modal.hide .dialog {
    animation: slideDown 0.3s forwards;
  }
  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      display: none;
    }
  }


  @keyframes slideDown {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  /*모달 hide관련 css 추가 끝*/

  .numeric-stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    background-color: #fff;
  }
  .numeric-stepper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #cacaca;
    border-radius: 1px;
    border: none;
    line-height: 1;
  }
  .numeric-stepper-btn:disabled {
    color: rgba(0, 0, 0, 0.2);
  }
  .numeric-stepper-control {
    width: 34px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 12px;
  }

  .order .order-footer {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order .order-footer .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
  }
  .order .order-footer .text-price {
    font-weight: bold;
    font-size: 15px;
    color: var(--primary-color);
  }
  .order .order-card {
    padding: 0 14px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
  }
  .order .order-card > * + * {
    margin-left: 14px;
  }
  .order .order-card .name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .order .order-list {
    margin: 0 0 14px;
  }
  .order .order-list-item {
    margin: 8px 0;
  }
  .order-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px 24px;
    background-color: #fff;
  }
  .order-action > * + * {
    margin-left: 8px;
  }
  .order-action .btn.type-heart {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
  }

  .exhibition-list {
    margin-top: 16px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exhibition-list .exhibition-item {
    padding: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
  }
  .exhibition-list .exhibition-item > a {
    display: block;
  }
  .exhibition-list .exhibition-item img {
    width: 100%;
    aspect-ratio: 158/94;
    border-radius: 2px;
    object-fit: cover;
  }
  .exhibition-list .exhibition-item .title {
    display: block;
    margin-top: 9px;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
  }
  .exhibition-list .exhibition-item .text {
    display: block;
    margin-top: 6px;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap; /* 텍스트를 한 줄로 표시 */
    overflow: hidden; /* 넘치는 텍스트를 숨김 */
    text-overflow: ellipsis; /* 넘치는 부분을 ...으로 표시 */
  }
  .exhibition-list .exhibition-item .text.text-small {
    margin-top: 4px;
    font-size: 9px;
    color: #9d9d9d;
  }
  .exhibition-list.type-b {
    margin: 13px 0;
  }
  .exhibition-list.type-b .exhibition-item {
    text-align: left;
  }

  .promotion-card > a {
    display: block;
  }
  .promotion-card img {
    width: 100%;
    aspect-ratio: 158/94;
    border-radius: 2px;
    object-fit: cover;
  }
  .promotion-card .title {
    display: block;
    margin-top: 6px;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
  }
  .promotion-card .text {
    display: block;
    margin-top: 6px;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
  }
  .promotion-card .text.text-small {
    margin-top: 4px;
    font-size: 9px;
    color: #9d9d9d;
  }
  .promotion-card.type-small {
    text-align: center;
  }
  .promotion-card.type-small img {
    aspect-ratio: 328/94;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .menu-tree-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .menu-tree-list > .menu-tree-item {
    line-height: 1;
  }
  .menu-tree-list > .menu-tree-item:nth-child(odd) .menu-tree-animation {
    margin-right: calc(-100% - 8px);
  }
  .menu-tree-list > .menu-tree-item:nth-child(even) .menu-tree-animation {
    margin-left: calc(-100% - 8px);
  }
  .menu-tree-list > .menu-tree-item > .menu-link {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 36px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.5px;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #4d4d4d;
  }
  .menu-tree-list > .menu-tree-item > .menu-link::after {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-mask: url("/assets/icon/arrow-bottom-02.svg") center/contain no-repeat;
    mask: url("/assets/icon/arrow-bottom-02.svg") center/contain no-repeat;
    background-color: #878787;
  }
  .menu-tree-list > .menu-tree-item > .menu-link.is-active {
    background-color: #2c5dff;
    color: #fff;
  }
  .menu-tree-list > .menu-tree-item:has(> .menu-link.is-active) {
    z-index: 9;
  }

  .menu-tree-list > .menu-tree-item > .menu-link.is-active + .menu-tree-animation {
    grid-template-rows: 1fr;
  }
  .menu-tree-list > .menu-tree-item > .menu-link.is-active::after {
    background-color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-tree-list .menu-tree-animation {
    width: calc(200% + 8px);
    border-radius: 4px;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.4s ease;
    transition: grid-template-rows 0.4s ease;
    transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
    overflow: hidden;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-animation-inner {
    min-height: 0;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list {
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding: 16px 18px;
    grid-template-columns: repeat(2, 1fr);
    background-color: #f8f8f8;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list > .menu-tree-item {
    line-height: 1;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list > .menu-tree-item > .menu-link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.5px;
    color: #4d4d4d;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list > .menu-tree-item > .menu-link::after {
    display: none;
  }

  .accordion-toggle {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #efefef;
  }
  .accordion-toggle .img {
    width: 100%;
    margin-bottom: 16px;
  }
  .accordion-toggle .img img {
    width: 100%;
  }
  .accordion-toggle .content {
    position: relative;
    padding-right: 26px;
  }
  .accordion-toggle .content .category {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }
  .accordion-toggle .content .title {
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .accordion-toggle .content .date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #878787;
    line-height: 1;
  }
  .accordion-toggle .content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 6px;
    -webkit-mask: url("/assets/icon/arrow-bottom-01.svg") no-repeat 50%/100%;
    mask: url("/assets/icon/arrow-bottom-01.svg") no-repeat 50%/100%;
    background-color: currentColor;
    color: #878787;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .accordion-toggle.is-static .content::after {
    all: unset !important;
  }
  .accordion-toggle.is-static .content {
    padding-right: 0 !important;
  }
  .accordion-toggle.is-active {
    border-color: black;
  }
  .accordion-toggle.is-active .content::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }
  .accordion-toggle.is-active + .accordion-content {
    display: block;
  }
  .accordion-content {
    display: none;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #efefef;
  }
  .accordion-content img {
    margin: 12px 0;
    width: 100%;
  }
  .accordion-content img:first-child {
    margin-top: 0;
  }
  .accordion-content p {
    margin: 12px 0;
  }
  .accordion-content p:last-child {
    margin-bottom: 0;
  }
  .accordion-content .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
  .accordion-content .btn-area {
    margin: 32px 0;
    text-align: center;
  }
  .accordion-content .btn-area .btn img {
    margin: 0;
  }
  .accordion-wrapper {
    padding: 0;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list > .menu-tree-item > .menu-link.is-selected {
    color: #2c5dff;
    font-weight: bold;
  }
  .menu-tree-list .menu-tree-animation .menu-tree-list > .menu-tree-item > .menu-link::after {
    display: none;
  }

  .swiper.promotion-swiper {
    position: relative;
    height: 34px;
    background-color: #282828;
  }
  .swiper.promotion-swiper .pagination-prev,
  .swiper.promotion-swiper .pagination-next {
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    border: none;
    background: url("/assets/icon/arrow-right-02.svg") no-repeat 50% 50%;
    color: transparent;
  }
  .swiper.promotion-swiper .pagination-prev {
    left: 0;
    z-index: 1;
  }
  .swiper.promotion-swiper .pagination-next {
    right: 0;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .swiper.promotion-swiper .promotion-link {
    height: inherit;
    padding: 0 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    scroll-snap-align: start;
  }
  .swiper.promotion-swiper .promotion-link .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }

  .swiper.category-swiper {
    margin-top: 14px;
  }
  .swiper.category-swiper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.2%;
    flex: 0 0 19.2%;
    width: 19.2%;
  }
  .swiper.category-swiper .category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    border-radius: 2px;
  }
  .swiper.category-swiper .category-link img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.category-swiper .category-link span {
    margin-top: 6px;
  }
  .swiper.category-swiper .category-item {
    padding: 0 6px;
    overflow: hidden;
    text-align: center;
    scroll-snap-align: start;
  }

  .swiper.primary-swiper {
    background-color: #000;
  }
  .swiper.primary-swiper.bg-white {
    background-color: unset;
  }
  .swiper.primary-swiper .swiper-wrapper {
    align-items: center;
  }
  .swiper.primary-swiper .swiper-wrapper.ratio_fix {
    aspect-ratio: var(--aspect-ratio, 360/440);
  }
  .swiper.primary-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.primary-swiper .swiper-slide .text-box {
    padding: 0 16px 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    text-wrap: balance;
    text-align: center;
  }
  .swiper.primary-swiper .swiper-slide .text-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .swiper.primary-swiper .swiper-slide .text-box .desc {
    margin-top: 12px;
    font-weight: 500;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  /*.swiper.primary-swiper .swiper-slide::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  bottom: 0;*/
  /*  height: 200px;*/
  /*  background: rgb(0, 0, 0);*/
  /*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));*/
  /*  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);*/
  /*}*/
  .swiper.primary-swiper .swiper-pagination {
    width: auto;
    height: 18px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    line-height: 1;
    letter-spacing: -0.5px;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .swiper.primary-swiper .swiper-pagination .divider {
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .swiper.primary-swiper.bg-none .swiper-slide::after {
    display: none;
  }

  .swiper input,
  .swiper button {
    pointer-events: none;
  }

  .swiper.second-swiper {
    background-color: #000;
  }
  .swiper.second-swiper .swiper-wrapper {
    /*aspect-ratio: var(--aspect-ratio, 360/230);*/
  }
  .swiper.second-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.second-swiper .swiper-pagination {
    width: auto;
    height: 18px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    line-height: 1;
    letter-spacing: -0.5px;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .swiper.second-swiper .swiper-pagination .divider {
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .swiper.second-swiper .swiper-progress {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    color: transparent;
    overflow: hidden;
  }
  .swiper.second-swiper .swiper-progress::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--progress) * 100%);
    height: inherit;
    background-color: #b5b5b5;
  }

  .swiper.single-column-swiper {
    margin: 16px;
  }
  .section.main_stylebook .swiper.single-column-swiper {
    margin-bottom: 0;
  }
  .swiper.two-column-swiper .type-content {
    position: relative;
  }
  .swiper.two-column-swiper .type-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #f5f5f5;
  }
  .swiper.single-column-swiper .swiper-pagination, .swiper.two-column-swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    position: static;
    line-height: 1;
    font-size: 0;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-color: #000;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 2px;
  }
  .main_prlist_list .section .swiper:has(.swiper-pagination) ~ .list-more-link {
    margin-top: 16px;
  }
  .main_prlist_list .section .swiper:has(.swiper-pagination-bullet:only-child) ~ .list-more-link {
    margin-top: 0;
  }
  .main_prlist_list .section .swiper-pagination:has(.swiper-pagination-bullet:only-child) {
    margin: 0;
  }

  .swiper .swiper-wrapper.on-bounce {
    -webkit-animation: bounce-on 2s ease-out;
    animation: bounce-on 2s ease-out;
  }
  @-webkit-keyframes bounce-on {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
    }
  }
  @keyframes bounce-on {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
    }
  }

  .swiper.stylebook-swiper {
    margin: 16px 16px 0;
    background-color: #000;
  }
  .swiper.stylebook-swiper.bg-none .swiper-slide::after {
    display: none;
  }
  .swiper.stylebook-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .swiper.stylebook-swiper .avatar {
    position: absolute;
    left: 16px;
    bottom: 10px;
    z-index: 1;
  }
  .swiper.stylebook-swiper-selector .swiper-pagination {
    width: auto;
    height: 18px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    line-height: 1;
    letter-spacing: -0.5px;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .swiper.stylebook-swiper-selector .swiper-pagination .divider {
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .swiper.stylebook-thumbs {
    margin-top: 8px;
    padding: 0 16px;
  }
  .swiper.stylebook-thumbs .swiper-slide {
    background-color: #fff;
  }
  .swiper.stylebook-thumbs .swiper-slide > * + * {
    margin-top: 8px;
  }

  .swiper.brand-swiper {
    padding: 0 16px;
    z-index: 0;
  }
  .swiper.brand-swiper .swiper-slide {
    margin-left: 4px;
    width: 24%;
    /*-webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 24%;*/
    /*        flex: 0 0 24%;*/
  }
  .swiper.brand-swiper .swiper-slide:first-child {
    margin-left: 0;
  }

  .swiper.brand-story-swiper .swiper-slide {
    aspect-ratio: 366/533;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
  }
  .swiper.brand-story-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.brand-story-swiper .swiper-slide:first-child {
    margin-left: 0;
  }

  .swiper.people-swiper {
    padding: 14px 16px;
    background-color: #f9f9f9;
  }
  .swiper.people-swiper.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 2;
  }
  .swiper.people-swiper .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 10px;
  }
  .swiper.people-swiper .swiper-slide:first-child {
    margin-left: 0;
  }
  .swiper.people-swiper .people-avatar {
    position: relative;
    width: 52px;
    height: 52px;
  }
  .swiper.people-swiper .people-avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
  }
  .swiper.people-swiper .people-avatar .badge.badge-new {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url("/assets/icon/people-new.svg") no-repeat 0 0;
  }

  .swiper.tag-swiper {
    padding: 16px 0 16px 16px;
    background-color: #fff;
  }
  .swiper.tag-swiper.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 2;
  }
  .swiper.tag-swiper .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 10px;
  }
  .swiper.tag-swiper .swiper-slide:first-child {
    margin-left: 0;
  }

  .swiper.storybook-tnumbnail-swiper {
    margin: 16px 0;
    padding: 0 16px;
    background-color: #fff;
  }
  .swiper.storybook-tnumbnail-swiper .swiper-slide {
    width: 29%;
    margin-left: 10px;
  }
  .swiper.storybook-tnumbnail-swiper .swiper-slide:first-child {
    margin-left: 0;
  }
  .swiper.storybook-tnumbnail-swiper .storybook-thumbnail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 100/134;
  }
  .swiper.storybook-tnumbnail-swiper .storybook-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper.horizontal-swiper {
    margin-top: 14px;
    padding: 5px 16px;
  }
  .swiper.horizontal-swiper .swiper-wrapper {
    margin: 0;
  }
  .swiper.horizontal-swiper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .swiper.horizontal-swiper .swiper-slide:first-child {
    margin-left: 0;
  }
  .swiper.horizontal-swiper.items-3 .swiper-slide {
    width: 30.303030303%;
  }
  .swiper.horizontal-swiper.type-review {
    margin: 14px -16px;
    z-index: 0;
  }
  .swiper.horizontal-swiper.type-review .swiper-slide {
    width: 35.7142857143%;
  }

  .swiper.alphabet-category-swiper {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: inherit;
    z-index: 0;
  }
  .swiper.alphabet-category-swiper .swiper-wrapper {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .swiper.alphabet-category-swiper .swiper-slide {
    margin-left: 18px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .swiper.alphabet-category-swiper .swiper-slide:first-child {
    margin: 0;
  }

  .swiper.primary-nav {
    position: relative;
    margin: 0;
    padding: 0 !important;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    background-color: #fff;
    border: none;
  }
  .swiper.primary-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #efefef;
  }
  .swiper.primary-nav.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-top, 0);
  }
  .swiper.primary-nav .swiper-slide {
    margin: 0;
  }
  .swiper.primary-nav .nav-link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    scroll-snap-align: start;
  }
  .swiper.primary-nav .nav-link.is-highlight {
    color: var(--primary-color);
  }
  .swiper.primary-nav .nav-link.is-highlight::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    width: 4px;
    height: 4px;
    border-radius: 9999px;
    background-color: var(--primary-color);
  }
  .swiper.primary-nav .nav-link.is-active {
    font-weight: bold;
  }
  .swiper.primary-nav .nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 2px;
    background-color: #000;
    z-index: 1;
  }
  .swiper.primary-nav .is-highlight.nav-link.is-active::after {
    background-color: var(--primary-color);
  }

  .swiper.event-swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .swiper.event-swiper .swiper-slide {
    margin-left: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
  }
  .swiper.event-swiper .swiper-slide:first-child {
    margin-left: 0;
  }

  .swiper.secondary-swiper {
    aspect-ratio: 328/120;
    border-radius: 2px;
    overflow: hidden;
  }
  .swiper.secondary-swiper .swiper-pagination {
    width: auto;
    height: 18px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    line-height: 1;
    letter-spacing: -0.5px;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .swiper.secondary-swiper .swiper-pagination .divider {
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .swiper.secondary-swiper .swiper-slide {
    position: relative;
  }
  .swiper.secondary-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.secondary-swiper .swiper-slide .text {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .swiper.secondary-swiper .swiper-pagination {
    right: 10px;
    bottom: 10px;
  }

  .product {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    z-index: 0;
  }
  .product-link {
    position: absolute;
    inset: 0;
    margin: 0;
    color: transparent;
    z-index: 1;
  }
  .brand-name {
    z-index: 2;
  }
  .product-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
  }
  .product-col br {
    display: none;
  }
  .product-col.type-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-img {
    position: relative;
    max-width: var(--img-width, 100px);
    width: 100%;
    background-color: #efefef;
    z-index: 0;
  }
  .product-img img {
    width: 100%;
    aspect-ratio: 100/134;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product-img img.p_img_bf {
    opacity: 0;
  }
  .product-img img.p_img_af {
    animation: p_fadein 1s ease 1s;
    -webkit-animation: p_fadein 1s; /* Safari and Chrome */
  }
  @keyframes p_fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes p_fadein { /* Safari and Chrome */
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


  .product-img .product-ranking {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-img .product-labels {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    flex-wrap: wrap-reverse;
    height: 15px;
    overflow: hidden;
  }
  .product-small {
    font-weight: bold;
    font-size: 11px;
    line-height: 10px;
  }
  .product-name {

    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .product-name:not(.brand-card .product-name) {
    margin-top: 8px;
  }
  .product-desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .product-labels {
    margin-top: 8px;
  }
  .product-price {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
  }
  .product.type-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .product.type-vertical .product-img {
    max-width: none;
  }
  .product.type-vertical .product-name {
    font-size: 10px;
  }
  .product.type-vertical .product-col.type-content {
    min-height: 110px;
    padding: 10px 16px;
  }
  .product.type-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    height: 100%;
  }
  .product.type-simple .label.type-red {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .product.type-simple .product-img {
    max-width: none;
  }
  .product.type-simple .product-col.type-content {
    margin-top: 8px;
    padding: 0;
  }
  .product.type-simple .product-name {
    font-size: 12px;
    white-space: normal;
  }
  .product.type-simple .product-name:first-child {
    margin-top: 0;
  }
  .product.type-simple .product-price {
    margin-top: 6px;
  }
  .product.type-simple .product-price:first-child {
    margin-top: 0;
  }
  .product.type-simple .text-price {
    font-size: 10px;
  }
  ._product_item_only_img .product.type-simple .product-col.type-content,
  ._product_item_only_img .product.type-simple .product-labels {
    display: none;
  }

  .list {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list > * + * {
    margin-top: 8px;
  }
  .list.list-2 {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list.list-2 .list-item {
    position: relative;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .list.list-2 .list-item:nth-child(odd) .type-content {
    position: relative;
  }
  .list.list-2 .list-item:nth-child(odd) .type-content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #f5f5f5;
  }
  .list.list-3 {
    padding: 0 16px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
  }
  .list.list-3 .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    margin: 0;
  }
  .list.list-4 {
    padding: 0 16px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
  }
  .list.list-4 .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin: 0;
  }
  .list.list-4 .product-price {
    margin: 0;
  }
  .list-more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .list-more-link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
  }
  .list-more-link span::after {
    content: "";
    margin-left: 4px;
    width: 5px;
    height: 8px;
    background: url("/assets/icon/arrow-right-03.svg") no-repeat 0 0;
  }



  html {
    scroll-behavior: smooth;
    scroll-padding-top: 48px;
    height: fit-content;
    overflow-x: hidden;
  }

  body {
    font-weight: 500;
  }

  .skip-nav-link {
    padding: 8px;
    position: absolute;
    top: -100%;
    left: 0;
    background: #000;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    z-index: 100;
  }
  .skip-nav-link:focus {
    top: 0;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }

  .guide h1 {
    font-weight: bold;
  }
  .guide h1,
  .guide h2 {
    margin: 16px;
  }
  .guide h2 {
    border-bottom: 1px solid #000;
  }
  .guide .block {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 0;
    line-height: 1;
  }
  .guide .block-invert {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .container, .page, .button-area .inner, .header .inner, .modal .dialog {
    max-width: 580px;
    margin: 0 auto;
  }

  .header {
    position: relative;
    z-index: 10;
  }
  .header .inner {
    height: inherit;
  }
  .header .primary-nav::after {
    display: none;
  }
  .header.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-width: 580px;
    margin: 0 auto;
    width: 100%;
  }
  .header.type-line::after {
    content: "";
    position: absolute;
    /*left: 0;*/
    /*right: 0;*/
    bottom: -2px;
    height: 1px;
    background-color: #efefef;

    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    z-index: 150;
  }
  header.header.type-line::after {
    bottom: 0;
  }

  .footer {
    margin-top: 40px;
  }
  .footer .address {
    padding: 32px 16px;
    background-color: #f2f2f2;
  }
  .footer .address hr {
    margin: 26px 0;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .footer .address .sorcial-links a {
    display: inline-block;
    vertical-align: top;
  }
  .footer .address .text-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .footer .address .text-links .br {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 14px;
  }
  .footer .address .text-links .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .address .text-links .link::after {
    content: "";
    margin-left: 6px;
    display: block;
    width: 7px;
    height: 10px;
    background: url("/assets/icon/arrow-right-01.svg") no-repeat 0 0;
  }
  .footer .address .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }
  .footer .address .detail a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer .address .detail p {
    margin-top: 6px;
  }
  .footer .address .detail .bi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px;
  }
  .footer .company-info {
    padding: 16px 20px;
  }
  .footer .company-info .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    line-height: 16px;
  }
  .footer .company-info .links:first-child {
    margin-top: 0;
  }
  .footer .company-info .links .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #6c6c6c;
  }
  .footer .company-info .links .link::after {
    content: "";
    margin: 0 12px;
    width: 1px;
    height: 12px;
    background-color: #d2d2d2;
  }
  .footer .company-info .links .link:last-child::after {
    display: none;
  }
  .footer .company-info address {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    color: #9f9f9f;
  }

  .sorting-area {
    position: -webkit-sticky;
    position: sticky;
    top: var(--sticky-top, 48px);
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    background-color: #fff;
    border-bottom: 0px solid #efefef;
    /*z-index: 11;*/
  }
  .sorting-area.type-line {
    border-top: 1px solid #efefef;
  }
  .sorting-area .icon-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: none;
  }
  .sorting-area .icon-btn.type-white {
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .sorting-area .icon-btn.type-black {
    background-color: #000;
  }
  .sorting-area .icon-btn .circle-count {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 9999px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    line-height: 14px;
  }
  .sorting-area-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sorting-area-col > * + * {
    margin-left: 8px;
  }

  .spacer {
    height: var(--spacer-width, 4px);
    background-color: #f0f0f0;
  }

  .button-area.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background-color: #fff;
    bottom: 0;
    z-index: 1;
  }
  .form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-header .form-title {
    font-weight: 600;
    font-size: 11px;
  }
  .form-field {
    margin: 8px 0;
  }
  .form-field:first-of-type {
    margin-top: 0;
  }
  .form-field:last-of-type {
    margin-bottom: 0;
  }
  .form-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-field-row .btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .form-field-row > * + * {
    margin-left: 12px;
  }
  .form-field-message {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .is-valid .text-input {
    border-color: #0cb463;
  }

  .is-invalid .text-input {
    border-color: #ff0000;
  }

  .is-valid + .form-field-message {
    color: #0cb463;
  }

  .is-invalid + .form-field-message {
    color: #ff0000;
  }

  .page {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-cover {
    position: relative;
    margin-top: -48px;
  }
  .page-cover .bg-img {
    position: relative;
    height: 230px;
  }
  .page-cover .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-cover .bg-img::after {
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .page-cover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
  }
  .page-cover.type-promotion .bg-img {
    height: 262px;
  }
  .page-cover.type-promotion .bg-img::after {
    display: none;
  }
  .page-cover.type-promotion .cover {
    margin: 24px 0;
  }
  .page-cover.type-promotion .cover-header .text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 12px;
  }
  .page-cover.type-promotion .cover-content {
    margin-top: 16px;
  }
  .page-cover.type-promotion .cover .promotion-card,
  .page-cover.type-promotion .cover .secondary-swiper {
    margin-top: 20px;
  }
  .page .cover {
    position: relative;
    margin-top: -60px;
    padding: 0 16px;
  }
  .page .cover-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page .cover-header .thumb-img {
    margin-right: 8px;
    width: 80px;
    height: 80px;
    background-color: #fff;
  }
  .page .cover-header .thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page .cover-header .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page .cover-header .content .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .page .cover-header .content .title {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
  }
  .page .cover-header .content .category {
    margin-top: 6px;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
  }
  .page .cover-header .addon {
    margin-left: 8px;
  }
  .page .cover-content {
    margin-top: 18px;
  }
  .page .cover-content .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .page .cover-content .link {
    margin-top: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
  }
  .page .cover-content .link::after {
    content: "";
    margin-left: 4px;
    width: 5px;
    height: 8px;
    background: url(/assets/icon/arrow-right-03.svg) no-repeat 0 0;
  }
  .page .cover-content .promotion-card,
  .page .cover-content .secondary-swiper {
    margin-top: 20px;
  }

  .section {
    margin: 40px 0;
    height: fit-content;
  }
  .section-img {
    margin: 0 auto;
  }
  .section-header {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_page.section-header {
    margin-bottom: 12px;
  }
  .section-header-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-deadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }
  .section-deadline .time-left {
    margin-left: 4px;
    font-size: 12px;
    color: var(--primary-color);
  }
  .section-deadline .point {
    margin-left: 6px;
    font-size: 12px !important;
  }
  .section-deadline .point::before {
    width: 14px !important;
    height: 14px !important;
  }
  .section-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .section-more-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
  }
  .section-more-text::after {
    content: "";
    margin-left: 4px;
    width: 5px;
    height: 8px;
    background: url("/assets/icon/arrow-right-03.svg") no-repeat 0 0;
  }
  .section-text {
    margin-top: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.5px;
  }
  .section-content {
    margin-top: 16px;
    padding: 0 16px;
    color: rgba(0, 0, 0, 0.6);
  }
  .section-brand .img-list {
    position: relative;
  }
  .section-brand .img-list .img {
    position: relative;
  }
  .section-brand .img-list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-brand .img-list .img .label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .section-brand .img-list .img-primary {
    margin-left: 17.78%;
    aspect-ratio: 280/178;
  }
  .section-brand .img-list .img-secondary {
    margin-top: -26%;
    margin-left: -17%;
    margin-right: 64%;
    aspect-ratio: 180/114;
  }
  .section-brand .section-header {
    margin-top: 24px;
    padding-left: 32px;
  }
  .section-brand .list {
    margin-top: 24px;
  }
  .section-stylebook .list {
    margin-top: 8px;
  }
  .section .accordion-wrapper {
    margin-top: 24px;
    border-top: 1px solid #efefef;
  }

  .page-main .category {
    margin-top: 24px;
  }
  .page-main .instagram-list {
    margin: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
  .page-main .instagram-list .instagram-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page-product .list {
    margin: 16px 0;
  }
  .page-product .list.list-2 {
    margin: 0;
  }
  .page-product .product-description {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-weight: 500;
    font-size: 10px;
    background: #000;
    color: #fff;
  }
  .page-product .product-section {
    padding: 0 16px;
  }
  .page-product .product-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 18px;
  }
  .page-product .product-section-header .brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
  }
  .page-product .product-section-header .brand::after {
    content: "";
    margin-left: 4px;
    width: 6px;
    height: 10px;
    background: url("/assets/icon/arrow-right-03.svg") no-repeat 0 0/100% auto;
  }
  .page-product .product-section-header .title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .page-product .product-section-header .text {
    margin-top: 8px;
    font-weight: 500;
    font-size: 11px;
    line-height: 10px;
  }
  .page-product .product-section-middle {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-product .product-section-middle .price {
    line-height: 1;
  }
  .page-product .product-section-middle .price .sale {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-product .product-section-middle .price .sale > * + * {
    margin-left: 6px;
  }
  .page-product .product-section-middle .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-product .product-section-middle .action > * + * {
    margin-left: 6px;
  }
  .page-product .product-section-middle .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f2f2f2;
    border: none;
  }
  .page-product .product-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
  }
  .page-product .product-section-content > * + * {
    margin-top: 8px;
  }
  .page-product .product-section-content .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 10px;
  }
  .page-product .product-section-content .text.type-red {
    color: #ff0000;
  }
  .page-product .product-section .option-list {
    margin: 12px 0;
  }
  .page-product .product-section .btn-group {
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-product .product-section .btn-group > * + * {
    margin-left: 12px;
  }
  .page-product .product-content .tab {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
  }
  .page-product .product-dl {
    padding: 0 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 1.5rem;
  }
  .page-product .product-dl .text-highlight {
    color: var(--primary-color);
  }
  .page-product .product-dl-item {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-product .product-dl-item dt {
    width: var(--width, 80px);
    font-weight: 600;
    flex-shrink: 0;
  }
  .page-product .product-dl-item dd {
    line-height: 14px;
  }
  .page-product .size-info {
    margin: 16px 0 24px;
    padding: 0 16px;
  }
  .page-product .size-info .size-info-table {
    overflow: auto;
  }
  .page-product .size-info .size-info-table table {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    white-space: nowrap;
  }
  .page-product .size-info .size-info-table table th,
  .page-product .size-info .size-info-table table td {
    padding: 6px;
    border: 1px solid #f0f0f0;
    border-left: none;
  }
  .page-product .size-info .size-info-table table th:last-child,
  .page-product .size-info .size-info-table table td:last-child {
    border-right: none;
  }
  .page-product .size-info .size-info-table table th {
    font-weight: 600;
  }
  .page-product .size-info .size-info-table table .sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 80px;
    background-color: #fff;
  }
  .page-product .size-info .size-info-list {
    margin-top: 14px;
    padding-left: 24px;
    list-style: disc;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #7d7d7d;
  }
  .page-product .review-filter {
    margin: 0 16px;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
  }
  .page-product .review-filter .point-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.5px;
  }
  .page-product .review-filter .point-dl dt {
    margin-right: 14px;
    width: 90px;
    font-weight: 600;
    font-size: 12px;
  }
  .page-product .review-filter .point-dl dd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
  }
  .page-product .review-filter .point-dl dd::before {
    content: "";
    margin-right: 4px;
    width: 12px;
    height: 12px;
    background: url("/assets/icon/point-unit-02.svg") no-repeat 0 0;
  }
  .page-product .review-filter .point-dl.is-highlight {
    color: var(--primary-color);
  }
  .page-product .review-filter .point-dl.is-highlight dd::before {
    background-image: url("/assets/icon/point-unit-01.svg");
  }
  .page-product .empty {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
  .page-product .empty::before {
    content: "";
    margin-bottom: 12px;
    width: 30px;
    height: 28px;
    background: url("/assets/icon/empty-bubble.svg") no-repeat 0 0;
  }
  .page-product .empty-text {
    margin-top: 12px;
  }
  .page-product .review-list {
    padding: 0 16px;
  }
  .page-product .review-list-item {
    margin: 30px 0;
  }
  .page-product .review-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
  }
  .page-product .review-date {
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #abb0b9;
  }
  .page-product .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-product .review-content {
    margin-top: 12px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
  .page-product .review-content .text {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  .page-product .review-content .text::after {
    content: "...すべて見る";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%);
    color: #abb0b9;
  }
  .page-product .review-content .img-list {
    margin-top: 12px;
  }
  .page-product .review.is-expand .review-content .text {
    display: block;
  }
  .page-product .review.is-expand .review-content .text::after {
    display: none;
  }
  .page-product .review.is-expand .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-product .review.is-expand .img-list-item {
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page-product .img-list {
    margin: 0 -16px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    scrollbar-width: none;
    gap: 8px;
    overflow: auto;
  }
  .page-product .img-list-item {
    max-width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    aspect-ratio: 1/1;
    border-radius: 2px;
    overflow: hidden;
  }
  .page-product .img-list-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-product .order-action {
    border-top: 1px solid #d9d9d9;
    padding: 8px 16px;
    padding-bottom: max(env(safe-area-inset-bottom, 0), 8px);
  }

  .page-brand .section {
    margin: 24px 0;
  }
  .page-brand .section .swiper {
    margin-top: 16px;
  }
  .page-brand .section-text {
    padding: 0 16px;
    text-align: center;
  }

  .page-stylebook .stylebook-swiper {
    margin: 0;
  }
  .page-stylebook .people-header {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-stylebook .people-header .img {
    width: 64px;
    height: 64px;
  }
  .page-stylebook .people-header .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
  }
  .page-stylebook .people-header .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-stylebook .people-header .content .info {
    margin: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-stylebook .people-header .content .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
  }
  .page-stylebook .people-header .content .text {
    margin-top: 8px;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
  }
  .page-stylebook .people-header .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f2f2f2;
    border: none;
  }
  .page-stylebook .people-area {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-stylebook .people-area .img {
    width: 32px;
    height: 32px;
  }
  .page-stylebook .people-area .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 9999px;
  }
  .page-stylebook .people-area .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-stylebook .people-area .content .info {
    margin: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-stylebook .people-area .content .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
  }
  .page-stylebook .people-area .content .text {
    margin-top: 4px;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
  }
  .page-stylebook .people-bio {
    padding: 0 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
  }
  .page-stylebook .tag-list {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-stylebook .tag-list .tag-link {
    margin-right: 10px;
  }
  .page-stylebook .tag-list .tag-link:last-child {
    margin-right: 0;
  }
  .page-stylebook .section .list {
    margin-top: 16px;
  }

  .page-search .section {
    margin: 20px 0px 50px;
  }
  .page-search .section-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
  .page-search .rank-list {
    margin: 14px 16px;
    padding: 0;
    counter-reset: custom-counter;
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 6px;
    list-style: none;
  }
  .page-search .rank-list .rank-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.89rem;
    line-height: 1.6rem;
    counter-increment: custom-counter;
  }
  .page-search .rank-list .rank-item::before {
    content: counter(custom-counter) ". ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14px;
    height: 14px;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 8px;
    letter-spacing: -0.5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.4);
  }
  .page-search .rank-list .rank-item .rank-link {
    text-decoration: none;
    color: inherit;
  }
  .page-search .range-slider {
    margin: 24px 0 14px;
    width: auto;
  }
  .page-search .range-slider-inner {
    margin: 24px 16px 40px;
    padding: 0 16px 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .page-search .category-list {
    margin: 14px 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .page-search .category-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25;
    flex: 0 0 25;
  }
  .page-search .category-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-search .category-list-link .img {
    border-radius: 2px;
    overflow: hidden;
  }
  .page-search .category-list-link.is-active .img {
    border: 1px solid #000;
  }
  .page-search .category-list-link .text {
    margin-top: 6px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
  }

  .page-search-data .empty {
    width: 100%;
    margin: 46px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-search-data .empty-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #4e4e4e;
  }

  .page-promotion .section {
    margin: 28px 0;
  }

  .page-menu .menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .page-menu .menu-list .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.5px;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #4d4d4d;
  }
  .page-menu .menu-list .menu-link.type-orange {
    background-color: #2c5dff;
    color: #fff;
  }
  .page-menu .section {
    margin: 24px 0;
  }
  .page-menu .section-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.5px;
  }

  .page-auth {
    padding: 30px 16px;
  }
  .page-auth .checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-auth .checkbox-group > * + * {
    margin-left: 8px;
  }
  .page-auth .remember-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }
  .page-auth .remember-me .link {
    text-decoration: underline;
  }
  .page-auth .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 102px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.4;
    border-radius: 4px;
    background-color: #1c6bff;
    color: #fff;
  }
  .page-auth .coupon br {
    display: none;
  }
  .page-auth .agreement-list {
    margin: 6px 0;
  }
  .page-auth .agreement-list-item {
    margin: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }
  .page-auth .agreement-list-item .link {
    text-decoration: underline;
    color: #9d9d9d;
  }
  .page-auth .doc-content {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.5px;
  }
  .page-auth .doc-content h1 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 12px;
  }
  .page-auth .doc-content h1:first-of-type {
    margin-top: 0;
  }
  .page-auth .doc-content h2,
  .page-auth .doc-content h3,
  .page-auth .doc-content h4,
  .page-auth .doc-content h5,
  .page-auth .doc-content h6 {
    font-weight: 500;
  }
  .page-auth .doc-content h2,
  .page-auth .doc-content p,
  .page-auth .doc-content ol,
  .page-auth .doc-content ul {
    margin: 12px 0;
  }
  .page-auth .doc-content ol {
    margin-left: 14px;
    list-style-type: decimal;
  }
  .page-auth .doc-content ol li {
    margin: 4px 0;
  }
  .page-auth .join-complete {
    text-align: center;
    letter-spacing: -0.5px;
  }
  .page-auth .join-complete .img {
    margin: 0 auto;
  }
  .page-auth .join-complete .title {
    margin-top: 34px;
    font-size: 20px;
    line-height: 12px;
  }
  .page-auth .join-complete .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .page-auth .join-complete .btn {
    margin-top: 28px;
  }

  .page-style-choice {
    padding: 32px 16px;
  }
  .page-style-choice .page-header .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .page-style-choice .page-header .text {
    margin-top: 32px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .page-style-choice .choice-image-list {
    margin: 26px 0 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 20px;
  }
  .page-style-choice .choice-image-list .circle-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-style-choice .choice-image-list .circle-img .control {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .page-style-choice .choice-image-list .circle-img .img {
    aspect-ratio: 1/1;
    border-radius: 9999px;
    overflow: hidden;
  }
  .page-style-choice .choice-image-list .circle-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-style-choice .choice-image-list .circle-img .text {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
  }
  .page-style-choice .choice-image-list .circle-img .control:checked + .img {
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
  }
  .page-style-choice .choice-image-list .circle-img .control:checked + .img + .text {
    font-weight: bold;
  }
  .page-style-choice .choice-text-list {
    margin: 32px 0 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .page-account-exit {
    padding: 60px 38px;
  }
  .page-account-exit .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-account-exit .article .title {
    margin: 20px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .page-account-exit .article .list {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #252525;
  }
  .page-account-exit .article .list-item {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
  }
  .page-account-exit .article .btn {
    margin-top: 20px;
    min-width: 160px;
  }

  .page-mypage .point {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
    letter-spacing: -0.5px;
  }
  .page-mypage .point::before {
    content: "";
    margin-right: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background: url("/assets/icon/point-unit-01.svg") no-repeat 0 0/contain;
  }
  .page-mypage .my-point {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    font-size: 12px;
  }
  .page-mypage .my-point dl {
    text-align: center;
  }
  .page-mypage .my-point dl dt {
    font-weight: 600;
  }
  .page-mypage .my-point .link {
    margin-top: 24px;
    font-size: 12px;
    text-decoration: underline;
    letter-spacing: -0.5px;
  }
  .page-mypage .empty {
    padding: 48px 0;
    height: var(--empty-height, auto);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  }
  .page-mypage .empty-text {
    margin-top: 12px;
    font-weight: 600;
  }
  .page-mypage .empty .btn {
    margin-top: 18px;
  }
  .page-mypage .point-history .point-list {
    position: relative;
    margin: 0 16px;
    padding-left: 64px;
    border-top: 1px solid #efefef;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .page-mypage .point-history .point-list:first-of-type {
    border-top: none;
  }
  .page-mypage .point-history .point-list .point-date {
    position: absolute;
    top: 14px;
    left: 0;
    font-weight: 500;
  }
  .page-mypage .point-history .point-list .point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid #efefef;
  }
  .page-mypage .point-history .point-list .point-item:first-of-type {
    border-top: none;
  }
  .page-mypage .page-header {
    padding: 16px;
    background-color: #fafafa;
  }
  .page-mypage .page-header .nickname-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  .page-mypage .page-header .my-info {
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-mypage .page-header .my-info .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .page-mypage .page-header .my-info .col dt {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: -0.5px;
  }
  .page-mypage .page-header .my-info .col dd {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  .page-mypage .page-header .my-style {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page-mypage .page-header .my-style-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-mypage .page-header .my-style-header .title {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .page-mypage .page-header .my-style-header .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -1px;
    color: #9d9d9d;
    line-height: 1;
  }
  .page-mypage .page-header .my-style-header .link::after {
    content: "";
    margin-left: 4px;
    width: 5px;
    height: 8px;
    background: url("/assets/icon/arrow-right-03.svg") no-repeat 0 0;
  }
  .page-mypage .page-header .swiper.horizontal-swiper {
    margin: 12px -16px 0;
  }
  .page-mypage .page-content {
    padding: 16px;
  }
  .page-mypage .page-content .link-list {
    margin: 32px 0;
  }
  .page-mypage .page-content .link-list:first-of-type {
    margin-top: 0;
  }
  .page-mypage .page-content .link-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0;
  }
  .page-mypage .page-content .link-list-item a {
    margin-right: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
  }
  .page-mypage .page-content .link-list-item a .count {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--primary-color);
  }
  .page-mypage .page-content .link-list-item::after {
    content: "";
    width: 7px;
    height: 10px;
    -webkit-mask: url("/assets/icon/arrow-right-01.svg") no-repeat 50%;
    mask: url("/assets/icon/arrow-right-01.svg") no-repeat 50%;
    background-color: currentColor;
    color: #d9d9d9;
  }
  .page-mypage .section {
    margin: 24px 0;
    line-height: 1;
  }
  .page-mypage .section .product {
    margin-top: 8px;
  }
  .page-mypage .section .info-list {
    margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 12px;
  }
  .page-mypage .section .info-list dt {
    width: 130px;
    font-weight: 600;
    flex-shrink: 0;
  }
  .page-mypage .section .info-list dd {
    line-height: 18px;
  }
  .page-mypage .section .order-info {
    margin-top: 6px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.5px;
  }
  .page-mypage .section .order-info dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
  }
  .page-mypage .section .order-info dt::after {
    content: "";
    margin: 0 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1px;
    height: 10px;
    background-color: #e5e5e5;
  }
  .page-mypage .section .delivery-info {
    font-size: 12px;
  }
  .page-mypage .section .delivery-info > * {
    margin: 8px 0;
  }
  .page-mypage .section .delivery-info > *:first {
    margin-top: 0;
  }
  .page-mypage .section .delivery-info > *:last {
    margin-bottom: 0;
  }
  .page-mypage .section .info-text {
    font-size: 12px;
    line-height: 16px;
  }
  .page-mypage .section-title {
    font-size: 14px;
  }
  .page-mypage .section-content {
    margin-top: 12px;
  }
  .page-mypage .section-btn {
    margin-top: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-mypage .section-btn > * + * {
    margin-left: 12px;
  }
  .page-mypage .product-wrapper {
    padding: 14px 16px;
  }
  .page-mypage .reward-point {
    text-align: center;
  }
  .page-mypage .reward-point dl dt {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .page-mypage .reward-point .mission-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
  }
  .page-mypage .reward-point .mission-list > * + * {
    margin-left: 12px;
  }
  .page-mypage .reward-point .mission-list-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
    border-radius: 9999px;
    background-color: #c2c2c2;
    color: #fff;
  }
  .page-mypage .reward-point .mission-list-text::before {
    content: "";
    margin-right: 8px;
    width: 11px;
    height: 8px;
    -webkit-mask: url("/assets/icon/check.svg") no-repeat 50%;
    mask: url("/assets/icon/check.svg") no-repeat 50%;
    background-color: currentColor;
    color: #fff;
  }
  .page-mypage .reward-point .mission-list-text.is-success {
    background-color: var(--primary-color);
  }
  .page-mypage .image-upload-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .page-mypage .image-upload-list-item {
    position: relative;
  }
  .page-mypage .image-upload-list-item .img {
    max-width: 80px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .page-mypage .image-upload-list-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-mypage .image-upload-list-item .btn-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    border: none;
  }
  .page-mypage .image-upload-list-item .btn-delete::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask: url("/assets/icon/times.svg") no-repeat 50%;
    mask: url("/assets/icon/times.svg") no-repeat 50%;
    background: currentColor;
    color: #fff;
  }
  .page-mypage .image-upload-list .btn-add {
    position: relative;
    max-width: 80px;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    border: none;
  }
  .page-mypage .image-upload-list .btn-add::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask: url("/assets/icon/plus.svg") no-repeat 50%;
    mask: url("/assets/icon/plus.svg") no-repeat 50%;
    background: currentColor;
    color: #fff;
  }
  .page-mypage .info-text {
    margin-top: 14px;
    font-weight: 500;
    font-size: 12px;
  }
  .page-mypage .info-text.type-orange {
    color: var(--primary-color);
  }
  .page-mypage .review-form {
    margin: 20px 0 60px;
  }
  .page-mypage .action-header {
    padding: 14px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
  }
  .page-mypage .action-header .checkbox-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .page-mypage .action-header .checkbox-label .text {
    margin-left: 4px;
  }
  .page-mypage .action-header .link {
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .page-mypage .coupon-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-mypage .coupon-filter .title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .page-mypage .coupon-list {
    margin-top: 16px;
  }
  .page-mypage .coupon-list-item {
    margin-top: 16px;
  }
  .page-mypage .coupon-list .coupon-card {
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    letter-spacing: -0.5px;
  }
  .page-mypage .coupon-list .coupon-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 1;
  }
  .page-mypage .coupon-list .coupon-card-header .title {
    font-size: 18px;
  }
  .page-mypage .coupon-list .coupon-card-header .time-left {
    font-size: 12px;
  }
  .page-mypage .coupon-list .coupon-card .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    line-height: 17px;
  }
  .page-mypage .coupon-list .coupon-card .text {
    margin: 12px 0 16px;
    font-size: 13px;
  }
  .page-mypage .coupon-list .coupon-card.is-inactive {
    border-color: #b2b2b2;
  }
  .page-mypage .coupon-list .coupon-card.is-inactive .title {
    color: #d2d2d2;
  }
  .page-mypage .coupon-list .coupon-card.is-inactive .time-left {
    color: #000;
  }
  .page-mypage .coupon {
    margin: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.4;
    border-radius: 4px;
    background-color: #1c6bff;
    color: #fff;
  }
  .page-mypage .coupon br {
    display: none;
  }
  .page-mypage .order-summary {
    padding: 24px 16px;
  }
  .page-mypage .order-summary-item {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 12px;
    letter-spacing: -0.5px;
  }
  .page-mypage .order-summary-item dt {
    font-weight: 600;
    font-size: 11px;
  }
  .page-mypage .order-summary-item dd {
    font-weight: 500;
    font-size: 12px;
  }
  .page-mypage .order-summary-item.type-big {
    margin: 16px 0;
  }
  .page-mypage .order-summary-item.type-big dt {
    font-size: 13px;
  }
  .page-mypage .order-summary-item.type-big dd {
    font-size: 18px;
  }
  .page-mypage .order-summary-item:first-of-type {
    margin-top: 0;
  }
  .page-mypage .order-summary-action {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-mypage .order-summary-action > * + * {
    margin-left: 12px;
  }
  .page-mypage .order-summary .spacer {
    margin: 16px 0;
  }
  .page-mypage .order-summary .text-red {
    color: #ff0000;
  }
  .page-mypage .order-summary .text-link {
    display: block;
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-decoration: underline;
  }
  .page-mypage .cart-list {
    padding: 0 16px;
  }
  .page-mypage .cart-list-item {
    padding: 14px 0;
    position: relative;
    border-top: 1px solid #f0f0f0;
  }
  .page-mypage .cart-list-item:first-child {
    border-top: none;
  }
  .page-mypage .cart-list-item .cart-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-mypage .cart-list-item .cart-label .checkbox {
    margin-right: 8px;
  }
  .page-mypage .cart-list-item .cart-action {
    margin: 10px 0 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-mypage .cart-list-item .cart-action > * + * {
    margin-left: 8px;
  }
  .page-mypage .cart-list-item .cart-action > ._d_none + * {
    margin-left: 0;
  }
  .page-mypage .cart-list-item .cart-action .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    background-color: #f2f2f2;
    border: none;
    border-radius: 2px;
  }
  .page-mypage .cart-list-item .cart-action-delete {
    position: absolute !important;
    top: 14px;
    right: 0;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    position: relative;
  }
  .page-mypage .cart-list-item .cart-action-delete::before {
    content: "";
    position: absolute;
    inset: -8px;
    background-color: transparent;
  }
  .page-mypage .cart-list-item .cart-action-delete::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask: url("/assets/icon/times.svg") no-repeat 50%;
    mask: url("/assets/icon/times.svg") no-repeat 50%;
    background: currentColor;
    color: #000;
  }
  .page-mypage .order-list-item {
    padding: 14px 0;
    border-top: 1px solid #f0f0f0;
  }
  .page-mypage .order-list-item .product {
    margin: 0;
  }
  .page-mypage .order-list-item:first-child {
    padding-top: 0;
    border-top: none;
  }
  .page-mypage .order-list-item:last-child {
    padding-bottom: 0;
  }
  .page-mypage .checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .page-mypage .checkbox-group .checkbox {
    margin-right: 8px;
  }
  .page-mypage .agreement-list-item {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-mypage .agreement-list-item .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    position: relative;
  }
  .page-mypage .agreement-list-item .link::before {
    content: "";
    position: absolute;
    inset: -10px;
    background-color: transparent;
  }
  .page-mypage .agreement-list-item .link::after {
    content: "";
    width: 7px;
    height: 10px;
    background: url("/assets/icon/arrow-right-01.svg") no-repeat 0 0;
  }

  .page-board .swiper.horizontal-swiper {
    margin: 0;
    padding: 16px;
  }
  .page-board .accordion-toggle {
    padding: 12px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #efefef;
  }
  .page-board .accordion-toggle .img {
    width: 100%;
    margin-bottom: 16px;
  }
  .page-board .accordion-toggle .img img {
    width: 100%;
  }
  .page-board .accordion-toggle .content {
    position: relative;
    padding-right: 26px;
  }
  .page-board .accordion-toggle .content .category {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }
  .page-board .accordion-toggle .content .title {
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .page-board .accordion-toggle .content .date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #878787;
    line-height: 1;
  }
  .page-board .accordion-toggle .content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 6px;
    -webkit-mask: url("/assets/icon/arrow-bottom-01.svg") no-repeat 50%/100%;
    mask: url("/assets/icon/arrow-bottom-01.svg") no-repeat 50%/100%;
    background-color: currentColor;
    color: #878787;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-board .accordion-toggle.is-active {
    border-color: black;
  }
  .page-board .accordion-toggle.is-active .content::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }
  .page-board .accordion-toggle.is-active + .accordion-content {
    display: block;
  }
  .page-board .accordion-content {
    display: none;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #efefef;
  }
  .page-board .accordion-content img {
    margin: 12px 0;
    width: 100%;
  }
  .page-board .accordion-content img:first-child {
    margin-top: 0;
  }
  .page-board .accordion-content p {
    margin: 12px 0;
  }
  .page-board .accordion-content p:last-child {
    margin-bottom: 0;
  }
  .page-board .accordion-content .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-board .accordion-content .btn-area {
    margin: 32px 0;
    text-align: center;
  }
  .page-board .accordion-content .btn-area .btn img {
    margin: 0;
  }
  .page-board .accordion-wrapper {
    padding: 0;
  }
  .page-board .board-nav br {
    display: none;
  }
  .page-board .board-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #efefef;
    color: #6c6c6c;
  }
  .page-board .board-nav-link > * + * {
    margin-left: 12px;
  }
  .page-board .board-nav-link strong {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .page-board .board-nav-link span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .page-board .btn-area {
    padding: 16px;
  }

  .dialog-filter .section {
    margin: 20px 0;
  }
  .dialog-filter .section:first-child {
    margin-top: 6px;
  }
  .dialog-filter .section-title {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 12px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
    text-align: start;
    font-weight: bold;
  }
  .dialog-filter .section.is-dimmed {
    position: relative;
  }
  .dialog-filter .section.is-dimmed::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0.7;
    z-index: 2;
  }
  .dialog-filter .selected-area {
    height:fit-content;
  }
  .dialog-filter .selected-area:has(.swiper-wrapper > :nth-child(1)) {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dialog-filter .selected-area .horizontal-swiper {
    margin-top: 0;
  }
  .dialog-filter .range-slider-inner {
    margin: 24px 0 14px;
    padding: 0 26px 26px;
    border-bottom: 1px solid #f2f2f2;
  }
  .dialog-filter .range-slider-control {
    padding: 0 10px;
    width: auto;
  }
  .dialog-filter .range-slider-values {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 6px;
    font: inherit;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
    line-height:2rem;
  }
  .dialog-filter .range-slider-values .wave {
    margin: 0 2px;
  }

  .dialog-mypage .point-form {
    padding: 8px 0 16px;
  }
  .dialog-mypage .point-form .text {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .dialog-mypage .point-action {
    padding: 0 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dialog-mypage .point-action > * + * {
    margin-left: 12px;
  }
  .dialog-mypage .form .form-field {
    padding: 8px 0 16px;
  }
  .dialog-mypage .form .form-field .form-field-message {
    margin-top: 12px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .dialog-mypage .form .form-field .is-invalid + .form-field-message {
    color: #ff0000;
  }

  .dialog-member-reward {
    overflow: hidden;
    min-height: 294px;
  }
  .dialog-member-reward .dialog-header {
    position: relative;
    z-index: 1;
  }
  .dialog-member-reward .dialog-content {
    position: relative;
    margin-top: -45px;
    margin-bottom: -92px;
    padding: 45px 16px 84px;
    background: url("/assets/images/dialog-member-reward.png") no-repeat 50%/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .dialog-member-reward .dialog-content .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #1283ff;
  }
  .dialog-member-reward .dialog-content .text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #666666;
  }
  .dialog-member-reward .dialog-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 185px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .dialog-member-reward .dialog-action {
    position: relative;
    z-index: 1;
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dialog-member-reward .dialog-action > * + * {
    margin-left: 12px;
  }
  .dialog-member-reward .dialog-action .btn-blue {
    background-color: #1c6bff;
  }

  .option-list-title {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.5px;
    color: #4e4e4e;
  }
  .option-list-wrapper {
    margin: 0 -16px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    overflow: auto;
    scrollbar-width: none;
  }
  .option-list-wrapper > * + * {
    margin-left: 8px;
  }
  .option-list-wrapper > * {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .option-list-wrapper .swiper {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .skeleton {
    border-radius: 4px;
    -webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;
    animation: skeleton-gradient 1.8s infinite ease-in-out;
  }
  @-webkit-keyframes skeleton-gradient {
    0% {
      background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
      background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
      background-color: rgba(165, 165, 165, 0.1);
    }
  }
  @keyframes skeleton-gradient {
    0% {
      background-color: rgba(165, 165, 165, 0.1);
    }
    50% {
      background-color: rgba(165, 165, 165, 0.3);
    }
    100% {
      background-color: rgba(165, 165, 165, 0.1);
    }
  }

  .brand-category {
    height: 60px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #efefef;
  }
  .brand-category.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
  }
  .brand-category .swiper {
    padding: 0 16px;
    height: inherit;
  }
  .brand-category .swiper-slide {
    margin-left: 10px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-category .swiper-slide:first-child {
    margin: 0;
  }
  .brand-category-link {
    position: relative;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    font-weight: 500;
    font-size: 9px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    overflow: hidden;
  }
  .brand-category-link img {
    position: absolute;
    inset: 0;
    opacity: 0.4;
  }
  .brand-category-link span {
    position: relative;
    z-index: 1;
  }
  .brand-category-link.type-all {
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    background-color: #fff;
    color: #000;
  }

  .brand-filter.is-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 1;
  }
  .brand-filter .search-area {
    display: none;
    position: absolute;
    inset: 0;
  }
  .brand-filter .search-area.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .alphabet-category {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .alphabet-category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9d9d9d;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 9999px;
  }
  .alphabet-category-link.is-active {
    font-weight: normal;
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .alphabet-category .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: url("/assets/icon/search.svg") no-repeat 50%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgb(255, 255, 255)));
    background: url("/assets/icon/search.svg") no-repeat 50%, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
    color: transparent;
    z-index: 1;
  }

  .search-area {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .search-area-input {
    margin-left: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .search-area-input .text-input {
    width: 100%;
  }
  .search-area .search-btn {
    width: 60px;
    height: 60px;
    border: none;
    background: url("/assets/icon/search.svg") no-repeat 50%;
    color: transparent;
  }

  .brand-header {
    margin-top: 16px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand-header.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand-header-title {
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }

  .brand-card {
    margin: 16px 0;
  }
  .brand-card:last-of-type {
    margin-bottom: 40px;
  }
  .brand-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 16px;
  }
  .brand-card-header .btn-area {
    line-height: 1;
    font-size: 0;
  }
  .brand-card-info {
    margin-right: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-card-info .left {
    margin-right: 12px;
    width: 48px;
    height: 48px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
  }
  .brand-card-info .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
  }
  .brand-card-info .right .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
  }
  .brand-card-info .right .group > * + * {
    margin-left: 6px;
  }
  .brand-card-title {
    font-weight: 500;
    font-size: 14px;
  }
  .brand-card-category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
  }
  .brand-card .section-header {
    margin-top: 24px;
  }
  .brand-card .swiper {
    margin-top: 10px;
  }

  .top-brand {
    position: relative;
    z-index: 0;
  }
  .top-brand .brand-card:last-of-type {
    margin-bottom: 24px;
  }

  .brand-list {
    position: relative;
    z-index: 0;
  }

  .bottom-reveal {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
  }
  .show-bottom-reveal .bottom-reveal {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .brand-cover {
    margin-top: -48px;
  }
  .brand-cover .bg-img {
    position: relative;
    aspect-ratio: 360/440;
  }
  .brand-cover .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .brand-cover .bg-img .bi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 16px;
    text-align: center;
    z-index: 1;
  }
  .brand-cover .bg-img .bi img {
    display: inline-block;
    max-width: 80px;
  }
  .brand-cover .bg-img::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
  }
  .brand-cover .content {
    margin: 36px 0 24px;
    padding: 0 16px;
    text-align: center;
  }
  .brand-cover .content .title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
  }
  .brand-cover .content .text {
    margin: 16px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
  }
  .brand-cover .content .list-more-link {
    margin: 24px -16px 0;
  }

  .modal .order {
    margin: 14px 0;
  }
  .modal .order .order-list {
    margin: 0 -16px;
  }


  .copyright {
    margin: 24px 0;
  }
  .copyright address {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    color: #9f9f9f;
  }

  .wrapper.mdesign {
    padding: unset;
  }
  .list_type_btn.card_type #list_type {
    display: none;
  }
  .list_type_btn.list_type #card_type {
    display: none;
  }
  .filterBtn.type-white img {
    filter: invert(100%);
  }

  .product_detail_like.is-liked .not_active {
    display: none;
  }
  .product_detail_like:not(.is-liked) .is_active {
    display: none;
  }
  .mdesign #btn_share_sns {
    display: none;
  }
  .select.w-full {
    margin-bottom: 8px;
  }
  #form1_wrapper .order-action {
    border-top: none;
  }
  #wrap_loading_mdesign {
    position: fixed;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 99999
  }
  #wrap_loading_mdesign .tbl_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.05)
  }
  #wrap_loading_mdesign .loading_image_box {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/images/loading_v2.gif') no-repeat;
    background-position: center;
    font-size: 0px;
    line-height: 0%
  }


  .people-avatar .people-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .swiper-slide-thumb-active {
    z-index: 2;
  }

  .modal .dialog-content .policy_agreement {
    padding: 0 16px 20px 16px;
    line-height: 20px;
    font-size: 0.9em;
    text-align: justify;
  }

  .rebuy_btn ~ .deli_complite {
    display: none;
  }
  .main_stylebook_items .single-column-swiper {
    margin-top: 8px;
  }
  .mswiper-scrollbar:has(> div) {
    margin-top: 16px;
    height: 4px;
  }

  /*상품슬라이드|타입1|gridrow2일때*/
  .single-column-swiper[data-slide-grid-row="2"] .swiper-wrapper .swiper-slide:nth-child(2n-1) {
    order: 0;
    margin-top: 0 !important;
  }
  .single-column-swiper[data-slide-grid-row="2"] .swiper-wrapper .swiper-slide:nth-child(2n) {
    order: 1;
    margin-top: 8px !important;
  }


  /*상품슬라이드|타입1|gridrow3일때*/
  .single-column-swiper[data-slide-grid-row="3"] .swiper-wrapper .swiper-slide:nth-child(3n-2) {
    order: 0;
    margin-top: 0 !important;
  }
  .single-column-swiper[data-slide-grid-row="3"] .swiper-wrapper .swiper-slide:nth-child(3n-1) {
    order: 1;
    margin-top: 8px !important;
  }
  .single-column-swiper[data-slide-grid-row="3"] .swiper-wrapper .swiper-slide:nth-child(3n) {
    order: 2;
    margin-top: 8px !important;
  }


}