@charset "UTF-8";
/**************
 * PRETENDARD
 **************/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css');
:root {
  /**********
  * COLORS 
  **********/
  --black: #000;
  --white: #fff;
  --text-gray-light: rgba(102, 102, 102, 1);
  --text-gray-dark: rgba(53, 53, 53, 1);
  --border-gray-darker: #aaa;
  --border-gray: rgba(0, 0, 0, 0.2);
  --border-gray-light: rgba(219, 219, 219, 1);
  --border-gray-lighter: rgba(0, 0, 0, 0.1);
  /* Slate */
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  /* Gray */
  --gray-50: #f6f8fa;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #767676;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  /* Zinc */
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  /* Neutral */
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  /* Stone */
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  /* Red */
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  /* Orange */
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  /* Amber */
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  /* Yellow */
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  /* Lime */
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  /* Green */
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  /* Emerald */
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  /* Teal */
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  /* Cyan */
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  /* Sky */
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  /* Blue */
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  /* Indigo */
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  /* Violet */
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  /* Purple */
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  /* Fuchsia */
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  /* Pink */
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  /* Rose */
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  /* Custom : Brand */
  --brand-primary-50: rgba(246, 247, 251, 1);
  --brand-primary-100: rgba(240, 241, 255, 1);
  --brand-primary-200: #b2e7ce;
  --brand-primary-300: #8cdbb5;
  --brand-primary-400: #65cf9d;
  --brand-primary-500: rgba(87, 107, 255, 1);
  --brand-primary-600: #329c6a;
  --brand-primary-700: #26754f;
  --brand-primary-800: #194e35;
  --brand-primary-900: #0d271a;
  --brand-secondary-50: #ecf9f3;
  --brand-secondary-100: #d9f3e6;
  --brand-secondary-200: #b2e7ce;
  --brand-secondary-300: #8cdbb5;
  --brand-secondary-400: #65cf9d;
  --brand-secondary-500: #3fc384;
  --brand-secondary-600: #329c6a;
  --brand-secondary-700: #26754f;
  --brand-secondary-800: #194e35;
  --brand-secondary-900: #0d271a;
  --brand-skyblue: rgba(109, 185, 255, 1);
  --brand-green: rgba(63, 195, 132, 1);
  --brand-pink: rgba(255, 106, 124, 1);
  --brand-mint: rgba(63, 246, 213, 1);
}

/**********
  * TYPOGRAPHY
  **********/
:root {
  --font-family-sans: 'Inter', sans-serif;
  --font-family-serif: 'Merriweather', serif;
  --font-family-mono: 'Roboto Mono', monospace;
  --text-base: 16px;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --leading-3: 0.75rem;
  --leading-4: 1rem;
  --leading-5: 1.25rem;
  --leading-6: 1.5rem;
  --leading-7: 1.75rem;
  --leading-8: 2rem;
  --leading-9: 2.25rem;
  --leading-10: 2.5rem;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
}

:root {
  /**********
   * SHADOW
   **********/
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --shadow-outline: 0 0 0 3px rgba(66, 153, 225, 0.5);
  --shadow-none: none;
  /**********
  * Z-INDEX
  **********/
  --z-0: 0;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  ---z-1: -1;
  /**********
  * TRANSITION
  **********/
  --transition-duration-75: 75ms;
  --transition-duration-100: 100ms;
  --transition-duration-150: 150ms;
  --transition-duration-200: 200ms;
  --transition-duration-300: 300ms;
  --transition-duration-500: 500ms;
  --transition-duration-700: 700ms;
  --transition-duration-1000: 1000ms;
}

/**********
  * BORDER
  **********/
:root {
  --border-width-0: 0;
  --border-width-2: 2px;
  --border-width-4: 4px;
  --border-width-8: 8px;
  --border-radius-none: 0;
  --border-radius-sm: 0.125rem;
  --border-radius-base: 0.25rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 0.75rem;
  --border-radius-2xl: 1rem;
  --border-radius-3xl: 1.5rem;
  --border-radius-full: 9999px;
}

/**********
  * OPACITY
  **********/
:root {
  --opacity-0: 0;
  --opacity-25: 0.25;
  --opacity-50: 0.5;
  --opacity-75: 0.75;
  --opacity-100: 1;
}

/**********
  * WIDTH
  **********/
