/*! tailwindcss v4.1.18 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  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;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[-11\.05px_-3\.75\%_-11\.05px_0\] {
    inset: -11.05px -3.75% -11.05px 0;
  }
  .top-\[3\%\] {
    top: 3%;
  }
  .top-\[28px\] {
    top: 28px;
  }
  .top-\[42\%\] {
    top: 42%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .right-\[15\%\] {
    right: 15%;
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-\[24px\] {
    margin-inline-start: 24px;
  }
  .ms-\[25\.5px\] {
    margin-inline-start: 25.5px;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .aspect-\[483\/73\] {
    aspect-ratio: 483/73;
  }
  .aspect-\[623\/330\] {
    aspect-ratio: 623/330;
  }
  .aspect-\[659\/600\] {
    aspect-ratio: 659/600;
  }
  .aspect-\[1200\/330\] {
    aspect-ratio: 1200/330;
  }
  .aspect-\[1200\/490\] {
    aspect-ratio: 1200/490;
  }
  .aspect-\[1200\/610\] {
    aspect-ratio: 1200/610;
  }
  .aspect-\[1200\/1075\] {
    aspect-ratio: 1200/1075;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[13\.345px\] {
    height: 13.345px;
  }
  .h-\[13\.444px\] {
    height: 13.444px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-px {
    min-height: 1px;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[13\.344px\] {
    width: 13.344px;
  }
  .w-\[13\.444px\] {
    width: 13.444px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[457px\] {
    max-width: 457px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1136px\] {
    max-width: 1136px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .min-w-px {
    min-width: 1px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-stretch {
    align-content: stretch;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[23px\] {
    gap: 23px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .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-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-\[inherit\] {
    border-radius: inherit;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }
  .bg-\[\#01b2a5\] {
    background-color: #01b2a5;
  }
  .bg-\[\#005e57\] {
    background-color: #005e57;
  }
  .bg-\[\#6f55b8\] {
    background-color: #6f55b8;
  }
  .bg-\[\#32325e\] {
    background-color: #32325e;
  }
  .bg-\[\#42427e\] {
    background-color: #42427e;
  }
  .bg-\[\#eee\] {
    background-color: #eee;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#e4fff9\] {
    --tw-gradient-from: #e4fff9;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#edfff6\] {
    --tw-gradient-from: #edfff6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#eefff5\] {
    --tw-gradient-from: #eefff5;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#ffeee8\] {
    --tw-gradient-from: #ffeee8;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#fffdee\] {
    --tw-gradient-from: #fffdee;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[42\.788\%\] {
    --tw-gradient-from-position: 42.788%;
  }
  .from-\[43\.823\%\] {
    --tw-gradient-from-position: 43.823%;
  }
  .from-\[46\.957\%\] {
    --tw-gradient-from-position: 46.957%;
  }
  .from-\[47\%\] {
    --tw-gradient-from-position: 47%;
  }
  .from-\[52\%\] {
    --tw-gradient-from-position: 52%;
  }
  .from-\[56\%\] {
    --tw-gradient-from-position: 56%;
  }
  .via-\[\#d1f9ec\] {
    --tw-gradient-via: #d1f9ec;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#f8f4db\] {
    --tw-gradient-via: #f8f4db;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#fffdeb\] {
    --tw-gradient-via: #fffdeb;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[73\%\] {
    --tw-gradient-via-position: 73%;
  }
  .via-\[78\.365\%\] {
    --tw-gradient-via-position: 78.365%;
  }
  .via-\[81\%\] {
    --tw-gradient-via-position: 81%;
  }
  .to-\[\#b4f2e3\] {
    --tw-gradient-to: #b4f2e3;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#c3ecf6\] {
    --tw-gradient-to: #c3ecf6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#fdb49e\] {
    --tw-gradient-to: #fdb49e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#ffe0df\] {
    --tw-gradient-to: #ffe0df;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[37px\] {
    padding-inline: 37px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[38\%\] {
    padding-top: 38%;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Paperlogy\:1_Thin\'\,sans-serif\] {
    font-family: 'Paperlogy:1 Thin',sans-serif;
  }
  .font-\[\'Paperlogy\:2_ExtraLight\'\,sans-serif\] {
    font-family: 'Paperlogy:2 ExtraLight',sans-serif;
  }
  .font-\[\'Paperlogy\:3_Light\'\,sans-serif\] {
    font-family: 'Paperlogy:3 Light',sans-serif;
  }
  .font-\[\'Paperlogy\:4_Regular\'\,sans-serif\] {
    font-family: 'Paperlogy:4 Regular',sans-serif;
  }
  .font-\[\'Paperlogy\:5_Medium\'\,sans-serif\] {
    font-family: 'Paperlogy:5 Medium',sans-serif;
  }
  .font-\[\'Paperlogy\:6_SemiBold\'\,sans-serif\] {
    font-family: 'Paperlogy:6 SemiBold',sans-serif;
  }
  .font-\[\'Paperlogy\:7_Bold\'\,sans-serif\] {
    font-family: 'Paperlogy:7 Bold',sans-serif;
  }
  .font-\[\'Paperlogy\:8_ExtraBold\'\,sans-serif\] {
    font-family: 'Paperlogy:8 ExtraBold',sans-serif;
  }
  .font-\[\'Pretendard\:Light\'\,sans-serif\] {
    font-family: 'Pretendard:Light',sans-serif;
  }
  .font-\[\'Pretendard\:Medium\'\,sans-serif\] {
    font-family: 'Pretendard:Medium',sans-serif;
  }
  .font-\[\'Pretendard\:Regular\'\,sans-serif\] {
    font-family: 'Pretendard:Regular',sans-serif;
  }
  .font-\[\'Pretendard\:SemiBold\'\,sans-serif\] {
    font-family: 'Pretendard:SemiBold',sans-serif;
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .leading-\[51px\] {
    --tw-leading: 51px;
    line-height: 51px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[-0\.3px\] {
    --tw-tracking: -0.3px;
    letter-spacing: -0.3px;
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-0\.32px\] {
    --tw-tracking: -0.32px;
    letter-spacing: -0.32px;
  }
  .tracking-\[-0\.34px\] {
    --tw-tracking: -0.34px;
    letter-spacing: -0.34px;
  }
  .tracking-\[-0\.44px\] {
    --tw-tracking: -0.44px;
    letter-spacing: -0.44px;
  }
  .tracking-\[-0\.48px\] {
    --tw-tracking: -0.48px;
    letter-spacing: -0.48px;
  }
  .tracking-\[-0\.52px\] {
    --tw-tracking: -0.52px;
    letter-spacing: -0.52px;
  }
  .tracking-\[-0\.54px\] {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
  .tracking-\[-0\.68px\] {
    --tw-tracking: -0.68px;
    letter-spacing: -0.68px;
  }
  .tracking-\[-0\.76px\] {
    --tw-tracking: -0.76px;
    letter-spacing: -0.76px;
  }
  .tracking-\[-0\.84px\] {
    --tw-tracking: -0.84px;
    letter-spacing: -0.84px;
  }
  .tracking-\[-1\.2px\] {
    --tw-tracking: -1.2px;
    letter-spacing: -1.2px;
  }
  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[-3\.2px\] {
    --tw-tracking: -3.2px;
    letter-spacing: -3.2px;
  }
  .tracking-\[-4\.8px\] {
    --tw-tracking: -4.8px;
    letter-spacing: -4.8px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#6f55b8\] {
    color: #6f55b8;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#32325e\] {
    color: #32325e;
  }
  .text-\[\#090909\] {
    color: #090909;
  }
  .text-\[\#767676\] {
    color: #767676;
  }
  .text-\[\#ff3c00\] {
    color: #ff3c00;
  }
  .text-\[\#ff7096\] {
    color: #ff7096;
  }
  .text-\[rgba\(51\,51\,51\,0\.93\)\] {
    color: rgba(51,51,51,0.93);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }
  .text-shadow-\[0px_2px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    text-shadow: 0px 2px 2px var(--tw-text-shadow-color, rgba(0,0,0,0.2));
  }
  .sm\:top-\[35px\] {
    @media (width >= 40rem) {
      top: 35px;
    }
  }
  .sm\:h-3 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 3);
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 40rem) {
      height: 100px;
    }
  }
  .sm\:h-\[120px\] {
    @media (width >= 40rem) {
      height: 120px;
    }
  }
  .sm\:w-3 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 3);
    }
  }
  .sm\:w-\[100px\] {
    @media (width >= 40rem) {
      width: 100px;
    }
  }
  .sm\:w-\[180px\] {
    @media (width >= 40rem) {
      width: 180px;
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-\[100px\] {
    @media (width >= 40rem) {
      padding-block: 100px;
    }
  }
  .sm\:text-\[11px\] {
    @media (width >= 40rem) {
      font-size: 11px;
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 40rem) {
      font-size: 24px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .sm\:text-\[36px\] {
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 40rem) {
      font-size: 40px;
    }
  }
  .sm\:text-\[48px\] {
    @media (width >= 40rem) {
      font-size: 48px;
    }
  }
  .sm\:text-\[56px\] {
    @media (width >= 40rem) {
      font-size: 56px;
    }
  }
  .lg\:top-\[42\%\] {
    @media (width >= 64rem) {
      top: 42%;
    }
  }
  .lg\:top-\[62px\] {
    @media (width >= 64rem) {
      top: 62px;
    }
  }
  .lg\:right-\[16\%\] {
    @media (width >= 64rem) {
      right: 16%;
    }
  }
  .lg\:mr-8 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-\[110px\] {
    @media (width >= 64rem) {
      height: 110px;
    }
  }
  .lg\:h-\[125px\] {
    @media (width >= 64rem) {
      height: 125px;
    }
  }
  .lg\:w-\[40px\] {
    @media (width >= 64rem) {
      width: 40px;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 64rem) {
      width: 160px;
    }
  }
  .lg\:w-\[280px\] {
    @media (width >= 64rem) {
      width: 280px;
    }
  }
  .lg\:w-\[359px\] {
    @media (width >= 64rem) {
      width: 359px;
    }
  }
  .lg\:w-\[360px\] {
    @media (width >= 64rem) {
      width: 360px;
    }
  }
  .lg\:w-\[363px\] {
    @media (width >= 64rem) {
      width: 363px;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-\[27px\] {
    @media (width >= 64rem) {
      gap: 27px;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:px-\[49px\] {
    @media (width >= 64rem) {
      padding-inline: 49px;
    }
  }
  .lg\:px-\[99px\] {
    @media (width >= 64rem) {
      padding-inline: 99px;
    }
  }
  .lg\:py-3 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-\[20px\] {
    @media (width >= 64rem) {
      padding-block: 20px;
    }
  }
  .lg\:py-\[26px\] {
    @media (width >= 64rem) {
      padding-block: 26px;
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 64rem) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[150px\] {
    @media (width >= 64rem) {
      padding-block: 150px;
    }
  }
  .lg\:py-\[170px\] {
    @media (width >= 64rem) {
      padding-block: 170px;
    }
  }
  .lg\:py-\[180px\] {
    @media (width >= 64rem) {
      padding-block: 180px;
    }
  }
  .lg\:pt-\[36\%\] {
    @media (width >= 64rem) {
      padding-top: 36%;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 64rem) {
      font-size: 17px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[27px\] {
    @media (width >= 64rem) {
      font-size: 27px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[54px\] {
    @media (width >= 64rem) {
      font-size: 54px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px;
    }
  }
  .lg\:text-\[84px\] {
    @media (width >= 64rem) {
      font-size: 84px;
    }
  }
  .lg\:leading-\[45px\] {
    @media (width >= 64rem) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .xl\:w-\[359px\] {
    @media (width >= 80rem) {
      width: 359px;
    }
  }
  .xl\:w-\[363px\] {
    @media (width >= 80rem) {
      width: 363px;
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
:root {
  --font-size: 16px;
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}
.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
}
@layer base {
  * {
    border-color: var(--border);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  body {
    background-color: var(--background);
    color: var(--foreground);
  }
  html {
    font-size: var(--font-size);
  }
  h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  label {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }
  input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

/* 할인 태그 이미지 hover 효과 */
.discount-tag {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.discount-tag:hover {
  transform: scale(1.01);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  z-index: 50;
}

/* 할인 태그 이미지 반응형 조정 */
/* 1281px 이상: 비율 맞음 (기본 Tailwind xl 클래스 사용) */

/* 1220px ~ 1280px: 크기 고정 (1281px 크기 유지) */
@media (max-width: 1280px) and (min-width: 1220px) {
  .discount-tag {
    width: 359px !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: 363px !important;
  }
}

/* 1220px ~ 680px: 비율에 맞춰 크기 조정 (10단계로 나눔) */
/* 1220px에서 359px 시작, 680px에서 200px로 끝 */
/* 각 단계: 54px 간격, 크기 차이: 약 15.9px씩 감소 */

/* 단계 1: 1220px ~ 1166px (359px → 343.1px) */
@media (max-width: 1220px) and (min-width: 1166px) {
  .discount-tag {
    width: calc(343.1px + (359px - 343.1px) * ((100vw - 1166px) / (1220px - 1166px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(347.1px + (363px - 347.1px) * ((100vw - 1166px) / (1220px - 1166px))) !important;
  }
}

/* 단계 2: 1166px ~ 1112px (343.1px → 327.2px) */
@media (max-width: 1166px) and (min-width: 1112px) {
  .discount-tag {
    width: calc(327.2px + (343.1px - 327.2px) * ((100vw - 1112px) / (1166px - 1112px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(331.2px + (347.1px - 331.2px) * ((100vw - 1112px) / (1166px - 1112px))) !important;
  }
}

/* 단계 3: 1112px ~ 1058px (327.2px → 311.3px) */
@media (max-width: 1112px) and (min-width: 1058px) {
  .discount-tag {
    width: calc(311.3px + (327.2px - 311.3px) * ((100vw - 1058px) / (1112px - 1058px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(315.3px + (331.2px - 315.3px) * ((100vw - 1058px) / (1112px - 1058px))) !important;
  }
}

/* 단계 4: 1058px ~ 1004px (311.3px → 295.4px) - 1025px 근처 구간 */
@media (max-width: 1058px) and (min-width: 1004px) {
  .discount-tag {
    width: calc(295.4px + (311.3px - 295.4px) * ((100vw - 1004px) / (1058px - 1004px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(299.4px + (315.3px - 299.4px) * ((100vw - 1004px) / (1058px - 1004px))) !important;
  }
}

/* 단계 5: 1004px ~ 950px (295.4px → 279.5px) */
@media (max-width: 1004px) and (min-width: 950px) {
  .discount-tag {
    width: calc(279.5px + (295.4px - 279.5px) * ((100vw - 950px) / (1004px - 950px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(283.5px + (299.4px - 283.5px) * ((100vw - 950px) / (1004px - 950px))) !important;
  }
}

/* 단계 6: 950px ~ 896px (279.5px → 263.6px) */
@media (max-width: 950px) and (min-width: 896px) {
  .discount-tag {
    width: calc(263.6px + (279.5px - 263.6px) * ((100vw - 896px) / (950px - 896px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(267.6px + (283.5px - 267.6px) * ((100vw - 896px) / (950px - 896px))) !important;
  }
}

/* 단계 7: 896px ~ 842px (263.6px → 247.7px) */
@media (max-width: 896px) and (min-width: 842px) {
  .discount-tag {
    width: calc(247.7px + (263.6px - 247.7px) * ((100vw - 842px) / (896px - 842px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(251.7px + (267.6px - 251.7px) * ((100vw - 842px) / (896px - 842px))) !important;
  }
}

/* 단계 8: 842px ~ 788px (247.7px → 231.8px) */
@media (max-width: 842px) and (min-width: 788px) {
  .discount-tag {
    width: calc(231.8px + (247.7px - 231.8px) * ((100vw - 788px) / (842px - 788px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(235.8px + (251.7px - 235.8px) * ((100vw - 788px) / (842px - 788px))) !important;
  }
}

/* 단계 9: 788px ~ 734px (231.8px → 215.9px) */
@media (max-width: 788px) and (min-width: 734px) {
  .discount-tag {
    width: calc(215.9px + (231.8px - 215.9px) * ((100vw - 734px) / (788px - 734px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(219.9px + (235.8px - 219.9px) * ((100vw - 734px) / (788px - 734px))) !important;
  }
}

/* 단계 10: 734px ~ 680px (215.9px → 200px) */
@media (max-width: 734px) and (min-width: 680px) {
  .discount-tag {
    width: calc(200px + (215.9px - 200px) * ((100vw - 680px) / (734px - 680px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(202px + (219.9px - 202px) * ((100vw - 680px) / (734px - 680px))) !important;
  }
}

/* 680px ~ 460px: 비율에 맞춰 크기 조정 */
/* 680px에서 약 200px, 460px에서 약 135px로 선형 보간 */
@media (max-width: 680px) and (min-width: 460px) {
  .discount-tag {
    width: calc(135px + (200px - 135px) * ((100vw - 460px) / (680px - 460px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(137px + (202px - 137px) * ((100vw - 460px) / (680px - 460px))) !important;
  }
}

/* 460px ~ 350px: 비율에 맞춰 크기 조정 */
/* 460px에서 약 135px, 350px에서 약 110px로 선형 보간 */
@media (max-width: 460px) and (min-width: 350px) {
  .discount-tag {
    width: calc(110px + (135px - 110px) * ((100vw - 350px) / (460px - 350px))) !important;
  }
  .discount-tag[src*="tag03.png"] {
    width: calc(111px + (137px - 111px) * ((100vw - 350px) / (460px - 350px))) !important;
  }
}

/* 350px 미만: 최소 크기 유지 */
@media (max-width: 350px) {
  .discount-tag {
    width: 110px !important;
  }
}

/* 퀴즈 태그 이미지 hover 효과 */
.quiz-tag {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.quiz-tag:hover {
  transform: scale(1.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  z-index: 50;
}

/* 768px 미만에서 이미지 변경 */
@media (max-width: 767px) {
  #restore-area.restore-area img[src*="earlybirdtop01.png"] {
    content: url('/landing/promotion/src_260129/assets/01.png');
  }
}

/* 모바일에서 컨테이너 및 이미지 1.2배 확대 */
@media (max-width: 767px) {
  /* Top Logo 컨테이너 높이 조정 및 여백 추가 */
  #restore-area.restore-area .aspect-\[1200\/490\] {
    height: calc(100vw * 490 / 1200 * 1.2);
    margin-bottom: calc(100vw * 490 / 1200 * 0.2);
    overflow: visible;
  }
  
  /* Top Logo 이미지 확대 */
  #restore-area.restore-area picture img,
  #restore-area.restore-area .aspect-\[1200\/490\] img {
    transform: scale(1.2);
    transform-origin: top center;
  }



/* 순차적 볼록 강조 애니메이션 (1번 이미지용 - 원근 효과) */
@keyframes pulseHighlight1 {
  0% {
    transform: perspective(500px) rotateX(0deg) scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
  8.33% {
    transform: perspective(500px) rotateX(-15deg) scale(1.5);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
  16.66%, 100% {
    transform: perspective(500px) rotateX(0deg) scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
}

/* 순차적 볼록 강조 애니메이션 (2번 이미지용 - 아래로 이동) */
@keyframes pulseHighlight2 {
  0% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
  8.33% {
    transform: scale(1.5) translateY(12.5px);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
  16.66%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
}

/* 순차적 볼록 강조 애니메이션 (3번 이미지용 - 아래로 이동) */
@keyframes pulseHighlight3 {
  0% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
  8.33% {
    transform: scale(1.5) translateY(15px);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
  16.66%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
}

/* 순차적 볼록 강조 애니메이션 (4번 이미지용) */
@keyframes pulseHighlight {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
  8.33% {
    transform: scale(2.0);
    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.8));
  }
  16.66%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255, 215, 0, 0));
  }
}

@media (max-width: 767px) {
  /* Discount Tags Container에 isolation 설정 */
  #restore-area.restore-area .absolute.left-1\/2.-translate-x-1\/2.top-\[3\%\] {
    isolation: isolate;
  }

  /* 기본 position 설정 (z-index가 작동하도록) */
  #restore-area.restore-area .discount-tag,
  #restore-area.restore-area .quiz-tag {
    position: relative;
  }

  /* 첫 번째 할인 태그: 신규 회원 패키지 20% 할인 (0~2초: 커짐, 1초 대기) */
  #restore-area.restore-area .discount-tag[data-target="event_bird_01"] {
    animation: pulseHighlight1 12s ease-in-out infinite;
    animation-delay: 0s;
    z-index: 40 !important;
    transform-style: preserve-3d;
  }

  /* 두 번째 할인 태그: 재등록 회원 단과 20% 할인 (3~5초: 커짐, 1초 대기) */
  #restore-area.restore-area .discount-tag[data-target="event_bird_02"] {
    animation: pulseHighlight2 12s ease-in-out infinite;
    animation-delay: 3s;
    z-index: 30 !important;
  }

  /* 세 번째 할인 태그: 실습 과목 초특가 할인 30% 할인 (6~8초: 커짐, 1초 대기) */
  #restore-area.restore-area .discount-tag[data-target="event_bird_03"] {
    animation: pulseHighlight3 12s ease-in-out infinite;
    animation-delay: 6s;
    z-index: 20 !important;
  }

  /* 네 번째 퀴즈 태그: 참여 이벤트 2차 10초 QUIZ (9~11초: 커짐, 1초 대기) */
  #restore-area.restore-area .quiz-tag[data-target="event_quiz"] {
    animation: pulseHighlight 12s ease-in-out infinite;
    animation-delay: 9s;
    z-index: 10 !important;
  }
}

