/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xl: 24px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video { 
   /879
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-0\.5 {
    top: calc(var(--spacing) * -0.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-50 {
    z-index: 50;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-7 {
    margin-inline-start: calc(var(--spacing) * 7);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[86vw\] {
    width: 86vw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1,
  .flex-\[1\] {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,)
      var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[58px\] {
    border-radius: 58px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#7768E5\] {
    border-color: #7768e5;
  }
  .border-\[\#E6E8F5\] {
    border-color: #e6e8f5;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/5 {
    border-color: #0000000d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#0E2A46\] {
    background-color: #0e2a46;
  }
  .bg-\[\#02C75A\] {
    background-color: #02c75a;
  }
  .bg-\[\#785DD7\] {
    background-color: #785dd7;
  }
  .bg-\[\#7768E5\] {
    background-color: #7768e5;
  }
  .bg-\[\#A88FFF\] {
    background-color: #a88fff;
  }
  .bg-\[\#E3DBFF\] {
    background-color: #e3dbff;
  }
  .bg-\[\#E9E2FF\] {
    background-color: #e9e2ff;
  }
  .bg-\[\#FEE500\] {
    background-color: #fee500;
  }
  .bg-\[\#FEF7FF\] {
    background-color: #fef7ff;
  }
  .bg-\[var\(--color-brand\)\] {
    background-color: var(--color-brand);
  }
  .bg-black\/50 {
    background-color: #00000080;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: #ffffffb3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: #ffffffe6;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: #fffffff2;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/95 {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  img.original {
  max-width: none !important;
  height: auto !important;
}
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[70px\] {
    padding-right: 70px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[\#0E2A46\] {
    color: #0e2a46;
  }
  .text-\[\#704FE6\] {
    color: #704fe6;
  }
  .text-\[\#6750A4\],
  .text-\[\#6750a4\] {
    color: #6750a4;
  }
  .text-\[\#49454F\] {
    color: #49454f;
  }
  .text-\[\#191919\] {
    color: #191919;
  }
  .text-\[\#767676\] {
    color: #767676;
  }
  .text-\[var\(--color-brand\)\] {
    color: var(--color-brand);
  }
  .text-\[var\(--color-brand-text\)\] {
    color: var(--color-brand-text);
  }
  .text-\[var\(--color-brand-title\)\] {
    color: var(--color-brand-title);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-indigo-500 {
    color: var(--color-indigo-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-40 {
    opacity: 0.4;
  }
  .opacity-60 {
    opacity: 0.6;
  }
  .opacity-100 {
    opacity: 1;
  }
  .shadow {
    --tw-shadow:
      0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring,
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width))
      var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width))
      var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-\[\#7768E5\] {
    --tw-ring-color: #7768e5;
  }
  .ring-black\/5 {
    --tw-ring-color: #0000000d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/5 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .ring-black\/10 {
    --tw-ring-color: #0000001a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/10 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
      --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-400 {
    --tw-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .ease-\[cubic-bezier\(0\.22\,1\,0\.36\,1\)\] {
    --tw-ease: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:bg-black\/30:is(:where(.group):hover *) {
      background-color: #0000004d;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-black\/30:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
    .group-hover\:opacity-90:is(:where(.group):hover *) {
      opacity: 0.9;
    }
  }
  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:bottom-0:after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
  .after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
  }
  .after\:h-\[4px\]:after {
    content: var(--tw-content);
    height: 4px;
  }
  .after\:w-\[118px\]:after {
    content: var(--tw-content);
    width: 118px;
  }
  .after\:-translate-x-1\/2:after {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .after\:rounded-t-\[100px\]:after {
    content: var(--tw-content);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .after\:bg-\[\#6750A4\]:after {
    content: var(--tw-content);
    background-color: #6750a4;
  }
  .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:bg-\[\#5f4cc7\]:hover {
      background-color: #5f4cc7;
    }
    .hover\:bg-\[\#019E4A\]:hover {
      background-color: #019e4a;
    }
    .hover\:bg-\[\#785DD7\]:hover {
      background-color: #785dd7;
    }
    .hover\:bg-\[\#A88FFF\]:hover {
      background-color: #a88fff;
    }
    .hover\:bg-\[\#E0C700\]:hover {
      background-color: #e0c700;
    }
    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
    .hover\:bg-white\/60:hover {
      background-color: #fff9;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/60:hover {
        background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
    .hover\:bg-white\/90:hover {
      background-color: #ffffffe6;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/90:hover {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
    .hover\:text-\[\#704FE6\]:hover {
      color: #704fe6;
    }
    .hover\:text-black:hover {
      color: var(--color-black);
    }
    .hover\:decoration-2:hover {
      text-decoration-thickness: 2px;
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width))
      var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }
  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:transition-none {
      transition-property: none;
    }
  }
  @media not all and (min-width: 48rem) {
    .max-md\:flex-col {
      flex-direction: column;
    }
    .max-md\:items-center {
      align-items: center;
    }
    .max-md\:text-center {
      text-align: center;
    }
  }
  @media (min-width: 40rem) {
    .sm\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .sm\:h-6 {
      height: calc(var(--spacing) * 6);
    }
    .sm\:h-7 {
      height: calc(var(--spacing) * 7);
    }
    .sm\:w-6 {
      width: calc(var(--spacing) * 6);
    }
    .sm\:w-7 {
      width: calc(var(--spacing) * 7);
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (min-width: 48rem) {
    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .md\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .md\:block {
      display: block;
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  @media (min-width: 80rem) {
    .xl\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:border-white\/10 {
      border-color: #ffffff1a;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:border-white\/10 {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    .dark\:bg-slate-900\/50 {
      background-color: #0f172b80;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-slate-900\/50 {
        background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
      }
    }
    .dark\:bg-slate-900\/80 {
      background-color: #0f172bcc;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-slate-900\/80 {
        background-color: color-mix(in oklab, var(--color-slate-900) 80%, transparent);
      }
    }
    .dark\:text-slate-300 {
      color: var(--color-slate-300);
    }
    .dark\:ring-white\/10 {
      --tw-ring-color: #ffffff1a;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:ring-white\/10 {
        --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    @media (hover: hover) {
      .dark\:hover\:bg-slate-900\/70:hover {
        background-color: #0f172bb3;
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:hover\:bg-slate-900\/70:hover {
          background-color: color-mix(in oklab, var(--color-slate-900) 70%, transparent);
        }
      }
      .dark\:hover\:bg-white\/5:hover {
        background-color: #ffffff0d;
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:hover\:bg-white\/5:hover {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
}
:root {
  --color-brand: #7768e5;
  --color-brand-dark: #704fe6;
  --color-brand-light: #e6e8f5;
  --color-brand-text: #4d5756;
  --color-brand-title: #0e2a46;
  --color-brand-title-purple: #6366f1;
  --color-brand-bg: #eae8f7;
  --color-brand-border: #e5e7eb;
  --color-red: #fe543d;
  --price-base: #17254e;
  --price-original: #9ca3af;
  --price-free-bg: #ecfdf5;
  --guide-brand: #6750a4;
  --guide-border: #e5e7eb;
  --guide-text: #111827;
  --guide-muted: #6b7280;
  --guide-bg: #fff;
  --stp-brand: #6750a4;
  --stp-border: #e5e7eb;
  --stp-text: #111827;
  --stp-muted: #6b7280;
  --stp-bg: #fff;
  --about-brand: #666;
  --about-border: #e5e7eb;
  --about-text: #111827;
  --about-muted: #6b7280;
  --bc-text: #9ea8b2;
  --bc-current: #686a6e;
}
input[type="text"]:disabled,
input[disabled][type="text"] {
  color: var(--color-brand-title);
  border-color: var(--color-brand-border);
  cursor: not-allowed;
  background-color: #f1f5f9;
}
input[type="text"]:disabled::placeholder {
  color: #999;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}
.input:focus {
  border-color: #7768e5;
  outline: none;
  box-shadow: 0 0 0 3px #7768e52e;
}
select {
  appearance: none;
  cursor: pointer;
  background: #fff
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
    right 12px center/16px no-repeat;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
.animate-scrollLoop {
  animation: 12s linear infinite scrollLoop;
}
.round_16 {
  border-radius: 16px;
}
.text-white {
  color: #fff !important;
}
.check_on {
  background: var(--color-brand) !important;
  color: #fff !important;
}
.border_on {
  border: 1px solid var(--color-brand-dark);
}
.shadow-custom {
  box-shadow: 0 1px 1px 1px #0000001a;
}
.shadow-custom-dark {
  box-shadow: 0 1px 1px 1px #0000004d;
}
@keyframes scrollLoop {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-90%);
  }
}
.blink {
  animation: 1s ease-in-out infinite blinkFade;
}
@keyframes blinkFade {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blinkFadeSoft {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.blink-soft {
  animation: 1.5s ease-in-out infinite blinkFadeSoft;
}
.bg_box {
  background: #fafaff;
  border: 1px solid #c7c9ff;
  font-size: 1rem;
  box-shadow: 0 2px 10px #5958f114;
}
.bg_box_list {
  border-radius: 0 0 12px 12px;
  padding: 1.5rem;
}
.bg_box_list li {
  color: var(--color-brand-text);
   font-weight:400;
  line-height: 1.8;
}
.bg_box_list li:before {
  content: "¡¤";
  margin-right: 0.3em;

  font-size: 1em;
}
.text_caption {
  color: var(--color-brand);
  margin-top: 2rem;
}
body {
  font-family:
    Noto Sans KR,
    sans-serif;
	'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;  letter-spacing:-0.025em;
}
header {
  --hide-amount: 90px;
  --header-offset: 0;
  transform: translateY(var(--header-offset));
  will-change: transform;
  border-bottom: 1px solid #cac4d0;
  transition:
    transform 0.25s,
    box-shadow 0.2s;
  position: sticky;
  top: 0;
}
.header.is-compact {
  --header-offset: calc(-1 * var(--hide-amount));
  /*box-shadow: 0 4px 18px #0000000f;*/
}
.badge-alert {
  color: #fff;
  background: #fe543d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 33px;
  font-size: 14px;
  font-weight: 200;
  animation: 1s ease-in-out infinite blinkFade;
  display: flex;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
.badge-alert:after {
  content: "";
  border: 8px solid #0000;
  border-top-color: #fe543d;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.btns {
  color: #fff;
  cursor: pointer;
  border-radius: 0.375rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
}
.btn-login {
  background-color: #7768e5;
}
.btn-login:hover {
  background-color: #5f4cc7;
}
.btn-naver,
.btn-kakao {
  width: 50%;
  height: 52px;
}
.btn-join {
  background-color: #4fbdd2;
}
.btn-join:hover {
  background-color: #3ea8bc;
}
.gnb {
  position: relative;
}
.element {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s;
  display: block;
}
.element:hover {
  background-color: #fff9;
}
@media (prefers-color-scheme: dark) {
  .element:hover {
    background-color: #ffffff0d;
  }
}
.element:focus {
  outline: none;
}
.element:focus-visible {
  box-shadow: 0 0 0 2px var(--brand-500, #6750a4);
  outline: none;
}
main {
  position: relative;
}
.quick-menu {
  width: 130px;
  position: absolute;
  top: 218px;
  right: -163px;
}
.qm-card {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 130px;
  height: 410px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px 1px #0000001a;
}
.qm-header {
  background: var(--color-brand-title-purple);
  color: #fff;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 10px 8px;
  display: flex;
}
.qm-plus {
  color: #fff;
  flex: none;
  width: 20px;
  height: 20px;
}
.qm-title {
  letter-spacing: 0.2px;
  font-size: 0.8rem;
  font-weight: 300;
}
.qm-banners {
  text-align: center;
  flex-direction: column;
  gap: 8px;
  margin: 8px;
  padding: 0;
  list-style: none;
  display: flex;
}
.qm-banner {
  color: #fff;
  border-bottom: 1px solid var(--color-brand-border);
  align-items: center;
  gap: 8px;
  width: 78px;
  min-height: 90px;
  margin: 0 auto;
}
.qm-banner:last-child {
  border-bottom: none;
}
.qm-banner:last-child p {
  letter-spacing: -1px;
}
.bg-1 {
  background: var(--color-brand-title-purple);
}
.bg-2 {
  background: #4fbdd2;
}
.bg-3 {
  background: #5e38e7;
}
.bn-icon {
  background: #ffffff26;
  border-radius: 8px;
  flex: none;
  place-items: center;
}
.bn-icon img {
  object-fit: contain;
  width: 46px;
  height: 46px;
}
.bn-texts {
  line-height: 1.25;
}
.bn-title {
  color: var(--color-brand-title-purple);
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 800;
  display: block;
}
.bn-desc {
  color: #000;
  opacity: 0.69;
  margin-top: 3px;
  padding-bottom: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
.qm-links {
  flex-direction: column;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.qm-links li a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 46px;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s;
  display: flex;
}
.qm-links li a img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.qm-links li a:hover {
  filter: brightness(80%);
}
.search-panel {
  z-index: 9999;
  pointer-events: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0;
}
.search-panel__content {
  max-width: 1400px;
  margin: 0 auto 1rem;
  position: relative;
}
.slide_search {
  max-width: 400px;
  margin: 3rem auto;
}
.slide_search_box {
  border-top: 1px solid #f2f2f2;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  display: flex;
}
.slide_search_box > div {
  border-radius: 8px;
  flex: 1;
  margin-top: 1rem;
}
.slide_search_box .slide_box {
  border-radius: 16px;
  outline: 1px solid #f2f2f2;
  min-height: 260px;
  padding-top: 1rem;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.slide_search_box .slide_box ul {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 1rem 0;
  display: flex;
}
.slide_search_box .slide_box ul li {
  width: calc(50% - 3rem);
}
.slide_search_box > div h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.circle-box {
  align-items: center;
  height: 35px;
  display: flex;
}
.circle {
  background: var(--color-brand);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-family: NanumSquare, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.2s;
  display: flex;
}
.circle:hover {
  filter: brightness(80%);
}
.circle-text {
  color: var(--color-brand-text);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
}
.circle-text:hover {
  color: var(--color-brand);
}
.word-box {
  text-align: center;
  color: var(--color-brand-text);
  background: #f2f8f7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.6rem;
  display: flex;
}
.search-dim {
  z-index: 1;
  opacity: 0;
  background: #00000059;
  transition: opacity 0.25s;
  position: absolute;
  inset: 0;
}
.search-panel__inner {
  z-index: 2;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 20px;
  transition: transform 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translateY(-110%);
  box-shadow: 0 1px 1px 1px #0000001a;
}
.close-btn {
  cursor: pointer;
  background: 0 0;
  border: none;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 16px;
}
.search-panel.is-open {
  pointer-events: auto;
}
.search-panel.is-open .search-panel__inner {
  transform: translateY(0);
}
.search-panel.is-open .search-dim {
  opacity: 1;
}
.section_a {
  background: var(--color-brand-bg);
  width: 100%;
  padding: 0.6rem 0 1rem;
}
.section_a > div {
  max-width: 1400px;
  margin: 0 auto;
}
.section_b {
  background: #fff;
  padding: 5rem 0 3rem;
}
.section_c {
  background: var(--color-brand-bg);
  padding: 6rem 0 4rem;
}
.section_c > div {
  background: url(/assets/img/icon_cap.png) 100% 100% no-repeat;
  padding-bottom: 3rem;
}
.bg_none {
  background: 0 0 !important;
}
.section_d {
  background: linear-gradient(
    to bottom,
    var(--color-brand-bg) 0%,
    var(--color-brand-bg) 50%,
    #fff 50%
  );
  padding-top: 0.3rem;
}
.section_e {
  background: url(/assets/img/bg_movie.png) 50% / cover no-repeat;
  padding: 6rem 0;
}
.section_f {
  background: #fff;
  padding: 6rem 0;
}
.section_g {
  background: #fae100;
}
.section_h {
  background: url(/assets/img/bg_footer.png) 50% / cover no-repeat;
  padding: 4rem 0;
}
.section_i {
  background: url(/assets/img/bg_bottom.png) 50% / cover no-repeat;
  padding: 1rem 0 0;
  position: relative;
}
.section_i:before {
  content: "";
  background: #ffffff4d;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 150px;
  left: 0;
}
.bg-klvea-banners .klvea-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.bg-klvea-banners .klvea-grid {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bg-klvea-banners li {
  width: 33%;
  display: inline-block;
}
.bg-klvea-banners .bn-media {
  background: #eee;
  border-radius: 12px;
  width: 100%;
  max-width: 435px;
  margin: 3rem 0 0;
  overflow: hidden;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.bg-klvea-banners .bn-media > div {
  border-radius: 10px;
  width: 435px;
  height: 313px;
  position: relative;
  overflow: hidden;
}
.bg-klvea-banners .bn-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.bg-klvea-banners .bn-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 20px 0 4px;
  font-size: 23px;
  font-weight: 500;
  overflow: hidden;
}
.bg-klvea-banners .bn-desc {
  color: #8f8f8f;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  overflow: hidden;
  font-weight:bold;
}
.bg-klvea-banners .more-btn {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  background: var(--color-brand-dark);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 60px;
  margin: 3rem auto 0;
  padding-left: 60px;
  font-size: 1.2rem;
  font-weight: 300;
  list-style: none;
  display: flex;
}
.bg-klvea-banners .more-btn:hover {
  background: #5f4cc7;
}
.bg-klvea-banners .more-btn::-webkit-details-marker {
  display: none;
}
.bg-klvea-banners .more-btn svg {
  transition: transform 0.25s;
}
.bg-klvea-banners .more[open] .more-btn svg {
  transform: rotate(180deg);
}
.bg-klvea-banners .more .txt-less,
.bg-klvea-banners .more[open] .txt-more {
  display: none;
}
.bg-klvea-banners .more[open] .txt-less {
  display: inline;
}
.bg-klvea-banners .ico-arrow {
  transition: transform 0.25s;
}
.bg-klvea-banners .more[open] .ico-arrow {
  transform: rotate(180deg);
}
.bg-klvea-banners .more-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.bg-klvea-banners .more-grid img {
  object-fit: cover;
  aspect-ratio: 435/313;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.bg-klvea-banners .more {
  flex-direction: column-reverse;
  display: flex;
}
.btn_arr {
  width: 60px;
  height: 60px;
}
.btn_arr svg {
  width: 24px;
  height: 24px;
}
.bn-media svg {
  width: 60px;
  height: 60px;
}
.overlay {
  z-index: 999;
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.hm-root .hm-toggle .hm-l1,
.hm-root .hm-toggle .hm-l2,
.hm-root .hm-toggle .hm-l3 {
  transform-origin: 50%;
  transition:
    transform 0.25s,
    opacity 0.2s,
    width 0.2s,
    background-color 0.2s;
}
.hm-root .hm-toggle.is-open .hm-l1 {
  width: 24px;
  transform: rotate(45deg) translate(3px, 8px);
}
.hm-root .hm-toggle.is-open .hm-l2 {
  opacity: 0;
  transform: scaleX(0.6);
}
.hm-root .hm-toggle.is-open .hm-l3 {
  width: 24px;
  margin-left: 0;
  transform: rotate(-45deg) translate(3px, -8px);
}
.hm-root .hm-panel {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
  pointer-events: none;
  width: 100%;
  transition:
    opacity 0.22s,
    visibility 0.22s,
    transform 0.22s;
  position: fixed;
  top: 257px;
  left: 0;
  transform: translateY(-6px);
}
.hm-root .hm-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: auto;
  transform: translateY(0);
}
.hm-root .hm-panel-inner {
  border-top: 1px solid var(--color-brand-border);
    border-bottom: 1px solid var(--color-brand-border);
  background: #fff;
}
.hm-root .hm-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}
.hm-root .hm-nav a {
  text-decoration: none;
}
.hm-nav a:hover {
  color: var(--color-brand-dark);
}
@media (prefers-reduced-motion: reduce) {
  .hm-root .hm-toggle .hm-l1,
  .hm-root .hm-toggle .hm-l2,
  .hm-root .hm-toggle .hm-l3,
  .hm-root .hm-panel {
    transition: none;
  }
}
.hm-nav{
border-left: 1px solid #f2f2f2;
 border-right: 1px solid #f2f2f2;
 }


.menu {
  display: table;
  width: 100%;
  table-layout: fixed; /* ±ÕÀÏÇÑ ºÐ¹è */
}
.menu > li {
	display: table-cell;
	width: calc(100% / 6);
	border-right:1px solid #f2f2f2;
	padding: 1rem 1rem;
	transition: 0.2s;
}
.menu > li:has(.widemenu){
width:40%
}
.menu > li a{
	display: block;
    transition: 0.2s;
}

.menu > li strong {
	margin-bottom: 1rem;
	padding-top:5px;
	padding-bottom: 1rem;
	display:block;
	text-align:center;
	padding:1rem;
	color: var(--color-brand);
	border-bottom:1px solid #f2f2f2;
	font-size:1.1rem;
	font-weight:400
}
.menu .submenu {
	display: flex;
	flex-direction: column;
	flex-direction: row;
	flex-wrap: wrap;
}
.menu .submenu > li {
	padding: 0.5rem 0;
	box-sizing: border-box;
	width: 100%;
	font-size:1rem
	}
.menu > li:has(.widemenu) li{
	width:50%
}
.menu .submenu > li a {
	display: block;
	transition: transform 0.2s;
	color:#666
}
.menu .submenu > li a:hover {
	display: block;
	transform: translate(4px);
	color: var(--color-brand);
}
.bg_17254E {
  background: #17254e;
}

.w_top_banner{border-bottom:1px solid #cac4d0;height:44px;}
.tnb {
	font-family: Pretendard;
	font-size: 0.7rem;
	transition:
	height 0.25s,
	transform 0.25s,
	opacity 0.2s;
	overflow: hidden;
	height:44px;
	  letter-spacing:-0.025em;
}
.tnb span {
  letter-spacing: 1px;
  font-size: .9rem;
  font-weight: 200;
}
.tnb span a {
height:43px;
	padding:.6rem 1rem;
	font-family:'Pretendard';
	font-weight:400;
	  letter-spacing:-0.025em;
}
.tnb .tnb0{
color:#333
}
.tnb .tnb0:hover{
background:#5f4cc7;
color:#fff;
}
.tnb .tnb1{
background:#4fbdd2;
color:#fff
}
.tnb .tnb1:hover{
background:#3ca0b9;
color:#fff;
}
.tnb .tnb2{
color:#333
}
.tnb .tnb2:hover{
background:#333;
color:#fff

}
.tnb .tnb3{
background:var(--color-brand);
color:#fff
}
.tnb .tnb3:hover{
background:#5f4cc7;
color:#fff;
}
.tnb .tnb4{
color:#333;
}
.tnb .tnb4:hover{
background:#fe543d;
color:#fff
}
.tnb span.border_right {
  border-right: 1px solid #fff3;
  padding-right: 1.5rem;
}
.tnb .col-span-2 {
  padding-top: 0.12rem;
}
.m_search {
  display: none;
}
.btn-sky {
  color: #fff;
  background: #4fbdd2;
  border-radius: 22px;
  width: 78px;
  height: 22px;
  font-size: 0.8rem;
}
.gnb {
  margin-top: 2.5rem;
}
.gnb_menu {
  display: flex;
  position: absolute;
  left: 0;
}
.gnb_menu a {
  color: #333;
}
.gnb_menu a:hover {
  color: #704fe6;
}
.top_logo {
  margin-top: 1.5rem;
}
.box_search {
  margin-top: 1.1rem;
  margin-left: 4rem;
}
.box_medal {
  color: var(--color-brand-text);
  margin-top: 1.5rem;
  margin-right: 2rem;
}
.box_medal img {
  width: 28px;
  height: 37.24px;
  position: relative;
  top: 3px;
}
nav > div {
  gap: 65px;
  font-size: 1.2rem;
}
.breadcrumb {
  justify-content: flex-end;
  margin: 1rem 1rem 1rem 0;
  font-size: 14px;
  line-height: 1;
  display: flex;
}
.breadcrumb ol {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.crumb {
  color: var(--bc-text);
  align-items: center;
  display: flex;
}
.crumb-link {
  color: inherit;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  display: inline-flex;
}
.crumb-link:hover {
  text-decoration: underline;
}
.crumb-link:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid;
}
.crumb.is-current {
  color: var(--bc-current);
  font-weight: 500;
}
.crumb.is-current > span {
  cursor: default;
}
.separator {
  color: var(--bc-text);
  display: inline-flex;
}
.icon {
  flex: none;
  display: block;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}
.banner-box {
  border: 20px solid var(--color-brand-bg);
  box-sizing: border-box;
  background: linear-gradient(90deg, #927dda 0%, #785ae0 30%, #5e38e7 100%);
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 206px;
  display: flex;
}
.banner {
  color: #fff;
  text-shadow: 0 1px 2px #00000040;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 10px 20px 20px;
  display: flex;
  position: relative;
}
.banner img {
  width: 78px;
  height: 78px;
  margin-top: 12px;
  margin-right: 25px;
}
.banner p.text-md {
  font-weight: 100;
}
.banner:not(:last-child):after {
  content: "";
  background: #c4b6f2;
  width: 2px;
  height: 75px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.title {
  color: var(--color-brand-title);
  margin: 2rem 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.title span {
  color: var(--color-brand-title);
  font-size: 1.3rem;
  font-weight: 200;
}
.title_purple {
  color: var(--color-brand-dark);
  background: #e9e2ff;
  border-radius: 6px;
  font-size: 1.2rem;
}
.title_purple2 {
  color: var(--color-brand-dark);
  background: #fff;
  border-radius: 6px;
  font-size: 1.2rem;
}
.title_subbox {
  color: var(--color-brand-text);
  font-size: 1.2rem;
}
.sub_title {
  margin-bottom: 0;
}
.box_in_title {
  color: var(--color-brand-text);
  margin: 1.5rem;
  font-size: 1.1rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.tabs-program .tp-tablist {
  background: #fef7ff;
  border-radius: 8px;
  gap: 8px;
  padding: 6px;
  display: flex;
}
.tabs-program .tp-tab {
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.tabs-program .tp-tab.is-active {
  background: var(--color-brand-dark);
  color: #fff;
}
.tabs-program .tp-panel {
  margin-top: 16px;
}
.tabs-program .tp-panel[hidden] {
  display: none !important;
}
.tabs-program .tp-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}
.tabs-program .tp-card {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 128px;
  margin: 0 auto;
  padding: 0.5rem;
  transition:
    background-color 0.25s,
    color 0.25s,
    transform 0.2s;
  display: flex;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.tabs-program .tp-card:hover {
  background: var(--color-brand-dark);
  color: #fff;
  transform: translateY(-2px);
}
.tabs-program .tp-icon {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}
.tabs-program .tp-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.tabs-program .tp-card:hover .tp-text {
  color: #fff;
  font-weight: 700;
}
.h-70 {
  height: 17.5rem;
}
.section_a [data-slider] {
  width: 700px;
  height: 410px;
}
.section_a [data-prev],
.section_a [data-next] {
  width: 36px;
  height: 36px;
}
.section_a [data-prev] svg,
.section_a [data-next] svg {
  width: 20px;
  height: 20px;
}
.section_a .tabcard {
  height: 410px;
  padding: 22px;
}
.section_a .tabcard [role="tablist"] {
  height: 40px;
}
.section_a section[class*="h-[420px]"] {
  height: 420px;
}
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.banner-card {
  text-align: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 120px;
  margin-bottom: 0.4rem;
  padding: 0.5rem;
  transition: background-color 0.3s;
  display: flex;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.banner-card img {
  margin: 0 auto 10px;
}
.banner-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}
.banner-card:hover {
  background: var(--color-brand-dark);
}
.banner-card:hover .banner-text {
  color: #fff;
  font-weight: 700;
}
.tab-buttons {
  border-bottom: 1px solid #ccc;
  justify-content: space-around;
  display: flex;
}
.tab-button {
  cursor: pointer;
  background: #f0f0f0;
  border: none;
  padding: 10px 20px;
}
.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #000;
}
.tab-content {
  padding: 20px;
  display: none;
}
.tab-content.active {
  display: block;
}
.banner-grid {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.banner-item {
  text-align: center;
  background: #eee;
  flex: calc(33.333% - 10px);
  min-width: 100px;
  padding: 20px;
}
.tabs {
  --brand: #7768e5;
  --muted: #e6e8f5;
  --text: #a2a2a2;
  --active: #6750a4;
}
.tabs .tabs__list {
  border-radius: 8px;
  gap: 8px;
  padding: 0;
  display: flex;
}
.tabs .tabs__tab {
  color: var(--text);
  cursor: pointer;
  background: #e6e8f5;
  border: none;
  border-radius: 16px;
  flex: 1;
  padding: 21px 12px;
  font-size: 1.4rem;
  transition:
    background-color 0.2s,
    color 0.2s;
  position: relative;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.tabs .tabs__tab[aria-selected="true"] {
  background: var(--brand);
  color: #fff;
}
.tabs .tabs__tab[aria-selected="true"]:after {
  content: "";
  background: 0 0;
  border-radius: 100px 100px 0 0;
  width: 118px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.tabs_text {
  color: #1b1b1b;
  font-size: 20px;
}
.tabs .tabs__panel {
  margin-top: 16px;
}
.tabs .cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}
.tabs .card {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 128px;
  margin: 0 auto;
  padding: 0.5rem;
  transition:
    background-color 0.25s,
    color 0.25s,
    transform 0.2s;
  display: flex;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.tabs .card img {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}
.tabs .card span {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  transition:
    color 0.25s,
    font-weight 0.2s;
}
.tabs .card:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}
.tabs .card:hover span {
  color: #fff;
  font-weight: 700;
}
.box_class {
  padding-top: 0.7rem;
}
.tabbanners {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
.tabbanners.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  display: grid;
}
.tabbanners .bn-card {
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}
.tabbanners .bn-inner {
  background: #fff;
  border-radius: 12px;
  outline: 1px solid #f2f2f2;
  grid-template-columns: 180px 1fr;
  gap: 0;
  width: 100%;
  max-width: 450px;
  height: 250px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 1px 1px 1px #0003;
}
.tabbanners .bn-inner:hover {
  outline: 1px solid #5e37e6;
}
.tabbanners .bn-inner:hover .btn-more {
  background: var(--color-brand);
  color: #fff;
}
.tabbanners .bn-media {
  place-items: center;
  padding: 22px;
  display: grid;
}
.tabbanners .bn-media img {
  object-fit: cover;
  width: 217px;
  max-width: 217px;
  height: auto;
border-radius:16px;
}
.tabbanners .bn-body {
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 16px 16px 16px 12px;
}
.tabbanners .bn-title {
  color: #333;
  margin-top: 0;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 1.3;
}
.tabbanners .bn-desc {
  color: #5b5b5b;
  flex: 1;
  margin-top: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
}
.tabbanners .bn-desc li {
  color: #333;
  margin-bottom: 2px;
}
.tabbanners .bn-desc strong {
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  display: block;
}
.tabbanners .bn-inner {
  grid-template-columns: 250px 1fr;
}
.tabbanners .btn-more {
  text-align: center;
  color: #767676;
  background: #e6e8f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 130px;
  height: 40px;
  padding: 0 20px;
  font-size: 0.85rem;
  font-weight: 200;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
  display: inline-flex;
}
.tabbanners .btn-more:hover {
  background: var(--color-brand);
  color: #fff;
}
.tabbanners .btn-more .ico-arrow {
  vertical-align: middle;
  display: inline-block;
}
.btn_all {
  justify-content: right;
}
.btn_see_all {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  background: var(--color-brand-dark);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 190px;
  height: 60px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: 300;
  list-style: none;
  display: flex;
}
.btn_see_all:hover {
  background: #5f4cc7;
}
.btn_see_all .rounded-full {
  width: 58px;
  height: 58px;
  margin-left: 29px;
}
.threeup-slider {
  max-width: 1400px;
  margin: 3.5rem 0 2rem;
}
.threeup-slider .slider-viewport {
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}
.threeup-slider .slider-track {
  will-change: transform;
  grid-auto-columns: 33.3333%;
  grid-auto-flow: column;
  gap: 0;
  margin-left: 4.6rem;
  transition: transform 0.4s;
  display: grid;
}
.threeup-slider .slide {
  background: url(/assets/img/bg_review.png) no-repeat;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  width: 388px;
  height: 280px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 2px #00000026;
}
.threeup-slider .slide-link {
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0;
}
.threeup-slider .slide-content {
  z-index: 1;
  position: absolute;
  top: 35px;
  left: 30px;
  right: 52%;
}
.threeup-slider .slide-content h3 {
  color: #835a2a;
  margin: 0 0 6px;
  font-size: 1.4rem;
  font-weight: 600;
}
.threeup-slider .slide-content p {
  color: #5b5b5b;
  margin: 0;
  font-size: 14px;
}
.threeup-slider .slide strong {
  z-index: 1;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}
.threeup-slider .nav {
  width: 58px;
  height: 58px;
  color: var(--color-brand-dark);
  cursor: pointer;
  background: #e9e2ff;
  border: 0;
  border-radius: 999px;
  place-items: center;
  transition:
    background-color 0.2s,
    color 0.2s;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px #00000026;
}
.threeup-slider .nav:hover {
  background: var(--color-brand);
  color: #fff;
}
.threeup-slider .nav.nav-prev {
  left: 2px;
}
.threeup-slider .nav.nav-next {
  right: 10px;
}
.threeup-slider .slide.is-center {
  background: url(/assets/img/bg_review_center.png) no-repeat;
}
.box_service {
  flex-direction: row;
  gap: 20px;
  width: 100%;
  display: flex;
}
.box_notice,
.box_qna,
.box_call {
  border-radius: 8px;
  flex: 1;
  margin-top: 1rem;
}
.box_notice > div,
.box_qna > div,
.box_call > div {
  height: 440px;
  padding: 20px;
}
.notice_box {
  margin: 0 1rem;
  width:100%;
  padding-top: 0;
}
.notice_box li {
  border-bottom: 1px solid #cac4d0;
  padding: 1rem 0;
}
.notice_box li:last-child {
  border: none;
}
.box_day {
  color: var(--color-brand-title);
  text-align: center;
  letter-spacing: -1px;
  background: #dcdffd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: NanumSquare, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.box_date {
  color: #767676;
  text-align: center;
  margin-top: 6px;
  font-family: NanumSquare, sans-serif;
  font-size: 0.9rem;
}
.list_notice {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.list_notice h4 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  display: box;
  line-clamp: 1;
  color: #1d1b20;
  text-align: left;
  -webkit-box-orient: vertical;
  font-size: 1.15rem;
  transition: transform 0.2s;
  overflow: hidden;
}
.list_notice p {
  color: #999;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.list_notice:hover h4,
.list_notice:hover p {
  transform: translate(4px);
  color: var(--color-brand) !important;
}
.btn_plus {
  color: #fff;
  text-align: center;
  background: #49454f;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
}
.btn_plus span {
  position: relative;
  top: -2px;
}
.btn_plus:hover {
  background: #3b393f;
}
.list_qna {
  width: 100%;
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}
.list_qna li {
  cursor: pointer;
  border-bottom: 1px solid #cac4d0;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 10px 17px 17px;
  transition: background 0.2s;
  display: flex;
}
.list_qna li a {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  display: box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: transform 0.2s;
  overflow: hidden;
}
.list_qna li:hover a {
  color: var(--color-brand);
  transform: translate(4px);
}
.arrow {
  align-items: center;
  display: flex;
}
.arrow .icon {
  stroke: #1d1b20;
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.list_qna li:hover .arrow .icon {
  stroke: var(--color-brand);
  transform: translate(4px);
}
.title_list {
  color: #333;
  flex: 1;
  font-size: 1.1rem;
}
.box_customer {
  color: #fff;
  background: url(/assets/img/bg_call.png) no-repeat;
  width: 100%;
  max-width: 440px;
  padding: 3rem 2.5rem !important;
}
.box_customer h4 {
  font-size: 1.15rem;
}
.box_customer h3 {
  color: #fe543d;
  letter-spacing: -5px;
  font-family: NanumSquare, sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
}
.box_customer ol {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  padding-bottom: 20px;
}
.box_customer ol li {
  padding-bottom: 5px;
}
.box_customer ol.border-none {
  border: none;
}
.info-box {
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 19px 0;
  display: flex;
}
.info-img {
  object-fit: cover;
  border-radius: 8px;
  width: 70px;
  height: auto;
  margin-right: 1.5rem;
}
.info-text {
  min-width: 200px;
  padding: 0;
}
.info-text h3 {
  color: #381c1e;
  padding-right: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.text_friend {
  color: #381c1e;
  border-left: 2px solid #fff;
  margin: 0;
  padding-left: 2.2rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.text_friend span {
  color: #fe543d;
}
.qr_img {
  margin-left: auto;
}
.section_h {
  padding: 7rem 0;
}
.section_h h3 {
  color: #fff;
  text-shadow: 0 1px 2px #00000040;
  letter-spacing: -1px;
  font-family: NanumSquare, sans-serif;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3rem;
}
.section_h p {
  color: #fff;
  text-shadow: 0 2px 2px #00000040;
  letter-spacing: -1px;
  margin-top: 1rem;
  font-family: NanumSquare, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.clear {
  clear: both;
}
.foot_banner {
  color: #fff;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 19px 0;
  display: flex;
}
.btn_go_class {
  color: #fff;
  cursor: pointer;
  background: var(--color-brand-dark) url(/assets/img/btn_repple.png) right bottom no-repeat;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 464px;
  height: 115px;
  margin-top: 1rem;
  font-family: NanumSquare, sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  transition: background 0.3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px #00000026;
}
.btn_go_class:hover {
  filter: brightness(1.1);
}
.btn_go_class .arrow {
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  transform: translate(-10px);
}
.btn_go_class:hover .arrow {
  opacity: 1;
  transform: translate(0);
}
.foot_head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1.5rem 0 4rem;
  display: flex;
}
.foot_logo {
  flex-shrink: 0;
  margin-top: 10px;
}
.direct {
  gap: 20px;
  display: flex;
}
.direct_info {
  border-radius: 5px;
  align-items: center;
  gap: 30px;
  margin-left: 100px;
  display: flex;
}
.icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.foot_text {
  color: #333;
  font-size: 14px;
}
.foot_text p {
  color: var(--color-brand);
  font-size: 0.9rem;
}
.foot_text strong {
  color: #fff;
  font-size: 1.5rem;
}
.footer-top {
  margin: 4.5rem 0 1.5rem;
}
.footer-links {
  justify-content: flex-end;
  gap: 50px;
  font-size: 1rem;
  display: flex;
}
.footer-links a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--color-brand);
}
address {
  font-style: normal;
}
.footer-info ul {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.footer-info li {
  color: #fff;
  border-radius: 6px;
  margin-right: 24px;
  font-size: .9rem;
  line-height: 2;
  display: inline;
}
.footer-bottom {
  text-align: center;
  color: #fff;
  background: #222;
  padding: 20px 0;
  font-size: 1.2rem;
}
.footer-bottom span {
  color: #fc6441;
  margin: 0 16px;
}
footer {
  width: 100%;
}
.footer-info ul {
  grid-template-columns: repeat(2, 1fr);
}
.visual_slide {
  margin-top: 2.4rem;
}
.visual_slide > div {
  border-radius: 16px;
}
.visual_tab > div,
.visual_login > div {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  height: 410px;
  margin-top: 2.4rem;
  box-shadow: 0 2px 6px #00000026;
}
.w-405-responsive {
  width: 405px;
}
.class_group {
  align-items: flex-start;
  display: flex;
}
.class_list {
  border-bottom: 1px solid #cac4d0;
}
.first-box {
  align-items: center;
  display: flex;
}
.first-box img {
  margin: 3.5rem 2.5rem 0 1.2rem;
}
.first-text h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.8rem;
  font-size: 2.5rem;
  font-weight: 600;
  overflow: hidden;
}
.first-text p {
  color: #767676;
  margin: 0.5rem 0 0 0.2rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.class_box {
  margin: 2rem 0;
}
.class_ul {
  width: 100%;
  display: flex;
}
.class_ul ul {
  grid-template-columns: repeat(7, 1fr);
  align-items: start;
  gap: 0.8rem 1.2rem;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  margin-left: 6rem;
  display: grid;
}
.class_ul li a {
  color: #767676;
  border: 1px solid #ddd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s;
  display: flex;
}
.class_ul li a:hover,
.class_ul li a.class_on {
  background: var(--color-brand);
  color: #fff;
}
.parent-container {
  margin-top: 2.5rem;
}
.class_area {
  border: 1px solid #ddd;
  border-radius: 30px;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 2.2rem;
  padding: 25px 34px;
  display: flex;
}
.class_area:hover {
  border: 1px solid var(--color-brand-dark);
}
.class_area:hover h3 {
  color: var(--color-brand-dark);
}
.class_area ol {
  text-align: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}
.class_area ol h3 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.class_area ol .dc_price {
  color: #868686;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: line-through;
}
.thumb {
  aspect-ratio: 290/185;
  border-radius: 8px;
  width: 100%;
  max-width: 290px;
  margin-top: 5px;
  margin-right: 2.5rem;
  overflow: hidden;
}
.thumb img {
 object-fit: none; width: auto; height: auto;
  margin-right: 1rem;
}
.item-list {
  flex-wrap: wrap;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 1rem;
  list-style: none;
  display: flex;
}
.item-list li {
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.item-list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0D81F0;
  border-radius: 50%;
  margin-right: 5px;  
}
.item-list li span {
  color: #5b5b5b;
  margin-left: 12px;
  display: inline-block;
}
.item-list li a:hover {
  color: var(--color-brand);
  background: #f7f7ff;
}
.price-section {
  margin-left: 1rem;
}
.badge-free {
  color: #fff;
  letter-spacing: -0.2px;
  background: #fc6441;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}
.col-3 {
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 1rem 0 0 2.9rem;
  display: flex;
}
.btn-1 {
  background: #9577ff;
}
.btn-2 {
  background: var(--color-brand-dark);
}
.btn-3 {
  background: #4FBDD2;
}
.btn-1,
.btn-2,
.btn-3 {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 163px;
  height: 51px;
  padding-left: 0;
  font-size: 0.9rem;
  font-weight: 300;
  list-style: none;
  display: flex;
}
.btn-1 .rounded-full,
.btn-2 .rounded-full,
.btn-3 .rounded-full {
  width: 51px;
  height: 51px;
  margin-left: 0;
}
.chk-label {
  cursor: pointer;
  color: #5b5b5b;
  align-items: center;
  gap: 20px;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  display: inline-flex;
  position: relative;
}
.chk-label:before {
  content: "";
  z-index: 0;
  background: #f0edf6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.chk-label input[type="checkbox"] {
  z-index: 1;
  accent-color: #6750a4;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
}
.dc_price {
  margin-right: 10px;
}
.line-divider {
  display: none;
}
.fixed-area {
  color: #fff;
  z-index: 1000;
  background-color: #3182ce;
  width: 100%;
  padding: 1rem;
  transition: bottom 0.5s ease-in-out;
  position: fixed;
  bottom:0;
  /*  bottom: -100%;*/
  left: 0;

  box-shadow:
    0 -4px 6px -1px #0000001a,
    0 -2px 4px -2px #0000001a;
}
.fixed-area.is-visible {
  bottom: 0;
}
.fixed_box {
  flex-direction: row;
  display: flex;
}
.slide-in-area {
  background-color: #fff;
  border: 10px solid #f0edf6;
  border-radius: 1.5rem;
  width: calc(100% - 40px);
  max-width: 1380px;
  height: 150px;
  margin: 0 auto;
  padding: 1.5rem;
  transition: bottom 0.5s ease-in-out;
  position: fixed;
  bottom:0;
  /*bottom: -200px;*/
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 10px 25px #0000001a;
}
.slide-in-area.is-visible {
  bottom: 0;
}
.close-button {
  color: #999;
  cursor: pointer;
  background: 0 0;
  border: none;
  margin-left: 10px;
  font-size: 1rem;
  transition: color 0.2s;
}
.close-button:hover {
  color: #5e37e6;
}
.checked_class {
  text-align: center;
  background: #f4f2f8;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  padding: 6px 10px;
  display: flex;
  box-shadow: 0 0 1px 1px #0000001a;
}
.checked_class:hover {
  border: 1px solid #5e37e6;
}
.slide_class {
  max-width: 800px;
  margin-left: 1rem;
}
.slide_price h3 {
  color: var(--color-brand-dark);
  font-size: 2.3rem;
}
.slide_price p {
  color: #666;
  font-size: 1rem;
}
.slide-in-area .btn_go_class {
  width: 400px;
  height: 100px;
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 2rem;
}
.slide-in-area .btn_go_class .arrow {
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  transform: translate(-10px);
}
.slide-in-area .btn_go_class:hover {
  padding-left: 1rem;
  transition: all 0.3s;
}
.slide-in-area .btn_go_class:hover .arrow {
  opacity: 1;
  transform: translate(0);
}
.fixed-area-1,
.fixed-area-2,
.fixed-area-3 {
  display: flex;
}
.fixed-area-3 {
  margin-top: 1rem;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.choice_class {
  color: #5e38e7;
}
.box-container {
  /* background-image: url(/assets/img/sub/view_bg_top.png), url(/assets/img/sub/bg_class1.png); */
  background-position:
    0,
    100% 100%;
  background-repeat: no-repeat;
  background-size: auto, auto;
  width: 100%;
  max-width: 1400px;
  height: 617px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.text-content {
  width: 52%;
  height: 100%;
  font-family: NanumSquare, sans-serif;
  position: relative;
}
.text-content h3 {
  color: #fff;
  font-family: NanumSquare, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  position: absolute;
  top: 20%;
  left: 9%;
}
.text-content p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 200;
  position: absolute;
  top: 46%;
  left: 28%;
}
.btn_lecture {
  color: #fff;
  background: #ff6551;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 230px;
  height: 70px;
  padding-left: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: background 0.3s;
  display: inline-flex;
  position: absolute;
  top: 68%;
  left: 28%;
  box-shadow: 0 1px 1px 1px #0000001a;
}
.btn_lecture:hover {
  filter: brightness(0.8);
  padding-left: 20px;
}
.btn_lecture .arrow {
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  transform: translate(-10px);
}
.btn_lecture:hover .arrow {
  opacity: 1;
  transform: translate(0);
}
.detail_lecture {
  margin: 4.5rem 0 3.5rem;
  font-family: NanumSquare, sans-serif;
}
.detail_lecture h3 {
  text-align: center;
  color: #2c2c2c;
  padding-top: 10px;
  font-size: 4rem;
  font-weight: 900;
  position: relative;
}
.detail_lecture h3:before {
  content: "";
  background: #3adad9;
  border-radius: 10px;
  width: 65px;
  height: 6px;
  position: absolute;
  top: -15px;
  left: calc(50% - 3px);
}
.detail_lecture ol {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.detail_lecture ol li {
  color: #4b4aef;
  margin: 0 20px;
  font-size: 4rem;
  font-weight: 900;
}
.detail_lecture ol li span {
  color: #ffca1d;
  margin-left: 10px;
}
.cont_datile {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 4rem;
  display: flex;
}
.image-area {
  background-size: no-repeat;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
  padding-bottom: 30px;
}
.left-area {
  background: url(/assets/img/sub/bg_detail.png) 0 10px no-repeat;
  width: 100%;
  max-width: 690px;
  margin-top: 10px;
}
.right-area {
  background: url(/assets/img/sub/bg_detail_right.png) right 6px no-repeat;
  width: 100%;
  max-width: 690px;
  margin-top: 10px;
}
.left-content {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  position: relative;
}
.search-button {
  color: #fff;
  border: 4px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 62px;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 54px;
  right: 60px;
}
.search-button svg {
  margin-right: 5px;
  font-size: 2rem !important;
}
.license-title {
  color: #fff;
  margin-top: 80px;
  font-size: 3rem;
  font-weight: 900;
}
.license-number {
  color: #3adad9;
  letter-spacing: 0.5px;
  font-family: NanumSquare, sans-serif;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.5;
}
.info-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.info-list li {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.2;
}
.info-list li:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;  
}
.info-list li span {
  padding-left: 30px;
  font-weight: 600;
}
.note-text {
  color: #fff;
  margin-top: 46px;
  font-size: 1.2rem;
  font-weight: lighter;
  line-height: 1.6;
}
.review-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 14px;
}
.review-header {
  border-bottom: 1px solid #a2a1f5;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 24px;
  padding-bottom: 15px;
  display: flex;
}
.review-header h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.star-rating {
  align-items: center;
  display: flex;
}
.star {
  color: #fed210;
  margin-left: 5px;
  font-size: 24px;
}
.review-card {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.review-text-box {
  flex-direction: column;
  display: flex;
}
.reviewer-name {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.reviewer-name span {
  color: #fff;
  margin-left: 6px;
  font-size: 0.7rem;
}
.review-description {
  color: #fff;
  letter-spacing: 0.2px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  display: box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  line-height: 1.6;
  overflow: hidden;
}
.course-info-area {
  background: url(/assets/img/sub/badge.png) right 24px top no-repeat;
  max-width: 690px;
  margin: 0 auto;
  padding: 10px 20px 20px;
}
.course-info-area > div {
  margin: 70px 60px;
}
.license-number-small {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
}
.course-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.25rem;
  font-weight: 700;
}
.tag {
  color: #fff;
  border: 1px solid #fff;
  height: 38px;
  margin-right: 2px;
  padding: 0 28px;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
}
.course-details {
  border-bottom: 1px solid #a2a1f5;
  margin-top: 20px;
  padding-bottom: 20px;
  list-style: none;
}
.course-details li {
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.1rem;
}
.course-details li:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;  
}
.course-details li span {
  margin-right: 10px;
  display: inline-block;
}
.price-info {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.price-text {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
}
.original-price {
  color: #fff;
  letter-spacing: -1px;
  margin-left: auto;
  font-size: 1.6rem;
  text-decoration: line-through;
}
.discounted-price {
  color: #ffca1d;
  margin-left: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
}
.apply-button {
  color: #fff;
  cursor: pointer;
  background-color: #ff6551;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 70px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 2px 2px #0000001a;
}
.benefits-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.benefits-list li {
  color: #fff;
  margin-bottom: 3px;
  padding-left: 0;
  font-size: 1rem;
  font-weight: lighter;
}
.free-tab-link {
  color: #3c41cb;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.free-tap-btn {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #e9e2ff;
  border-radius: 30px;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 200px;
  height: 51px;
  padding-left: 0;
  font-size: 0.9rem;
  font-weight: 300;
  list-style: none;
  display: flex;
}
.free-tap-btn .rounded-full {
  width: 51px;
  height: 51px;
  margin-left: 0;
}
.view_detail .btn-1 {
  position: absolute;
  top: 1rem;
  right: 0;
}
.title_sub {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.list_board {
  color: #000;
  border-top: 2px solid #000;
}
.list_board > li {
  border-bottom: 1px solid #eaeaea;
  padding: 1.5rem 1rem;
}
.board_half {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.board_half li {
  box-sizing: border-box;
  align-items: flex-start;
  width: calc(50% - 1rem);
  padding: 1.8rem 1rem;
  display: flex;
}
.board_half li strong {
  color: #5e37e6;
  text-wrap: nowrap;
  min-width: 4rem;
  margin-right: 2rem;
  font-family: NanumSquare, sans-serif;
  font-size: 1.3rem;
}
.list_board li div {
  font-size: 18px;
  line-height: 1.6;
  font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em;
 color:#46474A
}
.list_board li p {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
}
.list_board .class_time {
  color: #ccc;
  font-family: NanumSquare, sans-serif;
  font-size: 0.9rem;
  display: block;
}
.view_detail_txt {
  margin: 4rem 0;
}
.txt_box {
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
}
.txt_box .img_full {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}.txt_box .img_full img{
  width: 100%;
}
.txt_box .txt_content {
  margin: 2rem auto;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em;
  color:#46474A
}
.detail_slide {
  background: var(--color-brand-bg);
  padding: 4rem 2rem;
}
.swiper-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: 33.3333%;
}
.goal {
  border: 20px solid var(--color-brand-bg);
  flex-direction: row;
  gap: 2rem;
  padding: 4rem 6rem;
  display: flex;
}
.goal img {
  color: #fff;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
}
.goal p {
  font-size: 18px;
  line-height: 1.6;
  display: flex; 
  font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em;
color:#46474A
}
.teacher {
  border: 20px solid var(--color-brand-bg);
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 4rem;
  display: flex;
}
.teacher img {
  border: 1px solid #eaeaea;
  width: 200px;
  height: auto;
}
.teacher ul {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.teacher li {
font-size:18px;
  box-sizing: border-box;
  align-items: flex-start;
  width: calc(50% - 1rem);
  margin: 5px 0;
  line-height:1.6;
   font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em;
  display: flex;
}
/*
.teacher li:before {
  content: "¡¤";
  color: #000;
  margin-right: 0.5em;
  font-size: 1em;
}
*/
.view_detail_cert {
  background: #3c41cb;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}
.view_slide h3 {
   color:#46474A;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.1rem;
}
.view_slide p {
  color:#46474A;
 font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em
}
.box_license {
  border: 20px solid var(--color-brand-bg);
  gap: 2rem;
  padding: 4rem 2rem;
  display: flex;
}
.box_license .title_sub {
  margin: 0;
  padding-bottom: 0.6rem;
  font-size: 1.5rem;
  display: block;
}
.box_license strong {
  color: #333;
  text-align: left;
  padding-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: 200;
  display: block;
}
.box_sample > div {
  display: flex;
}
.box_sample img {
  max-width: 400px;
}
.box_img strong {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.law_ex {
  flex-direction: column;
  margin: 2rem 0 0 1rem;
    font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em
}
.law_ex li {
  text-align: left;
  list-style-type: disc;
}
.box-spec {
  box-sizing: border-box;
  padding: 60px 25px 0;
  position: relative;
}
.box-spec > h3 {
  text-align: center;
  color: #222;
  word-break: keep-all;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  display: block;
}
.cert_law {
  flex-direction: column;
}
.cert_law ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  display: grid;
}
.cert_law ul li {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px 30px;
  display: flex;
}
.cert_law h3 {
  background: var(--color-brand-title-purple);
  color: #fff;
  word-break: keep-all;
  box-sizing: border-box;
  border-radius: 50px;
  height: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 6px 15px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1em;
  display: inline-block;
}
.cert_law li img {
  width: auto;
  max-width: 100%;
  margin-right: 0;
}
.cert_law li .txt {
  margin-top: 0;
}
.cert_law li .txt h4 {
  color: var(--color-brand-title-purple);
  word-break: keep-all;
  text-align: center;
  margin-top: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}
.cert_law li .txt p {
  color: #333;
  word-break: keep-all;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}
.cert_law li .txt p span {
  color: var(--color-brand-title-purple);
}
.spec-txt {
  box-sizing: border-box;
  background: #f7f9fc;
  border: 1px solid #ebeff4;
  border-radius: 10px;
  margin-top: 28px;
  padding: 30px 25px;
  display: block;
}
.spec-info__list > li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.spec-info__list > li:before {
  content: "";
  opacity: 0.6;
  background: #00376e;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 0;
}
.spec-info__list > li:last-child {
  margin-bottom: 0;
}
.spec-info__list > li > span {
  color: #2d2d2d;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
.box_accordion {
  border: 20px solid var(--color-brand-bg);
  margin-bottom: 4rem;
  padding: 4rem 6rem;
}
.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-header {
  cursor: pointer;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}
.accordion-title {
  margin: 0;
  font-size: 18px;
}
.accordion-content {
  max-height: 0;
  padding: 0 20px;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
  overflow: hidden;
}
.accordion-content ul li {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight:400;
  font-family:Pretendard;
  letter-spacing:-0.025em;
  color:#46474A
}
.accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 15px 20px;
}
.sub-container {
  border-top: 1px solid #cac4d0;
  gap: 2rem;
  margin-bottom: 3rem;
  display: flex;
}
.application {
  display: flex;
}
.left-menu {
  color: #fff;
  background: url(/assets/img/sub/bg_left.png) 50% no-repeat;
  border-radius: 30px;
  align-self: flex-start;
  width: 250px;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
  box-shadow: 0 0 4px 2px #0003;
}
.left-menu ul {
  width: 250px;
}
.left-menu ul li {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
}
.left-menu ul li:last-child {
  border: none;
}
.left-menu ul li a {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s;
  display: flex;
}
.left-menu ul li a:hover,
.left-menu ul li a.on {
  color: var(--color-brand-title-purple);
  background: #fff;
}
.left-menu ul li:first-child a:hover {
  border: none;
  border-radius: 30px 30px 0 0;
}
.left-menu ul li:last-child a:hover {
  border: none;
  border-radius: 0 0 30px 30px;
}
.left-menu ul li:first-child a.on {
  border-radius: 30px 30px 0 0;
}
.left-menu ul li:last-child a.on {
  border-radius: 0 0 30px 30px;
}
.menu-arrow {
  font-size: 0.8rem;
  transition: transform 0.3s;
  display: inline-block;
}
.left-menu ul li:hover .menu-arrow {
  transform: translate(8px);
}
.menu-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px;
  padding: 10px;
  font-size: 15px;
  display: none;
}
.left_area {
  color: #fff;
  border-radius: 30px;
  align-self: flex-start;
  width: 250px;
  margin-top: 3rem;
  padding: 0;
  position: relative;
}
.left_banner {
  flex-direction: column;
  display: flex;
}
.banner-kakao {
  box-sizing: border-box;
  text-align: center;
  background-color: #fc0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  height: 250px;
  padding: 20px 15px;
  font-family: Pretendard, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-text {
  margin-top: 1rem;
}
.banner-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}
.banner-time {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.4;
}
.banner-off {
  color: #666;
  background: #fcdb58;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  display: inline-block;
}
.banner-img img {
  object-fit: contain;
  width: 85%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.banner-account {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background-color: #9adc9a;
  border-radius: 16px;
  width: 250px;
  height: 250px;
  margin-top: 1rem;
  padding: 20px;
  font-family: Pretendard, sans-serif;
  position: relative;
}
.banner-account .banner-text {
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}
.banner-account .banner-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.banner-account .banner-number {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 600;
}
.banner-account .banner-owner {
  color: #FFF;
  background-color: #339933;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  display: inline-block;
}
.banner-account .banner-img img {
  object-fit: contain;
  width: 80%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.right_area {
  flex: 1;
  min-height: 700px;
  margin-top: 2.5rem;
}
.sub_page_title {
  color: var(--color-brand-title);
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.cert_way ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}
.cert_way ul li {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.cert_way ul li h3 {
  margin-top: 1rem;
}
.app {
  color: #fff;
  text-align: center;
  background: url(/assets/img/sub/bg_app.png) 50% / cover no-repeat;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
}
.app_service {
  background: url(/assets/img/sub/bg_app_service.png) 50% / cover no-repeat;
}
.app_intro {
  background: url(/assets/img/sub/bg_app_intro.png) 50% / cover no-repeat;
}
.app:before,
.app_service:before,
.app_intro:before {
  content: "";
  background: #0009;
  border-radius: 30px;
  position: absolute;
  inset: 0;
}
.app-content {
  z-index: 1;
  max-width: 80%;
  position: relative;
}
.app-content h1 {
  margin-bottom: 10px;
  font-size: 2rem;
}
.app-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.list-info {
  border-top: 1px solid var(--color-brand-border);
  border-radius: 0 0 12px 12px;
  padding: 1.5rem;
}
.list-info li {
  color: var(--color-brand-text);
  font-weight: 200;
  line-height: 1.8;
}
.list-info li:before {
  content: "¡¤";
  color: #999;
  margin-right: 0.3em;
  font-size: 1em;
}
.box_content {
  padding: 2rem;
  display: flex;
}
.box_sample {
  align-self: flex-start;
  margin-left: 0;
}
.box_sample p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}
.box_sample strong {
  letter-spacing: -1px;
  font-weight: 400;
  display: block;
}
.box_sample span {
  background: var(--color-brand);
  text-underline-offset: 10px;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  display: block;
}
.box_sample2 {
  color: #333;
  text-align: center;
  border: 1px solid #c7c9ff;
  align-self: flex-start;
  margin-top: 1rem;
  margin-left: 0;
  padding: 3rem;
  font-family: NanumSquare, sans-serif;
  font-size: 1rem;
  box-shadow: 0 2px 10px #5958f114;
}
.box_sample2 p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}
.box_sample2 strong {
  color: #e59d29;
  letter-spacing: -1px;
  font-weight: 700;
  display: block;
}
.box_sample2 span {
  background: var(--color-brand);
  text-underline-offset: 10px;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  display: block;
}
.form-wrap {
  border: 1px solid var(--color-brand-border);
  background: #fff;
  border-radius: 12px;
  max-width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0;
  box-shadow: 0 2px 10px #1018280a;
}
.form-wrap-box {
  border: 1px solid var(--color-brand-border);
  background: #fff;
  border-radius: 12px;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  box-shadow: 0 2px 10px #1018280a;
}
.form-title {
  color: var(--color-brand-text);
  border-bottom: 1px solid var(--color-brand-border);
  background: #fafaff;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 200;
  display: flex;
}
.form-title .chk-label:before {
  background: 0 0;
}
.info_content {
  color: #686a6e;
  font-size: 0.85rem;
}
.info_content svg {
  color: var(--color-brand);
  font-size: 0.85rem;
}
.form-list.row {
  gap: 20px;
  margin: 0;
  padding: 20px;
  list-style: none;
  display: flex;
}
.form-list.row li {
  flex-direction: column;
  flex: 1 1 0;
  display: flex;
}
.form-list label {
  color: #686a6e;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 200;
}
.form-list select,
.form-list input[type="text"] {
  color: #666;
  border: 1px solid var(--color-brand-border);
  text-align: center;
  border-radius: 8px;
  padding: 10px 12px;
}
.file-field {
  align-items: center;
  gap: 8px;
  display: flex;
}
.file-input {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.btn-file {
  background: var(--color-brand-title-purple);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1.2rem;
  transition:
    background-color 0.2s,
    color 0.2s;
  box-shadow: 0 1px 1px 1px #0000001a;
  color: #fff !important;
  font-weight: 200 !important;
}
.file-name {
  color: #6b7280;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  font-size: 14px;
  overflow: hidden;
}
.form-list-2 {
  border-top: 1px solid var(--color-brand-border);
  border-radius: 0 0 12px 12px;
  padding: 1rem;
}
.form-list-2 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-list-2 li {
  border-bottom: 1px solid var(--color-brand-border);
  color: #686a6e;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}
.form-list-2 li:last-child {
  border-bottom: 0;
}
.form-list-2 span {
  flex: 1;
}
.form-list-2 strong {
  text-align: right;
  color: var(--color-brand);
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: 700;
}
.text-xs {
  font-style: normal;
}
.form-box {
  border-radius: 8px;
  flex-direction: column;
  gap: 30px 20px;
  margin: 20px auto;
  padding: 0 20px;
  display: flex;
}
.form-item {
  border-bottom: 1px solid var(--color-brand-border);
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  display: flex;
}
.form-box .form-item:last-child {
  border: none;
  padding-bottom: 0;
}
.form-item label {
  color: #686a6e;
  flex: 0 0 140px;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 200;
}
.form-item input[type="text"],
.form-item textarea,
.form-item select {
  border: 1px solid var(--color-brand-border);
  box-sizing: border-box;
  color: #666;
  border-radius: 6px;
  flex: 1;
  padding: 10px 12px;
  font-weight: 200;
}
.input-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.input-wrap input {
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
.input-wrap .unit {
  color: #555;
  pointer-events: none;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.address-item {
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.address-item label {
  flex: 0 0 140px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 40px;
}
.address-fields {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  width: 100%;
  display: flex;
}
.addr-line1 {
  gap: 10px;
  display: flex;
}
.addr-line1 input {
  flex: 1;
}
.addr-line1 button {
  color: #fff;
  cursor: pointer;
  background: #5958f1;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
}
.addr-line2 input,
.addr-line3 input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
}
.phone-item {
  align-items: center;
  gap: 20px;
  display: flex;
}
.phone-item label {
  flex: 0 0 140px;
  font-size: 1rem;
  font-weight: 200;
}
.phone-fields {
  flex: 1;
}
.phone-box {
  align-items: center;
  gap: 8px;
  display: flex;
}
.phone-box input {
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  flex: 1 1 0;
  min-width: 70px;
  padding: 10px;
}
.select-wrap {
  width: 100%;
}
.select-wrap-m {
  display: none;
}
.login_box {
  max-width: 550px;
  margin: 6rem auto;
}
.login_box .title {
  color: var(--color-brand);
  letter-spacing: -2px;
  font-family: NanumSquare, sans-serif;
  font-size: 2rem;
}
.login_box .title span {
  color: var(--color-brand-text);
  font-size: 1.8rem;
  display: block;
}
.login_box .tabs {
  margin-top: 2rem;
}
.login_box .tabs .tabs__tab {
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1rem;
}
.login-wrap {
  box-sizing: border-box;
  border-top: 1px solid var(--color-brand-border);
  flex-direction: column;
  gap: 14px;
  margin: 24px auto;
  padding: 30px;
  display: flex;
}
.login-wrap .chk-label:before {
  content: "";
  z-index: 0;
  background: 0 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.login-form-item {
  flex-direction: column;
  gap: 6px;
  display: flex;
}
.login-form-item label {
  color: var(--color-brand-text);
  font-size: 1rem;
  font-weight: 400;
}
.login-form-item input[type="text"],
.login-form-item input[type="password"] {
  border: 1px solid var(--color-brand-border);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px;
}
.banner_login img {
  border-radius: 0.5rem;
  margin-top: 1rem;
  width:100%
}
.form-row.between {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  display: flex;
}
.link-group {
  align-items: center;
  gap: 8px;
  margin-right: 10px;
  display: inline-flex;
}
.link-group .link {
  color: #4b5563;
  text-decoration: none;
}
.link-group .link:hover {
  text-decoration: underline;
}
.link-group .sep {
  color: #cbd5e1;
}
.btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  padding: 14px 20px;
  font-size: 0.9rem;
  font-weight: 400;
}
.btn-primary {
  background: var(--color-brand);
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.95;
}
.btn-outline {
  color: var(--guide-brand);
  border-color: var(--guide-brand);
}
.btn-confirm {
  color: var(--color-brand-title-purple);
  background: var(--color-brand-title-purple);
}
.btn-cancel {
  background: var(--color-red);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  transition: background 0.2s;
}
.btn-cancel:hover {
  background: #fe543d;
}
.social-row {
  margin-top: 4px;
}
.btn-naver {
  color: #fff;
  background: #03c75a;
  width: 48%;
}
.btn-naver:hover {
  opacity: 0.95;
}
.btn-kakao {
  color: #191600;
  background: #fee500;
  width: 48%;
}
.btn-kakao:hover {
  filter: brightness(0.98);
}
.btn-row {
  text-align: right;
  justify-content: end;
  gap: 12px;
}
.btn-row a {
  max-width: 250px;
}
.btn-purple {
  color: #fff;
  background-color: #7768e5;
  padding: 10px 20px;
}
.btn-purple:hover {
  background-color: #5f4cc7;
}
.btn-blue {
  color: #fff;
  background-color: #4fbdd2;
  padding: 10px 20px;
}
.btn-blue:hover {
  background-color: #36a7be;
}
.signup-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}
.signup-wrap .form-box {
  gap: 10px;
  padding: 0;
}
.signup-wrap .form-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}
.form-box {
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.form-row {
  border-top: 1px solid var(--color-brand-border);
  grid-template-columns: 140px 1fr;
  align-items: start;
  gap: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}
.b-no {
  border-top: none;
}
.form-row input[type="text"],
.form-row input[type="password"],
.form-row select {
  border-radius: 8px;
  padding: 10px;
}
.form-row > label {
  color: #686a6e;
  line-height: 40px;
}
.field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
input[type="text"],
input[type="password"],
select,
.coupon-input {
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  width: 100%;
  padding: 12px;
}
input::placeholder {
  color: #9aa3ad;
  opacity: 1;
}
.help-text {
  color: #6b7280;
  margin-top: 2px;
  font-size: 13px;
}
.with-button {
  gap: 8px;
  display: flex;
}
.with-button input {
  height: 50px;
}
.with-button .btn {
  width: 140px;
  height: 50px;
  padding: 0;
}
.btn-sm {
  cursor: pointer;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  min-width: 92px;
  height: 42px;
  padding: 0 12px;
  font-weight: 600;
}
.btn-sm:hover {
  background: #f3f4f6;
}
.birth-row {
  gap: 8px;
  display: flex;
  align-items:center
}
.birth-row select {
  color: #999;
  flex: 1 1 0;
}
.calendar-type {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  margin-top: 8px;
  margin-left: auto;
  display: inline-flex;
  overflow: hidden;
}
.calendar-type input {
  display: none;
}
.calendar-type label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #4b5563;
  text-align: center;
  width: 60px;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 200;
}
.calendar-type input:checked + label {
  color: #fff;
  background: #5958f1;
}
.email-row {
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  display: flex;
}
.email-row input[type="text"] {
  flex: 1;
  min-width: 120px;
}
.email-row .at {
  color: #9ca3af;
  flex: none;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  appearance: none;
  color: #999;
  background: #fff;
  width: 100%;
  padding-right: 36px;
}
.select-wrap:after {
  content: "¡å";
  color: #6b7280;
  pointer-events: none;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.phone-row {
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  display: flex;
}
.phone-row .dash {
  color: #9ca3af;
}
.phone-row input {
  text-align: center;
}
.chk {
  color: #666;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  display: inline-flex;
}
.chk input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
}
.checkbox-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;
  display: grid;
}
.coupon-row {
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}
.coupon-row .coupon-input {
  max-width: 200px;
}
.terms {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.required input {
  accent-color: var(--guide-brand);
}
.detail {
  color: #6b7280;
  margin-left: 6px;
  text-decoration: underline;
}
.submit-row .btn-primary-lg {
  background: var(--guide-brand);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  font-weight: 700;
}
.submit-row .btn-primary-lg:hover {
  opacity: 0.96;
}
.terms-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  padding: 0 16px;
}
.term-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background-color 0.2s;
  overflow: hidden;
}
.term-head {
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  display: flex;
}
.term-title {
  color: #111827;
  font-size: 1.2rem;
  font-weight: 400;
}
.term-toggle {
  color: #5958f1;
  flex: none;
  font-weight: 700;
}
.term-body {
  max-height: 0;
  transition: max-height 0.28s;
  overflow: hidden;
}
.term-body-inner {
  color: #374151;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.6;
}
.term-body-inner .term-content {
  margin: 1rem 0;
}
.term-body-inner .term-content h3 {
  margin-bottom: 0.5rem;
}
.term-item.is-open {
  background: #fafaff;
  border-color: #c7c9ff;
  box-shadow: 0 2px 10px #5958f114;
}
.term-item.is-open .term-title {
  color: #23234f;
}
.term-item.is-open .term-toggle {
  color: #3332f6;
}
.term-head:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #5958f1;
}
.term-box {
  background: #fafaff;
  border: 1px solid #c7c9ff;
  border-radius: 12px;
  margin: 16px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 10px #5958f114;
}
.term-box ul {
  flex-wrap: wrap;
  padding: 0;
  font-size: 1rem;
  list-style: none;
  display: flex;
}
.term-box ul li {
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.info {
  color: var(--color-brand-text);
  flex-direction: column;
  margin: 1rem;
  font-size: 1rem;
  display: flex;
}
.info > div {
  width: 100%;
  margin-bottom: 0.5rem;
}
.info .row-list {
  width: 33%;
  margin-bottom: 1rem;
}
.info span {
  background: var(--color-brand);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-family: NanumSquare, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.2s;
  display: inline-block;
}
.info p {
  color: #666;
  margin-left: 35px;
  font-size: 0.8rem;
}
.personal-info {
  text-align: left;
  margin: 2rem;
}
.tbl_normal {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.5;
}
.tbl_normal caption {
  text-align: left;
  color: #333;
  margin-bottom: 8px;
  font-size: 0;
  font-weight: 600;
}
.tbl_normal th,
.tbl_normal td {
  text-align: left;
  color: var(--color-brand-text);
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 1rem;
}
.tbl_normal th {
  text-align: center;
  background-color: #f8f9fa;
  font-weight: 400;
}
.tbl_box {
  padding: 0 2rem 2rem;
}
.table-wrap {
  width: 100%;
}
.rwd-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000000d;
}
.rwd-table caption {
  font-size: 0;
}
.rwd-table th,
.rwd-table td {
  text-align: center;
  word-break: keep-all;
  color: var(--color-brand-text);
  border-bottom: 1px solid #f0f2f5;
  padding: 12px 14px;
}
.rwd-table thead {
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}
.rwd-table thead th:first-child {
  background: #f8f9fa;
  border-radius: 12px 0 0;
}
.rwd-table thead th:last-child {
  background: #f8f9fa;
  border-radius: 0 12px 0 0;
}
.rwd-table tbody td {
  border-top: 1px solid #f0f2f5;
}
.rwd-table th {
  color: #333;
  font-weight: 400;
}
.rwd-table tbody td:nth-child(7) a {
  color: #fff;
  text-align: center;
  background: #5958f1;
  border-radius: 6px;
  width: 100%;
  padding: 8px 0;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
.tbl-col {
  table-layout: auto;
}
.tbl-col tr:hover {
  background-color: #f3f4f6;
}
.tbl-col td:nth-child(3) {
  text-align: left;
}
.tbl-col td:nth-child(3):hover {
  color: #000;
}
.tbl-col2 {
  table-layout: auto;
}
.tbl-col2 tr:hover {
  background-color: #f3f4f6;
}
.tbl-col2 td:nth-child(2) {
  text-align: left;
}
.tbl-col2 td:nth-child(2):hover {
  color: #000;
}
.tbl_write {
  border-collapse: collapse;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 100%;
  margin: 30px auto;
  box-shadow: 0 2px 6px #0000000d;
}
.tbl_write th,
.tbl_write td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-weight: 400;
}
.tbl_write th {
  text-align: center;
  background: #f8f9fa;
  width: 20%;
}
.tbl_write tr:first-child th {
  border-radius: 12px 0 0;
}
.tbl_write tr:nth-child(3) th {
  border-radius: 0 0 0 12px;
}
.tbl_write tr:nth-child(3) th,
.tbl_write tr:nth-child(3) td {
  border: none;
}
.tbl_write input[type="text"],
.tbl_write textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}
.tbl_write textarea {
  resize: vertical;
  height: 120px;
}
.tbl-border {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000000d;
}
.tbl-border th,
.tbl-border td {
  text-align: center;
  vertical-align: middle;
  color: var(--color-brand-text);
  border-bottom: 1px solid #f3f4f6;
  padding: 10px 12px;
}
.tbl-border caption {
  font-size: 0;
}
.tbl-border thead th {
  background: #f8fafc;
  font-weight: 400;
}
.tbl-border tbody tr:last-child td {
  border-bottom: none;
}
.tbl-border .text-left {
  text-align: left;
}
.tbl-border tbody td[rowspan] {
  border-right: 1px solid #f3f4f6;
}
.grade-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000000d;
}
.grade-table caption {
  font-size: 0;
}
.grade-table th,
.grade-table td {
  text-align: center;
  word-break: keep-all;
  color: var(--color-brand-text);
  border-bottom: 1px solid #f0f2f5;
  padding: 12px 14px;
}
.grade-table thead th {
  background: #f8fafc;
  font-weight: 400;
}
.grade-table .text-left,
.grade-table .tl {
  text-align: left !important;
}
.grade-table2 [rowspan],
.grade-table4 [rowspan] {
  border-right: 1px solid #f0f2f5;
}
.txt-blue {
  color: #2563eb;
}
.txt-red {
  color: #ef4444;
}
.btn-box {
  text-align: center;
  margin-top: 20px;
}
.btn-box button {
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  transition: background 0.2s;
}
.btn-box button:hover {
  opacity: 0.9;
}
.search-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  display: flex;
}
.search-scope {
  gap: 0.5rem;
  display: flex;
}
.btn-check {
  color: #374151;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #fff;
  border-radius: 6px;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  transition: all 0.2s;
  display: inline-flex;
}
.btn-check:hover {
  background: #f3f4f6;
}
.btn-check input {
  width: 16px;
  height: 16px;
}
.btn-check input:checked + span {
  color: #4f46e5;
}
.btn-check input:checked {
  accent-color: #4f46e5;
}
.btn-check:has(input:checked) {
  color: #4f46e5;
  background: #e0e7ff;
  border-color: #6366f1;
}
input[type="text"].search-input {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  flex: 0 0 180px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}
input[type="text"].search-input:focus {
  border-color: #7768e5;
  outline: none;
}
.search-btn {
  background: var(--color-brand);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.search-btn:hover {
  background: #4338ca;
}
.bth-outline {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.bth-outline:hover {
  color: #fff;
  background: #4338ca;
}
.search-select {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  flex: 0 0 100px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  display: none;
}
.full_img img {
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  padding: 2rem 1rem;
}
.info-row {
  flex-direction: row;
}
.cert_pay {
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cert_pay ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}
.cert_pay ul li {
  flex-direction: column;
  align-items: center;
  padding: 40px 10px 30px;
  display: flex;
}
.cert_pay ul li img {
  transition: all 0.3s;
}
.cert_pay ul li:hover img {
  transform: scale(1.05);
}
.cert_pay ul li h3 {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.cert_pay ul li:hover h3,
.cert_pay ul li:hover .txt {
  color: var(--color-brand);
}
.cert_pay ul li .txt {
  text-align: center;
  color: var(--color-brand);
  font-family: NanumSquare, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.badge-important {
  color: #fff;
  background: var(--color-brand);
  text-align: center;
  border-radius: 6px;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem;
  display: inline-block;
}
.board-view {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin: 2rem auto;
  padding: 1.5rem;
  font-family:
    Noto Sans KR,
    sans-serif;
  box-shadow: 0 2px 6px #0000000d;
}
.board-title {
  color: #111827;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.board-meta {
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}
.board-content {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}
.board-content p {
  margin-bottom: 1rem;
}
.pagination {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  display: flex;
}
.page {
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  font-size: 14px;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    color 0.2s,
    transform 60ms;
  display: inline-flex;
}
.page svg {
  width: 14px;
  height: 14px;
}
.page:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.page:focus-visible {
  border-color: var(--color-brand);
  outline: none;
  box-shadow: 0 0 0 3px #4f46e540;
}
.page:active {
  transform: translateY(1px);
}
.page.current {
  background: var(--guide-brand);
  border-color: var(--guide-brand);
  color: #fff;
  cursor: default;
  font-weight: 700;
}
.page.is-disabled,
.page[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
@media (prefers-color-scheme: dark) {
  .page {
    color: #e5e7eb;
    background: #0b0f1a;
    border-color: #1f2937;
  }
  .page:hover {
    background: #111827;
    border-color: #374151;
  }
  .page.current {
    background: #6366f1;
    border-color: #6366f1;
  }
}
.view-actions {
  text-align: right;
  margin-top: 1.2rem;
  display: block;
}
.guide-tablist {
  white-space: nowrap;
  border: 1px solid var(--guide-border);
  scroll-snap-type: x mandatory;
  background: #fafafa;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  margin-top: 0.5rem;
  padding: 6px;
  display: flex;
  overflow: auto;
  box-shadow: 0 2px 6px #0000000d;
}
.guide-tablist::-webkit-scrollbar {
  height: 8px;
}
.guide-tablist::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 9999px;
}
.guide-tab {
  scroll-snap-align: start;
  border: 1px solid var(--guide-border);
  cursor: pointer;
  color: var(--color-brand-text);
  background: #fff;
  border-radius: 999px;
  flex: none;
  padding: 10px 40px;
  font-size: 14px;
  transition:
    transform 0.15s,
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}
.guide-tab[aria-selected="true"] {
  background: var(--guide-brand);
  color: #fff;
  border-color: var(--guide-brand);
}
.guide-tab:focus-visible {
  outline: 2px solid var(--guide-brand);
  outline-offset: 2px;
}
.guide-tab:hover {
  box-shadow: 0 0 0 1px #7768e52e;
}
.guide-panel {
  margin-top: 18px;
  display: none;
}
.guide-panel[aria-hidden="false"] {
  display: block;
}
.guide-accordion {
  border: 1px solid var(--guide-border);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000000d;
}
.guide-accordion details {
  border-bottom: 1px solid var(--guide-border);
}
.guide-accordion details:last-child {
  border-bottom: none;
}
.guide-accordion summary {
  cursor: pointer;
  color: var(--color-brand-text);
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  list-style: none;
  display: flex;
}
.guide-accordion summary::-webkit-details-marker {
  display: none;
}
.guide-accordion summary .guide-chev {
  transform-box: fill-box;
  transform-origin: 50%;
  flex: none;
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.guide-accordion details[open] summary .guide-chev {
  transform: rotate(180deg);
}
.guide-accordion .guide-content {
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
}
.guide-content {
  color: var(--color-brand-text);
  transition: transform 0.2s;
}
.guide-content__inner {
  padding: 12px 16px;
}
.guide-accordion-item + .guide-accordion-item {
  margin-top: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .guide-accordion summary .guide-chev {
    transition: none;
  }
}
.list2-wrap {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 16px;
}
.list2-grid {
  grid-template-columns: repeat(3, minmax(0, 2fr));
  gap: 16px;
  display: grid;
}
.list2-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 6px #0000000d;
}
.list2-logo {
  place-items: center;
  display: grid;
  overflow: hidden;
}
.list2-logo img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.list2-title {
  color: #111827;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.list2-desc {
  color: #6b7280;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.list2-spacer {
  margin-top: auto;
}
.list2-btn {
  color: #3730a3;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.12s,
    background 0.12s,
    border-color 0.12s;
  display: inline-flex;
}
.list2-btn:hover {
  background: #e0e7ff;
  border-color: #a5b4fc;
  transform: translateY(-1px);
}
.stp-wrap {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0;
}
.stp-layout {
  grid-template-columns: 280px 1fr;
  align-items: start;
  gap: 20px;
  display: grid;
}
.stp-tabs {
  border: 1px solid var(--stp-border);
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 2px 6px #0000000d;
}
.stp-tab {
  width: 100%;
  color: var(--stp-text);
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
  padding: 12px 14px;
  font-weight: 700;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.1s;
  display: flex;
}
.stp-tab:hover {
  background: #f5f5ff;
}
.stp-tab[aria-selected="true"] {
  color: var(--stp-brand);
  background: #f1effc;
  border-color: #d8d3fb;
  transform: translateY(-1px);
}
.stp-stepnum {
  color: #fff;
  background: var(--stp-brand);
  border-radius: 999px;
  flex: none;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 800;
  display: inline-grid;
}
.stp-panel {
  background: #fff;
  border-radius: 12px;
  padding: 0;
}
.stp-panel[hidden] {
  display: none;
}
.stp-cards {
  gap: 14px;
  display: grid;
}
.stp-card {
  border: 1px solid var(--stp-border);
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 6px #0000000d;
}
.stp-card img {
  object-fit: cover;
  background: #f3f4f6;
  width: 100%;
  height: auto;
  display: block;
}
.stp-card-title {
  color: var(--stp-brand);
  background: #f1effc;
  border: 1px solid #d8d3fb;
  border-radius: 8px;
  margin: 0 0 0.5rem;
  padding: 0.5rem;
  font-size: 1rem;
}
.stp-card-desc {
  color: var(--stp-muted);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
.about-klvea {
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.about-ico-badge {
  background: #fff;
  border: 1px solid #6750a433;
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
  box-shadow: 0 2px 8px #0000000d;
}
.about-ico {
  width: 20px;
  height: 20px;
  display: block;
}
.about-klvea-inner {
  padding: 56px 20px;
  position: relative;
}
.about-klvea-kicker {
  -webkit-backdrop-filter: saturate(130%) blur(2px);
  backdrop-filter: saturate(130%) blur(2px);
  color: var(--about-brand);
  background: #fafaff;
  border: 1px solid #476a73;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-size: 1rem;
  display: inline-flex;
  box-shadow: 0 2px 10px #5958f114;
}
.about-klvea h1 {
  color: var(--about-brand);
  margin: 0.5rem 0 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}.about-klvea h1 strong{
  color: var(--color-brand);
  font-size: 2.5rem;
}
.about-klvea p {
  color:#46474A;
  font-size: 1rem;
  line-height: 1.75;
}
.about-section-title {
  color: #233957;
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  border-bottom:1px solid #cac4d0
}
.about-vision-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  display: grid;
  margin:3rem 0
}
.about-vision-card {
display:flex
}
.about-vision-card img {
  width:200px;
  border-radius: 14px;
  margin-right:1rem
}
.about-vision-content {
  color: #fff;
  z-index: 9;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
  align-items: center; 
}
.about-vision-title {
  margin: 10px 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
  color:#666;
  margin-bottom:.5rem
}
.about-vision-content p {
  color: #666;
font-size:.9rem;
line-height:1.8;
margin-top:1rem
}
.dir-wrap {
  max-width: 1200px;
  margin: 24px auto;
}
.dir-title {
  color: #1b103a;
  margin: 0 0 14px;
  font-size: 22px;2025-12-05
  font-weight: 800;
}
.dir-mapblock {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
}
.dir-map {
  background: #f6f7fb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  place-items: center;
  width: 100%;
  height: 400px;
  display: grid;
  overflow: hidden;
  box-shadow:
    0 1px #00000005,
    inset 0 8px 24px #0000000a;
}
.dir-map-hint {
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
}
.dir-btn {
  color: #3730a3;
  cursor: pointer;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 200;
  transition:
    transform 0.12s,
    background 0.12s,
    border-color 0.12s;
  display: inline-flex;
}
.dir-btn:hover {
  background: #e0e7ff;
  border-color: #a5b4fc;
  transform: translateY(-1px);
}
.dir-btn-primary {
  min-width: 140px;
}
.dir-row {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 12px 14px;
  display: flex;
}
.dir-ico {
  color: #6750a4;
  flex: none;
  width: 18px;
  height: 18px;
}
.dir-address {
  color: #111827;
  font-style: normal;
}
.dir-phone a {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}
.dir-phone a:hover {
  text-decoration: underline;
}
.class_section {
  border: 1px solid var(--guide-border);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000000d;
}
.lectureroom {
  border-top: 1px solid #cac4d0;
  gap: 2rem;
  margin-bottom: 3rem;
  display: flex;
}
.course-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.course-item {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 16px;
  padding: 20px 20px 60px;
  position: relative;
  box-shadow: 0 2px 6px #0000000d;
}
.course-item-2step {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
  position: relative;
  box-shadow: 0 2px 6px #0000000d;
}
.course-row {
  grid-template-columns: 1fr;
  gap: 12px 16px;
  display: grid;
}
.course-col.left {
  order: 1;
}
.course-col.middle {
  flex-wrap: wrap;
  order: 2;
  align-items: center;
  gap: 8px;
  display: flex;
}
.course-col.right {
  order: 3;
  justify-items: start;
  gap: 8px;
  display: grid;
}
.course-name {
  color: #111827;
  margin: 0 0 4px;
  font-size: 1.3rem;
  font-weight: 500;
}
.course-date {
  color: #6b7280;
  margin: 0;
  font-size: 1rem;
}
.badge_class {
  white-space: nowrap;
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 0.9rem;
  line-height: 1;
  display: inline-block;
}
.badge-grey {
  color: #4b5563;
  background: #f3f4f6;
}
.badge-grey.on {
  color: #fff;
  background-color: #0046ff;
}
a.badge-grey:hover {
  opacity: 0.8;
}
.badge-blue {
  color: #fff;
  background: #0046ff;
}
.progress {
  color: #374151;
  font-size: 1.3rem;
}
.progress-value {
  color: #111827;
  font-weight: 700;
}
.zero {
  color: #ef4444;
}
.btn-view {
  position: absolute;
  bottom: 34px;
  right: 20px;
}
.btn-view-2step {
  position: absolute;
  top: 20px;
  right: 20px;
}
.progress-mobile {
  color: #374151;
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  display: none;
}
.progress-mobile .progress-value.zero {
  color: #ef4444;
}
.progress-wrap {
  width: 100%;
  margin: 0 auto;
}
.progress-grid {
  gap: 16px;
  display: grid;
}
.table-wrap {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}
.progress-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px #0000000d;
}
.progress-row {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}
.progress-row .title {
  color: #222;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.progress-row .info {
  color: #6b7280;
  font-size: 14px;
}
.progress-bar {
  background: #f3f4f6;
  border-radius: 9999px;
  width: 100%;
  height: 1rem;
  position: relative;
  overflow: hidden;
}
.progress-bar .bar-fill {
  border-radius: inherit;
  height: 100%;
  transition: width 0.5s;
}
.progress-info {
  color: #6b7280;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  display: flex;
}
.percent {
  text-align: right;
  margin-top: 12px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}
.file-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.file-list li {
  margin-bottom: 8px;
}
.file-list a {
  color: #333;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
}
.file-list a:hover {
  color: #2f54eb;
  background: #f0f4ff;
  border-color: #a3b8ff;
}
.file-icon {
  flex-shrink: 0;
  font-size: 18px;
}
.file-name2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  overflow: hidden;
}
.review-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.review-list li {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 1rem;
  padding: 30px;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}
.review-text {
  flex: 1;
}
.review-title {
  color: var(--about-text);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 1.3rem;
  display: flex;
}
.review-title .name,
.review-title .date {
  color: #666;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.review-content {
  color: #444;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}
.review-img {
  flex-shrink: 0;
  width: 160px;
  height: auto;
}
.review-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}
.class_day {
  color: #999;
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
}
@media (min-width: 768px) {
  .course-row {
    grid-template-columns: 1fr 1.4fr 0.6fr;
    align-items: start;
  }
  .course-col.right {
    text-align: right;
    justify-items: end;
  }
  .progress {
    text-align: right;
  }
  .gnb_menu {
    left: 0.5rem;
  }
  .progress-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gnb_menu {
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 1400px) {
  .section_a [data-slider] {
    width: 700px;
    height: 410px;
  }
  .quick-menu {
    width: 130px;
    position: fixed;
    top: calc(100vh - 200px);
    bottom: 0;
    right: 20px;
  }
  .qm-card {
    display: none;
  }
  .text-content {
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .visual_tab {
    display: none;
  }
  nav > div {
    gap: 30px;
    font-size: 1.2rem;
  }
  .slide_class {
    max-width: 600px;
  }
  .slide-in-area .btn_go_class {
    height: 80px;
    font-size: 1.6rem;
  }
  .text-content {
    width: 70%;
    height: 100%;
  }
  .class_box {
    margin: 2rem 1rem;
  }
  .sub_page_title {
    display: none;
  }
  .breadcrumb {
    margin-right: 2rem;
  }
  .form-wrap {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .section_a [data-slider] {
    width: 100%;
    height: auto;
  }
  .top_logo {
    margin: 0 0 0.5rem;
  }
  .visual_tab {
    display: none;
  }
  .box_search {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .m_search {
    display: block;
  }
  .btn_m_search {
    display: none;
  }
  .btn_m_search svg {
    width: 34px;
    height: 34px;
  }
  .btn_ham {
    margin-top: 0;
  }
  .btn_ham svg {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
  .btn_ham {
    align-items: end;
  }
  .slide-in-area {
  /*  height: 300px;
    bottom: -300px;*/
  }
  .slide_class {
    max-width: 400px;
    margin-left: 1rem;
  }
  .text-content {
    width: 90%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  nav > div {
    gap: 20px;
    font-size: 1.2rem;
  }
  .visual_slide,
  .visual_login > div {
    margin-top: 0.5rem;
  }
  .banner-box {
    border: 10px solid var(--color-brand-bg);
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    height: 160px;
  }
  .banner span.text-3xl {
    font-size: 1rem;
    font-weight: 400;
  }
  .banner img {
    width: 50px;
    height: 50px;
    margin-top: 12px;
    margin-right: 25px;
  }

  .tabs .tabs__tab {
    border-radius: 10px;
    padding: 16px 0;
    font-size: 1.2rem;
  }
  .tabbanners {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
  }
  .tabbanners.cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tabbanners .bn-card {
    margin-bottom: 1rem;
  }
  .tabbanners .bn-media {
    padding: 20px;
  }
  .tabbanners .bn-media img {
    width: 150px;
  }
  .tabbanners .bn-body {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    padding: 10px;
  }
  .tabbanners .bn-title {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .tabbanners .bn-desc {
    margin-top: 6px;
    font-size: 1rem;
  }
  .tabbanners .bn-desc strong {
    color: #000;
    font-size: .9rem;
    font-weight: 200;
    display: block;
  }
  .tabbanners .bn-inner {
    grid-template-columns: 170px 1fr;
    height: 200px;
  }
  .section_c {
    background: var(--color-brand-bg);
    padding: 4rem 2rem;
  }
  .section_f,
  .section_e {
    padding: 6rem 2rem;
  }
  .bg-klvea-banners .bn-media > div {
    width: 100%;
    height: 230px;
  }
  .bg-klvea-banners li {
    width: calc(33% - 20px);
    margin: 10px;
    display: inline-block;
  }
  .threeup-slider .slider-track {
    grid-auto-columns: 33.3333%;
    gap: 1rem;
    margin: 0 0 0 2rem;
  }
  .threeup-slider .slider-viewport {
    padding-right: 0;
  }
  .threeup-slider .slide {
    background: url(/assets/img/bg_review.png) 0 0 / cover no-repeat;
    width: 100%;
    height: 230px;
  }
  .threeup-slider .slide-content {
    z-index: 1;
    position: absolute;
    top: 35px;
    left: 30px;
    right: 52%;
  }
  .threeup-slider .slide-content h3 {
    font-size: 1rem;
    font-weight: 600;
  }
  .threeup-slider .slide-content p {
    font-size: 11px;
  }
  .threeup-slider .slide strong {
    font-size: 1rem;
  }
  .btn_see_all {
    gap: 16px;
    width: 120px;
    height: 30px;
    margin-top: 1rem;
    padding-left: 20px;
    font-size: 0.8rem;
  }
  .btn_see_all .rounded-full {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
  .box_notice > div,
  .box_qna > div,
  .box_call > div {
    height: 440px;
    padding: 10px;
  }
  .box_call > div {
    padding: 30px;
  }
  .box_customer h3 {
    font-size: 2.5rem;
  }
  .info-text h3 {
    font-size: 1.4rem;
  }
  .footer-info li,
  .footer-info li.mr_long {
    margin-right: 50px;
  }
  .direct_info {
    border-radius: 5px;
    gap: 10px;
    margin-left: 10px;
  }
  .list_notice {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    display: box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .class_ul ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .class_area {
    margin-bottom: 1.4rem;
    padding: 10px 20px;
  }
  .thumb {
    margin-right: 0;
  }
  .class_detail {
    margin-left: 1rem;
    margin-right: 0;
  }
  .slide-in-area {
   /* height: 400px;*/
   height:120px;
    max-height: 400px;
  /*  bottom: -400px;*/
    left: 50%;
  }
  .slide-in-area .btn_go_class {
    height: 60px;
    font-size: 1.6rem;
	margin-bottom:0
  }
  .fixed-area-2 {
    display: flex;
  }
  .text-content {
    width: 80%;
    height: 100%;
  }
  .left-content {
    padding: 20px;
  }
  .license-number {
    font-size: 3rem;
  }
  .license-title {
    margin-top: 110px;
    font-size: 2rem;
  }
  .sub-container {
    gap: 1rem;
    margin-bottom: 0;
  }
  .left_banner,
  .banner-kakao {
    margin-top: 0;
  }
  .right-area {
    background: url(/assets/img/sub/bg_detail_right.png) right 11px no-repeat;
    margin-top: 1rem;
  }
  .course-info-area {
    background: url(/assets/img/sub/badge.png) right 10px top 4px no-repeat;
  }
  .course-info-area > div {
    margin: 70px 20px;
  }
  .price-text {
    font-size: 3rem;
  }
  .view_detail,
  .view_detail_txt {
    margin: 1rem;
  }
  .goal img {
    width: 180px;
  }
  .box_license {
    flex-direction: column;
  }
  .board_half li {
    width: calc(100% - 1rem);
    padding: 1rem 2rem;
  }
  .view_detail .btn-1 {
    top: 0;
  }
  .list_board .class_time {
    padding: 0.5rem 0;
  }
  .view_detail_txt .title {
    margin: 2rem 0;
  }
  .goal {
    padding: 2rem;
  }
  .goal p {
    font-size: 1.2rem;
  }
  .teacher {
    flex-direction: column;
    padding: 2rem;
  }
  .left-menu ul li a {
    padding: 20px 10px;
  }
  .select-wrap {
    display: block;
  }
  .box_sample2 {
    background-size: cover;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 1rem;
    font-size: 0.8rem;
  }
  .box_sample2 p {
    font-size: 1.2rem;
  }
  .cert_law img {
    width: 90%;
  }
  .select-wrap-m {
    display: block;
  }
}
@media (max-width: 768px) {
.w_top_banner{display:none}
  .m_menu .top {
    justify-content: space-between;
    align-items: center;
    height: 106px;
    font-size: 1rem;
    display: flex;
  }
  .form-mobile {
    padding: 10px !important;
  }
  .header.is-compact {
    --header-offset: 0;
    box-shadow: none;
  }
  .tnb {
    display: none;
  }
  .w-405-responsive {
    width: 300px;
  }
  .slide_search_box {
    border-top: none;
    flex-direction: column;
    width: 100%;
    display: flex;
  }
  .tnb span {
    font-size: 0.8rem;
    font-weight: 200;
  }
  .m_search {
    margin-top: 0.5rem;
    display: block;
  }
  .slide_search {
    max-width: 300px;
    margin: 1rem auto;
  }
  .btn_m_search {
    margin: 1.5rem;
  }
  .btn_m_search svg {
    width: 34px;
    height: 34px;
  }
  .box_search {
    display: none;
  }
  .btn_ham {
    z-index: 9999;
  }
  .btn_ham svg {
    width: 34px;
    height: 34px;
    margin-right: 1rem;
  }
  .gnb {
    margin: 0 0 1rem;
  }
  .visual_tab {
    display: none;
  }
  .section_a {
    padding: 0;
  }
  .section_a [data-slider] {
    width: 100%;
    max-width: 768px;
    height: auto;
  }
  .section_b {
    margin: 1rem 0;
	padding:1rem 0
  }
  .visual_slide {
    margin-top: 0;
  }
  .visual_slide > div {
    border-radius: 0;
  }
  .mobile_center {
    text-align: center;
  }
  .section_d {
    padding-top: 0;
  }
  .title {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .title_purple,
  .title_purple2 {
    padding: 6px 14px;
    font-size: 10px;
  }
  .tabs .tabs__tab {
    box-shadow: none;
    border-radius: 4px;
    font-size: 1rem;
  }
  .tabs_text {
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
  .info-box {
    color: #fff;
    box-sizing: border-box;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
  }
  .info h3 {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .tabbanners .bn-inner {
    height: 190px;
    box-shadow: none;
    border: 1px solid #eaeaea;
    grid-template-columns: 130px 1fr;
    gap: 0;
  }
  .tabbanners .bn-desc strong {
    font-size: 0.8rem;
  }
  .threeup-slider {
    max-width: 1400px;
    margin: 0.5rem 0 2rem;
  }
  .threeup-slider .nav {
    width: 40px;
    height: 40px;
    top: calc(50% - 28px);
  }
  .threeup-slider .slider-viewport {
    width: 100%;
    padding-bottom: 3rem;
  }
  .threeup-slider .slider-track {
    grid-auto-columns: 50%;
    gap: 0;
  }
  .threeup-slider .slide {
    width: 98%;
    height: 200px;
    box-shadow: none;
    background: url(/assets/img/bg_review.png) 100% 100% / cover no-repeat;
    overflow: auto;
  }
  .threeup-slider .slide-content {
    top: 15px;
    left: 30px;
  }
  .threeup-slider .slide-content h3 {
    font-size: 1rem;
    font-weight: 600;
  }
  .threeup-slider .slide-content p {
    font-size: 11px;
  }
  .threeup-slider .slide strong {
    font-size: 1rem;
    bottom: 0.8rem;
  }
  .box_day {
  width: 60px;
    height: 60px;
    font-size: 2rem;
}
  .btn_see_all {
    color: #fff;
    background: #5e37e6;
    border: 1px solid #5e37e6;
    gap: 0;
    width: 90px;
    padding-left: 6px;
  }
  .btn_see_all .rounded-full {
    margin-left: 0;
    background: 0 0 !important;
  }
  .btn_see_all .rounded-full svg {
    color: #fff;
    width: 16px;
    height: 16px;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .direct_info {
    border-radius: 5px;
    align-items: center;
    gap: 30px;
    margin-left: 0;
    display: flex;
  }
  .banner-box {
    height: auto;
    max-width: auto;
    border: 0;
    border-radius: 0;
  }
  .banner {
    padding: 6px;
  }
  .banner img,
  .banner p.text-md {
    display: none;
  }
  .banner p.text-3xl {
    font-size: 1rem;
    font-weight: 400;
  }

.m_center{display:block
;text-align:center}

  .banner:not(:last-child):after {
    height: 40px;
  }
  .tabbanners .btn-more {
    margin-top: 0;
  }
  .box_notice > div,
  .box_qna > div,
  .box_call > div {
    width: 100%;
    height: auto;
  }
  .box_notice,
  .box_qna,
  .box_call {
    margin: 1rem;
  }
  .tabbanners.cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
  .tabbanners .bn-inner {
    grid-template-columns: 140px 1fr;
    height: auto;
    padding: 0.5rem;
  }
  .tabbanners .bn-media {
    padding: 0;
  }
  .tabbanners .bn-media img {
    width: 100%;
  }
  .tabbanners .btn-more {
    background: var(--color-brand);
    color: #fff;
    border-radius: 20px;
    height: 30px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .banner-card {
    height: 80px;
  }
  .banner-card img {
    width: 30px;
    margin: 0 auto 5px;
  }
  .banner-text {
    font-size: 0.85rem;
    font-weight: 500;
  }
  .tabbanners .bn-title {
    font-size: 1rem;
  }
  .tabbanners .bn-desc {
    font-size: 0.8rem;
  }
  .section_e {
    padding: 6rem 1rem;
  }
  .bg-klvea-banners li {
    width: calc(33.3% - 5px);
    margin: 0;
  }
  .bg-klvea-banners .bn-media > div {
    border-radius: 10px;
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
  }
  .bg-klvea-banners .more-btn {
    height: 40px;
    margin-top: 2rem;
    padding-left: 40px;
    font-size: 1rem;
  }
  .btn_arr {
    width: 40px;
    height: 40px;
  }
  .box_service {
    flex-direction: column;
    gap: 0;
  }
  .box_notice,
  .box_qna,
  .box_call {
    border-radius: 8px;
    flex: 1;
    margin-top: 1rem;
  }
  .box_notice > div,
  .box_qna > div,
  .box_call > div {
    max-width: 100%;
    height: 440px;
    padding: 20px;
  }
  .box_customer {
    background: url(/assets/img/bg_call.png);
    border-radius: 16px;
    max-width: 100%;
    padding: 3rem 5rem;
  }
  .section_h {
    padding: 2rem 0;
  }
  .section_h h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
  }
  .section_h p {
    font-size: 1rem;
  }
  .btn_go_class {
    width: 200px;
    height: 60px;
    font-size: 1rem;
    font-weight: 500;
  }
  .list_qna {
    margin: 0 1rem;
  }
  .info-img,
  .qr_img img {
    width: 50px;
    margin-right: 0.5rem;
  }
  .info-text h3 {
    padding-right: 0.5rem;
    font-size: 1rem;
  }
  .box_customer h3 {
    font-size: 5rem;
  }
  .text_friend {
    padding-left: 0.5rem;
    font-size: 1rem;
  }
  .foot_head {
    margin: 0;
  }
  .foot_logo {
    flex-shrink: 0;
    width: 160px;
    margin-top: 0;
  }
  .direct {
    gap: 0;
  }
  .direct_info {
    gap: 4px;
  }
  .icon img {
    width: 50%;
  }
  .foot_text {
    font-size: 12px;
  }
  .foot_text p {
    font-size: 0.7rem;
  }
  .foot_text strong {
    font-size: 1rem;
  }
  .section_i:before {
    top: 100px;
  }
  .footer-top {
    margin: 3rem 0 1rem;
  }
  .footer-links {
    gap: 50px;
    font-size: 1rem;
  }
  .footer-links a {
    font-size: 0.9rem;
  }
  .footer-links a:hover {
    color: var(--color-brand);
  }
  address {
    font-style: normal;
  }
  .footer-info ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .footer-info li {
    margin-right: 20px;
    font-size: 0.8rem;
  }
  .footer-info li.mr_long {
    margin-right: 50px;
  }
  .footer-bottom {
    padding: 10px 0;
    font-size: 1rem;
  }
  .footer-bottom span {
    color: #fc6441;
    margin: 0 16px;
  }
  footer {
    width: 100%;
  }
  .line-divider:before,
  .line-divider:after {
    content: "";
    background-color: #d1d5db;
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: 1rem;
  }
  .first-text {
    margin-top: 1rem;
  }
  .first-text h3 {
    margin-top: 2rem;
    font-size: 2rem;
    display: inline;
  }
  .first-text p {
    color: #767676;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    display: inline-block;
  }
  .class_card {
    gap: 0.9rem 0.5rem;
    margin-top: 1rem;
  }
  .br-mobile {
    display: none;
  }
  .first-box img {
    width: 50px;
    margin: 1rem 0.5rem 0 0;
  }
  .class_box {
    margin: 1rem;
  }
  .title span {
    font-size: 1rem;
  }
  .class_group {
    margin: 1rem;
    display: block;
  }
  .thumb img {
    margin-right: 0;
  }
  .class_area ol h3 {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
  .class_ul {
    display: flex;
  }
  .class_ul ul {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .item-list li {
    box-sizing: border-box;
    width: 100%;
  }
  .btn-1,
  .btn-2 {
    gap: 0;
    width: 140px;
    height: 36px;
    padding-left: 0;
    font-size: 0.8rem;
  }
  .btn-1 .rounded-full,
  .btn-2 .rounded-full {
    background: 0 0;
    margin-left: 0;
  }
  .chk-label {
    gap: 10px;
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
  .parent-container {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
  }
  .class_area {
    border-radius: 16px;
    flex-direction: column;
    width: calc(50% - 8px);
    margin-bottom: 0;
    padding: 10px;
  }
  .class_detail {
    margin-top: 1rem;
    margin-left: 0;
  }
  .col-3 {
    flex-direction: row;
    justify-content: center;
    margin: 1rem 0 0;
    display: flex;
  }
  .thumb {
    width: 100%;
    max-width: 100%;
  }
  .bg_checkbox {
    gap: 0;
    width: 140px;
    height: 36px;
    padding-left: 0;
    font-size: 0.8rem;
  }
  .chk-label:before {
    content: "";
    z-index: 0;
    background: 0 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .line-divider {
    display: flex;
  }
  .line-divider button {
    justify-content: center;
    width: 140px;
    height: 36px;
    margin: 0;
    font-size: 0.8rem;
  }
  #toggle-content.hidden {
    display: none;
  }
  .fixed-area-2 {
    flex-direction: column;
    display: flex;
  }
  .fixed-area-3 {
    margin-top: 1rem;
    position: absolute;
    bottom: 20px;
    right: 30px;
  }
  .class_area ol {
    display: initial;
    text-align: center;
    align-items: center;
    margin-top: 0;
  }
  .price-section {
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .slide-in-area{
  width:100%;
  }
  .slide_search_box .slide_box {
    box-shadow: none;
  }
  .slide_search_box > div h3 {
    text-align: left;
    font-size: 1.2rem;
  }
  .slide-in-area {
    /*height: 100vh;*/
    max-height: 350px;
    /*bottom: -350px;*/
    left: 50%;
  }
  .slide-in-area .btn_go_class{
  width:280px;
  margin-bottom:0
  }
  .box-container {
    background-size: cover, auto;
    width: 100%;
    max-width: 1400px;
    height: 300px;
  }
  .text-content {
    width: 90%;
    height: 100%;
  }
  .text-content h3 {
    font-size: 2rem;
    font-weight: 600;
    top: 14%;
    left: 9%;
  }
  .text-content p {
    font-size: 1rem;
    top: 40%;
    left: 25%;
  }
  .btn_lecture {
    width: 180px;
    height: 50px;
    padding-left: 0;
    font-size: 1rem;
  }
  .btn_lecture .arrow {
    display: none;
  }
  .btn_lecture:hover {
    padding-left: 0;
  }
  .detail_lecture {
    margin: 3rem 0 2rem;
  }
  .detail_lecture h3 {
    font-size: 1.8rem;
  }
  .detail_lecture h3:before {
    left: calc(50% - 20px);
  }
  .detail_lecture ol li {
    font-size: 1.6rem;
  }
  .cont_datile {
    flex-direction: column;
    margin: 0 auto 2rem;
  }
  .image-area {
    margin-top: 0;
  }
  .left-content {
    padding: 30px 30px 0;
  }
  .left-area {
    margin-top: 0;
  }
  .search-button {
    border: 2px solid #fff;
    width: 160px;
    height: 40px;
    font-size: 1rem;
    top: 50px;
    right: 60px;
  }
  .search-button svg {
    font-size: 1rem !important;
  }
  .license-title {
    margin-top: 60px;
    font-size: 2rem;
  }
  .license-number {
    font-size: 3em;
    font-weight: 900;
  }
  .info-list {
    margin-top: 10px;
  }
  .info-list li {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 0.9rem;
  }
  .note-text {
    margin-top: 20px;
    font-size: 0.9rem;
  }
  .review-section {
    padding: 10px;
  }
  .review-header {
    margin: 20px 0 12px;
  }
  .course-info-area {
    max-width: 690px;
  }
  .course-info-area > div {
    margin: 70px 0 60px 60px;
  }
  .right-area {
    max-width: 100%;
  }
  .course-details li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .price-text {
    font-size: 2rem;
  }
  .original-price {
    font-size: 1.6rem;
  }
  .discounted-price {
    color: #ffca1d;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .apply-button {
    margin: 0 auto;
  }
  .benefits-list {
    margin-top: 10px;
  }
  .benefits-list li {
    font-size: 0.9rem;
  }
  .free-tab-link {
    margin-top: 10px;
  }
  .box_sample img {
    max-width: 400px;
    margin: 0 auto;
  }
  .cert_law ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .box_accordion {
    padding: 2rem;
  }
  .txt_box {
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .txt_box .txt_content {
    margin: 2rem auto;
    font-size: 1rem;
  }
  .goal p {
    font-size: 1rem;
  }
  .app,
  .app:before,
  .app_service:before,
  .app_intro:before {
    border-radius: 0;
  }
  .left-menu {
    display: none;
  }
  .right_area {
    margin-top: 0;
  }
  .menu-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0;
    padding: 10px;
    font-size: 1rem;
    display: block;
  }
  .sub-container {
    border-top: 0;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .sub_page_title {
    display: none;
  }
  .form-wrap-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .form-wrap {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .form-title {
    flex-direction: column;
    gap: 0.5rem;
    height: auto;
    padding: 10px 20px;
    font-size: 1.1rem;
  }
  .form-list.row {
    flex-direction: column;
  }
  .file-field {
    text-align: center;
  }
  .form-list.row li {
    flex-direction: row;
    gap: 20px;
    display: flex;
  }
  .form-list.row li label {
    flex: 0 0 140px;
  }
  .form-list select,
  .form-list input[type="text"],
  .form-item select {
    width: 100%;
    font-size: 0.9rem;
  }
  .form-list input[type="text"]:focus,
  .form-list textarea:focus,
  .form-list select:focus {
    border-color: #7768e5;
    outline: none;
    box-shadow: 0 0 0 3px #7768e52e;
  }
  .form-item input[type="text"],
  .form-item textarea,
  .form-item select {
    width: 100%;
  }
  .form-item input[type="text"]:focus,
  .form-item textarea:focus,
  .form-item select:focus {
    border-color: #7768e5;
    outline: none;
    box-shadow: 0 0 0 3px #7768e52e;
  }
  .breadcrumb {
    display: none;
  }
  .form-item {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .form-item label {
    width: 100%;
  }
  .addr-line1 {
    flex-direction: column;
    width: 100%;
  }
  .addr-line1 button,
  .address-fields {
    width: 100%;
  }
  .phone-item {
    flex-direction: row;
  }
  .phone-item label {
    width: 100%;
  }
  .phone-box {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .phone-box span {
    display: none;
  }
  .phone-box input {
    width: 100%;
  }
  .box_content {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    display: flex;
  }
  .box_sample {
    width: 100%;
  }
  .list-info {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .login_box {
    margin: 3rem auto;
  }
  .login-wrap {
    margin: 24px auto 0;
  }
  .login_box .tabs {
    margin: 1rem auto;
  }
  .signup-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .form-row > label {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .form-row input[type="text"],
  .form-row input[type="password"],
  .form-row select {
    padding: 8px;
    font-size: 0.9rem;
  }
  .with-button input,
  .with-button .btn {
    height: 40px;
  }
  .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .email-row {
    flex-wrap: wrap;
  }
  .select-wrap {
    flex: 100%;
  }
  .term-head {
    padding: 10px 14px;
  }
  .term-title {
    font-size: 0.9rem;
  }
  .term-body-inner {
    padding: 0 14px 14px;
  }
  .term-box ul li {
    width: 100%;
    padding: 0;
    font-size: 0.9rem;
  }
  .info .row-list {
    width: 100%;
    margin-bottom: 1rem;
  }
  .circle-box {
    line-height: 1.2;
  }
  .info-row {
    flex-direction: column;
  }
  .info > div {
    font-size: 0.9rem;
  }
  .full_img img {
    margin: 0 auto;
    padding: 1rem;
  }
  .box_in_title {
    margin: 1rem;
    font-size: 1rem;
  }
  .box_sample2 span {
    font-size: 1rem;
    display: block;
  }
  .rwd-table {
    box-shadow: none;
  }
  .rwd-table thead {
    display: none;
  }
  .rwd-table,
  .rwd-table tbody {
    display: block !important;
  }
  .rwd-table {
    border: none;
  }
  .rwd-table tbody tr {
    background: #fff;
    border: 1px solid #ddd;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 10px;
    margin-bottom: 12px;
    padding: 10px;
    display: grid !important;
  }
  .rwd-table tbody td {
    text-align: left !important;
    border: 0 !important;
    padding: 4px 0 !important;
  }
  .rwd-table tbody td:first-child {
    display: none;
  }
  .rwd-table tbody td:nth-child(2) {
    grid-area: 1/1;
    font-weight: 600;
  }
  .rwd-table tbody td:nth-child(3) {
    grid-area: 1/2 / auto/span 2;
  }
  .rwd-table tbody td:nth-child(4) {
    grid-area: 2/1;
  }
  .rwd-table tbody td:nth-child(5) {
    grid-area: 2/2;
    text-align: center !important;
  }
  .rwd-table tbody td:nth-child(6) {
    grid-area: 2/3;
    text-align: center !important;
  }
  .rwd-table tbody td:nth-child(7) {
    grid-area: 3/1 / auto/-1;
    margin-top: 4px;
  }
  .rwd-table td:before {
    display: none !important;
  }
  .tbl-col2 tbody tr {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    grid-template-columns: 60px 1fr;
    gap: 0 10px;
    margin-bottom: 12px;
    padding: 10px;
    display: grid !important;
  }
  .tbl-col2 .no_data,
  .grade-table .no_data {
    grid-template-columns: 1fr;
    display: block;
    width: 100% !important;
  }
  .tbl-col2 .no_data td,
  .grade-table .no_data td {
    text-align: center !important;
    display: block !important;
  }
  .tbl-col2 tbody td:first-child {
    text-align: center;
    grid-area: 1/1;
    display: grid;
  }
  .tbl-col2 tbody td:first-child span {
    text-align: center;
  }
  .tbl-col2 tbody td:nth-child(2) {
    text-align: left;
    grid-area: 1/2;
    font-weight: 200;
  }
  .tbl-col2 tbody td:nth-child(3) {
    text-align: right;
    grid-area: 2/2;
  }
  .tbl-col2 td:before {
    display: none !important;
  }
  .tbl-col2-no tbody td:first-child {
    display: none;
  }
  .tbl-col2-no tbody td:nth-child(2) {
    text-align: left;
    grid-area: 1/1;
    font-weight: 200;
  }
  .tbl-col2-no tbody td:nth-child(3),
  .tbl-col2-no tbody td:nth-child(4),
  .tbl-col2-no tbody td:nth-child(5) {
    text-align: right;
    grid-area: 2/1;
  }
  .tbl-col2-no td:before {
    display: none !important;
  }
  .list2-wrap {
    margin: 1rem 0;
    padding: 0;
  }
  .search-scope {
    display: none;
  }
  .search-select {
    display: block;
  }
  .search-row {
    flex-wrap: nowrap;
  }
  .search-select,
  .search-input,
  .search-btn {
    flex-shrink: 0;
  }
  .search-input {
    flex: auto;
    min-width: 120px;
  }
  .board-title {
    font-size: 1rem;
    font-weight: 300;
  }
  .board-content {
    font-size: 0.9rem;
  }
  .guide-tablist {
    white-space: normal;
    box-shadow: none;
    flex-wrap: wrap;
  }
  .guide-tab {
    text-align: center;
    flex: calc(25% - 8px);
  }
  .stp-card-title {
    font-size: 0.9rem;
  }
  .about-klvea-inner {
    padding: 20px 0;
}.about-klvea h1 strong {
    font-size: 1.5rem;
}
  .about-adv {
    grid-template-columns: 1fr;
  }
  .about-klvea h1 {
    margin: 0.5rem 0 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .about-klvea p {
    font-size: 16px;
	line-height:1.6
  }
  .about-vision-kicker {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .about-vision-title,
  .about-body span {
    font-size: 1rem;
  }
  .about-body h3 {
    font-size: 1.5rem;
  }
  .about-vision-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .about-vision-content {
    padding:1rem;
}
.about-vision-content p {
font-size:16px;
line-height:1.6;
}
.about-vision-card img {
    width: 100px;
}
  .stp-layout {
    grid-template-columns: 1fr;
  }
  .about-klvea-decor {
    grid-template-columns: repeat(3, 36px);
    gap: 8px;
    top: 10px;
    right: 10px;
  }
  .about-ico-badge {
    border-radius: 10px;
    width: 36px;
    height: 36px;
  }
  .about-ico {
    width: 18px;
    height: 18px;
  }
  .lectureroom {
    flex-direction: column;
    gap: 0;
  }
  .progress-mobile {
    display: block;
  }
  .left_area {
    width: 100%;
    margin-top: 0;
  }
  .left_banner {
    display: none;
  }
  rade-table {
    box-shadow: none;
  }
  .grade-table.mt-10 {
    margin-top: 1rem;
  }
  .grade-table thead,
  .grade-table colgroup {
    display: none;
  }
  .grade-table,
  .grade-table tbody,
  .grade-table tr {
    width: 100%;
    display: block;
  }
  .grade-table tbody tr {
    box-shadow: none;
    background: #fff;
    border: none;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
  }
  .grade-table td {
    background: 0 0;
    border: 1px solid #eef0f3;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-size: 0.9rem;
    display: flex;
  }
  .grade-table td:before {
    content: attr(data-label);
    color: #6b7280;
    flex: none;
    min-width: 80px;
    margin-right: 4px;
    font-size: 12px;
  }
  .grade-table td[data-label="¼ö°­±â°£"],
  .grade-table td[data-label="°ú¸ñ¸í"] {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 8px 10px;
  }
  .grade-table td[data-label="ÁÖÂ÷"] {
    background: var(--color-indigo-200) !important;
  }
  .grade-table td:not([data-label="¼ö°­±â°£"]):not([data-label="°ú¸ñ¸í"]) {
    border-radius: 8px;
    flex: none;
    width: auto;
    padding: 10px 12px;
    line-height: 1.2;
    display: inline-flex;
  }
  .grade-table td[data-label="Â÷½Ã"] {
    background: var(--color-indigo-50) !important;
  }
  .grade-table .txt-blue {
    color: #2563eb;
  }
  .grade-table .txt-red {
    color: #ef4444;
  }
  .grade-table2 td[data-label="½ÃÇè¸í"],
  .grade-table2 td[data-label="½ÃÇè±â°£"] {
    width: 100% !important;
  }
  .grade-table2 td:not([data-label="½ÃÇè¸í"]):not([data-label="½ÃÇè±â°£"]) {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    flex: none;
    width: auto;
    padding: 10px 12px;
    line-height: 1.2;
    display: inline-flex;
  }
  .grade-table3 td[data-label="°úÁ¦\ Á¦¸ñ"],
  .grade-table3 td[data-label="Á¦Ãâ\ ±â°£"] {
    width: 100% !important;
  }
  .grade-table3 td:not([data-label="°úÁ¦\ Á¦¸ñ"]):not([data-label="Á¦Ãâ\ ±â°£"]) {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    flex: none;
    width: auto;
    padding: 10px 12px;
    line-height: 1.2;
    display: inline-flex;
  }
  .grade-table4 tr {
    border-bottom: 1px solid #eef0f3 !important;
    border-radius: 0 !important;
  }
  .grade-table4 td[data-label="ÁÖÂ÷"],
  .grade-table4 td[data-label="Â÷½Ã"],
  .grade-table4 td[data-label="Â÷½Ã¸í"] {
    width: 100% !important;
  }
  .grade-table4 td:not([data-label="ÁÖÂ÷"]):not([data-label="Â÷½Ã"]):not([data-label="Â÷½Ã¸í"]) {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    flex: none;
    width: auto;
    padding: 10px 12px;
    line-height: 1.2;
    display: inline-flex;
  }
  .grade-table4 .text-left {
    text-align: center !important;
  }
  .tbl-border thead {
    display: none;
  }
  .tbl-border tbody tr {
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
    gap: 8px 10px;
    padding: 12px;
    display: flex;
  }
  .tbl-border tbody tr:last-child {
    border-bottom: none;
  }
  .tbl-border .m_none {
    display: flex !important;
  }
  .tbl-border tbody td {
    background: #fff;
    border: none;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 4px;
    display: flex;
    position: relative;
  }
  .tbl-border tbody td .bg_box {
    text-align: left;
    width: 100%;
  }
  .tbl-border tbody td:before {
    content: attr(data-label);
    color: #6b7280;
    flex-shrink: 0;
    margin-right: 8px;
    font-size: 12px;
  }
  .tbl-border tbody td[rowspan] {
    box-sizing: border-box;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 4px;
    padding: 10px 12px;
    font-weight: 700;
    display: block;
  }
  .tbl-border tbody td[data-label="Â÷½Ã"] {
    display: none !important;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] {
    background: 0 0;
    border: 0;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"]:before {
    content: none;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: inherit;
    background: #fff;
    border: 1px solid #d1d8e0;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    text-decoration: none;
    transition:
      border-color 0.2s,
      background-color 0.2s,
      transform 0.2s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] > a:after {
    content: ">";
    opacity: 0.5;
    margin-left: auto;
    font-size: 1.5rem;
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] > a:hover {
    background: #f8fafc;
    border-color: #c6cdd7;
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] > a:hover:after {
    opacity: 0.8;
    transform: translate(2px);
  }
  .tbl-border tbody td[data-label="Â÷½Ã¸í"] > a .badge-important {
    margin-right: 6px;
  }
  .tbl-border .text-left {
    justify-content: flex-start;
    gap: 8px;
  }
  .tbl-border tbody td[colspan] {
    background: 0 0;
    border: 0;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .btn-view {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .review-list li {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    display: flex;
  }
  .review-img {
    flex: none;
    order: 1;
    width: 100px;
  }
  .review-title {
    flex-wrap: wrap;
    flex: auto;
    order: 2;
    align-items: center;
    gap: 4px 6px;
    margin: 0;
    font-size: 14px;
    display: flex;
  }
  .review-title .name,
  .review-title .date {
    font-size: 0.9rem;
  }
  .review-content {
    flex-basis: 100%;
    order: 3;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.6;
  }
  .review-text {
    flex: auto;
    display: contents;
  }
  .class_day {
    text-align: left;
    padding-left: 1rem;
  }
  .bg_box_list {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .course-name {
    font-size: 1.1rem;
  }
  .progress-card {
    padding: 10px 20px;
  }
  .badge_class {
    font-size: 0.8rem;
  }
  .progress-row .title {
    font-size: 1rem;
  }
  .percent {
    font-size: 1.1rem;
  }
  .btn-purple,
  .btn-blue {
    padding: 4px 20px;
    font-size: 0.8rem;
  }
  .no-content {
    padding: 20px;
  }
  .course-col.right {
    margin-top: 1rem;
  }
  .personal-info {
    margin: 1rem;
    font-size: 0.9rem;
  }
  .term-box {
    margin: 16px;
    font-size: 0.9rem;
  }
  .btn-naver,
  .btn-kakao {
    width: 50%;
    height: 51px;
  }
}
@media (max-width: 425px) {
    .banner {
        padding: 2px;text-align:center
    } 
	.banner .flex{
	text-align:center
	}
	.banner:not(:last-child):after {
        height: 25px;
		
    }
  .quick-menu {
    width: auto;
    position: fixed;
    top: calc(100vh - 160px);
    right: 10px;
  }
  .qm-links li a {
    border-width: 1px;
    width: 90px;
    height: 36px;
    font-size: 0.8rem;
  }
  .qm-links li a img {
    display: none;
  }
  .search-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .bg_box {
    width: 100%;
    font-size: 0.85rem;
  }
  .bg_box_list {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .header.is-compact {
    --hide-amount: 0;
    --header-offset: 0;
    box-shadow: none;
  }
  .section_b {
    margin: 0;
    padding: 1rem 0 0;
  }
  .section_b > div {
    padding: 1rem;
  }
  .tabbanners .bn-card {
    margin-bottom: 0;
  }
  .tabbanners .bn-body {
    padding: 10px 0 5px;
  }
  .btn_m_search {
    margin: 1rem;
  }
  .btn_m_search svg {
    width: 26px;
    height: 26px;
  }
  .search-panel {
    height: 100%;
  }
  .search-panel__inner {
    padding: 1rem;
  }
  .slide_search_box > div h3 {
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .slide_search {
    max-width: 250px;
    margin: 0;
  }
  .slide_search_box {
    gap: 10px;
  }
  .slide_search_box .slide_box {
    min-height: auto;
    padding: 0.5rem 0;
  }
  .slide_search_box .slide_box ul {
    gap: 0.5rem;
    margin: 0;
  }
  .slide_search_box .slide_box ul li {
    width: calc(100% - 3rem);
    margin-left: 1rem;
    font-size: 0.9rem;
  }
  .word-box {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
  }
  .circle-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
  }
  .m_search_box {
    height: 40px;
    padding-left: 0;
  }
  .btn-search-go {
    width: 40px;
    height: 40px;
  }
  .close-btn {
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 28px;
    line-height: 1;
    top: 5px;
    right: 0;
  }
  .btn_ham svg {
    width: 26x;
    height: 26px;
    margin-right: 0;
  }
  .header.is-compact .gnb a {
    padding: 0;
  }
  .gnb {
    margin: 0.5rem;
  }
  .top_logo {
    margin-top: 1rem;
	width:200px
  }
  .m_search {
    margin-top: 0;
  }
  .w-405-responsive {
    width: 300px;
  }
  .banner span.text-3xl {
    margin-top: 0;
    font-size: 0.85rem;
  }
  .section_f {
    padding: 2rem 0;
  }
  .section_f > div {
    padding: 1rem;
  }
  .title {
    margin: 1rem 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
  }
  .tabbanners.cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-top: 0.5rem;
  }
  .tabbanners .bn-inner {
    grid-template-columns: 140px 1fr;
    gap: 0;
    height: auto;
    padding: 0.5rem;
    display: flex;
  }
  .tabbanners .bn-media {
    padding: 0;
  }
  .tabbanners .bn-media img {
    width: 100%;
  }
  .tabbanners .btn-more {
    background: var(--color-brand);
    color: #fff;
    border-radius: 20px;
    height: 30px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .banner-card {
    width: 100%;
    height: 80px;
    margin-bottom: 0;
  }
  .banner-card img {
    width: 40px;
    margin: 0 auto;
  }
  .banner-text {
    font-size: 0.85rem;
    font-weight: 500;
  }
  .tabbanners .bn-title {
    font-size: 1rem;
  }
  .tabbanners .bn-desc {
    font-size: 0.8rem;
  }
  .bg-klvea-banners li {
    width: 32%;
    display: inline-block;
  }
  .bg-klvea-banners .bn-media > div {
    border-radius: 10px;
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
  }
  .banner span.text-3xl {
    font-size: 0.8rem;
  }
  .tabbanners .btn-more {
    height: 30px;
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .threeup-slider {
    margin: 0.5rem 0;
  }
  .threeup-slider .slide {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
  .threeup-slider .slide-content {
    top: 25px;
  }
  .threeup-slider .slide-content p {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    display: box;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 8rem;
    overflow: hidden;
  }
  .threeup-slider .slider-viewport {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .threeup-slider .slide-content p {
    font-size: 0.9rem;
  }
  .threeup-slider .slide strong {
    font-size: 0.9rem;
    bottom: 20px;
    right: 30px;
  }
  .threeup-slider .slider-track {
    grid-auto-columns: 100%;
    gap: 0;
    margin-left: 0;
    padding-top: 0rem;
    padding-bottom: 5px;
  }
  .threeup-slider .nav {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 49%;
    bottom: 0;
  }
  .btn_all {
    justify-content: center;
  }
  .btn_see_all {
    margin-top: 0.5rem;
  }
  .line-divider:before,
  .line-divider:after {
    content: "";
    background-color: #d1d5db;
    flex-grow: 1;
    height: 0;
    position: relative;
    top: 1rem;
  }
  .bg-klvea-banners .more-btn {
    height: 30px;
    margin-top: 0;
    padding-left: 10px;
    font-size: 0.8rem;
  }
  .bg-klvea-banners .bn-media {
    border-radius: 4px;
    margin: 0;
  }
  .bg-klvea-banners .bn-media > div {
    border-radius: 4px;
    height: 70px;
  }
  .btn_arr {
    width: 30px;
    height: 30px;
    margin-left: 0;
    font-weight: 200;
  }
  .btn_arr svg {
    width: 15px;
    height: 15px;
  }
  .section_i {
    padding: 0.5rem 0 0;
  }
  .section_i:before {
    top: 77px;
  }
  .section_c {
    padding: 2rem 1rem;
  }
  .section_e {
    padding: 3rem 0.5rem;
  }
  .box_customer {
    padding: 1rem !important;
  }
  .box_customer h3 {
    font-size: 3rem;
  }
  .info-box {
    max-width: 100%;
    padding: 10px 0;
    display: flex;
  }
  .info-img {
    border-radius: 8px;
    width: 40px;
    margin-right: 0.5rem;
  }
  .text_friend,
  .direct {
    display: none;
  }
  .bg-klvea-banners .bn-title {
    margin: 10px 0 4px;
    font-size: 1rem;
  }
  .bg-klvea-banners .bn-desc {
    font-size: 0.9rem;
  }
  .section_c > div {
    padding-bottom: 0;
  }
  .box_day {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .box_notice,
  .box_qna,
  .box_call {
    margin: 0;
  }
  .box_notice > div,
  .box_qna > div {
    padding: 1rem 0;
  }
  .box_notice > div,
  .box_qna > div,
  .box_call > div {
    width: 100%;
    height: auto;
  }
  .btn_plus {
    top: 10px;
  }
  .notice_box li {
    padding: 0.5rem 0;
  }
  .list_notice h4 {
    font-size: 0.9rem;
  }
  .list_notice p {
    font-size: 0.8rem;
  }
  .list_qna {
    margin: 1rem;
  }
  .list_qna li {
    padding: 10px;
  }
  .title_list {
    color: #333;
    flex: 1;
    font-size: 0.9rem;
  }
  .section_h {
    padding: 1rem 0;
  }
  .btn_go_class {
    width: 150px;
    height: 40px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .btn_go_class .arrow {
    display: none;
  }
  .box_call > div {
    padding: 2rem;
  }
  .footer-bottom {
    font-size: 0.7rem;
  }
  .footer-links {
    gap: 20px;
    font-size: 0.8rem;
  }
  .footer-info ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  .footer-top {
    margin: 1.5rem 0 0;
  }
  .footer-info li {
    margin-right: 5px;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .footer-info li.mr_long {
    margin-right: 5px;
  }
  .info-text h3 {
    padding-right: 0.5rem;
    font-size: 0.8rem;
  }
  .group svg {
    width: 30px;
    height: 30px;
  }
  .section_h h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .section_h p {
    font-size: 0.8rem;
  }
  .col-3 {
    gap: 3px;
    margin-top: 3px;
  }
  .btn-1,
  .btn-2 {
    justify-content: center;
    width: 120px;
    height: 30px;
    font-size: 0.7rem;
  }
  .btn-1 .rounded-full,
  .btn-2 .rounded-full {
    display: none;
  }
  .parent-container {
    margin-top: 1rem;
  }
  .class_group {
    margin: 0;
    display: block;
  }
  .first-box img {
    width: 40px;
    margin: 0 0.5rem 0 0;
  }
  .first-text h3 {
    margin-top: 0;
    font-size: 1rem;
  }
  .first-text p {
    padding-top: 0.1rem;
    font-size: 0.8rem;
  }
  .class_area ol {
    display: initial;
    text-align: center;
    align-items: center;
    margin-top: 0;
  }
  .class_detail {
    margin-top: 0.5rem;
  }
  .class_area ol h3 {
    margin-top: 0;
    font-size: 0.9rem;
  }
  .class_area ol .dc_price {
    font-size: 0.8rem;
    font-weight: 300;
  }
  .class_ul ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem;
  }
  .class_ul li a {
    border-radius: 6px;
    height: 40px;
    font-size: 0.8rem;
  }
  .item-list {
    font-size: 0.8rem;
  }
  .item-list li span {
    display: block;
  }
  .price-section {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .badge-free {
    width: 60px;
    height: 20px;
    margin-left: 0;
    font-size: 0.7rem;
    font-weight: 300;
  }
  .line-divider button {
    width: 120px;
    height: 30px;
    font-size: 0.9rem;
  }
  .slide_class {
    max-width: 500px;
    margin-left: 0;
  }
  .slide-in-area {
   /* height: 100vh;*/
   height:100px;
    max-height: 450px;
  /*  bottom: -450px;*/
    left: 50%;
  }
  .slide-in-area .btn_go_class {
    width: 200px;
    height: 60px;
    font-size: 1.2rem;
	margin-bottom:-10px
  }
  .slide-in-area .btn_go_class svg {
    display: none;
  }
  .text-content h3 {
    font-size: 1.6rem;
    top: 14%;
    left: 10%;
  }
  .text-content p {
    font-size: 1rem;
    top: 32%;
    left: 35%;
  }
  .btn_lecture {
    border-radius: 0;
    width: 120px;
    height: 30px;
    font-size: 0.9rem;
    left: 60%;
  }
  .cont_datile {
    flex-direction: column;
  }
  .image-area {
    width: 100%;
  }
  .license-title {
    margin-top: 70px;
  }
  .left-content {
    padding: 10px 20px 0;
  }
  .license-title {
    margin-top: 50px;
    font-size: 1.2rem;
  }
  .license-number {
    font-size: 2em;
  }
  .left-area {
    background: url(/assets/img/sub/bg_detail.png) no-repeat;
  }
  .detail_lecture h3 {
    font-size: 1.6rem;
  }
  .detail_lecture {
    margin: 1.8rem 0 1rem;
  }
  .detail_lecture ol li {
    margin: 0 10px;
    font-size: 1.4rem;
  }
  .detail_lecture h3:before {
    top: -10px;
    left: calc(50% - 30px);
  }
  .search-button {
    top: 40px;
    right: 20px;
  }
  .course-info-area > div {
    margin: 70px 0 60px;
  }
  .right-area {
    background: url(/assets/img/sub/bg_detail_right.png) 0 6px no-repeat;
    width: 100%;
    max-width: 690px;
    max-height: 800px;
    margin-top: 10px;
  }
  .tag {
    margin-bottom: 0.5rem;
    padding: 0 16px;
    font-size: 0.8rem;
  }
  .course-title {
    font-size: 1.6rem;
  }
  .info-list li span {
    padding-left: 10px;
    font-weight: 400;
  }
  .price-text {
    font-size: 1.5rem;
  }
  .review-header h2 {
    font-size: 1.2rem;
  }
  .star {
    font-size: 1rem;
  }
  .note-text {
    font-size: 0.8rem;
  }
  .review-card {
    flex-direction: column;
    gap: 10px;
    display: flex;
  }
  .review-card img {
    width: 100px;
  }
  .review-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .apply-button {
    height: 50px;
    font-size: 1.2rem;
  }
  .free-tab-link {
    width: 140px;
    height: 40px;
    margin-top: 20px;
    font-size: 0.7rem;
  }
  .free-tap-btn .rounded-full {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
  .course-details li {
    margin-bottom: 4px;
  }
  .benefits-list li {
    font-size: 0.75rem;
  }
  .box_sample img {
    max-width: 300px;
    margin: 0 auto;
  }
  .board_half li strong {
    text-wrap: nowrap;
    min-width: 2rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
  .list_board li div {
    font-size:16px;
	color:#46474A
  }
      .txt_box .txt_content {
        font-size: 16px;
    }
  .board_half li {
    width: 100%;
    padding: 0.5rem;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }
  .view_detail_txt .title {
    font-size: 1.8rem;
  }
  .goal {
    border: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .goal p {
    margin-top: 0.5rem;
    font-size: 16px;
  }
  .goal img {
    margin: 0 auto;
  }
  .teacher {
    border: none;
    padding: 0;
  }
  .teacher li {
    width: 100%;
    font-size:16px;
  }
  .cert_law li .txt {
   font-size: 16px;
}.cert_law li .txt p {
    font-size: 16px;
}
  .accordion-content ul li {
    font-size: 16px;
  }
  .box_license {
    border: none;
    padding: 0;
  }
  .title_sub {
    background: var(--color-brand-bg);
    padding: 1rem 0 1rem 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .box_license strong {
    font-size: 16px;
	font-weight:300
  }
  .law_ex li {
    font-size: 16px;
  }
  .cert_law ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .cert_law ul li {
    padding: 1rem;
  }
  .cert_law li .txt h4 {
    font-size: 1rem;
  }
  .cert_law h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .box_accordion {
    border: none;
    padding: 0;
  }
  .accordion-title {
    font-size:16px;
  }
  .accordion-header {
    padding: 10px 20px;
  }
  .detail_slide {
    background: 0 0;
    padding: 0;
  }
  .m_menu .top {
    height: 77px;
  }
  .right_area {
    margin-top: 0;
  }
  .sub_page_title {
    display: none;
  }
  .form-list.row li label {
    flex: 0 0 100px;
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .form-item {
    flex-direction: column;
    align-items: stretch;
  }
  .form-item label {
    flex: none;
    font-size: 0.9rem;
  }
  .form-list.row li {
    border-bottom: 1px solid var(--color-brand-border);
    padding-bottom: 20px;
  }
  .box_sample {
    background: 0 0;
  }
  .list-info {
    padding: 0.5rem 0 0;
  }
  .sub-container {
    gap: 0;
  }
  .form-wrap {
    margin-top: 0;
  }
  .login_box .tabs .tabs__tab {
    padding: 8px 0;
    font-size: 0.9rem;
  }
  .login-form-item label {
    font-size: 0.9rem;
  }
  .login-wrap {
    box-shadow: none;
    border: none;
    gap: 12px;
    margin-bottom: 2rem;
    padding: 0;
  }
  .login_box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .login_box .title {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .login_box strong {
    display: block;
  }
  .login_box .title span {
    font-size: 1.2rem;
  }
  .login-form-item input[type="text"],
  .login-form-item input[type="password"] {
    padding: 10px;
    font-size: 0.9rem;
  }
  .form-row.between {
    row-gap: 8px;
    padding: 8px 0;
  }
  .btn {
    padding: 10px 20px;
  }
  .b-no {
    border-top: 1px solid var(--color-brand-border);
  }
  .social-row {
    flex-direction: row;
  }
  .btn-naver,
  .btn-kakao {
    width: 50%;
    height: 43px;
  }
  .text-3xl,
  .text-2xl {
    font-size: .9rem;
  }
  .tabs .tabs__tab {
    padding: 8px 0;
    font-size: 0.9rem;
  }
  .form-box {
    gap: 16px;
    margin: 10px auto;
    padding: 0;
  }
  .signup-wrap .form-box {
    gap: 0;
    margin-top: 0;
    padding: 0;
  }
  .signup-wrap {
    padding: 0;
  }
  .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .with-button {
    flex-direction: row;
  }
  .coupon-row {
    flex-direction: column;
    align-items: stretch;
  }
  .coupon-input {
    max-width: none;
  }
  .email-row {
    flex-direction: row;
    align-items: stretch;
  }
  .chk {
    font-size: 0.9rem;
  }
  .chk-label {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
  .chk-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  .item-list {
    margin-top: 0.5rem;
  }
  .item-list li {
    padding: 0 5px;
    font-size: 0.8rem;
  }
  .terms-wrap {
    padding: 0;
  }
  .term-box {
    margin: 0;
  }
  .cert_pay ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .cert_pay ul li {
    padding: 10px;
  }
  .cert_pay ul li .txt {
    color: var(--color-brand);
  }
  .title_subbox {
    color: var(--color-brand-text);
    font-size: 1rem;
  }
  .info span {
    width: 20px;
    height: 20px;
    font-size: 0.9rem;
  }
  .guide-tablist {
    white-space: normal;
    flex-wrap: wrap;
  }
  .guide-tab {
    text-align: center;
    flex: calc(50% - 8px);
  }
  .dir-map {
    height: 300px;
  }
  .list2-grid {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
  .list2-card {
    padding: 10px;
  }
  .list2-title {
    font-size: 1rem;
    font-weight: 500;
  }
  .list2-desc {
    font-size: 0.9rem;
  }
  .app-content h1 {
    font-size: 1.5rem;
  }
  .app-content {
    max-width: 95%;
  }
  .about-klvea-inner {
    padding: 20px 0;
  }
  .about-klvea h1 {
    margin: 0.5rem 0;
    font-size: 1.1rem;
  }
  .about-klvea p {
    font-size: 16px;
  }
  .about-section-title {
    font-size: 1rem;
    font-weight: 500;
  }    .about-vision-card img {
        width: 150px;
    }
  .about-vision-content {
    padding: 10px;
flex-direction: column;
  }
  .about-vision-card {
    min-height: 160px;
  }
  .about-body {
    margin: 2rem auto;
  }
  .about-body h3 {
    font-size: 1.1rem;
  }
  .about-body span {
    font-size: 0.7rem;
  }
  .about-quote {
    margin: 16px 0;
    padding: 10px;
    font-size: 0.9rem;
  }
  .about-body p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
  .banner-account {
    margin-top: 0;
    padding: 20px 10px;
    position: relative;
  }
  .banner-account .banner-text {
    margin-top: 1rem;
  }
  .banner-kakao,
  .banner-account {
    height: 220px;
  }
  .banner-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .banner-time {
    font-size: 1rem;
  }
  .banner-img img {
    width: 80%;
  }
  .banner-account .banner-number {
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .banner-account .banner-owner {
    padding: 4px 2px;
  }
  .course-item {
    padding: 20px 20px 50px;
  }
  .course-item-2step {
    margin-top: 1rem;
  }
  .progress,
  .course-name {
    font-size: 1rem;
  }
  .course-date {
    font-size: 0.8rem;
  }
  .course-row {
    gap: 6px 10px;
  }
  .badge_class {
    font-size: 0.75rem;
  }
  .grade-table td {
    font-size: 0.9rem;
  }
  .grade-table td:not([data-label="¼ö°­±â°£"]):not([data-label="°ú¸ñ¸í"]) {
    padding: 6px 12px;
  }
  .grade-table4 td:not([data-label="ÁÖÂ÷"]):not([data-label="Â÷½Ã"]):not([data-label="Â÷½Ã¸í"]) {
    width: 100%;
    padding: 6px 12px;
  }
  .menu-select {
    margin-bottom: 0.5rem;
    padding: 10px;
    font-size: 0.9rem;
  }
  .class_day {
    text-align: left;
    padding-left: 1rem;
    display: block;
  }
  .course-col.right {
    justify-content: end;
    margin-top: 0;
  }
  .link-group {
    font-size: 0.9rem;
  }
}
@media (max-width: 424px) {
  .banner span.text-3xl {
    font-size: 0.8rem;
  }
  .tabbanners .btn-more {
    height: 30px;
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .threeup-slider .slide {
    width: 100%;
    height: 180px;
    box-shadow: none;
    background: url(/assets/img/bg_review_m.png) 0 0 / cover no-repeat;
    margin-left: 0;
  }
  .threeup-slider .slider-viewport {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }
  .threeup-slider .slider-track {
    grid-auto-columns: 100%;
    gap: 0;
    margin-left: 0;
    padding-top: 0rem;
  }
  .threeup-slider .nav {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 49%;
    bottom: 0;
  }
  .btn_see_all {
    margin-top: 0.5rem;
  }
  .bg-klvea-banners .more-btn {
    height: 30px;
    margin-top: 0;
    padding-left: 10px;
    font-size: 0.8rem;
  }
  .bg-klvea-banners .bn-media {
    border-radius: 4px;
    margin: 0;
  }
  .bg-klvea-banners .bn-media > div {
    border-radius: 4px;
    height: 70px;
  }
  .btn_arr {
    width: 30px;
    height: 30px;
    margin-left: 0;
    font-weight: 200;
  }
  .btn_arr svg {
    width: 15px;
    height: 15px;
  }
  .slide-in-area {
    width: cale(100% - .5rem);
    /*height: 400px;*/
	height:100px;
    padding: 0.5rem;
    /*bottom: -400px;*/
    left: 50%;
  }
  .slide_price h3 {
    color: var(--color-brand-dark);
    font-size: 1.6rem;
  }
  .benefits-list li {
    font-size: 0.7rem;
  }
  .file-field {
    text-align: center;
    flex-direction: column;
    display: inline;
  }
  .file-name {
    margin-top: 1rem;
    display: block;
  }
  .list2-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 375px) {
  .footer-links {
    gap: 10px;
  }
  .footer-info li {
    font-size: 0.65rem;
  }
  .slide-in-area {
  height:80px;
   /* height: 400px;
    bottom: -400px;*/
  }
  .slide-in-area .btn_go_class {
    width: 120px;
    height: 40px;
    font-size: .8rem;
  }
  .class_ul ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-container {
    background-size: cover, auto;
    width: 100%;
    max-width: 1400px;
    height: 300px;
  }
  .right-area {
    height: 100vh;
    max-height: 740px;
  }
  .info-list {
    margin-top: 20px;
  }
  .license-title {
    margin-top: 60px;
    font-size: 1.6rem;
  }
  .license-number {
    font-size: 2em;
  }
  .apply-button {
    width: 100%;
    height: 50px;
    font-size: 1.1rem;
  }
  .box_sample img {
    max-width: 250px;
  }
  .title_sub {
    background: var(--color-brand-bg);
    color: #3c41cb;
    text-align: center;
    border-radius: 8px;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .txt_box .txt_content {
    margin: 1rem auto;
    font-size: 16px;
    line-height: 1.7;
  }
  .view_detail .btn-1 {
    position: initial;
    margin-bottom: 1rem;
    margin-left: auto;
  }
  .form-list.row li label {
    flex: 0 0 80px;
  }
  .box_sample span {
    font-size: 0.9rem;
  }
  .box_content {
    gap: 1rem;
    margin-top: 1rem;
    padding: 0;
  }
  .list-info {
    padding: 0.5rem;
  }
  .form-list.row li {
    padding-bottom: 10px;
  }
  .form-item {
    gap: 2px;
    padding-bottom: 10px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