:root {
  --width-0: 0;
  --width-1: 0.25rem;
  --width-2: 0.5rem;
  --width-3: 0.75rem;
  --width-4: 1rem;
  --width-5: 1.25rem;
  --width-6: 1.5rem;
  --width-7: 1.75rem;
  --width-8: 2rem;
  --width-9: 2.25rem;
  --width-10: 2.5rem;
  --width-12: 3rem;
  --width-16: 4rem;
  --width-20: 5rem;
  --width-24: 6rem;
  --width-28: 7rem;
  --width-32: 8rem;
  --width-36: 9rem;
  --width-40: 10rem;
  --width-44: 11rem;
  --width-48: 12rem;
  --width-52: 13rem;
  --width-56: 14rem;
  --width-60: 15rem;
  --width-64: 16rem;
  --width-72: 18rem;
  --width-80: 20rem;
  --width-96: 24rem;
  --width-auto: auto;
  --width-full: 100%;
  --width-screen: 100vw;
}

/**********
  * HEIGHT
  **********/
:root {
  --height-0: 0;
  --height-1: 0.25rem;
  --height-2: 0.5rem;
  --height-3: 0.75rem;
  --height-4: 1rem;
  --height-5: 1.25rem;
  --height-6: 1.5rem;
  --height-7: 1.75rem;
  --height-8: 2rem;
  --height-9: 2.25rem;
  --height-10: 2.5rem;
  --height-12: 3rem;
  --height-16: 4rem;
  --height-20: 5rem;
  --height-24: 6rem;
  --height-28: 7rem;
  --height-32: 8rem;
  --height-36: 9rem;
  --height-40: 10rem;
  --height-44: 11rem;
  --height-48: 12rem;
  --height-52: 13rem;
  --height-56: 14rem;
  --height-60: 15rem;
  --height-64: 16rem;
  --height-72: 18rem;
  --height-80: 20rem;
  --height-96: 24rem;
  --height-auto: auto;
  --height-full: 100%;
  --height-screen: 100vh;
}

/**********
  * MIN-WIDTH
  **********/
:root {
  --min-width-0: 0;
  --min-width-full: 100%;
  --min-width-min-content: min-content;
  --min-width-max-content: max-content;
  --min-width-screen: 100vw;
}

/**********
  * MIN-HEIGHT
  **********/
:root {
  --min-height-0: 0;
  --min-height-full: 100%;
  --min-height-min-content: min-content;
  --min-height-max-content: max-content;
  --min-height-screen: 100vh;
}

/**********
  * MAX-WIDTH
  **********/
:root {
  --max-width-0: 0;
  --max-width-none: none;
  --max-width-xs: 20rem;
  --max-width-sm: 24rem;
  --max-width-md: 28rem;
  --max-width-lg: 32rem;
  --max-width-xl: 36rem;
  --max-width-2xl: 42rem;
  --max-width-3xl: 48rem;
  --max-width-4xl: 56rem;
  --max-width-5xl: 64rem;
  --max-width-6xl: 72rem;
  --max-width-7xl: 80rem;
  --max-width-full: 100%;
  --max-width-screen-sm: 640px;
  --max-width-screen-md: 768px;
  --max-width-screen-lg: 1024px;
  --max-width-screen-xl: 1280px;
  --max-width-screen-2xl: 1536px;
}

/**********
  * MAX-HEIGHT
  **********/
:root {
  --max-height-0: 0;
  --max-height-none: none;
  --max-height-full: 100%;
  --max-height-screen: 100vh;
}

/**********
  * GRID
  **********/
:root {
  --grid-cols-1: 1;
  --grid-cols-2: 2;
  --grid-cols-3: 3;
  --grid-cols-4: 4;
  --grid-cols-5: 5;
  --grid-cols-6: 6;
  --grid-cols-7: 7;
  --grid-cols-8: 8;
  --grid-cols-9: 9;
  --grid-cols-10: 10;
  --grid-cols-11: 11;
  --grid-cols-12: 12;
  --grid-cols-none: none;
}

/**
 * Responsive mixins for the Siimple CSS framework
 * Based on Tailwind CSS breakpoints
 */
