/*

    */

*, ::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.17 | 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: Pretendatd, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.input-base {
  /*크기 및 레이아웃 */
  height: 50px;
  width: 100%;
  align-self: stretch;
  /*패딩 및 배경/테두리 */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  /*텍스트 스타일 */
  font-family: Pretendard;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 22.40px;
  /*placeholder 텍스트 색상 및 스타일 조정 (필요 시) */
  /*원본 텍스트 색상 (#d9d9d9)을 placeholder에 적용하려면 아래와 같이 사용합니다. */
}

.input-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.input-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.input-base {
  outline-width: 2px;
  outline-offset: -2px;
}

.input-base:focus {
  outline-color: #000;
}

.input-base:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.textarea-base {
  /* 크기 및 레이아웃 */
  height: 150px;
  width: 100%;
  align-self: stretch;
  /* 패딩 및 배경/테두리 */
  /* 💡 수정: 하단 패딩(pb-*) 제거. 기본 패딩만 유지 */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d9d9d9;
  /* 텍스트 스타일 */
  font-family: Pretendard;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 22.40px;
}

.textarea-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.textarea-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.textarea-base {
  /* 포커스 및 리사이즈 설정 */
  resize: none;
  outline-width: 2px;
  outline-offset: -2px;
}

.textarea-base:focus {
  outline-color: #000;
}

.textarea-base:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.infinite-carousel-container {
  position: relative;
  width: 100%;
  height: 200px;
  /* 영역 높이 */
  overflow: hidden;
  /* 영역 밖 숨김 */
  /*background-color: #f3f3f3;*/
  cursor: grab;
  /* 기본 커서 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 시 텍스트/이미지 선택 방지 */
  touch-action: pan-y;
  /* 모바일에서 수직 스크롤 허용, 수평은 JS로 제어 */
}

.infinite-carousel-container-mobile {
  position: relative;
  width: 100%;
  height: 140px;
  /* 영역 높이 */
  overflow: hidden;
  /* 영역 밖 숨김 */
  /*background-color: #f3f3f3;*/
  cursor: grab;
  /* 기본 커서 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 시 텍스트/이미지 선택 방지 */
  touch-action: pan-y;
  /* 모바일에서 수직 스크롤 허용, 수평은 JS로 제어 */
}

.infinite-carousel-container:active {
  cursor: grabbing;
  /* 클릭 시 커서 변경 */
}

.infinite-carousel-track {
  display: flex;
  align-items: center;
  height: 100%;
  /* gap은 JS 계산의 편의를 위해 여기서 주지 않고 아이템의 margin으로 처리하거나 
               JS에서 gap을 포함해 계산해야 합니다. 여기서는 flex-gap을 사용합니다. */
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  /* 자식 요소만큼 너비 확보 */
  will-change: transform;
  /* 성능 최적화 */
}

.infinite-carousel-track-mobile {
  display: flex;
  align-items: center;
  /* gap은 JS 계산의 편의를 위해 여기서 주지 않고 아이템의 margin으로 처리하거나 
               JS에서 gap을 포함해 계산해야 합니다. 여기서는 flex-gap을 사용합니다. */
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  /* 자식 요소만큼 너비 확보 */
  will-change: transform;
  /* 성능 최적화 */
}

