*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
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. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Pretendard, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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 */
}

/*
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. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
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; /* 1 */
  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,
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 the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-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: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 360px) {

  .container {
    max-width: 360px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: var(--neutral-100);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
}

body > .wrap {
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
body > .wrap .main-bg {
  flex: 1;
}

body:has(.component_popup), body:has(.component_modal) {
  overflow-y: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  text-align: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

:root {
  --Black: #000;
  --White: #fff;
  --neutral-100: #191919;
  --neutral-200: #323232;
  --neutral-300: #4B4B4B;
  --neutral-400: #646464;
  --neutral-500: #7D7D7D;
  --neutral-600: #959595;
  --neutral-700: #AEAEAE;
  --neutral-800: #C7C7C7;
  --neutral-900: #EEEEEE;
  --neutral-1000: #F5F5F5;
  --primary-blue-100: #2279EB;
  --primary-blue-200: #2885FF;
  --primary-blue-300: #58A0FF;
  --primary-blue-400: #C1DBFD;
  --primary-blue-500: #F2F8FF;
  --red-100: #FF2600;
  --icon-marker: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="" height="" viewBox="0 0 12 10" fill="none"><path d="M1 3.66667L5.54545 9L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Regular.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Light.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Light.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Medium.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-SemiBold.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Bold.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-ExtraBold.woff") format("woff"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("https://diverse-webstatic-files.s3.ap-northeast-2.amazonaws.com/cdn/SUIP/dist/assets/fonts/Pretendard-ExtraBold.ttf") format("truetype");
}
.layout-grid {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  max-width: 80rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .layout-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .layout-grid {
    padding: 0;
  }
}

.header-bg {
  z-index: 100;
}
.header-bg header {
  max-width: 80rem;
  margin: 0 auto;
}

.main-bg {
  width: 100%;
  padding-bottom: 5rem;
}
.main-bg main {
  max-width: 80rem;
  margin: 0 auto;
}

.footer-bg footer {
  max-width: 80rem;
  margin: 0 auto;
}

.fixed-container {
  z-index: 100;
}

.icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--neutral-800);
}
.icon svg {
  height: 100%;
  width: 100%;
  color: inherit;
}
.icon svg path,
.icon svg circle,
.icon svg rect,
.icon svg line,
.icon svg polyline,
.icon svg polygon {
  color: inherit;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.component_button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.component_button.disabled {
  cursor: default;
}
.component_button.col {
  flex-flow: column nowrap;
}
.component_button.text .button_text {
  color: var(--neutral-100);
}
.component_button.text:hover .button_text {
  color: var(--Black);
}
.component_button.text:active .button_text {
  color: var(--Black);
}
.component_button.text.disabled .button_text {
  color: var(--neutral-700);
}
.component_button.text.blue .button_text {
  color: var(--primary-blue-200);
}
.component_button.text.blue:hover .button_text {
  color: var(--primary-blue-100);
}
.component_button.text.blue:active .button_text {
  color: var(--primary-blue-100);
}
.component_button.text.blue.disabled .button_text {
  color: var(--primary-blue-300);
}
.component_button.text.gray .button_text {
  color: var(--neutral-500);
}
.component_button.text.gray:hover .button_text {
  color: var(--neutral-300);
}
.component_button.text.gray:active .button_text {
  color: var(--neutral-300);
}
.component_button.text.gray.disabled .button_text {
  color: var(--neutral-700);
}
.component_button.contained.blue .button_text {
  color: var(--White);
}
.component_button.contained.blue:hover .button_text {
  color: var(--White);
}
.component_button.contained.blue:active .button_text {
  color: var(--White);
}
.component_button.contained.blue.disabled .button_text {
  color: var(--White);
}
.component_button.contained.blue {
  background-color: var(--primary-blue-200);
}
.component_button.contained.blue:hover {
  background-color: var(--primary-blue-100);
}
.component_button.contained.blue:active {
  background-color: var(--primary-blue-100);
}
.component_button.contained.blue.disabled {
  background-color: var(--primary-blue-400);
}
.component_button.contained.red .button_text {
  color: var(--White);
}
.component_button.contained.red:hover .button_text {
  color: var(--White);
}
.component_button.contained.red:active .button_text {
  color: var(--White);
}
.component_button.contained.red.disabled .button_text {
  color: var(--White);
}
.component_button.contained.red {
  background-color: var(--red-100);
}
.component_button.contained.red:hover {
  background-color: var(--red-100);
}
.component_button.contained.red:active {
  background-color: var(--red-100);
}
.component_button.contained.red.disabled {
  background-color: var(--red-100);
}
.component_button.outlined {
  border-width: 0.063rem;
  border-style: solid;
  border-color: var(--neutral-800);
}
.component_button.outlined:hover {
  border-color: var(--neutral-800);
}
.component_button.outlined:active {
  border-color: var(--neutral-800);
}
.component_button.outlined.disabled {
  border-color: var(--neutral-800);
}
.component_button.outlined {
  background-color: var(--White);
}
.component_button.outlined:hover {
  background-color: var(--neutral-1000);
}
.component_button.outlined:active {
  background-color: var(--neutral-800);
}
.component_button.outlined.disabled {
  background-color: var(--neutral-800);
}
.component_button.outlined .button_text {
  color: var(--neutral-100);
}
.component_button.outlined:hover .button_text {
  color: var(--neutral-100);
}
.component_button.outlined:active .button_text {
  color: var(--neutral-100);
}
.component_button.outlined.disabled .button_text {
  color: var(--neutral-700);
}
.component_button.outlined.blue {
  border-color: var(--primary-blue-200);
}
.component_button.outlined.blue:hover {
  border-color: var(--primary-blue-200);
}
.component_button.outlined.blue:active {
  border-color: var(--primary-blue-200);
}
.component_button.outlined.blue.disabled {
  border-color: var(--primary-blue-400);
}
.component_button.outlined.blue {
  background-color: var(--White);
}
.component_button.outlined.blue:hover {
  background-color: var(--primary-blue-500);
}
.component_button.outlined.blue:active {
  background-color: var(--primary-blue-500);
}
.component_button.outlined.blue.disabled {
  background-color: var(--White);
}
.component_button.outlined.blue .button_text {
  color: var(--primary-blue-200);
}
.component_button.outlined.blue:hover .button_text {
  color: var(--primary-blue-200);
}
.component_button.outlined.blue:active .button_text {
  color: var(--primary-blue-200);
}
.component_button.outlined.blue.disabled .button_text {
  color: var(--primary-blue-400);
}
.component_button.small-default {
  height: 2.75rem;
}
.component_button.medium-default {
  height: 3.125rem;
}
.component_button.large-default {
  height: 3.5rem;
}

.component_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border-width: 0.063rem;
  border-style: solid;
}
.component_tab.disabled {
  cursor: default;
}
.component_tab.col {
  flex-flow: column nowrap;
}
.component_tab .text {
  color: var(--neutral-100);
}
.component_tab.selected .text, .component_tab[aria-selected=true] .text {
  color: var(--primary-blue-200);
}
.component_tab {
  border-color: var(--neutral-800);
}
.component_tab.selected, .component_tab[aria-selected=true] {
  border-color: var(--primary-blue-200);
}
.component_tab {
  background: var(--White);
}
.component_tab.selected, .component_tab[aria-selected=true] {
  background: var(--primary-blue-500);
}
.component_tab.small-default {
  height: 2.75rem;
}
.component_tab.medium-default {
  height: 3.125rem;
}
.component_tab.large-default {
  height: 3.5rem;
}

.component_input {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 0.5rem;
}
.component_input .input_container .input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border-width: 0.063rem;
  border-style: solid;
  border-radius: 0.938rem;
  border-color: var(--neutral-800);
  background-color: var(--White);
}
.component_input .input_container .input_wrapper:focus-within {
  border-color: var(--neutral-100);
  background-color: var(--White);
}
.component_input .input_container .input_wrapper.error {
  border-color: var(--red-100);
  background-color: var(--White);
}
.component_input .input_container .input_wrapper.disabled {
  border-color: var(--neutral-800);
  background-color: var(--neutral-1000);
}
.component_input .input_container .input_wrapper .button_text {
  color: var(--neutral-100);
}
.component_input .input_container .input_wrapper:focus-within .button_text {
  color: var(--neutral-100);
}
.component_input .input_container .input_wrapper.error .button_text {
  color: var(--red-100);
}
.component_input .input_container .input_wrapper.disabled .button_text {
  color: var(--neutral-700);
}
.component_input .input_container .input_wrapper.disabled .input_outer input {
  cursor: default;
  color: var(--neutral-700);
}
.component_input .input_container .input_wrapper.disabled svg path {
  stroke: var(--neutral-800);
}
.component_input .input_container .input_wrapper.small-m1 {
  height: 2.5rem;
}
.component_input .input_container .input_wrapper.small-default {
  height: 2.75rem;
}
.component_input .input_container .input_wrapper.medium-default {
  height: 3.125rem;
}
.component_input .input_container .input_wrapper.large-default {
  height: 3.5rem;
}
.component_input .input_container .input_wrapper .input_outer {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.component_input .input_container .input_wrapper .input_outer input {
  width: 100%;
  height: 100%;
}
.component_input .input_container .input_wrapper .input_outer input[type=file] {
  height: auto;
}
.component_input .input_container .input_wrapper .input_outer input[type=file]::file-selector-button {
  display: none;
}
.component_input .input_container .input_wrapper .input_outer input[type=file]::-webkit-file-upload-button {
  display: none;
}
.component_input .input_container .input_wrapper .input_outer input::-moz-placeholder {
  color: var(--neutral-700);
}
.component_input .input_container .input_wrapper .input_outer input::placeholder {
  color: var(--neutral-700);
}

.component_checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.component_checkbox input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border: 0.063rem solid var(--neutral-800);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}
.component_checkbox input[type=checkbox]:hover {
  border-color: var(--primary-blue-200);
  background: var(--primary-blue-500);
}
.component_checkbox input[type=checkbox]:disabled {
  border-color: var(--neutral-800);
  background: var(--neutral-900);
  cursor: default;
}
.component_checkbox input[type=checkbox].gray {
  background: var(--neutral-800);
}
.component_checkbox input[type=checkbox].gray::before {
  content: "";
  background: no-repeat center/cover var(--icon-marker);
  width: 0.75rem;
  height: 0.625rem;
}
.component_checkbox input[type=checkbox]:checked {
  background: var(--primary-blue-200);
  border-color: transparent;
}
.component_checkbox input[type=checkbox]:checked::before {
  content: "";
  background: no-repeat center/cover var(--icon-marker);
  width: 0.75rem;
  height: 0.625rem;
}
.component_checkbox input[type=checkbox]:checked:disabled {
  background: var(--neutral-800);
}
.component_checkbox input[type=checkbox] + label {
  cursor: pointer;
}

