*, ::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.14 | 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 */
  tab-size: 4; /* 3 */
  font-family: 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;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --radius: 0.5rem;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
  }
  * {
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(var(--background));
  font-family: Pretendard, sans-serif;
  color: hsl(var(--foreground));
    font-weight: 300;
    .no-arrows::-webkit-outer-spin-button,
    .no-arrows::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    .no-arrows[type='number'] {
      -moz-appearance: textfield;
    }
    .no-drag {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
    unicode-bidi: isolate;
    direction: ltr;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    ::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
    ::-webkit-scrollbar-thumb {
      background-color: #00000099;
      border-radius: 6px;
    }
    ::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: transparent;
    }
    scrollbar-gutter: stable;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}
.lessonBox {
  margin-top: 10px;
  border-radius: var(--radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
  padding-top: 30px;
}
.bg-clip-text {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.typing::after {
    content: '|';
    display: inline-block;
    color: #ffffff;
    animation: blink 1.1s steps(1) infinite;
  }
.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;
}
.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}
.-left-0 {
  left: -0px;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-\[5px\] {
  top: -5px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-170px\] {
  bottom: -170px;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.bottom-\[17px\] {
  bottom: 17px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[39px\] {
  bottom: 39px;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-18px\] {
  left: -18px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[104px\] {
  left: 104px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[4px\] {
  left: 4px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-18px\] {
  right: -18px;
}
.right-\[-20px\] {
  right: -20px;
}
.right-\[-40px\] {
  right: -40px;
}
.right-\[-5px\] {
  right: -5px;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[1px\] {
  right: 1px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[50\%\] {
  right: 50%;
}
.right-\[76px\] {
  right: 76px;
}
.right-\[8px\] {
  right: 8px;
}
.right-\[90px\] {
  right: 90px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-0\.5px\] {
  top: -0.5px;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-22px\] {
  top: -22px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-44px\] {
  top: -44px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[22px\] {
  top: 22px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[34px\] {
  top: 34px;
}
.top-\[39px\] {
  top: 39px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[52\%\] {
  top: 52%;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[unset\] {
  top: unset;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100000\] {
  z-index: 100000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[99\] {
  z-index: 99;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.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-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-\[-21px\] {
  margin-bottom: -21px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-182px\] {
  margin-left: -182px;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.ml-\[-22px\] {
  margin-left: -22px;
}
.ml-\[0px\] {
  margin-left: 0px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[3em\] {
  margin-left: 3em;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-auto {
  margin-right: auto;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-121px\] {
  margin-top: -121px;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[-25px\] {
  margin-top: -25px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5\.6vw\] {
  margin-top: 5.6vw;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[95px\] {
  margin-top: 95px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[18px\] {
  height: 18px !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0px\] {
  height: 0px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[1047px\] {
  height: 1047px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[133px\] {
  height: 133px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[337px\] {
  height: 337px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[345px\] {
  height: 345px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[408px\] {
  height: 408px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[485px\] {
  height: 485px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[588px\] {
  height: 588px;
}
.h-\[596px\] {
  height: 596px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[632px\] {
  height: 632px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[770px\] {
  height: 770px;
}
.h-\[859px\] {
  height: 859px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[900px\] {
  height: 900px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[99px\] {
  height: 99px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[184px\] {
  max-height: 184px;
}
.max-h-\[20px\] {
  max-height: 20px;
}
.max-h-\[221px\] {
  max-height: 221px;
}
.max-h-\[26px\] {
  max-height: 26px;
}
.max-h-\[312px\] {
  max-height: 312px;
}
.max-h-\[422px\] {
  max-height: 422px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[778px\] {
  max-height: 778px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[84px\] {
  max-height: 84px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[97vh\] {
  max-height: 97vh;
}
.max-h-\[98vh\] {
  max-height: 98vh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[101px\] {
  min-height: 101px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[230px\] {
  min-height: 230px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[544px\] {
  min-height: 544px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[83px\] {
  min-height: 83px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[calc\(100vh-218px\)\] {
  min-height: calc(100vh - 218px);
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[120px\] {
  width: 120px !important;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.\!w-\[240px\] {
  width: 240px !important;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-72 {
  width: 18rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[111px\] {
  width: 111px;
}
.w-\[118px\] {
  width: 118px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[1320px\] {
  width: 1320px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[1500px\] {
  width: 1500px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[1518px\] {
  width: 1518px;
}
.w-\[1531px\] {
  width: 1531px;
}
.w-\[1555px\] {
  width: 1555px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[186px\] {
  width: 186px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[214px\] {
  width: 214px;
}
.w-\[234px\] {
  width: 234px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[249px\] {
  width: 249px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[324px\] {
  width: 324px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[432px\] {
  width: 432px;
}
.w-\[435px\] {
  width: 435px;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[654px\] {
  width: 654px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[787\.50px\] {
  width: 787.50px;
}
.w-\[787\.5px\] {
  width: 787.5px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[842px\] {
  width: 842px;
}
.w-\[95\.5\%\] {
  width: 95.5%;
}
.w-\[98vw\] {
  width: 98vw;
}
.w-\[99\%\] {
  width: 99%;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[calc\(100vw-120px\)\] {
  width: calc(100vw - 120px);
}
.w-\[calc\(100vw-60px\)\] {
  width: calc(100vw - 60px);
}
.w-\[calc\(50\%-4px\)\] {
  width: calc(50% - 4px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-navi {
  width: 305px;
}
.w-screen {
  width: 100vw;
}
.w-simpleNavi {
  width: 60px;
}
.\!min-w-\[120px\] {
  min-width: 120px !important;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[117px\] {
  min-width: 117px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[182px\] {
  min-width: 182px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[210px\] {
  min-width: 210px;
}
.min-w-\[244px\] {
  min-width: 244px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[610px\] {
  min-width: 610px;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.min-w-\[950px\] {
  min-width: 950px;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1271px\] {
  max-width: 1271px;
}
.max-w-\[1305px\] {
  max-width: 1305px;
}
.max-w-\[1416px\] {
  max-width: 1416px;
}
.max-w-\[1520px\] {
  max-width: 1520px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[1797px\] {
  max-width: 1797px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[444px\] {
  max-width: 444px;
}
.max-w-\[476px\] {
  max-width: 476px;
}
.max-w-\[787\.5px\] {
  max-width: 787.5px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80vw\] {
  max-width: 80vw;
}
.max-w-\[85vw\] {
  max-width: 85vw;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[95px\] {
  max-width: 95px;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-\[96vw\] {
  max-width: 96vw;
}
.max-w-\[98vw\] {
  max-width: 98vw;
}
.max-w-\[99vw\] {
  max-width: 99vw;
}
.max-w-\[calc\(100vw-60px\)\] {
  max-width: calc(100vw - 60px);
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.caption-bottom {
  caption-side: bottom;
}
.-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-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-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\/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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[40\%\] {
  --tw-translate-x: 40%;
  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-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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-\[135deg\] {
  --tw-rotate: 135deg;
  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));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -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));
}
.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));
}
@keyframes bowShadow-animate {

  0% , 100% {
    box-shadow: 0 0 0 0 #4520ff00;
    border: 1px solid transparent;
  }

  50% {
    box-shadow: 0 0 0 0 linear-gradient(90deg, #34d399, #6366f1);
    border: 1px solid #4520ff99;
  }
}
.animate-boxShadow {
  animation: bowShadow-animate 2s ease-in-out infinite;
}
@keyframes delay-opacity-up {

  0%, 75%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }
}
.animate-delay-opacity-up {
  animation: delay-opacity-up 2s infinite 0.3s;
}
@keyframes opacity-up {

  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 0.2;
  }
}
.animate-opacity-up {
  animation: opacity-up 2s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes scale {

  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.018);
  }
}
.animate-scaleMotion {
  animation: scale 1.1s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.scroll-pt-\[18px\] {
  scroll-padding-top: 18px;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[120px_120px_120px\] {
  grid-template-columns: 120px 120px 120px;
}
.grid-cols-\[180px_150px\] {
  grid-template-columns: 180px 150px;
}
.grid-cols-\[180px_1fr\] {
  grid-template-columns: 180px 1fr;
}
.grid-cols-\[250px\2c 1fr\] {
  grid-template-columns: 250px 1fr;
}
.grid-cols-\[30px_120px_120px_120px\] {
  grid-template-columns: 30px 120px 120px 120px;
}
.grid-cols-\[30px_120px_30px_120px\] {
  grid-template-columns: 30px 120px 30px 120px;
}
.grid-cols-\[40px_1fr_1fr\] {
  grid-template-columns: 40px 1fr 1fr;
}
.grid-cols-\[60px_200px_1fr\] {
  grid-template-columns: 60px 200px 1fr;
}
.grid-cols-\[auto\2c 1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[6px\] {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[4px\] {
  row-gap: 4px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.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-y-scroll {
  overflow-y: scroll;
}
.overscroll-none {
  overscroll-behavior: none;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: var(--radius) !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.rounded-r-lg {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.rounded-t-lg {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.rounded-bl-lg {
  border-bottom-left-radius: var(--radius);
}
.rounded-br-lg {
  border-bottom-right-radius: var(--radius);
}
.rounded-tl-lg {
  border-top-left-radius: var(--radius);
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-lg {
  border-top-right-radius: var(--radius);
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#0068B1\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 104 177 / var(--tw-border-opacity));
}
.border-\[\#028d36\] {
  --tw-border-opacity: 1;
  border-color: rgb(2 141 54 / var(--tw-border-opacity));
}
.border-\[\#167072\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 112 114 / var(--tw-border-opacity));
}
.border-\[\#222222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-\[\#2D90FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 144 250 / var(--tw-border-opacity));
}
.border-\[\#35B47D\] {
  --tw-border-opacity: 1;
  border-color: rgb(53 180 125 / var(--tw-border-opacity));
}
.border-\[\#4520ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}
.border-\[\#4954E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(73 84 228 / var(--tw-border-opacity));
}
.border-\[\#777777\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}
.border-\[\#808080\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-\[\#999999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-\[\#9F9FA0\] {
  --tw-border-opacity: 1;
  border-color: rgb(159 159 160 / var(--tw-border-opacity));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#E63323\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 51 35 / var(--tw-border-opacity));
}
.border-\[\#F44434\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 68 52 / var(--tw-border-opacity));
}
.border-\[\#FFA800\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 168 0 / var(--tw-border-opacity));
}
.border-\[\#a0a0a0\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 160 160 / var(--tw-border-opacity));
}
.border-\[\#d3d3d3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-\[\#da1e28\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 30 40 / var(--tw-border-opacity));
}
.border-\[\#e63323\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 51 35 / var(--tw-border-opacity));
}
.border-\[\#e9e9e9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-\[\#f1c21b\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 194 27 / var(--tw-border-opacity));
}
.border-\[\#f44333\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 67 51 / var(--tw-border-opacity));
}
.border-\[\#ffa800\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 168 0 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-destructive {
  border-color: hsl(var(--destructive));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(119 110 255 / var(--tw-border-opacity));
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#222222\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-b-\[\#E9E9E9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-b-\[\#e9e9e9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-b-\[\#e9e9eo\] {
  border-bottom-color: #e9e9eo;
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-main {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 32 255 / var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#000000bf\] {
  background-color: #000000bf;
}
.bg-\[\#00000D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 13 / var(--tw-bg-opacity));
}
.bg-\[\#0043ce\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 67 206 / var(--tw-bg-opacity));
}
.bg-\[\#007AFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 252 / var(--tw-bg-opacity));
}
.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-\[\#2d2d2d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-\[\#2d90fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 144 250 / var(--tw-bg-opacity));
}
.bg-\[\#35B47D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 180 125 / var(--tw-bg-opacity));
}
.bg-\[\#35b47d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 180 125 / var(--tw-bg-opacity));
}
.bg-\[\#393d49\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 61 73 / var(--tw-bg-opacity));
}
.bg-\[\#4520ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 32 255 / var(--tw-bg-opacity));
}
.bg-\[\#776EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 110 255 / var(--tw-bg-opacity));
}
.bg-\[\#777777\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}
.bg-\[\#999999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.bg-\[\#9E9E9E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity));
}
.bg-\[\#E63323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 51 35 / var(--tw-bg-opacity));
}
.bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#F1F1FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 251 / var(--tw-bg-opacity));
}
.bg-\[\#F4F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#F6F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#e9e4f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 228 248 / var(--tw-bg-opacity));
}
.bg-\[\#e9e9e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#ececf1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 241 / var(--tw-bg-opacity));
}
.bg-\[\#f44333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 67 51 / var(--tw-bg-opacity));
}
.bg-\[\#f4f2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 255 / var(--tw-bg-opacity));
}
.bg-\[\#f4f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}
.bg-\[\#f4f6f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity));
}
.bg-\[\#f6f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#fffeff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 255 / var(--tw-bg-opacity));
}
.bg-\[lightGray\] {
  background-color: lightGray;
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(69 32 255 / var(--tw-bg-opacity));
}
.bg-main\/80 {
  background-color: rgb(69 32 255 / 0.8);
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(119 110 255 / var(--tw-bg-opacity));
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\"\/assets\/home\/guidebookBackImage\.svg\"\)\] {
  background-image: url("/assets/home/guidebookBackImage.svg");
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#4520ff\] {
  --tw-gradient-from: #4520ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 32 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#776eff\] {
  --tw-gradient-from: #776eff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 110 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e9e9e9\] {
  --tw-gradient-from: #e9e9e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 233 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#6d50ff\] {
  --tw-gradient-to: rgb(109 80 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d50ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-400\/60 {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(192 132 252 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#028d36\] {
  --tw-gradient-to: #028d36 var(--tw-gradient-to-position);
}
.to-\[\#4520ff80\]\/40 {
  --tw-gradient-to: rgb(69 32 255 / 0.4) var(--tw-gradient-to-position);
}
.to-\[\#4520ff\] {
  --tw-gradient-to: #4520ff var(--tw-gradient-to-position);
}
.to-\[\#da1e28\] {
  --tw-gradient-to: #da1e28 var(--tw-gradient-to-position);
}
.to-\[\#e9e9e9\] {
  --tw-gradient-to: #e9e9e9 var(--tw-gradient-to-position);
}
.to-\[\#f1c21b\] {
  --tw-gradient-to: #f1c21b var(--tw-gradient-to-position);
}
.to-purple-400\/100 {
  --tw-gradient-to: rgb(192 132 252 / 1) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.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-8 {
  padding: 2rem;
}
.p-\[0px\] {
  padding: 0px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[17px\] {
  padding: 17px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.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-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[44px\] {
  padding-left: 44px;
  padding-right: 44px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.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-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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[10\.5px\] {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12\.5px\] {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[44px\] {
  padding-top: 44px;
  padding-bottom: 44px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.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-\[63px\] {
  padding-top: 63px;
  padding-bottom: 63px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[110px\] {
  padding-bottom: 110px;
}
.pb-\[13\.5px\] {
  padding-bottom: 13.5px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[15\.5px\] {
  padding-bottom: 15.5px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[0px\] {
  padding-left: 0px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[34px\] {
  padding-left: 34px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[138px\] {
  padding-right: 138px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[17\.5px\] {
  padding-top: 17.5px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.indent-2 {
  text-indent: 0.5rem;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'Pretendard\'\] {
  font-family: 'Pretendard';
}
.font-default {
  font-family: Pretendard, sans-serif;
}
.font-moneygraphy {
  font-family: Moneygraphy-Rounded, sans-serif;
}
.\!text-sm {
  font-size: 14px !important;
  line-height: 20px !important;
}
.text-2xl {
  font-size: 1.885rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 20px;
  line-height: 28px;
}
.text-md {
  font-size: 18px;
  line-height: 26px;
}
.text-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.\!text-\[\#8440D9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(132 64 217 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#f53585\] {
  --tw-text-opacity: 1 !important;
  color: rgb(245 53 133 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#ff910f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 145 15 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-ETC {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-GENERATED_PASSAGE {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}
.text-GRAMMAR {
  --tw-text-opacity: 1;
  color: rgb(0 104 177 / var(--tw-text-opacity));
}
.text-PASSAGE {
  --tw-text-opacity: 1;
  color: rgb(22 112 114 / var(--tw-text-opacity));
}
.text-QUESTION {
  --tw-text-opacity: 1;
  color: rgb(73 84 228 / var(--tw-text-opacity));
}
.text-SYNTAX {
  --tw-text-opacity: 1;
  color: rgb(197 27 134 / var(--tw-text-opacity));
}
.text-VOCA {
  --tw-text-opacity: 1;
  color: rgb(132 64 217 / var(--tw-text-opacity));
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0068B1\] {
  --tw-text-opacity: 1;
  color: rgb(0 104 177 / var(--tw-text-opacity));
}
.text-\[\#007afc\] {
  --tw-text-opacity: 1;
  color: rgb(0 122 252 / var(--tw-text-opacity));
}
.text-\[\#028d36\] {
  --tw-text-opacity: 1;
  color: rgb(2 141 54 / var(--tw-text-opacity));
}
.text-\[\#038D36\] {
  --tw-text-opacity: 1;
  color: rgb(3 141 54 / var(--tw-text-opacity));
}
.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-\[\#167072\] {
  --tw-text-opacity: 1;
  color: rgb(22 112 114 / var(--tw-text-opacity));
}
.text-\[\#181818\] {
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}
.text-\[\#1e1e1e\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#222222\]\/25 {
  color: rgb(34 34 34 / 0.25);
}
.text-\[\#222429\] {
  --tw-text-opacity: 1;
  color: rgb(34 36 41 / var(--tw-text-opacity));
}
.text-\[\#2D90FA\] {
  --tw-text-opacity: 1;
  color: rgb(45 144 250 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#35B47D\] {
  --tw-text-opacity: 1;
  color: rgb(53 180 125 / var(--tw-text-opacity));
}
.text-\[\#35b47d\] {
  --tw-text-opacity: 1;
  color: rgb(53 180 125 / var(--tw-text-opacity));
}
.text-\[\#35b74d\] {
  --tw-text-opacity: 1;
  color: rgb(53 183 77 / var(--tw-text-opacity));
}
.text-\[\#35d47d\] {
  --tw-text-opacity: 1;
  color: rgb(53 212 125 / var(--tw-text-opacity));
}
.text-\[\#434343\] {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}
.text-\[\#4520FF\] {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}
.text-\[\#4520ff\] {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}
.text-\[\#4954E4\] {
  --tw-text-opacity: 1;
  color: rgb(73 84 228 / var(--tw-text-opacity));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#9e9e9e\] {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-\[\#A7A7A7\] {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}
.text-\[\#E63323\] {
  --tw-text-opacity: 1;
  color: rgb(230 51 35 / var(--tw-text-opacity));
}
.text-\[\#F06292\] {
  --tw-text-opacity: 1;
  color: rgb(240 98 146 / var(--tw-text-opacity));
}
.text-\[\#F44434\] {
  --tw-text-opacity: 1;
  color: rgb(244 68 52 / var(--tw-text-opacity));
}
.text-\[\#FFA800\] {
  --tw-text-opacity: 1;
  color: rgb(255 168 0 / var(--tw-text-opacity));
}
.text-\[\#FFDF36\] {
  --tw-text-opacity: 1;
  color: rgb(255 223 54 / var(--tw-text-opacity));
}
.text-\[\#a7a7a7\] {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}
.text-\[\#a9d374\] {
  --tw-text-opacity: 1;
  color: rgb(169 211 116 / var(--tw-text-opacity));
}
.text-\[\#da1e28\] {
  --tw-text-opacity: 1;
  color: rgb(218 30 40 / var(--tw-text-opacity));
}
.text-\[\#df1d1d\] {
  --tw-text-opacity: 1;
  color: rgb(223 29 29 / var(--tw-text-opacity));
}
.text-\[\#e63323\] {
  --tw-text-opacity: 1;
  color: rgb(230 51 35 / var(--tw-text-opacity));
}
.text-\[\#e9e4f8\] {
  --tw-text-opacity: 1;
  color: rgb(233 228 248 / var(--tw-text-opacity));
}
.text-\[\#f1c21b\] {
  --tw-text-opacity: 1;
  color: rgb(241 194 27 / var(--tw-text-opacity));
}
.text-\[\#f44333\] {
  --tw-text-opacity: 1;
  color: rgb(244 67 51 / var(--tw-text-opacity));
}
.text-\[\#f44434\] {
  --tw-text-opacity: 1;
  color: rgb(244 68 52 / var(--tw-text-opacity));
}
.text-\[\#f4f2ff\] {
  --tw-text-opacity: 1;
  color: rgb(244 242 255 / var(--tw-text-opacity));
}
.text-\[\#f53585\] {
  --tw-text-opacity: 1;
  color: rgb(245 53 133 / var(--tw-text-opacity));
}
.text-\[black\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-foreground\/50 {
  color: hsl(var(--foreground) / 0.5);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-lwGrammar {
  --tw-text-opacity: 1;
  color: rgb(0 179 176 / var(--tw-text-opacity));
}
.text-main {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(119 110 255 / var(--tw-text-opacity));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-text {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-gray-300 {
  text-decoration-color: #d1d5db;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.\!opacity-90 {
  opacity: 0.9 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 2px 2px 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-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-round-button-shadow {
  --tw-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 1px 1px 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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --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(0px + 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-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.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);
}
.blur-\[400px\] {
  --tw-blur: blur(400px);
  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);
}
.brightness-\[0\.4\] {
  --tw-brightness: brightness(0.4);
  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);
}
.backdrop-blur-\[100px\] {
  --tw-backdrop-blur: blur(100px);
  -webkit-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: 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-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-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: 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-blur-\[200px\] {
  --tw-backdrop-blur: blur(200px);
  -webkit-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: 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-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-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  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-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-0 {
  animation-duration: 0s;
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollbar-gutter-stable {
  scrollbar-gutter: stable;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.text-wrap-nowrap {
  text-wrap-mode: nowrap;
}
.\[vertical-align\:sub\] {
  vertical-align: sub;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 100;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Thin.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 200;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-ExtraLight.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 300;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Light.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-SemiBold.otf') format('truetype');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Pretendard-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'Moneygraphy-Rounded';
  font-style: normal;
  font-weight: 400;
  src: url('https://lessonwith.s3.ap-northeast-2.amazonaws.com/fonts/Moneygraphy-Rounded.otf') format('truetype');
}

.CheckboxRoot {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
}
.CheckboxRoot:hover {
  background-color: #e9e9e9;
}

.SwitchThumb {
  &[data-state='checked'] {
    &:hover,
    &:active {
      box-shadow: 0 0 3px #35b74d80;
    }
  }
  &[data-state='unchecked'] {
    &:hover,
    &:active {
      box-shadow: 0 0 3px #e6332380;
    }
  }
}

.editCursor {
  cursor:
    url('/assets/basic/PencilIcon.svg') 0 18,
    auto;
}

.default-border-box {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.archiveTable {
  min-width: 800px;
  th:nth-of-type(1),
  th:nth-of-type(2),
  th:nth-of-type(4),
  th:nth-of-type(5) {
    width: 120px;
  }

  /* th:nth-of-type(7) { 
  제작자가 추가되면 변경
  th:nth-of-type(8) {
    width: 160px;
  }
  */
  th:nth-of-type(3) {
    /* width: 800px; */
  }
  th:nth-of-type(6) {
    width: 160px;
  }
  tbody {
    td:nth-of-type(3) {
      padding: 0 14px;
      cursor: pointer;
    }
  }
}

.listTable {
  min-width: 800px;
  th:nth-of-type(1) {
    width: 80px;
  }
  th:nth-of-type(3) {
    width: 120px;
  }
  th:nth-of-type(7) {
    width: 140px;
  }
  th:nth-of-type(2),
  th:nth-of-type(4),
  /* th:nth-of-type(7), */
  th:nth-of-type(8),
  th:nth-of-type(9) {
    width: 110px;
  }
  th:nth-of-type(5) {
    width: 250px;
  }
  th:nth-of-type(6) {
    width: 150px;
  }
  tbody {
    td:nth-of-type(3) {
      padding: 0 14px;
      cursor: pointer;
    }
  }
}

.recentTable {
  th:nth-of-type(2),
  th:nth-of-type(4),
  th:nth-of-type(5) {
    width: 120px;
  }
  th:nth-of-type(3) {
    width: 180px;
  }
  tbody {
    td:first-of-type:not(.noData) {
      padding: 0 14px;
      cursor: pointer;
    }
  }
}

.pointTable {
  th:nth-of-type(1) {
    width: 80px;
  }
  th:nth-of-type(2),
  th:nth-of-type(3),
  th:nth-of-type(4) {
    width: 200px;
  }
  td:nth-of-type(2),
  td:nth-of-type(3),
  td:nth-of-type(4) {
    padding: 0 14px;
  }
}

.orderUsageTable {
  th:nth-of-type(1) {
    width: 80px;
  }
  th:nth-of-type(3),
  th:nth-of-type(5) {
    width: 150px;
  }
  th:nth-of-type(4) {
    width: 200px;
  }
}

@media print {
  #pdfBox {
    page-break-before: auto;
    page-break-inside: avoid;
  }
  #syntaxPdfRootBox {
    width: 100%;
    max-width: 298mm;
  }
}

#syntaxPdfRootBox {
  /* width: 100%; */
  /* max-width: 300mm; */
  .collapseSyntaxAnalysis {
    /* transform: scale(0.97); */
    /* transform-origin: left; */
    /* min-width: 100% !important; */
  }
}

.tableRow {
  .trashBox {
    background-image: url('/assets/basic/basicTrashIcon.svg');
  }
  .trashBox:hover {
    background-color: #4520ff !important;
    background-image: url('/assets/basic/hoverTrashIcon.svg');
  }
  &:hover {
    /* .trashBox {
      background-color: #4520ff !important;
      background-image: url('/assets/basic/hoverTrashIcon.svg');
    } */
    .iconBox {
      background-color: #4520ff !important;
    }
    .icon {
      color: #e9e4f8 !important;
    }
    .imgicon {
      /* background-image: url('/assets/basic/hoverTrashIcon.svg'); */
      filter: invert(92%) sepia(90%) saturate(80%) hue-rotate(300deg) brightness(100%) contrast(90%);
    }
  }
}

.imgButton {
  .imgicon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  }
}

.separatorCustom {
  height: calc(100% - 24px) !important;
}

.overlay {
  clip-path: inset(0% 0% 0% 0%);
}

.panel2 {
  flex: none;
  width: 600px !important;
}

.panel {
  flex: none;
  width: 320px !important;
}

.gradientBorder {
  border-radius: 8px;
}

.gradientBorder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(90deg, #6d50ff 19%, #35b47d 71%, #4520ff 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.gradientHoverBorder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1.5px;
  background: linear-gradient(90deg, #6d50ff 19%, #35b47d 71%, #4520ff 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
}

.gradientHoverBorder:hover::before {
  opacity: 1;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@keyframes dotSpin {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 2000%;
  background-color: #4520ff;
  animation: dotSpin 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

.sliding-text {
  display: inline-block;
  white-space: nowrap;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.boom {
  animation: boom 2s infinite;
}

.boomV2 {
  animation: boomV2 2s infinite;
}

@keyframes boom {
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #ffffff;
  }
}

@keyframes boomV2 {
  50% {
    transform: scale(1.05);
    background-color: #4520ff80;
  }
  100% {
    transform: scale(1);
    background-color: #4520ff;
  }
}

.markdown-content {
  table {
    border: 1px solid #bebebe;
    th {
      padding: 4px;
      border: 1px solid #bebebe;
      text-align: center;
    }
    td {
      padding: 4px;
      border: 1px solid #bebebe;
      text-align: center;
    }
  }
}

.subtitle-markdown {
  p,
  div,
  span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

iframe {
  max-width: 100vw;
}

.nsWord {
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #00000099;
    border-radius: 6px;
  }
  &::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
  }
}

.banner-wrapper {
  width: 100%;
  aspect-ratio: 1298/205; /* CLS 방지 */
  position: relative;
}

.custom-mark {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ffff00 100%, #ffff00 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 0.6em;
}

.file\:border-0::-webkit-file-upload-button {
  border-width: 0;
}

.file\:border-0::file-selector-button {
  border-width: 0;
}

.file\:bg-transparent::-webkit-file-upload-button {
  background-color: transparent;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::-webkit-file-upload-button {
  font-size: 14px;
  line-height: 20px;
}

.file\:text-sm::file-selector-button {
  font-size: 14px;
  line-height: 20px;
}

.file\:font-normal::-webkit-file-upload-button {
  font-weight: 400;
}

.file\:font-normal::file-selector-button {
  font-weight: 400;
}

.placeholder\:h-full::-moz-placeholder {
  height: 100%;
}

.placeholder\:h-full::placeholder {
  height: 100%;
}

.placeholder\:pt-\[0px\]::-moz-placeholder {
  padding-top: 0px;
}

.placeholder\:pt-\[0px\]::placeholder {
  padding-top: 0px;
}

.placeholder\:pt-\[60px\]::-moz-placeholder {
  padding-top: 60px;
}

.placeholder\:pt-\[60px\]::placeholder {
  padding-top: 60px;
}

.placeholder\:text-left::-moz-placeholder {
  text-align: left;
}

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

.placeholder\:text-center::-moz-placeholder {
  text-align: center;
}

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

.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}

.placeholder\:font-light::placeholder {
  font-weight: 300;
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400;
}

.placeholder\:leading-tight::-moz-placeholder {
  line-height: 1.25;
}

.placeholder\:leading-tight::placeholder {
  line-height: 1.25;
}

.placeholder\:text-\[\#4520FF\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#4520FF\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#999999\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#999999\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#a7a7a7\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#a7a7a7\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[40\%\]::before {
  content: var(--tw-content);
  left: 40%;
}

.before\:font-medium::before {
  content: var(--tw-content);
  font-weight: 500;
}

.before\:text-black::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.before\:content-\[attr\(data-text\)\]::before {
  --tw-content: attr(data-text);
  content: var(--tw-content);
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:border-b-3:hover {
  border-bottom-width: 3px;
}

.hover\:border-\[\#4520FF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.hover\:border-\[\#4520ff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.hover\:border-\[\#e2e8f0\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.hover\:border-\[\#e9e9e9\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.hover\:border-main:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

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

.hover\:bg-\[\#007AFC80\]:hover {
  background-color: #007AFC80;
}

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

.hover\:bg-\[\#35B47D80\]:hover {
  background-color: #35B47D80;
}

.hover\:bg-\[\#4520ff\]\/10:hover {
  background-color: rgb(69 32 255 / 0.1);
}

.hover\:bg-\[\#4520ff\]\/80:hover {
  background-color: rgb(69 32 255 / 0.8);
}

.hover\:bg-\[\#4a4a4a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#87c1ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 193 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#958eff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(149 142 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E6332380\]:hover {
  background-color: #E6332380;
}

.hover\:bg-\[\#E9E9E9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#EFECFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 255 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#ece4fe\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 228 254 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f4f2ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f4f5f7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 247 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f6f5ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f7f6ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f97468\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 116 104 / var(--tw-bg-opacity));
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-inherit:hover {
  background-color: inherit;
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 32 255 / var(--tw-bg-opacity));
}

.hover\:bg-main\/80:hover {
  background-color: rgb(69 32 255 / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(119 110 255 / 0.9);
}

.hover\:bg-secondary:hover {
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

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

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

.hover\:font-\[500\]:hover {
  font-weight: 500;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

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

.hover\:text-\[\#4546fc\]:hover {
  --tw-text-opacity: 1;
  color: rgb(69 70 252 / var(--tw-text-opacity));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow:hover {
  --tw-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 2px 2px 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);
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:transition-none:hover {
  transition-property: none;
}

.focus\:border-\[\#4520ff\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.focus\:border-main:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-\[\#e9e9e9\]:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.focus-visible\:border-input:focus-visible {
  border-color: hsl(var(--input));
}

.focus-visible\:border-main:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.read-only\:focus-visible\:border-\[\#e9e9e9\]:focus-visible:-moz-read-only {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.read-only\:focus-visible\:border-\[\#e9e9e9\]:focus-visible:read-only {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.active\:border-\[\#e9e9e9\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.active\:bg-\[\#007afd\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 253 / var(--tw-bg-opacity));
}

.active\:bg-\[\#121212\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.active\:bg-\[\#6056fe\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 86 254 / var(--tw-bg-opacity));
}

.active\:bg-\[\#6156FE\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(97 86 254 / var(--tw-bg-opacity));
}

.active\:bg-\[\#e32918\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 41 24 / var(--tw-bg-opacity));
}

.active\:shadow-inner:active {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}

.active\:shadow-inner-outer:active {
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 4px rgba(0, 0, 0, 0.5);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color), inset 0px 0px 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);
}

.active\:shadow-none:active {
  --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);
}

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

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

.disabled\:border-\[\#9E9E9E\]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity));
}

.disabled\:bg-\[\#9E9E9E\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#DEDDEB\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(222 221 235 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#FFDCD9\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 217 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#ded8ff\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(222 216 255 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#e0e0e8\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 232 / var(--tw-bg-opacity));
}

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

.disabled\:bg-\[\#e9ecee\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 238 / var(--tw-bg-opacity));
}

.disabled\:bg-\[\#f6f7f7\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 247 / var(--tw-bg-opacity));
}

.disabled\:bg-main:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(69 32 255 / var(--tw-bg-opacity));
}

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

.disabled\:font-light:disabled {
  font-weight: 300;
}

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

.disabled\:text-\[\#777777\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

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

.disabled\:text-\[\#cfcfcf\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity));
}

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

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:shadow-none:disabled {
  --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);
}

.disabled\:hover\:cursor-default:hover:disabled {
  cursor: default;
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(var(--muted) / 0.4);
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-25 {
  opacity: 0.25;
}

.peer:disabled ~ .peer-disabled\:opacity-50 {
  opacity: 0.5;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --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));
}

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
  --tw-translate-x: 1.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));
}

.data-\[state\=checked\]\:translate-x-\[24\.5px\][data-state="checked"] {
  --tw-translate-x: 24.5px;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --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));
}

.data-\[state\=unchecked\]\:translate-x-\[-0\.5px\][data-state="unchecked"] {
  --tw-translate-x: -0.5px;
  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));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --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));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.data-\[state\=checked\]\:border-\[\#4520ff\][data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.data-\[state\=checked\]\:bg-\[\#4520ff\][data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 32 255 / var(--tw-bg-opacity));
}

.data-\[state\=checked\]\:bg-\[\#c8f4e1\][data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 244 225 / var(--tw-bg-opacity));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 110 255 / var(--tw-bg-opacity));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=selected\]\:bg-\[\#F4F2FF\][data-state="selected"] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 255 / var(--tw-bg-opacity));
}

.data-\[state\=unchecked\]\:bg-\[\#ffccc7\][data-state="unchecked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 199 / var(--tw-bg-opacity));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

.data-\[state\=checked\]\:text-\[\#ffffff\][data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: 0.8;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.disabled\:data-\[state\=checked\]\:border-\[\#999999\][data-state="checked"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.disabled\:data-\[state\=checked\]\:bg-\[\#999999\][data-state="checked"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

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

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

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

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

  .md\:text-lg {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:grid-cols-\[400px\2c 1fr\] {
    grid-template-columns: 400px 1fr;
  }

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

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

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

  .lg\:pr-\[8px\] {
    padding-right: 8px;
  }
}

@media (min-width: 1281px) {

  .xl\:right-\[40px\] {
    right: 40px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:w-\[calc\(100vw-365px\)\] {
    width: calc(100vw - 365px);
  }

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

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

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

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

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

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

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

  .xl\:grid-cols-\[1fr_1fr_auto_auto\] {
    grid-template-columns: 1fr 1fr auto auto;
  }

  .xl\:grid-cols-\[40px_1fr_1fr_40px_1fr_1fr\] {
    grid-template-columns: 40px 1fr 1fr 40px 1fr 1fr;
  }

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

  .xl\:gap-\[10px\] {
    gap: 10px;
  }

  .xl\:gap-\[20px\] {
    gap: 20px;
  }

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

  .xl\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xl\:gap-y-\[10px\] {
    row-gap: 10px;
  }

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

  .xl\:p-\[29\.5px\] {
    padding: 29.5px;
  }

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

  .xl\:pl-\[20px\] {
    padding-left: 20px;
  }

  .xl\:pr-\[20px\] {
    padding-right: 20px;
  }

  .xl\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-md {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1536px) {

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

  .\32xl\:text-md {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {

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

  .mobile\:right-\[10px\] {
    right: 10px;
  }

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

  .mobile\:top-\[8px\] {
    top: 8px;
  }

  .mobile\:\!mt-\[15px\] {
    margin-top: 15px !important;
  }

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

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

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

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

  .mobile\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .mobile\:max-w-\[100vw\] {
    max-width: 100vw;
  }

  .mobile\:items-stretch {
    align-items: stretch;
  }

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

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

  .mobile\:space-y-\[6px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .mobile\:rounded-\[0\] {
    border-radius: 0;
  }

  .mobile\:\!p-2 {
    padding: 0.5rem !important;
  }

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

  .mobile\:p-2 {
    padding: 0.5rem;
  }

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

  .mobile\:pb-\[5px\] {
    padding-bottom: 5px;
  }

  .mobile\:\!text-\[14px\] {
    font-size: 14px !important;
  }

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

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

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

  .mobile\:leading-\[24px\] {
    line-height: 24px;
  }
}

@media (max-width: 1280px) {

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

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

@media (min-width: 1460px) {

  .min-1460\:w-\[calc\(100vw-306px\)\] {
    width: calc(100vw - 306px);
  }

  .min-1460\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .min-1460\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .min-1460\:max-w-\[calc\(100vw-306px\)\] {
    max-width: calc(100vw - 306px);
  }

  .min-1460\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .min-1460\:grid-cols-\[400px\2c 1fr\] {
    grid-template-columns: 400px 1fr;
  }

  .min-1460\:flex-row {
    flex-direction: row;
  }

  .min-1460\:flex-wrap {
    flex-wrap: wrap;
  }

  .min-1460\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .min-1460\:p-\[30px\] {
    padding: 30px;
  }

  .min-1460\:text-md {
    font-size: 18px;
    line-height: 26px;
  }

  .min-1460\:text-xl {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-height: 850px) {

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

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

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

@media (max-height: 789px) {

  .h-mobile\:block {
    display: block;
  }

  .h-mobile\:h-full {
    height: 100%;
  }
}

@media (min-width: 1650px) {

  .\33xl\:block {
    display: block;
  }

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

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0;
}

.\[\&\[data-state\=closed\]\>span\]\:h-\[30px\][data-state=closed]>span {
  height: 30px;
}

.\[\&\[data-state\=closed\]\>span\]\:max-w-\[68\%\][data-state=closed]>span {
  max-width: 68%;
}

.\[\&\[data-state\=closed\]\>span\]\:overflow-hidden[data-state=closed]>span {
  overflow: hidden;
}

.\[\&\[data-state\=closed\]\>span\]\:text-ellipsis[data-state=closed]>span {
  text-overflow: ellipsis;
}

.\[\&\[data-state\=closed\]\>span\]\:whitespace-nowrap[data-state=closed]>span {
  white-space: nowrap;
}

.\[\&\[data-state\=closed\]\]\:h-\[62px\][data-state=closed] {
  height: 62px;
}

.\[\&\[data-state\=closed\]\]\:overflow-hidden[data-state=closed] {
  overflow: hidden;
}

.\[\&\[data-state\=open\]\>\#syntaxUpdate\]\:block[data-state=open]>#syntaxUpdate {
  display: block;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&\[data-state\=open\]\>svg\]\:text-\[\#4520FF\][data-state=open]>svg {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}

.\[\&\[data-state\=open\]\]\:border-b[data-state=open] {
  border-bottom-width: 1px;
}

.\[\&\[data-state\=open\]\]\:border-\[\#4520FF\][data-state=open] {
  --tw-border-opacity: 1;
  border-color: rgb(69 32 255 / var(--tw-border-opacity));
}

.\[\&\[data-state\=open\]\]\:border-\[\#f4f5f7\][data-state=open] {
  --tw-border-opacity: 1;
  border-color: rgb(244 245 247 / var(--tw-border-opacity));
}

.\[\&\[data-state\=open\]\]\:font-medium[data-state=open] {
  font-weight: 500;
}

.\[\&\[data-state\=open\]\]\:text-\[\#4520FF\][data-state=open] {
  --tw-text-opacity: 1;
  color: rgb(69 32 255 / var(--tw-text-opacity));
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