:root {
  --screen-xs: 320px;
  --screen-sm: 640px;
  --screen-md: 768px;
  --screen-lg: 1024px;
  --screen-xl: 1280px;
  --screen-2xl: 1536px;
  --container-xs: 100%;
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 960px;
  --container-xl: 1140px;
  --container-2xl: 1320px;
  --container-padding-xs: 1rem;
  --container-padding-sm: 1rem;
  --container-padding-md: 1.5rem;
  --container-padding-lg: 1.5rem;
  --container-padding-xl: 2rem;
  --container-padding-2xl: 2rem;
  --padding-0: 0;
  --padding-1: 0.25rem;
  --padding-2: 0.5rem;
  --padding-3: 0.75rem;
  --padding-4: 1rem;
  --padding-5: 1.25rem;
  --padding-6: 1.5rem;
  --padding-8: 2rem;
  --padding-10: 2.5rem;
  --padding-12: 3rem;
  --padding-16: 4rem;
  --padding-20: 5rem;
  --padding-24: 6rem;
  --gap-0: 0;
  --gap-1: 0.25rem;
  --gap-2: 0.5rem;
  --gap-3: 0.75rem;
  --gap-4: 1rem;
  --gap-5: 1.25rem;
  --gap-6: 1.5rem;
  --gap-8: 2rem;
  --gap-10: 2.5rem;
  --gap-12: 3rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 640px;
}
@media (min-width: 640px) {
  .container-sm {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-sm {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-sm {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-sm {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-sm {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-md {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 768px;
}
@media (min-width: 640px) {
  .container-md {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-md {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-md {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-md {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-lg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1024px;
}
@media (min-width: 640px) {
  .container-lg {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-lg {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-lg {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-lg {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-lg {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1280px;
}
@media (min-width: 640px) {
  .container-xl {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-xl {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-xl {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-xl {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-xl {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-2xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1536px;
}
@media (min-width: 640px) {
  .container-2xl {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-2xl {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-2xl {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-2xl {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-2xl {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-centered {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .container-centered {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-centered {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-centered {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-centered {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-centered {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 65ch;
}
@media (min-width: 640px) {
  .container-content {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-content {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-content {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-content {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-content {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-narrow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 768px;
}
@media (min-width: 640px) {
  .container-narrow {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-narrow {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-narrow {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-narrow {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-narrow {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container-wide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1280px;
}
@media (min-width: 640px) {
  .container-wide {
    max-width: 540px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .container-wide {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-wide {
    max-width: 960px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .container-wide {
    max-width: 1140px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {
  .container-wide {
    max-width: 1320px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* -------------------------------------------------------------------------- */
/* FOUNDATIONS                                                                */
/* -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: var(--text-base);
}

body {
  font-family:
        'Pretendard',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        'Noto Sans',
        'Liberation Sans',
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-gray-dark);
  padding: 0;
  margin: 0;
}

input,
select,
textarea,
button,
code,
pre,
kbd,
samp,
blockquote,
table,
th,
td,
button,
label,
a,
a:visited,
a:active,
a:hover {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul {
  list-style: none;
}
ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* ANIMATIONS                                                                 */
/* -------------------------------------------------------------------------- */
@keyframes drawRing {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  /*********
   * Round
   *********/
  /**********
   * Filled
   **********/
  /**********
   * System
   **********/
  /********
   * Link
   ********/   
}
.btn.round {
  border-radius: 2000px;
  line-height: 1;
  width: 100%;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.round.solid {
  background: var(--brand-primary-500);
  color: var(--white);
  font-size: 16px;
  height: 38px;
  font-weight: 600;
}
.btn.round.outline {
  border: 1px solid rgb(241, 241, 245);
  font-weight: 400;
  height: 44px;
}
.btn.filled.filled {
  border-radius: 8px;
  color: var(--white);
}
.btn.filled.filled.primary {
  background: var(--brand-primary-500);
}
.btn.filled.filled.gray {
  background: rgb(53, 53, 53);
}
.btn.filled.md {
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  padding: 14px 24px;
  min-width: 104px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.filled.sm {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 10px 16px;
    min-width: 80px;
}
.btn.system {
    height: 40px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(238, 238, 238);
    border: 1px solid rgb(219, 219, 219);
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    word-break: keep-all;
    padding: 8px 16px;
    color: black;
}
@media (max-width: 767px) {
    .btn.system {
        min-width: 75px;
        height: 40px;
        font-size: 14px;
    }
}
.btn.link {
    color: var(--brand-primary-500);
    font-weight: 500;
    cursor: pointer;
}
.btn.link:hover {
    text-decoration: underline;
}

.btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.btn-group-title {
    font-size: 24px;
    font-weight: 700;
    margin-right: auto;
}
.btn-group--lower {
    justify-content: flex-end;
    margin-top: 28px;
}
@media (max-width: 1023px) {
    .btn-group--lower {
        justify-content: center !important;
    }
}

.dropdown {
    position: relative;
    font-size: 14px;
    min-width: 102px;
}

.dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s;
    color: var(--text-gray-light);
    font-weight: 400;
    height: 40px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    border-color: #aaa;
}
.dropdown-toggle[aria-expanded='true'] {
    border-color: #3478f6;
    box-shadow: 0 0 0 3px rgba(52, 120, 246, 0.1);
}
.dropdown-toggle[aria-expanded='true'] .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-arrow {
    transition: transform 0.2s ease;
    color: #666;
    margin-left: 14px;
}

.dropdown-selected {
    flex-grow: 1;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    min-width: 100%;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
        opacity 0.2s,
        transform 0.2s,
        visibility 0.2s;
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    cursor: pointer;
    transition: background-color 0.2s;
}
.dropdown-item:hover {
    background-color: #f5f5f5;
}
.dropdown-item.selected {
    background-color: #eef4ff;
    color: #3478f6;
}

.select {
    width: auto;
    min-width: 100px;
    padding: 10px 34px 10px 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: var(--text-gray-light);
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/arrow/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    cursor: pointer;
}
.select:hover,
.select:focus {
    border-color: #aaa;
    outline: none;
}

/*************
 * Form Item
 *************/
.form-item-group {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 14px 30px;
  border-bottom: 1px solid var(--border-gray-light);
}
.form-item-group:last-of-type {
  border-bottom: 0;
}
@media (max-width: 1279px) {
    .form-item-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
    }
}
.form-item-group.--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 0;
  background: var(--white);
  border-radius: 12px;
}
.form-item-group.--grid.--one-column {
  grid-template-columns: 1fr;
}
.form-item-group.--grid.--fixed .form-item__label {
  flex: 0 0 auto;
/*   width: 100px; */
	width: 110px;
}
@media (max-width: 1279px) {
  .form-item-group.--grid {
    grid-template-columns: 1fr;
  }
}
.panel .form-item-group {
    border-top: 1px solid var(--border-gray-light);
    border-bottom: 1px solid var(--border-gray-light);
    border-radius: 0;
}

.form-item-sub-group {
    display: flex;
}
.form-item-sub-group.--grid {
    display: grid;
    padding: 0;
    gap: 0;
}
.form-item-sub-group.--grid.--one-column {
    grid-template-columns: 1fr;
    padding: 14px 30px;
}
@media (max-width: 1279px) {
    .form-item-sub-group.--grid.--one-column {
        padding: 14px 20px;
    }
}
.form-item-sub-group.--grid.--one-column .form-item {
    padding: 0;
}
.form-item-sub-group.--grid.--two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 10px;
    border-bottom: 1px solid var(--border-gray-light);
}
.form-item-sub-group.--grid.--two-column:last-of-type {
    border-bottom: 0;
}
@media (max-width: 1279px) {
    .form-item-sub-group.--grid.--two-column {
        grid-template-columns: 1fr;
        padding: 0;
    }
}
.form-item-sub-group.--grid.--two-column .form-item {
    padding: 14px 20px;
    width: 100%;
    border-right: 1px solid var(--border-gray-light);
}
@media (max-width: 1279px) {
    .form-item-sub-group.--grid.--two-column .form-item {
        border-right: 0;
        border-bottom: 1px solid var(--border-gray-light);
    }
}
.form-item-sub-group.--grid.--two-column .form-item:last-of-type {
    border-right: 0;
    border-bottom: 0;
}

/* 메인 테이블 */
.form-item-sub-group.--grid.--four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0 10px;
    border-bottom: 1px solid var(--border-gray-light);
}
.form-item-sub-group.--grid.--four-column:last-of-type {
    border-bottom: 0;
}
@media (max-width: 1279px) {
    .form-item-sub-group.--grid.--four-column {
        grid-template-columns: 1fr;
        padding: 0;
    }
}
.form-item-sub-group.--grid.--four-column .form-item {
    padding: 14px 20px;
    width: 100%;
    border-right: 1px solid var(--border-gray-light);
}
@media (max-width: 1279px) {
    .form-item-sub-group.--grid.--four-column .form-item {
        border-right: 0;
        border-bottom: 1px solid var(--border-gray-light);
    }
}
.form-item-sub-group.--grid.--four-column .form-item:last-of-type {
    border-right: 0;
    border-bottom: 0;
}
/* /메인 테이블 */

.form-item-sub-group .form-item {
    width: 100%;
}
@media (max-width: 1023px) {
    .form-item-sub-group {
        flex-direction: column;
    }
    .form-item-sub-group .form-item {
        width: 100%;
    }
}

.form-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-item__label {
    display: flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 1279px) {
    .form-item__label {
        width: 20%;
    }
}
.form-item__content {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.form-item__content p {
  line-height: 1.5;
}

/* 줄바꿈 클래스 추가 2025.03.26 */
.form-item__content p.line_break {
  white-space: pre-wrap;
}

@media (max-width: 1279px) {
  .form-item {
    border-bottom: 1px solid var(--border-gray-light);
    width: 100%;
    padding: 14px 20px;
  }
  .form-item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 639px) {
    .form-item.--line-change {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        align-items: flex-start !important;
    }
}
.form-item.--grid-item {
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-gray-light);
    align-items: center;
}
@media (max-width: 1279px) {
    .form-item.--grid-item {
        padding: 14px 20px;
    }
}
.form-item.--grid-item.--compact {
  padding: 14px 30px;
}
@media (max-width: 1279px) {
    .form-item.--grid-item.--compact {
        padding: 0;
    }
}
.form-item.--grid-item:last-of-type {
  border-bottom-width: 0;
}
.--one-column .form-item.--grid-item:last-of-type {
  border-bottom-width: 0;
}
.--one-column .form-item.--grid-item:nth-last-child(2) {
  border-bottom-width: 1px;
}

/***************
 * Date Pikcer
 ***************/
.form-item__date-picker {
    display: flex;
    align-items: center;
    color: var(--text-gray-light);
    gap: 16px;
}
@media (max-width: 1023px) {
  .form-item__date-picker {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .form-item__date-picker .form-item__date-picker__divider {
    display: none;
  }
}
.form-item__date-picker__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
}
.form-item__date-picker__start,
.form-item__date-picker__end {
    position: relative;
    cursor: pointer;
}
.form-item__date-picker__start input,
.form-item__date-picker__end input {
    padding: 12px 14px;
    border: 1px solid var(--border-gray-light);
    border-radius: 5px;
}
@media (max-width: 1023px) {
    .form-item__date-picker__start,
    .form-item__date-picker__end {
        width: 100%;
    }
    .form-item__date-picker__start input,
    .form-item__date-picker__end input {
        width: 100%;
    }
}

/**********
 * Filter
 **********/
.filter {
    background: var(--white);
    border-radius: 12px;
    margin-top: 32px;
}

/************
 * Asterisk
 ************/
.asterisk {
  color: red;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/************
 * Textarea
 ************/
.textarea {
    padding: 12px 14px;
    border: 1px solid var(--border-gray-light);
    border-radius: 5px;
    height: 130px;
    width: 100%;
    line-height: 1.5;
}

/***************
 * File Upload
 ***************/
.file-upload {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.file-upload .text-input {
  width: 100%;
}

/**************
 * Text Input
 **************/
.text-input {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  resize: vertical;
  font-size: 14px;
  color: #555;
  height: 40px;
  display: flex;
  align-items: center;
}
.text-input.--small {
  height: 28px;
  padding: 4px 12px;
}
@media (max-width: 1023px) {
    .text-input.--small {
        width: 100px;
    }
}

.text-input-group {
    display: flex;
    gap: 10px;
    width: 100%;
}
@media (max-width: 1023px) {
    .text-input-group {
        flex-direction: column;
        gap: 8px;
    }
}

.text-input-item {
  display: flex;
  flex-direction: column;
}
.text-input-item__desc {
    margin-top: 8px;
    line-height: 1;
/*     font-size: 9px; */
    font-size: 10px;
    color: var(--text-gray-light);
}

.round-text-input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 2000px;
  background: rgb(241, 241, 245);
  height: 44px;
  display: flex;
  align-items: center;
  border: 0;
}

/************
 * Checkbox
 ************/
.form-checkbox {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: flex-start;
}
.form-checkbox .checkbox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    position: relative;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}
.form-checkbox .checkbox-input:checked {
  background-color: rgb(0, 127, 255);
  border-color: rgb(0, 127, 255);
}
.form-checkbox .checkbox-input:checked::after {
  content: '';
  background: url('../images/icons/checked.svg') no-repeat center center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.form-checkbox .checkbox-input:hover {
  border-color: rgb(0, 127, 255);
}
.form-checkbox .checkbox-label {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
  cursor: pointer;
}

/*********
 * Login
 *********/
.login {
  margin-top: 118px;
  margin-bottom: 118px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login h1 {
  font-size: 30px;
  font-weight: 700;
}
.login .login-title {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login .login-title-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--text-gray-light);
  text-align: center;
  margin-top: 27px;
}
.login .login-form {
  max-width: 420px;
  width: 100%;
  padding: 32px 50px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login .login-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-bottom: 20px;
}
.login .login-form-desc {
  font-size: 14px;
  line-height: 1;
  color: rgb(146, 146, 157);
  display: flex;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 14px;
}
.login .login-form-links {
  display: flex;
  color: var(--text-gray-light);
  font-size: 12px;
  align-items: center;
  margin-top: 16px;
}
.login .login-form-links span {
  margin-left: 16px;
  margin-right: 16px;
}
.login .login-email-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  margin-top: 24px;
}

/*********
 * Radio
 *********/
.radio-group {
  display: flex;
  gap: 20px;
}
.radio-group .radio {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}
.radio-group .radio input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s;
}
.radio-group .radio input[type='radio']:checked {
    border-color: #657eff;
}
.radio-group .radio input[type='radio']:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #657eff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.radio-group .radio input[type='radio']:hover {
    border-color: #657eff;
}
.radio-group .radio label {
  margin-left: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*********
 * Panel
 *********/
.panel {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    max-height: 90vh;
    overflow: auto;
    min-width: 320px;
}
.panel__title {
  width: 100%;
  background: rgb(162, 197, 224);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.panel__title .btn {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.panel__body {
  padding: 20px 50px 20px;
}
@media (max-width: 1023px) {
    .panel__body {
        padding: 20px;
    }
}
@media (max-width: 1023px) {
    .panel__body .form-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Modal                                                                      */
/* -------------------------------------------------------------------------- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-overlay.--is-visible {
    display: flex;
}

/* -------------------------------------------------------------------------- */
/* Line Change                                                                */
/* -------------------------------------------------------------------------- */
@media (max-width: 639px) {
    .--line-change {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .--line-change .dropdown-group,
    .--line-change .dropdown-item,
    .--line-change select,
    .--line-change input,
    .--line-change div {
        width: 100%;
    }
}

/* -------------------------------------------------------------------------- */
/* Text Box                                                                   */
/* -------------------------------------------------------------------------- */
.text-box {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--border-gray-light);
}
@media (max-width: 1023px) {
    .text-box {
        padding: 20px;
    }
}

/*******************
 * Sequential Text
 *******************/
.sequential-text {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray-light);
}
.sequential-text li span {
    font-size: 16px;
    font-weight: 500;
    background: var(--brand-primary-500);
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-right: 8px;
}
@media (max-width: 1023px) {
    .sequential-text {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

.data-table {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px;
}
.data-table table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
}
@media (max-width: 1279px) {
    .data-table table {
        min-width: 720px;
    }
}
@media (max-width: 1023px) {
    .data-table table {
        min-width: 440px;
    }
}
.data-table th,
.data-table td {
  padding: 16px 8px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}

/* 목록 테이블 왼쪽정렬 추가 2025.03.26 */
.data-table td.align_left {
	text-align:left;
}

.data-table td.align_right {
	text-align:right;
}
	
@media (max-width: 1279px) {
  .data-table th,
  .data-table td {
    font-size: 13px;
  }
}
.data-table th {
  background-color: rgb(238, 238, 238);
  font-weight: 600;
  color: var(--text-gray-dark);
  height: 50px;
  font-weight: 500;
}
.data-table td {
  font-weight: 400;
  color: var(--text-gray-light);
}
.data-table tbody tr {
  background-color: rgb(234, 246, 255);
}
.data-table tbody tr:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
.pagination .page-number,
.pagination .page-arrow {
  font-size: 14px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-number {
  width: 24px;
  height: 24px;
  color: var(--text-gray-light);
}
.pagination .page-number-group {
  display: flex;
  gap: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.pagination .page-arrow:hover {
  opacity: 0.75;
}
.pagination .active,
.pagination .page-number:hover {
  background-color: var(--brand-primary-500);
  color: #fff;
  border-radius: 4px;
}

/**********
 * Base font size
 * This ensures consistent rem calculations
 **********/
/**********
 * Border
 **********/
.border-b-0 {
  border-bottom: 0 !important;
}

/**********
  * Margin
  **********/
.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3 {
  margin-left: -0.75rem !important;
}

.mr-n3 {
  margin-right: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4 {
  margin-left: -1rem !important;
}

.mr-n4 {
  margin-right: -1rem !important;
}

.mt-n5 {
  margin-top: -1.25rem !important;
}

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5 {
  margin-left: -1.25rem !important;
}

.mr-n5 {
  margin-right: -1.25rem !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6 {
  margin-left: -1.5rem !important;
}

.mr-n6 {
  margin-right: -1.5rem !important;
}

/**********
  * Padding
  **********/
.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

/**********
  * Gap
  **********/
.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

/**************
 * Text Align
 **************/
.text-left {
  text-align: left;
}

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

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

/********
 * Flex
 ********/
.items-start {
  align-items: flex-start !important;
}

@media (min-width: 768px) {
    .md\:items-start {
        align-items: start !important;
    }
}

@media (min-width: 1024px) {
    .lg\:items-start {
        align-items: start !important;
    }
}

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

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

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

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

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

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

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

.flex-row {
    flex-direction: row;
}

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

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

/*********
 * Block
 *********/
.block {
  display: block !important;
}

/***********
 * Padding
 ***********/
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 24px;
}

.p-7 {
  padding: 28px;
}

.p-8 {
  padding: 32px;
}

.p-9 {
  padding: 36px;
}

.p-10 {
  padding: 40px;
}

/***************
 * Font Weight
 ***************/
.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

/*************
 * Font Size
 *************/
.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 13px;
}

.text-base {
  font-size: 14px;
}

.text-lg {
  font-size: 15px;
}

.text-xl {
  font-size: 16px;
}

.text-2xl {
  font-size: 18px;
}

.text-5 {
  font-size: 20px;
}

.text-6 {
  font-size: 24px;
}

/**********
 * Cursor
 **********/
.cursor-pointer {
  cursor: pointer;
}

/*********
 * Width
 *********/
.w-full {
  width: 100%;
}

.w-auto {
    width: auto !important;
}

.w-1\/10 {
    width: 10%;
}

.w-2\/10 {
    width: 20%;
}

.w-3\/10 {
    width: 30%;
}

.w-4\/10 {
    width: 40%;
}

.w-5\/10 {
  width: 50%;
}

.w-6\/10 {
    width: 60%;
}

.w-7\/10 {
    width: 70%;
}

.w-8\/10 {
    width: 80%;
}

.w-9\/10 {
    width: 90%;
}

.w-6 {
  width: 24px;
}

.w-25 {
  width: 100px;
}

.h-6 {
    height: 24px;
}

@media (min-width: 768px) {
    .md\:w-full {
        width: 100%;
    }
}

/**********
 * Height
 **********/
.h-6 {
  height: 24px;
}

/**************
 * Whitepsace
 **************/
.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-wrap-fix-all {
	max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important; /* 기존 .text-wrap 덮어쓰기 */
    vertical-align: middle;
}

/* 모바일 및 태블릿: max-width 1024px 이하에서만 적용 */
@media screen and (max-width: 1024px) {
  .text-wrap-fix {
/*     display: inline-block; */
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important; /* 기존 .text-wrap 덮어쓰기 */
    vertical-align: middle;
  }
}

/*************
 * Responsive Visibility
 *************/
/* Show only on mobile (below 640px) */
.visible-mobile {
  display: none !important;
}
@media (max-width: 1023px) {
  .visible-mobile {
    display: block !important;
  }
}

/* Show only on desktop (640px and up) */
.visible-desktop {
  display: block !important;
}
@media (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

/* Hidden by default */
.hidden {
  display: none !important;
}

/***********
 * Opacity
 ***********/
.opacity-0 {
  opacity: 0 !important;
}

/******************
 * Pointer Events
 ******************/
.pointer-events-none {
  pointer-events: none !important;
}

/* -------------------------------------------------------------------------- */
/* 수업 내역 목록                                                                   */
/* -------------------------------------------------------------------------- */
.page-class-list .btn-group {
  justify-content: flex-end;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page-class-list .btn-group {
    justify-content: center;
  }
}
.page-class-list .data-table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-class-list .data-table {
    margin-top: 48px;
  }
}

/* -------------------------------------------------------------------------- */
/* 버튼 위치 조정
/* -------------------------------------------------------------------------- */
.page-class-list-detail .btn-group,
.page-class-list-edit .btn-group,
.page-notice-talk-new .btn-group,
.page-notice-talk-detail .btn-group {
  justify-content: flex-end;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .page-class-list-detail .btn-group,
  .page-class-list-edit .btn-group,
  .page-notice-talk-new .btn-group,
  .page-notice-talk-detail .btn-group {
    justify-content: center;
  }
}

/* -------------------------------------------------------------------------- */
/* HTML, Body, Main                                                           */
/* -------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    min-width: 360px;
    height: 100%;
    background: var(--brand-primary-50);
}

#main {
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* -------------------------------------------------------------------------- */
/* Main Header                                                                */
/* -------------------------------------------------------------------------- */
.main-header {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background: white;
    display: flex;
    height: 80px;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 110;
    width: 100%;
    min-width: 360px;
}

.main-nav {
  display: flex;
  max-width: var(--container-2xl);
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1279px) {
  .main-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-nav__logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-nav__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
  font-weight: 500;
}
.main-nav__menu > li {
  position: relative;
  height: 100%;
}
.main-nav__menu > li > a {
  display: flex;
  height: 100%;
  align-items: center;
}
.main-nav__menu > li:hover > a {
  color: var(--brand-primary-500);
}
.main-nav__menu > li:hover .main-nav__menu__child {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    height: auto;
}
@media (max-width: 1023px) {
    .main-nav__menu {
        width: 100%;
    }
    .main-nav__menu > li {
        width: 100%;
    }
}
.main-nav__menu__child {
  position: absolute;
    top: auto;
    height: 0;
    min-width: 90px;
    width: 100%;
    margin-top: -1px;
    border-top: 2px solid var(--brand-primary-500);
    pointer-events: none;
    background: white;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.main-nav__menu__child li {
  width: 100%;
}
.main-nav__menu__child li.--active a {
  color: var(--brand-primary-500);
  background: var(--brand-primary-50);
}
.main-nav__menu__child a {
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    padding: 8px 0;
    width: 100%;
}
.main-nav__menu__child a:hover {
    background: var(--brand-primary-100);
}
@media (max-width: 1023px) {
    .main-nav__menu__child a {
        padding: 8px 16px;
        justify-content: flex-start;
    }
}
@media (max-width: 1023px) {
    .--is-open .main-nav__menu__child {
        height: auto;
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        position: relative;
        margin-top: 16px;
    }
}
@media (max-width: 1279px) {
  .main-nav__menu {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
    .main-nav__menu {
        opacity: 0;
        height: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        display: flex;
        position: absolute;
        top: 110px;
        width: 100%;
        background: white;
        left: 0;
        padding: 16px 36px 16px;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .--is-open .main-nav__menu {
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
    }
}
.main-nav__sub-menu {
  display: flex;
  align-items: center;
  color: var(--text-gray-light);
}
.main-nav__sub-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
    .main-nav__sub-menu {
        opacity: 0;
        height: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        display: flex;
        position: absolute;
        width: 100%;
        top: 80px;
        background: white;
        left: 0;
        padding: 0 36px;
        align-items: center;
        justify-content: flex-end;
        font-size: 13px;
    }
    .--is-open .main-nav__sub-menu {
        opacity: 1;
        height: 30px;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
    }
}
.main-nav__sub-menu__divider {
  margin-left: 1rem;
  margin-right: 1rem;
}
.main-nav__mobile-menu {
  align-items: center;
  display: none;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .main-nav__mobile-menu {
    display: flex;
  }
}

/* -------------------------------------------------------------------------- */
/* Main Container                                                             */
/* -------------------------------------------------------------------------- */
.main-container {
    width: 100%;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */
.main-content {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Main Title                                                                 */
/* -------------------------------------------------------------------------- */
.main-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main-title h1 {
  font-size: 30px;
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Section Title                                                              */
/* -------------------------------------------------------------------------- */
.section-title {
  width: 100%;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}
.section-title.--border-bottom {
  border-bottom: 1px solid var(--border-gray-lighter);
  padding-bottom: 16px;
}
.section-title h2 {
  font-size: 18px;
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Section Content                                                            */
/* -------------------------------------------------------------------------- */
.section-content {
  padding-bottom: 16px;
}
.section-content:last-of-type {
  padding-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
.footer {
    width: 100%;
    border-top: 1px solid var(--border-gray-lighter);
    background: var(--brand-primary-50);
    margin-top: auto;
}

.footer {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1279px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-gray-light);
  text-align: center;
}
.copyright br {
  display: none;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    line-height: 1.6;
  }
  .copyright br {
    display: block;
  }
}

/* -------------------------------------------------------------------------- */
/* Card                                                                       */
/* -------------------------------------------------------------------------- */
.card {
  padding: 22px 28px;
  background: var(--white);
  border-radius: 12px;
}
.card .card-title {
  margin-bottom: 12px;
}
.card .card-title h3 {
  color: var(--text-gray-dark);
  font-size: 16px;
}
.card .textarea {
  margin-bottom: 10px;
}

.card-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* -------------------------------------------------------------------------- */
/* Chart                                                                    */
/* -------------------------------------------------------------------------- */
.chartDiv {
	width: 100%; 
	background-color: #f0f0f0; 
	border-radius: 12px; 
	padding: 1rem;
}
.mainChartDiv {
	display: flex; 
	gap: 1rem;
}