.component_radiobutton {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.component_radiobutton input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border: max(0.063rem, 0.1em) solid var(--neutral-800);
  border-radius: 50%;
  transition: border 0.1s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.component_radiobutton input[type=radio] + label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component_radiobutton input[type=radio]:hover {
  border: 0.063rem solid var(--neutral-800);
  background: var(--neutral-1000);
}
.component_radiobutton input[type=radio]:checked {
  border: 0.375rem solid var(--primary-blue-200);
}
.component_radiobutton input[type=radio]:disabled {
  background: var(--neutral-900);
  border: 0.063rem solid var(--neutral-800);
  border-radius: 1.25rem;
}
.component_radiobutton input[type=radio]:disabled:checked {
  border: 0.375rem solid var(--neutral-800);
  background: #fff;
}

.component_toggle {
  display: inline-flex;
  align-items: center;
}
.component_toggle .toggle-checkbox {
  display: none;
}
.component_toggle .toggle-checkbox:checked + .toggle-switch {
  background: var(--primary-blue-200);
}
.component_toggle .toggle-checkbox:checked + .toggle-switch .toggle-slider {
  transform: translate(calc(100% - 0.125rem), -50%);
}
.component_toggle .toggle-switch {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 1.75rem;
  background: var(--neutral-800);
  border-radius: 5.625rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.component_toggle .toggle-switch .toggle-slider {
  position: absolute;
  left: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.component_textarea {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 0.5rem;
}
.component_textarea .textarea-container {
  padding: 1rem;
  border: 0.063rem solid var(--neutral-800);
  border-radius: 0.938rem;
}
.component_textarea .textarea-container textarea {
  width: 100%;
  min-height: 18.75rem;
  resize: none;
}
.component_textarea .textarea-container textarea::-moz-placeholder {
  color: var(--neutral-700);
}
.component_textarea .textarea-container textarea::placeholder {
  color: var(--neutral-700);
}

.component_select {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
}
.component_select:has(.select.has-value) .select-dropdown {
  display: block;
}
.component_select .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0 1rem;
  border: 0.063rem solid var(--neutral-800);
  border-radius: 0.938rem;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component_select .select.has-value {
  border-radius: 0;
  border-top-left-radius: 0.938rem;
  border-top-right-radius: 0.938rem;
}
.component_select .select .selected-text {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.component_select .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 0.063rem solid var(--neutral-800);
  border-bottom-left-radius: 0.938rem;
  border-bottom-right-radius: 0.938rem;
  margin-top: -0.0625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.component_select .select-dropdown .select-option {
  cursor: pointer;
  border-bottom: 0.063rem solid var(--neutral-800);
}
.component_select .select-dropdown .select-option:last-child {
  border-bottom: 0;
}
.component_select.small-default .select {
  height: 2.75rem;
}
.component_select.medium-default .select {
  height: 3.125rem;
}
.component_select.large-default .select {
  height: 3.5rem;
}

.component_tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.5rem);
  transform: translateX(-50%);
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
}
.component_tooltip.reverse {
  top: auto;
  bottom: calc(100% + 0.5rem);
}
.component_tooltip.reverse .tooltip::before, .component_tooltip.reverse .tooltip::after {
  border-width: 0.5rem 0.5rem 0 0.5rem;
  top: auto;
}
.component_tooltip.reverse .tooltip::before {
  bottom: -8px;
}
.component_tooltip.reverse .tooltip::after {
  bottom: -6.5px;
}
.component_tooltip .tooltip {
  display: flex;
  justify-content: center;
  border-radius: 0.938rem;
  padding: 1rem;
  background: var(--primary-blue-500);
  width: -moz-max-content;
  width: max-content;
  max-width: min(22.5rem, 100vw - 3rem);
}
.component_tooltip .tooltip.l-25::before, .component_tooltip .tooltip.l-25::after {
  left: 25%;
  transform: translateX(0);
}
.component_tooltip .tooltip::before, .component_tooltip .tooltip::after {
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-style: solid;
  content: "";
  position: absolute;
  width: 0;
}
.component_tooltip .tooltip::before {
  border-color: transparent transparent;
  top: -8px;
  z-index: 0;
}
.component_tooltip .tooltip::after {
  border-color: var(--primary-blue-500) transparent;
  top: -6.5px;
  z-index: 1;
}
@media (max-width: 768px) {
  .component_tooltip {
    left: 0;
    transform: translateX(0);
  }
}

.component_modal.login .login-form {
  position: relative;
  flex: 1 1 0%;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .component_modal.login .login-form {
    padding: 1.875rem;
  }
}
.component_modal.login .login-form .form-container {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media (min-width: 1025px) {
  .component_modal.address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 22%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 17.2%;
  }
}
@media (min-width: 1025px) {
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 17.2%;
  }
}
@media (max-width: 767px) {
  .component_modal.re-order .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.re-order .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1rem;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_modal.re-order .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.re-order .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1.25rem;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1.5rem;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.re-order .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1.5rem;
  }
  .component_modal.re-order .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .component_modal.order-search .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.order-search .component_backdrop .layout-grid {
    padding: 0;
  }
  .component_modal.order-search .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1rem;
  }
  .component_modal.order-search .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
  .component_modal.order-search .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.order-search .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1rem;
  }
  .component_modal.order-search .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
  .component_modal.terms-of-use .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.terms-of-use .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 0.625rem;
  }
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1rem;
  }
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_footer {
    display: none;
  }
}
@media (min-width: 1025px) {
  .component_modal.terms-of-use .component_backdrop .layout-grid .modal_container .modal_footer {
    display: none;
  }
}
@media (max-width: 767px) {
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 21.7%;
  }
  .component_modal.manage-address .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.manage-address .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 19.5%;
  }
  .component_modal.manage-address .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.manage-address .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1.25rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1.5rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1.5rem;
  }
  .component_modal.manage-address .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.manage-address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 21.6%;
  }
}
@media (max-width: 767px) {
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 17.1%;
  }
  .component_modal.edit-address .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.edit-address .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1rem;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1rem;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] {
    left: 50%;
    transform: translateX(-50%);
  }
  .component_modal.edit-address .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_modal.edit-address .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1rem;
  }
  .component_modal.edit-address .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .component_modal.edit-address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 18.4%;
  }
}
.component_modal .component_backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.component_modal .component_backdrop .modal_container {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background: #fff;
  gap: 1.25rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 1.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.component_modal .component_backdrop .modal_container .modal_content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.component_modal .component_backdrop .modal_container .modal_header,
.component_modal .component_backdrop .modal_container .modal_footer {
  flex-shrink: 0;
}
.component_modal .component_backdrop .modal_container .modal_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.component_popup.preview .preview-content .swiper-pagination {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
  display: inline-flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: auto;
  justify-content: flex-end;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}
.component_popup.preview .preview-content .swiper-pagination .swiper-pagination-current,
.component_popup.preview .preview-content .swiper-pagination .swiper-pagination-total {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}
@media (max-width: 767px) {
  .component_popup.invoice .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_popup.invoice .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 0.625rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .component_popup.invoice .component_backdrop {
    background: transparent;
    align-items: start;
  }
  .component_popup.invoice .component_backdrop .layout-grid {
    padding: 0;
    height: 100%;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    row-gap: 1.875rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_header {
    padding: 0.813rem 1.5rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row1,
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row2 {
    padding: 0 1.5rem;
  }
  .component_popup.invoice .component_backdrop .layout-grid .modal_container .modal_content .row1 {
    padding-bottom: 1.25rem;
  }
}
.component_popup .component_backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.component_popup .component_backdrop .modal_container {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background: #fff;
  gap: 1.25rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 1.875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.component_popup .component_backdrop .modal_container .modal_content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.component_popup .component_backdrop .modal_container .modal_header,
.component_popup .component_backdrop .modal_container .modal_footer {
  flex-shrink: 0;
}
.component_popup .component_backdrop .modal_container .modal_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.component_alert .component_backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.component_alert .component_backdrop .modal_container {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background: #fff;
  gap: 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  grid-column: span 4/span 4;
  grid-column-start: 1;
}
@media (min-width: 768px) {
  .component_alert .component_backdrop .modal_container {
    grid-column: span 6/span 6;
    grid-column-start: 4;
    padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  }
}
@media (min-width: 1025px) {
  .component_alert .component_backdrop .modal_container {
    grid-column: span 4/span 4;
    grid-column-start: 5;
  }
}
.component_alert .component_backdrop .modal_container .modal_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

[class^=swiper-container] .swiper-pagination-current,
[class^=swiper-container] .swiper-pagination-total {
  color: inherit;
}

.swiper.previewSwiper .swiper-button-prev {
  left: 1rem;
}
.swiper.previewSwiper .swiper-button-next {
  right: 1rem;
}
.swiper.previewSwiper .swiper-pagination {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
  display: inline-flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: auto;
  justify-content: flex-end;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}
.swiper.previewSwiper .swiper-pagination .swiper-pagination-current,
.swiper.previewSwiper .swiper-pagination .swiper-pagination-total {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  border-radius: 90px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  margin: 0;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  content: none;
}
.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  width: auto;
  height: auto;
  fill: transparent;
}

.prod-thumb .prodMainSwiper .swiper-button-prev,
.prod-thumb .prodMainSwiper .swiper-button-next {
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  border-radius: 90px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  margin: 0;
}
.prod-thumb .prodMainSwiper .swiper-button-prev::after,
.prod-thumb .prodMainSwiper .swiper-button-next::after {
  content: none;
}
.prod-thumb .prodMainSwiper .swiper-button-prev svg,
.prod-thumb .prodMainSwiper .swiper-button-next svg {
  width: auto;
  height: auto;
}

.findSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  cursor: pointer;
  color: var(--neutral-500);
  white-space: nowrap;
}
.findSwiper .swiper-wrapper .swiper-slide.active {
  border-bottom: 0.125rem solid var(--neutral-100);
  color: var(--neutral-100);
}

.wrap.main .main-bg main {
  padding-top: 1.25rem;
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 17rem;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.823);
  transform-origin: top;
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide .text-wrap {
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.215);
  transform-origin: top left;
  max-width: 82.3%;
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-wrap {
  transform: scale(1);
  max-width: 100%;
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
  transform: scale(0.823) translateX(1.25rem);
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.823) translateX(-0.281rem);
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(0.823) translateX(0.281rem);
}
.wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
  transform: scale(0.823) translateX(-1.25rem);
}
.wrap.main .main-bg main .newSwiper .swiper-button-prev,
.wrap.main .main-bg main .newSwiper .swiper-button-next {
  top: 6.125rem;
  transform: translateY(0);
}
.wrap.main .main-bg main .heroSwiper .swiper-button-prev,
.wrap.main .main-bg main .heroSwiper .swiper-button-next {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
}
.wrap.main .main-bg main .happy .swiper-controls,
.wrap.main .main-bg main .hero-wrap .swiper-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.wrap.main .main-bg main .happy .swiper-controls .swiper-button-prev,
.wrap.main .main-bg main .happy .swiper-controls .swiper-button-next,
.wrap.main .main-bg main .happy .swiper-controls .swiper-pagination-button-prev,
.wrap.main .main-bg main .happy .swiper-controls .swiper-pagination-button-next,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-button-prev,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-button-next,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-pagination-button-prev,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-pagination-button-next {
  position: static;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  cursor: pointer;
}
.wrap.main .main-bg main .happy .swiper-controls .swiper-button-prev::after,
.wrap.main .main-bg main .happy .swiper-controls .swiper-button-next::after,
.wrap.main .main-bg main .happy .swiper-controls .swiper-pagination-button-prev::after,
.wrap.main .main-bg main .happy .swiper-controls .swiper-pagination-button-next::after,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-button-prev::after,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-button-next::after,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-pagination-button-prev::after,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-pagination-button-next::after {
  display: none;
}
.wrap.main .main-bg main .happy .swiper-controls .swiper-pagination,
.wrap.main .main-bg main .hero-wrap .swiper-controls .swiper-pagination {
  position: static;
}
@media (max-width: 767px) {
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 13.75rem;
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.823);
    transform-origin: top;
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide .text-wrap {
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.215);
    transform-origin: top left;
    max-width: 82.3%;
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-wrap {
    transform: scale(1);
    max-width: 100%;
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev-prev {
    transform: scale(0.823) translateX(1.25rem);
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: scale(0.823) translateX(-0.281rem);
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: scale(0.823) translateX(0.281rem);
  }
  .wrap.main .main-bg main .newSwiper .swiper-wrapper .swiper-slide.swiper-slide-next-next {
    transform: scale(0.823) translateX(-1.25rem);
  }
  .wrap.main .main-bg main .newSwiper .swiper-button-prev,
  .wrap.main .main-bg main .newSwiper .swiper-button-next {
    top: 6.125rem;
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  .wrap.main .main-bg main {
    padding-top: 2.5rem;
  }
  .wrap.main .main-bg main .heroSwiper .swiper-button-prev,
  .wrap.main .main-bg main .heroSwiper .swiper-button-next {
    display: flex;
  }
  .wrap.main .main-bg main .hero-wrap .swiper-controls {
    display: none;
  }
}

.login-form {
  padding-left: 1rem;
  padding-right: 1rem;
  grid-column: span 4/span 4;
  grid-column-start: 1;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .login-form {
    padding-left: 0;
    padding-right: 0;
    grid-column: span 6/span 6;
    grid-column-start: 4;
  }
}
@media (min-width: 1025px) {
  .login-form {
    grid-column: span 4/span 4;
    grid-column-start: 5;
  }
}

.wrap.join .main-bg main {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .wrap.join .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .wrap.join .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 24%;
  }
  .wrap.join .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.join .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 44.5%;
  }
}
@media (min-width: 1025px) {
  .wrap.join .main-bg main {
    padding-top: 0.625rem;
  }
}

