*, ::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.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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;
}

body {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

.captions {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 14.7px */
  letter-spacing: -0.315px;
}

.heading-1 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.78px;
}

.heading-2 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 35.2px */
  letter-spacing: -1.28px;
}

.heading-3 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.54px;
}

.display {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.62px;
}

.paragraph {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: -0.075px;
}

.\!year {
  font-family: "Inter", sans-serif !important;
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 120% !important;
  /* 40.8px */
  letter-spacing: -1.02px !important;
}

.year {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 40.8px */
  letter-spacing: -1.02px;
}

.text-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.35px;
}

.text-decoration {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.container {
  width: 100%;
}

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

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

.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;
}

.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;
}

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

.right-0 {
  right: 0px;
}

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

.start-1 {
  inset-inline-start: 0.25rem;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

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

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

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

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

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

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

.aspect-\[343\/126\] {
  aspect-ratio: 343/126;
}

.aspect-\[53\/75\] {
  aspect-ratio: 53/75;
}

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

.h-\[128\.217px\] {
  height: 128.217px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.max-h-full {
  max-height: 100%;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.flex-\[1_0_0\] {
  flex: 1 0 0;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

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

.-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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-\[150px_1fr\] {
  grid-template-columns: 150px 1fr;
}

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[var\(--black\)\] {
  border-color: var(--black);
}

.border-\[var\(--gray-divider\)\] {
  border-color: var(--gray-divider);
}

.border-\[var\(--gray-light\)\] {
  border-color: var(--gray-light);
}

.border-\[var\(--gray-medium\)\] {
  border-color: var(--gray-medium);
}

.border-\[var\(--white\)\] {
  border-color: var(--white);
}

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

.border-t-\[var\(--gray-divider\)\] {
  border-top-color: var(--gray-divider);
}

.bg-\[var\(--black\)\] {
  background-color: var(--black);
}

.bg-\[var\(--blue\)\] {
  background-color: var(--blue);
}

.bg-\[var\(--light-blue\)\] {
  background-color: var(--light-blue);
}

.bg-\[var\(--light-blue-10\)\] {
  background-color: var(--light-blue-10);
}

.bg-\[var\(--light-blue-5\)\] {
  background-color: var(--light-blue-5);
}

.bg-\[var\(--white\)\] {
  background-color: var(--white);
}

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

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

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

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

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-home-demo {
  background-image: url('/assets/images/home/demo.png');
}

.bg-home-hero {
  background-image: url('/assets/images/home/hero.png');
}

.bg-home-vision {
  background-image: url('/assets/images/home/vision.png');
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

.p-\[0_16px\] {
  padding: 0 16px;
}

.p-\[0_16px_100px_16px\] {
  padding: 0 16px 100px 16px;
}

.p-\[0_16px_120px_16px\] {
  padding: 0 16px 120px 16px;
}

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

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

.p-\[120px_16px\] {
  padding: 120px 16px;
}

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

.p-\[12px_16px\] {
  padding: 12px 16px;
}

.p-\[12px_16px_16px_16px\] {
  padding: 12px 16px 16px 16px;
}

.p-\[140px_16px_100px_16px\] {
  padding: 140px 16px 100px 16px;
}

.p-\[14px_27px\] {
  padding: 14px 27px;
}

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

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

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

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

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

.p-\[40px_0\] {
  padding: 40px 0;
}

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

.p-\[40px_0_40px_0\] {
  padding: 40px 0 40px 0;
}

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

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

.p-\[50px_16px\] {
  padding: 50px 16px;
}

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

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

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

.p-\[80px_16px_160px_16px\] {
  padding: 80px 16px 160px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\!font-\[700\] {
  font-weight: 700 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-\[var\(--black\)\] {
  color: var(--black);
}

.text-\[var\(--blue\)\] {
  color: var(--blue);
}

.text-\[var\(--gray-2\)\] {
  color: var(--gray-2);
}

.text-\[var\(--gray-dark\)\] {
  color: var(--gray-dark);
}

.text-\[var\(--gray-medium\)\] {
  color: var(--gray-medium);
}

.text-\[var\(--white\)\] {
  color: var(--white);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 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);
}

.outline {
  outline-style: solid;
}

.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);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  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-\[15px\] {
  --tw-backdrop-blur: blur(15px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.infinite-banner-container {
  overflow: hidden;
}

.infinite-banner {
  display: flex;
  width: 200%;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.infinite-banner-item {
  padding: 0 16px;
}

.animate-banner {
  animation: banner-scroll 20s linear infinite;
}

.\[hostname\:port\] {
  hostname: port;
}

@font-face {
  font-family: 'Noto Sans KR';

  src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';

  src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans KR';

  src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/Inter-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/Inter-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Inter';

  src: url('/assets/fonts/Inter-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

:root {
  /* 주요 색상 */
  --navy: #11165C;
  --light-blue: #D2E1FF;
  --light-blue-10: rgba(0, 129, 204, 0.1);
  --light-blue-5: rgba(0, 129, 204, 0.05);
  --blue: #0081CC;
  --focus-blue: #3182F6;
  --purple: #6549CA;
  /* 기본 색상 */
  --black: #000;
  --white: #FFF;
  /* 그레이 계열 */
  --gray-dark: #6F6F6F;
  --gray-medium: #CECECE;
  --gray-light: #D6D3D1;
  --gray-lighter: #E4E4E4;
  --gray-divider: #E9E9E9;
  --gray-2: #AEAEB2;
  --background-3: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(0, 129, 204, 0.1) 100%
    );
}

@theme inline {
  --breakpoint-md: 720px;

  /* 태블릿 시작 */

  --breakpoint-lg: 1200px;

  /* 데스크톱 시작 */
}

@media (min-width: 720px) {
  .captions {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 15.4px */
    letter-spacing: -0.11px;
  }

  .heading-1 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 50.4px */
    letter-spacing: -1.26px;
  }

  .heading-2 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 44px */
    letter-spacing: -1.6px;
  }

  .heading-3 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: -0.54px;
  }

  .paragraph {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    letter-spacing: -0.075px;
  }

  .display {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 115.556%;
    letter-spacing: -2.5px;
  }

  .year {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 72px */
    letter-spacing: -1.8px;
  }
}

@media (min-width: 1200px) {
  .captions {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 16.8px */
    letter-spacing: -0.12px;
  }

  .heading-1 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 55.2px */
    letter-spacing: -1.38px;
  }

  .heading-2 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 44px */
    letter-spacing: -1.6px;
  }

  .heading-3 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: -0.54px;
  }

  .paragraph {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    letter-spacing: -0.075px;
  }

  .display {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: -3.2px;
  }

  .year {
    font-family: "Inter", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 120px */
    letter-spacing: -3px;
  }
}

@keyframes banner-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.placeholder\:text-\[var\(--gray-light\)\]::-moz-placeholder {
  color: var(--gray-light);
}

.placeholder\:text-\[var\(--gray-light\)\]::placeholder {
  color: var(--gray-light);
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

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

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

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[var\(--focus-blue\)\]:focus {
  border-color: var(--focus-blue);
}

.focus\:focus\:border-\[var\(--focus-blue\)\]:focus:focus {
  border-color: var(--focus-blue);
}

.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-\[var\(--black\)\]:focus {
  --tw-ring-color: var(--black);
}

@media (min-width: 720px) {
  .md\:relative {
    position: relative;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[720\/240\] {
    aspect-ratio: 720/240;
  }

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

  .md\:h-\[167\.756px\] {
    height: 167.756px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

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

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

  .md\:grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }

  .md\:grid-cols-\[145px_145px_95px\] {
    grid-template-columns: 145px 145px 95px;
  }

  .md\:grid-cols-\[204px_222px_234px\] {
    grid-template-columns: 204px 222px 234px;
  }

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

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

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

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

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

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

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

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

  .md\:gap-y-\[50px\] {
    row-gap: 50px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

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

  .md\:p-\[0_0_120px_0\] {
    padding: 0 0 120px 0;
  }

  .md\:p-\[0_180px_0_20px\] {
    padding: 0 180px 0 20px;
  }

  .md\:p-\[0_40px_120px_40px\] {
    padding: 0 40px 120px 40px;
  }

  .md\:p-\[0_40px_20px_40px\] {
    padding: 0 40px 20px 40px;
  }

  .md\:p-\[120px_0_120px_0\] {
    padding: 120px 0 120px 0;
  }

  .md\:p-\[140px_0_0_0\] {
    padding: 140px 0 0 0;
  }

  .md\:p-\[140px_0_60px_0\] {
    padding: 140px 0 60px 0;
  }

  .md\:p-\[20px_0_80px_0\] {
    padding: 20px 0 80px 0;
  }

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

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

  .md\:p-\[40px_0\] {
    padding: 40px 0;
  }

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

  .md\:p-\[80px_0_60px_0\] {
    padding: 80px 0 60px 0;
  }

  .md\:p-\[80px_20px_180px_20px\] {
    padding: 80px 20px 180px 20px;
  }

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

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

  .md\:pr-\[140px\] {
    padding-right: 140px;
  }

  .md\:pr-\[200px\] {
    padding-right: 200px;
  }

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

  .md\: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);
  }
}

@media (min-width: 1200px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-\[calc\(50\%-20px\)\] {
    top: calc(50% - 20px);
  }

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

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

  .lg\:aspect-\[1200\/280\] {
    aspect-ratio: 1200/280;
  }

  .lg\:aspect-\[346\.67\/393\.31\] {
    aspect-ratio: 346.67/393.31;
  }

  .lg\:aspect-\[356\.67\/404\.65\] {
    aspect-ratio: 356.67/404.65;
  }

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

  .lg\:h-\[404\.655px\] {
    height: 404.655px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[346\.67px\] {
    width: 346.67px;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[371px_calc\(414\.5px\)_calc\(414\.5px\)\] {
    grid-template-columns: 371px calc(414.5px) calc(414.5px);
  }

  .lg\:grid-cols-\[590px_auto\] {
    grid-template-columns: 590px auto;
  }

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

  .lg\:grid-cols-\[auto_minmax\(0\2c 1fr\)\] {
    grid-template-columns: auto minmax(0,1fr);
  }

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

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

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-x-\[70px\] {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

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

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

  .lg\:p-\[0_400px_0_40px\] {
    padding: 0 400px 0 40px;
  }

  .lg\:p-\[50px_120px_20px_120px\] {
    padding: 50px 120px 20px 120px;
  }

  .lg\:p-\[60px_0_80px_0\] {
    padding: 60px 0 80px 0;
  }

  .lg\:p-\[80px_240px_60px_240px\] {
    padding: 80px 240px 60px 240px;
  }

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

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

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

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

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