.infinite-carousel-item {
  width: auto;
  /* 이미지 너비 */
  min-width: 92px;
  height: 92px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

.infinite-carousel-item-mobile {
  width: auto;
  /* 이미지 너비 */
  min-width: 60px;
  height: 60px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

.infinite-carousel-item-user {
  width: 275px;
  /* 이미지 너비 */
  height: 170px;
  /* 이미지 높이 */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  /* 이미지 자체의 기본 드래그 방지 (중요) */
  flex-shrink: 0;
  /* 줄어들지 않음 */
}

@media screen and (max-width: 1024px) {
  .infinite-carousel-container {
    height: 140px;
    /* 영역 높이 */
  }

  .infinite-carousel-item {
    width: auto;
    /* 이미지 너비 */
    min-width: 60px;
    height: 60px;
    /* 이미지 높이 */
  }
}

/* 필수 기본 스타일 */

.image-container {
  position: relative;
  /* 자식 요소의 absolute 위치 기준 */
  /*height: 568px;*/
  /* 컨테이너 높이 지정 (필요에 따라 조정) */
  /*width: 683px;*/
  width: 100%;
  max-width: 683px;
  aspect-ratio: 683 / 568;
  /* 가로 세로 비율 유지 */
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* 이미지 비율 유지하며 컨테이너에 맞춤 */
  pointer-events: none;
  /* 이미지 위에 마우스 이벤트 무시 */
}

/* 첫 번째 배경 이미지는 항상 보여야 함 */

.base-image {
  z-index: 0;
}

.stagger-image {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.stagger-hover {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 3s ease-in-out infinite;
}

.stagger-hover-35 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 3.5s ease-in-out infinite;
}

.stagger-hover-40 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation: floating 4s ease-in-out infinite;
}

.stagger-hover-45 {
  position: absolute;
  /* 레이어를 쌓기 위해 absolute 사용 */
  top: 0;
  left: 0;
  width: 130px;
  opacity: 1;
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  /* 0% (시작): 기본 위치 (0px) */

  0% {
    transform: translateY(0);
  }

  /* 50% (중간): 가장 높은 위치 (위로 10px 이동) */

  50% {
    transform: translateY(-10px);
  }

  /* 100% (끝): 다시 기본 위치로 복귀 */

  100% {
    transform: translateY(0);
  }
}

/* 데이터 인덱스에 따른 z-index 설정 (선택 사항: 겹치는 순서 조정) */

.stagger-image[data-index="1"] {
  z-index: 1;
}

.stagger-image[data-index="2"] {
  z-index: 2;
}

.stagger-image[data-index="3"] {
  z-index: 7;
}

/* ... */

.stagger-image[data-index="4"] {
  z-index: 4;
}

.stagger-image[data-index="5"] {
  z-index: 5;
}

.stagger-image[data-index="6"] {
  z-index: 6;
}

/* 활성화 클래스: 애니메이션의 최종 상태 */

.stagger-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*.count-up {
        animation: count-up 2s ease-out forwards;
    }

    @keyframes count-up {
        0%: {
            content: '0'
        }

        100%: {
            content: '100'
        }

    }*/

.background-video-container {
  position: relative;
}

.background-video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-overlay {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.2);
}

/* 📌 Typography styles ============================================================================ */