.wrap.find .main-bg main {
  padding-top: 2.5rem;
}
.wrap.find .layout-grid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .wrap.find .main-bg main {
    padding-top: 0.625rem;
  }
}

@media (min-width: 1025px) {
  .wrap.category .main-bg main {
    padding-top: 2.5rem;
  }
}

.wrap.product-detail .main-bg main {
  padding-top: 0;
}
@media (max-width: 767px) {
  .wrap.product-detail:has(.fixed-container .icon.toggle-on) .main-bg {
    padding-bottom: 22.875rem;
  }
  .wrap.product-detail .main-bg {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap.product-detail:has(.fixed-container .icon.toggle-on) .main-bg {
    padding-bottom: 22.875rem;
  }
  .wrap.product-detail .main-bg {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1025px) {
  .wrap.product-detail .main-bg main {
    padding-top: 2.5rem;
  }
}

.wrap.search-result .main-bg main {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .wrap.search-result .main-bg main {
    padding-top: 2.5rem;
  }
}

.wrap.cart .layout-grid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .wrap.cart .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.cart .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 17%;
  }
  .wrap.cart .component_tooltip[data-tooltip-slot=thirdary] .tooltip::before,
  .wrap.cart .component_tooltip[data-tooltip-slot=thirdary] .tooltip::after {
    left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap.cart .component_tooltip[data-tooltip-slot=secondary] {
    left: 0;
    transform: translateX(0);
  }
  .wrap.cart .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.cart .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 17%;
  }
  .wrap.cart .component_tooltip[data-tooltip-slot=thirdary] {
    left: 0;
    transform: translateX(0);
  }
  .wrap.cart .component_tooltip[data-tooltip-slot=thirdary] .tooltip::before,
  .wrap.cart .component_tooltip[data-tooltip-slot=thirdary] .tooltip::after {
    left: 15%;
  }
}
@media (min-width: 1025px) {
  .wrap.cart .main-bg main {
    padding-top: 2.5rem;
  }
}

