/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1, h2, h3, h4, h5, h6,
  .text-hero-display, .text-display-lg,
  .text-heading-lg, .text-heading-md, .text-heading-sm {
    font-feature-settings: 'ss01', 'ss02';
  }

input, textarea, select {
    font-feature-settings: normal;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-base{
  left: 16px;
  right: 16px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-right-\[2px\]{
  right: -2px;
}
.-top-\[2px\]{
  top: -2px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-\[6px\]{
  right: 6px;
}
.top-0{
  top: 0px;
}
.top-\[6px\]{
  top: 6px;
}
.top-\[calc\(100\%\+6px\)\]{
  top: calc(100% + 6px);
}
.top-base{
  top: 16px;
}
.top-full{
  top: 100%;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[54\]{
  z-index: 54;
}
.z-\[55\]{
  z-index: 55;
}
.z-\[60\]{
  z-index: 60;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-base{
  margin-bottom: 16px;
}
.mb-xl{
  margin-bottom: 24px;
}
.ml-md{
  margin-left: 12px;
}
.ml-xs{
  margin-left: 8px;
}
.ml-xxs{
  margin-left: 4px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-auto{
  margin-top: auto;
}
.mt-base{
  margin-top: 16px;
}
.mt-lg{
  margin-top: 20px;
}
.mt-md{
  margin-top: 12px;
}
.mt-xl{
  margin-top: 24px;
}
.mt-xs{
  margin-top: 8px;
}
.mt-xxs{
  margin-top: 4px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[8px\]{
  height: 8px;
}
.h-full{
  height: 100%;
}
.max-h-\[140px\]{
  max-height: 140px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[480px\]{
  max-height: 480px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[16px\]{
  min-height: 16px;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[360px\]{
  min-height: 360px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[60vh\]{
  min-height: 60vh;
}
.min-h-\[64px\]{
  min-height: 64px;
}
.min-h-\[70vh\]{
  min-height: 70vh;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[8px\]{
  width: 8px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-base{
  gap: 16px;
}
.gap-lg{
  gap: 20px;
}
.gap-md{
  gap: 12px;
}
.gap-xl{
  gap: 24px;
}
.gap-xs{
  gap: 8px;
}
.gap-xxs{
  gap: 4px;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-hairline-soft > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(222 227 233 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-circle{
  border-radius: 9999px;
}
.rounded-full{
  border-radius: 100px;
}
.rounded-lg{
  border-radius: 8px;
}
.rounded-md{
  border-radius: 6px;
}
.rounded-sm{
  border-radius: 4px;
}
.rounded-xl{
  border-radius: 16px;
}
.rounded-xxxl{
  border-radius: 32px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[rgba\(10\2c 19\2c 23\2c 0\.12\)\]{
  border-color: rgba(10,19,23,0.12);
}
.border-attention{
  --tw-border-opacity: 1;
  border-color: rgb(242 169 24 / var(--tw-border-opacity, 1));
}
.border-critical-strong{
  --tw-border-opacity: 1;
  border-color: rgb(240 40 74 / var(--tw-border-opacity, 1));
}
.border-fb-blue{
  --tw-border-opacity: 1;
  border-color: rgb(24 118 242 / var(--tw-border-opacity, 1));
}
.border-hairline{
  --tw-border-opacity: 1;
  border-color: rgb(206 208 212 / var(--tw-border-opacity, 1));
}
.border-hairline-soft{
  --tw-border-opacity: 1;
  border-color: rgb(222 227 233 / var(--tw-border-opacity, 1));
}
.border-hairline-soft\/60{
  border-color: rgb(222 227 233 / 0.6);
}
.border-ink-deep{
  --tw-border-opacity: 1;
  border-color: rgb(10 19 23 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 100 224 / var(--tw-border-opacity, 1));
}
.border-success{
  --tw-border-opacity: 1;
  border-color: rgb(49 162 76 / var(--tw-border-opacity, 1));
}
.\!bg-warning-bg\/20{
  background-color: rgb(255 226 0 / 0.2) !important;
}
.bg-attention{
  --tw-bg-opacity: 1;
  background-color: rgb(242 169 24 / var(--tw-bg-opacity, 1));
}
.bg-attention\/10{
  background-color: rgb(242 169 24 / 0.1);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-canvas{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-critical{
  --tw-bg-opacity: 1;
  background-color: rgb(228 30 63 / var(--tw-bg-opacity, 1));
}
.bg-critical-strong{
  --tw-bg-opacity: 1;
  background-color: rgb(240 40 74 / var(--tw-bg-opacity, 1));
}
.bg-critical\/10{
  background-color: rgb(228 30 63 / 0.1);
}
.bg-fb-blue\/10{
  background-color: rgb(24 118 242 / 0.1);
}
.bg-ink-deep{
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 23 / var(--tw-bg-opacity, 1));
}
.bg-ink-deep\/40{
  background-color: rgb(10 19 23 / 0.4);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 224 / var(--tw-bg-opacity, 1));
}
.bg-primary-soft{
  --tw-bg-opacity: 1;
  background-color: rgb(0 145 255 / var(--tw-bg-opacity, 1));
}
.bg-primary\/10{
  background-color: rgb(0 100 224 / 0.1);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(49 162 76 / var(--tw-bg-opacity, 1));
}
.bg-success-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(36 228 0 / var(--tw-bg-opacity, 1));
}
.bg-success\/10{
  background-color: rgb(49 162 76 / 0.1);
}
.bg-surface-soft{
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 247 / var(--tw-bg-opacity, 1));
}
.bg-surface-soft\/40{
  background-color: rgb(241 244 247 / 0.4);
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(247 185 40 / var(--tw-bg-opacity, 1));
}
.bg-warning-bg\/20{
  background-color: rgb(255 226 0 / 0.2);
}
.object-contain{
  object-fit: contain;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-md{
  padding: 12px !important;
}
.p-\[2px\]{
  padding: 2px;
}
.p-base{
  padding: 16px;
}
.p-md{
  padding: 12px;
}
.p-xl{
  padding: 24px;
}
.p-xs{
  padding: 8px;
}
.p-xxl{
  padding: 32px;
}
.p-xxs{
  padding: 4px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}
.px-base{
  padding-left: 16px;
  padding-right: 16px;
}
.px-md{
  padding-left: 12px;
  padding-right: 12px;
}
.px-sm{
  padding-left: 10px;
  padding-right: 10px;
}
.px-xl{
  padding-left: 24px;
  padding-right: 24px;
}
.px-xs{
  padding-left: 8px;
  padding-right: 8px;
}
.px-xxs{
  padding-left: 4px;
  padding-right: 4px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-base{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-md{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-section-sm{
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-sm{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-xs{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-xxl{
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-xxs{
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-xxs{
  padding-bottom: 4px;
}
.pt-base{
  padding-top: 16px;
}
.pt-lg{
  padding-top: 20px;
}
.pt-md{
  padding-top: 12px;
}
.pt-xxs{
  padding-top: 4px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-optimistic{
  font-family: "Noto Sans KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-body-md{
  font-size: 16px;
  line-height: 1.50;
  letter-spacing: -0.16px;
}
.text-body-md-bold{
  font-size: 16px;
  line-height: 1.50;
  letter-spacing: -0.16px;
}
.text-body-sm{
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.14px;
}
.text-body-sm-bold{
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.14px;
}
.text-button-md{
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.14px;
}
.text-caption{
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
}
.text-caption-bold{
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
}
.text-heading-lg{
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0;
}
.text-heading-md{
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 0;
}
.text-heading-sm{
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}
.text-subtitle-lg{
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-attention{
  --tw-text-opacity: 1;
  color: rgb(242 169 24 / var(--tw-text-opacity, 1));
}
.text-canvas{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-charcoal{
  --tw-text-opacity: 1;
  color: rgb(68 73 80 / var(--tw-text-opacity, 1));
}
.text-critical-strong{
  --tw-text-opacity: 1;
  color: rgb(240 40 74 / var(--tw-text-opacity, 1));
}
.text-current{
  color: currentColor;
}
.text-fb-blue{
  --tw-text-opacity: 1;
  color: rgb(24 118 242 / var(--tw-text-opacity, 1));
}
.text-ink{
  --tw-text-opacity: 1;
  color: rgb(28 30 33 / var(--tw-text-opacity, 1));
}
.text-ink-deep{
  --tw-text-opacity: 1;
  color: rgb(10 19 23 / var(--tw-text-opacity, 1));
}
.text-on-primary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 100 224 / var(--tw-text-opacity, 1));
}
.text-primary-deep{
  --tw-text-opacity: 1;
  color: rgb(4 87 203 / var(--tw-text-opacity, 1));
}
.text-steel{
  --tw-text-opacity: 1;
  color: rgb(93 108 123 / var(--tw-text-opacity, 1));
}
.text-stone{
  --tw-text-opacity: 1;
  color: rgb(133 149 164 / var(--tw-text-opacity, 1));
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(49 162 76 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-ink-deep{
  accent-color: #0a1317;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-sticky{
  --tw-shadow: rgba(20, 22, 26, 0.3) 0px 1px 4px 0px;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}

html,
body {
  background-color: #ffffff;
  color: #0a1317;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* react-day-picker overrides — keep weekend/holiday tints aligned with our tokens. */
.rdp-root {
  --rdp-accent-color: #0064e0;
  --rdp-accent-background-color: rgba(0, 100, 224, 0.12);
  --rdp-day-height: 40px;
  --rdp-day-width: 40px;
  --rdp-day_button-height: 36px;
  --rdp-day_button-width: 36px;
  font-family: inherit;
}
.rdp-day_saturday,
.rdp-day_sunday {
  color: #f0284a;
}
.rdp-day_holiday > .rdp-day_button {
  color: #f0284a;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.rdp-selected > .rdp-day_button {
  color: #ffffff;
  background-color: #0064e0;
  border-radius: 9999px;
}
.rdp-range_middle {
  background-color: rgba(0, 100, 224, 0.12);
}
.rdp-range_start > .rdp-day_button,
.rdp-range_end > .rdp-day_button {
  background-color: #0064e0;
  color: #ffffff;
  border-radius: 9999px;
}
.rdp-today:not(.rdp-selected) > .rdp-day_button {
  font-weight: 700;
}
.placeholder\:text-stone::placeholder{
  --tw-text-opacity: 1;
  color: rgb(133 149 164 / var(--tw-text-opacity, 1));
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.hover\:border-hairline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(206 208 212 / var(--tw-border-opacity, 1));
}
.hover\:border-ink:hover{
  --tw-border-opacity: 1;
  border-color: rgb(28 30 33 / var(--tw-border-opacity, 1));
}
.hover\:border-ink-deep:hover{
  --tw-border-opacity: 1;
  border-color: rgb(10 19 23 / var(--tw-border-opacity, 1));
}
.hover\:bg-canvas:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-surface-soft:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 247 / var(--tw-bg-opacity, 1));
}
.hover\:text-ink-deep:hover{
  --tw-text-opacity: 1;
  color: rgb(10 19 23 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:shadow-sticky:hover{
  --tw-shadow: rgba(20, 22, 26, 0.3) 0px 1px 4px 0px;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-2:focus{
  border-width: 2px;
}
.focus\:border-critical-strong:focus{
  --tw-border-opacity: 1;
  border-color: rgb(240 40 74 / var(--tw-border-opacity, 1));
}
.focus\:border-fb-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(24 118 242 / var(--tw-border-opacity, 1));
}
.focus\:px-\[11px\]:focus{
  padding-left: 11px;
  padding-right: 11px;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:border-ink-deep:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(10 19 23 / var(--tw-border-opacity, 1));
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-fb-blue:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 118 242 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.active\:border-ink-deep:active{
  --tw-border-opacity: 1;
  border-color: rgb(10 19 23 / var(--tw-border-opacity, 1));
}
.active\:bg-critical-strong:active{
  --tw-bg-opacity: 1;
  background-color: rgb(240 40 74 / var(--tw-bg-opacity, 1));
}
.active\:bg-ink-deep:active{
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 23 / var(--tw-bg-opacity, 1));
}
.active\:text-canvas:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border-disabled-text:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(188 192 196 / var(--tw-border-opacity, 1));
}
.disabled\:border-hairline:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(206 208 212 / var(--tw-border-opacity, 1));
}
.disabled\:bg-canvas:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-surface-soft:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 247 / var(--tw-bg-opacity, 1));
}
.disabled\:text-disabled-text:disabled{
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:hover\:border-hairline:hover:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(206 208 212 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
@media (min-width: 640px){

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[140px_1fr\]{
    grid-template-columns: 140px 1fr;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }
}
@media (min-width: 768px){

  .md\:left-auto{
    left: auto;
  }

  .md\:right-base{
    right: 16px;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:min-h-\[88px\]{
    min-height: 88px;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:w-\[170px\]{
    width: 170px;
  }

  .md\:w-\[240px\]{
    width: 240px;
  }

  .md\:max-w-\[360px\]{
    max-width: 360px;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-md{
    gap: 12px;
  }

  .md\:gap-xs{
    gap: 8px;
  }

  .md\:gap-xxxl{
    gap: 40px;
  }

  .md\:\!p-xl{
    padding: 24px !important;
  }

  .md\:p-xs{
    padding: 8px;
  }

  .md\:text-caption{
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .md\:text-caption-bold{
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px){

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[280px_1fr\]{
    grid-template-columns: 280px 1fr;
  }
}

