/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "S-Core Dream", "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% .245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-page-bg: #fff;
    --color-brand-navy: #140052;
    --color-brand-navy-dark: #123057;
    --color-brand-yellow: #fbcc19;
    --color-brand-yellow-cta: #eac814;
    --color-brand-teal: #019086;
    --color-badge-bg: #f4f5f7;
    --color-badge-border: #f3f3f4;
    --color-help-border: #b1b1b1;
    --color-navy-deep: #01074c;
    --color-gray1: #b1b1b1;
    --color-graytext: #696969;
    --color-light-gray-more: #f6f6f6;
    --color-light-gray-text: #909090;
    --color-light-gray: #e5e5e5;
    --color-point-mint: #4eacb8;
    --color-pint-blue: #6b8ef4;
    --color-point-purple: #7b3ac4;
    --color-qr-banner-border: #d7def5;
    --color-answer-selected-bg: #fff8e0;
    --color-space-teal-soft: #eef9f6;
    --color-space-teal-row: #f1f9f7;
    --color-space-badge-bg: #ebeff4;
    --color-space-badge-text: #627593;
    --color-space-panel-border: #d8e0ea;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .top-7 {
    top: calc(var(--spacing) * 7);
  }

  .top-10 {
    top: calc(var(--spacing) * 10);
  }

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

  .top-\[169\.5px\] {
    top: 169.5px;
  }

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

  .right-12\.5 {
    right: calc(var(--spacing) * 12.5);
  }

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

  .bottom-0 {
    bottom: 0;
  }

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

  .left-5\.5 {
    left: calc(var(--spacing) * 5.5);
  }

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

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

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

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .aspect-85\/107 {
    aspect-ratio: 85 / 107;
  }

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

  .aspect-square {
    aspect-ratio: 1;
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }

  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }

  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }

  .size-18 {
    width: calc(var(--spacing) * 18);
    height: calc(var(--spacing) * 18);
  }

  .size-32 {
    width: calc(var(--spacing) * 32);
    height: calc(var(--spacing) * 32);
  }

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

  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }

  .size-\[41\.538px\] {
    width: 41.538px;
    height: 41.538px;
  }

  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }

  .size-\[55px\] {
    width: 55px;
    height: 55px;
  }

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

  .size-\[65px\] {
    width: 65px;
    height: 65px;
  }

  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }

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

  .size-\[119px\] {
    width: 119px;
    height: 119px;
  }

  .size-\[180px\] {
    width: 180px;
    height: 180px;
  }

  .size-\[294px\] {
    width: 294px;
    height: 294px;
  }

  .size-\[302px\] {
    width: 302px;
    height: 302px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-18 {
    height: calc(var(--spacing) * 18);
  }

  .h-60 {
    height: calc(var(--spacing) * 60);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[80vh\] {
    max-height: 80vh;
  }

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

  .min-h-0 {
    min-height: 0;
  }

  .min-h-15 {
    min-height: calc(var(--spacing) * 15);
  }

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

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

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

  .min-h-screen {
    min-height: 100vh;
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-35\.5 {
    width: calc(var(--spacing) * 35.5);
  }

  .w-36 {
    width: calc(var(--spacing) * 36);
  }

  .w-44 {
    width: calc(var(--spacing) * 44);
  }

  .w-48\.5 {
    width: calc(var(--spacing) * 48.5);
  }

  .w-49 {
    width: calc(var(--spacing) * 49);
  }

  .w-51 {
    width: calc(var(--spacing) * 51);
  }

  .w-140 {
    width: calc(var(--spacing) * 140);
  }

  .w-245 {
    width: calc(var(--spacing) * 245);
  }

  .w-270 {
    width: calc(var(--spacing) * 270);
  }

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

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

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

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

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

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

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

  .w-\[calc\(50\%-9px\)\] {
    width: calc(50% - 9px);
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: 0;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[1\.5\] {
    flex: 1.5;
  }

  .flex-\[4\] {
    flex: 4;
  }

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

  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-90 {
    rotate: 90deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }

  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }

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

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

  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .overscroll-none {
    overscroll-behavior: none;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }

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

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

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

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

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

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

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-\[\#ccd4e1\] {
    border-color: #ccd4e1;
  }

  .border-badge-border {
    border-color: var(--color-badge-border);
  }

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

  .border-brand-navy {
    border-color: var(--color-brand-navy);
  }

  .border-brand-teal {
    border-color: var(--color-brand-teal);
  }

  .border-brand-yellow {
    border-color: var(--color-brand-yellow);
  }

  .border-gray1 {
    border-color: var(--color-gray1);
  }

  .border-gray1\/40 {
    border-color: #b1b1b166;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-gray1\/40 {
      border-color: color-mix(in oklab, var(--color-gray1) 40%, transparent);
    }
  }

  .border-gray1\/50 {
    border-color: #b1b1b180;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-gray1\/50 {
      border-color: color-mix(in oklab, var(--color-gray1) 50%, transparent);
    }
  }

  .border-gray1\/60 {
    border-color: #b1b1b199;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-gray1\/60 {
      border-color: color-mix(in oklab, var(--color-gray1) 60%, transparent);
    }
  }

  .border-graytext {
    border-color: var(--color-graytext);
  }

  .border-help-border {
    border-color: var(--color-help-border);
  }

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

  .border-light-gray-text {
    border-color: var(--color-light-gray-text);
  }

  .border-pint-blue {
    border-color: var(--color-pint-blue);
  }

  .border-qr-banner-border {
    border-color: var(--color-qr-banner-border);
  }

  .border-space-panel-border {
    border-color: var(--color-space-panel-border);
  }

  .bg-answer-selected-bg {
    background-color: var(--color-answer-selected-bg);
  }

  .bg-badge-bg {
    background-color: var(--color-badge-bg);
  }

  .bg-brand-navy {
    background-color: var(--color-brand-navy);
  }

  .bg-brand-navy-dark {
    background-color: var(--color-brand-navy-dark);
  }

  .bg-brand-navy\/5 {
    background-color: #1400520d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-brand-navy\/5 {
      background-color: color-mix(in oklab, var(--color-brand-navy) 5%, transparent);
    }
  }

  .bg-brand-navy\/10 {
    background-color: #1400521a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-brand-navy\/10 {
      background-color: color-mix(in oklab, var(--color-brand-navy) 10%, transparent);
    }
  }

  .bg-brand-navy\/40 {
    background-color: #14005266;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-brand-navy\/40 {
      background-color: color-mix(in oklab, var(--color-brand-navy) 40%, transparent);
    }
  }

  .bg-brand-teal {
    background-color: var(--color-brand-teal);
  }

  .bg-gray1 {
    background-color: var(--color-gray1);
  }

  .bg-gray1\/30 {
    background-color: #b1b1b14d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray1\/30 {
      background-color: color-mix(in oklab, var(--color-gray1) 30%, transparent);
    }
  }

  .bg-graytext {
    background-color: var(--color-graytext);
  }

  .bg-light-gray {
    background-color: var(--color-light-gray);
  }

  .bg-light-gray-more {
    background-color: var(--color-light-gray-more);
  }

  .bg-light-gray-text {
    background-color: var(--color-light-gray-text);
  }

  .bg-navy-deep {
    background-color: var(--color-navy-deep);
  }

  .bg-page-bg {
    background-color: var(--color-page-bg);
  }

  .bg-pint-blue {
    background-color: var(--color-pint-blue);
  }

  .bg-point-mint {
    background-color: var(--color-point-mint);
  }

  .bg-point-purple {
    background-color: var(--color-point-purple);
  }

  .bg-space-badge-bg {
    background-color: var(--color-space-badge-bg);
  }

  .bg-space-teal-row {
    background-color: var(--color-space-teal-row);
  }

  .bg-space-teal-soft {
    background-color: var(--color-space-teal-soft);
  }

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

  .bg-\[linear-gradient\(90deg\,\#F4F6FE_0\%\,\#F7F8FE_100\%\)\] {
    background-image: linear-gradient(90deg, #f4f6fe 0%, #f7f8fe 100%);
  }

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

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

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-9 {
    padding: calc(var(--spacing) * 9);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

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

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

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

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

  .px-1 {
    padding-inline: var(--spacing);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[9px\] {
    padding-inline: 9px;
  }

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

  .px-\[12px\] {
    padding-inline: 12px;
  }

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

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[26px\] {
    padding-inline: 26px;
  }

  .px-\[28px\] {
    padding-inline: 28px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .px-\[36px\] {
    padding-inline: 36px;
  }

  .px-\[37px\] {
    padding-inline: 37px;
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

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

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-42 {
    padding-top: calc(var(--spacing) * 42);
  }

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

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

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

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

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

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

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

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

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

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

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .break-keep {
    word-break: keep-all;
  }

  .whitespace-normal {
    white-space: normal;
  }

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

  .text-\[\#3e9287\] {
    color: #3e9287;
  }

  .text-\[\#fbc708\] {
    color: #fbc708;
  }

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

  .text-brand-navy {
    color: var(--color-brand-navy);
  }

  .text-brand-teal {
    color: var(--color-brand-teal);
  }

  .text-brand-yellow {
    color: var(--color-brand-yellow);
  }

  .text-brand-yellow-cta {
    color: var(--color-brand-yellow-cta);
  }

  .text-graytext {
    color: var(--color-graytext);
  }

  .text-light-gray-text {
    color: var(--color-light-gray-text);
  }

  .text-pint-blue {
    color: var(--color-pint-blue);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-space-badge-text {
    color: var(--color-space-badge-text);
  }

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

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

  .decoration-solid {
    text-decoration-style: solid;
  }

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

  .shadow-\[0_-8px_24px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 -8px 24px var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_6px_rgba\(20\,0\,82\,0\.06\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, #1400520f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_10px_rgba\(20\,0\,82\,0\.06\)\] {
    --tw-shadow: 0 2px 10px var(--tw-shadow-color, #1400520f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_10px_rgba\(20\,0\,82\,0\.08\)\] {
    --tw-shadow: 0 2px 10px var(--tw-shadow-color, #14005214);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_8px_20px_rgba\(20\,0\,82\,0\.25\)\] {
    --tw-shadow: 0 8px 20px var(--tw-shadow-color, #14005240);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_20px_48px_rgba\(20\,0\,82\,0\.16\)\] {
    --tw-shadow: 0 20px 48px var(--tw-shadow-color, #14005229);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_28px_64px_rgba\(20\,0\,82\,0\.28\)\] {
    --tw-shadow: 0 28px 64px var(--tw-shadow-color, #14005247);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 4px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-brand-teal\/30 {
    --tw-ring-color: #0190864d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-brand-teal\/30 {
      --tw-ring-color: color-mix(in oklab, var(--color-brand-teal) 30%, transparent);
    }
  }

  .backdrop-blur-\[3px\] {
    --tw-backdrop-blur: blur(3px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .last\:border-r-0:last-child {
    border-right-style: var(--tw-border-style);
    border-right-width: 0;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:border-brand-navy\/40:hover {
      border-color: #14005266;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-brand-navy\/40:hover {
        border-color: color-mix(in oklab, var(--color-brand-navy) 40%, transparent);
      }
    }

    .hover\:border-brand-yellow:hover {
      border-color: var(--color-brand-yellow);
    }

    .hover\:bg-answer-selected-bg:hover {
      background-color: var(--color-answer-selected-bg);
    }

    .hover\:bg-brand-navy\/5:hover {
      background-color: #1400520d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-brand-navy\/5:hover {
        background-color: color-mix(in oklab, var(--color-brand-navy) 5%, transparent);
      }
    }

    .hover\:bg-gray1\/30:hover {
      background-color: #b1b1b14d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-gray1\/30:hover {
        background-color: color-mix(in oklab, var(--color-gray1) 30%, transparent);
      }
    }

    .hover\:bg-space-teal-row:hover {
      background-color: var(--color-space-teal-row);
    }

    .hover\:shadow-\[0_4px_14px_rgba\(20\,0\,82\,0\.14\)\]:hover {
      --tw-shadow: 0 4px 14px var(--tw-shadow-color, #14005224);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-brand-teal:focus {
    border-color: var(--color-brand-teal);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-90:active {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.96\]:active {
    scale: .96;
  }

  .active\:scale-\[0\.97\]:active {
    scale: .97;
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

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

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

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  .disabled\:shadow-none:disabled {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream1.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream2.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream3.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream4.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream5.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream6.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream7.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream8.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: S-CoreDream;
  src: url("/fonts/SCDream/SCDream9.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR/NotoSansKR-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: NotoSansKR;
  src: url("/fonts/NotoSansKR-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

root {
  --font-s-core-dream: "S-CoreDream", sans-serif;
  --font-noto-sans-kr: "NotoSansKR", sans-serif;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(.94) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

html, body, #root {
  height: 100%;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-page-bg);
  -ms-overflow-style: none;
  margin: 0;
}

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

.kiosk-date-picker .react-calendar {
  width: 460px;
  line-height: 1.2;
  font-family: var(--font-sans);
  background: none;
  border: none;
}

.kiosk-date-picker abbr {
  text-decoration: none;
}

.kiosk-date-picker .react-calendar__navigation {
  align-items: center;
  height: 52px;
  margin-bottom: 4px;
  display: flex;
}

.kiosk-date-picker .react-calendar__navigation button {
  min-width: 44px;
  height: 44px;
  color: var(--color-brand-navy);
  background: none;
  border-radius: 12px;
  padding: 0;
}

.kiosk-date-picker .react-calendar__navigation button:disabled {
  background-color: #0000;
}

.kiosk-date-picker .react-calendar__navigation button:disabled:not(.react-calendar__navigation__label) {
  opacity: .28;
}

.kiosk-date-picker .react-calendar__navigation button:enabled:hover, .kiosk-date-picker .react-calendar__navigation button:enabled:focus {
  background-color: var(--color-space-teal-soft);
}

.kiosk-date-picker .react-calendar__navigation__label {
  pointer-events: none;
  color: var(--color-brand-navy);
  font-size: 22px;
  font-weight: 700;
}

.kiosk-date-picker .react-calendar__navigation__label:disabled {
  opacity: 1;
}

.kiosk-date-picker .react-calendar__month-view__weekdays {
  border-bottom: 1px solid var(--color-light-gray);
  text-transform: none;
  color: var(--color-graytext);
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.kiosk-date-picker .react-calendar__month-view__weekdays__weekday {
  padding: 8px 0;
}

.kiosk-date-picker .react-calendar__month-view__weekdays__weekday:first-child {
  color: #e24c4c;
}

.kiosk-date-picker .react-calendar__month-view__weekdays__weekday:last-child {
  color: var(--color-pint-blue);
}

.kiosk-date-picker .react-calendar__month-view__days__day--weekend {
  color: inherit;
}

.kiosk-date-picker .react-calendar__tile {
  height: 58px;
  color: var(--color-brand-navy);
  background: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.kiosk-date-picker .react-calendar__tile abbr {
  font-variant-numeric: tabular-nums;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.kiosk-date-picker .is-sunday {
  color: #e24c4c;
}

.kiosk-date-picker .is-saturday {
  color: var(--color-pint-blue);
}

.kiosk-date-picker .react-calendar__tile:enabled:hover, .kiosk-date-picker .react-calendar__tile:enabled:focus {
  background-color: #0000;
}

.kiosk-date-picker .react-calendar__tile:enabled:hover abbr, .kiosk-date-picker .react-calendar__tile:enabled:focus abbr {
  background-color: var(--color-space-teal-soft);
}

.kiosk-date-picker .react-calendar__tile--now {
  background: none;
}

.kiosk-date-picker .react-calendar__tile--now abbr {
  color: var(--color-brand-teal);
  box-shadow: inset 0 0 0 2px var(--color-brand-teal);
  font-weight: 700;
}

.kiosk-date-picker .react-calendar__tile--active, .kiosk-date-picker .react-calendar__tile--active:enabled:hover, .kiosk-date-picker .react-calendar__tile--active:enabled:focus {
  background: none;
}

.kiosk-date-picker .react-calendar__tile--active abbr, .kiosk-date-picker .react-calendar__tile--active:enabled:hover abbr, .kiosk-date-picker .react-calendar__tile--active:enabled:focus abbr {
  color: #fff;
  background-color: var(--color-brand-teal);
  box-shadow: none;
  font-weight: 700;
}

.kiosk-date-picker .react-calendar__tile:disabled {
  background-color: #0000;
}

.kiosk-date-picker .react-calendar__tile:disabled abbr {
  color: #c8c8c8;
  box-shadow: none;
  background: none;
}

.kiosk-date-picker .react-calendar__month-view__days__day--neighboringMonth abbr {
  color: #c8c8c8;
}

@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