.wrap.payment .main-bg {
  padding-bottom: 10rem;
}
.wrap.payment .main-bg main {
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .wrap.payment .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.payment .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 17%;
  }
  .wrap.payment .component_tooltip[data-tooltip-slot=thirdary] .tooltip::before,
  .wrap.payment .component_tooltip[data-tooltip-slot=thirdary] .tooltip::after {
    left: 15.4%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap.payment .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.payment .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 17%;
  }
  .wrap.payment .component_tooltip[data-tooltip-slot=thirdary] .tooltip::before,
  .wrap.payment .component_tooltip[data-tooltip-slot=thirdary] .tooltip::after {
    left: 17%;
  }
}
@media (min-width: 1025px) {
  .wrap.payment .main-bg {
    padding-bottom: 5rem;
  }
  .wrap.payment .main-bg main {
    padding-top: 2.5rem;
  }
}

.wrap.mypage .main-bg main .preview-wrap .preview-content .swiper-pagination {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
  display: inline-flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  width: auto;
  justify-content: flex-end;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}
.wrap.mypage .main-bg main .preview-wrap .preview-content .swiper-pagination .swiper-pagination-current,
.wrap.mypage .main-bg main .preview-wrap .preview-content .swiper-pagination .swiper-pagination-total {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--White);
}
@media (max-width: 767px) {
  .wrap.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .wrap.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 17%;
  }
  .wrap.mypage .component_tooltip[data-tooltip-slot=secondary] .tooltip::before,
  .wrap.mypage .component_tooltip[data-tooltip-slot=secondary] .tooltip::after {
    left: 25.5%;
  }
  .wrap.mypage .component_tooltip[data-tooltip-slot=thirdary] .tooltip::before,
  .wrap.mypage .component_tooltip[data-tooltip-slot=thirdary] .tooltip::after {
    left: 46.4%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .wrap.mypage .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 19%;
  }
}
@media (min-width: 1025px) {
  .wrap.mypage .main-bg main {
    padding-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .wrap.address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .wrap.address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .wrap.address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 22%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrap.address .component_tooltip[data-tooltip-slot=primary] {
    left: 0;
    transform: translateX(0);
  }
  .wrap.address .component_tooltip[data-tooltip-slot=primary] .tooltip::before,
  .wrap.address .component_tooltip[data-tooltip-slot=primary] .tooltip::after {
    left: 22%;
  }
}

.wrap.cs .main-bg main {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .wrap.cs .main-bg main {
    padding-top: 2.5rem;
  }
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-right-2 {
  right: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[1\.875rem\] {
  bottom: 1.875rem;
}

.bottom-\[8\.813rem\] {
  bottom: 8.813rem;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-\[1\.875rem\] {
  left: 1.875rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[0\.563rem\] {
  right: 0.563rem;
}

.right-\[calc\(50\%-40rem\)\] {
  right: calc(50% - 40rem);
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[0\.25rem\] {
  top: 0.25rem;
}

.top-\[1\.688rem\] {
  top: 1.688rem;
}

.top-\[2\.875rem\] {
  top: 2.875rem;
}

.top-\[4\.125rem\] {
  top: 4.125rem;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[6\.625rem\] {
  top: 6.625rem;
}

.top-\[6rem\] {
  top: 6rem;
}

.top-\[calc\(100\%\+0\.625rem\)\] {
  top: calc(100% + 0.625rem);
}

.z-20 {
  z-index: 20;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1100\] {
  z-index: 1100;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[300\] {
  z-index: 300;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.\!m-0 {
  margin: 0px !important;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem;
}

.mb-\[0\.625rem\] {
  margin-bottom: 0.625rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}

.mb-\[5rem\] {
  margin-bottom: 5rem;
}

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

.mb-\[6\.875rem\] {
  margin-bottom: 6.875rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-\[2\.813rem\] {
  height: 2.813rem !important;
}

.\!h-auto {
  height: auto !important;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[0\.063rem\] {
  height: 0.063rem;
}

.h-\[0\.813rem\] {
  height: 0.813rem;
}

.h-\[1\.25rem\] {
  height: 1.25rem;
}

.h-\[1\.75rem\] {
  height: 1.75rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-\[31\.25rem\] {
  height: 31.25rem;
}

.h-\[4\.875rem\] {
  height: 4.875rem;
}

.h-\[calc\(100\%-6\.625rem-4\.375rem\)\] {
  height: calc(100% - 6.625rem - 4.375rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.\!w-\[4\.5rem\] {
  width: 4.5rem !important;
}

.\!w-auto {
  width: auto !important;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[0\.063rem\] {
  width: 0.063rem;
}

.w-\[1\.25rem\] {
  width: 1.25rem;
}

.w-\[1\.75rem\] {
  width: 1.75rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[12\.5rem\] {
  width: 12.5rem;
}

.w-\[13\.75rem\] {
  width: 13.75rem;
}

.w-\[13\.875rem\] {
  width: 13.875rem;
}

.w-\[18\.25rem\] {
  width: 18.25rem;
}

.w-\[18\.75rem\] {
  width: 18.75rem;
}

.w-\[19\.25rem\] {
  width: 19.25rem;
}

.w-\[2\.25rem\] {
  width: 2.25rem;
}

.w-\[20\.625rem\] {
  width: 20.625rem;
}

.w-\[25rem\] {
  width: 25rem;
}

.w-\[26\.5rem\] {
  width: 26.5rem;
}

.w-\[26rem\] {
  width: 26rem;
}

.w-\[3\.125rem\] {
  width: 3.125rem;
}

.w-\[3\.625rem\] {
  width: 3.625rem;
}

.w-\[4\.5rem\] {
  width: 4.5rem;
}

.w-\[4\.875rem\] {
  width: 4.875rem;
}

.w-\[5\.75rem\] {
  width: 5.75rem;
}

.w-\[5\.875rem\] {
  width: 5.875rem;
}

.w-\[6\.125rem\] {
  width: 6.125rem;
}

.w-\[6\.188rem\] {
  width: 6.188rem;
}

.w-\[6\.25rem\] {
  width: 6.25rem;
}

.w-\[7\.125rem\] {
  width: 7.125rem;
}

.w-\[7\.5rem\] {
  width: 7.5rem;
}

.w-\[7\.625rem\] {
  width: 7.625rem;
}

.w-\[8\.438rem\] {
  width: 8.438rem;
}

.w-\[8\.75rem\] {
  width: 8.75rem;
}

.w-\[9\.375rem\] {
  width: 9.375rem;
}

.w-\[9\.75rem\] {
  width: 9.75rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-\[4\.375rem\] {
  min-width: 4.375rem;
}

.min-w-\[4\.625rem\] {
  min-width: 4.625rem;
}

.min-w-\[4\.813rem\] {
  min-width: 4.813rem;
}

.min-w-\[9\.375rem\] {
  min-width: 9.375rem;
}

.max-w-\[22\.5rem\] {
  max-width: 22.5rem;
}

.max-w-\[32\.375rem\] {
  max-width: 32.375rem;
}

.max-w-\[80rem\] {
  max-width: 80rem;
}

.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-start {
  align-content: flex-start;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.\!gap-1 {
  gap: 0.25rem !important;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[0\.625rem\] {
  gap: 0.625rem;
}

.\!gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.\!gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-\[0\.125rem\] {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-\[0\.375rem\] {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-\[0\.438rem\] {
  -moz-column-gap: 0.438rem;
       column-gap: 0.438rem;
}

.gap-x-\[0\.625rem\] {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-\[4\.375rem\] {
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[0\.125rem\] {
  row-gap: 0.125rem;
}

.gap-y-\[0\.625rem\] {
  row-gap: 0.625rem;
}

.gap-y-\[1\.875rem\] {
  row-gap: 1.875rem;
}

.gap-y-\[3\.75rem\] {
  row-gap: 3.75rem;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

.rounded-\[0\.75rem\] {
  border-radius: 0.75rem;
}

.rounded-\[0\.938rem\] {
  border-radius: 0.938rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b-\[0\.938rem\] {
  border-bottom-right-radius: 0.938rem;
  border-bottom-left-radius: 0.938rem;
}

.rounded-t-\[0\.938rem\] {
  border-top-left-radius: 0.938rem;
  border-top-right-radius: 0.938rem;
}

.rounded-t-\[1\.25rem\] {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.rounded-br-\[1\.25rem\] {
  border-bottom-right-radius: 1.25rem;
}

.rounded-tl-\[1\.25rem\] {
  border-top-left-radius: 1.25rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.125rem\] {
  border-width: 0.125rem;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-\[0\.625rem\] {
  border-top-width: 0.625rem;
  border-bottom-width: 0.625rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[0\.625rem\] {
  border-bottom-width: 0.625rem;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[1\.875rem\] {
  padding: 1.875rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!py-\[0\.625rem\] {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-\[0\.125rem\] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-\[0\.313rem\] {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[0\.781rem\] {
  padding-top: 0.781rem;
  padding-bottom: 0.781rem;
}

.py-\[0\.813rem\] {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
}

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[4\.375rem\] {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.\!pt-\[0\.625rem\] {
  padding-top: 0.625rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[0\.625rem\] {
  padding-bottom: 0.625rem;
}

.pb-\[1\.25rem\] {
  padding-bottom: 1.25rem;
}

.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}

.pb-\[5\.625rem\] {
  padding-bottom: 5.625rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[0\.625rem\] {
  padding-left: 0.625rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[0\.625rem\] {
  padding-top: 0.625rem;
}

.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}

.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-\[4\.375rem\] {
  font-size: 4.375rem;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!placeholder-\[\#c7c7c7\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(199 199 199 / var(--tw-placeholder-opacity, 1)) !important;
}

.\!placeholder-\[\#c7c7c7\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(199 199 199 / var(--tw-placeholder-opacity, 1)) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.color-neut100 {
    color: var(--neutral-100);
  }

.color-neut200 {
    color: var(--neutral-300);
  }

.color-neut300 {
    color: var(--neutral-300);
  }

.color-neut500 {
    color: var(--neutral-500);
  }

.color-neut700 {
    color: var(--neutral-700);
  }

.color-neut800 {
    color: var(--neutral-800);
  }

.color-blue200 {
    color: var(--primary-blue-200);
  }

.color-blue400 {
    color: var(--primary-blue-400);
  }

.color-red100 {
    color: var(--red-100);
  }

.bg-blue100 {
    background: var(--primary-blue-100);
  }

.bg-blue200 {
    background: var(--primary-blue-200);
  }

.bg-blue500 {
    background: var(--primary-blue-500);
  }

.bg-neut100 {
    background: var(--neutral-100);
  }

.bg-neut200 {
    background: var(--neutral-200);
  }

.bg-neut300 {
    background: var(--neutral-300);
  }

.bg-neut400 {
    background: var(--neutral-400);
  }

.bg-neut500 {
    background: var(--neutral-500);
  }

.bg-neut600 {
    background: var(--neutral-600);
  }

.bg-neut700 {
    background: var(--neutral-700);
  }

.bg-neut800 {
    background: var(--neutral-800);
  }

.bg-neut900 {
    background: var(--neutral-900);
  }

.bg-neut1000 {
    background: var(--neutral-1000);
  }

.bg-red100 {
    background-color: var(--red-100);
  }

.bdr-neut100 {
    border-color: var(--neutral-100);
  }

.bdr-neut800 {
    border-color: var(--neutral-800);
  }

.bdr-neut900 {
    border-color: var(--neutral-900);
  }

.bdr-neut1000 {
    border-color: var(--neutral-1000);
  }

.bdr-blue200 {
    border-color: var(--primary-blue-200);
  }

.bdr-red100 {
    border-color: var(--red-100);
  }

.Body3_R {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 150%;
  }

.Body3_M {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 150%;
  }

.Body3_B {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 150%;
  }

.Body2_R {
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 150%;
  }

.Body2_M {
    font-weight: 500;
    font-size: 0.813rem;
    line-height: 150%;
  }

.Body2_B {
    font-weight: 700;
    font-size: 0.813rem;
    line-height: 150%;
  }

.Body1_R {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
  }

.Body1_M {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
  }

.Body1_SB {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 150%;
  }

.Body1_B {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 150%;
  }

.Sub1_B {
    font-weight: 700;
    font-size: 1.063rem;
    line-height: 150%;
  }

.Sub2_R {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
  }

.Sub2_M {
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
  }

.Sub2_SB {
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
  }

.Sub2_B {
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
  }

.Sub3_R {
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 150%;
  }

.Sub3_M {
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 150%;
  }

.Sub3_B {
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 150%;
  }

.H1_B {
    font-weight: 700;
    font-size: 2rem;
    line-height: 140%;
  }

.H2_B {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
  }

.H3_M {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 140%;
  }

.H3_B {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 140%;
  }

.H4_M {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 150%;
  }

.H4_B {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
  }

.before\:invisible::before {
  content: var(--tw-content);
  visibility: hidden;
}

.before\:text-current::before {
  content: var(--tw-content);
  color: currentColor;
}

.before\:content-\[\'\B7\'\]::before {
  --tw-content: '·';
  content: var(--tw-content);
}

.before\:content-\[\'\203B\'\]::before {
  --tw-content: '※';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

@media not all and (min-width: 1025px) {

  .max-xl\:\!left-auto {
    left: auto !important;
  }

  .max-xl\:\!right-0 {
    right: 0px !important;
  }

  .max-xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-xl\:mb-\[0\.625rem\] {
    margin-bottom: 0.625rem;
  }

  .max-xl\:max-w-\[20\.625rem\] {
    max-width: 20.625rem;
  }

  .max-xl\:flex-1 {
    flex: 1 1 0%;
  }

  .max-xl\:\!translate-x-0 {
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .max-xl\:items-center {
    align-items: center;
  }

  .max-xl\:gap-\[0\.375rem\] {
    gap: 0.375rem;
  }

  .max-xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .max-xl\:border-t {
    border-top-width: 1px;
  }

  .max-xl\:border-solid {
    border-style: solid;
  }

  .max-xl\:border-\[\#eee\] {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  }

  .max-xl\:bg-\[\#f5f5f5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .max-xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .max-xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-xl\:before\:\!left-auto::before {
    content: var(--tw-content);
    left: auto !important;
  }

  .max-xl\:before\:\!right-\[3\.625rem\]::before {
    content: var(--tw-content);
    right: 3.625rem !important;
  }

  .max-xl\:after\:\!left-auto::after {
    content: var(--tw-content);
    left: auto !important;
  }

  .max-xl\:after\:\!right-\[3\.625rem\]::after {
    content: var(--tw-content);
    right: 3.625rem !important;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:\!flex-col {
    flex-direction: column !important;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .max-md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .max-md\:gap-y-4 {
    row-gap: 1rem;
  }

  .max-md\:gap-y-\[0\.625rem\] {
    row-gap: 0.625rem;
  }

  .max-md\:gap-y-\[1\.25rem\] {
    row-gap: 1.25rem;
  }

  .max-md\:gap-y-\[1\.875rem\] {
    row-gap: 1.875rem;
  }

  .max-md\:border-b-\[0\.625rem\] {
    border-bottom-width: 0.625rem;
  }

  .max-md\:border-solid {
    border-style: solid;
  }

  .max-md\:\!p-5 {
    padding: 1.25rem !important;
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:before\:\!right-\[2\.75rem\]::before {
    content: var(--tw-content);
    right: 2.75rem !important;
  }

  .max-md\:after\:\!right-\[2\.75rem\]::after {
    content: var(--tw-content);
    right: 2.75rem !important;
  }
}

@media (min-width: 768px) {

  .md\:visible {
    visibility: visible;
  }

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-\[6\.75rem\] {
    top: 6.75rem;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .md\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-\[42\.5rem\] {
    max-height: 42.5rem;
  }

  .md\:\!w-\[39\.5rem\] {
    width: 39.5rem !important;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-\[12\.063rem\] {
    width: 12.063rem;
  }

  .md\:w-\[12\.5rem\] {
    width: 12.5rem;
  }

  .md\:w-\[14\.375rem\] {
    width: 14.375rem;
  }

  .md\:w-\[15\.625rem\] {
    width: 15.625rem;
  }

  .md\:w-\[16\.25rem\] {
    width: 16.25rem;
  }

  .md\:w-\[18\.313rem\] {
    width: 18.313rem;
  }

  .md\:w-\[18\.563rem\] {
    width: 18.563rem;
  }

  .md\:w-\[23\.25rem\] {
    width: 23.25rem;
  }

  .md\:w-\[24rem\] {
    width: 24rem;
  }

  .md\:w-\[27\.063rem\] {
    width: 27.063rem;
  }

  .md\:w-\[28\.75rem\] {
    width: 28.75rem;
  }

  .md\:w-\[32\.375rem\] {
    width: 32.375rem;
  }

  .md\:w-\[5\.875rem\] {
    width: 5.875rem;
  }

  .md\:w-\[8\.75rem\] {
    width: 8.75rem;
  }

  .md\:w-\[9\.375rem\] {
    width: 9.375rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[20\.625rem\] {
    max-width: 20.625rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:justify-normal {
    justify-content: normal;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-\[0\.625rem\] {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-\[1\.375rem\] {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .md\:gap-x-\[3\.75rem\] {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-\[0\.625rem\] {
    row-gap: 0.625rem;
  }

  .md\:border-b-\[0\.625rem\] {
    border-bottom-width: 0.625rem;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-\[\#f5f5f5\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[1\.875rem\] {
    padding: 1.875rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }
  .md\:Body1_R {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .md\:Sub2_M {
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
  }
  .md\:Sub2_B {
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
  }
  .md\:Sub3_M {
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 150%;
  }
  .md\:H2_B {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
  }
  .md\:H3_B {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 140%;
  }
  .md\:H4_B {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
  }
}

@media (min-width: 1025px) {

  .xl\:visible {
    visibility: visible;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:bottom-\[3\.75rem\] {
    bottom: 3.75rem;
  }

  .xl\:bottom-\[calc\(100\%\+1\.25rem\)\] {
    bottom: calc(100% + 1.25rem);
  }

  .xl\:left-\[3\.75rem\] {
    left: 3.75rem;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-\[4\.125rem\] {
    top: 4.125rem;
  }

  .xl\:top-\[7\.813rem\] {
    top: 7.813rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-\[6\.063rem\] {
    height: 6.063rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:max-h-\[42\.5rem\] {
    max-height: 42.5rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-\[12\.5rem\] {
    width: 12.5rem;
  }

  .xl\:w-\[14rem\] {
    width: 14rem;
  }

  .xl\:w-\[19\.25rem\] {
    width: 19.25rem;
  }

  .xl\:w-\[21\.063rem\] {
    width: 21.063rem;
  }

  .xl\:w-\[21rem\] {
    width: 21rem;
  }

  .xl\:w-\[25rem\] {
    width: 25rem;
  }

  .xl\:w-\[26rem\] {
    width: 26rem;
  }

  .xl\:w-\[30\.625rem\] {
    width: 30.625rem;
  }

  .xl\:w-\[30\.875rem\] {
    width: 30.875rem;
  }

  .xl\:w-\[30rem\] {
    width: 30rem;
  }

  .xl\:w-\[32\.75rem\] {
    width: 32.75rem;
  }

  .xl\:w-\[36\.063rem\] {
    width: 36.063rem;
  }

  .xl\:w-\[6\.063rem\] {
    width: 6.063rem;
  }

  .xl\:w-\[8\.438rem\] {
    width: 8.438rem;
  }

  .xl\:w-\[80rem\] {
    width: 80rem;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-\[80rem\] {
    max-width: 80rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-normal {
    justify-content: normal;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-\[3\.75rem\] {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-\[0\.625rem\] {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-\[6\.25rem\] {
    row-gap: 6.25rem;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-b-\[0\.063rem\] {
    border-bottom-width: 0.063rem;
  }

  .xl\:border-b-\[0\.625rem\] {
    border-bottom-width: 0.625rem;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-\[\#eee\] {
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  }

  .xl\:border-\[\#f5f5f5\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-\[1\.875rem\] {
    padding: 1.875rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }

  .xl\:pt-\[3\.313rem\] {
    padding-top: 3.313rem;
  }
  .xl\:bdr-neut900 {
    border-color: var(--neutral-900);
  }
  .xl\:Sub2_M {
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
  }
  .xl\:Sub2_B {
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
  }
  .xl\:H1_B {
    font-weight: 700;
    font-size: 2rem;
    line-height: 140%;
  }
  .xl\:H2_B {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
  }
  .xl\:H3_SB {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 140%;
  }
  .xl\:H3_B {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 140%;
  }
}

.\[\&\>li\:hover\]\:bg-\[\#F5F5F5\]>li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}