/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand: #4d08ae;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-\[10px\] {
    top: calc(10px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .-right-\[15px\] {
    right: calc(15px * -1);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .z-50 {
    z-index: 50;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[40x\] {
    margin-top: 40x;
  }
  .mt-\[41px\] {
    margin-top: 41px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[66px\] {
    margin-top: 66px;
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .mr-\[72px\] {
    margin-right: 72px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[327\/368\] {
    aspect-ratio: 327/368;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-full {
    max-width: 100% !important;
  }
  .max-w-\[295px\] {
    max-width: 295px;
  }
  .max-w-\[327px\] {
    max-width: 327px;
  }
  .max-w-\[462px\] {
    max-width: 462px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[1147px\] {
    max-width: 1147px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .min-w-\[118px\] {
    min-width: 118px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-\[85px_1fr\] {
    grid-template-columns: 85px 1fr;
  }
  .grid-cols-\[90px_1fr\] {
    grid-template-columns: 90px 1fr;
  }
  .grid-cols-\[90px_221px\] {
    grid-template-columns: 90px 221px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .\!gap-0 {
    gap: calc(var(--spacing) * 0) !important;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[41px\] {
    column-gap: 41px;
  }
  .gap-y-\[4px\] {
    row-gap: 4px;
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-brand {
    border-color: var(--color-brand);
  }
  .border-t-brand {
    border-top-color: var(--color-brand);
  }
  .bg-\[\#33EA32\] {
    background-color: #33EA32;
  }
  .bg-\[\#39FF23E5\] {
    background-color: #39FF23E5;
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .object-cover {
    object-fit: cover;
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-\[0\] {
    padding-inline: 0;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[23px\] {
    padding-inline: 23px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[28px\] {
    padding-inline: 28px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[0\] {
    padding-block: 0;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[34px\] {
    padding-block: 34px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-keep {
    word-break: keep-all;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#4D08AE\] {
    color: #4D08AE;
  }
  .text-\[\#5D5D5D\] {
    color: #5D5D5D;
  }
  .text-\[\#053000\] {
    color: #053000;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-\[4px_4px_40px_0px_\#0000002B\] {
    --tw-shadow: 4px 4px 40px 0px var(--tw-shadow-color, #0000002B);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .first\:border-t-0 {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:m-auto {
    @media (width >= 40rem) {
      margin: auto;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[0\] {
    @media (width >= 40rem) {
      margin-top: 0;
    }
  }
  .sm\:mt-\[20px\] {
    @media (width >= 40rem) {
      margin-top: 20px;
    }
  }
  .sm\:mt-\[22px\] {
    @media (width >= 40rem) {
      margin-top: 22px;
    }
  }
  .sm\:mt-\[24px\] {
    @media (width >= 40rem) {
      margin-top: 24px;
    }
  }
  .sm\:mt-\[32px\] {
    @media (width >= 40rem) {
      margin-top: 32px;
    }
  }
  .sm\:mt-\[41px\] {
    @media (width >= 40rem) {
      margin-top: 41px;
    }
  }
  .sm\:mt-\[44px\] {
    @media (width >= 40rem) {
      margin-top: 44px;
    }
  }
  .sm\:mt-\[91px\] {
    @media (width >= 40rem) {
      margin-top: 91px;
    }
  }
  .sm\:mt-\[100px\] {
    @media (width >= 40rem) {
      margin-top: 100px;
    }
  }
  .sm\:mt-auto {
    @media (width >= 40rem) {
      margin-top: auto;
    }
  }
  .sm\:mb-\[120px\] {
    @media (width >= 40rem) {
      margin-bottom: 120px;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:aspect-\[720\/808\] {
    @media (width >= 40rem) {
      aspect-ratio: 720/808;
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:max-w-\[575px\] {
    @media (width >= 40rem) {
      max-width: 575px;
    }
  }
  .sm\:max-w-\[720px\] {
    @media (width >= 40rem) {
      max-width: 720px;
    }
  }
  .sm\:max-w-\[860px\] {
    @media (width >= 40rem) {
      max-width: 860px;
    }
  }
  .sm\:shrink-0 {
    @media (width >= 40rem) {
      flex-shrink: 0;
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[90px_614px\] {
    @media (width >= 40rem) {
      grid-template-columns: 90px 614px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 40rem) {
      flex-direction: row-reverse;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:gap-\[30px\] {
    @media (width >= 40rem) {
      gap: 30px;
    }
  }
  .sm\:gap-x-\[20px\] {
    @media (width >= 40rem) {
      column-gap: 20px;
    }
  }
  .sm\:px-\[40px\] {
    @media (width >= 40rem) {
      padding-inline: 40px;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 40rem) {
      padding-inline: 80px;
    }
  }
  .sm\:py-\[20px\] {
    @media (width >= 40rem) {
      padding-block: 20px;
    }
  }
  .sm\:pt-\[1px\] {
    @media (width >= 40rem) {
      padding-top: 1px;
    }
  }
  .sm\:pt-\[60px\] {
    @media (width >= 40rem) {
      padding-top: 60px;
    }
  }
  .sm\:pt-\[107px\] {
    @media (width >= 40rem) {
      padding-top: 107px;
    }
  }
  .sm\:pb-\[140px\] {
    @media (width >= 40rem) {
      padding-bottom: 140px;
    }
  }
  .sm\:pb-\[160px\] {
    @media (width >= 40rem) {
      padding-bottom: 160px;
    }
  }
  .sm\:leading-\[1\.4\] {
    @media (width >= 40rem) {
      --tw-leading: 1.4;
      line-height: 1.4;
    }
  }
}
.force-display-important {
  display: none !important;
}
@media (min-width: 640px) {
  .force-display-important {
    display: flex !important;
  }
}
.sm\:grid .carousel-item {
  width: auto !important;
}
@media (min-width: 640px) {
  .sm\:grid .carousel-item {
    width: auto !important;
  }
}
body {
  font-family: "Montserrat", "Pretendard", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  text-decoration: none;
}
:root {
  --primary-color: #4d08ae;
}
.screen-reader-text {
  display: none;
}
.font-pretendard {
  font-family: "Pretendard";
}
.site-header {
  background-color: var(--primary-color);
  padding: 1.5rem;
  align-items: center;
}
#site-navigation {
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#primary-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  a {
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
  }
}
.site-content, .site-main {
  max-width: 1440px;
  margin: 0 auto;
}
#footer {
  margin-top: auto;
  background-color: var(--primary-color);
  color: white;
  padding-inline: 3.125rem;
  padding-block: 5rem;
  @media (width >= 40rem) {
    padding-inline: 23px;
  }
  @media (width >= 40rem) {
    padding-block: 50px;
  }
  .link-icon {
    background-color: #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: calc(infinity * 1px);
  }
  section {
    display: flex;
    flex-direction: column;
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
    & > div {
      padding: 10px 0;
      flex: 1;
      display: flex;
      flex-direction: row;
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
      border-top-color: #6318CC;
    }
    .label {
      width: 130px;
      color: #9a63e6;
      font-weight: 500;
      font-size: 0.875rem;
    }
  }
}
.owl-carousel {
  .carousel-item.post-item {
    padding: 40px;
  }
}
#front-page {
  padding: 2rem;
  .top-section {
    align-items: center;
    .gradient-text {
      font-size: 40px;
      @media (width >= 40rem) {
        font-size: 120px;
      }
      font-weight: 400;
      background: linear-gradient(91.1deg, #4D08AE 58.44%, rgba(57, 255, 35, 0.9) 116.35%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }
    .category-list {
      list-style: none;
      display: flex;
      gap: 1.25rem;
      li {
        cursor: pointer;
        font-size: 0.75rem;
        font-weight: 500;
        &.active {
          font-weight: 700;
        }
      }
    }
  }
  .post-list {
    .post-title {
      margin-top: 1rem;
    }
  }
}
#article-wrap {
  .badge {
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: calc(infinity * 1px);
    padding: 4px;
    text-transform: uppercase;
    &.bx {
      background-color: #4D08AE;
    }
    &.package {
      background-color: #33EA32;
    }
    &.identity {
      background-color: #32BCEA;
    }
    &.exhibition {
      background-color: #FF49A4;
    }
  }
  .properties {
    p:nth-child(odd) {
      font-weight: 500;
      font-size: 14px;
    }
    p:nth-child(even) {
      font-weight: 400;
      font-size: 14px;
    }
  }
  .overview {
    p, pre {
      padding-top: 20px;
      border-top: 2px solid #4D08AE;
      font-size: 14px;
    }
  }
}
#about-wrap {
  .gradient-text-mobile {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    background: linear-gradient(93.24deg, #4d08ae 61.75%, #33ea32 115.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .gradient-text-desktop {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    background: linear-gradient(93.24deg, #4d08ae 61.75%, #33ea32 115.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.post-item {
  .badge {
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: calc(infinity * 1px);
    padding: 4px;
    text-transform: uppercase;
    &.bx {
      background-color: #4D08AE;
    }
    &.package {
      background-color: #33EA32;
    }
    &.identity {
      background-color: #32BCEA;
    }
    &.exhibition {
      background-color: #FF49A4;
    }
  }
}
.news-header #primary-menu {
  gap: 1rem;
}
.news-header #primary-menu a {
  color: #fff;
}
.news-archive .news-more-wrap {
  display: flex;
}
.news-pagination-arrow {
  color: #4d08ae;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.news-card__media {
  width: 100%;
}
.news-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .news-archive .news-more-wrap {
    display: none;
  }
  .news-card__media {
    width: 200px;
  }
  .news-card__excerpt {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.news-detail-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  max-width: 327px;
  padding-top: 26px;
}
.news-detail-content > * + * {
  margin-top: 1.5rem;
}
.news-detail-content img {
  display: block;
  height: auto;
  max-width: 100%;
}
.news-detail-content a {
  color: var(--primary-color);
  text-decoration: underline;
}
@media (min-width: 640px) {
  .news-detail-content {
    max-width: 720px;
    padding-top: 28px;
  }
}
.owl-carousel,.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
