/*! tailwindcss v4.1.5 | 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-orange-600: oklch(64.6% 0.222 41.116);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-fuchsia-200: oklch(90.3% 0.076 319.62);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --aspect-video: 16 / 9;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-pretendard: "Pretendard-Regular", "sans-serif";
    --font-aggro: "SBAggroB";
    --font-marines: "MarinesBold";
    --color-main: #f9ca24;
    --color-mainbg: #f6e58d;
    --color-member: #3498db;
    --color-memberbg: #81ecec;
    --color-mini: #e74c3c;
    --color-surpport: #2ecc71;
    --color-album: #9b59b6;
    --color-dimblack: #777777;
    --color-bgbox: #f5f5f5;
  }
}
@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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-640px\] {
    top: -640px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .\!size-\[40px\] {
    width: 40px !important;
    height: 40px !important;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[224px\] {
    height: 224px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/3 {
    flex: calc(1/3 * 100%);
  }
  .flex-2\/3 {
    flex: calc(2/3 * 100%);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x-2 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 2px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#653519\] {
    border-color: #653519;
  }
  .border-album {
    border-color: var(--color-album);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue-900\/30 {
    border-color: color-mix(in srgb, oklch(37.9% 0.146 265.522) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-900) 30%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-main {
    border-color: var(--color-main);
  }
  .border-surpport {
    border-color: var(--color-surpport);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#00c473\] {
    background-color: #00c473;
  }
  .bg-\[\#15bbc6\] {
    background-color: #15bbc6;
  }
  .bg-\[\#ECFAE5\] {
    background-color: #ECFAE5;
  }
  .bg-\[\#FFEDFA\] {
    background-color: #FFEDFA;
  }
  .bg-\[\#FFF2EB\] {
    background-color: #FFF2EB;
  }
  .bg-album {
    background-color: var(--color-album);
  }
  .bg-bgbox {
    background-color: var(--color-bgbox);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-950 {
    background-color: var(--color-blue-950);
  }
  .bg-fuchsia-200 {
    background-color: var(--color-fuchsia-200);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-main {
    background-color: var(--color-main);
  }
  .bg-mainbg {
    background-color: var(--color-mainbg);
  }
  .bg-member {
    background-color: var(--color-member);
  }
  .bg-memberbg {
    background-color: var(--color-memberbg);
  }
  .bg-mini {
    background-color: var(--color-mini);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-surpport {
    background-color: var(--color-surpport);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[120px\] {
    padding-block: 120px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-aggro {
    font-family: var(--font-aggro);
  }
  .font-marines {
    font-family: var(--font-marines);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[2rem\] {
    --tw-leading: 2rem;
    line-height: 2rem;
  }
  .leading-\[3rem\] {
    --tw-leading: 3rem;
    line-height: 3rem;
  }
  .leading-\[5rem\] {
    --tw-leading: 5rem;
    line-height: 5rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .break-keep {
    word-break: keep-all;
  }
  .text-\[\#00CAFF\] {
    color: #00CAFF;
  }
  .text-\[\#2a98d2\] {
    color: #2a98d2;
  }
  .text-\[\#653519\] {
    color: #653519;
  }
  .text-\[\#FB9E3A\] {
    color: #FB9E3A;
  }
  .text-album {
    color: var(--color-album);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dimblack {
    color: var(--color-dimblack);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-main {
    color: var(--color-main);
  }
  .text-mini {
    color: var(--color-mini);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-4 {
    text-decoration-thickness: 4px;
  }
  .underline-offset-20 {
    text-underline-offset: 20px;
  }
  .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,);
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .hover\:border-1 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }
  .hover\:border-album {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-album);
      }
    }
  }
  .hover\:border-black {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:border-member {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-member);
      }
    }
  }
  .hover\:border-orange-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-orange-600);
      }
    }
  }
  .hover\:border-surpport {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-surpport);
      }
    }
  }
  .hover\:bg-\[\#653519\] {
    &:hover {
      @media (hover: hover) {
        background-color: #653519;
      }
    }
  }
  .hover\:bg-album {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-album);
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-fuchsia-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-fuchsia-200);
      }
    }
  }
  .hover\:bg-member {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-member);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:font-bold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .hover\:text-\[\#0866ff\] {
    &:hover {
      @media (hover: hover) {
        color: #0866ff;
      }
    }
  }
  .hover\:text-\[\#e03a87\] {
    &:hover {
      @media (hover: hover) {
        color: #e03a87;
      }
    }
  }
  .hover\:text-\[\#fae100\] {
    &:hover {
      @media (hover: hover) {
        color: #fae100;
      }
    }
  }
  .hover\:text-\[\#ff0033\] {
    &:hover {
      @media (hover: hover) {
        color: #ff0033;
      }
    }
  }
  .hover\:text-album {
    &:hover {
      @media (hover: hover) {
        color: var(--color-album);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-orange-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-600);
      }
    }
  }
  .hover\:text-surpport {
    &:hover {
      @media (hover: hover) {
        color: var(--color-surpport);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-4 {
    &:hover {
      @media (hover: hover) {
        text-decoration-thickness: 4px;
      }
    }
  }
  .hover\:underline-offset-20 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 20px;
      }
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:my-6 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-2 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:mr-2 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[280px\] {
    @media (width >= 48rem) {
      height: 280px;
    }
  }
  .md\:h-\[392px\] {
    @media (width >= 48rem) {
      height: 392px;
    }
  }
  .md\:w-\[30px\] {
    @media (width >= 48rem) {
      width: 30px;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[640px\] {
    @media (width >= 48rem) {
      width: 640px;
    }
  }
  .md\:w-\[720px\] {
    @media (width >= 48rem) {
      width: 720px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[120px\] {
    @media (width >= 48rem) {
      padding-left: 120px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:hover\:bg-gray-200 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-200);
        }
      }
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:max-w-\[380px\] {
    @media (width >= 64rem) {
      max-width: 380px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .\[\&\>a\>div\]\:w-full {
    &>a>div {
      width: 100%;
    }
  }
  .\[\&\>a\>div\]\:text-center {
    &>a>div {
      text-align: center;
    }
  }
  .\[\&\>a\>div\>b\]\:mt-1 {
    &>a>div>b {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>a\>div\>b\]\:block {
    &>a>div>b {
      display: block;
    }
  }
  .\[\&\>a\>div\>b\]\:text-\[12px\] {
    &>a>div>b {
      font-size: 12px;
    }
  }
  .md\:\[\&\>a\>div\>b\]\:text-\[16px\] {
    @media (width >= 48rem) {
      &>a>div>b {
        font-size: 16px;
      }
    }
  }
  .\[\&\>a\>div\>span\]\:block {
    &>a>div>span {
      display: block;
    }
  }
  .\[\&\>a\>div\>span\]\:size-15 {
    &>a>div>span {
      width: calc(var(--spacing) * 15);
      height: calc(var(--spacing) * 15);
    }
  }
  .\[\&\>a\>div\>span\]\:rounded-xl {
    &>a>div>span {
      border-radius: var(--radius-xl);
    }
  }
  .\[\&\>a\>div\>span\]\:bg-gray-200 {
    &>a>div>span {
      background-color: var(--color-gray-200);
    }
  }
  .\[\&\>a\>div\>span\]\:text-2xl {
    &>a>div>span {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&\>a\>div\>span\]\:leading-\[3\.8rem\] {
    &>a>div>span {
      --tw-leading: 3.8rem;
      line-height: 3.8rem;
    }
  }
  .md\:\[\&\>a\>div\>span\]\:size-20 {
    @media (width >= 48rem) {
      &>a>div>span {
        width: calc(var(--spacing) * 20);
        height: calc(var(--spacing) * 20);
      }
    }
  }
  .md\:\[\&\>a\>div\>span\]\:text-3xl {
    @media (width >= 48rem) {
      &>a>div>span {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }
    }
  }
  .md\:\[\&\>a\>div\>span\]\:leading-\[5\.3rem\] {
    @media (width >= 48rem) {
      &>a>div>span {
        --tw-leading: 5.3rem;
        line-height: 5.3rem;
      }
    }
  }
  .\[\&\>a\>img\]\:w-full {
    &>a>img {
      width: 100%;
    }
  }
  .\[\&\>detail\]\:flex {
    &>detail {
      display: flex;
    }
  }
  .\[\&\>detail\]\:flex-col {
    &>detail {
      flex-direction: column;
    }
  }
  .\[\&\>detail\]\:rounded-lg {
    &>detail {
      border-radius: var(--radius-lg);
    }
  }
  .\[\&\>detail\]\:border-l-\[15px\] {
    &>detail {
      border-left-style: var(--tw-border-style);
      border-left-width: 15px;
    }
  }
  .\[\&\>detail\]\:border-l-amber-300 {
    &>detail {
      border-left-color: var(--color-amber-300);
    }
  }
  .\[\&\>detail\]\:border-l-purple-300 {
    &>detail {
      border-left-color: var(--color-purple-300);
    }
  }
  .\[\&\>detail\]\:bg-amber-50 {
    &>detail {
      background-color: var(--color-amber-50);
    }
  }
  .\[\&\>detail\]\:bg-purple-50 {
    &>detail {
      background-color: var(--color-purple-50);
    }
  }
  .\[\&\>detail\]\:p-3 {
    &>detail {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>detail\>p\]\:mx-\[30px\] {
    &>detail>p {
      margin-inline: 30px;
    }
  }
  .\[\&\>detail\>p\]\:mt-2 {
    &>detail>p {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>detail\>summary\]\:block {
    &>detail>summary {
      display: block;
    }
  }
  .\[\&\>detail\>summary\]\:cursor-pointer {
    &>detail>summary {
      cursor: pointer;
    }
  }
  .\[\&\>detail\>summary\]\:p-2 {
    &>detail>summary {
      padding: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>detail\>summary\]\:font-semibold {
    &>detail>summary {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&\>li\]\:flex {
    &>li {
      display: flex;
    }
  }
  .\[\&\>li\]\:justify-between {
    &>li {
      justify-content: space-between;
    }
  }
  .\[\&\>li\]\:py-1 {
    &>li {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>li\]\:text-\[18px\] {
    &>li {
      font-size: 18px;
    }
  }
  .\[\&\>li\]\:tracking-tighter {
    &>li {
      --tw-tracking: var(--tracking-tighter);
      letter-spacing: var(--tracking-tighter);
    }
  }
  .md\:\[\&\>li\]\:text-\[16px\] {
    @media (width >= 48rem) {
      &>li {
        font-size: 16px;
      }
    }
  }
  .\[\&\>li\>b\]\:w-\[120px\] {
    &>li>b {
      width: 120px;
    }
  }
  .\[\&\>li\>span\]\:block {
    &>li>span {
      display: block;
    }
  }
  .\[\&\>li\>span\]\:w-\[120px\] {
    &>li>span {
      width: 120px;
    }
  }
  .\[\&\>li\>span\]\:flex-1 {
    &>li>span {
      flex: 1;
    }
  }
  .hover\:\[\&\>span\]\:hover\:bg-\[\#fae100\] {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              background-color: #fae100;
            }
          }
        }
      }
    }
  }
  .hover\:\[\&\>span\]\:hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              background-color: var(--color-gray-100);
            }
          }
        }
      }
    }
  }
  .hover\:\[\&\>span\]\:hover\:text-\[\#3c1e1e\] {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              color: #3c1e1e;
            }
          }
        }
      }
    }
  }
  .hover\:\[\&\>span\]\:hover\:text-\[\#0866ff\] {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              color: #0866ff;
            }
          }
        }
      }
    }
  }
  .hover\:\[\&\>span\]\:hover\:text-\[\#e03a87\] {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              color: #e03a87;
            }
          }
        }
      }
    }
  }
  .hover\:\[\&\>span\]\:hover\:text-\[\#ff0033\] {
    &:hover {
      @media (hover: hover) {
        &>span {
          &:hover {
            @media (hover: hover) {
              color: #ff0033;
            }
          }
        }
      }
    }
  }
}
@layer base {
  body {
    font-family: var(--font-pretendard);
    font-size: 16px;
    --tw-leading: 1.6em;
    line-height: 1.6em;
    --tw-font-weight: 400;
    font-weight: 400;
  }
}
@layer components {
  .content-area {
    margin-inline: auto;
    max-width: 1280px;
    padding: calc(var(--spacing) * 4);
  }
  .title-style {
    margin-block: calc(var(--spacing) * 2);
    text-align: left;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    &::after {
      content: var(--tw-content);
      margin-left: calc(var(--spacing) * 1);
    }
    &::after {
      content: var(--tw-content);
      display: inline-block;
    }
    &::after {
      content: var(--tw-content);
      width: 10px;
      height: 10px;
    }
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-sm);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-main);
    }
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 6);
    }
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .onginews-desc {
    padding-block: calc(var(--spacing) * 3);
  }
  .onginews-desc > div > a > img {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-300);
  }
  .onginews-desc > div > h5 {
    margin-top: calc(var(--spacing) * 3);
    font-size: 15px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .onginews-desc > div > span {
    font-size: 15px;
    color: var(--color-dimblack);
  }
  .text-content {
    margin-block: calc(var(--spacing) * 3);
    font-size: 18px;
    --tw-leading: 1.5rem;
    line-height: 1.5rem;
    word-break: keep-all;
    color: var(--color-dimblack);
  }
  .main-slide-content {
    &>div {
      display: flex;
    }
    &>div {
      flex-direction: column;
    }
    &>div {
      align-items: center;
    }
    &>div {
      justify-content: space-between;
    }
    &>div {
      @media (width >= 48rem) {
        height: 360px;
      }
    }
    &>div {
      @media (width >= 48rem) {
        flex-direction: row;
      }
    }
    &>div>div {
      margin-top: calc(var(--spacing) * 3);
    }
    &>div>div {
      width: 300px;
    }
    &>div>div {
      @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 0);
      }
    }
    &>div>div {
      @media (width >= 48rem) {
        width: 440px;
      }
    }
    &>div>div>div>button {
      margin-top: calc(var(--spacing) * 5);
    }
    &>div>div>div>button {
      margin-bottom: calc(var(--spacing) * 5);
    }
    &>div>div>div>button {
      width: 100%;
    }
    &>div>div>div>button {
      border-radius: var(--radius-2xl);
    }
    &>div>div>div>button {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
    &>div>div>div>button {
      padding-block: calc(var(--spacing) * 3);
    }
    &>div>div>div>button {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
    &>div>div>div>button {
      @media (width >= 48rem) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
    &>div>div>h3 {
      text-align: center;
    }
    &>div>div>h3 {
      --tw-leading: 2em;
      line-height: 2em;
    }
    &>div>div>h3 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &>div>div>h3 {
      word-break: keep-all;
    }
    &>div>div>h3 {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
    &>div>div>h3 {
      @media (width >= 48rem) {
        --tw-leading: 4em;
        line-height: 4em;
      }
    }
    &>div>div>h3 {
      @media (width >= 48rem) {
        word-break: break-all;
      }
    }
    &>div>div>h3>b {
      padding-left: calc(var(--spacing) * 2);
    }
    &>div>div>h3>b {
      font-family: var(--font-aggro);
    }
    &>div>div>h3>b {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    &>div>div>h3>b {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
    &>div>div>h3>b {
      word-break: keep-all;
    }
    &>div>div>h3>b {
      @media (width >= 48rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
    &>div>div>h3>b {
      @media (width >= 48rem) {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
      }
    }
    &>div>div>h3>span {
      font-family: var(--font-marines);
    }
    &>div>div>h3>span {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    &>div>div>h3>span {
      @media (width >= 48rem) {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
      }
    }
    &>div>div>ul {
      margin-top: calc(var(--spacing) * 3);
    }
    &>div>div>ul {
      text-align: center;
    }
    &>div>div>ul {
      @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 0);
      }
    }
    &>div>div>ul {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
    &>div>div>ul>li>span {
      margin-left: calc(var(--spacing) * 2);
    }
    &>div>picture {
      order: -9999;
    }
    &>div>picture {
      @media (width >= 48rem) {
        order: 9999;
      }
    }
    &>div>picture>img {
      margin-top: calc(var(--spacing) * 5);
    }
    &>div>picture>img {
      margin-bottom: calc(var(--spacing) * 5);
    }
    &>div>picture>img {
      width: 360px;
    }
    &>div>picture>img {
      border-radius: var(--radius-xl);
    }
    &>div>picture>img {
      @media (width >= 48rem) {
        margin-top: calc(var(--spacing) * 0);
      }
    }
    &>div>picture>img {
      @media (width >= 48rem) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
    &>div>picture>img {
      @media (width >= 48rem) {
        width: 480px;
      }
    }
  }
  .custom-logo {
    left: 16px;
    width: calc(var(--spacing) * 40);
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .menu-main-nav1-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
  }
  .menu-main-nav2-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
  }
  .menu {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      text-align: center;
    }
    &>li>a:focus {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &>li>a:focus {
      color: var(--color-mini);
    }
    &>li>a:hover {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .menu li {
    width: 100%;
    @media (width >= 48rem) {
      width: 120px;
    }
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .menu li a {
    display: block;
    width: 100%;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    @media (width >= 48rem) {
      width: 120px;
    }
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .aicon {
    position: absolute;
    right: 20px;
    @media (width >= 48rem) {
      display: none;
    }
  }
  .sub-menu {
    position: relative;
    clear: both;
    display: none;
    border-color: var(--color-gray-200);
    background-color: var(--color-gray-100);
    @media (width >= 48rem) {
      position: absolute;
    }
    @media (width >= 48rem) {
      margin-block: 22px;
    }
    @media (width >= 48rem) {
      border-bottom-right-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    @media (width >= 48rem) {
      background-color: color-mix(in srgb, #fff 95%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
      }
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .show-submenu {
    margin-inline: calc(var(--spacing) * 0);
    display: block;
    padding-inline: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 2);
  }
  .show-submenu a {
    padding-block: calc(var(--spacing) * 0);
  }
  .show-submenu li {
    padding-inline: calc(var(--spacing) * 0);
    font-size: 14px;
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
    &:focus {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .btn-map-info {
    border-radius: var(--radius-md);
    background-color: var(--color-black);
    padding: calc(var(--spacing) * 1);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        color: var(--color-amber-300);
      }
    }
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
      --tw-duration: initial;
      --tw-content: "";
      --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;
    }
  }
}