.typo-display-1 {
  font-family: Pretendard;
  font-size: 40px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-1 {
  font-family: Pretendard;
  font-size: 22px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-1-bold {
  font-family: Pretendard;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.typo-headline-2 {
  font-family: Pretendard;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}

.typo-headline-2-bold {
  font-family: Pretendard;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-1 {
  font-family: Pretendard;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-1-bold {
  font-family: Pretendard;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-2 {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-2-bold {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-3 {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-3-bold {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-4 {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-4-bold {
  font-family: Pretendard;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
}

.typo-contents-5 {
  font-family: Pretendard;
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
}

.typo-contents-6 {
  font-family: Pretendard;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}

/* ============================================================================ 📌 Typography styles */

/* 📌 Contents components ============================================================================ */

.url-copy-container {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}

.url-copy-button {
  display: flex;
  height: 30px;
  width: 71px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 19.6px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 219 219 / var(--tw-ring-opacity, 1));
}

/* ============================================================================ 📌 Contents components */

/* 📌 Button components ============================================================================ */

.btn-xl {
  display: inline-flex;
  height: 50px;
  width: 200px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  line-height: 25.20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-lg {
  display: inline-flex;
  height: 44px;
  width: 153px;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Pretendard;
  font-weight: 400;
  line-height: 25.20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-sm {
  display: inline-flex;
  height: 34px;
  min-width: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-shrink: 0;
}

.btn-xs {
  display: inline-flex;
  height: 30px;
  width: 66px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  flex-shrink: 0;
}

.tab-btn {
  display: inline-flex;
  height: 45px;
  min-width: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pretendard;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

.tab-btn-active {
  display: inline-flex;
  height: 45px;
  min-width: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  border-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pretendard;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

/* ============================================================================ 📌 Button components */

/* 📌 Carousel(swiper) components ============================================================================ */

.carousel .swiper-pagination-bullet {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.carousel .swiper-pagination-bullet-active {
  height: 0.375rem;
  width: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

/* ============================================================================ 📌 Carousel(swiper) components */

/* header base */

.header-btn {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 10px;
  padding-right: 10px;
}

.header-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* toggle switch size definition */

.toggle-switch {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.toggle-switch > input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 트랙 스타일: 배경색 변경만 담당 */

.toggle-switch-track {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
  padding: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Knob (원) 스타일: 크기 변동/이동 로직은 아래에서 정의 */

.toggle-switch-knob {
  display: block;
  --tw-translate-x: 0px;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.toggle-lg {
  height: 34px;
  width: 60px;
  /* Knob 크기만 정의 */
  & .toggle-switch-knob {
    height: 30px;
  }
  & .toggle-switch-knob {
    width: 30px;
  }
  /* :has와 CSS Nesting으로 상태 제어 */
  &:has(input:checked) {
    & .toggle-switch-track {
      --tw-bg-opacity: 1;
      background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
    }
    /* 2) 노브 이동 */
    & .toggle-switch-track .toggle-switch-knob {
      /* @apply 대신 직접 값 지정이 가장 안정적 */
      transform: translateX(26px);
    }
  }
}

.toggle-md {
  height: 24px;
  width: 40px;
  & .toggle-switch-knob {
    height: 20px;
  }
  & .toggle-switch-knob {
    width: 20px;
  }
  /* :has와 CSS Nesting으로 상태 제어 */
  &:has(input:checked) {
    & .toggle-switch-track {
      --tw-bg-opacity: 1;
      background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
    }
    & .toggle-switch-track .toggle-switch-knob {
      transform: translateX(16px);
    }
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-right-3 {
  right: -0.75rem;
}

.-right-4 {
  right: -1rem;
}

.-right-5 {
  right: -1.25rem;
}

.-top-3 {
  top: -0.75rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.bottom-full {
  bottom: 100%;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-\[1\.1\%\] {
  left: 1.1%;
}

.left-\[111\.91px\] {
  left: 111.91px;
}

.left-\[12\.05px\] {
  left: 12.05px;
}

.left-\[12px\] {
  left: 12px;
}

.left-\[13\.67px\] {
  left: 13.67px;
}

.left-\[13px\] {
  left: 13px;
}

.left-\[14\.42px\] {
  left: 14.42px;
}

.left-\[14px\] {
  left: 14px;
}

.left-\[16\.57px\] {
  left: 16.57px;
}

.left-\[16\.77px\] {
  left: 16.77px;
}

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

.left-\[2\.78px\] {
  left: 2.78px;
}

.left-\[21\.48px\] {
  left: 21.48px;
}

.left-\[25\.44\%\] {
  left: 25.44%;
}

.left-\[27\.30px\] {
  left: 27.30px;
}

.left-\[283px\] {
  left: 283px;
}

.left-\[310px\] {
  left: 310px;
}

.left-\[357px\] {
  left: 357px;
}

.left-\[39\.31px\] {
  left: 39.31px;
}

.left-\[39\.68px\] {
  left: 39.68px;
}

.left-\[4\.31px\] {
  left: 4.31px;
}

.left-\[4\.91px\] {
  left: 4.91px;
}

.left-\[44\.68px\] {
  left: 44.68px;
}

.left-\[5\.38px\] {
  left: 5.38px;
}

.left-\[5\.57px\] {
  left: 5.57px;
}

.left-\[56\.93px\] {
  left: 56.93px;
}

.left-\[6\.50px\] {
  left: 6.50px;
}

.left-\[6\.73px\] {
  left: 6.73px;
}

.left-\[6\.75px\] {
  left: 6.75px;
}

.left-\[60\.17\%\] {
  left: 60.17%;
}

.left-\[67\.28px\] {
  left: 67.28px;
}

.left-\[7\.99px\] {
  left: 7.99px;
}

.left-\[77\.89px\] {
  left: 77.89px;
}

.left-\[8\.36px\] {
  left: 8.36px;
}

.left-\[8\.75px\] {
  left: 8.75px;
}

.left-\[90\.25px\] {
  left: 90.25px;
}

.left-\[95\.25px\] {
  left: 95.25px;
}

.left-\[99\.58px\] {
  left: 99.58px;
}

.left-\[9px\] {
  left: 9px;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[5px\] {
  right: 5px;
}

.right-full {
  right: 100%;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

.top-\[0\.14px\] {
  top: 0.14px;
}

.top-\[1\.41px\] {
  top: 1.41px;
}

.top-\[1\.44px\] {
  top: 1.44px;
}

.top-\[10\.68px\] {
  top: 10.68px;
}

.top-\[12\.03px\] {
  top: 12.03px;
}

.top-\[12px\] {
  top: 12px;
}

.top-\[17\.25px\] {
  top: 17.25px;
}

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

.top-\[18\.97px\] {
  top: 18.97px;
}

.top-\[1px\] {
  top: 1px;
}

.top-\[2\.78px\] {
  top: 2.78px;
}

.top-\[3\.76px\] {
  top: 3.76px;
}

.top-\[303px\] {
  top: 303px;
}

.top-\[4\.30px\] {
  top: 4.30px;
}

.top-\[4\.33px\] {
  top: 4.33px;
}

.top-\[4\.34px\] {
  top: 4.34px;
}

.top-\[4\.35px\] {
  top: 4.35px;
}

.top-\[4\.47px\] {
  top: 4.47px;
}

.top-\[4\.77px\] {
  top: 4.77px;
}

.top-\[4\.82px\] {
  top: 4.82px;
}

.top-\[4\.90px\] {
  top: 4.90px;
}

.top-\[5\.62px\] {
  top: 5.62px;
}

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

.top-\[52px\] {
  top: 52px;
}

.top-\[55px\] {
  top: 55px;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[6\.77px\] {
  top: 6.77px;
}

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

.top-\[7\.73px\] {
  top: 7.73px;
}

.top-\[75px\] {
  top: 75px;
}

.top-\[9px\] {
  top: 9px;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-auto {
  grid-column: auto;
}

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

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

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

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

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

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

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

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

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

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

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-none {
  float: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-4 {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[200px\] {
  margin-bottom: 200px;
}

.mb-\[300px\] {
  margin-bottom: 300px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mb-auto {
  margin-bottom: auto;
}

.me-0 {
  margin-inline-end: 0px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-auto {
  margin-inline-end: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[40px\] {
  margin-left: 40px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-\[6px\] {
  margin-right: 6px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[4px\] {
  margin-top: 4px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

.aspect-\[904\/500\] {
  aspect-ratio: 904/500;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1\.21px\] {
  height: 1.21px;
}

.h-\[11\.19px\] {
  height: 11.19px;
}

.h-\[11\.36px\] {
  height: 11.36px;
}

.h-\[11\.49px\] {
  height: 11.49px;
}

.h-\[11\.50px\] {
  height: 11.50px;
}

.h-\[11\.64px\] {
  height: 11.64px;
}

.h-\[11\.65px\] {
  height: 11.65px;
}

.h-\[11\.67px\] {
  height: 11.67px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[12\.39px\] {
  height: 12.39px;
}

.h-\[12\.56px\] {
  height: 12.56px;
}

.h-\[12\.63px\] {
  height: 12.63px;
}

.h-\[13\.09px\] {
  height: 13.09px;
}

.h-\[136\.67px\] {
  height: 136.67px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[14\.48px\] {
  height: 14.48px;
}

.h-\[14\.53px\] {
  height: 14.53px;
}

.h-\[14\.54px\] {
  height: 14.54px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[15\.69px\] {
  height: 15.69px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[16\.05px\] {
  height: 16.05px;
}

.h-\[16\.45px\] {
  height: 16.45px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[17\.70px\] {
  height: 17.70px;
}

.h-\[173px\] {
  height: 173px;
}

.h-\[174\.94px\] {
  height: 174.94px;
}

.h-\[188\.44px\] {
  height: 188.44px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[2\.98px\] {
  height: 2.98px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[251px\] {
  height: 251px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[297\.60px\] {
  height: 297.60px;
}

.h-\[30\.41px\] {
  height: 30.41px;
}

.h-\[30\.83px\] {
  height: 30.83px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[32\.13px\] {
  height: 32.13px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[335px\] {
  height: 335px;
}

.h-\[338px\] {
  height: 338px;
}

.h-\[342px\] {
  height: 342px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[43\%\] {
  height: 43%;
}

.h-\[438px\] {
  height: 438px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[520px\] {
  height: 520px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[552\.89px\] {
  height: 552.89px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[595\.56px\] {
  height: 595.56px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[6\.54px\] {
  height: 6.54px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[62\.2\%\] {
  height: 62.2%;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[678px\] {
  height: 678px;
}

.h-\[700px\] {
  height: 700px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[713px\] {
  height: 713px;
}

.h-\[720px\] {
  height: 720px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[732px\] {
  height: 732px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[8\.54px\] {
  height: 8.54px;
}

.h-\[812px\] {
  height: 812px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[94px\] {
  height: 94px;
}

.h-auto {
  height: auto;
}

.h-btn-lg-h {
  height: 44px;
}

.h-btn-sm-h {
  height: 34px;
}

.h-btn-xl-h {
  height: 50px;
}

.h-btn-xs-h {
  height: 30px;
}

.h-full {
  height: 100%;
}

.h-url-copy-h {
  height: 30px;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[298px\] {
  max-height: 298px;
}

.max-h-\[350px\] {
  max-height: 350px;
}

.max-h-\[54px\] {
  max-height: 54px;
}

.max-h-\[80\%\] {
  max-height: 80%;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[185px\] {
  min-height: 185px;
}

.min-h-\[24px\] {
  min-height: 24px;
}

.min-h-\[480px\] {
  min-height: 480px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[0\.92px\] {
  width: 0.92px;
}

.w-\[10\.23px\] {
  width: 10.23px;
}

.w-\[10\.59px\] {
  width: 10.59px;
}

.w-\[10\.67px\] {
  width: 10.67px;
}

.w-\[10\.69px\] {
  width: 10.69px;
}

.w-\[10\.75px\] {
  width: 10.75px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[11\.25px\] {
  width: 11.25px;
}

.w-\[11\.41px\] {
  width: 11.41px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[14\.11px\] {
  width: 14.11px;
}

.w-\[14\.65px\] {
  width: 14.65px;
}

.w-\[14\.66px\] {
  width: 14.66px;
}

.w-\[140px\] {
  width: 140px;
}

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

.w-\[150px\] {
  width: 150px;
}

.w-\[152px\] {
  width: 152px;
}

.w-\[153px\] {
  width: 153px;
}

.w-\[1544px\] {
  width: 1544px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[16\.45px\] {
  width: 16.45px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[168px\] {
  width: 168px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[2\.62px\] {
  width: 2.62px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[238px\] {
  width: 238px;
}

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

.w-\[25\.11px\] {
  width: 25.11px;
}

.w-\[25\.44\%\] {
  width: 25.44%;
}

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

.w-\[26\.39px\] {
  width: 26.39px;
}

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

.w-\[286px\] {
  width: 286px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[3\.25px\] {
  width: 3.25px;
}

.w-\[300px\] {
  width: 300px;
}

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

.w-\[34px\] {
  width: 34px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[370px\] {
  width: 370px;
}

.w-\[375px\] {
  width: 375px;
}

.w-\[37px\] {
  width: 37px;
}

.w-\[39\.82\%\] {
  width: 39.82%;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[430px\] {
  width: 430px;
}

.w-\[48\%\] {
  width: 48%;
}

.w-\[49\.11\%\] {
  width: 49.11%;
}

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

.w-\[500px\] {
  width: 500px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[54px\] {
  width: 54px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[5px\] {
  width: 5px;
}

.w-\[65px\] {
  width: 65px;
}

.w-\[7\.25px\] {
  width: 7.25px;
}

.w-\[71px\] {
  width: 71px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[75px\] {
  width: 75px;
}

.w-\[8\.09px\] {
  width: 8.09px;
}

.w-\[8\.54px\] {
  width: 8.54px;
}

.w-\[850px\] {
  width: 850px;
}

.w-\[88px\] {
  width: 88px;
}

.w-\[89px\] {
  width: 89px;
}

.w-\[9\.40px\] {
  width: 9.40px;
}

.w-\[9\.55px\] {
  width: 9.55px;
}

.w-\[9\.77px\] {
  width: 9.77px;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[\@popupWidth\] {
  width: @popupWidth;
}

.w-auto {
  width: auto;
}

.w-btn-lg-w {
  width: 153px;
}

.w-btn-xl-w {
  width: 200px;
}

.w-btn-xs-w {
  width: 66px;
}

.w-full {
  width: 100%;
}

.w-knob-lg {
  width: 30px;
}

.w-knob-md {
  width: 20px;
}

.w-px {
  width: 1px;
}

.w-toggle-lg-w {
  width: 60px;
}

.w-toggle-md-w {
  width: 40px;
}

.w-url-copy-w {
  width: 71px;
}

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

.min-w-80 {
  min-width: 20rem;
}

.min-w-96 {
  min-width: 24rem;
}

.min-w-\[1024px\] {
  min-width: 1024px;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[335px\] {
  min-width: 335px;
}

.min-w-\[350px\] {
  min-width: 350px;
}

.min-w-\[375px\] {
  min-width: 375px;
}

.min-w-\[570px\] {
  min-width: 570px;
}

.min-w-\[600px\] {
  min-width: 600px;
}

.min-w-\[88px\] {
  min-width: 88px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-btn-sm-w {
  min-width: 68px;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1240px\] {
  max-width: 1240px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[373px\] {
  max-width: 373px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[54px\] {
  max-width: 54px;
}

.max-w-\[628px\] {
  max-width: 628px;
}

.max-w-\[75px\] {
  max-width: 75px;
}

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

.max-w-\[904px\] {
  max-width: 904px;
}

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

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

.flex-none {
  flex: none;
}

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

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

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

.flex-grow {
  flex-grow: 1;
}

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

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

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

.origin-center {
  transform-origin: center;
}

.origin-top-left {
  transform-origin: top left;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  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-x-1 {
  --tw-translate-x: -0.25rem;
  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-x-1\/2 {
  --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-x-\[15px\] {
  --tw-translate-x: -15px;
  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-1 {
  --tw-translate-y: -0.25rem;
  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-1\/2 {
  --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));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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-x-1 {
  --tw-translate-x: 0.25rem;
  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-x-1\/2 {
  --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-0 {
  --tw-translate-y: 0px;
  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));
}

.transform {
  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-default {
  cursor: default;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[59px\] {
  gap: 59px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[91px\] {
  gap: 91px;
}

.gap-\[9px\] {
  gap: 9px;
}

.gap-btn-sm-gap {
  gap: 10px;
}

.gap-btn-xs-gap {
  gap: 4px;
}

.gap-px {
  gap: 1px;
}

.gap-url-copy-gap {
  gap: 10px;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.overflow-x-visible {
  overflow-x: visible;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[1px\] {
  border-radius: 1px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-\[35px\] {
  border-radius: 35px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[72px\] {
  border-radius: 72px;
}

.rounded-\[80px\] {
  border-radius: 80px;
}

.rounded-btn-xl {
  border-radius: 80px;
}

.rounded-carousel {
  border-radius: 30px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-url-copy {
  border-radius: 26px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

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

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

.border-\[\#eeeeee\] {
  --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));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

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

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(124 32 176 / var(--tw-border-opacity, 1));
}

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

.border-transparent {
  border-color: transparent;
}

.border-url-copy-border {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}

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

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-b-primary-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

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

.border-t-transparent {
  border-top-color: transparent;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bg-\[\#03c358\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 195 88 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#13bea4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 190 164 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#25f4ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 244 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#332c43\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

.bg-\[\#431a6d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 109 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#7c20b0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.bg-\[\#808080\]\/40 {
  background-color: rgb(128 128 128 / 0.4);
}

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

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

.bg-\[\#c288dd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 136 221 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#ece2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 226 241 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#f2f2f2\]\/70 {
  background-color: rgb(242 242 242 / 0.7);
}

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

.bg-\[\#f3f4f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 247 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f6eafd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 234 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f73558\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 53 88 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f9fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 252 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#fda212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 162 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fe2c55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 44 85 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#ff0000\]\/0 {
  background-color: rgb(255 0 0 / 0);
}

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

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

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

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

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

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

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

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

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-carousel {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 249 / var(--tw-bg-opacity, 1));
}

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

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-lnb-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(244 231 253 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.bg-primary-border {
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[radial-gradient\(ellipse_106\.47\%_106\.47\%_at_50\.00\%_94\.85\%\2c _\#F4E9FF_0\%\2c _\#9837FF_87\%\2c _\#7A71FF_100\%\)\] {
  background-image: radial-gradient(ellipse 106.47% 106.47% at 50.00% 94.85%, #F4E9FF 0%, #9837FF 87%, #7A71FF 100%);
}

.bg-\[url\(\'\.\.\/assets\/ic_popup_close\.svg\'\)\] {
  background-image: url('../assets/ic_popup_close.svg');
}

.bg-\[url\(\'\/ho\/assets\/ham_menu_btn\.svg\'\)\] {
  background-image: url('/ho/assets/ham_menu_btn.svg');
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#5c59a7\] {
  --tw-gradient-from: #5c59a7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 89 167 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#e197ff\] {
  --tw-gradient-from: #e197ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 151 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#be2fb4\] {
  --tw-gradient-to: rgb(190 47 180 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be2fb4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#9456ff\] {
  --tw-gradient-to: #9456ff var(--tw-gradient-to-position);
}

.to-\[\#ffda53\] {
  --tw-gradient-to: #ffda53 var(--tw-gradient-to-position);
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[2px\] {
  padding: 2px;
}

.p-\[60px\] {
  padding: 60px;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.px-btn-sm-px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-url-copy-px {
  padding-left: 5px;
  padding-right: 5px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-btn-sm-py {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-btn-xs-py {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-url-copy-py {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

.pb-48 {
  padding-bottom: 12rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[300px\] {
  padding-bottom: 300px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

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

.pe-0 {
  padding-inline-end: 0px;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

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

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[110px\] {
  padding-top: 110px;
}

.pt-\[17px\] {
  padding-top: 17px;
}

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

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

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

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

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-\[\'Pretendard\'\] {
  font-family: 'Pretendard';
}

.font-\[Pretendard\] {
  font-family: Pretendard;
}

.font-pretendard {
  font-family: Pretendard;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-contents-1 {
  font-size: 18px;
  line-height: 140%;
}

.text-contents-2 {
  font-size: 16px;
  line-height: 140%;
}

.text-contents-3 {
  font-size: 15px;
  line-height: 140%;
}

.text-contents-4 {
  font-size: 14px;
  line-height: 140%;
}

.text-contents-5 {
  font-size: 13px;
  line-height: 140%;
}

.text-contents-6 {
  font-size: 12px;
  line-height: 140%;
}

.text-display-1 {
  font-size: 40px;
  line-height: 140%;
}

.text-headline-1 {
  font-size: 22px;
  line-height: 140%;
}

.text-headline-1-lg {
  font-size: 22px;
  line-height: 32px;
}

.text-headline-2 {
  font-size: 20px;
  line-height: 140%;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-primary {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[10px\] {
  line-height: 10px;
}

.leading-\[18\.20px\] {
  line-height: 18.20px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22\.40px\] {
  line-height: 22.40px;
}

.leading-\[25\.20px\] {
  line-height: 25.20px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[30\.80px\] {
  line-height: 30.80px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[33\.60px\] {
  line-height: 33.60px;
}

.leading-\[39\.20px\] {
  line-height: 39.20px;
}

.leading-\[44\.80px\] {
  line-height: 44.80px;
}

.leading-\[55\.20px\] {
  line-height: 55.20px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[59\.80px\] {
  line-height: 59.80px;
}

.leading-\[64\.40px\] {
  line-height: 64.40px;
}

.leading-btn-xl {
  line-height: 25.20px;
}

.text-\[\#129A29\] {
  --tw-text-opacity: 1;
  color: rgb(18 154 41 / var(--tw-text-opacity, 1));
}

.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#4694ef\] {
  --tw-text-opacity: 1;
  color: rgb(70 148 239 / var(--tw-text-opacity, 1));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#7c20b0\] {
  --tw-text-opacity: 1;
  color: rgb(124 32 176 / var(--tw-text-opacity, 1));
}

.text-\[\#878787\] {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-\[\#901ae1\] {
  --tw-text-opacity: 1;
  color: rgb(144 26 225 / var(--tw-text-opacity, 1));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#DB0303\] {
  --tw-text-opacity: 1;
  color: rgb(219 3 3 / var(--tw-text-opacity, 1));
}

.text-\[\#d9d9d9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-\[\#dbb8ff\] {
  --tw-text-opacity: 1;
  color: rgb(219 184 255 / var(--tw-text-opacity, 1));
}

.text-\[\#f5453f\] {
  --tw-text-opacity: 1;
  color: rgb(245 69 63 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(255 79 79 / var(--tw-text-opacity, 1));
}

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

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

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-footer-base {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(124 32 176 / var(--tw-text-opacity, 1));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

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

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-\[\#d9d9d9\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#d9d9d9\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[25px_25px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 25px 25px 15px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 25px 25px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

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

.outline-\[6px\] {
  outline-width: 6px;
}

.outline-offset-\[-0\.50px\] {
  outline-offset: -0.50px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-offset-\[-2px\] {
  outline-offset: -2px;
}

.outline-\[\#444444\] {
  outline-color: #444444;
}

.outline-\[\#d7d7d7\] {
  outline-color: #d7d7d7;
}

.outline-\[\#d9d9d9\] {
  outline-color: #d9d9d9;
}

.outline-\[\#dbdbdb\] {
  outline-color: #dbdbdb;
}

.outline-\[\#eeeeee\] {
  outline-color: #eeeeee;
}

.outline-black {
  outline-color: #000;
}

.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}

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

.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-gray2 {
  outline-color: #333333;
}

.outline-neutral-200 {
  outline-color: #e5e5e5;
}

.outline-neutral-400 {
  outline-color: #a3a3a3;
}

.outline-neutral-500 {
  outline-color: #737373;
}

.outline-neutral-800 {
  outline-color: #262626;
}

.outline-primary {
  outline-color: #7C20B0;
}

.outline-primary-border {
  outline-color: #D7D7D7;
}

.outline-purple-500 {
  outline-color: #a855f7;
}

.outline-url-copy-border {
  outline-color: #DBDBDB;
}

.outline-white {
  outline-color: #fff;
}

.outline-zinc-100 {
  outline-color: #f4f4f5;
}

.outline-zinc-300 {
  outline-color: #d4d4d8;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-primary-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 215 215 / var(--tw-ring-opacity, 1));
}

.ring-url-copy-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 219 219 / var(--tw-ring-opacity, 1));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

@font-face {
  font-family: 'Pretendard';

  src: url('/ho/font/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('/ho/font/pretendard/woff2/Pretendard-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';

  src: url('/ho/font/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('/ho/font/pretendard/woff/Pretendard-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@media (min-width: 1024px) {
  .lg\:typo-contents-2 {
    font-family: Pretendard;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
  }
}

.placeholder\:text-\[\#c8c8c8\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#c8c8c8\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity, 1));
}

.last\:border-0:last-child {
  border-width: 0px;
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:outline-offset-\[-2px\]:focus-within {
  outline-offset: -2px;
}

.focus-within\:outline-black:focus-within {
  outline-color: #000;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lnb-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 232 254 / var(--tw-bg-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:outline-gray-300:hover {
  outline-color: #d1d5db;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:z-10 {
  z-index: 10;
}

.peer:checked ~ .peer-checked\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:bg-preview {
  --tw-bg-opacity: 1;
  background-color: rgb(51 44 67 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(124 32 176 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-\[url\(\'\/ho\/assets\/chkbox_on\.svg\'\)\] {
  background-image: url('/ho/assets/chkbox_on.svg');
}

.peer:checked ~ .peer-checked\:bg-cover {
  background-size: cover;
}

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

.peer:checked ~ .peer-checked\:opacity-0 {
  opacity: 0;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:outline-\[\#101010\] {
  outline-color: #101010;
}

.peer:focus ~ .peer-focus\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:rounded-carousel {
    border-radius: 30px;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:max-w-\[1240px\] {
    max-width: 1240px;
  }

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

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[170px\] {
    height: 170px;
  }

  .lg\:h-\[717px\] {
    height: 717px;
  }

  .lg\:max-h-\[520px\] {
    max-height: 520px;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:min-w-\[360px\] {
    min-width: 360px;
  }

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

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

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-\[150px\] {
    gap: 150px;
  }

  .lg\:gap-\[46px\] {
    gap: 46px;
  }

  .lg\:gap-\[58px\] {
    gap: 58px;
  }

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

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

  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .lg\:pt-\[110px\] {
    padding-top: 110px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:leading-\[22\.40px\] {
    line-height: 22.40px;
  }

  .lg\:leading-\[43\.20px\] {
    line-height: 43.20px;
  }

  .lg\:leading-\[55\.20px\] {
    line-height: 55.20px;
  }

  .lg\:leading-\[59\.80px\] {
    line-height: 59.80px;
  }
}