@charset "UTF-8";
@import url("./pretendard.min.css");
@import url("./swiper-bundle.min.css");
@import url("./dropzone.min.css");
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #1854A3;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #d93600;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #0F6327;
  --bs-teal: #ebf2f5;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #666666;
  --bs-gray-dark: #30374d;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ebebeb;
  --bs-gray-300: #dbdbdb;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #555555;
  --bs-gray-600: #666666;
  --bs-gray-700: #495057;
  --bs-gray-800: #30374d;
  --bs-gray-900: #212529;
  --bs-primary: #0F6327;
  --bs-secondary: #666666;
  --bs-success: #1854A3;
  --bs-info: #1854A3;
  --bs-warning: #ffc107;
  --bs-danger: #d93600;
  --bs-light: #f8f9fa;
  --bs-dark: #30374d;
  --bs-primary-rgb: 15, 99, 39;
  --bs-secondary-rgb: 102, 102, 102;
  --bs-success-rgb: 24, 84, 163;
  --bs-info-rgb: 24, 84, 163;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 217, 54, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 48, 55, 77;
  --bs-primary-text-emphasis: rgb(6, 39.6, 15.6);
  --bs-secondary-text-emphasis: rgb(40.8, 40.8, 40.8);
  --bs-success-text-emphasis: rgb(9.6, 33.6, 65.2);
  --bs-info-text-emphasis: rgb(9.6, 33.6, 65.2);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(86.8, 21.6, 0);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(207, 223.8, 211.8);
  --bs-secondary-bg-subtle: rgb(224.4, 224.4, 224.4);
  --bs-success-bg-subtle: rgb(208.8, 220.8, 236.6);
  --bs-info-bg-subtle: rgb(208.8, 220.8, 236.6);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(247.4, 214.8, 204);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(159, 192.6, 168.6);
  --bs-secondary-border-subtle: rgb(193.8, 193.8, 193.8);
  --bs-success-border-subtle: rgb(162.6, 186.6, 218.2);
  --bs-info-border-subtle: rgb(162.6, 186.6, 218.2);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(239.8, 174.6, 153);
  --bs-light-border-subtle: #ebebeb;
  --bs-dark-border-subtle: #555555;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans KR", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #ebebeb;
  --bs-secondary-bg-rgb: 235, 235, 235;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0F6327;
  --bs-link-color-rgb: 15, 99, 39;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(12, 79.2, 31.2);
  --bs-link-hover-color-rgb: 12, 79, 31;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dbdbdb;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(15, 99, 39, 0.25);
  --bs-form-valid-color: #0F6327;
  --bs-form-valid-border-color: #0F6327;
  --bs-form-invalid-color: #d93600;
  --bs-form-invalid-border-color: #d93600;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dbdbdb;
  --bs-body-color-rgb: 219, 219, 219;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(219, 219, 219, 0.75);
  --bs-secondary-color-rgb: 219, 219, 219;
  --bs-secondary-bg: #30374d;
  --bs-secondary-bg-rgb: 48, 55, 77;
  --bs-tertiary-color: rgba(219, 219, 219, 0.5);
  --bs-tertiary-color-rgb: 219, 219, 219;
  --bs-tertiary-bg: rgb(40.5, 46, 59);
  --bs-tertiary-bg-rgb: 41, 46, 59;
  --bs-primary-text-emphasis: rgb(111, 161.4, 125.4);
  --bs-secondary-text-emphasis: rgb(163.2, 163.2, 163.2);
  --bs-success-text-emphasis: rgb(116.4, 152.4, 199.8);
  --bs-info-text-emphasis: rgb(116.4, 152.4, 199.8);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(232.2, 134.4, 102);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dbdbdb;
  --bs-primary-bg-subtle: rgb(3, 19.8, 7.8);
  --bs-secondary-bg-subtle: rgb(20.4, 20.4, 20.4);
  --bs-success-bg-subtle: rgb(4.8, 16.8, 32.6);
  --bs-info-bg-subtle: rgb(4.8, 16.8, 32.6);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(43.4, 10.8, 0);
  --bs-light-bg-subtle: #30374d;
  --bs-dark-bg-subtle: rgb(24, 27.5, 38.5);
  --bs-primary-border-subtle: rgb(9, 59.4, 23.4);
  --bs-secondary-border-subtle: rgb(61.2, 61.2, 61.2);
  --bs-success-border-subtle: rgb(14.4, 50.4, 97.8);
  --bs-info-border-subtle: rgb(14.4, 50.4, 97.8);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(130.2, 32.4, 0);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #30374d;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(111, 161.4, 125.4);
  --bs-link-hover-color: rgb(139.8, 180.12, 151.32);
  --bs-link-color-rgb: 111, 161, 125;
  --bs-link-hover-color-rgb: 140, 180, 151;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dbdbdb;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(111, 161.4, 125.4);
  --bs-form-valid-border-color: rgb(111, 161.4, 125.4);
  --bs-form-invalid-color: rgb(232.2, 134.4, 102);
  --bs-form-invalid-border-color: rgb(232.2, 134.4, 102);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 4px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 15px !important;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 4px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 0.875em;
  color: #666666;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 12px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 12px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 16px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 16px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 20px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 20px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 24px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 24px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 28px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 28px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 32px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 32px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 36px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 36px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 40px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 40px;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 44px;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 44px;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 48px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 48px;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 52px;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 52px;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 56px;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 56px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 60px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 60px;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 64px;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 64px;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 68px;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 68px;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 72px;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 72px;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 76px;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 76px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 80px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 80px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 4px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 4px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 8px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 8px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 12px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 12px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 16px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 16px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 20px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 20px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 24px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 24px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 28px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 28px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 32px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 32px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 36px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 36px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 40px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 40px;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 44px;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 44px;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 48px;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 48px;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 52px;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 52px;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 56px;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 56px;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 60px;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 60px;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 64px;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 64px;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 68px;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 68px;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 72px;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 72px;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 76px;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 76px;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 80px;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 4px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 4px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 8px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 8px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 12px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 12px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 16px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 16px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 20px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 20px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 24px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 24px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 28px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 28px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 32px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 32px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 36px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 36px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 40px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 40px;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 44px;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 44px;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 48px;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 48px;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 52px;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 52px;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 56px;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 56px;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 60px;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 60px;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 64px;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 64px;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 68px;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 68px;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 72px;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 72px;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 76px;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 76px;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 80px;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 4px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 4px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 8px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 8px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 12px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 12px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 16px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 16px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 20px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 20px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 24px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 24px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 28px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 28px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 32px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 32px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 36px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 36px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 40px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 40px;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 44px;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 44px;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 48px;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 48px;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 52px;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 52px;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 56px;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 56px;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 60px;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 60px;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 64px;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 64px;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 68px;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 68px;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 72px;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 72px;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 76px;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 76px;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 80px;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 4px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 12px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 12px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 16px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 16px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 20px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 20px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 28px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 28px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 32px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 32px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 36px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 36px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 40px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 40px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 44px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 44px;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 48px;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 48px;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 52px;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 52px;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 56px;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 56px;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 60px;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 60px;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 64px;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 64px;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 68px;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 68px;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 72px;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 72px;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 76px;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 76px;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 80px;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 80px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 4px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 16px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 16px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 28px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 28px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 32px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 36px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 36px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 44px;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 44px;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 48px;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 48px;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 52px;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 52px;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 56px;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 56px;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 64px;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 64px;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 68px;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 68px;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 72px;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 72px;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 76px;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 76px;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 80px;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 4px;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(207, 223.8, 211.8);
  --bs-table-border-color: rgb(165.6, 179.04, 169.44);
  --bs-table-striped-bg: rgb(196.65, 212.61, 201.21);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(186.3, 201.42, 190.62);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.475, 207.015, 195.915);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(224.4, 224.4, 224.4);
  --bs-table-border-color: rgb(179.52, 179.52, 179.52);
  --bs-table-striped-bg: rgb(213.18, 213.18, 213.18);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(201.96, 201.96, 201.96);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(207.57, 207.57, 207.57);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(208.8, 220.8, 236.6);
  --bs-table-border-color: rgb(167.04, 176.64, 189.28);
  --bs-table-striped-bg: rgb(198.36, 209.76, 224.77);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.92, 198.72, 212.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.14, 204.24, 218.855);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(208.8, 220.8, 236.6);
  --bs-table-border-color: rgb(167.04, 176.64, 189.28);
  --bs-table-striped-bg: rgb(198.36, 209.76, 224.77);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.92, 198.72, 212.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.14, 204.24, 218.855);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(247.4, 214.8, 204);
  --bs-table-border-color: rgb(197.92, 171.84, 163.2);
  --bs-table-striped-bg: rgb(235.03, 204.06, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(222.66, 193.32, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(228.845, 198.69, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #30374d;
  --bs-table-border-color: rgb(89.4, 95, 112.6);
  --bs-table-striped-bg: rgb(58.35, 65, 85.9);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(68.7, 75, 94.8);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(63.525, 70, 90.35);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.531rem;
  font-size: 1rem;
  color: #666666;
}

.col-form-label {
  padding-top: calc(0.438rem + var(--bs-border-width));
  padding-bottom: calc(0.438rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #666666;
}

.col-form-label-lg {
  padding-top: calc(0.688rem + var(--bs-border-width));
  padding-bottom: calc(0.688rem + var(--bs-border-width));
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #87b193;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control:-moz-read-only {
  background-color: #f7f9fa;
}
.form-control:read-only {
  background-color: #f7f9fa;
}
.form-control::file-selector-button {
  padding: 0.438rem 0.75rem;
  margin: -0.438rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.438rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.376rem + calc(var(--bs-border-width) * 2));
  padding: 0.688rem 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.688rem 1rem;
  margin: -0.688rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.376rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
  padding: 0.438rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.376rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2330374d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  min-width: 148px;
  width: 100%;
  padding: 0.438rem 2.25rem 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #87b193;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
  background-color: #f7f7f7;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.688rem;
  padding-bottom: 0.688rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dbdbdb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-color: #666;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #87b193;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
}
.form-check-input:checked {
  background-color: #0F6327;
  border-color: #0F6327;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0F6327;
  border-color: #0F6327;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2387b193'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0F6327;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(183, 208.2, 190.2);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0F6327;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(183, 208.2, 190.2);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #666666;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.688rem 1rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1px 2px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230F6327' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230F6327' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1px 2px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d93600'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d93600' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d93600'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d93600' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.438rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: -0.48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0F6327;
  --bs-btn-border-color: #0F6327;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.75, 84.15, 33.15);
  --bs-btn-hover-border-color: rgb(12, 79.2, 31.2);
  --bs-btn-focus-shadow-rgb: 51, 122, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(12, 79.2, 31.2);
  --bs-btn-active-border-color: rgb(11.25, 74.25, 29.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0F6327;
  --bs-btn-disabled-border-color: #0F6327;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.7, 86.7, 86.7);
  --bs-btn-hover-border-color: rgb(81.6, 81.6, 81.6);
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(81.6, 81.6, 81.6);
  --bs-btn-active-border-color: rgb(76.5, 76.5, 76.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666666;
  --bs-btn-disabled-border-color: #666666;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1854A3;
  --bs-btn-border-color: #1854A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.4, 71.4, 138.55);
  --bs-btn-hover-border-color: rgb(19.2, 67.2, 130.4);
  --bs-btn-focus-shadow-rgb: 59, 110, 177;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(19.2, 67.2, 130.4);
  --bs-btn-active-border-color: rgb(18, 63, 122.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1854A3;
  --bs-btn-disabled-border-color: #1854A3;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1854A3;
  --bs-btn-border-color: #1854A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(20.4, 71.4, 138.55);
  --bs-btn-hover-border-color: rgb(19.2, 67.2, 130.4);
  --bs-btn-focus-shadow-rgb: 59, 110, 177;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(19.2, 67.2, 130.4);
  --bs-btn-active-border-color: rgb(18, 63, 122.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1854A3;
  --bs-btn-disabled-border-color: #1854A3;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d93600;
  --bs-btn-border-color: #d93600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(184.45, 45.9, 0);
  --bs-btn-hover-border-color: rgb(173.6, 43.2, 0);
  --bs-btn-focus-shadow-rgb: 223, 84, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(173.6, 43.2, 0);
  --bs-btn-active-border-color: rgb(162.75, 40.5, 0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d93600;
  --bs-btn-disabled-border-color: #d93600;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #30374d;
  --bs-btn-border-color: #30374d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(79.05, 85, 103.7);
  --bs-btn-hover-border-color: rgb(68.7, 75, 94.8);
  --bs-btn-focus-shadow-rgb: 79, 85, 104;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(89.4, 95, 112.6);
  --bs-btn-active-border-color: rgb(68.7, 75, 94.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #30374d;
  --bs-btn-disabled-border-color: #30374d;
}

.btn-outline-primary {
  --bs-btn-color: #0F6327;
  --bs-btn-border-color: #0F6327;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0F6327;
  --bs-btn-hover-border-color: #0F6327;
  --bs-btn-focus-shadow-rgb: 15, 99, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0F6327;
  --bs-btn-active-border-color: #0F6327;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0F6327;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0F6327;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666666;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666666;
  --bs-btn-active-border-color: #666666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666666;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #1854A3;
  --bs-btn-border-color: #1854A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1854A3;
  --bs-btn-hover-border-color: #1854A3;
  --bs-btn-focus-shadow-rgb: 24, 84, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1854A3;
  --bs-btn-active-border-color: #1854A3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1854A3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1854A3;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #1854A3;
  --bs-btn-border-color: #1854A3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1854A3;
  --bs-btn-hover-border-color: #1854A3;
  --bs-btn-focus-shadow-rgb: 24, 84, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1854A3;
  --bs-btn-active-border-color: #1854A3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1854A3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1854A3;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d93600;
  --bs-btn-border-color: #d93600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d93600;
  --bs-btn-hover-border-color: #d93600;
  --bs-btn-focus-shadow-rgb: 217, 54, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d93600;
  --bs-btn-active-border-color: #d93600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d93600;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d93600;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #30374d;
  --bs-btn-border-color: #30374d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #30374d;
  --bs-btn-hover-border-color: #30374d;
  --bs-btn-focus-shadow-rgb: 48, 55, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30374d;
  --bs-btn-active-border-color: #30374d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #30374d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #30374d;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #666666;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 51, 122, 71;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.688rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  font-weight: 500;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  letter-spacing: -0.42px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 2px;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0F6327;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 4px;
  --bs-dropdown-item-padding-y: 1px;
  --bs-dropdown-header-color: #666666;
  --bs-dropdown-header-padding-x: 4px;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dbdbdb;
  --bs-dropdown-bg: #30374d;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dbdbdb;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0F6327;
  --bs-dropdown-link-disabled-color: #555555;
  --bs-dropdown-header-color: #555555;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius-lg);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
  z-index: 20 !important;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0F6327;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 2px;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius-lg);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 4px;
  --bs-card-spacer-x: 4px;
  --bs-card-title-spacer-y: 2px;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 2px;
  --bs-card-cap-padding-x: 4px;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 4px;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%286, 39.6, 15.6%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28111, 161.4, 125.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28111, 161.4, 125.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-padding-y: 0.531rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: #555555;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0F6327;
  --bs-pagination-active-border-color: #0F6327;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 4px;
  --bs-alert-padding-y: 4px;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 12px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 5px 4px;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0F6327;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 4px;
  --bs-list-group-item-padding-y: 2px;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0F6327;
  --bs-list-group-active-border-color: #0F6327;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(15, 99, 39, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 672px;
  --bs-modal-padding: 4px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: #ebebeb;
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 4px;
  --bs-modal-header-padding-y: 4px;
  --bs-modal-header-padding: 4px 4px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-bottom: 2px solid #000013;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin: 0 -16px;
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  margin: 0 -16px;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 862px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 2px;
  --bs-tooltip-padding-y: 1px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 4px;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 4px;
  --bs-popover-body-padding-y: 4px;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 4px;
  --bs-offcanvas-padding-y: 4px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: #ebebeb;
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(12, 79, 31, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(12, 79, 31, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(19, 67, 130, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 67, 130, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(19, 67, 130, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 67, 130, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(174, 43, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(174, 43, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(38, 44, 62, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 44, 62, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.m-9 {
  margin: 36px !important;
}

.m-10 {
  margin: 40px !important;
}

.m-11 {
  margin: 44px !important;
}

.m-12 {
  margin: 48px !important;
}

.m-13 {
  margin: 52px !important;
}

.m-14 {
  margin: 56px !important;
}

.m-15 {
  margin: 60px !important;
}

.m-16 {
  margin: 64px !important;
}

.m-17 {
  margin: 68px !important;
}

.m-18 {
  margin: 72px !important;
}

.m-19 {
  margin: 76px !important;
}

.m-20 {
  margin: 80px !important;
}

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

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

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

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

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

.mx-4 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-5 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-6 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-7 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mx-8 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-9 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-11 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mx-12 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-13 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mx-14 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-15 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-16 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-17 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.mx-18 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-19 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}

.mx-20 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

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

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

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

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

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

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-17 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-19 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

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

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

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

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

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

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-17 {
  margin-top: 68px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mt-19 {
  margin-top: 76px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

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

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

.me-1 {
  margin-right: 4px !important;
}

.me-2 {
  margin-right: 8px !important;
}

.me-3 {
  margin-right: 12px !important;
}

.me-4 {
  margin-right: 16px !important;
}

.me-5 {
  margin-right: 20px !important;
}

.me-6 {
  margin-right: 24px !important;
}

.me-7 {
  margin-right: 28px !important;
}

.me-8 {
  margin-right: 32px !important;
}

.me-9 {
  margin-right: 36px !important;
}

.me-10 {
  margin-right: 40px !important;
}

.me-11 {
  margin-right: 44px !important;
}

.me-12 {
  margin-right: 48px !important;
}

.me-13 {
  margin-right: 52px !important;
}

.me-14 {
  margin-right: 56px !important;
}

.me-15 {
  margin-right: 60px !important;
}

.me-16 {
  margin-right: 64px !important;
}

.me-17 {
  margin-right: 68px !important;
}

.me-18 {
  margin-right: 72px !important;
}

.me-19 {
  margin-right: 76px !important;
}

.me-20 {
  margin-right: 80px !important;
}

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

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

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

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

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

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.mb-19 {
  margin-bottom: 76px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

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

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

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 12px !important;
}

.ms-4 {
  margin-left: 16px !important;
}

.ms-5 {
  margin-left: 20px !important;
}

.ms-6 {
  margin-left: 24px !important;
}

.ms-7 {
  margin-left: 28px !important;
}

.ms-8 {
  margin-left: 32px !important;
}

.ms-9 {
  margin-left: 36px !important;
}

.ms-10 {
  margin-left: 40px !important;
}

.ms-11 {
  margin-left: 44px !important;
}

.ms-12 {
  margin-left: 48px !important;
}

.ms-13 {
  margin-left: 52px !important;
}

.ms-14 {
  margin-left: 56px !important;
}

.ms-15 {
  margin-left: 60px !important;
}

.ms-16 {
  margin-left: 64px !important;
}

.ms-17 {
  margin-left: 68px !important;
}

.ms-18 {
  margin-left: 72px !important;
}

.ms-19 {
  margin-left: 76px !important;
}

.ms-20 {
  margin-left: 80px !important;
}

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

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

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

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

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

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.p-10 {
  padding: 40px !important;
}

.p-11 {
  padding: 44px !important;
}

.p-12 {
  padding: 48px !important;
}

.p-13 {
  padding: 52px !important;
}

.p-14 {
  padding: 56px !important;
}

.p-15 {
  padding: 60px !important;
}

.p-16 {
  padding: 64px !important;
}

.p-17 {
  padding: 68px !important;
}

.p-18 {
  padding: 72px !important;
}

.p-19 {
  padding: 76px !important;
}

.p-20 {
  padding: 80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-17 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-19 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

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

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

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

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-17 {
  padding-top: 68px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pt-19 {
  padding-top: 76px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

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

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

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

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

.pe-4 {
  padding-right: 16px !important;
}

.pe-5 {
  padding-right: 20px !important;
}

.pe-6 {
  padding-right: 24px !important;
}

.pe-7 {
  padding-right: 28px !important;
}

.pe-8 {
  padding-right: 32px !important;
}

.pe-9 {
  padding-right: 36px !important;
}

.pe-10 {
  padding-right: 40px !important;
}

.pe-11 {
  padding-right: 44px !important;
}

.pe-12 {
  padding-right: 48px !important;
}

.pe-13 {
  padding-right: 52px !important;
}

.pe-14 {
  padding-right: 56px !important;
}

.pe-15 {
  padding-right: 60px !important;
}

.pe-16 {
  padding-right: 64px !important;
}

.pe-17 {
  padding-right: 68px !important;
}

.pe-18 {
  padding-right: 72px !important;
}

.pe-19 {
  padding-right: 76px !important;
}

.pe-20 {
  padding-right: 80px !important;
}

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

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

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

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

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.pb-17 {
  padding-bottom: 68px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.pb-19 {
  padding-bottom: 76px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

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

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

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

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

.ps-4 {
  padding-left: 16px !important;
}

.ps-5 {
  padding-left: 20px !important;
}

.ps-6 {
  padding-left: 24px !important;
}

.ps-7 {
  padding-left: 28px !important;
}

.ps-8 {
  padding-left: 32px !important;
}

.ps-9 {
  padding-left: 36px !important;
}

.ps-10 {
  padding-left: 40px !important;
}

.ps-11 {
  padding-left: 44px !important;
}

.ps-12 {
  padding-left: 48px !important;
}

.ps-13 {
  padding-left: 52px !important;
}

.ps-14 {
  padding-left: 56px !important;
}

.ps-15 {
  padding-left: 60px !important;
}

.ps-16 {
  padding-left: 64px !important;
}

.ps-17 {
  padding-left: 68px !important;
}

.ps-18 {
  padding-left: 72px !important;
}

.ps-19 {
  padding-left: 76px !important;
}

.ps-20 {
  padding-left: 80px !important;
}

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

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

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

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

.gap-4 {
  gap: 16px !important;
}

.gap-5 {
  gap: 20px !important;
}

.gap-6 {
  gap: 24px !important;
}

.gap-7 {
  gap: 28px !important;
}

.gap-8 {
  gap: 32px !important;
}

.gap-9 {
  gap: 36px !important;
}

.gap-10 {
  gap: 40px !important;
}

.gap-11 {
  gap: 44px !important;
}

.gap-12 {
  gap: 48px !important;
}

.gap-13 {
  gap: 52px !important;
}

.gap-14 {
  gap: 56px !important;
}

.gap-15 {
  gap: 60px !important;
}

.gap-16 {
  gap: 64px !important;
}

.gap-17 {
  gap: 68px !important;
}

.gap-18 {
  gap: 72px !important;
}

.gap-19 {
  gap: 76px !important;
}

.gap-20 {
  gap: 80px !important;
}

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

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

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

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

.row-gap-4 {
  row-gap: 16px !important;
}

.row-gap-5 {
  row-gap: 20px !important;
}

.row-gap-6 {
  row-gap: 24px !important;
}

.row-gap-7 {
  row-gap: 28px !important;
}

.row-gap-8 {
  row-gap: 32px !important;
}

.row-gap-9 {
  row-gap: 36px !important;
}

.row-gap-10 {
  row-gap: 40px !important;
}

.row-gap-11 {
  row-gap: 44px !important;
}

.row-gap-12 {
  row-gap: 48px !important;
}

.row-gap-13 {
  row-gap: 52px !important;
}

.row-gap-14 {
  row-gap: 56px !important;
}

.row-gap-15 {
  row-gap: 60px !important;
}

.row-gap-16 {
  row-gap: 64px !important;
}

.row-gap-17 {
  row-gap: 68px !important;
}

.row-gap-18 {
  row-gap: 72px !important;
}

.row-gap-19 {
  row-gap: 76px !important;
}

.row-gap-20 {
  row-gap: 80px !important;
}

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

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

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

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

.column-gap-4 {
  -moz-column-gap: 16px !important;
  column-gap: 16px !important;
}

.column-gap-5 {
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
}

.column-gap-6 {
  -moz-column-gap: 24px !important;
  column-gap: 24px !important;
}

.column-gap-7 {
  -moz-column-gap: 28px !important;
  column-gap: 28px !important;
}

.column-gap-8 {
  -moz-column-gap: 32px !important;
  column-gap: 32px !important;
}

.column-gap-9 {
  -moz-column-gap: 36px !important;
  column-gap: 36px !important;
}

.column-gap-10 {
  -moz-column-gap: 40px !important;
  column-gap: 40px !important;
}

.column-gap-11 {
  -moz-column-gap: 44px !important;
  column-gap: 44px !important;
}

.column-gap-12 {
  -moz-column-gap: 48px !important;
  column-gap: 48px !important;
}

.column-gap-13 {
  -moz-column-gap: 52px !important;
  column-gap: 52px !important;
}

.column-gap-14 {
  -moz-column-gap: 56px !important;
  column-gap: 56px !important;
}

.column-gap-15 {
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.column-gap-16 {
  -moz-column-gap: 64px !important;
  column-gap: 64px !important;
}

.column-gap-17 {
  -moz-column-gap: 68px !important;
  column-gap: 68px !important;
}

.column-gap-18 {
  -moz-column-gap: 72px !important;
  column-gap: 72px !important;
}

.column-gap-19 {
  -moz-column-gap: 76px !important;
  column-gap: 76px !important;
}

.column-gap-20 {
  -moz-column-gap: 80px !important;
  column-gap: 80px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

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

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .m-sm-3 {
    margin: 12px !important;
  }
  .m-sm-4 {
    margin: 16px !important;
  }
  .m-sm-5 {
    margin: 20px !important;
  }
  .m-sm-6 {
    margin: 24px !important;
  }
  .m-sm-7 {
    margin: 28px !important;
  }
  .m-sm-8 {
    margin: 32px !important;
  }
  .m-sm-9 {
    margin: 36px !important;
  }
  .m-sm-10 {
    margin: 40px !important;
  }
  .m-sm-11 {
    margin: 44px !important;
  }
  .m-sm-12 {
    margin: 48px !important;
  }
  .m-sm-13 {
    margin: 52px !important;
  }
  .m-sm-14 {
    margin: 56px !important;
  }
  .m-sm-15 {
    margin: 60px !important;
  }
  .m-sm-16 {
    margin: 64px !important;
  }
  .m-sm-17 {
    margin: 68px !important;
  }
  .m-sm-18 {
    margin: 72px !important;
  }
  .m-sm-19 {
    margin: 76px !important;
  }
  .m-sm-20 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-sm-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-sm-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-sm-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-sm-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-sm-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-sm-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-sm-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-sm-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-sm-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-sm-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-sm-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-sm-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 12px !important;
  }
  .mt-sm-4 {
    margin-top: 16px !important;
  }
  .mt-sm-5 {
    margin-top: 20px !important;
  }
  .mt-sm-6 {
    margin-top: 24px !important;
  }
  .mt-sm-7 {
    margin-top: 28px !important;
  }
  .mt-sm-8 {
    margin-top: 32px !important;
  }
  .mt-sm-9 {
    margin-top: 36px !important;
  }
  .mt-sm-10 {
    margin-top: 40px !important;
  }
  .mt-sm-11 {
    margin-top: 44px !important;
  }
  .mt-sm-12 {
    margin-top: 48px !important;
  }
  .mt-sm-13 {
    margin-top: 52px !important;
  }
  .mt-sm-14 {
    margin-top: 56px !important;
  }
  .mt-sm-15 {
    margin-top: 60px !important;
  }
  .mt-sm-16 {
    margin-top: 64px !important;
  }
  .mt-sm-17 {
    margin-top: 68px !important;
  }
  .mt-sm-18 {
    margin-top: 72px !important;
  }
  .mt-sm-19 {
    margin-top: 76px !important;
  }
  .mt-sm-20 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 4px !important;
  }
  .me-sm-2 {
    margin-right: 8px !important;
  }
  .me-sm-3 {
    margin-right: 12px !important;
  }
  .me-sm-4 {
    margin-right: 16px !important;
  }
  .me-sm-5 {
    margin-right: 20px !important;
  }
  .me-sm-6 {
    margin-right: 24px !important;
  }
  .me-sm-7 {
    margin-right: 28px !important;
  }
  .me-sm-8 {
    margin-right: 32px !important;
  }
  .me-sm-9 {
    margin-right: 36px !important;
  }
  .me-sm-10 {
    margin-right: 40px !important;
  }
  .me-sm-11 {
    margin-right: 44px !important;
  }
  .me-sm-12 {
    margin-right: 48px !important;
  }
  .me-sm-13 {
    margin-right: 52px !important;
  }
  .me-sm-14 {
    margin-right: 56px !important;
  }
  .me-sm-15 {
    margin-right: 60px !important;
  }
  .me-sm-16 {
    margin-right: 64px !important;
  }
  .me-sm-17 {
    margin-right: 68px !important;
  }
  .me-sm-18 {
    margin-right: 72px !important;
  }
  .me-sm-19 {
    margin-right: 76px !important;
  }
  .me-sm-20 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .mb-sm-4 {
    margin-bottom: 16px !important;
  }
  .mb-sm-5 {
    margin-bottom: 20px !important;
  }
  .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .mb-sm-7 {
    margin-bottom: 28px !important;
  }
  .mb-sm-8 {
    margin-bottom: 32px !important;
  }
  .mb-sm-9 {
    margin-bottom: 36px !important;
  }
  .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .mb-sm-11 {
    margin-bottom: 44px !important;
  }
  .mb-sm-12 {
    margin-bottom: 48px !important;
  }
  .mb-sm-13 {
    margin-bottom: 52px !important;
  }
  .mb-sm-14 {
    margin-bottom: 56px !important;
  }
  .mb-sm-15 {
    margin-bottom: 60px !important;
  }
  .mb-sm-16 {
    margin-bottom: 64px !important;
  }
  .mb-sm-17 {
    margin-bottom: 68px !important;
  }
  .mb-sm-18 {
    margin-bottom: 72px !important;
  }
  .mb-sm-19 {
    margin-bottom: 76px !important;
  }
  .mb-sm-20 {
    margin-bottom: 80px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 4px !important;
  }
  .ms-sm-2 {
    margin-left: 8px !important;
  }
  .ms-sm-3 {
    margin-left: 12px !important;
  }
  .ms-sm-4 {
    margin-left: 16px !important;
  }
  .ms-sm-5 {
    margin-left: 20px !important;
  }
  .ms-sm-6 {
    margin-left: 24px !important;
  }
  .ms-sm-7 {
    margin-left: 28px !important;
  }
  .ms-sm-8 {
    margin-left: 32px !important;
  }
  .ms-sm-9 {
    margin-left: 36px !important;
  }
  .ms-sm-10 {
    margin-left: 40px !important;
  }
  .ms-sm-11 {
    margin-left: 44px !important;
  }
  .ms-sm-12 {
    margin-left: 48px !important;
  }
  .ms-sm-13 {
    margin-left: 52px !important;
  }
  .ms-sm-14 {
    margin-left: 56px !important;
  }
  .ms-sm-15 {
    margin-left: 60px !important;
  }
  .ms-sm-16 {
    margin-left: 64px !important;
  }
  .ms-sm-17 {
    margin-left: 68px !important;
  }
  .ms-sm-18 {
    margin-left: 72px !important;
  }
  .ms-sm-19 {
    margin-left: 76px !important;
  }
  .ms-sm-20 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .p-sm-3 {
    padding: 12px !important;
  }
  .p-sm-4 {
    padding: 16px !important;
  }
  .p-sm-5 {
    padding: 20px !important;
  }
  .p-sm-6 {
    padding: 24px !important;
  }
  .p-sm-7 {
    padding: 28px !important;
  }
  .p-sm-8 {
    padding: 32px !important;
  }
  .p-sm-9 {
    padding: 36px !important;
  }
  .p-sm-10 {
    padding: 40px !important;
  }
  .p-sm-11 {
    padding: 44px !important;
  }
  .p-sm-12 {
    padding: 48px !important;
  }
  .p-sm-13 {
    padding: 52px !important;
  }
  .p-sm-14 {
    padding: 56px !important;
  }
  .p-sm-15 {
    padding: 60px !important;
  }
  .p-sm-16 {
    padding: 64px !important;
  }
  .p-sm-17 {
    padding: 68px !important;
  }
  .p-sm-18 {
    padding: 72px !important;
  }
  .p-sm-19 {
    padding: 76px !important;
  }
  .p-sm-20 {
    padding: 80px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-sm-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-sm-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-sm-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-sm-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-sm-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-sm-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-sm-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-sm-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-sm-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-sm-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-sm-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-sm-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 12px !important;
  }
  .pt-sm-4 {
    padding-top: 16px !important;
  }
  .pt-sm-5 {
    padding-top: 20px !important;
  }
  .pt-sm-6 {
    padding-top: 24px !important;
  }
  .pt-sm-7 {
    padding-top: 28px !important;
  }
  .pt-sm-8 {
    padding-top: 32px !important;
  }
  .pt-sm-9 {
    padding-top: 36px !important;
  }
  .pt-sm-10 {
    padding-top: 40px !important;
  }
  .pt-sm-11 {
    padding-top: 44px !important;
  }
  .pt-sm-12 {
    padding-top: 48px !important;
  }
  .pt-sm-13 {
    padding-top: 52px !important;
  }
  .pt-sm-14 {
    padding-top: 56px !important;
  }
  .pt-sm-15 {
    padding-top: 60px !important;
  }
  .pt-sm-16 {
    padding-top: 64px !important;
  }
  .pt-sm-17 {
    padding-top: 68px !important;
  }
  .pt-sm-18 {
    padding-top: 72px !important;
  }
  .pt-sm-19 {
    padding-top: 76px !important;
  }
  .pt-sm-20 {
    padding-top: 80px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 4px !important;
  }
  .pe-sm-2 {
    padding-right: 8px !important;
  }
  .pe-sm-3 {
    padding-right: 12px !important;
  }
  .pe-sm-4 {
    padding-right: 16px !important;
  }
  .pe-sm-5 {
    padding-right: 20px !important;
  }
  .pe-sm-6 {
    padding-right: 24px !important;
  }
  .pe-sm-7 {
    padding-right: 28px !important;
  }
  .pe-sm-8 {
    padding-right: 32px !important;
  }
  .pe-sm-9 {
    padding-right: 36px !important;
  }
  .pe-sm-10 {
    padding-right: 40px !important;
  }
  .pe-sm-11 {
    padding-right: 44px !important;
  }
  .pe-sm-12 {
    padding-right: 48px !important;
  }
  .pe-sm-13 {
    padding-right: 52px !important;
  }
  .pe-sm-14 {
    padding-right: 56px !important;
  }
  .pe-sm-15 {
    padding-right: 60px !important;
  }
  .pe-sm-16 {
    padding-right: 64px !important;
  }
  .pe-sm-17 {
    padding-right: 68px !important;
  }
  .pe-sm-18 {
    padding-right: 72px !important;
  }
  .pe-sm-19 {
    padding-right: 76px !important;
  }
  .pe-sm-20 {
    padding-right: 80px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .pb-sm-4 {
    padding-bottom: 16px !important;
  }
  .pb-sm-5 {
    padding-bottom: 20px !important;
  }
  .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .pb-sm-7 {
    padding-bottom: 28px !important;
  }
  .pb-sm-8 {
    padding-bottom: 32px !important;
  }
  .pb-sm-9 {
    padding-bottom: 36px !important;
  }
  .pb-sm-10 {
    padding-bottom: 40px !important;
  }
  .pb-sm-11 {
    padding-bottom: 44px !important;
  }
  .pb-sm-12 {
    padding-bottom: 48px !important;
  }
  .pb-sm-13 {
    padding-bottom: 52px !important;
  }
  .pb-sm-14 {
    padding-bottom: 56px !important;
  }
  .pb-sm-15 {
    padding-bottom: 60px !important;
  }
  .pb-sm-16 {
    padding-bottom: 64px !important;
  }
  .pb-sm-17 {
    padding-bottom: 68px !important;
  }
  .pb-sm-18 {
    padding-bottom: 72px !important;
  }
  .pb-sm-19 {
    padding-bottom: 76px !important;
  }
  .pb-sm-20 {
    padding-bottom: 80px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 4px !important;
  }
  .ps-sm-2 {
    padding-left: 8px !important;
  }
  .ps-sm-3 {
    padding-left: 12px !important;
  }
  .ps-sm-4 {
    padding-left: 16px !important;
  }
  .ps-sm-5 {
    padding-left: 20px !important;
  }
  .ps-sm-6 {
    padding-left: 24px !important;
  }
  .ps-sm-7 {
    padding-left: 28px !important;
  }
  .ps-sm-8 {
    padding-left: 32px !important;
  }
  .ps-sm-9 {
    padding-left: 36px !important;
  }
  .ps-sm-10 {
    padding-left: 40px !important;
  }
  .ps-sm-11 {
    padding-left: 44px !important;
  }
  .ps-sm-12 {
    padding-left: 48px !important;
  }
  .ps-sm-13 {
    padding-left: 52px !important;
  }
  .ps-sm-14 {
    padding-left: 56px !important;
  }
  .ps-sm-15 {
    padding-left: 60px !important;
  }
  .ps-sm-16 {
    padding-left: 64px !important;
  }
  .ps-sm-17 {
    padding-left: 68px !important;
  }
  .ps-sm-18 {
    padding-left: 72px !important;
  }
  .ps-sm-19 {
    padding-left: 76px !important;
  }
  .ps-sm-20 {
    padding-left: 80px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 4px !important;
  }
  .gap-sm-2 {
    gap: 8px !important;
  }
  .gap-sm-3 {
    gap: 12px !important;
  }
  .gap-sm-4 {
    gap: 16px !important;
  }
  .gap-sm-5 {
    gap: 20px !important;
  }
  .gap-sm-6 {
    gap: 24px !important;
  }
  .gap-sm-7 {
    gap: 28px !important;
  }
  .gap-sm-8 {
    gap: 32px !important;
  }
  .gap-sm-9 {
    gap: 36px !important;
  }
  .gap-sm-10 {
    gap: 40px !important;
  }
  .gap-sm-11 {
    gap: 44px !important;
  }
  .gap-sm-12 {
    gap: 48px !important;
  }
  .gap-sm-13 {
    gap: 52px !important;
  }
  .gap-sm-14 {
    gap: 56px !important;
  }
  .gap-sm-15 {
    gap: 60px !important;
  }
  .gap-sm-16 {
    gap: 64px !important;
  }
  .gap-sm-17 {
    gap: 68px !important;
  }
  .gap-sm-18 {
    gap: 72px !important;
  }
  .gap-sm-19 {
    gap: 76px !important;
  }
  .gap-sm-20 {
    gap: 80px !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 4px !important;
  }
  .row-gap-sm-2 {
    row-gap: 8px !important;
  }
  .row-gap-sm-3 {
    row-gap: 12px !important;
  }
  .row-gap-sm-4 {
    row-gap: 16px !important;
  }
  .row-gap-sm-5 {
    row-gap: 20px !important;
  }
  .row-gap-sm-6 {
    row-gap: 24px !important;
  }
  .row-gap-sm-7 {
    row-gap: 28px !important;
  }
  .row-gap-sm-8 {
    row-gap: 32px !important;
  }
  .row-gap-sm-9 {
    row-gap: 36px !important;
  }
  .row-gap-sm-10 {
    row-gap: 40px !important;
  }
  .row-gap-sm-11 {
    row-gap: 44px !important;
  }
  .row-gap-sm-12 {
    row-gap: 48px !important;
  }
  .row-gap-sm-13 {
    row-gap: 52px !important;
  }
  .row-gap-sm-14 {
    row-gap: 56px !important;
  }
  .row-gap-sm-15 {
    row-gap: 60px !important;
  }
  .row-gap-sm-16 {
    row-gap: 64px !important;
  }
  .row-gap-sm-17 {
    row-gap: 68px !important;
  }
  .row-gap-sm-18 {
    row-gap: 72px !important;
  }
  .row-gap-sm-19 {
    row-gap: 76px !important;
  }
  .row-gap-sm-20 {
    row-gap: 80px !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .column-gap-sm-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important;
  }
  .column-gap-sm-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important;
  }
  .column-gap-sm-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important;
  }
  .column-gap-sm-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .column-gap-sm-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important;
  }
  .column-gap-sm-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important;
  }
  .column-gap-sm-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important;
  }
  .column-gap-sm-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important;
  }
  .column-gap-sm-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .m-md-3 {
    margin: 12px !important;
  }
  .m-md-4 {
    margin: 16px !important;
  }
  .m-md-5 {
    margin: 20px !important;
  }
  .m-md-6 {
    margin: 24px !important;
  }
  .m-md-7 {
    margin: 28px !important;
  }
  .m-md-8 {
    margin: 32px !important;
  }
  .m-md-9 {
    margin: 36px !important;
  }
  .m-md-10 {
    margin: 40px !important;
  }
  .m-md-11 {
    margin: 44px !important;
  }
  .m-md-12 {
    margin: 48px !important;
  }
  .m-md-13 {
    margin: 52px !important;
  }
  .m-md-14 {
    margin: 56px !important;
  }
  .m-md-15 {
    margin: 60px !important;
  }
  .m-md-16 {
    margin: 64px !important;
  }
  .m-md-17 {
    margin: 68px !important;
  }
  .m-md-18 {
    margin: 72px !important;
  }
  .m-md-19 {
    margin: 76px !important;
  }
  .m-md-20 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-md-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-md-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-md-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-md-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-md-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-md-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-md-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-md-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-md-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-md-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-md-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 12px !important;
  }
  .mt-md-4 {
    margin-top: 16px !important;
  }
  .mt-md-5 {
    margin-top: 20px !important;
  }
  .mt-md-6 {
    margin-top: 24px !important;
  }
  .mt-md-7 {
    margin-top: 28px !important;
  }
  .mt-md-8 {
    margin-top: 32px !important;
  }
  .mt-md-9 {
    margin-top: 36px !important;
  }
  .mt-md-10 {
    margin-top: 40px !important;
  }
  .mt-md-11 {
    margin-top: 44px !important;
  }
  .mt-md-12 {
    margin-top: 48px !important;
  }
  .mt-md-13 {
    margin-top: 52px !important;
  }
  .mt-md-14 {
    margin-top: 56px !important;
  }
  .mt-md-15 {
    margin-top: 60px !important;
  }
  .mt-md-16 {
    margin-top: 64px !important;
  }
  .mt-md-17 {
    margin-top: 68px !important;
  }
  .mt-md-18 {
    margin-top: 72px !important;
  }
  .mt-md-19 {
    margin-top: 76px !important;
  }
  .mt-md-20 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 4px !important;
  }
  .me-md-2 {
    margin-right: 8px !important;
  }
  .me-md-3 {
    margin-right: 12px !important;
  }
  .me-md-4 {
    margin-right: 16px !important;
  }
  .me-md-5 {
    margin-right: 20px !important;
  }
  .me-md-6 {
    margin-right: 24px !important;
  }
  .me-md-7 {
    margin-right: 28px !important;
  }
  .me-md-8 {
    margin-right: 32px !important;
  }
  .me-md-9 {
    margin-right: 36px !important;
  }
  .me-md-10 {
    margin-right: 40px !important;
  }
  .me-md-11 {
    margin-right: 44px !important;
  }
  .me-md-12 {
    margin-right: 48px !important;
  }
  .me-md-13 {
    margin-right: 52px !important;
  }
  .me-md-14 {
    margin-right: 56px !important;
  }
  .me-md-15 {
    margin-right: 60px !important;
  }
  .me-md-16 {
    margin-right: 64px !important;
  }
  .me-md-17 {
    margin-right: 68px !important;
  }
  .me-md-18 {
    margin-right: 72px !important;
  }
  .me-md-19 {
    margin-right: 76px !important;
  }
  .me-md-20 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .mb-md-4 {
    margin-bottom: 16px !important;
  }
  .mb-md-5 {
    margin-bottom: 20px !important;
  }
  .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .mb-md-7 {
    margin-bottom: 28px !important;
  }
  .mb-md-8 {
    margin-bottom: 32px !important;
  }
  .mb-md-9 {
    margin-bottom: 36px !important;
  }
  .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .mb-md-11 {
    margin-bottom: 44px !important;
  }
  .mb-md-12 {
    margin-bottom: 48px !important;
  }
  .mb-md-13 {
    margin-bottom: 52px !important;
  }
  .mb-md-14 {
    margin-bottom: 56px !important;
  }
  .mb-md-15 {
    margin-bottom: 60px !important;
  }
  .mb-md-16 {
    margin-bottom: 64px !important;
  }
  .mb-md-17 {
    margin-bottom: 68px !important;
  }
  .mb-md-18 {
    margin-bottom: 72px !important;
  }
  .mb-md-19 {
    margin-bottom: 76px !important;
  }
  .mb-md-20 {
    margin-bottom: 80px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 4px !important;
  }
  .ms-md-2 {
    margin-left: 8px !important;
  }
  .ms-md-3 {
    margin-left: 12px !important;
  }
  .ms-md-4 {
    margin-left: 16px !important;
  }
  .ms-md-5 {
    margin-left: 20px !important;
  }
  .ms-md-6 {
    margin-left: 24px !important;
  }
  .ms-md-7 {
    margin-left: 28px !important;
  }
  .ms-md-8 {
    margin-left: 32px !important;
  }
  .ms-md-9 {
    margin-left: 36px !important;
  }
  .ms-md-10 {
    margin-left: 40px !important;
  }
  .ms-md-11 {
    margin-left: 44px !important;
  }
  .ms-md-12 {
    margin-left: 48px !important;
  }
  .ms-md-13 {
    margin-left: 52px !important;
  }
  .ms-md-14 {
    margin-left: 56px !important;
  }
  .ms-md-15 {
    margin-left: 60px !important;
  }
  .ms-md-16 {
    margin-left: 64px !important;
  }
  .ms-md-17 {
    margin-left: 68px !important;
  }
  .ms-md-18 {
    margin-left: 72px !important;
  }
  .ms-md-19 {
    margin-left: 76px !important;
  }
  .ms-md-20 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .p-md-3 {
    padding: 12px !important;
  }
  .p-md-4 {
    padding: 16px !important;
  }
  .p-md-5 {
    padding: 20px !important;
  }
  .p-md-6 {
    padding: 24px !important;
  }
  .p-md-7 {
    padding: 28px !important;
  }
  .p-md-8 {
    padding: 32px !important;
  }
  .p-md-9 {
    padding: 36px !important;
  }
  .p-md-10 {
    padding: 40px !important;
  }
  .p-md-11 {
    padding: 44px !important;
  }
  .p-md-12 {
    padding: 48px !important;
  }
  .p-md-13 {
    padding: 52px !important;
  }
  .p-md-14 {
    padding: 56px !important;
  }
  .p-md-15 {
    padding: 60px !important;
  }
  .p-md-16 {
    padding: 64px !important;
  }
  .p-md-17 {
    padding: 68px !important;
  }
  .p-md-18 {
    padding: 72px !important;
  }
  .p-md-19 {
    padding: 76px !important;
  }
  .p-md-20 {
    padding: 80px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-md-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-md-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-md-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-md-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-md-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-md-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-md-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-md-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-md-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-md-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-md-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pt-md-3 {
    padding-top: 12px !important;
  }
  .pt-md-4 {
    padding-top: 16px !important;
  }
  .pt-md-5 {
    padding-top: 20px !important;
  }
  .pt-md-6 {
    padding-top: 24px !important;
  }
  .pt-md-7 {
    padding-top: 28px !important;
  }
  .pt-md-8 {
    padding-top: 32px !important;
  }
  .pt-md-9 {
    padding-top: 36px !important;
  }
  .pt-md-10 {
    padding-top: 40px !important;
  }
  .pt-md-11 {
    padding-top: 44px !important;
  }
  .pt-md-12 {
    padding-top: 48px !important;
  }
  .pt-md-13 {
    padding-top: 52px !important;
  }
  .pt-md-14 {
    padding-top: 56px !important;
  }
  .pt-md-15 {
    padding-top: 60px !important;
  }
  .pt-md-16 {
    padding-top: 64px !important;
  }
  .pt-md-17 {
    padding-top: 68px !important;
  }
  .pt-md-18 {
    padding-top: 72px !important;
  }
  .pt-md-19 {
    padding-top: 76px !important;
  }
  .pt-md-20 {
    padding-top: 80px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 4px !important;
  }
  .pe-md-2 {
    padding-right: 8px !important;
  }
  .pe-md-3 {
    padding-right: 12px !important;
  }
  .pe-md-4 {
    padding-right: 16px !important;
  }
  .pe-md-5 {
    padding-right: 20px !important;
  }
  .pe-md-6 {
    padding-right: 24px !important;
  }
  .pe-md-7 {
    padding-right: 28px !important;
  }
  .pe-md-8 {
    padding-right: 32px !important;
  }
  .pe-md-9 {
    padding-right: 36px !important;
  }
  .pe-md-10 {
    padding-right: 40px !important;
  }
  .pe-md-11 {
    padding-right: 44px !important;
  }
  .pe-md-12 {
    padding-right: 48px !important;
  }
  .pe-md-13 {
    padding-right: 52px !important;
  }
  .pe-md-14 {
    padding-right: 56px !important;
  }
  .pe-md-15 {
    padding-right: 60px !important;
  }
  .pe-md-16 {
    padding-right: 64px !important;
  }
  .pe-md-17 {
    padding-right: 68px !important;
  }
  .pe-md-18 {
    padding-right: 72px !important;
  }
  .pe-md-19 {
    padding-right: 76px !important;
  }
  .pe-md-20 {
    padding-right: 80px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .pb-md-4 {
    padding-bottom: 16px !important;
  }
  .pb-md-5 {
    padding-bottom: 20px !important;
  }
  .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .pb-md-7 {
    padding-bottom: 28px !important;
  }
  .pb-md-8 {
    padding-bottom: 32px !important;
  }
  .pb-md-9 {
    padding-bottom: 36px !important;
  }
  .pb-md-10 {
    padding-bottom: 40px !important;
  }
  .pb-md-11 {
    padding-bottom: 44px !important;
  }
  .pb-md-12 {
    padding-bottom: 48px !important;
  }
  .pb-md-13 {
    padding-bottom: 52px !important;
  }
  .pb-md-14 {
    padding-bottom: 56px !important;
  }
  .pb-md-15 {
    padding-bottom: 60px !important;
  }
  .pb-md-16 {
    padding-bottom: 64px !important;
  }
  .pb-md-17 {
    padding-bottom: 68px !important;
  }
  .pb-md-18 {
    padding-bottom: 72px !important;
  }
  .pb-md-19 {
    padding-bottom: 76px !important;
  }
  .pb-md-20 {
    padding-bottom: 80px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 4px !important;
  }
  .ps-md-2 {
    padding-left: 8px !important;
  }
  .ps-md-3 {
    padding-left: 12px !important;
  }
  .ps-md-4 {
    padding-left: 16px !important;
  }
  .ps-md-5 {
    padding-left: 20px !important;
  }
  .ps-md-6 {
    padding-left: 24px !important;
  }
  .ps-md-7 {
    padding-left: 28px !important;
  }
  .ps-md-8 {
    padding-left: 32px !important;
  }
  .ps-md-9 {
    padding-left: 36px !important;
  }
  .ps-md-10 {
    padding-left: 40px !important;
  }
  .ps-md-11 {
    padding-left: 44px !important;
  }
  .ps-md-12 {
    padding-left: 48px !important;
  }
  .ps-md-13 {
    padding-left: 52px !important;
  }
  .ps-md-14 {
    padding-left: 56px !important;
  }
  .ps-md-15 {
    padding-left: 60px !important;
  }
  .ps-md-16 {
    padding-left: 64px !important;
  }
  .ps-md-17 {
    padding-left: 68px !important;
  }
  .ps-md-18 {
    padding-left: 72px !important;
  }
  .ps-md-19 {
    padding-left: 76px !important;
  }
  .ps-md-20 {
    padding-left: 80px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 4px !important;
  }
  .gap-md-2 {
    gap: 8px !important;
  }
  .gap-md-3 {
    gap: 12px !important;
  }
  .gap-md-4 {
    gap: 16px !important;
  }
  .gap-md-5 {
    gap: 20px !important;
  }
  .gap-md-6 {
    gap: 24px !important;
  }
  .gap-md-7 {
    gap: 28px !important;
  }
  .gap-md-8 {
    gap: 32px !important;
  }
  .gap-md-9 {
    gap: 36px !important;
  }
  .gap-md-10 {
    gap: 40px !important;
  }
  .gap-md-11 {
    gap: 44px !important;
  }
  .gap-md-12 {
    gap: 48px !important;
  }
  .gap-md-13 {
    gap: 52px !important;
  }
  .gap-md-14 {
    gap: 56px !important;
  }
  .gap-md-15 {
    gap: 60px !important;
  }
  .gap-md-16 {
    gap: 64px !important;
  }
  .gap-md-17 {
    gap: 68px !important;
  }
  .gap-md-18 {
    gap: 72px !important;
  }
  .gap-md-19 {
    gap: 76px !important;
  }
  .gap-md-20 {
    gap: 80px !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 4px !important;
  }
  .row-gap-md-2 {
    row-gap: 8px !important;
  }
  .row-gap-md-3 {
    row-gap: 12px !important;
  }
  .row-gap-md-4 {
    row-gap: 16px !important;
  }
  .row-gap-md-5 {
    row-gap: 20px !important;
  }
  .row-gap-md-6 {
    row-gap: 24px !important;
  }
  .row-gap-md-7 {
    row-gap: 28px !important;
  }
  .row-gap-md-8 {
    row-gap: 32px !important;
  }
  .row-gap-md-9 {
    row-gap: 36px !important;
  }
  .row-gap-md-10 {
    row-gap: 40px !important;
  }
  .row-gap-md-11 {
    row-gap: 44px !important;
  }
  .row-gap-md-12 {
    row-gap: 48px !important;
  }
  .row-gap-md-13 {
    row-gap: 52px !important;
  }
  .row-gap-md-14 {
    row-gap: 56px !important;
  }
  .row-gap-md-15 {
    row-gap: 60px !important;
  }
  .row-gap-md-16 {
    row-gap: 64px !important;
  }
  .row-gap-md-17 {
    row-gap: 68px !important;
  }
  .row-gap-md-18 {
    row-gap: 72px !important;
  }
  .row-gap-md-19 {
    row-gap: 76px !important;
  }
  .row-gap-md-20 {
    row-gap: 80px !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .column-gap-md-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important;
  }
  .column-gap-md-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important;
  }
  .column-gap-md-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important;
  }
  .column-gap-md-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .column-gap-md-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important;
  }
  .column-gap-md-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important;
  }
  .column-gap-md-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important;
  }
  .column-gap-md-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important;
  }
  .column-gap-md-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .m-lg-3 {
    margin: 12px !important;
  }
  .m-lg-4 {
    margin: 16px !important;
  }
  .m-lg-5 {
    margin: 20px !important;
  }
  .m-lg-6 {
    margin: 24px !important;
  }
  .m-lg-7 {
    margin: 28px !important;
  }
  .m-lg-8 {
    margin: 32px !important;
  }
  .m-lg-9 {
    margin: 36px !important;
  }
  .m-lg-10 {
    margin: 40px !important;
  }
  .m-lg-11 {
    margin: 44px !important;
  }
  .m-lg-12 {
    margin: 48px !important;
  }
  .m-lg-13 {
    margin: 52px !important;
  }
  .m-lg-14 {
    margin: 56px !important;
  }
  .m-lg-15 {
    margin: 60px !important;
  }
  .m-lg-16 {
    margin: 64px !important;
  }
  .m-lg-17 {
    margin: 68px !important;
  }
  .m-lg-18 {
    margin: 72px !important;
  }
  .m-lg-19 {
    margin: 76px !important;
  }
  .m-lg-20 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-lg-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-lg-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-lg-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-lg-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-lg-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-lg-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-lg-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-lg-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-lg-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-lg-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-lg-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-lg-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-lg-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-lg-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mt-lg-3 {
    margin-top: 12px !important;
  }
  .mt-lg-4 {
    margin-top: 16px !important;
  }
  .mt-lg-5 {
    margin-top: 20px !important;
  }
  .mt-lg-6 {
    margin-top: 24px !important;
  }
  .mt-lg-7 {
    margin-top: 28px !important;
  }
  .mt-lg-8 {
    margin-top: 32px !important;
  }
  .mt-lg-9 {
    margin-top: 36px !important;
  }
  .mt-lg-10 {
    margin-top: 40px !important;
  }
  .mt-lg-11 {
    margin-top: 44px !important;
  }
  .mt-lg-12 {
    margin-top: 48px !important;
  }
  .mt-lg-13 {
    margin-top: 52px !important;
  }
  .mt-lg-14 {
    margin-top: 56px !important;
  }
  .mt-lg-15 {
    margin-top: 60px !important;
  }
  .mt-lg-16 {
    margin-top: 64px !important;
  }
  .mt-lg-17 {
    margin-top: 68px !important;
  }
  .mt-lg-18 {
    margin-top: 72px !important;
  }
  .mt-lg-19 {
    margin-top: 76px !important;
  }
  .mt-lg-20 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 4px !important;
  }
  .me-lg-2 {
    margin-right: 8px !important;
  }
  .me-lg-3 {
    margin-right: 12px !important;
  }
  .me-lg-4 {
    margin-right: 16px !important;
  }
  .me-lg-5 {
    margin-right: 20px !important;
  }
  .me-lg-6 {
    margin-right: 24px !important;
  }
  .me-lg-7 {
    margin-right: 28px !important;
  }
  .me-lg-8 {
    margin-right: 32px !important;
  }
  .me-lg-9 {
    margin-right: 36px !important;
  }
  .me-lg-10 {
    margin-right: 40px !important;
  }
  .me-lg-11 {
    margin-right: 44px !important;
  }
  .me-lg-12 {
    margin-right: 48px !important;
  }
  .me-lg-13 {
    margin-right: 52px !important;
  }
  .me-lg-14 {
    margin-right: 56px !important;
  }
  .me-lg-15 {
    margin-right: 60px !important;
  }
  .me-lg-16 {
    margin-right: 64px !important;
  }
  .me-lg-17 {
    margin-right: 68px !important;
  }
  .me-lg-18 {
    margin-right: 72px !important;
  }
  .me-lg-19 {
    margin-right: 76px !important;
  }
  .me-lg-20 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 12px !important;
  }
  .mb-lg-4 {
    margin-bottom: 16px !important;
  }
  .mb-lg-5 {
    margin-bottom: 20px !important;
  }
  .mb-lg-6 {
    margin-bottom: 24px !important;
  }
  .mb-lg-7 {
    margin-bottom: 28px !important;
  }
  .mb-lg-8 {
    margin-bottom: 32px !important;
  }
  .mb-lg-9 {
    margin-bottom: 36px !important;
  }
  .mb-lg-10 {
    margin-bottom: 40px !important;
  }
  .mb-lg-11 {
    margin-bottom: 44px !important;
  }
  .mb-lg-12 {
    margin-bottom: 48px !important;
  }
  .mb-lg-13 {
    margin-bottom: 52px !important;
  }
  .mb-lg-14 {
    margin-bottom: 56px !important;
  }
  .mb-lg-15 {
    margin-bottom: 60px !important;
  }
  .mb-lg-16 {
    margin-bottom: 64px !important;
  }
  .mb-lg-17 {
    margin-bottom: 68px !important;
  }
  .mb-lg-18 {
    margin-bottom: 72px !important;
  }
  .mb-lg-19 {
    margin-bottom: 76px !important;
  }
  .mb-lg-20 {
    margin-bottom: 80px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 4px !important;
  }
  .ms-lg-2 {
    margin-left: 8px !important;
  }
  .ms-lg-3 {
    margin-left: 12px !important;
  }
  .ms-lg-4 {
    margin-left: 16px !important;
  }
  .ms-lg-5 {
    margin-left: 20px !important;
  }
  .ms-lg-6 {
    margin-left: 24px !important;
  }
  .ms-lg-7 {
    margin-left: 28px !important;
  }
  .ms-lg-8 {
    margin-left: 32px !important;
  }
  .ms-lg-9 {
    margin-left: 36px !important;
  }
  .ms-lg-10 {
    margin-left: 40px !important;
  }
  .ms-lg-11 {
    margin-left: 44px !important;
  }
  .ms-lg-12 {
    margin-left: 48px !important;
  }
  .ms-lg-13 {
    margin-left: 52px !important;
  }
  .ms-lg-14 {
    margin-left: 56px !important;
  }
  .ms-lg-15 {
    margin-left: 60px !important;
  }
  .ms-lg-16 {
    margin-left: 64px !important;
  }
  .ms-lg-17 {
    margin-left: 68px !important;
  }
  .ms-lg-18 {
    margin-left: 72px !important;
  }
  .ms-lg-19 {
    margin-left: 76px !important;
  }
  .ms-lg-20 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .p-lg-3 {
    padding: 12px !important;
  }
  .p-lg-4 {
    padding: 16px !important;
  }
  .p-lg-5 {
    padding: 20px !important;
  }
  .p-lg-6 {
    padding: 24px !important;
  }
  .p-lg-7 {
    padding: 28px !important;
  }
  .p-lg-8 {
    padding: 32px !important;
  }
  .p-lg-9 {
    padding: 36px !important;
  }
  .p-lg-10 {
    padding: 40px !important;
  }
  .p-lg-11 {
    padding: 44px !important;
  }
  .p-lg-12 {
    padding: 48px !important;
  }
  .p-lg-13 {
    padding: 52px !important;
  }
  .p-lg-14 {
    padding: 56px !important;
  }
  .p-lg-15 {
    padding: 60px !important;
  }
  .p-lg-16 {
    padding: 64px !important;
  }
  .p-lg-17 {
    padding: 68px !important;
  }
  .p-lg-18 {
    padding: 72px !important;
  }
  .p-lg-19 {
    padding: 76px !important;
  }
  .p-lg-20 {
    padding: 80px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-lg-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-lg-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-lg-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-lg-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-lg-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-lg-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-lg-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-lg-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-lg-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-lg-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-lg-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-lg-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-lg-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-lg-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-lg-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 12px !important;
  }
  .pt-lg-4 {
    padding-top: 16px !important;
  }
  .pt-lg-5 {
    padding-top: 20px !important;
  }
  .pt-lg-6 {
    padding-top: 24px !important;
  }
  .pt-lg-7 {
    padding-top: 28px !important;
  }
  .pt-lg-8 {
    padding-top: 32px !important;
  }
  .pt-lg-9 {
    padding-top: 36px !important;
  }
  .pt-lg-10 {
    padding-top: 40px !important;
  }
  .pt-lg-11 {
    padding-top: 44px !important;
  }
  .pt-lg-12 {
    padding-top: 48px !important;
  }
  .pt-lg-13 {
    padding-top: 52px !important;
  }
  .pt-lg-14 {
    padding-top: 56px !important;
  }
  .pt-lg-15 {
    padding-top: 60px !important;
  }
  .pt-lg-16 {
    padding-top: 64px !important;
  }
  .pt-lg-17 {
    padding-top: 68px !important;
  }
  .pt-lg-18 {
    padding-top: 72px !important;
  }
  .pt-lg-19 {
    padding-top: 76px !important;
  }
  .pt-lg-20 {
    padding-top: 80px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 4px !important;
  }
  .pe-lg-2 {
    padding-right: 8px !important;
  }
  .pe-lg-3 {
    padding-right: 12px !important;
  }
  .pe-lg-4 {
    padding-right: 16px !important;
  }
  .pe-lg-5 {
    padding-right: 20px !important;
  }
  .pe-lg-6 {
    padding-right: 24px !important;
  }
  .pe-lg-7 {
    padding-right: 28px !important;
  }
  .pe-lg-8 {
    padding-right: 32px !important;
  }
  .pe-lg-9 {
    padding-right: 36px !important;
  }
  .pe-lg-10 {
    padding-right: 40px !important;
  }
  .pe-lg-11 {
    padding-right: 44px !important;
  }
  .pe-lg-12 {
    padding-right: 48px !important;
  }
  .pe-lg-13 {
    padding-right: 52px !important;
  }
  .pe-lg-14 {
    padding-right: 56px !important;
  }
  .pe-lg-15 {
    padding-right: 60px !important;
  }
  .pe-lg-16 {
    padding-right: 64px !important;
  }
  .pe-lg-17 {
    padding-right: 68px !important;
  }
  .pe-lg-18 {
    padding-right: 72px !important;
  }
  .pe-lg-19 {
    padding-right: 76px !important;
  }
  .pe-lg-20 {
    padding-right: 80px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pb-lg-3 {
    padding-bottom: 12px !important;
  }
  .pb-lg-4 {
    padding-bottom: 16px !important;
  }
  .pb-lg-5 {
    padding-bottom: 20px !important;
  }
  .pb-lg-6 {
    padding-bottom: 24px !important;
  }
  .pb-lg-7 {
    padding-bottom: 28px !important;
  }
  .pb-lg-8 {
    padding-bottom: 32px !important;
  }
  .pb-lg-9 {
    padding-bottom: 36px !important;
  }
  .pb-lg-10 {
    padding-bottom: 40px !important;
  }
  .pb-lg-11 {
    padding-bottom: 44px !important;
  }
  .pb-lg-12 {
    padding-bottom: 48px !important;
  }
  .pb-lg-13 {
    padding-bottom: 52px !important;
  }
  .pb-lg-14 {
    padding-bottom: 56px !important;
  }
  .pb-lg-15 {
    padding-bottom: 60px !important;
  }
  .pb-lg-16 {
    padding-bottom: 64px !important;
  }
  .pb-lg-17 {
    padding-bottom: 68px !important;
  }
  .pb-lg-18 {
    padding-bottom: 72px !important;
  }
  .pb-lg-19 {
    padding-bottom: 76px !important;
  }
  .pb-lg-20 {
    padding-bottom: 80px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 4px !important;
  }
  .ps-lg-2 {
    padding-left: 8px !important;
  }
  .ps-lg-3 {
    padding-left: 12px !important;
  }
  .ps-lg-4 {
    padding-left: 16px !important;
  }
  .ps-lg-5 {
    padding-left: 20px !important;
  }
  .ps-lg-6 {
    padding-left: 24px !important;
  }
  .ps-lg-7 {
    padding-left: 28px !important;
  }
  .ps-lg-8 {
    padding-left: 32px !important;
  }
  .ps-lg-9 {
    padding-left: 36px !important;
  }
  .ps-lg-10 {
    padding-left: 40px !important;
  }
  .ps-lg-11 {
    padding-left: 44px !important;
  }
  .ps-lg-12 {
    padding-left: 48px !important;
  }
  .ps-lg-13 {
    padding-left: 52px !important;
  }
  .ps-lg-14 {
    padding-left: 56px !important;
  }
  .ps-lg-15 {
    padding-left: 60px !important;
  }
  .ps-lg-16 {
    padding-left: 64px !important;
  }
  .ps-lg-17 {
    padding-left: 68px !important;
  }
  .ps-lg-18 {
    padding-left: 72px !important;
  }
  .ps-lg-19 {
    padding-left: 76px !important;
  }
  .ps-lg-20 {
    padding-left: 80px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 4px !important;
  }
  .gap-lg-2 {
    gap: 8px !important;
  }
  .gap-lg-3 {
    gap: 12px !important;
  }
  .gap-lg-4 {
    gap: 16px !important;
  }
  .gap-lg-5 {
    gap: 20px !important;
  }
  .gap-lg-6 {
    gap: 24px !important;
  }
  .gap-lg-7 {
    gap: 28px !important;
  }
  .gap-lg-8 {
    gap: 32px !important;
  }
  .gap-lg-9 {
    gap: 36px !important;
  }
  .gap-lg-10 {
    gap: 40px !important;
  }
  .gap-lg-11 {
    gap: 44px !important;
  }
  .gap-lg-12 {
    gap: 48px !important;
  }
  .gap-lg-13 {
    gap: 52px !important;
  }
  .gap-lg-14 {
    gap: 56px !important;
  }
  .gap-lg-15 {
    gap: 60px !important;
  }
  .gap-lg-16 {
    gap: 64px !important;
  }
  .gap-lg-17 {
    gap: 68px !important;
  }
  .gap-lg-18 {
    gap: 72px !important;
  }
  .gap-lg-19 {
    gap: 76px !important;
  }
  .gap-lg-20 {
    gap: 80px !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 4px !important;
  }
  .row-gap-lg-2 {
    row-gap: 8px !important;
  }
  .row-gap-lg-3 {
    row-gap: 12px !important;
  }
  .row-gap-lg-4 {
    row-gap: 16px !important;
  }
  .row-gap-lg-5 {
    row-gap: 20px !important;
  }
  .row-gap-lg-6 {
    row-gap: 24px !important;
  }
  .row-gap-lg-7 {
    row-gap: 28px !important;
  }
  .row-gap-lg-8 {
    row-gap: 32px !important;
  }
  .row-gap-lg-9 {
    row-gap: 36px !important;
  }
  .row-gap-lg-10 {
    row-gap: 40px !important;
  }
  .row-gap-lg-11 {
    row-gap: 44px !important;
  }
  .row-gap-lg-12 {
    row-gap: 48px !important;
  }
  .row-gap-lg-13 {
    row-gap: 52px !important;
  }
  .row-gap-lg-14 {
    row-gap: 56px !important;
  }
  .row-gap-lg-15 {
    row-gap: 60px !important;
  }
  .row-gap-lg-16 {
    row-gap: 64px !important;
  }
  .row-gap-lg-17 {
    row-gap: 68px !important;
  }
  .row-gap-lg-18 {
    row-gap: 72px !important;
  }
  .row-gap-lg-19 {
    row-gap: 76px !important;
  }
  .row-gap-lg-20 {
    row-gap: 80px !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .column-gap-lg-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important;
  }
  .column-gap-lg-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important;
  }
  .column-gap-lg-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important;
  }
  .column-gap-lg-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .column-gap-lg-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important;
  }
  .column-gap-lg-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important;
  }
  .column-gap-lg-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important;
  }
  .column-gap-lg-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important;
  }
  .column-gap-lg-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .m-xl-3 {
    margin: 12px !important;
  }
  .m-xl-4 {
    margin: 16px !important;
  }
  .m-xl-5 {
    margin: 20px !important;
  }
  .m-xl-6 {
    margin: 24px !important;
  }
  .m-xl-7 {
    margin: 28px !important;
  }
  .m-xl-8 {
    margin: 32px !important;
  }
  .m-xl-9 {
    margin: 36px !important;
  }
  .m-xl-10 {
    margin: 40px !important;
  }
  .m-xl-11 {
    margin: 44px !important;
  }
  .m-xl-12 {
    margin: 48px !important;
  }
  .m-xl-13 {
    margin: 52px !important;
  }
  .m-xl-14 {
    margin: 56px !important;
  }
  .m-xl-15 {
    margin: 60px !important;
  }
  .m-xl-16 {
    margin: 64px !important;
  }
  .m-xl-17 {
    margin: 68px !important;
  }
  .m-xl-18 {
    margin: 72px !important;
  }
  .m-xl-19 {
    margin: 76px !important;
  }
  .m-xl-20 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-xl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-xl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-xl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-xl-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-xl-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-xl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-xl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-xl-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-xl-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mt-xl-3 {
    margin-top: 12px !important;
  }
  .mt-xl-4 {
    margin-top: 16px !important;
  }
  .mt-xl-5 {
    margin-top: 20px !important;
  }
  .mt-xl-6 {
    margin-top: 24px !important;
  }
  .mt-xl-7 {
    margin-top: 28px !important;
  }
  .mt-xl-8 {
    margin-top: 32px !important;
  }
  .mt-xl-9 {
    margin-top: 36px !important;
  }
  .mt-xl-10 {
    margin-top: 40px !important;
  }
  .mt-xl-11 {
    margin-top: 44px !important;
  }
  .mt-xl-12 {
    margin-top: 48px !important;
  }
  .mt-xl-13 {
    margin-top: 52px !important;
  }
  .mt-xl-14 {
    margin-top: 56px !important;
  }
  .mt-xl-15 {
    margin-top: 60px !important;
  }
  .mt-xl-16 {
    margin-top: 64px !important;
  }
  .mt-xl-17 {
    margin-top: 68px !important;
  }
  .mt-xl-18 {
    margin-top: 72px !important;
  }
  .mt-xl-19 {
    margin-top: 76px !important;
  }
  .mt-xl-20 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 4px !important;
  }
  .me-xl-2 {
    margin-right: 8px !important;
  }
  .me-xl-3 {
    margin-right: 12px !important;
  }
  .me-xl-4 {
    margin-right: 16px !important;
  }
  .me-xl-5 {
    margin-right: 20px !important;
  }
  .me-xl-6 {
    margin-right: 24px !important;
  }
  .me-xl-7 {
    margin-right: 28px !important;
  }
  .me-xl-8 {
    margin-right: 32px !important;
  }
  .me-xl-9 {
    margin-right: 36px !important;
  }
  .me-xl-10 {
    margin-right: 40px !important;
  }
  .me-xl-11 {
    margin-right: 44px !important;
  }
  .me-xl-12 {
    margin-right: 48px !important;
  }
  .me-xl-13 {
    margin-right: 52px !important;
  }
  .me-xl-14 {
    margin-right: 56px !important;
  }
  .me-xl-15 {
    margin-right: 60px !important;
  }
  .me-xl-16 {
    margin-right: 64px !important;
  }
  .me-xl-17 {
    margin-right: 68px !important;
  }
  .me-xl-18 {
    margin-right: 72px !important;
  }
  .me-xl-19 {
    margin-right: 76px !important;
  }
  .me-xl-20 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xl-3 {
    margin-bottom: 12px !important;
  }
  .mb-xl-4 {
    margin-bottom: 16px !important;
  }
  .mb-xl-5 {
    margin-bottom: 20px !important;
  }
  .mb-xl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xl-7 {
    margin-bottom: 28px !important;
  }
  .mb-xl-8 {
    margin-bottom: 32px !important;
  }
  .mb-xl-9 {
    margin-bottom: 36px !important;
  }
  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
  .mb-xl-11 {
    margin-bottom: 44px !important;
  }
  .mb-xl-12 {
    margin-bottom: 48px !important;
  }
  .mb-xl-13 {
    margin-bottom: 52px !important;
  }
  .mb-xl-14 {
    margin-bottom: 56px !important;
  }
  .mb-xl-15 {
    margin-bottom: 60px !important;
  }
  .mb-xl-16 {
    margin-bottom: 64px !important;
  }
  .mb-xl-17 {
    margin-bottom: 68px !important;
  }
  .mb-xl-18 {
    margin-bottom: 72px !important;
  }
  .mb-xl-19 {
    margin-bottom: 76px !important;
  }
  .mb-xl-20 {
    margin-bottom: 80px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 4px !important;
  }
  .ms-xl-2 {
    margin-left: 8px !important;
  }
  .ms-xl-3 {
    margin-left: 12px !important;
  }
  .ms-xl-4 {
    margin-left: 16px !important;
  }
  .ms-xl-5 {
    margin-left: 20px !important;
  }
  .ms-xl-6 {
    margin-left: 24px !important;
  }
  .ms-xl-7 {
    margin-left: 28px !important;
  }
  .ms-xl-8 {
    margin-left: 32px !important;
  }
  .ms-xl-9 {
    margin-left: 36px !important;
  }
  .ms-xl-10 {
    margin-left: 40px !important;
  }
  .ms-xl-11 {
    margin-left: 44px !important;
  }
  .ms-xl-12 {
    margin-left: 48px !important;
  }
  .ms-xl-13 {
    margin-left: 52px !important;
  }
  .ms-xl-14 {
    margin-left: 56px !important;
  }
  .ms-xl-15 {
    margin-left: 60px !important;
  }
  .ms-xl-16 {
    margin-left: 64px !important;
  }
  .ms-xl-17 {
    margin-left: 68px !important;
  }
  .ms-xl-18 {
    margin-left: 72px !important;
  }
  .ms-xl-19 {
    margin-left: 76px !important;
  }
  .ms-xl-20 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .p-xl-3 {
    padding: 12px !important;
  }
  .p-xl-4 {
    padding: 16px !important;
  }
  .p-xl-5 {
    padding: 20px !important;
  }
  .p-xl-6 {
    padding: 24px !important;
  }
  .p-xl-7 {
    padding: 28px !important;
  }
  .p-xl-8 {
    padding: 32px !important;
  }
  .p-xl-9 {
    padding: 36px !important;
  }
  .p-xl-10 {
    padding: 40px !important;
  }
  .p-xl-11 {
    padding: 44px !important;
  }
  .p-xl-12 {
    padding: 48px !important;
  }
  .p-xl-13 {
    padding: 52px !important;
  }
  .p-xl-14 {
    padding: 56px !important;
  }
  .p-xl-15 {
    padding: 60px !important;
  }
  .p-xl-16 {
    padding: 64px !important;
  }
  .p-xl-17 {
    padding: 68px !important;
  }
  .p-xl-18 {
    padding: 72px !important;
  }
  .p-xl-19 {
    padding: 76px !important;
  }
  .p-xl-20 {
    padding: 80px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-xl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-xl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-xl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-xl-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-xl-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-xl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-xl-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-xl-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pt-xl-3 {
    padding-top: 12px !important;
  }
  .pt-xl-4 {
    padding-top: 16px !important;
  }
  .pt-xl-5 {
    padding-top: 20px !important;
  }
  .pt-xl-6 {
    padding-top: 24px !important;
  }
  .pt-xl-7 {
    padding-top: 28px !important;
  }
  .pt-xl-8 {
    padding-top: 32px !important;
  }
  .pt-xl-9 {
    padding-top: 36px !important;
  }
  .pt-xl-10 {
    padding-top: 40px !important;
  }
  .pt-xl-11 {
    padding-top: 44px !important;
  }
  .pt-xl-12 {
    padding-top: 48px !important;
  }
  .pt-xl-13 {
    padding-top: 52px !important;
  }
  .pt-xl-14 {
    padding-top: 56px !important;
  }
  .pt-xl-15 {
    padding-top: 60px !important;
  }
  .pt-xl-16 {
    padding-top: 64px !important;
  }
  .pt-xl-17 {
    padding-top: 68px !important;
  }
  .pt-xl-18 {
    padding-top: 72px !important;
  }
  .pt-xl-19 {
    padding-top: 76px !important;
  }
  .pt-xl-20 {
    padding-top: 80px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 4px !important;
  }
  .pe-xl-2 {
    padding-right: 8px !important;
  }
  .pe-xl-3 {
    padding-right: 12px !important;
  }
  .pe-xl-4 {
    padding-right: 16px !important;
  }
  .pe-xl-5 {
    padding-right: 20px !important;
  }
  .pe-xl-6 {
    padding-right: 24px !important;
  }
  .pe-xl-7 {
    padding-right: 28px !important;
  }
  .pe-xl-8 {
    padding-right: 32px !important;
  }
  .pe-xl-9 {
    padding-right: 36px !important;
  }
  .pe-xl-10 {
    padding-right: 40px !important;
  }
  .pe-xl-11 {
    padding-right: 44px !important;
  }
  .pe-xl-12 {
    padding-right: 48px !important;
  }
  .pe-xl-13 {
    padding-right: 52px !important;
  }
  .pe-xl-14 {
    padding-right: 56px !important;
  }
  .pe-xl-15 {
    padding-right: 60px !important;
  }
  .pe-xl-16 {
    padding-right: 64px !important;
  }
  .pe-xl-17 {
    padding-right: 68px !important;
  }
  .pe-xl-18 {
    padding-right: 72px !important;
  }
  .pe-xl-19 {
    padding-right: 76px !important;
  }
  .pe-xl-20 {
    padding-right: 80px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xl-3 {
    padding-bottom: 12px !important;
  }
  .pb-xl-4 {
    padding-bottom: 16px !important;
  }
  .pb-xl-5 {
    padding-bottom: 20px !important;
  }
  .pb-xl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xl-7 {
    padding-bottom: 28px !important;
  }
  .pb-xl-8 {
    padding-bottom: 32px !important;
  }
  .pb-xl-9 {
    padding-bottom: 36px !important;
  }
  .pb-xl-10 {
    padding-bottom: 40px !important;
  }
  .pb-xl-11 {
    padding-bottom: 44px !important;
  }
  .pb-xl-12 {
    padding-bottom: 48px !important;
  }
  .pb-xl-13 {
    padding-bottom: 52px !important;
  }
  .pb-xl-14 {
    padding-bottom: 56px !important;
  }
  .pb-xl-15 {
    padding-bottom: 60px !important;
  }
  .pb-xl-16 {
    padding-bottom: 64px !important;
  }
  .pb-xl-17 {
    padding-bottom: 68px !important;
  }
  .pb-xl-18 {
    padding-bottom: 72px !important;
  }
  .pb-xl-19 {
    padding-bottom: 76px !important;
  }
  .pb-xl-20 {
    padding-bottom: 80px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 4px !important;
  }
  .ps-xl-2 {
    padding-left: 8px !important;
  }
  .ps-xl-3 {
    padding-left: 12px !important;
  }
  .ps-xl-4 {
    padding-left: 16px !important;
  }
  .ps-xl-5 {
    padding-left: 20px !important;
  }
  .ps-xl-6 {
    padding-left: 24px !important;
  }
  .ps-xl-7 {
    padding-left: 28px !important;
  }
  .ps-xl-8 {
    padding-left: 32px !important;
  }
  .ps-xl-9 {
    padding-left: 36px !important;
  }
  .ps-xl-10 {
    padding-left: 40px !important;
  }
  .ps-xl-11 {
    padding-left: 44px !important;
  }
  .ps-xl-12 {
    padding-left: 48px !important;
  }
  .ps-xl-13 {
    padding-left: 52px !important;
  }
  .ps-xl-14 {
    padding-left: 56px !important;
  }
  .ps-xl-15 {
    padding-left: 60px !important;
  }
  .ps-xl-16 {
    padding-left: 64px !important;
  }
  .ps-xl-17 {
    padding-left: 68px !important;
  }
  .ps-xl-18 {
    padding-left: 72px !important;
  }
  .ps-xl-19 {
    padding-left: 76px !important;
  }
  .ps-xl-20 {
    padding-left: 80px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 4px !important;
  }
  .gap-xl-2 {
    gap: 8px !important;
  }
  .gap-xl-3 {
    gap: 12px !important;
  }
  .gap-xl-4 {
    gap: 16px !important;
  }
  .gap-xl-5 {
    gap: 20px !important;
  }
  .gap-xl-6 {
    gap: 24px !important;
  }
  .gap-xl-7 {
    gap: 28px !important;
  }
  .gap-xl-8 {
    gap: 32px !important;
  }
  .gap-xl-9 {
    gap: 36px !important;
  }
  .gap-xl-10 {
    gap: 40px !important;
  }
  .gap-xl-11 {
    gap: 44px !important;
  }
  .gap-xl-12 {
    gap: 48px !important;
  }
  .gap-xl-13 {
    gap: 52px !important;
  }
  .gap-xl-14 {
    gap: 56px !important;
  }
  .gap-xl-15 {
    gap: 60px !important;
  }
  .gap-xl-16 {
    gap: 64px !important;
  }
  .gap-xl-17 {
    gap: 68px !important;
  }
  .gap-xl-18 {
    gap: 72px !important;
  }
  .gap-xl-19 {
    gap: 76px !important;
  }
  .gap-xl-20 {
    gap: 80px !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 4px !important;
  }
  .row-gap-xl-2 {
    row-gap: 8px !important;
  }
  .row-gap-xl-3 {
    row-gap: 12px !important;
  }
  .row-gap-xl-4 {
    row-gap: 16px !important;
  }
  .row-gap-xl-5 {
    row-gap: 20px !important;
  }
  .row-gap-xl-6 {
    row-gap: 24px !important;
  }
  .row-gap-xl-7 {
    row-gap: 28px !important;
  }
  .row-gap-xl-8 {
    row-gap: 32px !important;
  }
  .row-gap-xl-9 {
    row-gap: 36px !important;
  }
  .row-gap-xl-10 {
    row-gap: 40px !important;
  }
  .row-gap-xl-11 {
    row-gap: 44px !important;
  }
  .row-gap-xl-12 {
    row-gap: 48px !important;
  }
  .row-gap-xl-13 {
    row-gap: 52px !important;
  }
  .row-gap-xl-14 {
    row-gap: 56px !important;
  }
  .row-gap-xl-15 {
    row-gap: 60px !important;
  }
  .row-gap-xl-16 {
    row-gap: 64px !important;
  }
  .row-gap-xl-17 {
    row-gap: 68px !important;
  }
  .row-gap-xl-18 {
    row-gap: 72px !important;
  }
  .row-gap-xl-19 {
    row-gap: 76px !important;
  }
  .row-gap-xl-20 {
    row-gap: 80px !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important;
  }
  .column-gap-xl-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .column-gap-xl-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important;
  }
  .column-gap-xl-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important;
  }
  .column-gap-xl-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important;
  }
  .column-gap-xl-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important;
  }
  .column-gap-xl-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .column-gap-xl-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important;
  }
  .column-gap-xl-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important;
  }
  .column-gap-xl-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important;
  }
  .column-gap-xl-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important;
  }
  .column-gap-xl-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 4px !important;
  }
  .m-xxl-2 {
    margin: 8px !important;
  }
  .m-xxl-3 {
    margin: 12px !important;
  }
  .m-xxl-4 {
    margin: 16px !important;
  }
  .m-xxl-5 {
    margin: 20px !important;
  }
  .m-xxl-6 {
    margin: 24px !important;
  }
  .m-xxl-7 {
    margin: 28px !important;
  }
  .m-xxl-8 {
    margin: 32px !important;
  }
  .m-xxl-9 {
    margin: 36px !important;
  }
  .m-xxl-10 {
    margin: 40px !important;
  }
  .m-xxl-11 {
    margin: 44px !important;
  }
  .m-xxl-12 {
    margin: 48px !important;
  }
  .m-xxl-13 {
    margin: 52px !important;
  }
  .m-xxl-14 {
    margin: 56px !important;
  }
  .m-xxl-15 {
    margin: 60px !important;
  }
  .m-xxl-16 {
    margin: 64px !important;
  }
  .m-xxl-17 {
    margin: 68px !important;
  }
  .m-xxl-18 {
    margin: 72px !important;
  }
  .m-xxl-19 {
    margin: 76px !important;
  }
  .m-xxl-20 {
    margin: 80px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-xxl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xxl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-xxl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-xxl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxl-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-xxl-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xxl-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-xxl-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-xxl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xxl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-xxl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xxl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-xxl-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xxl-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-xxl-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .mt-xxl-3 {
    margin-top: 12px !important;
  }
  .mt-xxl-4 {
    margin-top: 16px !important;
  }
  .mt-xxl-5 {
    margin-top: 20px !important;
  }
  .mt-xxl-6 {
    margin-top: 24px !important;
  }
  .mt-xxl-7 {
    margin-top: 28px !important;
  }
  .mt-xxl-8 {
    margin-top: 32px !important;
  }
  .mt-xxl-9 {
    margin-top: 36px !important;
  }
  .mt-xxl-10 {
    margin-top: 40px !important;
  }
  .mt-xxl-11 {
    margin-top: 44px !important;
  }
  .mt-xxl-12 {
    margin-top: 48px !important;
  }
  .mt-xxl-13 {
    margin-top: 52px !important;
  }
  .mt-xxl-14 {
    margin-top: 56px !important;
  }
  .mt-xxl-15 {
    margin-top: 60px !important;
  }
  .mt-xxl-16 {
    margin-top: 64px !important;
  }
  .mt-xxl-17 {
    margin-top: 68px !important;
  }
  .mt-xxl-18 {
    margin-top: 72px !important;
  }
  .mt-xxl-19 {
    margin-top: 76px !important;
  }
  .mt-xxl-20 {
    margin-top: 80px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 4px !important;
  }
  .me-xxl-2 {
    margin-right: 8px !important;
  }
  .me-xxl-3 {
    margin-right: 12px !important;
  }
  .me-xxl-4 {
    margin-right: 16px !important;
  }
  .me-xxl-5 {
    margin-right: 20px !important;
  }
  .me-xxl-6 {
    margin-right: 24px !important;
  }
  .me-xxl-7 {
    margin-right: 28px !important;
  }
  .me-xxl-8 {
    margin-right: 32px !important;
  }
  .me-xxl-9 {
    margin-right: 36px !important;
  }
  .me-xxl-10 {
    margin-right: 40px !important;
  }
  .me-xxl-11 {
    margin-right: 44px !important;
  }
  .me-xxl-12 {
    margin-right: 48px !important;
  }
  .me-xxl-13 {
    margin-right: 52px !important;
  }
  .me-xxl-14 {
    margin-right: 56px !important;
  }
  .me-xxl-15 {
    margin-right: 60px !important;
  }
  .me-xxl-16 {
    margin-right: 64px !important;
  }
  .me-xxl-17 {
    margin-right: 68px !important;
  }
  .me-xxl-18 {
    margin-right: 72px !important;
  }
  .me-xxl-19 {
    margin-right: 76px !important;
  }
  .me-xxl-20 {
    margin-right: 80px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 28px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 36px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-11 {
    margin-bottom: 44px !important;
  }
  .mb-xxl-12 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-13 {
    margin-bottom: 52px !important;
  }
  .mb-xxl-14 {
    margin-bottom: 56px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-16 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-17 {
    margin-bottom: 68px !important;
  }
  .mb-xxl-18 {
    margin-bottom: 72px !important;
  }
  .mb-xxl-19 {
    margin-bottom: 76px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 4px !important;
  }
  .ms-xxl-2 {
    margin-left: 8px !important;
  }
  .ms-xxl-3 {
    margin-left: 12px !important;
  }
  .ms-xxl-4 {
    margin-left: 16px !important;
  }
  .ms-xxl-5 {
    margin-left: 20px !important;
  }
  .ms-xxl-6 {
    margin-left: 24px !important;
  }
  .ms-xxl-7 {
    margin-left: 28px !important;
  }
  .ms-xxl-8 {
    margin-left: 32px !important;
  }
  .ms-xxl-9 {
    margin-left: 36px !important;
  }
  .ms-xxl-10 {
    margin-left: 40px !important;
  }
  .ms-xxl-11 {
    margin-left: 44px !important;
  }
  .ms-xxl-12 {
    margin-left: 48px !important;
  }
  .ms-xxl-13 {
    margin-left: 52px !important;
  }
  .ms-xxl-14 {
    margin-left: 56px !important;
  }
  .ms-xxl-15 {
    margin-left: 60px !important;
  }
  .ms-xxl-16 {
    margin-left: 64px !important;
  }
  .ms-xxl-17 {
    margin-left: 68px !important;
  }
  .ms-xxl-18 {
    margin-left: 72px !important;
  }
  .ms-xxl-19 {
    margin-left: 76px !important;
  }
  .ms-xxl-20 {
    margin-left: 80px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .p-xxl-3 {
    padding: 12px !important;
  }
  .p-xxl-4 {
    padding: 16px !important;
  }
  .p-xxl-5 {
    padding: 20px !important;
  }
  .p-xxl-6 {
    padding: 24px !important;
  }
  .p-xxl-7 {
    padding: 28px !important;
  }
  .p-xxl-8 {
    padding: 32px !important;
  }
  .p-xxl-9 {
    padding: 36px !important;
  }
  .p-xxl-10 {
    padding: 40px !important;
  }
  .p-xxl-11 {
    padding: 44px !important;
  }
  .p-xxl-12 {
    padding: 48px !important;
  }
  .p-xxl-13 {
    padding: 52px !important;
  }
  .p-xxl-14 {
    padding: 56px !important;
  }
  .p-xxl-15 {
    padding: 60px !important;
  }
  .p-xxl-16 {
    padding: 64px !important;
  }
  .p-xxl-17 {
    padding: 68px !important;
  }
  .p-xxl-18 {
    padding: 72px !important;
  }
  .p-xxl-19 {
    padding: 76px !important;
  }
  .p-xxl-20 {
    padding: 80px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-xxl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xxl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-xxl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-xxl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xxl-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-xxl-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xxl-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-xxl-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-xxl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xxl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-xxl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xxl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxl-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-xxl-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xxl-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-xxl-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .pt-xxl-3 {
    padding-top: 12px !important;
  }
  .pt-xxl-4 {
    padding-top: 16px !important;
  }
  .pt-xxl-5 {
    padding-top: 20px !important;
  }
  .pt-xxl-6 {
    padding-top: 24px !important;
  }
  .pt-xxl-7 {
    padding-top: 28px !important;
  }
  .pt-xxl-8 {
    padding-top: 32px !important;
  }
  .pt-xxl-9 {
    padding-top: 36px !important;
  }
  .pt-xxl-10 {
    padding-top: 40px !important;
  }
  .pt-xxl-11 {
    padding-top: 44px !important;
  }
  .pt-xxl-12 {
    padding-top: 48px !important;
  }
  .pt-xxl-13 {
    padding-top: 52px !important;
  }
  .pt-xxl-14 {
    padding-top: 56px !important;
  }
  .pt-xxl-15 {
    padding-top: 60px !important;
  }
  .pt-xxl-16 {
    padding-top: 64px !important;
  }
  .pt-xxl-17 {
    padding-top: 68px !important;
  }
  .pt-xxl-18 {
    padding-top: 72px !important;
  }
  .pt-xxl-19 {
    padding-top: 76px !important;
  }
  .pt-xxl-20 {
    padding-top: 80px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 4px !important;
  }
  .pe-xxl-2 {
    padding-right: 8px !important;
  }
  .pe-xxl-3 {
    padding-right: 12px !important;
  }
  .pe-xxl-4 {
    padding-right: 16px !important;
  }
  .pe-xxl-5 {
    padding-right: 20px !important;
  }
  .pe-xxl-6 {
    padding-right: 24px !important;
  }
  .pe-xxl-7 {
    padding-right: 28px !important;
  }
  .pe-xxl-8 {
    padding-right: 32px !important;
  }
  .pe-xxl-9 {
    padding-right: 36px !important;
  }
  .pe-xxl-10 {
    padding-right: 40px !important;
  }
  .pe-xxl-11 {
    padding-right: 44px !important;
  }
  .pe-xxl-12 {
    padding-right: 48px !important;
  }
  .pe-xxl-13 {
    padding-right: 52px !important;
  }
  .pe-xxl-14 {
    padding-right: 56px !important;
  }
  .pe-xxl-15 {
    padding-right: 60px !important;
  }
  .pe-xxl-16 {
    padding-right: 64px !important;
  }
  .pe-xxl-17 {
    padding-right: 68px !important;
  }
  .pe-xxl-18 {
    padding-right: 72px !important;
  }
  .pe-xxl-19 {
    padding-right: 76px !important;
  }
  .pe-xxl-20 {
    padding-right: 80px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 28px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 36px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-11 {
    padding-bottom: 44px !important;
  }
  .pb-xxl-12 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-13 {
    padding-bottom: 52px !important;
  }
  .pb-xxl-14 {
    padding-bottom: 56px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-16 {
    padding-bottom: 64px !important;
  }
  .pb-xxl-17 {
    padding-bottom: 68px !important;
  }
  .pb-xxl-18 {
    padding-bottom: 72px !important;
  }
  .pb-xxl-19 {
    padding-bottom: 76px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 80px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 4px !important;
  }
  .ps-xxl-2 {
    padding-left: 8px !important;
  }
  .ps-xxl-3 {
    padding-left: 12px !important;
  }
  .ps-xxl-4 {
    padding-left: 16px !important;
  }
  .ps-xxl-5 {
    padding-left: 20px !important;
  }
  .ps-xxl-6 {
    padding-left: 24px !important;
  }
  .ps-xxl-7 {
    padding-left: 28px !important;
  }
  .ps-xxl-8 {
    padding-left: 32px !important;
  }
  .ps-xxl-9 {
    padding-left: 36px !important;
  }
  .ps-xxl-10 {
    padding-left: 40px !important;
  }
  .ps-xxl-11 {
    padding-left: 44px !important;
  }
  .ps-xxl-12 {
    padding-left: 48px !important;
  }
  .ps-xxl-13 {
    padding-left: 52px !important;
  }
  .ps-xxl-14 {
    padding-left: 56px !important;
  }
  .ps-xxl-15 {
    padding-left: 60px !important;
  }
  .ps-xxl-16 {
    padding-left: 64px !important;
  }
  .ps-xxl-17 {
    padding-left: 68px !important;
  }
  .ps-xxl-18 {
    padding-left: 72px !important;
  }
  .ps-xxl-19 {
    padding-left: 76px !important;
  }
  .ps-xxl-20 {
    padding-left: 80px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 4px !important;
  }
  .gap-xxl-2 {
    gap: 8px !important;
  }
  .gap-xxl-3 {
    gap: 12px !important;
  }
  .gap-xxl-4 {
    gap: 16px !important;
  }
  .gap-xxl-5 {
    gap: 20px !important;
  }
  .gap-xxl-6 {
    gap: 24px !important;
  }
  .gap-xxl-7 {
    gap: 28px !important;
  }
  .gap-xxl-8 {
    gap: 32px !important;
  }
  .gap-xxl-9 {
    gap: 36px !important;
  }
  .gap-xxl-10 {
    gap: 40px !important;
  }
  .gap-xxl-11 {
    gap: 44px !important;
  }
  .gap-xxl-12 {
    gap: 48px !important;
  }
  .gap-xxl-13 {
    gap: 52px !important;
  }
  .gap-xxl-14 {
    gap: 56px !important;
  }
  .gap-xxl-15 {
    gap: 60px !important;
  }
  .gap-xxl-16 {
    gap: 64px !important;
  }
  .gap-xxl-17 {
    gap: 68px !important;
  }
  .gap-xxl-18 {
    gap: 72px !important;
  }
  .gap-xxl-19 {
    gap: 76px !important;
  }
  .gap-xxl-20 {
    gap: 80px !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 4px !important;
  }
  .row-gap-xxl-2 {
    row-gap: 8px !important;
  }
  .row-gap-xxl-3 {
    row-gap: 12px !important;
  }
  .row-gap-xxl-4 {
    row-gap: 16px !important;
  }
  .row-gap-xxl-5 {
    row-gap: 20px !important;
  }
  .row-gap-xxl-6 {
    row-gap: 24px !important;
  }
  .row-gap-xxl-7 {
    row-gap: 28px !important;
  }
  .row-gap-xxl-8 {
    row-gap: 32px !important;
  }
  .row-gap-xxl-9 {
    row-gap: 36px !important;
  }
  .row-gap-xxl-10 {
    row-gap: 40px !important;
  }
  .row-gap-xxl-11 {
    row-gap: 44px !important;
  }
  .row-gap-xxl-12 {
    row-gap: 48px !important;
  }
  .row-gap-xxl-13 {
    row-gap: 52px !important;
  }
  .row-gap-xxl-14 {
    row-gap: 56px !important;
  }
  .row-gap-xxl-15 {
    row-gap: 60px !important;
  }
  .row-gap-xxl-16 {
    row-gap: 64px !important;
  }
  .row-gap-xxl-17 {
    row-gap: 68px !important;
  }
  .row-gap-xxl-18 {
    row-gap: 72px !important;
  }
  .row-gap-xxl-19 {
    row-gap: 76px !important;
  }
  .row-gap-xxl-20 {
    row-gap: 80px !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 4px !important;
    column-gap: 4px !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 8px !important;
    column-gap: 8px !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 24px !important;
    column-gap: 24px !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 28px !important;
    column-gap: 28px !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 32px !important;
    column-gap: 32px !important;
  }
  .column-gap-xxl-9 {
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .column-gap-xxl-11 {
    -moz-column-gap: 44px !important;
    column-gap: 44px !important;
  }
  .column-gap-xxl-12 {
    -moz-column-gap: 48px !important;
    column-gap: 48px !important;
  }
  .column-gap-xxl-13 {
    -moz-column-gap: 52px !important;
    column-gap: 52px !important;
  }
  .column-gap-xxl-14 {
    -moz-column-gap: 56px !important;
    column-gap: 56px !important;
  }
  .column-gap-xxl-15 {
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .column-gap-xxl-16 {
    -moz-column-gap: 64px !important;
    column-gap: 64px !important;
  }
  .column-gap-xxl-17 {
    -moz-column-gap: 68px !important;
    column-gap: 68px !important;
  }
  .column-gap-xxl-18 {
    -moz-column-gap: 72px !important;
    column-gap: 72px !important;
  }
  .column-gap-xxl-19 {
    -moz-column-gap: 76px !important;
    column-gap: 76px !important;
  }
  .column-gap-xxl-20 {
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html,
body {
  font-family: "Pretendard", sans-serif;
  word-break: keep-all;
}

.oacxHtml body {
  font-family: "Pretendard", sans-serif !important;
  word-spacing: 0 !important;
  letter-spacing: 0 !important;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

strong {
  font-weight: 700 !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

@media screen and (max-width: 992px) {
  .mo-fs-10 {
    font-size: 10px !important;
  }
  .mo-fs-11 {
    font-size: 11px !important;
  }
  .mo-fs-12 {
    font-size: 12px !important;
  }
  .mo-fs-13 {
    font-size: 13px !important;
  }
  .mo-fs-14 {
    font-size: 14px !important;
  }
  .mo-fs-15 {
    font-size: 15px !important;
  }
  .mo-fs-16 {
    font-size: 16px !important;
  }
  .mo-fs-17 {
    font-size: 17px !important;
  }
  .mo-fs-18 {
    font-size: 18px !important;
  }
  .mo-fs-19 {
    font-size: 19px !important;
  }
  .mo-fs-20 {
    font-size: 20px !important;
  }
  .mo-fs-21 {
    font-size: 21px !important;
  }
  .mo-fs-22 {
    font-size: 22px !important;
  }
  .mo-fs-23 {
    font-size: 23px !important;
  }
  .mo-fs-24 {
    font-size: 24px !important;
  }
  .mo-fs-25 {
    font-size: 25px !important;
  }
  .mo-fs-26 {
    font-size: 26px !important;
  }
  .mo-fs-27 {
    font-size: 27px !important;
  }
  .mo-fs-28 {
    font-size: 28px !important;
  }
  .mo-fs-29 {
    font-size: 29px !important;
  }
  .mo-fs-30 {
    font-size: 30px !important;
  }
  .mo-mt-0 {
    margin-top: 0px !important;
  }
  .mo-me-0 {
    margin-right: 0px !important;
  }
  .mo-mb-0 {
    margin-bottom: 0px !important;
  }
  .mo-ms-0 {
    margin-left: 0px !important;
  }
  .mo-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mo-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mo-pt-0 {
    padding-top: 0px !important;
  }
  .mo-pe-0 {
    padding-right: 0px !important;
  }
  .mo-pb-0 {
    padding-bottom: 0px !important;
  }
  .mo-ps-0 {
    padding-left: 0px !important;
  }
  .mo-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mo-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mo-mt-1 {
    margin-top: 4px !important;
  }
  .mo-me-1 {
    margin-right: 4px !important;
  }
  .mo-mb-1 {
    margin-bottom: 4px !important;
  }
  .mo-ms-1 {
    margin-left: 4px !important;
  }
  .mo-my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mo-mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mo-pt-1 {
    padding-top: 4px !important;
  }
  .mo-pe-1 {
    padding-right: 4px !important;
  }
  .mo-pb-1 {
    padding-bottom: 4px !important;
  }
  .mo-ps-1 {
    padding-left: 4px !important;
  }
  .mo-py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .mo-px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .mo-mt-2 {
    margin-top: 8px !important;
  }
  .mo-me-2 {
    margin-right: 8px !important;
  }
  .mo-mb-2 {
    margin-bottom: 8px !important;
  }
  .mo-ms-2 {
    margin-left: 8px !important;
  }
  .mo-my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mo-mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mo-pt-2 {
    padding-top: 8px !important;
  }
  .mo-pe-2 {
    padding-right: 8px !important;
  }
  .mo-pb-2 {
    padding-bottom: 8px !important;
  }
  .mo-ps-2 {
    padding-left: 8px !important;
  }
  .mo-py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .mo-px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .mo-mt-3 {
    margin-top: 12px !important;
  }
  .mo-me-3 {
    margin-right: 12px !important;
  }
  .mo-mb-3 {
    margin-bottom: 12px !important;
  }
  .mo-ms-3 {
    margin-left: 12px !important;
  }
  .mo-my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mo-mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mo-pt-3 {
    padding-top: 12px !important;
  }
  .mo-pe-3 {
    padding-right: 12px !important;
  }
  .mo-pb-3 {
    padding-bottom: 12px !important;
  }
  .mo-ps-3 {
    padding-left: 12px !important;
  }
  .mo-py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .mo-px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .mo-mt-4 {
    margin-top: 16px !important;
  }
  .mo-me-4 {
    margin-right: 16px !important;
  }
  .mo-mb-4 {
    margin-bottom: 16px !important;
  }
  .mo-ms-4 {
    margin-left: 16px !important;
  }
  .mo-my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mo-mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mo-pt-4 {
    padding-top: 16px !important;
  }
  .mo-pe-4 {
    padding-right: 16px !important;
  }
  .mo-pb-4 {
    padding-bottom: 16px !important;
  }
  .mo-ps-4 {
    padding-left: 16px !important;
  }
  .mo-py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .mo-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .mo-mt-5 {
    margin-top: 20px !important;
  }
  .mo-me-5 {
    margin-right: 20px !important;
  }
  .mo-mb-5 {
    margin-bottom: 20px !important;
  }
  .mo-ms-5 {
    margin-left: 20px !important;
  }
  .mo-my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mo-mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mo-pt-5 {
    padding-top: 20px !important;
  }
  .mo-pe-5 {
    padding-right: 20px !important;
  }
  .mo-pb-5 {
    padding-bottom: 20px !important;
  }
  .mo-ps-5 {
    padding-left: 20px !important;
  }
  .mo-py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mo-px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mo-mt-6 {
    margin-top: 24px !important;
  }
  .mo-me-6 {
    margin-right: 24px !important;
  }
  .mo-mb-6 {
    margin-bottom: 24px !important;
  }
  .mo-ms-6 {
    margin-left: 24px !important;
  }
  .mo-my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mo-mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mo-pt-6 {
    padding-top: 24px !important;
  }
  .mo-pe-6 {
    padding-right: 24px !important;
  }
  .mo-pb-6 {
    padding-bottom: 24px !important;
  }
  .mo-ps-6 {
    padding-left: 24px !important;
  }
  .mo-py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .mo-px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .mo-mt-7 {
    margin-top: 28px !important;
  }
  .mo-me-7 {
    margin-right: 28px !important;
  }
  .mo-mb-7 {
    margin-bottom: 28px !important;
  }
  .mo-ms-7 {
    margin-left: 28px !important;
  }
  .mo-my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mo-mx-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .mo-pt-7 {
    padding-top: 28px !important;
  }
  .mo-pe-7 {
    padding-right: 28px !important;
  }
  .mo-pb-7 {
    padding-bottom: 28px !important;
  }
  .mo-ps-7 {
    padding-left: 28px !important;
  }
  .mo-py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .mo-px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .mo-mt-8 {
    margin-top: 32px !important;
  }
  .mo-me-8 {
    margin-right: 32px !important;
  }
  .mo-mb-8 {
    margin-bottom: 32px !important;
  }
  .mo-ms-8 {
    margin-left: 32px !important;
  }
  .mo-my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mo-mx-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mo-pt-8 {
    padding-top: 32px !important;
  }
  .mo-pe-8 {
    padding-right: 32px !important;
  }
  .mo-pb-8 {
    padding-bottom: 32px !important;
  }
  .mo-ps-8 {
    padding-left: 32px !important;
  }
  .mo-py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .mo-px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .mo-mt-9 {
    margin-top: 36px !important;
  }
  .mo-me-9 {
    margin-right: 36px !important;
  }
  .mo-mb-9 {
    margin-bottom: 36px !important;
  }
  .mo-ms-9 {
    margin-left: 36px !important;
  }
  .mo-my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mo-mx-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mo-pt-9 {
    padding-top: 36px !important;
  }
  .mo-pe-9 {
    padding-right: 36px !important;
  }
  .mo-pb-9 {
    padding-bottom: 36px !important;
  }
  .mo-ps-9 {
    padding-left: 36px !important;
  }
  .mo-py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .mo-px-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .mo-mt-10 {
    margin-top: 40px !important;
  }
  .mo-me-10 {
    margin-right: 40px !important;
  }
  .mo-mb-10 {
    margin-bottom: 40px !important;
  }
  .mo-ms-10 {
    margin-left: 40px !important;
  }
  .mo-my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mo-mx-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mo-pt-10 {
    padding-top: 40px !important;
  }
  .mo-pe-10 {
    padding-right: 40px !important;
  }
  .mo-pb-10 {
    padding-bottom: 40px !important;
  }
  .mo-ps-10 {
    padding-left: 40px !important;
  }
  .mo-py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .mo-px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mo-mt-11 {
    margin-top: 44px !important;
  }
  .mo-me-11 {
    margin-right: 44px !important;
  }
  .mo-mb-11 {
    margin-bottom: 44px !important;
  }
  .mo-ms-11 {
    margin-left: 44px !important;
  }
  .mo-my-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mo-mx-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }
  .mo-pt-11 {
    padding-top: 44px !important;
  }
  .mo-pe-11 {
    padding-right: 44px !important;
  }
  .mo-pb-11 {
    padding-bottom: 44px !important;
  }
  .mo-ps-11 {
    padding-left: 44px !important;
  }
  .mo-py-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .mo-px-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .mo-mt-12 {
    margin-top: 48px !important;
  }
  .mo-me-12 {
    margin-right: 48px !important;
  }
  .mo-mb-12 {
    margin-bottom: 48px !important;
  }
  .mo-ms-12 {
    margin-left: 48px !important;
  }
  .mo-my-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mo-mx-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mo-pt-12 {
    padding-top: 48px !important;
  }
  .mo-pe-12 {
    padding-right: 48px !important;
  }
  .mo-pb-12 {
    padding-bottom: 48px !important;
  }
  .mo-ps-12 {
    padding-left: 48px !important;
  }
  .mo-py-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .mo-px-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .mo-mt-13 {
    margin-top: 52px !important;
  }
  .mo-me-13 {
    margin-right: 52px !important;
  }
  .mo-mb-13 {
    margin-bottom: 52px !important;
  }
  .mo-ms-13 {
    margin-left: 52px !important;
  }
  .mo-my-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mo-mx-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mo-pt-13 {
    padding-top: 52px !important;
  }
  .mo-pe-13 {
    padding-right: 52px !important;
  }
  .mo-pb-13 {
    padding-bottom: 52px !important;
  }
  .mo-ps-13 {
    padding-left: 52px !important;
  }
  .mo-py-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .mo-px-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .mo-mt-14 {
    margin-top: 56px !important;
  }
  .mo-me-14 {
    margin-right: 56px !important;
  }
  .mo-mb-14 {
    margin-bottom: 56px !important;
  }
  .mo-ms-14 {
    margin-left: 56px !important;
  }
  .mo-my-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mo-mx-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .mo-pt-14 {
    padding-top: 56px !important;
  }
  .mo-pe-14 {
    padding-right: 56px !important;
  }
  .mo-pb-14 {
    padding-bottom: 56px !important;
  }
  .mo-ps-14 {
    padding-left: 56px !important;
  }
  .mo-py-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .mo-px-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .mo-mt-15 {
    margin-top: 60px !important;
  }
  .mo-me-15 {
    margin-right: 60px !important;
  }
  .mo-mb-15 {
    margin-bottom: 60px !important;
  }
  .mo-ms-15 {
    margin-left: 60px !important;
  }
  .mo-my-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mo-mx-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mo-pt-15 {
    padding-top: 60px !important;
  }
  .mo-pe-15 {
    padding-right: 60px !important;
  }
  .mo-pb-15 {
    padding-bottom: 60px !important;
  }
  .mo-ps-15 {
    padding-left: 60px !important;
  }
  .mo-py-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .mo-px-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mo-mt-16 {
    margin-top: 64px !important;
  }
  .mo-me-16 {
    margin-right: 64px !important;
  }
  .mo-mb-16 {
    margin-bottom: 64px !important;
  }
  .mo-ms-16 {
    margin-left: 64px !important;
  }
  .mo-my-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mo-mx-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mo-pt-16 {
    padding-top: 64px !important;
  }
  .mo-pe-16 {
    padding-right: 64px !important;
  }
  .mo-pb-16 {
    padding-bottom: 64px !important;
  }
  .mo-ps-16 {
    padding-left: 64px !important;
  }
  .mo-py-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .mo-px-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .mo-mt-17 {
    margin-top: 68px !important;
  }
  .mo-me-17 {
    margin-right: 68px !important;
  }
  .mo-mb-17 {
    margin-bottom: 68px !important;
  }
  .mo-ms-17 {
    margin-left: 68px !important;
  }
  .mo-my-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mo-mx-17 {
    margin-left: 68px !important;
    margin-right: 68px !important;
  }
  .mo-pt-17 {
    padding-top: 68px !important;
  }
  .mo-pe-17 {
    padding-right: 68px !important;
  }
  .mo-pb-17 {
    padding-bottom: 68px !important;
  }
  .mo-ps-17 {
    padding-left: 68px !important;
  }
  .mo-py-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .mo-px-17 {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }
  .mo-mt-18 {
    margin-top: 72px !important;
  }
  .mo-me-18 {
    margin-right: 72px !important;
  }
  .mo-mb-18 {
    margin-bottom: 72px !important;
  }
  .mo-ms-18 {
    margin-left: 72px !important;
  }
  .mo-my-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mo-mx-18 {
    margin-left: 72px !important;
    margin-right: 72px !important;
  }
  .mo-pt-18 {
    padding-top: 72px !important;
  }
  .mo-pe-18 {
    padding-right: 72px !important;
  }
  .mo-pb-18 {
    padding-bottom: 72px !important;
  }
  .mo-ps-18 {
    padding-left: 72px !important;
  }
  .mo-py-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .mo-px-18 {
    padding-left: 72px !important;
    padding-right: 72px !important;
  }
  .mo-mt-19 {
    margin-top: 76px !important;
  }
  .mo-me-19 {
    margin-right: 76px !important;
  }
  .mo-mb-19 {
    margin-bottom: 76px !important;
  }
  .mo-ms-19 {
    margin-left: 76px !important;
  }
  .mo-my-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mo-mx-19 {
    margin-left: 76px !important;
    margin-right: 76px !important;
  }
  .mo-pt-19 {
    padding-top: 76px !important;
  }
  .mo-pe-19 {
    padding-right: 76px !important;
  }
  .mo-pb-19 {
    padding-bottom: 76px !important;
  }
  .mo-ps-19 {
    padding-left: 76px !important;
  }
  .mo-py-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .mo-px-19 {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
  .mo-mt-20 {
    margin-top: 80px !important;
  }
  .mo-me-20 {
    margin-right: 80px !important;
  }
  .mo-mb-20 {
    margin-bottom: 80px !important;
  }
  .mo-ms-20 {
    margin-left: 80px !important;
  }
  .mo-my-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mo-mx-20 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mo-pt-20 {
    padding-top: 80px !important;
  }
  .mo-pe-20 {
    padding-right: 80px !important;
  }
  .mo-pb-20 {
    padding-bottom: 80px !important;
  }
  .mo-ps-20 {
    padding-left: 80px !important;
  }
  .mo-py-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .mo-px-20 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
small, .small {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

@media screen and (max-width: 992px) {
  small, .small {
    font-size: 14px !important;
  }
}
.tooltip {
  word-break: keep-all;
  border-radius: 5px;
}
.tooltip-inner {
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-align: left;
}
.tooltip-arrow {
  opacity: 0.7;
}

.modal-dialog {
  max-width: 1200px;
}
.modal-content {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.modal-header {
  height: 50px;
  padding: 12px 12px 12px 24px;
  background-color: #004d16;
  border: 0;
  border-radius: 0;
}
.modal-header .btn-close {
  width: 50px;
  height: 50px;
  background: url(../images/icon/ico-modal-close.png) no-repeat 50% 50%;
  opacity: 1;
}
.modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.modal-body {
  margin: 0;
  padding: 24px;
  font-size: 16px;
}
.modal-footer {
  padding: 0 0 24px 0;
}
.modal-footer .btn {
  min-width: 180px;
}

.text-333 {
  color: #333 !important;
}

.text-444 {
  color: #444 !important;
}

.text-666 {
  color: #666 !important;
}

.text-999 {
  color: #999 !important;
}

.rounded-3 {
  border-radius: 10px !important;
}

.btn-close {
  opacity: 1 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .btn {
    font-size: 15px;
  }
}
.btn-round {
  border-radius: 100px;
}
.btn-link {
  color: var(--1854a3, #1854a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
  text-decoration: underline !important;
}
.btn-sm, .btn-group-sm > .btn {
  height: 30px;
  padding: 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .btn-sm, .btn-group-sm > .btn {
    padding: 0 20px;
  }
}
.btn-lg, .btn-group-lg > .btn {
  height: 40px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.btn-xl {
  height: 50px;
  font-size: 17px;
}
.btn-white {
  background: #fff;
  color: #000;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #fff;
  color: #000;
}
.btn-primary-light {
  background-color: #406491;
  color: #fff !important;
}
.btn-primary-light:hover, .btn-primary-light:active, .btn-primary-light:focus {
  background-color: #406491;
  color: #fff !important;
}
.btn-warning {
  border-color: var(--FEF3DD, #fef3dd);
  background: var(--FEF3DD, #fef3dd);
  color: #333 !important;
}
.btn-outline-primary {
  color: var(--004D16, #004d16) !important;
  border: 1px solid var(--004D16, #004d16);
  background: #f8fff4;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: var(--004D16, #004d16);
  border: 1px solid var(--004D16, #004d16);
  background: #f8fff4;
}
.btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info:focus {
  border-color: #1854a3;
  background-color: #fff;
}
.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus {
  border-color: #d93600;
  background-color: #fff;
  color: #d93600;
}
.btn-outline-dark {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333 !important;
}
.btn-outline-secondary {
  border: solid 1px #ccc;
  color: #333 !important;
  background: var(--f6f6f6, #f6f6f6);
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #e9e9e9 !important;
  border-color: #ccc !important;
  border: solid 1px #ccc;
  color: #333;
}
.btn-outline-warning {
  border: solid 1px #ccc;
  color: #333 !important;
  background: var(--FEF3DD, #fef3dd);
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus {
  background: var(--FEF3DD, #fef3dd);
  border: solid 1px #ccc;
  color: #333;
}
.btn-secondary {
  color: #fff !important;
}
.btn-info {
  border: solid 1px #ccc;
}
.btn:disabled, .btn-disabled {
  border-color: #eee !important;
  background-color: #eee !important;
  color: #787878 !important;
}

.dropdown-toggle {
  min-width: 200px;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  justify-content: space-between;
  color: #000 !important;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .dropdown-toggle {
    min-width: 100%;
  }
}
.dropdown-toggle::after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url(../images/icon/ico-select.svg) no-repeat 50% 50%;
  border: none;
}

.form-check-label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #ccc;
  background: #fff url(../images/icon/ico-valid.svg) no-repeat calc(100% - 7px) 50%;
  background-size: 19px 14px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ccc;
  background: #fff url(../images/icon/ico-invalid.svg) no-repeat calc(100% - 0px) 50%;
  background-size: 28px 28px;
}

.invalid-feedback {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.bg-primary-subtle {
  background: #f8fff4 !important;
}

.bg-success-subtle {
  background: #edfbff !important;
}

.bg-danger-subtle {
  background: #fee !important;
}

.bg-warning-subtle {
  background: var(--FEF3DD, #fef3dd) !important;
}

.bg-secondary-subtle {
  background: #eee !important;
}

.bg-light {
  background: var(--f6f6f6, #f6f6f6) !important;
}

.badge {
  padding: 3px 9px;
  border-radius: 12px;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.48px;
}
.badge-sm {
  padding: 0 8px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .badge {
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.45px;
  }
  .badge-sm {
    padding: 0 8px;
    font-weight: 400;
    font-size: 15px;
  }
}
.badge.text-bg-primary-light {
  background: var(--009732, #009732) !important;
}
.badge.text-bg-info {
  background: #389edd !important;
}
.badge.text-bg-dark {
  background: #565656 !important;
}
.badge-outline-dark {
  border: solid 1px #333;
  color: #333;
}
.badge-outline-primary {
  border: 1px solid #ccc;
  background: #f3fff5;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.badge-outline-success {
  border: 1px solid #ccc;
  background: #edf3ff;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.badge-outline-danger {
  border: 1px solid #ccc;
  background: #fff4f4;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.badge-outline-warning {
  border: 1px solid #ccc;
  background: #fff8e7;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.badge-outline-info {
  border: 1px solid #ccc;
  background: #edf3ff;
  color: #000;
}

.form-control {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 90px;
  height: 30px;
  padding: 10px 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  background-color: #fff;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .form-control {
    min-width: auto;
    height: 40px;
  }
}
.form-control-lg {
  font-size: 18px;
}

.form-select {
  width: auto;
  height: 30px;
  padding: 0 40px 0 10px;
  font-size: 16px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 992px) {
  .form-select {
    min-width: auto;
    height: 40px;
  }
}

.kfsi-lecture-menu-index-list-sub a {
  display: block;
}

.in_step .step_text {
  text-decoration: underline;
}

.ico-login {
  display: inline-block;
  min-width: 16px;
  height: 19px;
  background: url(../images/icon/ico-login.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-sign {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  background: url(../images/icon/ico-sign.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lang {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  background: url(../images/icon/ico-lang.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-newwindow {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  background: url(../images/icon/ico-newwindow.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-newwindow-black {
  display: inline-block;
  min-width: 13px;
  height: 13px;
  background: url(../images/icon/ico-newwindow-black.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-newwindow-white {
  display: inline-block;
  min-width: 19px;
  height: 19px;
  background: url(../images/icon/ico-newwindow-white.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-search {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  background: url(../images/icon/ico-search.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-search-lg {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  background: url(../images/icon/ico-search-lg.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lock-active {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #eef6f9 url(../images/icon/ico-lock-active.png) no-repeat 50% 50%;
  background-size: 12px 12px;
  font-size: 0;
  line-height: 0;
}

.ico-file {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(../images/icon/ico-file.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-home {
  display: inline-block;
  min-width: 14px;
  height: 14px;
  background: url(../images/icon/ico-home.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-eye {
  display: inline-block;
  min-width: 16px;
  height: 13px;
  background: url(../images/icon/ico-eye.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-link {
  display: inline-block;
  min-width: 7px;
  height: 13px;
  background: url(../images/icon/ico-link.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-download {
  display: inline-block;
  min-width: 16px;
  height: 17px;
  background: url(../images/icon/ico-download.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-download-primary {
  display: inline-block;
  min-width: 16px;
  height: 17px;
  background: url(../images/icon/ico-download-primary.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-youtube {
  display: inline-block;
  min-width: 23px;
  height: 14px;
  background: url(../images/icon/ico-youtube.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-shorts {
  display: inline-block;
  min-width: 16px;
  height: 20px;
  background: url(../images/icon/ico-shorts.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-notice {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(../images/icon/ico-notice.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-remove {
  display: inline-block;
  min-width: 10px;
  height: 10px;
  background: url(../images/icon/ico-search-remove.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-search-arrow {
  display: inline-block;
  min-width: 17px;
  height: 12px;
  background: url(../images/icon/ico-search-arrow.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-refresh {
  display: inline-block;
  min-width: 14px;
  height: 17px;
  background: url(../images/icon/ico-refresh.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-tel {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  background: url(../images/icon/ico-tel.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-file-plus {
  display: inline-block;
  min-width: 19px;
  height: 20px;
  background: url(../images/icon/ico-file-plus.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-check-success {
  display: inline-block;
  min-width: 13px;
  height: 13px;
  background: url(../images/icon/ico-check-success.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-check-secondary {
  display: inline-block;
  min-width: 13px;
  height: 13px;
  background: url(../images/icon/ico-check-secondary.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-post {
  display: inline-block;
  min-width: 17px;
  height: 17px;
  background: url(../images/icon/ico-post.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-attachment {
  display: inline-block;
  min-width: 26px;
  height: 26px;
  background: url(../images/icon/ico-attachment.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .ico-attachment {
    min-width: 18px;
    height: 18px;
  }
}

.ico-search-white {
  display: inline-block;
  min-width: 16px;
  height: 17px;
  background: url(../images/icon/ico-search-white.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lock {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  background: url(../images/icon/ico-lock.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .ico-lock {
    min-width: 18px;
    height: 18px;
  }
}

.ico-lock-off {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  background: url(../images/icon/ico-lock-off.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  .ico-lock-off {
    min-width: 18px;
    height: 18px;
  }
}

.ico-classroom-index01 {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background: url(../images/icon/ico-classroom-index01.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-classroom-index02 {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background: url(../images/icon/ico-classroom-index02.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-classroom-index03 {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background: url(../images/icon/ico-classroom-index03.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-classroom-index04 {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background: url(../images/icon/ico-classroom-index04.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-exclamation-circle {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  background: url(../images/icon/ico-exclamation-circle.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-exclamation-alert {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: url(../images/icon/ico-exclamation-alert.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-exclamation-alert2 {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: url(../images/icon/ico-exclamation-alert2.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-refresh-alert {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: url(../images/icon/ico-refresh-alert.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-warning-alert {
  display: inline-block;
  min-width: 75px;
  height: 75px;
  background: url(../images/icon/ico-warning-alert.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-check-alert {
  display: inline-block;
  min-width: 70px;
  height: 70px;
  background: url(../images/icon/ico-check-alert.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-bookmark {
  display: inline-block;
  min-width: 9px;
  height: 11px;
  background: url(../images/icon/ico-bookmark.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-yes24 {
  display: inline-block;
  min-width: 42px;
  height: 45px;
  background: url(../images/icon/ico-yes24.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-tel-white {
  display: inline-block;
  min-width: 17px;
  height: 18px;
  background: url(../images/icon/ico-tel-white.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-camera {
  display: inline-block;
  min-width: 16px;
  height: 13px;
  background: url(../images/icon/ico-camera.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-zoom {
  display: inline-block;
  min-width: 28px;
  height: 29px;
  background: url(../images/icon/ico-zoom.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-hwp {
  display: inline-block;
  min-width: 20px;
  height: 23.5px;
  background: url(../images/icon/ico-hwp.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-pdf {
  display: inline-block;
  min-width: 20px;
  height: 23.5px;
  background: url(../images/icon/ico-pdf.png) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-plus {
  display: inline-block;
  min-width: 14px;
  height: 15px;
  background: url(../images/icon/ico-plus.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-minus {
  display: inline-block;
  min-width: 14px;
  height: 15px;
  background: url(../images/icon/ico-minus.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-exclamation {
  display: inline-block;
  min-width: 13px;
  height: 13px;
  background: url(../images/icon/ico-exclamation.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-refresh-calendar {
  display: inline-block;
  min-width: 21px;
  height: 22px;
  background: url(../images/icon/ico-refresh-calendar.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-check-primary {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  background: url(../images/icon/ico-check-primary.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-x {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(../images/icon/ico-x-small.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-x-30 {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../images/icon/ico-x-30.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-o {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(../images/icon/ico-o-small.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-o-30 {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../images/icon/ico-o-30.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-join-complete {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: url(../images/icon/ico-join-complete.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-join-x {
  display: inline-block;
  min-width: 80px;
  height: 80px;
  background: url(../images/icon/ico-join-x.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-comment {
  display: inline-block;
  min-width: 22px;
  height: 24px;
  background: url(../images/icon/ico-comment.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-comment2 {
  display: inline-block;
  min-width: 15px;
  height: 16px;
  background: url(../images/icon/ico-comment2.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-header-close {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(../images/icon/ico-header-close.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.logo-simple {
  display: inline-block;
  min-width: 32px;
  height: 30px;
  background: url(../images/logo-simple.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-survery-prev {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/icon/ico-survery-prev.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-survery-next {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/icon/ico-survery-next.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-survery-next {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/icon/ico-survery-next.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lecture-tv {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../images/icon/ico-lecture-tv.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lecture-list {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../images/icon/ico-lecture-list.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-lecture-close {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/icon/ico-lecture-close.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.ico-logout {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background: url(../images/icon/ico-logout.svg) no-repeat 50% 50%;
  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.kfsi-h3 {
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
}
@media screen and (max-width: 992px) {
  .kfsi-h3 {
    color: var(--004D16, #004d16);
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.51px;
  }
}
.kfsi-h4 {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
  word-break: keep-all;
}
.kfsi-h4::before {
  content: "";
  display: block;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border-radius: 50px;
  border: 5px solid #8bc53f;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .kfsi-h4 {
    margin-bottom: 16px;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.51px;
  }
  .kfsi-h4::before {
    min-width: 12px;
    width: 12px;
    height: 12px;
    border: 4px solid #8bc53f;
  }
}
.kfsi-h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-h5:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: solid 4px #004d16;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .kfsi-h5 {
    gap: 9px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
}
.kfsi-box {
  padding: 20px 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-box__title {
  margin-bottom: 20px;
  color: var(--1854a3, #1854a3);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.kfsi-box table {
  margin: -8px 0;
}
.kfsi-box table tbody th {
  padding: 3px 20px 3px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-box table tbody td {
  padding: 3px 20px 3px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 992px) {
  .kfsi-box {
    padding: 16px 16px;
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-box__title {
    margin-bottom: 16px;
    color: var(--1854a3, #1854a3);
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
  }
  .kfsi-box table {
    margin: -8px 0;
  }
  .kfsi-box table tbody th {
    padding: 3px 10px 3px 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-box table tbody td {
    padding: 3px 10px 3px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-box .kfsi-textlist {
    margin-bottom: 10px !important;
  }
}
.kfsi-dl {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}
.kfsi-dl dl {
  margin: 0;
  padding: 0;
}
.kfsi-dl dl dt {
  margin: 0;
  padding: 10px;
  border-top: 2px solid var(--004D16, #004d16);
  background: #e4f2d3;
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: 0.48px;
  text-align: center;
}
.kfsi-dl dl dd {
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .kfsi-dl dl dd {
    padding: 16px;
  }
}
.kfsi-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.kfsi-table-head-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kfsi-table-head-title h6, .kfsi-table-head-title .h6 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-table-head-title p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-table-head-text a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-table-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .kfsi-table-head-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 6px;
  }
  .kfsi-table-head-title h6, .kfsi-table-head-title .h6 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-table-head-title p {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
}
.kfsi-table-unit {
  margin-top: -10px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  color: #666;
}
.kfsi-table-danger {
  margin-top: 12px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #d93600;
}
.kfsi-table table {
  width: 100%;
  border-top: 1px solid #999;
  border-top: 2px solid var(--004D16, #004d16);
  word-break: keep-all;
}
.kfsi-table table thead th {
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #e4f2d3;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: center;
}
.kfsi-table table thead tr th:first-child,
.kfsi-table table thead tr td:first-child {
  border-left: none;
}
.kfsi-table table thead tr th:last-child,
.kfsi-table table thead tr td:last-child {
  border-right: none;
}
.kfsi-table table tbody th,
.kfsi-table table tfoot th {
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  word-break: keep-all;
}
.kfsi-table table tbody th:first-child,
.kfsi-table table tfoot th:first-child {
  border-left: none;
}
.kfsi-table table tbody td,
.kfsi-table table tfoot td {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  word-break: break-all;
}
.kfsi-table table tbody td a:not(.btn),
.kfsi-table table tfoot td a:not(.btn) {
  color: #054a9d;
  text-decoration: underline;
}
.kfsi-table table tbody td.kfsi-table-none,
.kfsi-table table tfoot td.kfsi-table-none {
  color: #666;
}
.kfsi-table table tbody tr th:first-child,
.kfsi-table table tbody tr td:first-child,
.kfsi-table table tfoot tr th:first-child,
.kfsi-table table tfoot tr td:first-child {
  border-left: none;
}
.kfsi-table table tbody tr th:last-child,
.kfsi-table table tbody tr td:last-child,
.kfsi-table table tfoot tr th:last-child,
.kfsi-table table tfoot tr td:last-child {
  border-right: none;
}
.kfsi-table table tbody tr:first-child th,
.kfsi-table table tbody tr:first-child td,
.kfsi-table table tfoot tr:first-child th,
.kfsi-table table tfoot tr:first-child td {
  border-top: none;
}
@media screen and (max-width: 992px) {
  .kfsi-table-unit {
    margin-top: 0;
  }
  .kfsi-table-danger {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #d93600;
  }
  .kfsi-table.kfsi-table-mo-list table {
    display: block;
    width: 100%;
    border-top: 2px solid var(--004D16, #004d16);
    word-break: keep-all;
  }
  .kfsi-table.kfsi-table-mo-list table thead {
    display: none;
  }
  .kfsi-table.kfsi-table-mo-list table tbody,
  .kfsi-table.kfsi-table-mo-list table tfoot {
    display: block;
  }
  .kfsi-table.kfsi-table-mo-list table tbody tr,
  .kfsi-table.kfsi-table-mo-list table tfoot tr {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-table.kfsi-table-mo-list table tbody th,
  .kfsi-table.kfsi-table-mo-list table tfoot th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f8fff4;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: keep-all;
  }
  .kfsi-table.kfsi-table-mo-list table tbody th:first-child,
  .kfsi-table.kfsi-table-mo-list table tfoot th:first-child {
    border-left: none;
  }
  .kfsi-table.kfsi-table-mo-list table tbody td,
  .kfsi-table.kfsi-table-mo-list table tfoot td {
    position: relative;
    display: flex;
    width: 100%;
    padding: 5px 16px 5px 14px;
    background: #fff;
    border: none;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border: none;
    text-align: left;
    word-break: keep-all;
  }
  .kfsi-table.kfsi-table-mo-list table tbody td:before,
  .kfsi-table.kfsi-table-mo-list table tfoot td:before {
    content: attr(title);
    display: block;
    width: 100px;
    min-width: 100px;
    margin-right: 5px;
    height: 100%;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-align: left;
  }
  .kfsi-table.kfsi-table-mo-list table tbody td.title-none::before,
  .kfsi-table.kfsi-table-mo-list table tfoot td.title-none::before {
    display: none;
  }
  .kfsi-table.kfsi-table-mo-list table tbody td.kfsi-table-none,
  .kfsi-table.kfsi-table-mo-list table tfoot td.kfsi-table-none {
    color: #666;
    justify-content: center;
  }
  .kfsi-table.kfsi-table-mo-list table tbody td.kfsi-table-none::before,
  .kfsi-table.kfsi-table-mo-list table tfoot td.kfsi-table-none::before {
    display: none;
  }
  .kfsi-table.kfsi-table-mo-list2 table {
    display: block;
    width: 100%;
    border-top: 2px solid var(--004D16, #004d16);
    word-break: keep-all;
  }
  .kfsi-table.kfsi-table-mo-list2 table thead {
    display: none;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody,
  .kfsi-table.kfsi-table-mo-list2 table tfoot {
    display: block;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody tr,
  .kfsi-table.kfsi-table-mo-list2 table tfoot tr {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody th,
  .kfsi-table.kfsi-table-mo-list2 table tfoot th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f8fff4;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: keep-all;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody th:first-child,
  .kfsi-table.kfsi-table-mo-list2 table tfoot th:first-child {
    border-left: none;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody td,
  .kfsi-table.kfsi-table-mo-list2 table tfoot td {
    position: relative;
    display: flex;
    width: 100%;
    padding: 5px 16px 5px 14px;
    background: #fff;
    border: none;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    border: none;
    text-align: left;
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody td:before,
  .kfsi-table.kfsi-table-mo-list2 table tfoot td:before {
    content: attr(title) " : ";
    display: block;
    height: 100%;
    margin-right: 5px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-table.kfsi-table-mo-list2 table tbody td.title-none::before,
  .kfsi-table.kfsi-table-mo-list2 table tfoot td.title-none::before {
    display: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table {
    width: 100%;
    border-top: 1px solid #999;
    border-top: 2px solid var(--004D16, #004d16);
    word-break: keep-all;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table thead th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #e4f2d3;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-align: center;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table thead tr th:first-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table thead tr td:first-child {
    border-left: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table thead tr th:last-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table thead tr td:last-child {
    border-right: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody th,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: keep-all;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody th:first-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot th:first-child {
    border-left: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody td,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot td {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: keep-all;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr th:first-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr td:first-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr th:first-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr td:first-child {
    border-left: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr th:last-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr td:last-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr th:last-child,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr td:last-child {
    border-right: none;
  }
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr:first-child th,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tbody tr:first-child td,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr:first-child th,
  .kfsi-table:not(.kfsi-table-mo-list):not(.kfsi-table-mo-list2) table tfoot tr:first-child td {
    border-top: none;
  }
}
.kfsi-table-scroll {
  overflow: auto;
}
.kfsi-table-scroll table {
  white-space: noWrap;
}
@media screen and (max-width: 992px) {
  .kfsi-table-scroll-mo {
    overflow: auto;
  }
  .kfsi-table-scroll-mo table {
    white-space: noWrap;
  }
}
@media screen and (max-width: 992px) {
  .kfsi-table-sm table thead th {
    padding: 10px 6px !important;
  }
  .kfsi-table-sm table tbody th,
  .kfsi-table-sm table tfoot th {
    padding: 10px 6px !important;
  }
  .kfsi-table-sm table tbody td,
  .kfsi-table-sm table tfoot td {
    padding: 10px 6px !important;
  }
}
@media screen and (max-width: 992px) {
  .kfsi-list {
    border-top: 2px solid #004d16;
  }
  .kfsi-list-section {
    padding: 14px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-list-item {
    display: flex;
    margin-top: 10px;
  }
  .kfsi-list-item:first-child {
    margin-top: 0;
  }
  .kfsi-list-item-title {
    display: flex;
    align-items: center;
    min-width: 100px;
    margin-right: 5px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-list-item-text {
    display: flex;
    align-items: center;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    word-break: keep-all;
  }
}
.kfsi-nav {
  margin-bottom: 60px;
  text-align: center;
}
.kfsi-nav ol {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-nav ol::before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  border-top: 1px solid #ccc;
}
.kfsi-nav ol li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-width: 110px;
  margin: 0;
  padding: 0;
}
.kfsi-nav ol li::before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 20px;
  background: #c1d6c7;
}
.kfsi-nav ol li span {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-nav ol li strong {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-nav ol li.active::before {
  background: #3d744d;
}
.kfsi-nav ol li.active span {
  color: #333;
}
.kfsi-nav ol li.active strong {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-nav {
    margin-bottom: 40px;
  }
  .kfsi-nav ol {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-nav ol::before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #ccc;
  }
  .kfsi-nav ol li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    min-width: 94px;
    margin: 0;
    padding: 0;
  }
  .kfsi-nav ol li::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 20px;
    background: #c1d6c7;
  }
  .kfsi-nav ol li span {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-nav ol li strong {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-nav ol li.active::before {
    background: #3d744d;
  }
  .kfsi-nav ol li.active span {
    color: #333;
  }
  .kfsi-nav ol li.active strong {
    color: #333;
  }
}
.kfsi-danger p {
  display: flex;
  gap: 2px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #d93600;
  word-break: keep-all;
}
.kfsi-danger p::before {
  content: "※";
  display: block;
}
.kfsi-email {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kfsi-email-form {
  display: flex;
  min-width: 400px;
}
.kfsi-email .form-control {
  min-width: auto;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.kfsi-email .form-select {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 992px) {
  .kfsi-email {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .kfsi-email-form {
    display: flex;
    min-width: auto;
    width: 100%;
  }
  .kfsi-email .form-control {
    min-width: auto;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }
  .kfsi-email .form-select {
    border-left: none;
    border-radius: 0 5px 5px 0;
    max-width: 200px;
  }
}
.kfsi-textarea textarea {
  height: 98px;
}
.kfsi-textarea-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 0 0 0;
}
.kfsi-textarea-text span,
.kfsi-textarea-text strong {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .kfsi-textarea textarea {
    height: 158px;
  }
  .kfsi-textarea-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }
  .kfsi-textarea-text span,
  .kfsi-textarea-text strong {
    color: #666;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.kfsi-player {
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-player {
    width: 100%;
  }
  .kfsi-player video {
    width: 100%;
    height: 100%;
  }
}
.kfsi-file {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.kfsi-file .btn {
  min-width: 140px;
}
@media screen and (max-width: 992px) {
  .kfsi-file {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .kfsi-file .form-control {
    width: 100%;
  }
  .kfsi-file .btn {
    width: 100%;
    min-width: 140px;
    height: 40px;
  }
}
.kfsi-alert {
  justify-content: center;
}
.kfsi-alert .modal-content {
  width: 400px;
  padding: 35px 24px 24px;
  border-radius: 20px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.kfsi-alert .modal-header {
  height: auto;
  margin-bottom: 14px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.kfsi-alert .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-alert .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(./../images/icon/ico-modal-close2.png) no-repeat 50% 50%;
  background-size: 20px 20px;
}
.kfsi-alert .modal-body {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-alert .modal-footer {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 16px;
  padding: 16px 0 0 0;
}
.kfsi-alert .modal-footer .btn {
  min-width: auto;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-alert .modal-content {
    width: 320px;
  }
}
.kfsi-textlist {
  margin-left: 10px;
}
.kfsi-textlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-textlist li {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
.kfsi-textlist li a {
  text-decoration: underline;
}
.kfsi-textlist > ul.no-bullet > li::before {
  display: none;
}
.kfsi-textlist > ul > li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 14px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  text-align: left;
}
.kfsi-textlist > ul > li a {
  color: #000;
}
.kfsi-textlist > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  min-width: 3px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.kfsi-textlist > ul > li:last-child {
  margin-bottom: 0;
}
.kfsi-textlist > ul > li ul li {
  display: flex;
  gap: 6px;
  margin-top: 0px;
}
.kfsi-textlist > ul > li ul li a {
  color: #666;
}
.kfsi-textlist > ul > li ul li:before {
  content: "-";
  display: block;
}
.kfsi-textlist > ul > li ul.no-bullet li::before {
  display: none;
}
.kfsi-textlist.text-success ul li {
  color: #1854a3;
}
.kfsi-textlist.text-success ul li::before {
  background-color: #1854a3;
}
@media screen and (max-width: 992px) {
  .kfsi-textlist > ul > li {
    position: relative;
    margin-bottom: 0;
    padding-left: 12px;
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
  }
  .kfsi-textlist > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    min-width: 3px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
  }
  .kfsi-textlist > ul > li:last-child {
    margin-bottom: 0;
  }
  .kfsi-textlist > ul > li ul li {
    display: flex;
    gap: 6px;
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
  }
  .kfsi-textlist > ul > li ul li:before {
    content: "-";
    display: block;
  }
}
.kfsi-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 25px 0 46px 0;
}
.kfsi-download-button .btn {
  width: 260px;
  height: 45px;
}
@media screen and (max-width: 992px) {
  .kfsi-download-button {
    gap: 8px;
    padding: 0 0 20px 0;
  }
  .kfsi-download-button .btn {
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    font-size: 15px;
    line-height: 1.33;
  }
}
.kfsi-upload .dropzone {
  min-height: 80px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px 0 rgba(9, 0, 0, 0.1);
  border: dashed 1px #ccc;
  background-color: #fbfbfb;
}
.kfsi-upload .dropzone .dz-message {
  color: #666;
}
.kfsi-upload .dropzone .dz-message__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-upload .dropzone.dz-started .dz-message {
  display: none;
}
.kfsi-upload .dropzone button {
  border: 0;
  background: none;
}
.kfsi-date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .kfsi-date {
    flex-wrap: wrap;
  }
}
.kfsi-radio-type1 {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.kfsi-radio-type1 .form-check {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 30px;
  margin: 0;
  padding: 6px 8px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-radio-type1 .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.kfsi-radio-type1 .form-check-input:checked ~ .form-check-label {
  color: #0f6327;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.kfsi-radio-type1 .form-check-input:checked ~ .form-check-label::after {
  opacity: 1;
}
.kfsi-radio-type1 .form-check-input:focus-visible ~ .form-check-label {
  outline: 3px dotted red !important;
}
.kfsi-radio-type1 .form-check-label {
  width: 100%;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  cursor: pointer;
}
.kfsi-radio-type1 .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 5px;
  border: 2px solid #0f6327;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-radio-type1 {
    gap: 5px;
    width: 100%;
  }
  .kfsi-radio-type1 .form-check {
    width: 100% !important;
  }
}
.kfsi-radio-type2 {
  display: inline-flex;
  gap: 10px;
  width: 100%;
}
.kfsi-radio-type2 .form-check {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-radio-type2 .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.kfsi-radio-type2 .form-check-input:checked ~ .form-check-label {
  color: #004d16;
  background: var(--E4F2D3, #e4f2d3);
}
.kfsi-radio-type2 .form-check-input:checked ~ .form-check-label::after {
  opacity: 1;
}
.kfsi-radio-type2 .form-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: center;
  cursor: pointer;
}
.kfsi-radio-type2 .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 0;
  border: 1px solid var(--004D16, #004d16);
  opacity: 0;
}
.kfsi-radio-type3 {
  display: inline-flex;
  gap: 0;
  width: 100%;
  margin: 0 0 20px 0;
}
.kfsi-radio-type3 .form-check {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-radio-type3 .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  float: none;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
}
.kfsi-radio-type3 .form-check-input:checked ~ .form-check-label {
  color: #004d16;
  background: var(--E4F2D3, #e4f2d3);
  z-index: 20;
  font-weight: bold;
}
.kfsi-radio-type3 .form-check-input:checked ~ .form-check-label::after {
  opacity: 1;
}
.kfsi-radio-type3 .form-check-input:focus ~ .form-check-label {
  outline: 3px dotted red !important;
  outline-offset: -4px;
}
.kfsi-radio-type3 .form-check-label {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  cursor: pointer;
}
.kfsi-radio-type3 .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 0;
  border: 2px solid var(--004D16, #004d16);
  opacity: 0;
}
.kfsi-member-form {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 30px;
}
.kfsi-member-form--grid1 {
  grid-template-columns: 1fr;
}
.kfsi-member-form-item {
  display: flex;
  width: 394px;
}
.kfsi-member-form-item--100 {
  width: 100%;
  grid-column: 1/-1;
}
.kfsi-member-form-item-title {
  display: flex;
  gap: 7px;
  min-width: 95px;
  margin: 6px 20px 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-member-form-item-title .text-danger {
  display: block;
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: url(../images/icon/ico-required.svg) no-repeat 50% 50%;
  font-size: 0;
}
.kfsi-member-form-item-contents {
  width: 100%;
}
.kfsi-member-accordion .accordion-item {
  border: 0;
}
.kfsi-member-accordion .accordion-header {
  border-top: 1px solid var(--6c6e75, #6c6e75);
  border-bottom: 1px solid var(--6c6e75, #6c6e75);
  background: var(--f6f6f6, #f6f6f6);
}
.kfsi-member-accordion .accordion-header button {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-size: 0;
  border: 0;
  background-color: transparent;
}
.kfsi-member-accordion .accordion-header button:not(.collapsed) {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.kfsi-member-accordion .accordion-button {
  border-radius: 0 !important;
}
.kfsi-member-accordion .accordion-button:not(.collapsed) {
  background: var(--f6f6f6, #f6f6f6);
}
.kfsi-member-accordion .accordion-button::after {
  display: none;
}
.kfsi-member-accordion .accordion-button .form-check {
  margin: 0;
}
.kfsi-member-accordion .accordion-body {
  padding: 32px 36px;
  background: var(--f6f6f6, #f6f6f6);
}
@media screen and (max-width: 992px) {
  .kfsi-member-form {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 0px;
    width: 100%;
    border-top: 2px solid var(--004D16, #004d16);
    background-color: #fff;
  }
  .kfsi-member-form--grid1 {
    grid-template-columns: 1fr;
  }
  .kfsi-member-form-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-member-form-item-title {
    display: flex;
    gap: 7px;
    min-width: 78px;
    margin: 6px 20px 0 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .kfsi-member-form-item-title .text-danger {
    display: block;
    min-width: 10px;
    width: 10px;
    height: 10px;
    background: url(../images/icon/ico-required.svg) no-repeat 50% 50%;
    font-size: 0;
  }
  .kfsi-member-form-item-contents {
    width: 100%;
  }
  .kfsi-member-form-item-contents .invalid-feedback {
    margin-left: 0;
  }
  .kfsi-member-accordion .accordion-item {
    border: 0;
  }
  .kfsi-member-accordion .accordion-header {
    border-top: 1px solid var(--6c6e75, #6c6e75);
    border-bottom: 1px solid var(--6c6e75, #6c6e75);
    background: var(--f6f6f6, #f6f6f6);
  }
  .kfsi-member-accordion .accordion-header button {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    font-size: 0;
    border: 0;
    background-color: transparent;
  }
  .kfsi-member-accordion .accordion-header button:not(.collapsed) {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .kfsi-member-accordion .accordion-button {
    border-radius: 0 !important;
  }
  .kfsi-member-accordion .accordion-button:not(.collapsed) {
    background: var(--f6f6f6, #f6f6f6);
  }
  .kfsi-member-accordion .accordion-button::after {
    display: none;
  }
  .kfsi-member-accordion .accordion-button .form-check {
    margin: 0;
  }
  .kfsi-member-accordion .accordion-body {
    padding: 24px 16px;
    background: var(--f6f6f6, #f6f6f6);
  }
  .kfsi-member-accordion .accordion-body .kfsi-member-form-item-title {
    min-width: 65px;
  }
}

.kfsi-write {
  margin-top: 40px;
}
.kfsi-write-item {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .kfsi-write {
    margin-top: 30px;
  }
}
.kfsi-openmanagement {
  padding: 38px 0 0 0;
}
.kfsi-openmanagement-head {
  margin-bottom: 42px;
}
.kfsi-openmanagement-head h4, .kfsi-openmanagement-head .h4 {
  margin: 0 0 24px 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
  word-break: keep-all;
}
.kfsi-openmanagement-head p {
  margin: 0 0 24px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-openmanagement-img {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.kfsi-openmanagement-img img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.kfsi-openmanagement .kfsi-h5 {
  margin-top: 42px;
  margin-bottom: 16px;
}
.kfsi-openmanagement .kfsi-h5:first-child {
  margin-top: 0;
}
.kfsi-openmanagement-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.kfsi-openmanagement-info .kfsi-textlist {
  margin-left: 0;
}
.kfsi-openmanagement-info-img img {
  width: 300px;
}
.kfsi-openmanagement-box {
  width: 100%;
  padding: 30px;
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center;
}
.kfsi-openmanagement-table {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .kfsi-openmanagement {
    padding: 30px 0 0 0;
  }
  .kfsi-openmanagement-head {
    margin-bottom: 32px;
  }
  .kfsi-openmanagement-head h4, .kfsi-openmanagement-head .h4 {
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-openmanagement-head p {
    margin: 0 0 20px 0;
  }
  .kfsi-openmanagement-img {
    gap: 8px;
  }
  .kfsi-openmanagement-img--length2 img {
    width: 175px;
  }
  .kfsi-openmanagement .kfsi-h5 {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .kfsi-openmanagement-info {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
  .kfsi-openmanagement-info-img {
    width: 100%;
    text-align: center;
  }
  .kfsi-openmanagement-info-img img {
    width: 195px;
  }
  .kfsi-openmanagement-box {
    width: 100%;
    padding: 30px;
    border: solid 1px #ccc;
    background-color: #fff;
    text-align: center;
  }
  .kfsi-openmanagement-table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
}
.kfsi-history {
  margin: 34px 0 0 0;
}
.kfsi-history-list {
  position: relative;
  padding: 30px 20px 14px;
  margin: 36px 0 0 0;
}
.kfsi-history-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 122px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #aac4ce;
  z-index: 10;
}
.kfsi-history-list ol,
.kfsi-history-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-history-list ol li,
.kfsi-history-list ul li {
  margin: 0;
  padding: 0;
}
.kfsi-history-list > ol {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.kfsi-history-list > ol > li {
  display: flex;
  align-items: flex-start;
}
.kfsi-history-list > ol > li h6, .kfsi-history-list > ol > li .h6 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 152px;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  color: #004d16;
}
.kfsi-history-list > ol > li h6::after, .kfsi-history-list > ol > li .h6::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 43px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #004d16;
  border: 4px solid #aac4d4;
}
.kfsi-history-list > ol > li ul li {
  display: flex;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-history-list > ol > li ul li:last-child {
  margin: 0;
}
.kfsi-history-list > ol > li ul li strong {
  min-width: 88px;
}
.kfsi-history-list > ol > li ul li p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-history {
    margin: 28px 0 0 0;
  }
  .kfsi-history-list {
    position: relative;
    padding: 4px 0 0px 32px;
    margin: 24px 0 0 0;
  }
  .kfsi-history-list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #aac4ce;
    z-index: 10;
  }
  .kfsi-history-list ol,
  .kfsi-history-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-history-list ol li,
  .kfsi-history-list ul li {
    margin: 0;
    padding: 0;
  }
  .kfsi-history-list > ol {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .kfsi-history-list > ol > li {
    display: flex;
    align-items: flex-start;
  }
  .kfsi-history-list > ol > li h6, .kfsi-history-list > ol > li .h6 {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 56px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-history-list > ol > li h6::after, .kfsi-history-list > ol > li .h6::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -26px;
    right: auto;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #004d16;
    border: 3px solid #aac4d4;
  }
  .kfsi-history-list > ol > li ul {
    margin: 3px 0 0 4px;
  }
  .kfsi-history-list > ol > li ul li {
    display: flex;
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-history-list > ol > li ul li:last-child {
    margin: 0;
  }
  .kfsi-history-list > ol > li ul li strong {
    min-width: 61px;
  }
  .kfsi-history-list > ol > li ul li p {
    margin: 0;
  }
}
.kfsi-site {
  padding: 36px 0 0 0;
}
.kfsi-site .kfsi-textlist {
  margin: 0;
}
.kfsi-site-list {
  padding: 0 16px;
}
.kfsi-site-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-site-list ul li {
  height: 50px;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  background-color: #fff;
}
.kfsi-site-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.kfsi-site-list ul li img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-site {
    padding: 26px 0 0 0;
  }
  .kfsi-site .kfsi-textlist {
    margin: 0;
  }
  .kfsi-site-list {
    padding: 0 0;
  }
  .kfsi-site-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-site-list ul li {
    padding: 0 12px;
  }
}
.kfsi-welfare {
  margin: 40px 0 0 0;
}
.kfsi-welfare-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.kfsi-welfare-button .btn {
  min-width: 200px;
}
.kfsi-welfare-tab-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 16px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 0 38px 0;
  padding: 0;
  list-style: none;
  padding: 16px;
  border: solid 1px #ccc;
  background-color: #f1f1f1;
}
.kfsi-welfare-tab-nav li {
  margin: 0;
  padding: 0;
}
.kfsi-welfare-tab-nav li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-welfare-tab-nav li button.active {
  background-color: #004d16;
  font-weight: bold;
  color: #fff;
}
.kfsi-welfare-tab-text {
  margin-top: 12px;
  margin-bottom: 40px;
  padding: 24px 0;
  border-top: 2px solid #004d16;
  border-bottom: 1px solid #ccc;
}
.kfsi-welfare-text {
  margin-top: 20px;
}
.kfsi-welfare-text-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-welfare-text p {
  margin: 4px 0 10px 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-welfare-info {
  width: 740px;
  margin: 34px auto 0;
  padding: 24px 30px 30px;
  border-radius: 20px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.kfsi-welfare-info__title {
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  font-weight: normal;
  color: #000;
}
.kfsi-welfare-info__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 62px;
  margin: 12px 0 0;
  padding: 0 24px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.kfsi-welfare-info__text::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/icon/welfare-arrow.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .kfsi-welfare {
    margin: 30px 0 0 0;
  }
  .kfsi-welfare--tab {
    margin: 0;
  }
  .kfsi-welfare-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
  .kfsi-welfare-button .btn {
    min-width: 200px;
    width: 263px;
  }
  .kfsi-welfare-tab-nav {
    display: flex;
    overflow: auto;
    gap: 6px;
    margin: 0 -16px 30px -16px;
    padding: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-welfare-tab-nav li {
    margin: 0;
    padding: 0;
  }
  .kfsi-welfare-tab-nav li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    padding: 0 16px;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    white-space: noWrap;
  }
  .kfsi-welfare-tab-nav li button.active {
    background-color: #fff;
    font-weight: bold;
    color: #004d16;
  }
  .kfsi-welfare-tab-text {
    margin-top: 12px;
    padding: 24px 0;
    border-top: 2px solid #004d16;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-welfare-text {
    margin-top: 20px;
  }
  .kfsi-welfare-text-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-welfare-text p {
    margin: 4px 0 10px 10px;
    font-size: 15px;
  }
  .kfsi-welfare-info {
    width: 100%;
    margin: 34px auto 0;
    padding: 20px 16px 30px;
    border-radius: 20px;
    border: solid 1px #ccc;
    background-color: #fff;
  }
  .kfsi-welfare-info__title {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    font-weight: normal;
    color: #000;
  }
  .kfsi-welfare-info__text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 62px;
    margin: 16px 0 0;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #f7f7f7;
  }
  .kfsi-welfare-info__text::before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../images/icon/welfare-arrow.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
.kfsi-search {
  position: relative;
  padding: 40px 24px 0 24px;
}
.kfsi-search-form {
  position: relative;
  z-index: 30;
}
.kfsi-search-form--filter ~ .kfsi-search-index {
  display: none;
}
.kfsi-search-form-head {
  position: relative;
  display: flex;
  gap: 24px;
  margin: 0 96px;
}
.kfsi-search-form-head-contents {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.kfsi-search-form-filter-toggle {
  min-width: 35px;
  height: 40px;
  margin-top: 10px;
  background: url(../images/icon/ico-search-filter.png) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-search-form-input {
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 20;
}
.kfsi-search-form-input:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 0;
  left: 0;
  height: 186px;
  border: solid 1px #ccc;
  background-color: #fff;
  z-index: 10;
  border-radius: 0 0 20px 20px;
  display: none;
}
.kfsi-search-form-input__inner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 26px;
  border-radius: 30px;
  border: solid 3px #004d16;
  background-color: #fff;
}
.kfsi-search-form-input__inner > input {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  border: 0;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-search-form-input-dropdown {
  position: relative;
  z-index: 20;
  padding-right: 24px;
}
.kfsi-search-form-input-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #999;
  transform: translateY(-50%);
}
.kfsi-search-form-input-dropdown .dropdown > button {
  width: 130px;
  height: 54px;
  padding: 0 6px;
  border: 0;
  background: #fff url(../images/icon/ico-search-arrow02.png) no-repeat 100% 50%;
  background-size: 13px 8px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-search-form-input-keyword {
  position: absolute;
  top: 57px;
  right: 0;
  left: 0;
  height: 155px;
  z-index: 10;
  margin: 0;
  padding: 0 30px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  overflow: auto;
  display: none;
}
.kfsi-search-form-input-keyword-item {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-search-form-input-keyword-item strong {
  color: #006f9c;
}
.kfsi-search-form-input-remove {
  position: relative;
  z-index: 20;
  min-width: 20px;
  height: 20px;
  margin: 0 6px;
  background: #ddd url(../images/icon/ico-search-remove.png) no-repeat 50% 50%;
  background-size: 10px 10px;
  border: 0;
  border-radius: 20px;
  font-size: 0;
}
.kfsi-search-form-input-search {
  position: relative;
  z-index: 20;
  min-width: 54px;
  height: 54px;
  margin-right: -8px;
  background: url(../images/icon/ico-search-lg.png) no-repeat 50% 50%;
  background-size: 25px 25px;
  border: none;
  font-size: 0;
}
.kfsi-search-form-input.active::before {
  display: block;
}
.kfsi-search-form-input.active .kfsi-search-form-input-keyword {
  display: block;
}
.kfsi-search-form-filter {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 37px 16px 30px;
  display: none;
}
.kfsi-search-form-filter.active {
  display: block;
}
.kfsi-search-form-filter-title {
  display: none;
}
.kfsi-search-form-filter-contents dl {
  display: flex;
  align-items: center;
  min-height: 53px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.kfsi-search-form-filter-contents dl dt {
  min-width: 134px;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-search-form-filter-contents dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: noWrap;
}
.kfsi-search-form-filter-radio {
  display: flex;
  gap: 10px;
}
.kfsi-search-form-filter-radio .form-check {
  position: relative;
  min-height: auto;
  margin: 0;
  padding: 0;
}
.kfsi-search-form-filter-radio .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.kfsi-search-form-filter-radio .form-check-input:checked ~ .form-check-label {
  color: #054a9d;
  border-color: #054a9d;
}
.kfsi-search-form-filter-radio .form-check-input:focus-visible ~ .form-check-label {
  outline: 3px dotted red !important;
  outline-offset: -2px;
}
.kfsi-search-form-filter-radio .form-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: auto;
  margin: 0;
  padding: 0 10px;
  min-width: 60px;
  height: 35px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.kfsi-search-form-filter-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px 0 38px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-search-form-filter-date .form-control {
  min-width: auto;
}
.kfsi-search-form-filter-input {
  width: 100%;
  max-width: 512px;
  margin-left: 40px;
}
.kfsi-search-form-filter-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 0px;
}
.kfsi-search-form-filter-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.kfsi-search-form-filter__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../images/icon/ico-filter-close.png) no-repeat 50% 50%;
  background-size: 14px 14px;
  border: 0;
  font-size: 0;
}
.kfsi-search-text {
  padding: 40px 0 48px 0;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-search-text p {
  margin: 15px 0 0 0;
}
.kfsi-search-text p:first-child {
  margin: 0;
}
.kfsi-search-text__link {
  margin-top: 36px;
}
.kfsi-search-text__link a {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #004d16;
  text-decoration: underline;
}
.kfsi-search-tab {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  height: auto;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background: #fff;
  z-index: 20;
}
.kfsi-search-tab-item {
  width: 100%;
  height: 100%;
}
.kfsi-search-tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 43px;
  height: 100%;
  border: 0;
  padding: 8px;
  background-color: #fff;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-search-tab-item:first-child a {
  border-left: none;
}
.kfsi-search-tab-item.active a {
  background-color: #004d16;
  color: #fff;
  font-weight: bold;
}
.kfsi-search-sort {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0 0 0;
}
.kfsi-search-sort select {
  display: none;
}
.kfsi-search-sort-item {
  display: flex;
  align-items: center;
}
.kfsi-search-sort-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 0 20px;
  background-color: #ccc;
}
.kfsi-search-sort-item:first-child::before {
  display: none;
}
.kfsi-search-sort-item a,
.kfsi-search-sort-item button {
  padding: 0;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #333;
}
.kfsi-search-sort-item.active a,
.kfsi-search-sort-item.active button {
  font-weight: bold;
  text-decoration: underline;
}
.kfsi-search-sort + .kfsi-search-section {
  padding-top: 18px;
}
.kfsi-search-section {
  padding-top: 50px;
}
.kfsi-search-section .point {
  background-color: #ebf2f5 !important;
  color: #004d16 !important;
}
.kfsi-search-section-title {
  display: flex;
  align-items: center;
  height: 57px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-search-section-list-item {
  border-bottom: 1px solid #ccc;
}
.kfsi-search-section-list-item a {
  display: block;
  padding: 18px 16px 18px;
}
.kfsi-search-section-list-item__title {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-search-section-list-item__text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-search-section-list-item__info {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.kfsi-search-section-list-item__info span {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-search-section-list-item__info span::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 16px;
  background-color: #ccc;
}
.kfsi-search-section-list-item__info span:first-child:before {
  display: none;
}
.kfsi-search-section-list-item__breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kfsi-search-section-list-item__breadcrumb span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-search-section-list-item__breadcrumb span:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/icon/ico-search-arrow03.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-search-section-list-item__breadcrumb span:first-child::before {
  display: none;
}
.kfsi-search-section-list__none {
  padding: 24px 16px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-search-section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.kfsi-search-section-button .btn {
  min-width: 200px;
}
.kfsi-search-index {
  margin: 0 96px 0 156px;
}
.kfsi-search-index .kfsi-header-head-search-keyword {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-search {
    position: relative;
    padding: 30px 0 0 0;
  }
  .kfsi-search-form {
    position: relative;
    z-index: 30;
  }
  .kfsi-search-form-head {
    position: relative;
    display: flex;
    gap: 24px;
    margin: 0 0;
  }
  .kfsi-search-form-head-contents {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .kfsi-search-form-filter-toggle {
    display: none;
  }
  .kfsi-search-form-input {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .kfsi-search-form-input:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 0;
    left: 0;
    height: 164px;
    border: solid 1px #ccc;
    background-color: #fff;
    z-index: 10;
    border-radius: 0 0 20px 20px;
    display: none;
  }
  .kfsi-search-form-input__inner {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 30px;
    border: solid 3px #004d16;
    background-color: #fff;
  }
  .kfsi-search-form-input__inner > input {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border: 0;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-search-form-input-dropdown {
    position: relative;
    z-index: 20;
    padding-right: 16px;
  }
  .kfsi-search-form-input-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #999;
    transform: translateY(-50%);
  }
  .kfsi-search-form-input-dropdown .dropdown > button {
    width: 70px;
    height: 100%;
    padding: 0 6px;
    border: 0;
    background: #fff url(../images/icon/ico-search-arrow02.png) no-repeat 100% 50%;
    background-size: 13px 8px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-search-form-input-keyword {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    height: 136px;
    z-index: 10;
    margin: 0;
    padding: 0 20px;
    border-radius: 0 0 20px 20px;
    overflow: auto;
    display: none;
  }
  .kfsi-search-form-input-keyword-item {
    display: block;
    margin-top: 18px;
    font-size: 16px;
  }
  .kfsi-search-form-input-keyword-item strong {
    color: #006f9c;
  }
  .kfsi-search-form-input-remove {
    position: relative;
    z-index: 20;
    min-width: 20px;
    height: 20px;
    margin: 0 6px;
    background: #ddd url(../images/icon/ico-search-remove.png) no-repeat 50% 50%;
    background-size: 10px 10px;
    border: 0;
    border-radius: 20px;
    font-size: 0;
  }
  .kfsi-search-form-input-search {
    position: relative;
    z-index: 20;
    min-width: 44px;
    height: 44px;
    margin-right: -8px;
    background: url(../images/icon/ico-search-lg.png) no-repeat 50% 50%;
    background-size: 20px 20px;
    border: none;
    font-size: 0;
  }
  .kfsi-search-form-input.active::before {
    display: block;
  }
  .kfsi-search-form-input.active .kfsi-search-form-input-keyword {
    display: block;
  }
  .kfsi-search-form-filter {
    position: relative;
    z-index: 20;
    background: #fff;
    padding: 30px 0 2px;
    display: none;
    display: block;
  }
  .kfsi-search-form-filter.active {
    display: block;
  }
  .kfsi-search-form-filter.active .kfsi-search-form-filter-title {
    border-color: #004d16;
  }
  .kfsi-search-form-filter.active .kfsi-search-form-filter-title:after {
    transform: rotate(180deg);
  }
  .kfsi-search-form-filter.active .kfsi-search-form-filter-box {
    display: block;
  }
  .kfsi-search-form-filter-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: solid 1px #999;
    background: #ebf2f5;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-search-form-filter-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 13px;
    height: 8px;
    margin-top: -4px;
    background: #ebf2f5 url(../images/icon/ico-search-arrow02.png) no-repeat 50% 50%;
    background-size: 13px 8px;
    transition: all 0.2s ease;
  }
  .kfsi-search-form-filter-box {
    display: none;
    padding: 4px 16px 20px 16px;
    border: solid 1px #004d16;
    border-top: none;
  }
  .kfsi-search-form-filter-contents dl {
    display: block;
    height: auto;
    margin: 0;
    padding: 12px 0 16px 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-search-form-filter-contents dl dt {
    min-width: 134px;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-search-form-filter-contents dl dd {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: noWrap;
  }
  .kfsi-search-form-filter-radio {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  .kfsi-search-form-filter-radio .form-check {
    position: relative;
    min-height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .kfsi-search-form-filter-radio .form-check-input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .kfsi-search-form-filter-radio .form-check-input:checked ~ .form-check-label {
    color: #054a9d;
    border-color: #054a9d;
  }
  .kfsi-search-form-filter-radio .form-check-label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: auto;
    margin: 0;
    padding: 0 10px;
    min-width: auto;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: solid 1px #999;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    cursor: pointer;
  }
  .kfsi-search-form-filter-date {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin: 0 5px 0 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #666;
  }
  .kfsi-search-form-filter-date .form-control {
    min-width: auto;
    width: 100%;
  }
  .kfsi-search-form-filter-input {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
  }
  .kfsi-search-form-filter-check {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .kfsi-search-form-filter-check--check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .kfsi-search-form-filter-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .kfsi-search-form-filter__close {
    display: none;
  }
  .kfsi-search-text {
    padding: 36px 0 18px 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-search-text p {
    margin: 8px 0 0 0;
  }
  .kfsi-search-text p:first-child {
    margin: 0;
  }
  .kfsi-search-text__link {
    margin-top: 16px;
  }
  .kfsi-search-text__link a {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #004d16;
  }
  .kfsi-search-tab {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
    z-index: 20;
  }
  .kfsi-search-tab-item {
    width: 100%;
    height: 100%;
  }
  .kfsi-search-tab-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #666;
  }
  .kfsi-search-tab-item:first-child a {
    border-left: none;
  }
  .kfsi-search-tab-item.active a {
    background-color: #004d16;
    color: #fff;
    font-weight: bold;
  }
  .kfsi-search-sort {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0 0 0;
  }
  .kfsi-search-sort-item {
    display: none;
  }
  .kfsi-search-sort select {
    display: block;
    border: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #333;
  }
  .kfsi-search-sort + .kfsi-search-section {
    padding-top: 8px;
  }
  .kfsi-search-section {
    padding-top: 40px;
  }
  .kfsi-search-section .point {
    background-color: #ebf2f5 !important;
    color: #004d16 !important;
  }
  .kfsi-search-section-title {
    display: flex;
    align-items: center;
    height: 54px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-search-section-list-item {
    border-bottom: 1px solid #ccc;
  }
  .kfsi-search-section-list-item a {
    display: block;
    padding: 18px 0 15px;
  }
  .kfsi-search-section-list-item__title {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-search-section-list-item__text {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-search-section-list-item__info {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
  }
  .kfsi-search-section-list-item__info span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-search-section-list-item__info span::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    margin: 0 10px;
    background-color: #ccc;
  }
  .kfsi-search-section-list-item__info span:first-child:before {
    display: none;
  }
  .kfsi-search-section-list-item__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .kfsi-search-section-list-item__breadcrumb span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-search-section-list-item__breadcrumb span:before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../images/icon/ico-search-arrow03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-search-section-list-item__breadcrumb span:first-child::before {
    display: none;
  }
  .kfsi-search-section-list__none {
    padding: 20px 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-search-section-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  .kfsi-search-section-button .btn {
    min-width: 200px;
  }
  .kfsi-search-index {
    margin: 0 0;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword {
    width: 100%;
    margin: 22px auto 40px auto;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl {
    position: relative;
    display: block;
    min-height: 55px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl:last-child {
    border-bottom: none;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl dt {
    min-width: 104px;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl dd .btn {
    gap: 16px;
    height: 35px;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl dd .btn-white {
    background-color: #f7f7f7;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword dl dd .btn-link {
    position: absolute;
    top: 8px;
    right: 0;
    gap: 8px;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword-list-button {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword-list-remove {
    padding: 0 20px 0 0;
    border: 0;
    background: none;
    background: url(../images/icon/ico-delete.png) no-repeat 100% 50%;
    background-size: 10px 10px;
  }
  .kfsi-search-index .kfsi-header-head-search-keyword-list > .btn {
    padding: 0;
  }
}
.kfsi-check {
  margin-top: 40px;
}
.kfsi-check-item {
  margin-top: 50px;
}
.kfsi-check-item:first-child {
  margin-top: 0;
}
.kfsi-check-item .kfsi-h4 {
  margin-bottom: 16px;
}
.kfsi-check-text {
  word-break: keep-all;
}
.kfsi-check-img {
  text-align: center;
}
.kfsi-check-img img {
  max-width: 100%;
}
.kfsi-check-button {
  display: flex;
  gap: 16px;
}
.kfsi-check-button .btn {
  min-width: 250px;
}
.kfsi-check-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kfsi-check-info dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 24px 24px 23px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.kfsi-check-info dl dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-check-info dl dd {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-check-info dl dd img {
  display: block;
  margin-bottom: 10px;
}
.kfsi-check-listnumber {
  margin: 0 150px 0 20px;
}
.kfsi-check-listnumber ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-check-listnumber ol li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-check-listnumber {
    margin: 0 16px;
  }
  .kfsi-check-listnumber ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-check-listnumber ol li {
    margin: 0;
    padding: 0;
  }
}
.kfsi-check-listdownload {
  margin: 0 16px;
}
.kfsi-check-listdownload ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-check-listdownload ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-check-listdownload ul li .btn {
  min-width: 140px;
}
@media screen and (max-width: 992px) {
  .kfsi-check-listdownload {
    margin: 0 0;
  }
  .kfsi-check-listdownload ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-check-listdownload ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .kfsi-check-listdownload ul li .btn {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .kfsi-check {
    margin-top: 30px;
  }
  .kfsi-check-item {
    margin-top: 38px;
  }
  .kfsi-check-item:first-child {
    margin-top: 0;
  }
  .kfsi-check-item .kfsi-h4 {
    margin-bottom: 16px;
  }
  .kfsi-check-text {
    word-break: keep-all;
  }
  .kfsi-check-img {
    text-align: center;
  }
  .kfsi-check-button {
    display: flex;
    gap: 8px;
  }
  .kfsi-check-button .btn {
    min-width: auto !important;
    width: 100%;
    min-width: auto;
  }
  .kfsi-check-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kfsi-check-info dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 24px 24px 23px;
    border-radius: 20px;
    background-color: #f7f7f7;
  }
  .kfsi-check-info dl dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-check-info dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #666;
  }
  .kfsi-check-info dl dd img {
    display: block;
    margin-bottom: 8px;
  }
}
.kfsi-career-agree {
  width: 1240px;
  padding: 20px 24px;
  background-color: #f7f7f7;
}
.kfsi-career-agree__body .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kfsi-career-agree__body .accordion-item {
  border: solid 1px #ccc;
  border-radius: 0;
}
.kfsi-career-agree__body .accordion-header {
  border: none;
}
.kfsi-career-agree__body .accordion-header .form-check {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  margin: 0;
  padding: 0 20px;
}
.kfsi-career-agree__body .accordion-header .form-check-input {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 2px;
}
.kfsi-career-agree__body .accordion-header .form-check-label {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-career-agree__body .accordion-body {
  border-top: 1px solid #999;
}
.kfsi-career-agree__body .accordion-button {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.kfsi-career-agree__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.kfsi-career-agree__button p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.kfsi-career-agree__button p .btn {
  min-width: 140px;
}
.kfsi-career-agree__text {
  display: flex;
  gap: 4px;
}
.kfsi-career-agree__text::before {
  content: "※";
}
.kfsi-career-table .kfsi-table table {
  border-top: 2px solid #004d16;
}
.kfsi-career-table .kfsi-table table .form-control,
.kfsi-career-table .kfsi-table table .dropdown-toggle {
  width: 100%;
  min-width: auto;
}
.ses-main h1, .ses-main .h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.ses-main h1 img, .ses-main .h1 img {
  height: 30px;
}
.ses-main-inner {
  width: 1200px;
  margin: 0 auto;
}
.ses-main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.ses-main-link {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.ses-main-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  padding: 50px;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  background: linear-gradient(112deg, #1e863c -3.62%, #0f6327 101.63%);
}
.ses-main-link-item img {
  width: 140px;
}
.ses-main-link-item-text p {
  margin: 0 0 30px 0;
  color: #fff;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ses-main-link-item-text p strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ses-main-link-item-text a {
  display: inline-flex;
  height: 40px;
  padding: 0 50px;
  justify-content: center;
  align-items: center;
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
}
.ses-main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.ses-main-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  background: #f1f1f1;
}
.ses-main-menu-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.ses-main-menu-item p {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ses-main-menu-item p strong {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .ses-main h1, .ses-main .h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .ses-main h1 img, .ses-main .h1 img {
    height: 20px;
  }
  .ses-main .kfsi-inner {
    padding: 0 16px;
  }
  .ses-main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .ses-main-logo img {
    height: 30px;
  }
  .ses-main-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .ses-main-link-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 25px;
    align-items: center;
    text-align: center;
    gap: 24px;
    border-radius: 10px;
    background: linear-gradient(112deg, #1e863c -3.62%, #0f6327 101.63%);
  }
  .ses-main-link-item img {
    width: 70px;
  }
  .ses-main-link-item-text p {
    margin: 0 0 30px 0;
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ses-main-link-item-text p strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .ses-main-link-item-text a {
    display: inline-flex;
    height: 40px;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
    color: #004d16;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.8);
  }
  .ses-main-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
  }
  .ses-main-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 25px 25px 40px 25px;
    border-radius: 10px;
    background: #f1f1f1;
  }
  .ses-main-menu-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }
  .ses-main-menu-item__img img {
    transform: scale(0.7);
  }
  .ses-main-menu-item p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ses-main-menu-item p strong {
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.ses-application {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}
.ses-application dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ses-application dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0 0 5px 0;
  padding: 0;
  border-radius: 10px;
  background: #0f6327;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  letter-spacing: 0.51px;
}
.ses-application dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.ses-application dl dd p {
  margin: 24px 0 0 0;
  color: #d93600;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.ses-application > strong {
  display: flex;
  align-items: center;
  min-width: 60px;
  width: 60px;
  height: 70px;
  padding: 0 8px;
  background: url(./../images/ses/arrow.png) no-repeat 50% 50%;
  background-size: cover;
  color: #0a60ac;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
}
@media screen and (max-width: 992px) {
  .ses-application {
    flex-direction: column;
  }
  .ses-application > strong {
    transform: rotate(90deg);
  }
}

.kfsi-footer-ses {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 40px 0 16px 0;
}
.kfsi-footer-ses img {
  height: 20px;
}
.kfsi-footer-ses p {
  margin: 0;
  color: #fff;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
@media screen and (max-width: 992px) {
  .kfsi-footer-ses {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px 16px 16px;
  }
  .kfsi-footer-ses img {
    height: 20px;
  }
  .kfsi-footer-ses p {
    margin: 0;
    color: #fff;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    text-align: center;
  }
  .kfsi-footer-ses p strong {
    display: block;
    margin-bottom: 8px;
  }
  .kfsi-footer-ses p br {
    display: none;
  }
}

.kfsi-header-head-menu-logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 30px;
}
.kfsi-header-head-menu-logo img {
  height: 30px;
}

:focus-visible {
  outline: 3px dotted red !important;
  outline-offset: -2px;
}

#header {
  position: relative;
  z-index: 100;
}

#footer {
  position: relative;
}

@keyframes slideIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pc {
  display: block;
}

td.pc {
  display: table-cell;
}

tr.pc {
  display: table-row;
}

.mo {
  display: none;
}

@media screen and (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  tr.mo {
    display: table-row !important;
  }
}
table {
  position: relative;
}
table caption {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: noWrap;
}

.hide,
.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: noWrap;
}

/*스킵 네비게이션 */
#skip {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  font-size: 16px;
  top: -10.5em;
  left: 0;
  z-index: 999;
}

#skip a:focus-visible,
#skip a:active {
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  height: 2em;
  top: 10.5em;
  z-index: 999;
  text-align: center;
  color: #fff;
  background: #333;
  overflow: visible;
  clip: unset;
  outline: 3px dotted #ff0000;
  margin: 2px -2px 0;
}

html,
body {
  min-width: 1240px;
  color: #000;
}
@media screen and (max-width: 992px) {
  html,
  body {
    min-width: 100%;
    font-size: 15px;
  }
}

html.oacxHtml {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 60;
  }
}
@media screen and (max-width: 992px) {
  .mo-d-grid {
    display: grid !important;
  }
  .mo-d-flex {
    display: flex !important;
  }
  .mo-d-block {
    display: block !important;
  }
  .mo-d-none {
    display: none !important;
  }
  .mo-align-items-start {
    align-items: flex-start !important;
  }
  .mo-align-items-end {
    align-items: flex-end !important;
  }
  .mo-justify-content-start {
    justify-content: flex-start !important;
  }
  .mo-justify-content-center {
    justify-content: center !important;
  }
  .mo-justify-content-end {
    justify-content: flex-end !important;
  }
  .mo-flex-row {
    flex-direction: row !important;
  }
  .mo-flex-column {
    flex-direction: column !important;
  }
  .mo-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .mo-flex-nowrap {
    flex-wrap: nowrap;
  }
  .mo-flex-wrap {
    flex-wrap: wrap;
  }
  .mo-w-auto {
    width: auto !important;
  }
  .mo-w-100 {
    width: 100% !important;
  }
  .mo-w-50 {
    width: 50% !important;
  }
  .mo-h-40 {
    height: 40px !important;
  }
  .mo-text-center {
    text-align: center !important;
  }
  .mo-border-start-0 {
    border-left: 0 !important;
  }
  .mo-position-relative {
    position: relative !important;
  }
}
@media screen and (max-width: 992px) {
  .kfsi {
    overflow: visible;
  }
}
.kfsi-url {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-url {
    padding: 0 16px;
  }
}
.kfsi-inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .kfsi-inner {
    width: 100%;
  }
}
.kfsi-header {
  position: relative;
  z-index: 60;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
}
.kfsi-header-head > .kfsi-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.kfsi-header-head h1 a, .kfsi-header-head .h1 a {
  display: flex;
}
.kfsi-header-head-menu {
  display: flex;
  gap: 10px;
}
.kfsi-header-head-menu .btn-search {
  width: 33px;
  margin-right: 10px;
  padding: 0;
}
.kfsi-header-head-menu > .btn-primary {
  border-color: #e4f2d3;
  background-color: #e4f2d3;
  color: #004d16;
}
.kfsi-header-head-search {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  min-height: 311px;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #e4f2d3;
  display: none;
}
.kfsi-header-head-search .kfsi-inner {
  position: relative;
  padding: 84px 0 0 0;
}
.kfsi-header-head-search-form {
  display: flex;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  padding-right: 16px;
  border-radius: 30px;
  border: solid 3px #004d16;
  background-color: #fff;
  overflow: hidden;
}
.kfsi-header-head-search-form .form-control {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 36px;
}
.kfsi-header-head-search-form button {
  width: 54px;
  height: 54px;
  background: url(../images/icon/ico-search-lg.png) no-repeat 50% 50%;
  background-size: 25px 25px;
  border: none;
  font-size: 0;
}
.kfsi-header-head-search-keyword {
  width: 1200px;
  margin: 22px auto 40px auto;
}
.kfsi-header-head-search-keyword dl {
  display: flex;
  align-items: center;
  min-height: 55px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.kfsi-header-head-search-keyword dl:last-child {
  border-bottom: none;
}
.kfsi-header-head-search-keyword dl dt {
  min-width: 104px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
  white-space: noWrap;
}
.kfsi-header-head-search-keyword dl dd {
  width: 100%;
  margin: 0;
  padding: 0;
}
.kfsi-header-head-search-keyword dl dd .btn {
  gap: 16px;
}
.kfsi-header-head-search-keyword-list {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
.kfsi-header-head-search-keyword-list-button {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 6px;
  flex-wrap: wrap;
}
.kfsi-header-head-search-keyword-list-remove {
  padding: 0 20px 0 0;
  border: 0;
  background: none;
  background: url(../images/icon/ico-delete.png) no-repeat 100% 50%;
  background-size: 10px 10px;
}
.kfsi-header-head-search-keyword-list > .btn {
  padding: 0;
}
.kfsi-header-head-search-keyword-list .btn-link {
  color: #000;
  text-decoration: none !important;
}
.kfsi-header-head-search-close {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/ico-search-close.png) no-repeat 50% 50%;
  border: none;
  background-size: 30px 30px;
  font-size: 0;
}
.kfsi-header-foot {
  border-top: solid 1px #ccc;
}
.kfsi-header-foot .kfsi-inner {
  position: relative;
}
.kfsi-header-logo img {
  width: 167px;
}
.kfsi-header-gnb {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 58px;
}
.kfsi-header-gnb-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.kfsi-header-gnb-item:first-child > a::before {
  display: none;
}
.kfsi-header-gnb-item > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  transition: all 0.2s ease;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.kfsi-header-gnb-item > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #d5d5d5;
  position: absolute;
  left: -20px;
}
.kfsi-header-gnb-item > a::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: url(../images/icon/ico-gnb-arrow.svg) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-header-gnb-item:focus-within > a, .kfsi-header-gnb-item:hover > a {
  color: #004d16;
  border-bottom-color: #004d16;
}
.kfsi-header-gnb-item:focus-within > a::after, .kfsi-header-gnb-item:hover > a::after {
  background: url(../images/icon/ico-gnb-arrow-hover.svg) no-repeat 50% 50%;
}
.kfsi-header-gnb-item:focus-within .kfsi-header-gnb-item-depth, .kfsi-header-gnb-item:hover .kfsi-header-gnb-item-depth {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.kfsi-header-gnb-item-depth {
  position: absolute;
  top: 59px;
  left: calc(-1 * (100vw - 1256px) / 2);
  right: calc(-1 * (100vw - 1256px) / 2);
  min-height: 164px;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.kfsi-header-gnb-item-depth.active {
  opacity: 1;
  visibility: visible;
}
.kfsi-header-gnb-item-depth .kfsi-inner {
  display: flex;
  gap: 20px;
}
.kfsi-header-gnb-item-depth dl {
  width: 190px;
  margin: 0 0 30px 0;
  padding: 0;
}
.kfsi-header-gnb-item-depth dl dt {
  margin-bottom: 13px;
  padding: 27px 0 9px 0;
  border-bottom: 1px solid #004d16;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-header-gnb-item-depth dl dt.kfsi-header-gnb-item-depth-line2 {
  padding-top: 40px;
  min-height: 80px;
}
.kfsi-header-gnb-item-depth dl dt a {
  padding: 20px 0;
  color: #000;
}
.kfsi-header-gnb-item-depth dl dd a {
  display: flex;
  gap: 9px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.kfsi-header-gnb-item-depth dl dd a.active {
  font-weight: bold;
  color: #004d16;
  background: #f1f1f1;
}
.kfsi-header-gnb-item-depth dl dd a:hover {
  color: #004d16;
  background: #f1f1f1;
}
.kfsi-header-gnb-item-depth dl dd a:first-child {
  margin-top: 0;
}
.kfsi-header-gnb-item-depth dl dd a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: 9px;
  background-color: #004d16;
  border-radius: 4px;
}
.kfsi-header-menu {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: 620px;
}
.kfsi-header-menu__open {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon/ico-menu.svg) no-repeat 100% 50%;
  background-size: 25px 22px;
  font-size: 0;
}
.kfsi-header-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon/ico-menu-close.png) no-repeat 100% 50%;
  background-size: 23px 20px;
  font-size: 0;
  display: none;
}
.kfsi-header-menu-wrap {
  position: absolute;
  top: 60px;
  right: 0;
  width: 1240px;
  height: calc(100vh - 240px);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #004d16;
  background-color: #fff;
  display: none;
  overflow: auto;
}
.kfsi-header-menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-header-menu-title-link {
  display: none;
}
.kfsi-header-menu-contents {
  display: flex;
  gap: 20px;
  height: calc(100% - 40px);
}
.kfsi-header-menu-nav {
  min-width: 190px;
}
.kfsi-header-menu-nav-item {
  display: flex;
  align-items: center;
  padding: 12.5px 22px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-header-menu-nav-item.active {
  background-color: #004d16;
  color: #fff;
}
.kfsi-header-menu-nav-item--new {
  font-size: 16px;
  background: #f7f7f7;
}
.kfsi-header-menu-list {
  width: 100%;
  overflow: auto;
}
.kfsi-header-menu-list-item {
  margin-bottom: 30px;
}
.kfsi-header-menu-list-item h4, .kfsi-header-menu-list-item .h4 {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 16px;
  border-bottom: 2px solid #004d16;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-header-menu-list-item-contents {
  display: flex;
  padding: 0 0;
  flex-wrap: wrap;
}
.kfsi-header-menu-list-item-contents dl {
  min-width: 200px;
  margin: 0 0 4px 0;
  padding: 0 0 0 16px;
}
.kfsi-header-menu-list-item-contents dl dt {
  padding: 22px 0 14px 0;
}
.kfsi-header-menu-list-item-contents dl dt a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-header-menu-list-item-contents dl dd > a {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.kfsi-header-menu-list-item-contents dl dd > a:first-child {
  margin-top: 0;
}
.kfsi-header-menu-list-item-contents dl dd > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  min-width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #004d16;
}
.kfsi-header-menu-list-item-contents-depth {
  margin: 6px 0 0 16px;
}
.kfsi-header-menu-list-item-contents-depth a {
  display: flex;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-header-menu-list-item-contents-depth a::before {
  content: "-";
  display: block;
  margin-right: 3px;
}
.kfsi-header-menu-list-item-contents-depth a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 16px;
  }
  .kfsi-header-head > .kfsi-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
  }
  .kfsi-header-head-search {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    min-height: 65px;
    padding: 0 50px 0 16px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #e5eef2;
    display: none;
  }
  .kfsi-header-head-search .kfsi-inner {
    position: relative;
    padding: 12px 0 0 0;
  }
  .kfsi-header-head-search-form {
    display: flex;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding-right: 16px;
    border-radius: 30px;
    border: solid 2px #004d16;
    background-color: #fff;
    overflow: hidden;
  }
  .kfsi-header-head-search-form .form-control {
    min-height: auto;
    height: 100%;
    border: none;
    padding: 0 20px;
    font-size: 16px;
  }
  .kfsi-header-head-search-form button {
    display: none;
  }
  .kfsi-header-head-search-keyword {
    width: 1200px;
    margin: 22px auto 40px auto;
  }
  .kfsi-header-head-search-keyword dl {
    display: flex;
    align-items: center;
    min-height: 55px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-header-head-search-keyword dl:last-child {
    border-bottom: none;
  }
  .kfsi-header-head-search-keyword dl dt {
    min-width: 104px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
    white-space: noWrap;
  }
  .kfsi-header-head-search-keyword dl dd {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .kfsi-header-head-search-keyword dl dd .btn {
    gap: 16px;
  }
  .kfsi-header-head-search-keyword-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .kfsi-header-head-search-keyword-list-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .kfsi-header-head-search-keyword-list-remove {
    padding: 0 20px 0 0;
    border: 0;
    background: none;
    background: url(../images/icon/ico-delete.png) no-repeat 100% 50%;
    background-size: 10px 10px;
  }
  .kfsi-header-head-search-keyword-list > .btn {
    padding: 0;
  }
  .kfsi-header-head-search-close {
    position: absolute;
    top: 12px;
    right: -42px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon/ico-search-close.png) no-repeat 50% 50%;
    border: none;
    background-size: 16px 16px;
    font-size: 0;
  }
  .kfsi-header-main {
    display: none;
  }
  .kfsi-header-logo {
    padding: 10px 0 0 0;
  }
  .kfsi-header-logo img {
    width: 125px;
  }
  .kfsi-header-back {
    display: flex;
    align-items: center;
    min-width: 60px;
    height: 100%;
  }
  .kfsi-header-back button {
    border: 0;
    width: 20px;
    height: 20px;
    background: url(../images/mo/icon/ico-header-back.svg) no-repeat 50% 50%;
    background-size: 11px 18px;
    font-size: 0;
  }
  .kfsi-header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 120px);
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-header-home {
    border: 0;
    width: 20px;
    height: 20px;
    background: url(../images/mo/icon/ico-header-home.svg) no-repeat 50% 50%;
    background-size: 16px 16px;
    font-size: 0;
  }
  .kfsi-header-search {
    border: 0;
    width: 20px;
    height: 20px;
    background: url(../images/mo/icon/ico-header-search.svg) no-repeat 50% 50%;
    background-size: 18px 18px;
    font-size: 0;
  }
  .kfsi-header-menu {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .kfsi-header-menu__open {
    position: absolute;
    top: 13px;
    right: 16px;
    display: block;
    width: 24px;
    height: 22px;
    background: url(../images/icon/ico-menu.svg) no-repeat 100% 50%;
    background-size: 18px 16px;
    font-size: 0;
  }
  .kfsi-header-menu__close {
    position: absolute;
    top: 13px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/ico-menu-close.png) no-repeat 100% 50%;
    background-size: 20px 20px;
    font-size: 0;
    display: none;
  }
  .kfsi-header-menu-wrap {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    box-shadow: none;
    border: solid 1px #004d16;
    border: none;
    background-color: #fff;
  }
  .kfsi-header-menu-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 0;
  }
  .kfsi-header-menu-title-link {
    display: flex;
    align-items: center;
  }
  .kfsi-header-menu-title-link hr {
    min-width: 1px;
    width: 1px;
    height: 12px;
    margin: 0 24px;
    background-color: #ccc;
    opacity: 1;
  }
  .kfsi-header-menu-title-link a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #333;
  }
  .kfsi-header-menu-contents {
    display: flex;
    gap: 0;
    height: calc(100% - 40px);
  }
  .kfsi-header-menu-nav {
    min-width: 130px;
    border-right: solid 1px #ccc;
  }
  .kfsi-header-menu-nav-item {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border: 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    word-break: keep-all;
  }
  .kfsi-header-menu-nav-item.active {
    background-color: #fff;
    color: #004d16;
  }
  .kfsi-header-menu-list {
    width: 100%;
    overflow: auto;
  }
  .kfsi-header-menu-list-item {
    margin-bottom: 30px;
    display: none;
  }
  .kfsi-header-menu-list-item.active {
    display: block;
  }
  .kfsi-header-menu-list-item h4, .kfsi-header-menu-list-item .h4 {
    display: none;
  }
  .kfsi-header-menu-list-item-contents {
    display: flex;
    padding: 0 16px;
    flex-wrap: wrap;
  }
  .kfsi-header-menu-list-item-contents dl {
    width: 100%;
    min-width: 194px;
    margin: 0;
    padding: 0;
  }
  .kfsi-header-menu-list-item-contents dl.active dt::after {
    background: url(../images/icon/ico-nav-minus.svg) no-repeat 50% 50%;
  }
  .kfsi-header-menu-list-item-contents dl.active dd {
    display: block;
  }
  .kfsi-header-menu-list-item-contents dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0 13px 0;
  }
  .kfsi-header-menu-list-item-contents dl dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon/ico-nav-plus.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-header-menu-list-item-contents dl dt a {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-header-menu-list-item-contents dl.kfsi-header-menu-list-item-contents-depth-no dt::after {
    display: none;
  }
  .kfsi-header-menu-list-item-contents dl dd {
    display: none;
  }
  .kfsi-header-menu-list-item-contents dl dd > a {
    position: relative;
    display: block;
    margin-top: 6px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .kfsi-header-menu-list-item-contents dl dd > a:first-child {
    margin-top: 0;
  }
  .kfsi-header-menu-list-item-contents dl dd > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    min-width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #004d16;
  }
  .kfsi-header-menu-list-item-contents-depth {
    margin: 6px 0 0 16px;
  }
  .kfsi-header-menu-list-item-contents-depth a {
    display: flex;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-header-menu-list-item-contents-depth a::before {
    content: "-";
    display: block;
    margin-right: 3px;
  }
  .kfsi-header-menu-list-item-contents-depth a:last-child {
    margin-bottom: 0;
  }
  .kfsi-header-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .kfsi-header-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .kfsi--menu .kfsi-body {
    min-height: auto;
    height: 640px;
  }
}
.kfsi--menu .kfsi-header-menu__open {
  display: none;
}
.kfsi--menu .kfsi-header-menu__close {
  display: block;
}
.kfsi--menu .kfsi-header-menu-wrap {
  display: block;
}
.kfsi--search .kfsi-header-head-search {
  display: block;
}
@media screen and (max-width: 992px) {
  .kfsi--main .kfsi-header-sub {
    display: none;
  }
  .kfsi--main .kfsi-header-main {
    display: flex;
  }
}
.kfsi-footer {
  position: relative;
  background-color: #666;
  z-index: 60;
}
.kfsi-footer .kfsi-inner {
  position: relative;
}
.kfsi-footer-site {
  position: relative;
  height: 55px;
  background-color: #999;
  background-color: #787878;
}
.kfsi-footer-site-select {
  position: relative;
  width: 230px;
}
.kfsi-footer-site-select button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  height: 55px;
  padding: 0 24px;
  background: none;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.kfsi-footer-site-select button::after {
  content: "+";
  display: block;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.kfsi-footer-site-select ul {
  position: absolute;
  z-index: 50;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 5px 0;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  background-color: #fff;
  display: none;
}
.kfsi-footer-site-select ul li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-footer-site-select ul li a:hover {
  background-color: #ebf2f5;
}
.kfsi-footer-site-select.active button::after {
  content: "-";
}
.kfsi-footer-site-select.active ul {
  display: block;
}
.kfsi-footer-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 0 13px 0;
}
.kfsi-footer-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 0 30px 0;
  border-top: 1px solid #999;
}
.kfsi-footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 9px;
}
.kfsi-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.9px;
  text-align: left;
  color: #fff;
  white-space: noWrap;
}
.kfsi-footer-menu a strong {
  color: #d7f2f9;
}
.kfsi-footer-menu a:after {
  content: "";
  display: block;
  width: 2px;
  height: 11px;
  background-color: #fff;
}
.kfsi-footer-menu a:last-child::after {
  display: none;
}
.kfsi-footer-menu a.underline {
  text-decoration: underline;
}
.kfsi-footer-accessibility {
  margin-bottom: 8px;
  text-align: right;
}
.kfsi-footer-link {
  position: absolute;
  right: 0;
  bottom: 117px;
}
.kfsi-footer-link a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: right;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none !important;
}
.kfsi-footer-link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/icon/ico-footer-arrow.png) no-repeat 50% 50%;
}
.kfsi-footer-sns {
  display: flex;
  gap: 14px;
  margin-bottom: 5px;
}
.kfsi-footer-sns a {
  width: 30px;
  height: 30px;
  font-size: 0;
}
.kfsi-footer-sns-kakao {
  background: url(../images/icon/sns-kakao.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-footer-sns-youtube {
  background: url(../images/icon/sns-youtube.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-footer-sns-facebook {
  background: url(../images/icon/sns-facebook.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-footer-sns-instagram {
  background: url(../images/icon/sns-instagram.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-footer-sns-webzine {
  background: url(../images/icon/sns-webzine.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-footer-copyright {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: left;
  color: #ccc;
}
.kfsi-footer address {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.kfsi-footer address > img {
  display: block;
  width: 168px;
  margin-bottom: 20px;
}
.kfsi-footer address a {
  color: #fff;
  text-decoration: underline;
}
.kfsi-footer address p {
  display: inline;
  margin: 0;
}
.kfsi-footer-modal {
  width: 1200px;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  .kfsi-footer {
    position: relative;
    background-color: #666;
  }
  .kfsi-footer .kfsi-inner {
    position: relative;
  }
  .kfsi-footer-site {
    position: relative;
    height: 55px;
    background-color: #999;
  }
  .kfsi-footer-site-select {
    position: relative;
    width: 100%;
  }
  .kfsi-footer-site-select button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    padding: 0 24px;
    background: none;
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .kfsi-footer-site-select button::after {
    content: "+";
    display: block;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .kfsi-footer-site-select ul {
    position: absolute;
    top: 55px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ccc;
    background-color: #fff;
    display: none;
  }
  .kfsi-footer-site-select ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-footer-site-select ul li a:hover {
    background-color: #ebf2f5;
  }
  .kfsi-footer-site-select.active ul {
    display: block;
  }
  .kfsi-footer-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 16px;
  }
  .kfsi-footer-foot {
    display: block;
    padding: 16px 16px;
    border-top: 1px solid #999;
  }
  .kfsi-footer-menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 9px;
  }
  .kfsi-footer-menu a {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: left;
    color: #fff;
  }
  .kfsi-footer-menu a strong {
    color: #d7f2f9;
  }
  .kfsi-footer-menu a:after {
    content: "";
    display: block;
    width: 2px;
    height: 11px;
    background-color: #fff;
  }
  .kfsi-footer-menu a:last-child::after {
    display: none;
  }
  .kfsi-footer-menu a.underline {
    text-decoration: underline;
  }
  .kfsi-footer-accessibility {
    display: none;
  }
  .kfsi-footer-link {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .kfsi-footer-link a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .kfsi-footer-link a:after {
    display: none;
  }
  .kfsi-footer-sns {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin: 10px 0 0 0;
  }
  .kfsi-footer-sns a {
    width: 30px;
    height: 30px;
    font-size: 0;
  }
  .kfsi-footer-sns-kakao {
    background: url(../images/icon/sns-kakao.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-footer-sns-youtube {
    background: url(../images/icon/sns-youtube.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-footer-sns-facebook {
    background: url(../images/icon/sns-facebook.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-footer-sns-instagram {
    background: url(../images/icon/sns-instagram.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-footer-sns-webzine {
    background: url(../images/icon/sns-webzine.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-footer-copyright {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.75px;
    text-align: left;
    color: #ccc;
  }
  .kfsi-footer address {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.38px;
    text-align: left;
    color: #fff;
  }
  .kfsi-footer address > img {
    display: block;
    width: 128px;
    margin-bottom: 20px;
  }
  .kfsi-footer address a {
    color: #fff;
    text-decoration: underline;
  }
  .kfsi-footer address p {
    display: flex;
    gap: 4px;
  }
  .kfsi-footer-modal {
    width: 100%;
    max-width: 100%;
  }
}
.kfsi-snb {
  width: 240px;
  height: 100%;
  min-width: 240px;
  padding: 36px 20px 29px;
  border-radius: 20px;
  border: solid 1px #ccc;
}
.kfsi-snb__title {
  margin-bottom: 1px;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #000;
}
.kfsi-snb__title h2, .kfsi-snb__title .h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.kfsi-snb-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.kfsi-snb-item:hover {
  color: #004d16;
}
.kfsi-snb-item.active {
  font-weight: bold;
  color: #004d16;
}
.kfsi-snb-item-sub .kfsi-snb-item:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/ico-snb-plus.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-snb-item-sub-list {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.kfsi-snb-item-sub-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 3px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-snb-item-sub-item:hover {
  color: #004d16;
}
.kfsi-snb-item-sub-item::before {
  content: "";
  display: block;
  min-width: 5px;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 5px;
}
.kfsi-snb-item-sub-item.active {
  font-weight: bold;
  color: #004d16;
}
.kfsi-snb-item-sub-item.active::before {
  background-color: #004d16;
}
.kfsi-snb-item-sub.active .kfsi-snb-item {
  font-weight: bold;
  color: #004d16;
}
.kfsi-snb-item-sub.active .kfsi-snb-item:after {
  background: url(../images/icon/ico-snb-minus.png) no-repeat 50% 50%;
  background-size: 16px 2px;
}
.kfsi-snb-item-sub.active .kfsi-snb-item-sub-list {
  max-height: 500px;
  padding: 16px 0;
  visibility: visible;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 992px) {
  .kfsi-snb {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .kfsi-snb__title {
    display: none;
  }
  .kfsi-snb-item {
    display: none;
  }
  .kfsi-snb-item-sub {
    display: none;
  }
  .kfsi-snb-item-sub.active {
    display: none;
  }
  .kfsi-snb-item-sub.active .kfsi-snb-item-sub-list {
    max-height: 500px;
    height: 41px;
    padding: 0 16px;
    visibility: visible;
    border: none;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  .kfsi-snb-item-sub-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .kfsi-snb-item-sub-item {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 100%;
    padding: 0 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    white-space: noWrap;
  }
  .kfsi-snb-item-sub-item:hover {
    color: #004d16;
  }
  .kfsi-snb-item-sub-item::before {
    display: none;
  }
}
.kfsi-body {
  position: relative;
  z-index: 50;
  display: flex;
  gap: 60px;
  min-height: 600px;
  padding: 50px 0 100px;
}
@media screen and (max-width: 992px) {
  .kfsi-body {
    flex-direction: column;
    gap: 0;
    min-height: 410px;
    padding: 0;
  }
}
.kfsi-main {
  position: relative;
  z-index: 50;
  width: 100%;
}
.kfsi-main-head {
  height: 458px;
  padding: 40px 0 0px 0;
  background: url(./../images/main/bg.png) no-repeat 50% 50%;
}
.kfsi-main-head > .kfsi-inner {
  display: flex;
  gap: 30px;
}
.kfsi-main-head-start {
  max-width: 820px;
}
.kfsi-main-head-end {
  width: 100%;
}
.kfsi-main-head-login {
  width: 100%;
  padding: 32px 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.kfsi-main-head-login p {
  margin: 0 0 20px 0;
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
}
.kfsi-main-head-login-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kfsi-main-head-login-button-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kfsi-main-head-login-button .btn {
  position: relative;
  height: 57px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
.kfsi-main-head-login-button .btn:hover, .kfsi-main-head-login-button .btn:active, .kfsi-main-head-login-button .btn:focus {
  border-color: #999;
}
.kfsi-main-head-login-button .btn-naver {
  background: #03c75a;
  border: none;
  color: #fff;
}
.kfsi-main-head-login-button .btn-naver::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 42px;
  height: 42px;
  background: url(./../images/main/ico-naver.svg) no-repeat 50% 50%;
}
.kfsi-main-head-login-button .btn-kakao {
  background: #f8e049;
  border: none;
}
.kfsi-main-head-login-button .btn-kakao::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 42px;
  height: 42px;
  background: url(./../images/main/ico-kakao.svg) no-repeat 50% 50%;
}
.kfsi-main-head-login-button .btn-simple {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
.kfsi-main-head-login-button .btn-simple::after {
  content: "";
  display: block;
  width: 170px;
  height: 30px;
  background: url(./../images/main/ico-simple.svg) no-repeat 50% 50%;
}
.kfsi-main-head-login-button .btn-one {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
.kfsi-main-head-login-button .btn-one::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(./../images/main/ico-one.svg) no-repeat 50% 50%;
}
.kfsi-main-head-login-button .btn-siren {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 30px;
}
.kfsi-main-head-login-button .btn-siren::after {
  content: "";
  display: block;
  width: 73px;
  height: 30px;
  background: url(./../images/main/ico-siren.svg) no-repeat 50% 50%;
}
.kfsi-main-head-my {
  width: 100%;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.kfsi-main-head-my > p {
  display: flex;
  height: 65px;
  padding: 16px 20px;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  margin: 0;
  background: #f7f7f7;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-main-head-my > p strong {
  color: #004d16;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-head-my ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-main-head-my ul li {
  margin: 0;
  padding: 24px;
  border-top: 1px solid #eee;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-main-head-my ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-main-head-my ul li p a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #579500;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
}
.kfsi-main-head-my ul li p a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./../images/main/ico-link.svg) no-repeat 50% 50%;
}
.kfsi-main-education {
  padding: 40px 0;
}
.kfsi-main-education h3, .kfsi-main-education .h3 {
  margin: 0 0 24px 0;
  color: #004d16;
  font-family: Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-education-inner {
  display: flex;
  gap: 20px;
}
.kfsi-main-education-thumb {
  min-width: 400px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff url(./../images/main/default.png) no-repeat 50% 50%;
  overflow: hidden;
}
.kfsi-main-education-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-main-education-info {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #f7f7f7;
}
.kfsi-main-education-info dl {
  margin: 0;
}
.kfsi-main-education-info dl dt {
  margin-bottom: 13px;
}
.kfsi-main-education-info dl dt p {
  margin: 2px 0 0 0;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.kfsi-main-education-info dl dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 0;
  column-gap: 0;
}
.kfsi-main-education-info dl dd ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  width: 43%;
}
.kfsi-main-education-info dl dd ul li:nth-child(2n-1) {
  width: 57%;
}
.kfsi-main-education-info dl dd ul li strong {
  min-width: 120px;
  width: 100px;
  font-weight: 400 !important;
}
.kfsi-main-education-info-button {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}
.kfsi-main-education-info-button .btn {
  width: 200px;
}
.kfsi-main-search {
  width: 100%;
  margin-top: 20px;
}
.kfsi-main-search-form {
  display: flex;
  border-radius: 25px;
  border: 2px solid #004d16;
  background: #fff;
  overflow: hidden;
  padding: 2px 16px;
}
.kfsi-main-search-form .form-control {
  width: 100%;
  height: 46px;
  padding: 0 30px;
  border: 0;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.kfsi-main-search-form button {
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border: 0;
  background: url(./../images/main/ico-search.svg) no-repeat 50% 50%;
  font-size: 0;
}
.kfsi-main-banner .swiper-slide img {
  width: 100%;
}
.kfsi-main-banner .swiper-slide a {
  display: block;
}
.kfsi-main-banner .swiper-slide a:focus-visible {
  border: 3px dashed red;
}
.kfsi-main-banner .swiper-button-prev, .kfsi-main-banner .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0 0 0 5px;
  min-width: 25px;
  height: 25px;
  font-size: 0;
}
.kfsi-main-banner .swiper-button-prev:after, .kfsi-main-banner .swiper-button-next:after {
  color: #000;
  font-size: 16px;
  display: none;
}
.kfsi-main-banner .swiper-button-prev {
  width: 25px;
  height: 25px;
  background: url(./../images/main/ico-prev.svg) no-repeat 50% 50%;
}
.kfsi-main-banner .swiper-button-next {
  width: 25px;
  height: 25px;
  background: url(./../images/main/ico-next.svg) no-repeat 50% 50%;
}
.kfsi-main-banner .swiper-button-pause {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background: url(../images/main/ico-pause.svg) no-repeat 50% 50%;
  font-size: 0;
}
.kfsi-main-banner .swiper-button-play {
  display: none;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background: url(../images/main/ico-play.svg) no-repeat 50% 50%;
  font-size: 0;
}
.kfsi-main-banner .swiper-pagination {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-right: 5px;
}
.kfsi-main-banner .swiper-pagination-fraction {
  color: #666;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-main-banner .swiper-pagination-current {
  color: #000;
}
.kfsi-main-banner.pause .swiper-button-pause {
  display: none;
}
.kfsi-main-banner.pause .swiper-button-play {
  display: block;
}
.kfsi-main-banner__button {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  width: 180px;
  height: 40px;
  padding: 0 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
}
.kfsi-main-board {
  width: 100%;
  padding: 50px 0;
}
.kfsi-main-board-wrap {
  display: flex;
  gap: 40px;
}
.kfsi-main-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.kfsi-main-board-head h3, .kfsi-main-board-head .h3 {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-board-head a {
  display: block;
  width: 46px;
  height: 46px;
  background: url(./../images/main/ico-more.svg) no-repeat 50% 50%;
  font-size: 0;
}
.kfsi-main-board-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kfsi-main-board-list-item {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-main-board-list-item p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-main-list {
  padding: 40px 0;
}
.kfsi-main-list h3, .kfsi-main-list .h3 {
  margin: 0 0 24px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-list-text__img {
  height: 105px;
}
.kfsi-main-list-text ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.kfsi-main-list-text ul li {
  list-style: none;
}
.kfsi-main-list-text ul li a {
  display: inline-flex;
  margin: 0;
  padding: 24px 20px 30px 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.kfsi-main-list-text ul li strong {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #004d16;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-list-text ul li p {
  margin: 10px 0 0 0;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.kfsi-main-list-text ul li:nth-child(1) img {
  width: 85px;
}
.kfsi-main-list-text ul li:nth-child(2) img {
  width: 92px;
}
.kfsi-main-list-text ul li:nth-child(3) img {
  width: 96px;
}
.kfsi-main-list-text ul li:nth-child(4) img {
  width: 104px;
}
@media screen and (max-width: 992px) {
  .kfsi-main-list-text__img {
    height: 70px;
  }
  .kfsi-main-list-text ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .kfsi-main-list-text ul li {
    list-style: none;
  }
  .kfsi-main-list-text ul li a {
    display: inline-flex;
    margin: 0;
    height: 100%;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .kfsi-main-list-text ul li strong {
    display: block;
    margin-top: 20px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-list-text ul li p {
    margin: 10px 0 0 0;
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .kfsi-main-list-text ul li:nth-child(1) img {
    width: 57px;
  }
  .kfsi-main-list-text ul li:nth-child(2) img {
    width: 65px;
  }
  .kfsi-main-list-text ul li:nth-child(3) img {
    width: 65px;
  }
  .kfsi-main-list-text ul li:nth-child(4) img {
    width: 73px;
  }
}
.kfsi-main-list-list {
  display: flex;
  gap: 20px;
}
.kfsi-main-list-list-item {
  width: 295px;
}
.kfsi-main-list-list-item-thumb {
  display: inline-flex;
  margin: 0 0 24px 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.kfsi-main-list-list-item-thumb p {
  margin: 0;
}
.kfsi-main-list-list-item-thumb img {
  width: 275px;
  height: 154px;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-main-list-list-item-text {
  padding: 0 10px;
}
.kfsi-main-list-list-item-text strong {
  color: #004d16;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-main-list-list-item-text p {
  margin: 10px 0 0 0;
  color: #333;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.kfsi-main-quick {
  padding: 60px 0;
  background: #f1f1f1;
}
.kfsi-main-quick .kfsi-inner {
  display: flex;
  gap: 100px;
}
.kfsi-main-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 232px;
  height: 232px;
  border-radius: 1000px;
  background: #fff;
}
.kfsi-main-quick-item p {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
}
.kfsi-main-quick-ico01 {
  width: 100px;
  height: 80px;
  background: url(./../images/main/quick-ico01.svg) no-repeat 50% 50%;
}
.kfsi-main-quick-ico02 {
  width: 100px;
  height: 80px;
  background: url(./../images/main/quick-ico02.svg) no-repeat 50% 50%;
}
.kfsi-main-quick-ico03 {
  width: 100px;
  height: 80px;
  background: url(./../images/main/quick-ico03.svg) no-repeat 50% 50%;
}
.kfsi-main-quick-ico04 {
  width: 100px;
  height: 80px;
  background: url(./../images/main/quick-ico04.svg) no-repeat 50% 50%;
}
.kfsi-main-quick-ico05 {
  width: 100px;
  height: 80px;
  background: url(./../images/main/quick-ico05.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-main {
    position: relative;
    z-index: 50;
    width: 100%;
  }
  .kfsi-main-head {
    height: auto;
    padding: 0 0 26px 0;
    background: none;
  }
  .kfsi-main-head > .kfsi-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .kfsi-main-head-start {
    max-width: 100%;
  }
  .kfsi-main-head-end {
    width: 100%;
  }
  .kfsi-main-head-login {
    width: 100%;
    padding: 29px 30px;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: none;
  }
  .kfsi-main-head-login p {
    font-size: 17px;
  }
  .kfsi-main-head-login-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-main-head-login-button-inner {
    display: flex;
    gap: 5px;
  }
  .kfsi-main-head-login-button-inner .btn {
    width: 100%;
  }
  .kfsi-main-head-login-button .btn {
    position: relative;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
  }
  .kfsi-main-head-login-button .btn-naver {
    background: #03c75a;
    border: none;
    color: #fff;
  }
  .kfsi-main-head-login-button .btn-naver::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 42px;
    height: 42px;
    background: url(./../images/main/ico-naver.svg) no-repeat 50% 50%;
  }
  .kfsi-main-head-login-button .btn-kakao {
    background: #f8e049;
    border: none;
  }
  .kfsi-main-head-login-button .btn-kakao::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 42px;
    height: 42px;
    background: url(./../images/main/ico-kakao.svg) no-repeat 50% 50%;
  }
  .kfsi-main-head-login-button .btn-simple {
    display: flex;
    padding: 0 20px 0 30px;
  }
  .kfsi-main-head-login-button .btn-one {
    display: flex;
    padding: 0 20px 0 30px;
  }
  .kfsi-main-head-login-button .btn-siren {
    display: flex;
    padding: 0 20px 0 30px;
  }
  .kfsi-main-head-my {
    width: auto;
    margin: 30px 16px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .kfsi-main-head-my > p {
    display: flex;
    height: 65px;
    padding: 16px 20px;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-main-head-my > p strong {
    color: #004d16;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-head-my ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-main-head-my ul li {
    margin: 0;
    padding: 24px 16px;
    border-top: 1px solid #eee;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-main-head-my ul li p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-main-head-my ul li p a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #8bc53f;
    color: #579500;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
  }
  .kfsi-main-head-my ul li p a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./../images/main/ico-link.svg) no-repeat 50% 50%;
  }
  .kfsi-main-education {
    margin: 0 16px;
    padding: 20px 0;
  }
  .kfsi-main-education h3, .kfsi-main-education .h3 {
    position: relative;
    bottom: -1px;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 0;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f7f7f7;
    color: #004d16;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-education-inner {
    display: flex;
    gap: 0;
  }
  .kfsi-main-education-thumb {
    display: none;
  }
  .kfsi-main-education-info {
    width: 100%;
    padding: 30px 16px;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
  }
  .kfsi-main-education-info dl {
    margin: 0;
  }
  .kfsi-main-education-info dl dt {
    margin-bottom: 12px;
  }
  .kfsi-main-education-info dl dt p {
    margin: 2px 0 0 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
  }
  .kfsi-main-education-info dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-main-education-info dl dd ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: 100% !important;
  }
  .kfsi-main-education-info dl dd ul li strong {
    font-weight: 400 !important;
  }
  .kfsi-main-education-info-button {
    display: flex;
    justify-content: end;
    margin-top: 20px;
  }
  .kfsi-main-education-info-button .btn {
    width: 100%;
  }
  .kfsi-main-search {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0 16px;
  }
  .kfsi-main-search-form {
    display: flex;
    border-radius: 25px;
    border: 2px solid #004d16;
    background: #fff;
    overflow: hidden;
  }
  .kfsi-main-search-form .form-control {
    width: 100%;
    height: 46px;
    padding: 0 30px;
    border: 0;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-main-search-form button {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    border: 0;
    background: url(./../images/main/ico-search.svg) no-repeat 50% 50%;
    font-size: 0;
  }
  .kfsi-main-banner {
    padding: 0 16px;
  }
  .kfsi-main-banner .swiper-slide img {
    width: 100%;
  }
  .kfsi-main-banner .swiper-button-prev, .kfsi-main-banner .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 0 0 5px;
    min-width: 25px;
    height: 25px;
    font-size: 0;
  }
  .kfsi-main-banner .swiper-button-prev:after, .kfsi-main-banner .swiper-button-next:after {
    color: #000;
    font-size: 16px;
    display: none;
  }
  .kfsi-main-banner .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: url(./../images/main/ico-prev.svg) no-repeat 50% 50%;
  }
  .kfsi-main-banner .swiper-button-next {
    width: 25px;
    height: 25px;
    background: url(./../images/main/ico-next.svg) no-repeat 50% 50%;
  }
  .kfsi-main-banner .swiper-button-pause {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background: url(../images/main/ico-pause.svg) no-repeat 50% 50%;
    font-size: 0;
  }
  .kfsi-main-banner .swiper-button-play {
    display: none;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/icon/ico-main-play.png) no-repeat 50% 50%;
    font-size: 0;
  }
  .kfsi-main-banner .swiper-pagination {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 50px;
    margin-right: 5px;
  }
  .kfsi-main-banner .swiper-pagination-fraction {
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-main-banner .swiper-pagination-current {
    color: #000;
  }
  .kfsi-main-banner.pause .swiper-button-pause {
    display: none;
  }
  .kfsi-main-banner.pause .swiper-button-play {
    display: block;
  }
  .kfsi-main-banner__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.8);
  }
  .kfsi-main-board {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .kfsi-main-board-wrap {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin: 0 0 20px 0;
    padding: 24px 16px;
  }
  .kfsi-main-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .kfsi-main-board-head h3, .kfsi-main-board-head .h3 {
    margin: 0;
    color: #004d16;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-board-head a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(./../images/main/ico-more.svg) no-repeat 50% 50%;
    background-size: cover;
    font-size: 0;
  }
  .kfsi-main-board-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-main-board-list-item {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-main-board-list-item p {
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-main-list {
    padding: 20px 16px;
  }
  .kfsi-main-list h3, .kfsi-main-list .h3 {
    margin: 0 0 16px 0;
    color: #004d16;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-list-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .kfsi-main-list-list-item {
    width: 100%;
  }
  .kfsi-main-list-list-item-thumb {
    position: relative;
    display: inline-flex;
    margin: 0 0 8px 0;
    padding: 0;
    width: 100%;
    padding-top: 60%;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
  }
  .kfsi-main-list-list-item-thumb p {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid #fff;
  }
  .kfsi-main-list-list-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-main-list-list-item-text {
    padding: 0 5px;
  }
  .kfsi-main-list-list-item-text strong {
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-main-list-list-item-text p {
    margin: 10px 0 0 0;
    color: #333;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-main-quick {
    padding: 30px 16px;
    background: #f1f1f1;
    overflow: auto;
  }
  .kfsi-main-quick .kfsi-inner {
    display: flex;
    gap: 100px;
  }
  .kfsi-main-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 140px;
    height: 140px;
    border-radius: 1000px;
    background: #fff;
  }
  .kfsi-main-quick-item p {
    display: flex;
    align-items: center;
    height: 48px;
    margin: -13px 0 17px 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-main-quick-ico01 {
    width: 100px;
    height: 80px;
    background: url(./../images/main/quick-ico01.svg) no-repeat 50% 50%;
    transform: scale(0.6);
  }
  .kfsi-main-quick-ico02 {
    width: 100px;
    height: 80px;
    background: url(./../images/main/quick-ico02.svg) no-repeat 50% 50%;
    transform: scale(0.6);
  }
  .kfsi-main-quick-ico03 {
    width: 100px;
    height: 80px;
    background: url(./../images/main/quick-ico03.svg) no-repeat 50% 50%;
    transform: scale(0.6);
  }
  .kfsi-main-quick-ico04 {
    width: 100px;
    height: 80px;
    background: url(./../images/main/quick-ico04.svg) no-repeat 50% 50%;
    transform: scale(0.6);
  }
  .kfsi-main-quick-ico05 {
    width: 100px;
    height: 80px;
    background: url(./../images/main/quick-ico05.svg) no-repeat 50% 50%;
    transform: scale(0.6);
  }
}
.kfsi-snb ~ .kfsi-contents {
  max-width: 940px;
}
.kfsi-contents {
  width: 100%;
}
.kfsi-contents-title {
  margin-bottom: 40px;
  padding: 24px 0 22px 0;
  border-bottom: 1px solid #000;
}
.kfsi-contents-title h1, .kfsi-contents-title .h1,
.kfsi-contents-title h3,
.kfsi-contents-title .h3 {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .kfsi-contents-title {
    display: none;
  }
}
.kfsi-contents-link a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-contents {
    padding: 30px 16px 60px;
  }
  .kfsi-contents-title {
    padding: 24px 0 22px 0;
    border-bottom: 1px solid #000;
  }
  .kfsi-contents-title h1, .kfsi-contents-title .h1,
  .kfsi-contents-title h3,
  .kfsi-contents-title .h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .kfsi-contents-title {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .kfsi-contents-link a {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
    text-decoration: underline;
  }
}
.kfsi-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-breadcrumb .breadcrumb-item:first-child {
  padding: 0;
}
.kfsi-breadcrumb .breadcrumb-item:before {
  width: 7px;
  height: 9px;
  margin: 0 16px 0 0;
  padding: 0;
  background: url(../images/icon/breadcrumb-arrow.png) no-repeat 50% 50%;
  background: url(../images/icon/breadcrumb-arrow.svg) no-repeat 50% 50%;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-breadcrumb {
    display: none;
  }
}
.kfsi-checklist2 {
  padding: 24px 24px 24px 24px;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
}
.kfsi-checklist2 p {
  margin: 0;
}
.kfsi-checklist {
  margin: 36px 0 0 0;
}
.kfsi-checklist-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 16px;
  border-radius: 20px;
  border: solid 2px #004d16;
  background-color: #f4fcff;
}
.kfsi-checklist-title h3, .kfsi-checklist-title .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #004d16;
}
.kfsi-checklist-form {
  margin-bottom: 50px;
  padding: 24px 40px;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
}
.kfsi-checklist-form ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-checklist-form ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.kfsi-checklist-form ul li strong {
  min-width: 140px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-checklist-nav {
  position: relative;
  display: flex;
  margin-bottom: 14px;
}
.kfsi-checklist-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50px;
  right: 50px;
  height: 2px;
  background-color: #ddd;
  z-index: 10;
}
.kfsi-checklist-nav-item {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.kfsi-checklist-nav-item strong {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.kfsi-checklist-nav-item strong span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 40px;
  z-index: 20;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #999;
}
.kfsi-checklist-nav-item p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #999;
}
.kfsi-checklist-nav-item.active strong span {
  background-color: #004d16;
  color: #fff;
}
.kfsi-checklist-nav-item.active strong:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  background-color: #bcd3dc;
  border-radius: 52px;
  z-index: 10;
}
.kfsi-checklist-nav-item.active p {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #004d16;
}
.kfsi-checklist-intro-text {
  margin-top: 18px;
  margin-bottom: 28px;
}
.kfsi-checklist-intro-text p {
  margin: 0 0 6px 0;
}
.kfsi-checklist-intro-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.kfsi-checklist-intro-button .btn {
  min-width: 300px;
}
.kfsi-checklist-intro-textarea textarea {
  display: block;
  height: 200px;
}
.kfsi-checklist-intro-textarea__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
}
.kfsi-checklist-intro-textarea__button .btn {
  min-width: 200px;
}
.kfsi-checklist-question-title {
  padding: 12px 0;
  border-bottom: 2px solid #999;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-checklist-question-list-item {
  padding: 20px 16px 24px;
  border-bottom: 1px solid #ccc;
}
.kfsi-checklist-question-list-item-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-checklist-question-list-item-answer ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-checklist-question-list-item-answer ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px 20px;
  border-radius: 25px;
  background-color: #f7f7f7;
}
.kfsi-checklist-question-list-item-answer ol li p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-checklist-question-list-item-answer-checkbox {
  display: flex;
  gap: 70px;
}
.kfsi-checklist-question-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.kfsi-checklist-question-button .btn:first-child {
  min-width: 140px;
}
.kfsi-checklist-question-button .btn:last-child {
  min-width: 200px;
}
.kfsi-checklist-question-button .btn:last-child:first-child {
  min-width: 140px;
}
.kfsi-checklist-doc-info {
  display: flex;
  gap: 60px;
  padding-top: 18px;
  margin-bottom: 46px;
}
.kfsi-checklist-doc-info-result {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}
.kfsi-checklist-doc-info-result dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 10px solid #bcd3dc;
  background-color: #004d16;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.kfsi-checklist-doc-info-result dl dd {
  margin: 10px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-checklist-doc-info-table table th {
  padding: 4px 56px 4px 0;
  vertical-align: top;
  white-space: noWrap;
}
.kfsi-checklist-doc-info-table table td {
  padding: 3px 0;
  word-break: keep-all;
}
.kfsi-checklist-doc-result .kfsi-h4 {
  margin-bottom: 12px;
}
.kfsi-checklist-doc-result-question {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-checklist-doc-result-question strong {
  margin-right: 4px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 992px) {
  .kfsi-checklist {
    margin: 28px 0 0 0;
  }
  .kfsi-checklist-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 16px;
    border-radius: 20px;
    border: solid 2px #004d16;
    background-color: #f4fcff;
  }
  .kfsi-checklist-title h3, .kfsi-checklist-title .h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #004d16;
  }
  .kfsi-checklist-form {
    margin-bottom: 50px;
    padding: 22px 16px;
    border: solid 1px #ccc;
    background-color: #f7f7f7;
  }
  .kfsi-checklist-form ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-checklist-form ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .kfsi-checklist-form ul li strong {
    min-width: 75px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-checklist-form ul li .form-control {
    min-width: auto;
    width: 100%;
  }
  .kfsi-checklist-nav {
    position: relative;
    display: flex;
    margin-bottom: 32px;
  }
  .kfsi-checklist-nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    right: 25px;
    height: 2px;
    background-color: #ddd;
    z-index: 10;
  }
  .kfsi-checklist-nav-item {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .kfsi-checklist-nav-item strong {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  .kfsi-checklist-nav-item strong span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 0;
  }
  .kfsi-checklist-nav-item p {
    display: none;
  }
  .kfsi-checklist-nav-item.active {
    margin-top: -5px;
  }
  .kfsi-checklist-nav-item.active strong {
    width: 30px;
    height: 30px;
  }
  .kfsi-checklist-nav-item.active strong span {
    width: 30px;
    height: 30px;
    background-color: #004d16;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .kfsi-checklist-nav-item.active strong:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    background-color: #bcd3dc;
    border-radius: 52px;
    z-index: 10;
  }
  .kfsi-checklist-nav-item.active p {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #004d16;
  }
  .kfsi-checklist-intro-text {
    margin-top: 18px;
    margin-bottom: 28px;
  }
  .kfsi-checklist-intro-text p {
    margin: 0 0 6px 0;
  }
  .kfsi-checklist-intro-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
  }
  .kfsi-checklist-intro-button .btn {
    min-width: 300px;
  }
  .kfsi-checklist-intro-textarea textarea {
    display: block;
    height: 200px;
  }
  .kfsi-checklist-intro-textarea__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  .kfsi-checklist-intro-textarea__button .btn {
    min-width: 200px;
  }
  .kfsi-checklist-question-title {
    padding: 12px 0;
    border-bottom: 2px solid #999;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-checklist-question-list-item {
    padding: 20px 16px 24px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-checklist-question-list-item-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-checklist-question-list-item-answer ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-checklist-question-list-item-answer ol li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 12px 20px;
    border-radius: 25px;
    background-color: #f7f7f7;
  }
  .kfsi-checklist-question-list-item-answer ol li p {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-checklist-question-list-item-answer-checkbox {
    display: flex;
    gap: 70px;
  }
  .kfsi-checklist-question-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
  .kfsi-checklist-question-button .btn {
    min-width: 175px;
  }
  .kfsi-checklist-question-button .btn:last-child {
    min-width: 175px;
  }
  .kfsi-checklist-doc-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 12px;
    margin-bottom: 30px;
  }
  .kfsi-checklist-doc-info-result {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 6px;
  }
  .kfsi-checklist-doc-info-result dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 10px solid #bcd3dc;
    background-color: #004d16;
    border-radius: 100px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .kfsi-checklist-doc-info-result dl dd {
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-checklist-doc-info-table table th {
    padding: 4px 36px 4px 0;
    vertical-align: top;
  }
  .kfsi-checklist-doc-info-table table td {
    padding: 3px 0;
  }
  .kfsi-checklist-doc-result .kfsi-h4 {
    margin-bottom: 12px;
  }
  .kfsi-checklist-doc-result-question {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-checklist-doc-result-question strong {
    margin-right: 4px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
}
.kfsi-statute {
  margin-top: 34px;
}
.kfsi-statute-item {
  margin-top: 16px;
  padding: 20px 24px;
  border-radius: 20px;
  border: solid 1px #ccc;
}
.kfsi-statute-item dl {
  margin: 20px 0 16px 0;
}
.kfsi-statute-item dl:first-child {
  margin-top: 0;
}
.kfsi-statute-item dl dt {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-statute-item dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-statute-item dl dd .kfsi-textlist {
  margin: 0;
}
.kfsi-statute-item-button {
  display: flex;
  align-items: center;
  padding-top: 4px;
}
.kfsi-statute-item-button > strong {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-statute-item-button-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 60px;
}
.kfsi-statute-item-button-wrap .btn:nth-child(1) {
  min-width: 100px;
}
.kfsi-statute-item-button-wrap .btn:nth-child(2) {
  min-width: 110px;
}
.kfsi-statute-item-button-wrap .btn:nth-child(3) {
  min-width: 120px;
}
.kfsi-statute-button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.kfsi-statute-button .btn {
  min-width: 400px;
}
.kfsi-statute-list-item {
  margin-top: 24px;
}
.kfsi-statute-list-item__title {
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-statute-list-item__button {
  display: flex;
  gap: 10px;
  margin-left: 60px;
}
.kfsi-statute-list-item__button .btn {
  min-width: 70px;
}
.kfsi-statute-list-item__small {
  margin-left: 12px;
}
.kfsi-statute-list-item > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #999;
}
.kfsi-statute-list-item > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: 0;
  padding: 10px 16px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-break: keep-all;
}
.kfsi-statute-list-item > ul li:nth-child(2n-1) {
  border-left: none;
}
.kfsi-statute-table__button {
  display: flex;
  gap: 10px;
}
.kfsi-statute-table__button > div:nth-child(1) {
  width: 74px;
}
.kfsi-statute-table__button > div:nth-child(2) {
  width: 86px;
}
.kfsi-statute-table__button > div:nth-child(3) {
  width: 99px;
}
@media screen and (max-width: 992px) {
  .kfsi-statute {
    margin-top: 30px;
  }
  .kfsi-statute-item {
    margin-top: 16px;
    padding: 20px 16px;
    border-radius: 20px;
    border: solid 1px #ccc;
  }
  .kfsi-statute-item dl {
    margin: 16px 0 16px 0;
  }
  .kfsi-statute-item dl:first-child {
    margin-top: 0;
  }
  .kfsi-statute-item dl dt {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-statute-item dl dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    word-break: keep-all;
  }
  .kfsi-statute-item dl dd .kfsi-textlist {
    margin: 0;
  }
  .kfsi-statute-item-button {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4px;
  }
  .kfsi-statute-item-button > strong {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-statute-item-button-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 8px;
    margin-left: 0px;
    width: 100%;
  }
  .kfsi-statute-item-button-wrap .btn {
    width: 100%;
  }
  .kfsi-statute-item-button-wrap .btn:nth-child(1) {
    min-width: 90px;
  }
  .kfsi-statute-item-button-wrap .btn:nth-child(2) {
    min-width: 100px;
  }
  .kfsi-statute-item-button-wrap .btn:nth-child(3) {
    min-width: 110px;
  }
  .kfsi-statute-button {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  .kfsi-statute-button .btn {
    width: 100%;
    min-width: auto;
  }
  .kfsi-statute-list-item {
    margin-top: 14px;
  }
  .kfsi-statute-list-item__title {
    padding: 12px 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-statute-list-item__button {
    display: flex;
    gap: 10px;
    margin-left: 20px;
  }
  .kfsi-statute-list-item__button .btn {
    min-width: 70px;
  }
  .kfsi-statute-list-item__small {
    margin-left: 4px;
    font-size: 14px;
  }
  .kfsi-statute-list-item > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #999;
  }
  .kfsi-statute-list-item > ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    word-break: keep-all;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-statute-list-item > ul li:nth-child(2n-1) {
    border-left: none;
  }
  .kfsi-statute-list-item__row {
    display: none !important;
  }
  .kfsi-statute-table .kfsi-table table {
    width: 100%;
  }
  .kfsi-statute-table .kfsi-table table colgroup {
    display: none;
  }
  .kfsi-statute-table .kfsi-table table thead {
    display: none;
  }
  .kfsi-statute-table .kfsi-table table tr {
    display: block;
    width: 100%;
    padding: 12px 10px 16px 10px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-statute-table .kfsi-table table tr th {
    display: block;
    border: 0;
  }
  .kfsi-statute-table .kfsi-table table tr td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-statute-table .kfsi-table table tr td[scope=row] {
    margin: 14px -10px 12px -10px;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #999;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-statute-table__head {
    display: flex !important;
    align-items: center;
  }
  .kfsi-statute-table__head .kfsi-statute-table__button {
    margin: 0 !important;
  }
  .kfsi-statute-table__head .kfsi-statute-table__button .btn {
    min-width: 106px;
  }
  .kfsi-statute-table__head td:last-child {
    text-align: right;
  }
  .kfsi-statute-table__button {
    display: flex;
    justify-content: flex-start !important;
    gap: 10px;
    margin-top: 8px;
  }
  .kfsi-statute-table__button--reverse {
    flex-direction: row-reverse;
  }
  .kfsi-statute-table__button > div:nth-child(1) {
    width: 100%;
  }
  .kfsi-statute-table__button > div:nth-child(2) {
    width: 100%;
  }
  .kfsi-statute-table__button > div:nth-child(3) {
    width: 100%;
  }
  .kfsi-statute-table__button > div .btn {
    width: 100%;
  }
}
.kfsi-caution {
  padding: 18px 22px;
  background-color: #f7f7f7;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: center;
  color: #d93600;
  word-break: keep-all;
}
@media screen and (max-width: 992px) {
  .kfsi-caution {
    font-size: 16px;
    line-height: 1.5;
  }
}
.kfsi-tab {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #ccc;
  border: 1px solid #ccc;
}
.kfsi-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  word-break: keep-all;
}
.kfsi-tab-item span {
  position: relative;
  z-index: 20;
}
.kfsi-tab-item.active {
  font-weight: bold;
  color: #fff;
}
.kfsi-tab-item.active::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #004d16;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .kfsi-tab {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #ccc;
    border: 1px solid #ccc;
  }
  .kfsi-tab-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #666;
  }
  .kfsi-tab-item span {
    position: relative;
    z-index: 20;
  }
  .kfsi-tab-item.active {
    font-weight: bold;
    color: #fff;
  }
  .kfsi-tab-item.active::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #004d16;
    z-index: 10;
  }
}
.kfsi-tabs > ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-tabs > ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.kfsi-tabs > ul li button {
  width: 100%;
  height: 50px;
  border: solid 1px #ccc;
  border-left: none;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.kfsi-tabs > ul li button.active {
  border: 1px solid #004d16 !important;
  background-color: #004d16;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.kfsi-tabs > ul li:first-child button {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
  .kfsi-tabs--columns2 > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #ccc;
    border: 1px solid #ccc;
  }
  .kfsi-tabs--columns2 > ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .kfsi-tabs--columns2 > ul li button {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #666;
  }
  .kfsi-tabs--columns2 > ul li button.active {
    border: 1px solid #004d16 !important;
    background-color: #004d16;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .kfsi-tabs--columns2 > ul li:first-child button {
    border-left: none;
  }
}
.kfsi-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.kfsi-button p {
  display: flex;
  gap: 20px;
  margin: 0;
}
.kfsi-button p .btn {
  min-width: 225px;
}
@media screen and (max-width: 992px) {
  .kfsi-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .kfsi-button p {
    display: flex;
    gap: 10px;
    margin: 0;
    width: 100%;
  }
  .kfsi-button p .btn {
    min-width: auto;
    width: 100%;
  }
}
.kfsi-board-text {
  margin-top: 8px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.kfsi-board-text + .kfsi-board-button {
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .kfsi-board-text {
    margin-top: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
  .kfsi-board-text + .kfsi-board-button {
    margin-top: 16px;
  }
}
.kfsi-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px 0;
}
.kfsi-board-head .kfsi-h4 {
  margin: 0;
}
.kfsi-board-head-start {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kfsi-board-head-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kfsi-board-head-amount {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-board-head-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-board-head-search .form-control {
  min-width: 200px;
  width: 200px;
}
.kfsi-board-head-search .btn {
  min-width: 98px;
}
.kfsi-board-thumb {
  border-top: 2px solid #004d16;
}
.kfsi-board-thumb-item {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 30px 16px;
  border-bottom: 1px solid #ccc;
}
.kfsi-board-thumb-item:first-child {
  padding-top: 24px;
}
.kfsi-board-thumb-item-thumb {
  min-width: 240px;
  height: 135px;
  border: solid 1px #ccc;
}
.kfsi-board-thumb-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-board-thumb-item-text {
  position: relative;
  width: 100%;
  padding: 12px 0 0 0;
}
.kfsi-board-thumb-item-text .badge {
  min-width: 70px;
}
.kfsi-board-thumb-item-text__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 60px;
  margin-bottom: 11px;
}
.kfsi-board-thumb-item-text__title p {
  height: 72px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  max-height: 72rem;
}
.kfsi-board-thumb-item-text__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 7px;
}
.kfsi-board-thumb-item-text__info p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-board-thumb-item-text__info p span {
  display: flex;
  align-items: center;
}
.kfsi-board-thumb-item-text__info p span::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 13px;
  background: #ccc;
}
.kfsi-board-thumb-item-text__info p span:last-child::after {
  display: none;
}
.kfsi-board-thumb-item-text .btn {
  min-width: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kfsi-board-thumb-item-number {
  position: absolute;
  top: 12px;
  right: 0;
}
.kfsi-board-thumb-item-number span {
  display: none;
}
.kfsi-board-thumb-item-number strong {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
.kfsi-board-list {
  border-top: 2px solid #004d16;
}
.kfsi-board-list__none {
  padding: 32px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-board-list-none {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-board-list table thead th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #e4f2d3;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-board-list table tbody th {
  height: 40px;
  padding: 10px 10px;
  background: var(--E4F2D3, #e4f2d3);
  border-bottom: 1px solid #ccc;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  vertical-align: middle;
}
.kfsi-board-list table tbody td {
  height: 40px;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  vertical-align: middle;
}
.kfsi-board-list table tbody td .form-control {
  min-width: auto;
  width: 100%;
}
.kfsi-board-list-collapse:not(.collapsed) {
  font-weight: 700;
}
.kfsi-board-list .accordion-button:hover, .kfsi-board-list .accordion-button:focus {
  color: var(--1854a3, #1854a3);
}
.kfsi-board-list .accordion-button p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-board-list .accordion-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon/ico-accordion.svg) no-repeat 50% 50%;
  transition: all 0.4s ease;
  transform: rotate(0);
}
.kfsi-board-list .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.kfsi-board-list .accordion-body {
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
  background: var(--f6f6f6, #f6f6f6);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-align: left;
}
.kfsi-board-list .accordion-body a {
  color: var(--1854a3, #1854a3);
  text-decoration: underline;
}
.kfsi-board-list--border table thead th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.kfsi-board-list--border table thead th:first-child {
  border-left: none;
}
.kfsi-board-list--border table thead th:last-child {
  border-right: none;
}
.kfsi-board-list--border table tbody td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.kfsi-board-list--border table tbody td:first-child {
  border-left: none;
}
.kfsi-board-list--border table tbody td:last-child {
  border-right: none;
}
.kfsi-board-list-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.kfsi-board-list-button p {
  margin: 0;
}
.kfsi-board-list-button + .kfsi-board-pagination {
  margin-top: 60px;
}
.kfsi-board-list__none {
  padding: 32px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-board-list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 54px 14px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.kfsi-board-list-item-number {
  min-width: 80px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-board-list-item-text .badge {
  min-width: 74px;
}
.kfsi-board-list-item-text__head {
  display: none;
}
.kfsi-board-list-item-text__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-board-list-item-text__title p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-board-list-item-text__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 3px;
}
.kfsi-board-list-item-text__info p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #666;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.kfsi-board-list-item-text__info p span {
  display: flex;
  align-items: center;
}
.kfsi-board-list-item-text__info p span::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 13px;
  background: #ccc;
}
.kfsi-board-list-item-text__info p span:last-child::after {
  display: none;
}
.kfsi-board-list-item-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
}
.kfsi-board-list-item:hover .kfsi-board-list-item-text__title p {
  color: #004d16;
  font-weight: bold;
  text-decoration: underline;
}
.kfsi-board-list-none {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-board-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 24px;
  margin-top: 14px;
  margin-bottom: 30px;
}
.kfsi-board-card-item {
  border: solid 1px #ccc;
}
.kfsi-board-card-item:hover .kfsi-board-card-item__title p {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
  text-decoration: underline;
}
.kfsi-board-card-item__thumb img {
  width: 300px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-board-card-item__title {
  padding: 10px;
}
.kfsi-board-card-item__title p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-board-card-item__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 0 10px 10px 10px;
}
.kfsi-board-card-item__info p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-board-card-item__info p span {
  display: flex;
  align-items: center;
}
.kfsi-board-card-item__info p span::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 13px;
  background: #ccc;
}
.kfsi-board-card-item__info p span:last-child::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .kfsi-board-card {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 24px;
    margin-top: 14px;
    margin-bottom: 30px;
  }
  .kfsi-board-card-item {
    border: solid 1px #ccc;
    width: 300px;
    margin: 0 auto;
  }
  .kfsi-board-card-item:hover .kfsi-board-card-item__title p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
    text-decoration: underline;
  }
  .kfsi-board-card-item__thumb img {
    width: 300px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-board-card-item__title {
    padding: 10px;
  }
  .kfsi-board-card-item__title p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-board-card-item__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 0 10px 10px 10px;
  }
  .kfsi-board-card-item__info p {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-board-card-item__info p span {
    display: flex;
    align-items: center;
  }
  .kfsi-board-card-item__info p span::after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    margin: 0 13px;
    background: #ccc;
  }
  .kfsi-board-card-item__info p span:last-child::after {
    display: none;
  }
}
.kfsi-board-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.kfsi-board-button-info {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  height: 40px;
  border-radius: 5px;
  border: solid 2px #406491;
  background-color: #ebf2f5;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #406491;
}
.kfsi-board-button p {
  display: flex;
  gap: 16px;
  margin: 0;
}
.kfsi-board-button p .btn {
  min-width: 140px;
}
.kfsi-board-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.kfsi-board-more p {
  display: flex;
  gap: 16px;
  margin: 0;
}
.kfsi-board-more p .btn {
  min-width: 144px;
}
.kfsi-board-view-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: -40px;
  padding: 30px 16px;
  border-bottom: 1px solid #ccc;
}
.kfsi-board-view-head-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
}
.kfsi-board-view-head-info {
  margin-top: 20px;
}
.kfsi-board-view-head-info ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-board-view-head-info ul li {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
}
.kfsi-board-view-head-info ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin-top: 6px;
  background-color: #ccc;
}
.kfsi-board-view-head-info ul li:last-child::after {
  display: none;
}
.kfsi-board-view-head-file {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 15px;
}
.kfsi-board-view-head-file strong {
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-board-view-head-file__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kfsi-board-view-head-file__link p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.kfsi-board-view-head-file__link p a {
  color: var(--1854a3, #1854a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration: underline;
  word-break: break-all;
}
.kfsi-board-view-head-state {
  display: flex;
  gap: 12px;
}
.kfsi-board-view-head-state .badge {
  min-width: 70px;
}
.kfsi-board-view-head-state i {
  margin-top: 2px;
}
.kfsi-board-view-body {
  border-bottom: 1px solid #ccc;
}
.kfsi-board-view-contents {
  min-height: 140px;
  padding: 50px 16px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-board-view-contents img {
  max-width: 100%;
}
.kfsi-board-view-recommend {
  padding: 14px 16px;
}
.kfsi-board-view-recommend ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-board-view-recommend ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #032c5e;
}
.kfsi-board-view-recommend ul li:after {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  width: 1px;
  height: 11px;
  margin: 0 24px;
  background-color: #032c5e;
}
.kfsi-board-view-recommend ul li:last-child::after {
  display: none;
}
.kfsi-board-view-reply {
  margin-bottom: 50px;
  padding: 30px 24px;
  border-radius: 20px;
  background: #f6f6f6;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-board-view-reply__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #004d16;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-board-view-reply__title-info {
  display: flex;
  align-items: center;
  color: #004d16;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.kfsi-board-view-reply__title-info hr {
  width: 1px;
  height: 10px;
  margin: 0 16px;
  border: 0;
  background-color: #999;
  opacity: 1;
}
.kfsi-board-view-reply .kfsi-board-view-head-file {
  margin: 16px 0 32px 0;
}
.kfsi-board-view-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0 0;
}
.kfsi-board-view-button p {
  display: flex;
  gap: 16px;
  margin: 0;
}
.kfsi-board-view-button p .btn {
  min-width: 140px;
}
.kfsi-board-view-nav {
  margin-top: 50px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.kfsi-board-view-nav-item {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 0;
  border-top: 1px solid #ccc;
}
.kfsi-board-view-nav-item strong {
  min-width: 100px;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-board-view-nav-item p {
  margin: 0;
  padding: 0 10px;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-board-view-nav-item:first-child {
  border-top: none;
}
.kfsi-board-view-nav-item.disabled strong {
  color: #999;
}
.kfsi-board-view-nav-item.disabled p {
  color: #999;
}
.kfsi-board-text-caption {
  margin: -20px 0 40px 0;
  color: var(--D93600, #d93600);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-board-write__title {
  padding: 0 0 12px 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-board-write-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.kfsi-board-write-head p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.kfsi-board-write-form {
  border-top: 2px solid #004d16;
}
.kfsi-board-write-form table {
  width: 100%;
}
.kfsi-board-write-form table thead th {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-board-write-form table tbody th {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-board-write-form table tbody th + th {
  border-left: 1px solid #ccc;
}
.kfsi-board-write-form table tbody td {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.kfsi-board-write-form table tbody td + td {
  border-left: 1px solid #ccc;
}
.kfsi-board-write-form--border table thead th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.kfsi-board-write-form--border table thead th:first-child {
  border-left: none;
}
.kfsi-board-write-form--border table thead th:last-child {
  border-right: none;
}
.kfsi-board-write-form--border table tbody td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.kfsi-board-write-form--border table tbody td:first-child {
  border-left: none;
}
.kfsi-board-write-form--border table tbody td:last-child {
  border-right: none;
}
.kfsi-board-write-button {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
.kfsi-board-write-button p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 30%;
}
.kfsi-board-write-button p:first-child {
  justify-content: flex-start;
}
.kfsi-board-write-button p:last-child {
  justify-content: flex-end;
}
.kfsi-board-write-subtable table tbody th,
.kfsi-board-write-subtable table tbody td {
  height: auto;
  padding: 3px 0;
  background: none;
  border: 0;
}
.kfsi-board-write-subtable table tbody th {
  padding-top: 9px;
}
.kfsi-board-write-subtable-input {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.kfsi-board-write-subtable-input:first-child {
  margin-top: 0;
}
.kfsi-board-write-subtable-input__row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.kfsi-board-write-checkbox-list {
  display: flex;
  gap: 24px;
}
.kfsi-board-write-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 12px;
  padding: 7px 0;
}
.kfsi-board-write-checkbox-grid--columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.kfsi-board-write-date {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kfsi-board-write-date .form-control {
  min-width: auto !important;
  width: auto !important;
}
.kfsi-board-write ~ .kfsi-board-write {
  margin-top: 60px;
}
.kfsi-board-pagination {
  margin-top: 60px;
}
.kfsi-board-pagination .pagination {
  margin: 0;
}
.kfsi-board-pagination .page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.kfsi-board-pagination .page-item {
  margin: 0 4px;
}
.kfsi-board-pagination .page-item.active .page-link {
  background-color: #58606b;
  font-weight: bold;
  color: #fff;
}
.kfsi-board-pagination .page-item--first .page-link {
  background: url(../images/icon/pagination-first.png) no-repeat 50% 50%;
  background-size: 18px 21px;
  font-size: 0;
}
.kfsi-board-pagination .page-item--prev .page-link {
  background: url(../images/icon/pagination-prev.png) no-repeat 50% 50%;
  background-size: 15px 20px;
  font-size: 0;
}
.kfsi-board-pagination .page-item--next .page-link {
  background: url(../images/icon/pagination-next.png) no-repeat 50% 50%;
  background-size: 15px 20px;
  font-size: 0;
}
.kfsi-board-pagination .page-item--last .page-link {
  background: url(../images/icon/pagination-last.png) no-repeat 50% 50%;
  background-size: 18px 21px;
  font-size: 0;
}
.kfsi-board-pagination .page-item--disabled .page-link {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .kfsi-board-text {
    margin-top: 10px;
  }
  .kfsi-board-text ul {
    margin: 6px 0 0 8px;
    padding: 0;
    list-style: none;
  }
  .kfsi-board-text ul li {
    margin: 0;
    padding: 0;
  }
  .kfsi-board-head {
    padding-bottom: 16px;
  }
  .kfsi-board-head-start {
    width: 100%;
  }
  .kfsi-board-head-end {
    width: 100%;
  }
  .kfsi-board-head-end .btn-sm, .kfsi-board-head-end .btn-group-sm > .btn {
    min-width: 78px;
    height: 28px;
  }
  .kfsi-board-head-amount {
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .kfsi-board-head-search {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .kfsi-board-head-search .form-control {
    min-width: auto;
    width: 100%;
  }
  .kfsi-board-head-search .btn {
    height: 40px;
    min-width: 60px;
    padding: 0 12px;
  }
  .kfsi-board-head-search .btn i {
    display: none;
  }
  .kfsi-board-thumb {
    border-top: 2px solid #004d16;
  }
  .kfsi-board-thumb-item {
    display: flex;
    gap: 10px;
    padding: 24px 0px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-board-thumb-item-thumb {
    width: 160px;
    min-width: 160px;
    height: 135px;
  }
  .kfsi-board-thumb-item-text {
    width: 100%;
    padding: 0;
  }
  .kfsi-board-thumb-item-text .badge {
    min-width: 70px;
  }
  .kfsi-board-thumb-item-text__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .kfsi-board-thumb-item-text__title p {
    height: auto;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    max-height: 60rem;
  }
  .kfsi-board-thumb-item-text__info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 7px;
  }
  .kfsi-board-thumb-item-text__info p {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-board-thumb-item-text__info p span {
    display: flex;
    align-items: center;
  }
  .kfsi-board-thumb-item-text__info p span::after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    margin: 0 13px;
    background: #ccc;
  }
  .kfsi-board-thumb-item-text__info p span:last-child::after {
    display: none;
  }
  .kfsi-board-thumb-item-number {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
  .kfsi-board-thumb-item-number span {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-board-thumb-item-number strong {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-board-list {
    border-top: 2px solid #004d16;
  }
  .kfsi-board-list__none {
    padding: 32px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-board-list-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .kfsi-board-list-button p {
    margin: 0;
  }
  .kfsi-board-list-button + .kfsi-board-pagination {
    margin-top: 40px;
  }
  .kfsi-board-list table thead th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #e4f2d3;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .kfsi-board-list table tbody th {
    height: 40px;
    padding: 10px 10px;
    background: var(--E4F2D3, #e4f2d3);
    border-bottom: 1px solid #ccc;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    vertical-align: middle;
  }
  .kfsi-board-list table tbody td {
    height: 40px;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    vertical-align: middle;
  }
  .kfsi-board-list table tbody td a {
    color: #000;
  }
  .kfsi-board-list table tbody td a:hover {
    color: var(--1854a3, #1854a3);
    text-decoration: underline;
  }
  .kfsi-board-list table tbody td .form-control {
    min-width: auto;
    width: 100%;
  }
  .kfsi-board-list table tbody td > .btn:not(.collapsed) {
    background: var(--6c6e75, #6c6e75);
    color: #fff;
    font-weight: 700;
  }
  .kfsi-board-list table tbody td > .btn:not(.collapsed):hover {
    color: #fff !important;
  }
  .kfsi-board-list__none {
    padding: 32px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-board-list-item {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 18px 52px 18px 10px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-board-list-item-number {
    min-width: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: none;
  }
  .kfsi-board-list-item-text .badge {
    min-width: 70px;
  }
  .kfsi-board-list-item-text__head {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 5px;
  }
  .kfsi-board-list-item-text__head .kfsi-board-list-item-number {
    display: block;
  }
  .kfsi-board-list-item-text__head .badge {
    margin: 0 6px;
  }
  .kfsi-board-list-item-text__title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .kfsi-board-list-item-text__title .badge,
  .kfsi-board-list-item-text__title .text-primary {
    display: none;
  }
  .kfsi-board-list-item-text__title .ico-lock,
  .kfsi-board-list-item-text__title .ico-lock-active {
    display: none;
  }
  .kfsi-board-list-item-text__title p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-board-list-item-text__info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 5px;
  }
  .kfsi-board-list-item-text__info p {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .kfsi-board-list-item-text__info p span {
    display: flex;
    align-items: center;
  }
  .kfsi-board-list-item-text__info p span::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    margin: 0 16px;
    background: #ccc;
  }
  .kfsi-board-list-item-text__info p span:last-child::after {
    display: none;
  }
  .kfsi-board-list-item:hover .kfsi-board-list-item-text__title p {
    color: #004d16;
    font-weight: bold;
    text-decoration: underline;
  }
  .kfsi-board-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
  }
  .kfsi-board-button--length3 {
    flex-direction: column;
  }
  .kfsi-board-button--length3 p {
    flex-direction: column;
  }
  .kfsi-board-button p {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
  }
  .kfsi-board-button p .btn {
    min-width: 140px;
    width: 175px;
    width: 100%;
  }
  .kfsi-board-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .kfsi-board-more p {
    display: flex;
    gap: 16px;
    margin: 0;
  }
  .kfsi-board-more p .btn {
    min-width: 144px;
  }
  .kfsi-board-view-head {
    margin: 0;
    padding: 0 0 30px 0;
  }
  .kfsi-board-view-head-button {
    justify-content: center;
    margin-bottom: 30px;
  }
  .kfsi-board-view-head-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--004D16, #004d16);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-board-view-head-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }
  .kfsi-board-view-head-title-date {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-board-view-head-info {
    margin-top: 20px;
  }
  .kfsi-board-view-head-info ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-board-view-head-info ul li {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-board-view-head-info ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    margin-top: 6px;
    background-color: #ccc;
  }
  .kfsi-board-view-head-info ul li:last-child::after {
    display: none;
  }
  .kfsi-board-view-head-file {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 10px;
  }
  .kfsi-board-view-head-file strong {
    color: #333;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
  }
  .kfsi-board-view-head-file__link {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .kfsi-board-view-head-file__link p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .kfsi-board-view-head-file__link p a {
    color: var(--1854a3, #1854a3);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: underline;
  }
  .kfsi-board-view-head-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 5px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-board-view-head-table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kfsi-board-view-head-table-item__info {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .kfsi-board-view-head-table dl {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
  }
  .kfsi-board-view-head-table dl dt {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.45px;
  }
  .kfsi-board-view-head-table dl dd {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
  }
  .kfsi-board-view-answer .kfsi-board-view-head-title {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .kfsi-board-view-answer .kfsi-board-view-head-title-text p {
    color: #004d16;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-board-view-body {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-board-view-contents {
    min-height: 140px;
    padding: 40px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-board-view-contents img {
    max-width: 100%;
  }
  .kfsi-board-view-recommend {
    padding: 14px 16px;
  }
  .kfsi-board-view-recommend ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-board-view-recommend ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-board-view-recommend ul li:after {
    content: "";
    display: block;
    position: relative;
    top: -2px;
    width: 1px;
    height: 11px;
    margin: 0 24px;
    background-color: #004d16;
  }
  .kfsi-board-view-recommend ul li:last-child::after {
    display: none;
  }
  .kfsi-board-view-reply {
    margin-bottom: 40px;
    padding: 24px 10px;
    border-radius: 20px;
    background: #f6f6f6;
  }
  .kfsi-board-view-reply__title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0px;
    color: #004d16;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-board-view-reply__title-info {
    display: flex;
    align-items: center;
    color: #004d16;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-board-view-reply__title-info hr {
    width: 1px;
    height: 10px;
    margin: 0 10px;
    border: 0;
    background-color: #999;
    opacity: 1;
  }
  .kfsi-board-view-reply .kfsi-board-view-head-file {
    margin: 12px 0 30px 0;
  }
  .kfsi-board-view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
  .kfsi-board-view-button--length3 {
    flex-direction: column;
  }
  .kfsi-board-view-button--length3 p {
    flex-direction: column;
  }
  .kfsi-board-view-button p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    width: 100%;
  }
  .kfsi-board-view-button p .btn {
    min-width: 140px;
    width: 100%;
  }
  .kfsi-board-view-nav {
    margin-top: 40px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .kfsi-board-view-nav-item {
    display: flex;
    align-items: center;
    height: 60px;
    border-top: 1px solid #ccc;
  }
  .kfsi-board-view-nav-item strong {
    min-width: 50px;
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    letter-spacing: 0.45px;
  }
  .kfsi-board-view-nav-item p {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
  .kfsi-board-view-nav-item:first-child {
    border-top: none;
  }
  .kfsi-board-view-nav-item.disabled strong {
    color: #999;
  }
  .kfsi-board-view-nav-item.disabled p {
    color: #999;
  }
  .kfsi-board-view-foot-button {
    justify-content: center;
  }
  .kfsi-board-text-caption {
    margin: -10px 0 30px 0;
    color: #d93600;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
  .kfsi-board-write__title {
    padding: 0 0 13px 0;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-board-write-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px 0;
  }
  .kfsi-board-write-head p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }
  .kfsi-board-write-form {
    border-top: 2px solid #004d16;
  }
  .kfsi-board-write-form > table {
    display: block;
    width: 100%;
  }
  .kfsi-board-write-form > table colgroup {
    display: none;
  }
  .kfsi-board-write-form > table > thead {
    display: block;
  }
  .kfsi-board-write-form > table > thead > tr {
    display: block;
  }
  .kfsi-board-write-form > table > thead > tr > th {
    display: block;
  }
  .kfsi-board-write-form > table > tbody {
    display: block;
  }
  .kfsi-board-write-form > table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }
  .kfsi-board-write-form > table > tbody > tr > th {
    display: flex;
    align-items: center;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    height: auto;
    min-height: 55px;
    padding: 14px 8px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    background: none;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    word-break: break-all;
  }
  .kfsi-board-write-form > table > tbody > tr > td {
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    height: auto;
    min-height: 55px;
    padding: 7px 8px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    word-break: keep-all;
  }
  .kfsi-board-write-form > table > tbody > tr > td > span {
    width: 100%;
  }
  .kfsi-board-write-form > table tbody table tbody th {
    min-width: auto;
    width: auto;
    height: 100%;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    background: #e4f2d3;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .kfsi-board-write-form > table tbody table tbody td {
    min-width: auto;
    width: auto;
    height: 100%;
    padding: 6px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .kfsi-board-write-form .form-control:not([type=date]),
  .kfsi-board-write-form .form-select {
    min-width: auto !important;
    width: 100% !important;
  }
  .kfsi-board-write-button {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
  }
  .kfsi-board-write-button p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: auto;
    width: 100%;
  }
  .kfsi-board-write-button p .btn {
    width: 100% !important;
  }
  .kfsi-board-write-button p:first-child {
    justify-content: flex-start;
  }
  .kfsi-board-write-button p:last-child {
    justify-content: flex-end;
  }
  .kfsi-board-write-subtable table colgroup {
    display: none;
  }
  .kfsi-board-write-subtable table tbody th,
  .kfsi-board-write-subtable table tbody td {
    min-width: auto;
    height: auto;
    padding: 3px 0;
    background: none;
    border: 0;
    vertical-align: middle;
  }
  .kfsi-board-write-subtable table tbody th {
    padding: 8px 14px 0 0;
    vertical-align: top;
  }
  .kfsi-board-write-subtable-input {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .kfsi-board-write-subtable-input__row {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .kfsi-board-write-subtable-input__row .form-control {
    min-width: auto !important;
    width: 60px !important;
  }
  .kfsi-board-write-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .kfsi-board-write-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
  }
  .kfsi-board-write-date {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .kfsi-board-write-date .form-control {
    min-width: auto !important;
    width: auto !important;
  }
  .kfsi-board-write ~ .kfsi-board-write {
    margin-top: 40px;
  }
  .kfsi-board-pagination {
    margin-top: 40px;
  }
  .kfsi-board-pagination .pagination {
    margin: 0;
  }
  .kfsi-board-menu {
    border-top: 2px solid #004d16;
  }
  .kfsi-board-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
}
.kfsi-tab01 > .nav {
  flex-wrap: nowrap;
}
.kfsi-tab01 > .nav-tabs {
  border: 0;
}
.kfsi-tab01 > .nav-tabs li {
  width: 100%;
}
.kfsi-tab01 > .nav-tabs li:first-child .nav-link {
  border-left: 1px solid #ccc;
}
.kfsi-tab01 > .nav-tabs .nav-link {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
  border-radius: 0;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  z-index: 10;
}
.kfsi-tab01 > .nav-tabs .nav-link.active {
  background: var(--E4F2D3, #e4f2d3);
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  z-index: 20;
}
.kfsi-tab01 > .nav-tabs .nav-link.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid var(--0F6327, #0f6327);
}
.kfsi-tab01 > .nav-item {
  width: 100%;
}
.kfsi-tab01 > .nav-item:first-child .nav-link {
  border-left: 1px solid #ccc;
}
.kfsi-tab01 > .nav-item:first-child .nav-link.active {
  border-color: var(--0F6327, #0f6327);
}
.kfsi-tab01--grid3 .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.kfsi-tab01--grid3 .nav-item:nth-child(3n+1) .nav-link {
  border-left: 1px solid #ccc;
}
.kfsi-tab01--grid4 .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kfsi-tab01--grid4 .nav-item:nth-child(4n+1) .nav-link {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
  .kfsi-tab01 > .nav-tabs .nav-link {
    position: relative;
    width: 100%;
    min-height: 40px;
    height: 100%;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #fff;
    border-radius: 0;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-tab01 > .nav-tabs .nav-link.active {
    font-size: 15px;
  }
  .kfsi-tab01 > .nav-item {
    width: 100%;
  }
  .kfsi-tab01 > .nav-item:first-child .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab01 > .nav-item:first-child .nav-link.active {
    border-color: var(--0F6327, #0f6327);
  }
  .kfsi-tab01--mo-grid2 .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .kfsi-tab01--mo-grid2 .nav-item:nth-child(2n-1) .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab01--grid3 .nav-item:nth-child(3n+1) .nav-link {
    border-left: none;
  }
}
.kfsi-tab02 > .nav {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.kfsi-tab02 > .nav-tabs {
  border: 0;
  background: var(--f6f6f6, #f6f6f6);
  border-radius: 30px;
}
.kfsi-tab02 > .nav-tabs .nav-link {
  width: 100%;
  height: 42px;
  padding: 0 50px;
  background: var(--f6f6f6, #f6f6f6);
  border-radius: 30px;
  border: none;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-tab02 > .nav-tabs .nav-link.active {
  border-radius: 30px;
  background: var(--E4F2D3, #e4f2d3);
  border-color: var(--E4F2D3, #e4f2d3);
  color: var(--004D16, #004d16);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-tab02 > .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 40px;
  }
  .kfsi-tab02 > .nav-tabs {
    border: 0;
    background: #fff;
    border-radius: 0;
  }
  .kfsi-tab02 > .nav-tabs .nav-link {
    position: relative;
    width: 100%;
    min-height: 40px;
    height: 100%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: none;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-break: keep-all;
    z-index: 10;
  }
  .kfsi-tab02 > .nav-tabs .nav-link.active {
    border-radius: 0;
    background: var(--E4F2D3, #e4f2d3);
    color: #004d16;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 20;
  }
  .kfsi-tab02 > .nav-tabs .nav-link.active::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid var(--0F6327, #0f6327);
  }
  .kfsi-tab02 > .nav-item {
    width: 100%;
  }
  .kfsi-tab02 > .nav-item:first-child .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab02 .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .kfsi-tab02 .nav-item:nth-child(2n-1) .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab02--grid3 .nav, .kfsi-tab02--mo-grid3 .nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .kfsi-tab02--grid3 .nav-item .nav-link, .kfsi-tab02--mo-grid3 .nav-item .nav-link {
    border-left: none !important;
  }
  .kfsi-tab02--grid3 .nav-item:nth-child(1) .nav-link, .kfsi-tab02--mo-grid3 .nav-item:nth-child(1) .nav-link {
    border-left: 1px solid #ccc !important;
  }
  .kfsi-tab02-type2 > .nav {
    display: flex;
    width: auto;
    overflow: auto;
    margin: -30px -16px 30px -16px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-tab02-type2 > .nav .nav-link {
    display: inline-flex;
    padding: 10px 16px;
    border: none !important;
    background: none !important;
    white-space: noWrap;
  }
  .kfsi-tab02-type2 > .nav .nav-link:before {
    display: none !important;
  }
}
.kfsi-tab03 > .nav {
  display: inline-flex;
  flex-wrap: nowrap;
}
.kfsi-tab03 > .nav-tabs {
  width: 100%;
  border: 0;
}
.kfsi-tab03 > .nav-tabs .nav-item {
  width: 100%;
}
.kfsi-tab03 > .nav-tabs .nav-link {
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 0 50px;
  border-radius: 50px 50px 0px 0px;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 0 !important;
  background: var(--f6f6f6, #f6f6f6);
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.54px;
}
.kfsi-tab03 > .nav-tabs .nav-link.active {
  position: relative;
  bottom: -1px;
  height: 40px;
  border-radius: 50px 50px 0px 0px;
  border-top: 1px solid var(--004D16, #004d16) !important;
  border-right: 1px solid var(--004D16, #004d16) !important;
  border-left: 1px solid var(--004D16, #004d16) !important;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
}
.kfsi-tab03-contents {
  padding: 20px 30px;
  border: 1px solid var(--004D16, #004d16);
}
.kfsi-tab04 > .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 16px;
  margin-bottom: 60px;
  padding: 16px;
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.kfsi-tab04 > .nav-tabs .nav-link {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border-radius: 30px;
  border: none;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-tab04 > .nav-tabs .nav-link.active {
  border-radius: 100px;
  border: 1px solid #0f6327;
  background: #e4f2d3;
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 992px) {
  .kfsi-tab04 > .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .kfsi-tab04 > .nav-tabs {
    border: 0;
    background: #fff;
    border-radius: 0;
  }
  .kfsi-tab04 > .nav-tabs .nav-link {
    position: relative;
    width: 100%;
    min-height: 40px;
    height: 100%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: none;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-break: keep-all;
    z-index: 10;
  }
  .kfsi-tab04 > .nav-tabs .nav-link.active {
    border-radius: 0;
    background: var(--E4F2D3, #e4f2d3);
    color: #004d16;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 20;
  }
  .kfsi-tab04 > .nav-tabs .nav-link.active::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid var(--0F6327, #0f6327);
  }
  .kfsi-tab04 > .nav-item {
    width: 100%;
  }
  .kfsi-tab04 > .nav-item:first-child .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab04 .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .kfsi-tab04 .nav-item:nth-child(2n-1) .nav-link {
    border-left: 1px solid #ccc;
  }
  .kfsi-tab04--grid3 .nav, .kfsi-tab04--mo-grid3 .nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .kfsi-tab04--grid3 .nav-item .nav-link, .kfsi-tab04--mo-grid3 .nav-item .nav-link {
    border-left: none !important;
  }
  .kfsi-tab04--grid3 .nav-item:nth-child(1) .nav-link, .kfsi-tab04--mo-grid3 .nav-item:nth-child(1) .nav-link {
    border-left: 1px solid #ccc !important;
  }
  .kfsi-tab04-type2 > .nav {
    display: flex;
    width: auto;
    overflow: auto;
    margin: -30px -16px 30px -16px;
    border-bottom: 1px solid #ccc;
  }
  .kfsi-tab04-type2 > .nav .nav-link {
    display: inline-flex;
    padding: 10px 16px;
    border: none !important;
    background: none !important;
    white-space: noWrap;
  }
  .kfsi-tab04-type2 > .nav .nav-link:before {
    display: none !important;
  }
}
.kfsi-faq-search {
  display: flex;
  gap: 12px;
  padding: 0 64px;
}
.kfsi-faq-search .btn {
  min-width: 120px;
}
.kfsi-faq-head {
  padding-bottom: 10px;
}
.kfsi-faq-head-amount {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-faq-list .accordion {
  border: none;
  border-radius: 0;
  border-top: 2px solid #004d16;
}
.kfsi-faq-list .accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.kfsi-faq-list .accordion-button {
  min-height: 52px;
  padding: 0 10px 0 0;
  border-radius: 0 !important;
}
.kfsi-faq-list .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__category,
.kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__title {
  font-weight: 700;
  color: #004d16;
}
.kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__category p,
.kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__title p {
  font-weight: 700;
  color: #004d16;
}
.kfsi-faq-list .accordion-body {
  padding: 0;
  background-color: #f7f7f7;
}
.kfsi-faq-list-head {
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.kfsi-faq-list-head__number {
  min-width: 80px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-faq-list-head__category {
  min-width: 100px;
  padding: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-faq-list-head__title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
}
.kfsi-faq-list-head__title p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-faq-list-body {
  position: relative;
  padding: 24px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-faq-list-body a {
  color: #1854a3;
  text-decoration: underline;
}
.kfsi-faq-list-body__a {
  position: absolute;
  top: 16px;
  left: 60px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #d93600;
}
.kfsi-faq-list-body__file {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}
.kfsi-faq-list-body__file strong {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-faq-list-body__file p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.kfsi-faq-list-body__file p a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-faq-search {
    display: flex;
    gap: 6px;
    padding: 0 0;
  }
  .kfsi-faq-search .btn {
    min-width: 60px;
  }
  .kfsi-faq-head {
    padding-bottom: 10px;
  }
  .kfsi-faq-head-amount {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-faq-list .accordion {
    border: none;
    border-radius: 0;
    border-top: 2px solid #004d16;
  }
  .kfsi-faq-list .accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
  .kfsi-faq-list .accordion-button {
    height: auto;
    border-radius: 0 !important;
  }
  .kfsi-faq-list .accordion-button:not(.collapsed) {
    background-color: #fff;
  }
  .kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__category,
  .kfsi-faq-list .accordion-button:not(.collapsed) .kfsi-faq-list-head__title {
    font-weight: 700;
    color: #004d16;
  }
  .kfsi-faq-list .accordion-body {
    padding: 0;
    background-color: #f7f7f7;
  }
  .kfsi-faq-list-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 24px 32px 24px 16px;
  }
  .kfsi-faq-list-head__q {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-faq-list-head__number {
    display: none;
  }
  .kfsi-faq-list-head__category {
    padding: 0;
    font-size: 15px;
  }
  .kfsi-faq-list-head__title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
  }
  .kfsi-faq-list-head__title p {
    margin: 0;
  }
  .kfsi-faq-list-body {
    position: relative;
    padding: 20px 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-faq-list-body__a {
    position: absolute;
    top: 16px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #d93600;
  }
  .kfsi-faq-list-body__file {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 16px;
  }
  .kfsi-faq-list-body__file strong {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-faq-list-body__file p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .kfsi-faq-list-body__file p a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    text-decoration: underline;
  }
}
.kfsi-greeting {
  padding: 30px 0 0 0;
  text-align: center;
}
.kfsi-organization {
  position: relative;
  padding: 30px 0 0 0;
  text-align: center;
}
.kfsi-organization-table {
  position: relative;
}
.kfsi-organization-table-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 15px;
}
.kfsi-organization-table-select {
  width: 180px;
}
.kfsi-organization-table-summary table th,
.kfsi-organization-table-summary table td {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-organization-table-summary table th {
  width: 50px;
  font-weight: bold;
  vertical-align: top;
}
.kfsi-organization-table-body {
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .kfsi-organization {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .kfsi-organization-table {
    padding-top: 60px;
  }
  .kfsi-organization-table-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 15px;
  }
  .kfsi-organization-table-select {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
  }
  .kfsi-organization-table-summary table th,
  .kfsi-organization-table-summary table td {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-organization-table-summary table th {
    width: 50px;
    font-weight: bold;
  }
  .kfsi-organization-table-body {
    margin-top: 16px;
  }
}
.kfsi-manual {
  padding: 10px 0 0 0;
}
.kfsi-manual-item {
  display: flex;
  gap: 30px;
  padding: 30px 16px;
  border-bottom: 1px solid #ccc;
}
.kfsi-manual-item-thumb {
  min-width: 200px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.kfsi-manual-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-manual-item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.kfsi-manual-item-text__info h5, .kfsi-manual-item-text__info .h5 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-manual-item-text__info .kfsi-textlist {
  margin: 0;
}
.kfsi-manual-item-text__button {
  display: flex;
  align-items: center;
  gap: 16px;
}
.kfsi-manual-item-text__button .btn {
  min-width: 160px;
}
@media screen and (max-width: 992px) {
  .kfsi-manual {
    padding: 15px 0 0 0;
  }
  .kfsi-manual-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 15px 16px;
    border-bottom: none;
  }
  .kfsi-manual-item-thumb {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .kfsi-manual-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-manual-item-text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .kfsi-manual-item-text__info {
    margin-top: 20px;
    padding-bottom: 6px;
  }
  .kfsi-manual-item-text__info h5, .kfsi-manual-item-text__info .h5 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-manual-item-text__info .kfsi-textlist {
    margin: 0;
  }
  .kfsi-manual-item-text__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .kfsi-manual-item-text__button .btn {
    min-width: 160px;
  }
}
.kfsi-campaign {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 40px;
}
.kfsi-campaign-item {
  text-align: center;
}
.kfsi-campaign-item-thumb {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
}
.kfsi-campaign-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-campaign-item-thumb__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.8);
}
.kfsi-campaign-item-thumb__text p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-campaign-item .btn {
  min-width: 160px;
}
@media screen and (max-width: 992px) {
  .kfsi-campaign {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
    width: 298px;
    margin: 0 auto;
  }
}
.kfsi-poster {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
}
.kfsi-poster-item {
  text-align: center;
}
.kfsi-poster-item-thumb {
  position: relative;
  width: 100%;
  height: 435px;
  margin-bottom: 16px;
  padding-bottom: 40px;
  border: 1px solid #ccc;
}
.kfsi-poster-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-poster-item-thumb__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
}
.kfsi-poster-item-thumb__text p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-poster-item .btn {
  min-width: 160px;
}
@media screen and (max-width: 992px) {
  .kfsi-poster {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
    width: 298px;
    margin: 0 auto;
  }
}
.kfsi-webzine {
  margin-top: 40px;
}
.kfsi-webzine-head {
  margin-bottom: 25px;
}
.kfsi-webzine-head img {
  width: 100%;
  max-width: 100%;
}
.kfsi-webzine-section {
  margin-bottom: 10px;
}
.kfsi-webzine-section-title {
  padding: 10px 0;
  border-bottom: 2px solid #004d16;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-webzine-section-list {
  display: grid;
  padding: 24px 30px;
}
.kfsi-webzine-section-list--columns2 {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 30px;
}
.kfsi-webzine-section-list--columns4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-thumb {
  height: auto;
}
.kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-info {
  flex-direction: column;
  align-items: flex-start;
}
.kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-button {
  margin-top: 10px;
}
.kfsi-webzine-section-list-item {
  border: solid 1px #ccc;
}
.kfsi-webzine-section-list-item-thumb {
  height: 586px;
  overflow: hidden;
}
.kfsi-webzine-section-list-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-webzine-section-list-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-top: 1px solid #ccc;
}
.kfsi-webzine-section-list-item-text strong {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #d93600;
}
.kfsi-webzine-section-list-item-text p {
  margin: 0 0 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.kfsi-webzine-section-list-item-text p:last-child {
  margin: 0;
}
.kfsi-webzine-section-list-item-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kfsi-webzine-section-list-item-button .btn {
  min-width: 130px;
}
@media screen and (max-width: 992px) {
  .kfsi-webzine {
    margin-top: 30px;
  }
  .kfsi-webzine-head {
    margin-bottom: 25px;
  }
  .kfsi-webzine-head img {
    width: 100%;
    max-width: 100%;
  }
  .kfsi-webzine-section {
    margin-bottom: 0;
  }
  .kfsi-webzine-section-title {
    padding: 10px 0;
    border-bottom: 2px solid #004d16;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-webzine-section-list {
    display: grid;
    padding: 16px 16px;
  }
  .kfsi-webzine-section-list--columns1 {
    grid-template-columns: 1fr !important;
  }
  .kfsi-webzine-section-list--columns1 .kfsi-webzine-section-list-item {
    width: 100% !important;
  }
  .kfsi-webzine-section-list--columns2 {
    grid-template-columns: 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
  .kfsi-webzine-section-list--columns4 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 16px;
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item {
    width: 146px;
  }
  .kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-thumb {
    height: auto;
  }
  .kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-webzine-section-list--columns4 .kfsi-webzine-section-list-item-button {
    margin-top: 10px;
  }
  .kfsi-webzine-section-list-item {
    width: 300px;
    margin: 0 auto;
    border: solid 1px #ccc;
  }
  .kfsi-webzine-section-list-item-thumb {
    height: 410px;
  }
  .kfsi-webzine-section-list-item-thumb img {
    width: 100%;
  }
  .kfsi-webzine-section-list-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-top: 1px solid #ccc;
  }
  .kfsi-webzine-section-list-item-text strong {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: left;
    color: #d93600;
  }
  .kfsi-webzine-section-list-item-text p {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #666;
  }
  .kfsi-webzine-section-list-item-text p:last-child {
    margin: 0;
  }
  .kfsi-webzine-section-list-item-button {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 110px;
  }
  .kfsi-webzine-section-list-item-button .btn {
    min-width: 110px;
  }
}
.kfsi-guide {
  margin: 40px 0 0 0;
}
.kfsi-guide-head {
  margin: 40px 0 24px 0;
  border-bottom: 1px solid #999;
}
.kfsi-guide-head__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-guide-head-item-thumb img {
  width: 100%;
}
.kfsi-guide-head-item-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  padding: 16px 0;
}
.kfsi-guide-head-item-button {
  display: flex;
  gap: 8px;
}
.kfsi-guide-head-item-button .btn {
  min-width: 140px;
}
.kfsi-guide-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 40px;
}
.kfsi-guide-list-item {
  width: 100%;
  height: 100%;
}
.kfsi-guide-list-item-thumb {
  border: solid 1px #ccc;
  height: calc(100% - 51px);
}
.kfsi-guide-list-item-thumb img {
  width: 100%;
}
.kfsi-guide-list-item-info {
  padding: 12px 16px;
}
.kfsi-guide-list-item-info strong {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-guide-list-item-info p {
  margin: 20px 0 0 0;
  color: #999;
  font-size: 14px;
}
.kfsi-guide-list-item-button {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.kfsi-guide-list-item-button .btn {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-guide {
    margin: 30px 0 0 0;
  }
  .kfsi-guide-head {
    margin: 40px 0 38px 0;
    border: none;
  }
  .kfsi-guide-head__title {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #999;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #004d16;
  }
  .kfsi-guide-head-item-thumb img {
    width: 100%;
  }
  .kfsi-guide-head-item-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }
  .kfsi-guide-head-item-info strong {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-guide-head-item-button {
    display: flex;
    gap: 8px;
  }
  .kfsi-guide-head-item-button .btn {
    min-width: 140px;
  }
  .kfsi-guide-list {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 40px;
  }
  .kfsi-guide-list-item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .kfsi-guide-list-item-thumb {
    display: flex;
    border: none;
    height: auto;
  }
  .kfsi-guide-list-item-thumb img {
    width: 120px;
    height: 80px;
    border: solid 1px #ccc;
    background-color: #fff;
  }
  .kfsi-guide-list-item-info {
    padding: 0 10px;
  }
  .kfsi-guide-list-item-info strong {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-guide-list-item-info p {
    margin: 0 0 0 0;
    color: #999;
    font-size: 14px;
  }
  .kfsi-guide-list-item-button {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  .kfsi-guide-list-item-button .btn {
    width: 100%;
  }
}
.kfsi-location {
  margin: 34px 0 0 0;
}
.kfsi-location-modal-title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #004d16;
}
.kfsi-location-modal-box {
  margin-bottom: 38px;
  padding: 22px 26px 30px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.kfsi-location-modal-box img {
  max-width: 100%;
}
.kfsi-location-modal .kfsi-textlist {
  margin: 10px 0 10px 0;
}
.kfsi-location-modal-img {
  padding: 16px;
  background-color: #f7f7f7;
}
.kfsi-location-modal-img img {
  max-width: 100%;
}
.kfsi-location-select {
  display: none;
}
.kfsi-location-item {
  margin-bottom: 48px;
}
.kfsi-location-item:last-child {
  margin-bottom: 0;
}
.kfsi-location-item .kfsi-h5 {
  margin-bottom: 16px;
  font-weight: 400;
}
.kfsi-location-item .kfsi-h5::before {
  display: none;
}
.kfsi-location-head {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
}
.kfsi-location-head-thumb {
  width: 320px;
  height: 212px;
  margin: 0 auto;
  border: solid 1px #ccc;
}
.kfsi-location-head-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-location-head-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0 0 0;
}
.kfsi-location-head-info-item {
  display: flex;
  gap: 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-location-head-info-item strong {
  white-space: noWrap;
}
.kfsi-location-head-info-item__list {
  display: flex;
  gap: 60px;
}
.kfsi-location-head-info-item__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-location-head-info-item__list ul li {
  margin: 0 0 2px 0;
  padding: 0;
}
.kfsi-location-head-info-item__list ul li:last-child {
  margin: 0;
}
.kfsi-location-map {
  margin-top: 24px;
}
.kfsi-location-map .root_daum_roughmap_landing .border2 {
  display: block !important;
}
.kfsi-location-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.kfsi-location-qr-item {
  height: 420px;
  padding: 28px 29px;
  border: solid 1px #ccc;
  text-align: center;
}
.kfsi-location-qr-item__title {
  margin-bottom: 24px;
}
.kfsi-location-qr-item__title img {
  width: 190px;
}
.kfsi-location-qr-item__qr img {
  width: 150px;
}
.kfsi-location-table-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-location {
    margin: 30px 0 0 0;
  }
  .kfsi-location-select {
    display: block;
    margin-bottom: 12px;
  }
  .kfsi-location-select select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border-radius: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
  }
  .kfsi-location-item {
    margin-bottom: 28px;
  }
  .kfsi-location-item:last-child {
    margin-bottom: 0;
  }
  .kfsi-location-item .kfsi-h5 {
    margin-bottom: 10px;
  }
  .kfsi-location-head {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 30px;
  }
  .kfsi-location-head-thumb {
    width: auto;
    height: auto;
    margin: 0 -16px;
  }
  .kfsi-location-head-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-location-head-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0 0 0;
  }
  .kfsi-location-head-info-item {
    display: flex;
    gap: 12px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-location-head-info-item__list {
    display: block;
  }
  .kfsi-location-head-info-item__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-location-head-info-item__list ul li {
    margin: 0 0 2px 0;
    padding: 0;
  }
  .kfsi-location-head-info-item__list ul li:last-child {
    margin: 0;
  }
  .kfsi-location-map {
    margin: 0 -16px;
    margin-top: 30px;
    border: none;
  }
  .kfsi-location-map .root_daum_roughmap {
    width: 100% !important;
  }
  .kfsi-location-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }
  .kfsi-location-qr-item {
    height: auto;
    padding: 0;
    border: none;
    text-align: center;
  }
  .kfsi-location-qr-item__title {
    margin-bottom: 0;
  }
  .kfsi-location-qr-item__title img {
    width: 114px;
  }
  .kfsi-location-qr-item__qr {
    display: none;
  }
  .kfsi-location-table-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.kfsi-privacy-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.kfsi-privacy-list-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.kfsi-privacy-list-item-title span {
  min-width: 30px;
  text-align: center;
}
.kfsi-privacy-list-item-contents {
  padding: 30px;
}
.kfsi-privacy-list-item-contents p {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  word-break: keep-all;
}
.kfsi-privacy-list-item-contents .kfsi-table thead th {
  font-size: 14px;
}
.kfsi-privacy-list-item-contents .kfsi-table tbody th,
.kfsi-privacy-list-item-contents .kfsi-table tbody td {
  font-size: 14px;
}
.kfsi-privacy .accordion {
  border-top: 2px solid var(--6c6e75, #6c6e75);
}
.kfsi-privacy .accordion-item {
  border-radius: 0;
  border: none;
}
.kfsi-privacy .accordion-button {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.kfsi-privacy .accordion-body {
  padding: 0;
  background: var(--f6f6f6, #f6f6f6);
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
  .kfsi-privacy-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .kfsi-privacy-list-item-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .kfsi-privacy-list-item-title span {
    min-width: 30px;
    text-align: center;
  }
  .kfsi-privacy-list-item-contents {
    padding: 20px 10px;
  }
  .kfsi-privacy-list-item-contents p {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .kfsi-privacy-list-item-contents .kfsi-table thead th {
    font-size: 14px;
  }
  .kfsi-privacy-list-item-contents .kfsi-table tbody th,
  .kfsi-privacy-list-item-contents .kfsi-table tbody td {
    font-size: 14px;
  }
}
.kfsi-modal-user__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.kfsi-modal-user-form {
  padding: 16px 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.kfsi-modal-user-form table {
  width: 100%;
}
.kfsi-modal-user-form table th,
.kfsi-modal-user-form table td {
  padding: 8px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 992px) {
  .kfsi-modal-user__title {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .kfsi-modal-user-form {
    padding: 16px 16px;
    border-radius: 20px;
    background-color: #f7f7f7;
  }
  .kfsi-modal-user-form table {
    width: 100%;
  }
  .kfsi-modal-user-form table th,
  .kfsi-modal-user-form table td {
    padding: 8px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
}
.kfsi-modal-radio-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}
.kfsi-modal-radio-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 10px;
  height: 300px;
  overflow: auto;
}
.kfsi-seat {
  margin-top: 40px;
}
.kfsi-seat__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 85px;
}
.kfsi-seat__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin: 0;
  border-radius: 100px;
  background: #999;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-seat__list {
  display: grid;
  gap: 5px;
  overflow: auto;
}
.kfsi-seat__list button {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-seat__list button strong {
  display: none;
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-seat__list button:disabled {
  background: #eee url(../images/icon/seat-x.svg) no-repeat 50% 50%;
  border-color: #ccc;
}
.kfsi-seat__list button.active {
  border-radius: 10px;
  border: 2px solid #0f6327;
  background: #e4f2d3;
}
.kfsi-seat__list button.active strong {
  display: block;
}
@media screen and (max-width: 992px) {
  .kfsi-seat {
    margin-top: 40px;
  }
  .kfsi-seat__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0 25px;
  }
  .kfsi-seat__title p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    margin: 0;
    border-radius: 100px;
    background: #999;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-seat__list {
    display: grid;
    gap: 5px;
  }
}
.kfsi-edu-index {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.kfsi-edu-index-item {
  width: 100%;
  height: 353px;
  padding: 24px;
  border-radius: 20px;
}
.kfsi-edu-index-item dl {
  margin: 0;
  padding: 0;
}
.kfsi-edu-index-item dl dt {
  margin: 0 0 12px 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-edu-index-item dl dd {
  margin: 0;
  padding: 0;
}
.kfsi-edu-index-item dl dd ul {
  margin: 0;
  padding: 0;
}
.kfsi-edu-index-item dl dd ul li {
  display: flex;
  gap: 10px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.kfsi-edu-index-item dl dd ul li a {
  color: #000;
}
.kfsi-edu-index-item dl dd ul li::before {
  content: "";
  display: block;
  min-width: 5px;
  height: 5px;
  margin-top: 9px;
  background: #000;
  border-radius: 5px;
}
.kfsi-edu-index-item--bg01 {
  background: #d7f2f9 url(../images/edu/index01.svg) no-repeat 100% 50%;
}
.kfsi-edu-index-item--bg02 {
  background: #d9f8e5 url(../images/edu/index02.svg) no-repeat 100% 50%;
}
.kfsi-edu-index-item--bg03 {
  background: #f6f7c4 url(../images/edu/index03.svg) no-repeat 100% 50%;
}
.kfsi-edu-index-item--bg04 {
  background: #f6d6d6 url(../images/edu/index04.svg) no-repeat 100% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-index {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }
  .kfsi-edu-index-item {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
  .kfsi-edu-index-item__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .kfsi-edu-index-item__title .kfsi-h4 {
    margin: 0;
  }
  .kfsi-edu-index-item__title a {
    color: #1854a3;
    text-align: right;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration: underline;
  }
  .kfsi-edu-index-item .kfsi-textlist {
    margin: 24px 0 0 0;
  }
  .kfsi-edu-index-item .kfsi-textlist:first-child {
    margin: 0;
  }
  .kfsi-edu-index-item .kfsi-edu-list {
    padding-top: 16px;
    border: none;
  }
}
.kfsi-edu-head {
  margin: 40px 0 22px 0;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-head {
    margin: 0 0 0 0;
  }
  .kfsi-edu-head .kfsi-textlist {
    margin: 0;
  }
}
.kfsi-edu-body {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-body {
    margin-top: 40px;
  }
  .kfsi-edu-body .nav {
    display: none;
  }
  .kfsi-edu-body .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 32px;
  }
  .kfsi-edu-body .tab-content > .tab-pane:last-child {
    margin-bottom: 0;
  }
}
.kfsi-edu-title {
  display: none;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-title {
    display: block;
    padding: 0 0 8px 4px;
    color: #004d16;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
}
.kfsi-edu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}
.kfsi-edu-list-item__thumb {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.kfsi-edu-list-item__thumb img {
  width: 100%;
}
.kfsi-edu-list-item__text {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-edu-list-item__text p {
  margin: 0;
}
.kfsi-edu-list-item-info {
  margin-top: 10px;
}
.kfsi-edu-list-item-info__title {
  margin-bottom: 5px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.54px;
  text-align: center;
}
.kfsi-edu-list-item-info__text {
  padding: 5px;
}
.kfsi-edu-list-item-info__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-edu-list-item-info__text ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-edu-list-item-info__text ul li span {
  position: relative;
  min-width: 54px;
  margin-right: 10px;
}
.kfsi-edu-list-item-info__text ul li span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 13px;
  border-right: 1px solid #000;
  transform: translateY(-50%);
}
.kfsi-edu-list-item-info__button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.kfsi-edu-list-item-info__button .btn {
  width: 100%;
  gap: 14px;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin: 0;
    padding-top: 24px;
    border-top: 2px solid #004d16;
  }
  .kfsi-edu-list-item {
    width: 100%;
  }
  .kfsi-edu-list-item .kfsi-player {
    background: #eee;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .kfsi-edu-list-item__thumb {
    position: relative;
    height: 0;
    padding-top: 135%;
  }
  .kfsi-edu-list-item__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-edu-list-item__thumb-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    background: #f1f1f1;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-edu-list-item__thumb-text span {
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    max-height: 72rem;
  }
  .kfsi-edu-list-item__text {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-edu-list-item__text p {
    margin: 0;
  }
  .kfsi-edu-list-item-info {
    margin-top: 10px;
  }
  .kfsi-edu-list-item-info__title {
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
  }
  .kfsi-edu-list-item-info__text {
    padding: 5px 0 0 0;
  }
  .kfsi-edu-list-item-info__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-edu-list-item-info__text ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
  }
  .kfsi-edu-list-item-info__text ul li span {
    position: relative;
    min-width: 44px;
    margin-right: 10px;
  }
  .kfsi-edu-list-item-info__text ul li span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    border-right: 1px solid #000;
    transform: translateY(-50%);
  }
  .kfsi-edu-list-item-info__button {
    display: flex;
    gap: 8px;
    margin: 0 0 5px 0;
  }
  .kfsi-edu-list-item-info__button .btn {
    width: 100%;
    gap: 14px;
  }
  .kfsi-edu-list-item-info__button .btn i {
    display: none;
  }
  .kfsi-edu-list-item-info-body {
    display: flex;
    flex-direction: column-reverse;
  }
}
.kfsi-edu-movie {
  display: flex;
  gap: 20px;
  margin: 60px 0 0 0;
}
.kfsi-edu-movie-item {
  max-width: 300px;
  height: 100%;
}
.kfsi-edu-movie-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 39px;
  padding-right: 28px;
  background: url(../images/edu/movie-title.svg) no-repeat 50% 50%;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-edu-movie-item__body {
  height: 100%;
  padding: 20px 38px;
  border-radius: 0px 10px 10px 10px;
  background: var(--f6f6f6, #f6f6f6);
}
.kfsi-edu-movie-item__list ol {
  margin-left: -8px;
}
.kfsi-edu-movie-item__list ol li {
  margin-top: 14px;
}
.kfsi-edu-movie-item__list ol li a {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-edu-movie-item__list ol li a::after {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 19px;
  background: url(./../images/edu/movie-play.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-movie {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 40px 0 0 0;
  }
  .kfsi-edu-movie-item {
    max-width: 300px;
    height: 100%;
  }
  .kfsi-edu-movie-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 39px;
    padding-right: 28px;
    background: url(../images/edu/movie-title.svg) no-repeat 50% 50%;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
  }
  .kfsi-edu-movie-item__body {
    height: 100%;
    padding: 20px 38px;
    border-radius: 0px 10px 10px 10px;
    background: var(--f6f6f6, #f6f6f6);
  }
  .kfsi-edu-movie-item__list ol {
    margin-left: -8px;
  }
  .kfsi-edu-movie-item__list ol li {
    margin-top: 14px;
  }
  .kfsi-edu-movie-item__list ol li a {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: keep-all;
  }
  .kfsi-edu-movie-item__list ol li a::after {
    content: "";
    display: block;
    min-width: 24px;
    width: 24px;
    height: 19px;
    background: url(./../images/edu/movie-play.svg) no-repeat 50% 50%;
  }
}
.kfsi-edu-experience {
  margin-top: 20px;
}
.kfsi-edu-experience .btn {
  min-width: 225px;
}
.kfsi-edu-manual-title {
  display: none;
}
.kfsi-edu-manual-list-item {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.kfsi-edu-manual-list-item:first-child {
  margin-top: 0;
}
.kfsi-edu-manual-list-item-thumb {
  display: block;
}
.kfsi-edu-manual-list-item-thumb img {
  width: 190px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.kfsi-edu-manual-list-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-edu-manual-list-item-title::before, .kfsi-edu-manual-list-item-title::after {
  content: "";
  display: block;
  width: 5px;
  height: 26px;
  background: #8bc53f;
  background: #579500;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .kfsi-edu-manual-title {
    display: block;
    margin-bottom: 24px;
    padding: 0 0 8px 4px;
    border-bottom: 2px solid #004d16;
    color: #004d16;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-edu-manual-list-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
  .kfsi-edu-manual-list-item:first-child {
    margin-top: 0;
  }
  .kfsi-edu-manual-list-item-thumb {
    display: block;
    text-align: center;
  }
  .kfsi-edu-manual-list-item-thumb img {
    width: 190px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .kfsi-edu-manual-list-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-edu-manual-list-item-title::before, .kfsi-edu-manual-list-item-title::after {
    content: "";
    display: block;
    width: 5px;
    height: 26px;
    background: #8bc53f;
    background: #579500;
    border-radius: 30px;
  }
}
.kfsi-education {
  position: relative;
}
.kfsi-education-list {
  border: 1px solid #ddd;
}
.kfsi-education-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-education-list ol li {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.kfsi-education-list ol li span {
  color: #004d16;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-education-list ol li:last-child {
  border-bottom: none;
}
.kfsi-education-application {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.kfsi-education-application--grid3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.kfsi-education-application dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.kfsi-education-application dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin: 0;
  padding: 0 16px;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.kfsi-education-application dl dt .badge {
  padding: 6px 24px;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.kfsi-education-application dl dt p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-education-application dl dd {
  height: 100%;
  margin: 0;
  padding: 40px 30px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-education-application dl dd.kfsi-education-application-button {
  min-height: 55px;
  height: 55px;
  padding: 0;
}
.kfsi-education-application dl dd.kfsi-education-application-button button,
.kfsi-education-application dl dd.kfsi-education-application-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 55px;
  border: 0;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-education-application dl dd.kfsi-education-application-button button::after,
.kfsi-education-application dl dd.kfsi-education-application-button a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(./../images/icon/ico-arrow2.svg) no-repeat 50% 50%;
}
.kfsi-education-application dl dd.kfsi-education-application-button-complete {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  height: 55px;
  padding: 0;
  background: #ddd;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-education-application dl dd .kfsi-textlist {
  margin: 0;
}
.kfsi-education-application dl dd .kfsi-textlist ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .kfsi-education-application {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kfsi-education-application dl {
    margin: 0;
    padding: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .kfsi-education-application dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin: 0;
    padding: 0 16px 0 10px;
    background: var(--E4F2D3, #e4f2d3);
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
  }
  .kfsi-education-application dl dt .badge {
    padding: 6px 24px;
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
  }
  .kfsi-education-application dl dd {
    margin: 0;
    padding: 20px 30px;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .kfsi-education-application dl dd.kfsi-education-application-button {
    height: 55px;
  }
  .kfsi-education-application dl dd.kfsi-education-application-button button,
  .kfsi-education-application dl dd.kfsi-education-application-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    border: 0;
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
  }
  .kfsi-education-application dl dd.kfsi-education-application-button button::after,
  .kfsi-education-application dl dd.kfsi-education-application-button a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(./../images/icon/ico-arrow2.svg) no-repeat 50% 50%;
  }
  .kfsi-education-application dl dd.kfsi-education-application-button-complete {
    height: 55px;
    background: #ddd;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
  }
  .kfsi-education-application dl dd .kfsi-textlist ul {
    display: block;
  }
  .kfsi-education-application dl dd .kfsi-textlist ul li {
    margin-bottom: 10px;
  }
  .kfsi-education-application dl dd .kfsi-textlist ul li:last-child {
    margin-bottom: 0;
  }
}
.kfsi-education-agree {
  position: relative;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 992px) {
  .kfsi-education-agree {
    margin: 30px 0 0 0;
  }
}
.kfsi-education-agree-menu {
  width: 440px;
}
@media screen and (max-width: 992px) {
  .kfsi-education-agree-menu {
    width: 100%;
  }
}
.kfsi-education-agree-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
}
.kfsi-education-agree-menu-item button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 0 16px;
  background: none;
  border: 0;
  text-align: left;
}
.kfsi-education-agree-menu-item:first-child {
  margin: 0;
}
.kfsi-education-agree-menu-item .form-check {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  cursor: pointer;
}
.kfsi-education-agree-menu-item .form-check-label {
  position: relative;
  z-index: 20;
  text-align: right;
  cursor: pointer;
}
.kfsi-education-agree-menu-item .form-check-label .text-primary {
  display: none;
}
.kfsi-education-agree-menu-item .form-check-input {
  position: relative;
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100px;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.kfsi-education-agree-menu-item .form-check-input:checked ~ label .text-primary {
  display: block;
}
.kfsi-education-agree-menu-item .form-check-input:checked ~ label .text-primary::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -27px;
  width: 24px;
  height: 24px;
  background: url(../images/tabler_check.svg) no-repeat 50% 50%;
}
.kfsi-education-agree-menu-item .form-check-input:checked ~ label .text-danger {
  display: none;
}
.kfsi-education-agree-menu-item .form-check-input:checked ~ .kfsi-education-agree-menu-bg {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .kfsi-education-agree-menu-item button {
    padding: 14px 16px;
  }
}
.kfsi-education-agree-menu-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f8fff4;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease;
}
.kfsi-education-agree-text {
  width: 440px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .kfsi-education-agree-text {
    width: 100%;
  }
}
.kfsi-education-agree-contents {
  position: relative;
}
.kfsi-education-agree-contents-item {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 470px;
  height: 100%;
  padding: 16px;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #fff;
}
.kfsi-education-agree-contents-item.active {
  display: block;
}
@media screen and (max-width: 992px) {
  .kfsi-education-agree-contents-item {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-top: none;
  }
}
@media screen and (max-width: 992px) {
  .kfsi-education .kfsi-nav ol {
    gap: 0;
  }
  .kfsi-education-list {
    border: 1px solid #ddd;
  }
  .kfsi-education-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-education-list ol li {
    margin: 0;
    padding: 15px 14px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .kfsi-education-list ol li span {
    color: #004d16;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-education-list ol li:last-child {
    border-bottom: none;
  }
  .kfsi-education-tablelist h4, .kfsi-education-tablelist .h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin: 0;
    padding: 0;
    background: #004d16;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-education-tablelist-list {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f6f6f6;
  }
  .kfsi-education-tablelist-list-item {
    margin-top: 10px;
    border: 1px solid #666;
  }
  .kfsi-education-tablelist-list-item:first-child {
    margin-top: 0;
  }
  .kfsi-education-tablelist-list-item h5, .kfsi-education-tablelist-list-item .h5 {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #666;
    background: #e4f2d3;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-education-tablelist-list-item-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ccc;
    gap: 1px;
  }
  .kfsi-education-tablelist-list-item-dl dl {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .kfsi-education-tablelist-list-item-dl dl dt {
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .kfsi-education-tablelist-list-item-dl dl dd {
    margin: 0;
    padding: 12px 10px;
    text-align: center;
  }
}
.kfsi-login-head {
  position: relative;
  margin: 0 0 60px 0;
  word-break: keep-all;
  font-size: 16px;
}
.kfsi-login-head-button {
  position: absolute;
  top: 0;
  right: 0;
}
.kfsi-login-body .nav {
  margin: 0 0 60px 0;
}
.kfsi-login-body-title {
  margin: 0 0 20px 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
}
.kfsi-login-simple {
  width: 635px;
  margin: 50px auto 0;
}
.kfsi-login-simple-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.kfsi-login-simple-text {
  margin: 36px 0 0 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  word-break: keep-all;
}
.kfsi-login-simple-button {
  margin: 50px 0 0 0;
  text-align: center;
}
.kfsi-login-simple-button .btn {
  min-width: 225px;
}
.kfsi-login-blindness {
  width: 492px;
  margin: 50px auto 0;
}
.kfsi-login-blindness-text {
  margin: 0 10px 20px 10px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-login-blindness-button {
  margin: 50px 0 0 0;
  text-align: center;
}
.kfsi-login-blindness-button .btn {
  min-width: 225px;
}
.kfsi-login-blindness-button p {
  margin: 15px 0 0 0;
}
.kfsi-login-naver-button {
  margin: 50px 0 0 0;
  text-align: center;
}
.kfsi-login-naver-button .btn {
  gap: 0;
  min-width: 225px;
  border-radius: 10px;
  background: #03c75a;
  border-color: #03c75a;
}
.kfsi-login-naver-button .btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/login/btn-naver.svg) no-repeat 50% 50%;
}
.kfsi-login-pass {
  width: 560px;
  margin: 60px auto 0;
}
.kfsi-login-pass-text {
  color: #000;
  text-align: center;
  /* Pretendard */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-login-pass-button {
  margin: 60px 0 0 0;
  text-align: center;
}
.kfsi-login-pass-button .btn {
  min-width: 225px;
}
.kfsi-login-id {
  width: 492px;
  margin: 50px auto 0;
}
.kfsi-login-id-button {
  margin: 50px 0 0 0;
  text-align: center;
}
.kfsi-login-id-button .btn {
  min-width: 225px;
}
.kfsi-login-id-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
.kfsi-login-id-link hr {
  width: 1px;
  height: 11px;
  margin: 0 20px;
  background: #999;
  opacity: 1;
}
.kfsi-login-id-link a {
  color: #333;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.kfsi-login-find-result {
  margin: 80px 0 0 0;
}
.kfsi-login-find-result-head {
  margin: 0 0 80px 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
.kfsi-login-find-result-list {
  margin: 0 0 15px 0;
}
.kfsi-login-find-result-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-login-find-result-list ul li {
  margin: 10px 0 0 0;
  padding: 12px 20px;
  background: var(--E4F2D3, #e4f2d3);
}
.kfsi-login-find-result-list ul li:first-child {
  margin: 0;
}
.kfsi-login-find-result-list ul li .form-check-label {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-login-find-result-table {
  margin: 0 0 20px 0;
  padding: 10px;
  background: var(--E4F2D3, #e4f2d3);
}
.kfsi-login-find-result-table table th {
  padding: 8px 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-login-find-result-table table td {
  padding: 8px 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-login-find-info {
  margin: 80px 0 0 0;
}
.kfsi-login-find-info-head {
  margin: 0 0 80px 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 0.6px;
  word-break: keep-all;
}
.kfsi-login-find-info-phone {
  margin: 10px 0 0 0;
  padding: 12px 20px;
  background: var(--E4F2D3, #e4f2d3);
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-login-find-info .kfsi-textlist {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-login-head {
    position: relative;
    margin: 0 0 60px 0;
    word-break: keep-all;
  }
  .kfsi-login-head-button {
    position: relative;
    top: auto;
    right: auto;
    margin: 30px 0 0 0;
    text-align: center;
  }
  .kfsi-login-body .nav {
    margin: 0 0 40px 0;
  }
  .kfsi-login-body-title {
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
  }
  .kfsi-login-simple {
    width: 100%;
    margin: 40px auto 0;
  }
  .kfsi-login-simple-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
  }
  .kfsi-login-simple-text {
    margin: 20px 0 0 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-login-simple-button {
    margin: 40px 0 0 0;
    padding: 0 14px;
  }
  .kfsi-login-simple-button .btn {
    min-width: 225px;
    width: 100%;
  }
  .kfsi-login-blindness {
    width: 100%;
    margin: 40px auto 0;
  }
  .kfsi-login-blindness-text {
    margin: 0 0 16px 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-login-blindness-button {
    margin: 40px 14px 0 14px;
    text-align: center;
  }
  .kfsi-login-blindness-button .btn {
    min-width: 225px;
    width: 100%;
  }
  .kfsi-login-blindness-button p {
    margin: 15px 0 0 0;
  }
  .kfsi-login-naver-button {
    margin: 40px 0 0 0;
    padding: 0 14px;
  }
  .kfsi-login-naver-button .btn {
    gap: 0;
    width: 100%;
    min-width: 225px;
    border-radius: 10px;
    background: #03c75a;
    border-color: #03c75a;
  }
  .kfsi-login-naver-button .btn::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/login/btn-naver.svg) no-repeat 50% 50%;
  }
  .kfsi-login-pass {
    width: 100%;
    margin: 40px auto 0;
  }
  .kfsi-login-pass-text {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-login-pass-button {
    margin: 40px 0 0 0;
    padding: 0 14px;
  }
  .kfsi-login-pass-button .btn {
    min-width: 225px;
    width: 100%;
  }
  .kfsi-login-id {
    width: 100%;
    margin: 40px auto 0;
  }
  .kfsi-login-id-button {
    margin: 40px 0 0 0;
    padding: 0 14px;
  }
  .kfsi-login-id-button .btn {
    min-width: 225px;
    width: 100%;
  }
  .kfsi-login-id-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .kfsi-login-id-link hr {
    width: 1px;
    height: 11px;
    margin: 0 20px;
    background: #999;
    opacity: 1;
  }
  .kfsi-login-id-link a {
    color: #333;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
  }
  .kfsi-login-find-result {
    margin: 10px 0 0 0;
  }
  .kfsi-login-find-result-head {
    margin: 0 0 40px 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.54px;
  }
  .kfsi-login-find-result-list {
    margin: 0 0 20px 0;
  }
  .kfsi-login-find-result-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-login-find-result-list ul li {
    margin: 10px 0 0 0;
    padding: 12px 16px;
    background: var(--E4F2D3, #e4f2d3);
  }
  .kfsi-login-find-result-list ul li:first-child {
    margin: 0;
  }
  .kfsi-login-find-result-list ul li .form-check-label {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-login-find-result-table {
    margin: 0 0 20px 0;
    padding: 10px;
    background: var(--E4F2D3, #e4f2d3);
  }
  .kfsi-login-find-result-table table th {
    padding: 5px 6px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-login-find-result-table table td {
    padding: 5px 6px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-login-find-info {
    margin: 10px 0 0 0;
  }
  .kfsi-login-find-info-head {
    margin: 0 0 40px 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.54px;
  }
  .kfsi-login-find-info-phone {
    margin: 10px 0 0 0;
    padding: 12px 16px;
    background: var(--E4F2D3, #e4f2d3);
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-login-find-info .kfsi-textlist {
    margin-top: 20px;
  }
}
.kfsi-join-head {
  margin: 0 0 60px 0;
  word-break: keep-all;
}
.kfsi-join-step01 .kfsi-agree-form {
  margin-top: 60px;
}
.kfsi-join-step01 .kfsi-agree-form:first-child {
  margin-top: 0;
}
.kfsi-join-step01-button {
  margin: 60px 0 0 0;
  text-align: center;
}
.kfsi-join-step01-button .btn {
  min-width: 150px;
}
.kfsi-join-step02 .kfsi-agree-form {
  margin-top: 60px;
}
.kfsi-join-step02 .kfsi-agree-form:first-child {
  margin-top: 0;
}
.kfsi-join-step02-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px 0 0 0;
}
.kfsi-join-step02-button .btn {
  min-width: 225px;
}
.kfsi-join-complete {
  padding: 24px 0 0 0;
}
.kfsi-join-complete::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 36px;
  background: url(../images/icon/ico-join-complete.svg) no-repeat 50% 50%;
}
.kfsi-join-complete p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.66px;
  text-align: center;
  word-break: keep-all;
}
.kfsi-join-button {
  margin: 60px 0 0 0;
  text-align: center;
}
.kfsi-join-button .btn {
  min-width: 225px;
}
@media screen and (max-width: 992px) {
  .kfsi-join-step01 .kfsi-agree-form {
    margin-top: 40px;
  }
  .kfsi-join-step01 .kfsi-agree-form:first-child {
    margin-top: 0;
  }
  .kfsi-join-step01-button {
    margin: 40px 0 0 0;
    padding: 0 14px;
    text-align: center;
  }
  .kfsi-join-step01-button .btn {
    min-width: 150px;
    width: 100%;
  }
  .kfsi-join-step02 .kfsi-agree-form {
    margin-top: 60px;
  }
  .kfsi-join-step02 .kfsi-agree-form:first-child {
    margin-top: 0;
  }
  .kfsi-join-step02-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 0 0;
  }
  .kfsi-join-step02-button .btn {
    min-width: auto;
    width: 100%;
  }
  .kfsi-join-complete {
    padding: 40px 0 0 0;
  }
  .kfsi-join-complete::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
    background: url(../images/icon/ico-join-complete.svg) no-repeat 50% 50%;
  }
  .kfsi-join-complete p {
    margin: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.66px;
    text-align: center;
    word-break: keep-all;
  }
  .kfsi-join-button {
    margin: 60px 0 0 0;
    padding: 0 14px;
    text-align: center;
  }
  .kfsi-join-button .btn {
    min-width: 225px;
    width: 100%;
  }
}
.kfsi-mypage .kfsi-textlist {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage .kfsi-textlist {
    margin-bottom: 40px;
  }
}
.kfsi-mypage-title {
  margin-bottom: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-title {
    margin-bottom: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
}
.kfsi-mypage-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 30px 0;
}
.kfsi-mypage-text .kfsi-textlist {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin: 20px 0 40px;
  }
  .kfsi-mypage-text__button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.kfsi-mypage-text-primary {
  margin-top: 5px;
  color: var(--1854a3, #1854a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-text-primary {
    margin-top: 3px;
    color: var(--1854a3, #1854a3);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.kfsi-mypage-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.kfsi-mypage-phone-input {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ccc;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-phone {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
  }
  .kfsi-mypage-phone-input {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
  }
  .kfsi-mypage-phone-input select,
  .kfsi-mypage-phone-input input {
    width: 100% !important;
    min-width: 60px !important;
  }
  .kfsi-mypage-phone .btn {
    width: 100%;
    height: 40px;
  }
}
.kfsi-mypage-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.kfsi-mypage-number-input {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-mypage-number-text {
  color: var(--1854a3, #1854a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-number {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .kfsi-mypage-number-input {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .kfsi-mypage-number-input select,
  .kfsi-mypage-number-input input {
    width: 100% !important;
  }
  .kfsi-mypage-number-text {
    color: var(--1854a3, #1854a3);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
  }
}
.kfsi-mypage-certification {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.kfsi-mypage-certification-id {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kfsi-mypage-certification-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-mypage-certification-input02 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-mypage-certification-input02 p {
  margin: 0;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-mypage-certification-button {
  margin-right: 10px;
}
.kfsi-mypage-certification-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-mypage-certification-text ul li {
  display: flex;
  gap: 5px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.kfsi-mypage-certification-text ul li:first-child {
  margin: 0;
}
.kfsi-mypage-certification-text ul li i {
  margin-top: 2px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-certification {
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-mypage-certification .btn {
    width: 100%;
    height: 40px;
  }
  .kfsi-mypage-certification-id {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }
  .kfsi-mypage-certification-id .btn {
    width: 100%;
    height: 40px;
  }
  .kfsi-mypage-certification-input {
    width: 100%;
    gap: 16px;
  }
  .kfsi-mypage-certification-input select,
  .kfsi-mypage-certification-input input {
    width: 100% !important;
  }
  .kfsi-mypage-certification-input02 {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .kfsi-mypage-certification-input02 p {
    color: #333;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    text-align: left;
  }
  .kfsi-mypage-certification-button {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .kfsi-mypage-certification-text {
    justify-content: center;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0;
  }
}
.kfsi-mypage-email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-mypage-email-input {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-mypage-email-text {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-email {
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-mypage-email-input {
    width: 100%;
    gap: 3px;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
  }
  .kfsi-mypage-email-text {
    margin-top: 5px;
    color: #333;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}
.kfsi-mypage-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kfsi-mypage-address-post {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-address {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-mypage-address-post {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .kfsi-mypage-address-post .form-control {
    min-width: auto !important;
    width: 100% !important;
  }
  .kfsi-mypage-address-post .btn {
    height: 40px;
    padding: 0 10px;
  }
  .kfsi-mypage-address-input .form-control {
    min-width: auto !important;
    width: 100% !important;
  }
}
.kfsi-mypage-none {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 65px 0 25px 120px;
}
.kfsi-mypage-none::before {
  content: "";
  display: block;
  min-width: 60px;
  height: 60px;
  background: url(./../images/icon/ico-mypage-none.png) no-repeat 50% 50%;
}
.kfsi-mypage-none p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 109.091% */
  letter-spacing: 0.66px;
  word-break: keep-all;
}
@media screen and (max-width: 992px) {
  .kfsi-mypage-none {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0 0 0;
  }
  .kfsi-mypage-none::before {
    content: "";
    display: block;
    min-width: 60px;
    height: 60px;
    background: url(./../images/icon/ico-mypage-none.png) no-repeat 50% 50%;
  }
  .kfsi-mypage-none p {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
}
.kfsi-agree-form__title {
  padding: 6px 20px;
  border-top: 2px solid var(--004D16, #004d16);
  background: #e4f2d3;
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: 0.48px;
}
.kfsi-agree-form__contents {
  padding: 30px;
  border-top: 1px solid #ccc;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-agree-form__foot {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f6f6f6;
  text-align: center;
}
.kfsi-agree-form__foot .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.kfsi-agree-form__foot .form-check-input {
  margin-bottom: 5px;
}
.kfsi-agree-form .kfsi-table table {
  border: none;
}
.kfsi-agree-form .kfsi-table table a {
  color: #000;
}
.kfsi-agree-form .kfsi-table table th,
.kfsi-agree-form .kfsi-table table td {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .kfsi-agree-form__title {
    margin-bottom: 16px;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.51px;
  }
  .kfsi-agree-form__title::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 4px solid #8bc53f;
    border: 4px solid #579500;
    background: #fff;
  }
  .kfsi-agree-form-type2 .kfsi-agree-form__title {
    padding: 12px 10px;
    border-top: 2px solid var(--004D16, #004d16);
    background: #e4f2d3;
    color: var(--004D16, #004d16);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-agree-form-type2 .kfsi-agree-form__title::before {
    display: none;
  }
  .kfsi-agree-form-type2 .kfsi-agree-form__contents {
    padding: 0 0 30px 0;
    border: none;
  }
  .kfsi-agree-form-type2 .kfsi-agree-form__foot {
    padding: 20px;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
  .kfsi-agree-form__contents {
    padding: 24px 14px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  .kfsi-agree-form__foot {
    padding: 8px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 0 0 20px 20px;
    border: 1px solid #ccc;
  }
  .kfsi-agree-form__foot .form-check {
    margin: 0;
  }
}
.kfsi-classroom-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.kfsi-classroom-index-item {
  min-height: 268px;
  padding: 20px 24px;
  border-radius: 30px;
  border: 1px solid #ccc;
}
.kfsi-classroom-index-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.kfsi-classroom-index-item-title h4, .kfsi-classroom-index-item-title .h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-index-item-list {
  padding: 0 6px;
}
.kfsi-classroom-index-item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-classroom-index-item-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
}
.kfsi-classroom-index-item-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  min-width: 3px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.kfsi-classroom-index-item-list ul li:first-child {
  margin: 0;
}
.kfsi-classroom-index-item-list ul li p {
  margin: 0;
  color: #333;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  word-break: keep-all;
}
.kfsi-classroom-index-item-list ul li p span {
  color: #666;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
@media screen and (max-width: 992px) {
  .kfsi-classroom-index {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kfsi-classroom-index-item {
    min-height: auto;
    padding: 20px 24px;
    border-radius: 30px;
    border: 1px solid #ccc;
  }
  .kfsi-classroom-index-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .kfsi-classroom-index-item-title h4, .kfsi-classroom-index-item-title .h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-index-item-list {
    padding: 0 0;
  }
  .kfsi-classroom-index-item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-classroom-index-item-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
  }
  .kfsi-classroom-index-item-list ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
    min-width: 3px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
  }
  .kfsi-classroom-index-item-list ul li:first-child {
    margin: 0;
  }
  .kfsi-classroom-index-item-list ul li p {
    margin: 0;
    color: #333;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    word-break: keep-all;
  }
  .kfsi-classroom-index-item-list ul li p span {
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
}
.kfsi-classroom-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #f6f6f6;
}
.kfsi-classroom-list-head-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-classroom-list-head-select .form-select {
  min-width: 90px;
}
.kfsi-classroom-list-head-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kfsi-classroom-list-head-search .form-control {
  width: 220px;
}
.kfsi-classroom-list-head-search .btn {
  min-width: 90px;
}
.kfsi-classroom-list-list {
  margin-top: 60px;
}
.kfsi-classroom-list-item {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}
.kfsi-classroom-list-item:first-child {
  margin-top: 0;
}
.kfsi-classroom-list-item__thumb {
  min-width: 320px;
  height: 224px;
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.kfsi-classroom-list-item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-classroom-list-item__info {
  width: 100%;
}
.kfsi-classroom-list-item__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.kfsi-classroom-list-item__eyebrow {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-classroom-list-item__title {
  margin-bottom: 6px;
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
}
.kfsi-classroom-list-item__table {
  padding: 5px;
}
.kfsi-classroom-list-item__table table tbody th {
  min-width: 150px;
  padding: 5px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-classroom-list-item__table table tbody td {
  padding: 5px;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-classroom-list-item__button {
  padding: 10px 0;
}
.kfsi-classroom-list-item__button .btn {
  min-width: 150px;
}
@media screen and (max-width: 992px) {
  .kfsi-classroom-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #f6f6f6;
  }
  .kfsi-classroom-list-head-select {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .kfsi-classroom-list-head-select .form-select {
    min-width: 90px;
    width: 100%;
  }
  .kfsi-classroom-list-head-search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .kfsi-classroom-list-head-search .form-control {
    width: 100%;
  }
  .kfsi-classroom-list-head-search .btn {
    min-width: 90px;
    height: 40px;
  }
  .kfsi-classroom-list-list {
    margin-top: 60px;
  }
  .kfsi-classroom-list-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  .kfsi-classroom-list-item:first-child {
    margin-top: 0;
  }
  .kfsi-classroom-list-item__thumb {
    position: relative;
    min-width: 320px;
    height: 0;
    padding-top: 62%;
    border-radius: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .kfsi-classroom-list-item__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-classroom-list-item__info {
    width: 100%;
  }
  .kfsi-classroom-list-item__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .kfsi-classroom-list-item__eyebrow {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    color: #666;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-classroom-list-item__title {
    margin-bottom: 6px;
    color: var(--004D16, #004d16);
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
  }
  .kfsi-classroom-list-item__table {
    padding: 5px;
  }
  .kfsi-classroom-list-item__table table tbody th {
    min-width: 150px;
    padding: 5px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-list-item__table table tbody td {
    padding: 5px;
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-list-item__button {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .kfsi-classroom-list-item__button .btn {
    min-width: 150px;
  }
}
.kfsi-classroom-detail-head {
  border-radius: 20px;
  border: 1px solid #ccc;
}
.kfsi-classroom-detail-head-title {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 82px;
  padding: 0 30px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-classroom-detail-head-title p {
  margin: 0;
  color: #004d16;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-head-contents {
  display: flex;
  gap: 75px;
  padding: 30px;
}
.kfsi-classroom-detail-head-contents > div {
  width: 100%;
}
.kfsi-classroom-detail-head-contents h4, .kfsi-classroom-detail-head-contents .h4 {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.kfsi-classroom-detail-head-progress-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.kfsi-classroom-detail-head-progress-head span {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-classroom-detail-head-progress-head p {
  margin: 0;
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-classroom-detail-head-progress-head p strong {
  margin-left: 4px;
  color: #8bc53f;
  color: #579500;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-head-progress .progress {
  width: 100%;
  height: 8px;
  background: #eee;
}
.kfsi-classroom-detail-head-progress .progress-bar {
  border-radius: 8px;
  background: #8bc53f;
  background: #579500;
}
.kfsi-classroom-detail-head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kfsi-classroom-detail-head-info-dl {
  display: flex;
  background: #f6f6f6;
  margin-top: 40px;
}
.kfsi-classroom-detail-head-info-dl dl {
  min-width: 200px;
  margin: 0;
  padding: 16px 30px;
}
.kfsi-classroom-detail-head-info-dl dl dt {
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.kfsi-classroom-detail-head-info-dl dl dd {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-classroom-detail-head-info-text-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.kfsi-classroom-detail-head-info-text h4, .kfsi-classroom-detail-head-info-text .h4 {
  margin: 0 0 10px 0;
}
.kfsi-classroom-detail-head-info-text p {
  margin: 0 0 5px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-classroom-detail-head-info-text > span {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-classroom-detail-head-info .btn {
  min-width: 150px;
  height: 60px;
}
.kfsi-classroom-detail-state {
  display: flex;
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.kfsi-classroom-detail-state h5, .kfsi-classroom-detail-state .h5 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-state p {
  margin: 0;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-classroom-detail-state-chart {
  width: 100%;
  border-right: 1px solid #eee;
}
.kfsi-classroom-detail-state-chart__chart {
  position: relative;
  min-width: 180px;
  width: 180px;
  height: 180px;
  margin: 20px auto;
}
.kfsi-classroom-detail-state-chart__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-classroom-detail-state-chart__number strong {
  color: #1854a3;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-state-progress {
  width: 100%;
}
.kfsi-classroom-detail-state-progress__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 300px;
  width: 300px;
  height: 180px;
  margin: 20px auto;
}
.kfsi-classroom-detail-state-progress__progress p {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-classroom-detail-state-progress__progress p strong {
  color: #a87000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-state-progress .progress {
  width: 100%;
  height: 40px;
  background: #eee;
  border-radius: 40px;
}
.kfsi-classroom-detail-state-progress .progress-bar {
  border-radius: 40px;
  background: #ffb626;
}
.kfsi-classroom-detail-box {
  padding: 30px;
  border-radius: 20px;
  background: #f6f6f6;
}
.kfsi-classroom-detail-list {
  border-radius: 20px;
  border: 1px solid #ccc;
}
.kfsi-classroom-detail-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.kfsi-classroom-detail-list-item:last-child {
  border-bottom: 0;
}
.kfsi-classroom-detail-list-item-contents {
  display: flex;
  align-items: center;
  gap: 30px;
}
.kfsi-classroom-detail-list-item-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #f6f6f6;
  color: #999;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-list-item-chart {
  position: relative;
  width: 100px;
  height: 100px;
}
.kfsi-classroom-detail-list-item-chart strong {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a87000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-classroom-detail-list-item-title {
  margin-bottom: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.kfsi-classroom-detail-list-item-title strong {
  font-size: 16px;
}
.kfsi-classroom-detail-list-item-text p {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 5px 0;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-classroom-detail-list-item-text p:last-child {
  margin: 0;
}
.kfsi-classroom-detail-list-item-text p strong {
  font-weight: 400 !important;
}
.kfsi-classroom-detail-list-item .btn {
  min-width: 150px;
}
.kfsi-classroom-detail-task {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 30px 24px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.kfsi-classroom-detail-task-text {
  width: 100%;
}
.kfsi-classroom-detail-task-text p span {
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 50px;
  border: 1px solid #d93600;
  color: #d93600;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
}
@media screen and (max-width: 992px) {
  .kfsi-classroom-detail-head {
    border-radius: 20px;
    border: 1px solid #ccc;
  }
  .kfsi-classroom-detail-head-title {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 66px;
    padding: 0 16px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-classroom-detail-head-title p {
    color: #004d16;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-head-contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 16px;
  }
  .kfsi-classroom-detail-head-contents > div {
    width: 100%;
  }
  .kfsi-classroom-detail-head-contents h4, .kfsi-classroom-detail-head-contents .h4 {
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-classroom-detail-head-progress {
    margin-top: 5px;
  }
  .kfsi-classroom-detail-head-progress-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }
  .kfsi-classroom-detail-head-progress-head span {
    color: #666;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-detail-head-progress-head p {
    margin: 0;
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-detail-head-progress-head p strong {
    margin-left: 4px;
    color: #8bc53f;
    color: #579500;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-head-progress .progress {
    width: 100%;
    height: 8px;
    background: #eee;
  }
  .kfsi-classroom-detail-head-progress .progress-bar {
    border-radius: 8px;
    background: #8bc53f;
    background: #579500;
  }
  .kfsi-classroom-detail-head-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .kfsi-classroom-detail-head-info > div {
    width: 100%;
  }
  .kfsi-classroom-detail-head-info-dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  .kfsi-classroom-detail-head-info-dl dl {
    min-width: 100%;
    margin: 0;
    padding: 10px 24px;
  }
  .kfsi-classroom-detail-head-info-dl dl dt {
    margin: 0 0 5px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-classroom-detail-head-info-dl dl dd {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-detail-head-info-text {
    width: 100%;
    padding: 10px;
    background: #f6f6f6;
  }
  .kfsi-classroom-detail-head-info-text-area {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .kfsi-classroom-detail-head-info-text-area .kfsi-classroom-detail-head-info-text {
    background: none;
  }
  .kfsi-classroom-detail-head-info-text p {
    margin: 10px 0 5px 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-classroom-detail-head-info-text > span {
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-classroom-detail-head-info .btn {
    min-width: 150px;
    height: 60px;
  }
  .kfsi-classroom-detail-state {
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
  }
  .kfsi-classroom-detail-state h5, .kfsi-classroom-detail-state .h5 {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-state p {
    margin: 0;
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-classroom-detail-state-chart {
    width: 100%;
    border: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
  .kfsi-classroom-detail-state-chart__chart {
    position: relative;
    min-width: 140px;
    width: 140px;
    height: 140px;
    margin: 10px auto;
  }
  .kfsi-classroom-detail-state-chart__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-classroom-detail-state-chart__number strong {
    color: #1854a3;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-state-progress {
    width: 100%;
  }
  .kfsi-classroom-detail-state-progress__progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-width: 260px;
    width: 260px;
    height: auto;
    margin: 30px auto 20px;
  }
  .kfsi-classroom-detail-state-progress__progress p {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-classroom-detail-state-progress__progress p strong {
    color: #a87000;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-state-progress .progress {
    width: 100%;
    height: 30px;
    background: #eee;
    border-radius: 30px;
  }
  .kfsi-classroom-detail-state-progress .progress-bar {
    border-radius: 30px;
    background: #ffb626;
  }
  .kfsi-classroom-detail-box {
    padding: 20px 16px;
    border-radius: 20px;
    background: #f6f6f6;
  }
  .kfsi-classroom-detail-list {
    border-radius: 20px;
    border: 1px solid #ccc;
  }
  .kfsi-classroom-detail-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 16px;
    border-bottom: 1px solid #eee;
  }
  .kfsi-classroom-detail-list-item:last-child {
    border-bottom: 0;
  }
  .kfsi-classroom-detail-list-item-contents {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .kfsi-classroom-detail-list-item-status {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    border-radius: 80px;
    color: #999;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-list-item-chart {
    position: relative;
    width: 80px;
    height: 80px;
  }
  .kfsi-classroom-detail-list-item-chart strong {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a87000;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-classroom-detail-list-item-title {
    margin-bottom: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-classroom-detail-list-item-title strong {
    font-size: 16px;
  }
  .kfsi-classroom-detail-list-item-text {
    width: 100%;
  }
  .kfsi-classroom-detail-list-item-text p {
    display: flex;
    gap: 18px;
    color: #666;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
  }
  .kfsi-classroom-detail-list-item-text p strong {
    font-weight: 700 !important;
  }
  .kfsi-classroom-detail-list-item .btn {
    min-width: 150px;
  }
  .kfsi-classroom-detail-task {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    padding: 30px 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
  }
  .kfsi-classroom-detail-task-text {
    width: 100%;
  }
  .kfsi-classroom-detail-task-text p span {
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 50px;
    border: 1px solid #d93600;
    color: #d93600;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
}
.kfsi-license-apply {
  border: 1px solid #ccc;
  border-bottom: none;
}
.kfsi-license-apply__title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
  word-break: keep-all;
}
.kfsi-license-apply__input {
  display: flex;
  gap: 10px;
}
.kfsi-license-apply__input p {
  display: flex;
  gap: 10px;
  margin: 0;
}
.kfsi-license-apply .kfsi-board-write-form {
  border-top: 1px solid #ccc;
}
.kfsi-license-type {
  display: flex;
  gap: 22px;
  padding-top: 10px;
}
.kfsi-license-type-img {
  min-width: 180px;
}
.kfsi-license-type-text dl {
  margin: 0 0 60px 0;
  padding: 0;
}
.kfsi-license-type-text dl:last-child {
  margin: 0;
}
.kfsi-license-type-text dl dt {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-license-type-text dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.kfsi-license-profile {
  display: flex;
  border-top: 2px solid var(--004D16, #004d16);
  border-bottom: 1px solid #ccc;
}
.kfsi-license-profile-img {
  width: 280px;
  padding: 14px 38px;
}
.kfsi-license-profile-img-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfsi-license-profile-img-img img {
  width: 136px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
.kfsi-license-profile-img-info > .form-control {
  width: 190px;
  margin-top: 10px;
}
.kfsi-license-profile-img-info > .btn {
  width: 190px;
  margin-top: 10px;
}
.kfsi-license-profile-img-info .kfsi-textlist {
  margin-top: 10px;
}
.kfsi-license-profile-img-info .kfsi-textlist ul li {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.kfsi-license-profile-img-info .kfsi-textlist ul li::before {
  top: 8px;
}
.kfsi-license-profile-info .kfsi-board-write-form {
  border: none;
}
@media screen and (min-width: 992px) {
  .kfsi-license-profile-info .kfsi-board-write-form table tbody tr th,
  .kfsi-license-profile-info .kfsi-board-write-form table tbody tr td {
    padding: 16px 20px;
  }
  .kfsi-license-profile-info .kfsi-board-write-form table tbody tr:last-child th,
  .kfsi-license-profile-info .kfsi-board-write-form table tbody tr:last-child td {
    border-bottom: none;
  }
}
.kfsi-license-profile-example {
  margin: 60px 0 0 0;
  padding: 42px 30px;
  border-radius: 30px;
  background: #f6f6f6;
}
.kfsi-license-profile-example > strong {
  font-size: 18px;
}
.kfsi-license-profile-example-text {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-license-apply {
    border: none;
  }
  .kfsi-license-apply__title {
    flex-direction: column;
    padding: 16px;
    background: #f6f6f6;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .kfsi-license-apply__input {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-license-apply__input p {
    display: flex;
    gap: 10px;
    margin: 0;
  }
  .kfsi-license-apply__input p .btn {
    width: 100%;
  }
  .kfsi-license-apply .kfsi-board-write-form {
    border-top: 2px solid #004d16;
  }
  .kfsi-license-type {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 16px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }
  .kfsi-license-type-img {
    min-width: 180px;
    text-align: center;
  }
  .kfsi-license-type-text dl {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .kfsi-license-type-text dl:last-child {
    margin: 0;
  }
  .kfsi-license-type-text dl dt {
    margin: 0 0 16px 0;
    padding: 0;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .kfsi-license-type-text dl dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .kfsi-license-type-text dl dd img {
    max-width: 100%;
  }
  .kfsi-license-profile {
    display: flex;
    flex-direction: column;
    border-top: 2px solid var(--004D16, #004d16);
    border-bottom: none;
  }
  .kfsi-license-profile-img {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .kfsi-license-profile-img-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .kfsi-license-profile-img-img img {
    min-width: 90px;
    width: 90px;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kfsi-license-profile-img-info {
    width: 100%;
    padding: 10px;
  }
  .kfsi-license-profile-img-info > .form-control {
    width: 100%;
    margin-top: 0;
  }
  .kfsi-license-profile-img-info > .btn {
    width: 100%;
    height: 40px;
    margin-top: 5px;
  }
  .kfsi-license-profile-img-info .kfsi-textlist {
    margin-top: 10px;
  }
  .kfsi-license-profile-img-info .kfsi-textlist ul li {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
  }
  .kfsi-license-profile-img-info .kfsi-textlist ul li::before {
    top: 8px;
  }
  .kfsi-license-profile-info .kfsi-board-write-form {
    border: none;
    border-top: 1px solid #ccc;
  }
  .kfsi-license-profile-example {
    margin: 30px 0 0 0;
    padding: 30px 16px;
    border-radius: 30px;
    background: #f6f6f6;
  }
  .kfsi-license-profile-example > strong {
    font-size: 17px;
  }
  .kfsi-license-profile-example-text {
    margin-left: 0;
  }
  .kfsi-license-profile-example img {
    max-width: 100%;
  }
  .kfsi-license-profile-example .mo img {
    width: 326px;
  }
}
.kfsi-member-event-answer ol {
  margin: 0 0 0 40px;
  padding: 0;
}
.kfsi-member-event-answer ol li {
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-member-event-answer ol li:first-child {
  margin-top: 0;
}
.kfsi-member-event-answer ol li.active {
  color: var(--1854a3, #1854a3);
  font-weight: bold;
}
.kfsi-member-event-answer ol li strong {
  display: inline-flex;
  align-items: center;
  height: 20px;
  position: absolute;
  left: -60px;
  padding: 0 6px;
  border-radius: 30px;
  background: #389edd;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-member-library {
  display: flex;
  gap: 11px;
  padding: 20px 0 0 0;
}
.kfsi-member-library dl {
  width: 100%;
  margin: 0;
  padding: 0;
}
.kfsi-member-library dl dt {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 20px 0;
  padding: 0 0 13px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  background: url(../images/icon/ico-library.svg) no-repeat 100% 100%;
}
.kfsi-member-library dl dt strong {
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
}
.kfsi-member-library dl dd {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-member-library dl dd a {
  color: var(--1854a3, #1854a3);
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .kfsi-member-library {
    flex-direction: column;
    gap: 30px;
    width: 314px;
    margin: 0 auto;
  }
  .kfsi-member-library dl dt {
    align-items: center !important;
    flex-direction: row !important;
  }
}
.kfsi-apply {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .kfsi-apply {
    display: block;
  }
}
.kfsi-apply-tab {
  min-width: 170px;
}
.kfsi-apply-tab .nav {
  flex-direction: column;
}
.kfsi-apply-tab .nav .nav-link {
  width: 100%;
  min-height: 60px;
  margin: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  background: var(--E4F2D3, #e4f2d3);
  border-radius: 0;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-apply-tab .nav .nav-link.active {
  background: #004d16;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-apply-contents-box {
  margin-bottom: 5px;
  border: 1px solid #004d16;
}
.kfsi-apply-contents-box__title {
  padding: 13px;
  background: #004d16;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.54px;
}
.kfsi-apply-contents-box__text {
  padding: 20px;
}
.kfsi-apply-contents-box__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 30px;
}
.kfsi-apply-contents-box__button .kfsi-textlist ul li {
  display: flex;
  align-items: center;
}
.kfsi-apply-contents-box__button .kfsi-textlist ul li i {
  margin-left: 20px;
}
.kfsi-apply-contents-table {
  width: 100%;
}
.kfsi-apply-contents-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 20px 0 20px;
}
.kfsi-apply-contents-tag > div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
@media screen and (max-width: 992px) {
  .kfsi-apply-contents-box {
    margin-bottom: 5px;
    border: 1px solid #004d16;
  }
  .kfsi-apply-contents-box__title {
    padding: 13px;
    background: #004d16;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.54px;
  }
  .kfsi-apply-contents-box__text {
    padding: 20px;
  }
  .kfsi-apply-contents-box__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
  }
  .kfsi-apply-contents-box__button .kfsi-textlist ul li {
    display: flex;
    align-items: center;
  }
  .kfsi-apply-contents-box__button .kfsi-textlist ul li i {
    margin-left: 20px;
  }
  .kfsi-apply-contents-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
    padding: 20px 20px 0 20px;
  }
  .kfsi-apply-contents-tag > div {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
}
.kfsi-apply-list-head-select {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.kfsi-apply-list-item {
  margin-bottom: 40px;
}
.kfsi-apply-list-item:last-child {
  margin-bottom: 0;
}
.kfsi-apply-list-item__title {
  padding: 8px;
  background: #004d16;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
}
.kfsi-apply-list-item__table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f6f6f6;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
}
.kfsi-apply-list-item__table .kfsi-table {
  border: 1px solid #666;
}
.kfsi-apply-list-item__table .kfsi-table table {
  border-top: none !important;
}
.kfsi-apply-list-item__table .kfsi-table table th,
.kfsi-apply-list-item__table .kfsi-table table td {
  height: 55px;
  text-align: left !important;
  font-size: 16px !important;
}
.kfsi-test-nav {
  position: relative;
  margin: 0 0 60px 0;
  text-align: center;
}
.kfsi-test-nav ul {
  position: relative;
  display: inline-flex;
  justify-content: center;
  gap: 77px;
  margin: 0;
  padding: 0;
}
.kfsi-test-nav ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 10px;
  left: 10px;
  height: 1.5px;
  background-color: #999;
  z-index: 10;
}
.kfsi-test-nav ul li {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.kfsi-test-nav ul li::before {
  content: "";
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1.5px solid var(--3D744D, #3d744d);
}
.kfsi-test-nav ul li strong {
  color: #999;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.kfsi-test-nav ul li.active strong {
  color: var(--3D744D, #3d744d);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
  text-decoration: underline;
}
.kfsi-test-nav ul li:nth-child(1)::before {
  background: #fff url(./../images/test/nav01-on.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(1).active::before {
  background: #3d744d url(./../images/test/nav01-active.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(2)::before {
  background: #fff url(./../images/test/nav02-on.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(2).active::before {
  background: #3d744d url(./../images/test/nav02-active.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(3)::before {
  background: #fff url(./../images/test/nav03-on.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(3).active::before {
  background: #3d744d url(./../images/test/nav03-active.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(4)::before {
  background: #fff url(./../images/test/nav04-on.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(4).active::before {
  background: #3d744d url(./../images/test/nav04-active.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li:nth-child(5).active::before {
  background: #3d744d url(./../images/test/nav05-active.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li.active ~ li::before {
  border-color: #999;
}
.kfsi-test-nav ul li.active ~ li:nth-child(2)::before {
  background: #fff url(./../images/test/nav02.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li.active ~ li:nth-child(3)::before {
  background: #fff url(./../images/test/nav03.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li.active ~ li:nth-child(4)::before {
  background: #fff url(./../images/test/nav04.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-nav ul li.active ~ li:nth-child(5)::before {
  background: #fff url(./../images/test/nav05.svg) no-repeat 50% 50%;
  background-size: 38px 38px;
}
.kfsi-test-application {
  margin: 40px 0 0 0;
}
.kfsi-test-application-title {
  margin: 0 0 40px 0;
  color: var(--004D16, #004d16);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
  text-align: center;
}
.kfsi-test-application-text {
  margin: 0 0 40px 0;
  color: var(--1854a3, #1854a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.48px;
}
.kfsi-test-application-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}
.kfsi-test-application-head-start {
  display: flex;
  gap: 60px;
}
.kfsi-test-application-head-start strong {
  display: block;
  margin-top: 4px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}
.kfsi-test-application-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px 0;
}
.kfsi-test-application-list-head-title {
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-test-application-list-head .form-check {
  margin: 0;
}
.kfsi-test-application-list-table-disabled td {
  background: var(--f6f6f6, #f6f6f6);
  color: #787878 !important;
}
.kfsi-test-application-list-table .accordion-body {
  background: #f8fff4;
}
.kfsi-test-application-list-table-badge-success {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0071ce;
  color: #fff;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table-badge-danger {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #d93600;
  color: #fff;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table-badge-F6D800 {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f6d800;
  color: #333;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table-badge-FF7F00 {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ff7f00;
  color: #fff;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table-badge-11A855 {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #11a855;
  color: #fff;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table-badge-800080 {
  display: inline-flex;
  height: 16px;
  padding: 0 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #800080;
  color: #fff;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: 0.27px;
}
.kfsi-test-application-list-table .btn-outline-info:hover,
.kfsi-test-application-list-table .btn-outline-danger:hover {
  background-color: #fff;
}
.kfsi-test-application-list-table .btn-light {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #999 !important;
}
.kfsi-test-application-list-table .btn-light:hover {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #999 !important;
}
.kfsi-test-application-list-table .btn-outline-danger:hover {
  color: var(--bs-btn-hover-border-color) !important;
}
@media screen and (max-width: 992px) {
  .kfsi-test-nav {
    position: relative;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .kfsi-test-nav ul {
    position: relative;
    display: inline-flex;
    justify-content: center;
    gap: 37px;
    margin: 0;
    padding: 0;
  }
  .kfsi-test-nav ul::before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 10px;
    left: 10px;
    height: 1.5px;
    background-color: #999;
    z-index: 10;
  }
  .kfsi-test-nav ul li {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .kfsi-test-nav ul li::before {
    content: "";
    display: flex;
    width: 35px;
    height: 35px;
    margin: 8px 0 0 0;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1.5px solid var(--3D744D, #3d744d);
  }
  .kfsi-test-nav ul li strong {
    color: #999;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    display: none;
  }
  .kfsi-test-nav ul li.active::before {
    width: 50px;
    height: 50px;
    margin: 0;
    background-size: 40px 40px !important;
  }
  .kfsi-test-nav ul li.active strong {
    display: block;
    color: var(--3D744D, #3d744d);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
  }
  .kfsi-test-nav ul li:nth-child(1)::before {
    background: #fff url(./../images/test/nav01-on.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(1).active::before {
    background: #3d744d url(./../images/test/nav01-active.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(2)::before {
    background: #fff url(./../images/test/nav02-on.svg) no-repeat 50% 50%;
    background-size: 23px 23px;
  }
  .kfsi-test-nav ul li:nth-child(2).active::before {
    background: #3d744d url(./../images/test/nav02-active.svg) no-repeat 50% 50%;
    background-size: 23px 23px;
  }
  .kfsi-test-nav ul li:nth-child(3)::before {
    background: #fff url(./../images/test/nav03-on.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(3).active::before {
    background: #3d744d url(./../images/test/nav03-active.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(4)::before {
    background: #fff url(./../images/test/nav04-on.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(4).active::before {
    background: #3d744d url(./../images/test/nav04-active.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li:nth-child(5).active::before {
    background: #fff #3d744d url(./../images/test/nav05-active.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li.active ~ li::before {
    border-color: #999;
  }
  .kfsi-test-nav ul li.active ~ li:nth-child(2)::before {
    background: #fff url(./../images/test/nav02.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li.active ~ li:nth-child(3)::before {
    background: #fff url(./../images/test/nav03.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li.active ~ li:nth-child(4)::before {
    background: #fff url(./../images/test/nav04.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-nav ul li.active ~ li:nth-child(5)::before {
    background: #fff url(./../images/test/nav05.svg) no-repeat 50% 50%;
    background-size: 25px 25px;
  }
  .kfsi-test-application {
    margin: 40px 0 0 0;
  }
  .kfsi-test-application-title {
    margin: 0 0 20px 0;
    color: var(--004D16, #004d16);
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-test-application-text {
    margin: 0 0 20px 0;
    color: var(--1854a3, #1854a3);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
  .kfsi-test-application-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 26px 0;
  }
  .kfsi-test-application-head-start {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 16px;
    border-radius: 10px;
    background: #f6f6f6;
  }
  .kfsi-test-application-head-start strong {
    display: block;
    margin-top: 8px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
  }
  .kfsi-test-application-head-start .form-select {
    width: 100%;
  }
  .kfsi-test-application-head-end {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .kfsi-test-application-head-end .btn {
    height: 40px;
  }
  .kfsi-test-application-list-head {
    margin: 0 0 14px 0;
  }
  .kfsi-test-application-list-head .form-check {
    margin: 0;
  }
  .kfsi-test-application-list-table {
    border-top: 2px solid #004d16;
    overflow: auto;
  }
  .kfsi-test-application-list-table-disabled td {
    background: var(--f6f6f6, #f6f6f6);
    color: #999 !important;
  }
  .kfsi-test-application-list-table .accordion-body {
    background: #f8fff4;
  }
  .kfsi-test-application-list-table-badge-success {
    display: inline-flex;
    height: 16px;
    padding: 0 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #0071ce;
    color: #fff;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: 0px; /* 0% */
    letter-spacing: 0.27px;
  }
  .kfsi-test-application-list-table-badge-danger {
    display: inline-flex;
    height: 16px;
    padding: 0 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #d93600;
    color: #fff;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: 0px; /* 0% */
    letter-spacing: 0.27px;
  }
  .kfsi-test-application-list-table .kfsi-board-list {
    border: none;
  }
  .kfsi-test-application-list-table table {
    white-space: noWrap;
  }
}
.kfsi-test-questions-head {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.kfsi-test-questions-head__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #004d16;
}
.kfsi-test-questions-head__title p {
  display: flex;
  gap: 16px;
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
}
.kfsi-test-questions-head__title p span {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 65px;
  min-width: 65px;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
}
.kfsi-test-questions-head__title p span::after {
  display: block;
  content: ":";
}
.kfsi-test-questions-head__time {
  min-width: 180px;
  height: 98px;
  padding: 14px 20px;
  border-radius: 20px;
  background: #f1f1f1;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-test-questions-head__time strong {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .kfsi-test-questions-head {
    flex-direction: column;
    gap: 10px;
  }
}
.kfsi-test-questions-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-test-questions-body {
    flex-direction: column;
  }
}
.kfsi-test-questions-list {
  width: 100%;
}
.kfsi-test-questions-list-item {
  margin-bottom: 20px;
}
.kfsi-test-questions-list-item--x {
  background: url(../images/icon/ico-x.svg) no-repeat 50% 22px;
}
.kfsi-test-questions-list-item--o {
  background: url(../images/icon/ico-o.svg) no-repeat 50% 22px;
}
.kfsi-test-questions-list-item:last-child {
  margin-bottom: 0;
}
.kfsi-test-questions-list-item__title {
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.kfsi-test-questions-list-item__title strong {
  display: block;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-test-questions-list-item__answer {
  padding: 20px 10px;
}
.kfsi-test-questions-summary ul {
  width: 180px;
  min-width: 180px;
  margin: 0;
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  list-style: none;
}
.kfsi-test-questions-summary ul li {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 0 10px 0;
  padding: 0;
}
.kfsi-test-questions-summary ul li strong {
  display: inline-block;
  min-width: 50px;
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .kfsi-test-questions-summary ul {
    width: 100%;
  }
  .kfsi-test-questions-summary ul li {
    display: inline-flex;
    margin: 0 20px 6px 0;
  }
}
.kfsi-quiz-result {
  position: relative;
  padding: 50px 0;
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
}
.kfsi-quiz-result--x {
  background: url(../images/icon/ico-x-large.svg) no-repeat 50% 0%;
}
.kfsi-quiz-result--o {
  background: url(../images/icon/ico-o-large.svg) no-repeat 50% 0%;
}
.kfsi-quiz-result__title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 0 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  transform: translateY(-50%);
}
.kfsi-quiz-result__title::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url(../images/icon/ico-pencil.svg) no-repeat 50% 50%;
}
.kfsi-quiz-result__item {
  margin-bottom: 40px;
  padding: 16px;
}
.kfsi-quiz-result__item-head {
  min-height: 240px;
}
.kfsi-quiz-result__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-quiz-result {
    padding: 40px 0;
  }
  .kfsi-quiz-result__title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    padding: 0 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
    transform: translateY(-50%);
  }
}
.kfsi-training-head {
  margin: 0 0 30px 0;
  padding: 10px 10px 14px;
  border-radius: 10px;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-training-head h4, .kfsi-training-head .h4 {
  margin: 0 6px 5px;
  color: #0f6327;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-training-head-category {
  margin-bottom: 16px;
}
.kfsi-training-head-category .form-check {
  margin: 0;
  padding: 0;
}
.kfsi-training-head-category .form-check-label {
  cursor: pointer;
}
.kfsi-training-head-category .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.kfsi-training-head-category-item {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: -1px;
  padding: 10px 16px;
  border: 1px solid #eee;
}
.kfsi-training-head-category-item:first-child {
  margin-top: 0;
}
.kfsi-training-head-category-item-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px;
}
.kfsi-training-head-category-item-button-item.active button {
  background: #004d16;
  border-color: #004d16;
  color: #fff;
  text-decoration: underline;
}
.kfsi-training-head-category-item-button-item.active p {
  display: block;
}
.kfsi-training-head-category-item-button-item.active i.ico-comment2 {
  background: url(../images/icon/ico-comment2-active.svg) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-training-head-category-item-button button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 3px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.kfsi-training-head-category-item-button p {
  display: none;
  width: 150px;
  margin: 12px 0 0 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-head-category-item .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 100px;
  width: 100px;
  margin: 0;
}
.kfsi-training-head-category-item .form-check-label {
  color: #787878;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.kfsi-training-head-category-item.active {
  z-index: 20;
  border: 1px solid #004d16;
  background: #e4f2d3;
}
.kfsi-training-head-category-item.active .form-check-label {
  color: #000;
  font-weight: 700;
}
.kfsi-training-head-category-item.active .kfsi-training-head-category-item-button button {
  pointer-events: all;
}
.kfsi-training-head-tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin: 1px 0 16px 1px;
}
.kfsi-training-head-tab a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 33.333%;
  height: 36px;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.kfsi-training-head-tab a.active {
  position: relative;
  z-index: 20;
  border: 1px solid var(--004D16, #004d16);
  background: var(--E4F2D3, #e4f2d3);
  color: var(--004D16, #004d16);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-decoration: underline;
}
.kfsi-training-head-region {
  margin: 0 0 16px 0;
  border-radius: 10px;
  background: #f6f6f6;
}
.kfsi-training-head-region dl {
  display: flex;
  margin: 0;
}
.kfsi-training-head-region dl dt {
  display: flex;
  align-items: center;
  min-width: 90px;
  margin: 0;
  padding: 16px 14px;
  border-right: 1px solid #ddd;
}
.kfsi-training-head-region dl dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin: 0;
  padding: 8px 20px;
}
.kfsi-training-head-region .form-check {
  margin: 0;
}
.kfsi-training-head-region .form-check-label {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-training-head-type {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 44px;
  margin: 0 0 16px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.kfsi-training-head-type h5, .kfsi-training-head-type .h5 {
  min-width: 180px;
  width: 180px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-training-head-type-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kfsi-training-head-type-button button {
  min-width: 150px;
  width: 150px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.kfsi-training-head-type-button button.active {
  border-radius: 5px;
  border: 2px solid #0f6327;
  background: #fff;
  color: #0f6327;
  font-weight: 700;
}
.kfsi-training-head-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.kfsi-training-head-filter h5, .kfsi-training-head-filter .h5 {
  padding: 0 16px;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 160% */
}
.kfsi-training-head-filter-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kfsi-training-head-filter-button button,
.kfsi-training-head-filter-button span {
  display: inline-flex;
  height: 24px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.kfsi-training-info {
  margin: 0 0 60px 0;
  padding: 18px 24px;
  background: #fef3dd;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-training-info dl {
  position: relative;
  margin: 0;
  padding: 0 0 0 82px;
}
.kfsi-training-info dl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  min-width: 62px;
  width: 62px;
  height: 80px;
  background: url(../images/icon/ico-training.svg) no-repeat 100% 50%;
}
.kfsi-training-info dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-training-info dl dd {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}
.kfsi-training-detail-head {
  display: flex;
  justify-content: space-between;
}
.kfsi-training-detail-head-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.kfsi-training-detail-head-title h4, .kfsi-training-detail-head-title .h4 {
  margin: 0;
}
.kfsi-training-detail-head-title p {
  display: flex;
  align-items: center;
  margin: 0;
}
.kfsi-training-detail-head-title p span {
  display: flex;
  align-items: center;
  color: #666;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-detail-head-title p span::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #999;
  margin: 0 10px;
}
.kfsi-training-detail-head-title p span:first-child::before {
  display: none;
}
.kfsi-training-detail-contents {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kfsi-training-detail-contents-box {
  padding: 30px 24px;
  border-radius: 20px;
  background: rgba(246, 246, 246, 0.96);
}
.kfsi-training-detail-contents-box p {
  margin: 0 0 5px 0;
}
.kfsi-training-detail-contents-box p:last-child {
  margin: 0;
}
.kfsi-training-m-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #999;
  background: #fff;
}
.kfsi-training-m-head-item h3, .kfsi-training-m-head-item .h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #0f6327;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-training-m-region {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.kfsi-training-m-region button {
  min-height: 44px;
  background: none;
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-m-region button.active {
  background: #004d16;
  color: #fff;
}
.kfsi-training-m-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.kfsi-training-m-tab button {
  min-height: 30px;
  background: none;
  border: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-m-tab button.active {
  margin: -1px 0 0 -1px;
  border: 2px solid #0f6327;
  color: #0f6327;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.kfsi-training-m-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.kfsi-training-m-badge button {
  padding: 2px 16px;
  border-radius: 100px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-training-m-detail {
  margin-bottom: 30px;
}
.kfsi-training-m-detail-head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.kfsi-training-m-detail-head-title h4, .kfsi-training-m-detail-head-title .h4 {
  margin: 0;
}
.kfsi-training-m-detail-head-title p {
  display: flex;
  align-items: center;
  margin: 0;
}
.kfsi-training-m-detail-head-title p span {
  display: flex;
  align-items: center;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-m-detail-head-title p span::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #999;
  margin: 0 10px;
}
.kfsi-training-m-detail-head-title p span:first-child::before {
  display: none;
}
.kfsi-training-m-detail-head-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.kfsi-training-m-detail p {
  margin: 0;
}
.kfsi-training-m-application-list {
  margin-bottom: 24px;
}
.kfsi-training-m-application-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.kfsi-training-m-application-list-item__title {
  padding: 6px;
  border-top: 2px solid #004d16;
  background: #004d16;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-training-m-application-list-item__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f6f6f6;
}
.kfsi-training-m-application-list-item__table {
  width: 100%;
  border: 1px solid #666;
}
.kfsi-training-m-application-list-item__table table {
  width: 100%;
}
.kfsi-training-m-application-list-item__table table th,
.kfsi-training-m-application-list-item__table table td {
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-training-m-application-list-item__table table th {
  background: #e4f2d3;
}
.kfsi-training-m-application .btn-outline-info:hover,
.kfsi-training-m-application .btn-outline-danger:hover {
  background-color: #fff;
}
.kfsi-training-m-application .btn-light {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #999 !important;
}
.kfsi-training-m-application .btn-light:hover {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #999 !important;
}
.kfsi-training-m-application .btn-outline-danger:hover {
  color: var(--bs-btn-hover-border-color) !important;
}
.kfsi-lecture {
  background: #f1f1f1;
  width: 100%;
}
.kfsi-lecture--active-list .kfsi-lecture-contents {
  width: calc(100% - 400px);
}
.kfsi-lecture--active-list .kfsi-lecture-menu-index {
  display: block;
}
.kfsi-lecture--active-list .kfsi-lecture-menu-list .btn01 {
  background: #0f6327;
  color: #fff;
}
.kfsi-lecture--active-list .kfsi-lecture-menu-list .btn01 .ico-lecture-list {
  background: url(../images/icon/ico-lecture-list-active.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture--active-list .kfsi-lecture-contents {
    width: 100%;
  }
  .kfsi-lecture--active-list .kfsi-lecture-menu-index {
    display: block;
  }
  .kfsi-lecture--active-list .kfsi-lecture-menu-list .btn01 {
    position: relative;
    background: #fff;
    color: #004d16;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-lecture--active-list .kfsi-lecture-menu-list .btn01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #0f6327;
  }
}
.kfsi-lecture--active-tv .kfsi-lecture-contents {
  width: calc(100% - 400px);
}
.kfsi-lecture--active-tv .kfsi-lecture-menu-state {
  display: block;
}
.kfsi-lecture--active-tv .kfsi-lecture-menu-list .btn02 {
  background: #0f6327;
  color: #fff;
}
.kfsi-lecture--active-tv .kfsi-lecture-menu-list .btn02 .ico-lecture-tv {
  background: url(../images/icon/ico-lecture-tv-active.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture--active-tv .kfsi-lecture-contents {
    width: 100%;
  }
  .kfsi-lecture--active-tv .kfsi-lecture-menu-state {
    display: block;
  }
  .kfsi-lecture--active-tv .kfsi-lecture-menu-list .btn02 {
    position: relative;
    background: #fff;
    color: #004d16;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-lecture--active-tv .kfsi-lecture-menu-list .btn02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #0f6327;
  }
}
.kfsi-lecture-head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.kfsi-lecture-head p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kfsi-lecture-body {
  display: flex;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-body {
    flex-direction: column;
    height: auto;
  }
}
.kfsi-lecture-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-foot {
    height: auto;
    background: none;
    padding: 0 0 30px 0;
  }
  .kfsi-lecture-foot .kfsi-lecture-foot-end {
    display: none;
  }
}
.kfsi-lecture-foot-start {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-foot-start {
    display: none;
  }
}
.kfsi-lecture-foot-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.kfsi-lecture-foot-center p {
  margin: 0;
}
.kfsi-lecture-foot-center strong {
  color: #004d16;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.kfsi-lecture-foot-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.kfsi-lecture-foot-end .btn {
  min-width: 160px;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-foot-end {
    justify-content: center;
    height: 80px;
    background: #fff;
  }
}
.kfsi-lecture-contents {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-contents {
    width: 100%;
    height: auto;
  }
}
.kfsi-lecture-test {
  padding: 40px 30px 30px;
  overflow: auto;
}
.kfsi-lecture-test-title {
  margin-bottom: 24px;
}
.kfsi-lecture-test-title p {
  margin: 0 0 5px 0;
}
.kfsi-lecture-test-title > strong {
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
}
.kfsi-lecture-test-quiz .ico-link {
  display: inline-flex;
  width: 21px;
  height: 12px;
  background: url(../images/quiz/ico-link.svg) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz .ico-refresh {
  display: inline-flex;
  width: 15px;
  height: 18px;
  background: url(../images/quiz/ico-refresh.svg) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfsi-lecture-test-quiz img {
  max-width: 100%;
}
.kfsi-lecture-test-quiz-intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 64%;
  left: 0;
  right: 0;
}
.kfsi-lecture-test-quiz-intro__text p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 109.091% */
}
.kfsi-lecture-test-quiz-intro__text .btn {
  min-width: 225px;
  border-radius: 100px;
  background: var(--6c6e75, #6c6e75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test-quiz-intro__text {
    top: 60%;
  }
  .kfsi-lecture-test-quiz-intro__text p {
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 109.091% */
  }
  .kfsi-lecture-test-quiz-intro__text .btn {
    min-width: auto;
    border-radius: 100px;
    background: var(--6c6e75, #6c6e75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
}
.kfsi-lecture-test-quiz-ico-o {
  position: absolute;
  top: 8px;
  left: -10px;
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 100px;
  border: 1px solid #0f6327;
  background: #fff;
  color: #0f6327;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  transform: translateX(-100%);
}
.kfsi-lecture-test-quiz-ico-o::before {
  content: "";
  display: block;
  min-width: 16px;
  height: 16px;
  background: url(../images/quiz/ico-check.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test-quiz-ico-o {
    display: none;
  }
}
.kfsi-lecture-test-quiz-ico-x {
  position: absolute;
  top: 8px;
  left: -10px;
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 100px;
  border: 1px solid #d93600;
  background: #fff;
  color: #d93600;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  transform: translateX(-100%);
}
.kfsi-lecture-test-quiz-ico-x::before {
  content: "";
  display: block;
  min-width: 16px;
  height: 16px;
  background: url(../images/quiz/ico-x.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test-quiz-ico-x {
    display: none;
  }
}
.kfsi-lecture-test-quiz-list {
  padding: 30px;
  max-width: 600px;
}
.kfsi-lecture-test-quiz-list__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}
.kfsi-lecture-test-quiz-list__title::before {
  content: "";
  display: block;
  width: 61px;
  height: 60px;
  background: url(../images/quiz/q.png) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz-list__title p {
  display: inline-flex;
  margin: 0;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.kfsi-lecture-test-quiz-list__title--x:after {
  content: "";
  position: absolute;
  top: -19px;
  left: -19px;
  display: block;
  width: 98px;
  height: 98px;
  background: url(../images/quiz/answer-x-lg.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-lecture-test-quiz-list__title--x::before {
  opacity: 0.5;
}
.kfsi-lecture-test-quiz-list__title--o:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 108px;
  height: 108px;
  background: url(../images/quiz/answer-o-lg.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-lecture-test-quiz-list__title--o::before {
  opacity: 0.5;
}
.kfsi-lecture-test-quiz-list__question {
  margin-bottom: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz-list__answer-ox {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 25px 0;
}
.kfsi-lecture-test-quiz-list__answer-ox hr {
  display: block;
  opacity: 1;
  min-width: 1px;
  width: 1px;
  height: 119px;
  background: #eee;
}
.kfsi-lecture-test-quiz-list__answer-o {
  width: 118px;
  height: 150px;
  background: url(../images/quiz/o.png) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-test-quiz-list__answer-o.kfsi-lecture-test-quiz-list__answer-disabled {
  background: url(../images/quiz/o-disabled.png) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz-list__answer-x {
  width: 123px;
  height: 150px;
  background: url(../images/quiz/x.png) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-test-quiz-list__answer-x.kfsi-lecture-test-quiz-list__answer-disabled {
  background: url(../images/quiz/x-disabled.png) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz-list__answer__button {
  text-align: center;
}
.kfsi-lecture-test-quiz-list__answer__button .btn {
  min-width: 140px;
  border-radius: 100px;
  border: 1px solid #ddd;
  background: #fff;
}
.kfsi-lecture-test-quiz-list__answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-lecture-test-quiz-list__answer ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.kfsi-lecture-test-quiz-list__answer ul li a {
  display: flex;
  gap: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-lecture-test-quiz-list__answer ul li p {
  margin: 10px 0 0 0;
}
.kfsi-lecture-test-quiz-list__answer ul li strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-lecture-test-quiz-list__answer ul li.active a {
  color: #984de3;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz-list__answer ul li:hover a {
  color: #984de3;
}
.kfsi-lecture-test-quiz-list__o a strong {
  color: #0f6327;
}
.kfsi-lecture-test-quiz-list__o a p {
  color: #0f6327;
  text-decoration: underline;
  font-weight: 700;
}
.kfsi-lecture-test-quiz-list__check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  width: 36px;
  height: 34px;
  background: url(../images/quiz/check.svg) no-repeat 50% 50%;
}
.kfsi-lecture-test-quiz-list__button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.kfsi-lecture-test-quiz-list__button .btn {
  gap: 16px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 100px;
  background: var(--6c6e75, #6c6e75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test-quiz-list {
    padding: 15px;
    max-width: 600px;
    width: 100%;
  }
  .kfsi-lecture-test-quiz-list__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .kfsi-lecture-test-quiz-list__title::before {
    content: "";
    display: block;
    width: 30.5px;
    height: 30px;
    background: url(../images/quiz/q.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__title p {
    display: inline-flex;
    margin: 0;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }
  .kfsi-lecture-test-quiz-list__title--x:after {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    display: block;
    width: 49px;
    height: 49px;
    background: url(../images/quiz/answer-x-lg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__title--o:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    display: block;
    width: 54px;
    height: 54px;
    background: url(../images/quiz/answer-o-lg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__question {
    margin-bottom: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-lecture-test-quiz-list__answer-ox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 25px 0;
  }
  .kfsi-lecture-test-quiz-list__answer-ox hr {
    display: block;
    opacity: 1;
    min-width: 1px;
    width: 1px;
    height: 119px;
    background: #eee;
  }
  .kfsi-lecture-test-quiz-list__answer-o {
    width: 59px;
    height: 75px;
    background: url(../images/quiz/o.png) no-repeat 50% 50%;
    background-size: cover;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-test-quiz-list__answer-o.kfsi-lecture-test-quiz-list__answer-disabled {
    background: url(../images/quiz/o-disabled.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__answer-x {
    width: 61.5px;
    height: 75px;
    background: url(../images/quiz/x.png) no-repeat 50% 50%;
    background-size: cover;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-test-quiz-list__answer-x.kfsi-lecture-test-quiz-list__answer-disabled {
    background: url(../images/quiz/x-disabled.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__answer__button {
    text-align: center;
  }
  .kfsi-lecture-test-quiz-list__answer__button .btn {
    min-width: 140px;
    border-radius: 100px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .kfsi-lecture-test-quiz-list__answer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kfsi-lecture-test-quiz-list__answer ul li {
    margin: 0;
    padding: 0;
  }
  .kfsi-lecture-test-quiz-list__answer ul li a {
    display: flex;
    gap: 10px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .kfsi-lecture-test-quiz-list__answer ul li p {
    margin: 6px 0 0 0;
  }
  .kfsi-lecture-test-quiz-list__answer ul li strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
  }
  .kfsi-lecture-test-quiz-list__answer ul li.active a {
    color: #984de3;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-lecture-test-quiz-list__answer ul li:hover a {
    color: #984de3;
  }
  .kfsi-lecture-test-quiz-list__check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    display: block;
    width: 18px;
    height: 17px;
    background: url(../images/quiz/check.svg) no-repeat 50% 50%;
    background-size: cover;
  }
  .kfsi-lecture-test-quiz-list__button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .kfsi-lecture-test-quiz-list__button .btn {
    gap: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 100px;
    background: var(--6c6e75, #6c6e75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
}
.kfsi-lecture-test-quiz-result {
  padding: 30px;
  max-width: 600px;
  width: 100%;
}
.kfsi-lecture-test-quiz-result__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
}
.kfsi-lecture-test-quiz-result__title::before {
  content: "";
  display: block;
  width: 30.5px;
  height: 30px;
  background: url(../images/quiz/exclamation.png) no-repeat 50% 50%;
  background-size: cover;
}
.kfsi-lecture-test-quiz-result__title p {
  margin: 0;
  color: #984de3;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz-result__question {
  margin-bottom: 30px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.kfsi-lecture-test-quiz-result__answer__button {
  text-align: center;
}
.kfsi-lecture-test-quiz-result__answer__button .btn {
  min-width: 140px;
  border-radius: 100px;
  border: 1px solid #ddd;
  background: #fff;
}
.kfsi-lecture-test-quiz-result__answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kfsi-lecture-test-quiz-result__answer ul li {
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  gap: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kfsi-lecture-test-quiz-result__answer ul li:first-child {
  margin-top: 0;
}
.kfsi-lecture-test-quiz-result__answer ul li p {
  margin: 2px 0 0 0;
}
.kfsi-lecture-test-quiz-result__answer ul li > strong {
  position: relative;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #f1f1f1;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz-result__answer ul li.active {
  color: #984de3;
}
.kfsi-lecture-test-quiz-result__answer ul li.answer-o > strong::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  background: url(../images/quiz/answer-o.png) no-repeat 50% 50%;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.kfsi-lecture-test-quiz-result__answer ul li.answer-x > strong::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  background: url(../images/quiz/answer-x.png) no-repeat 50% 50%;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.kfsi-lecture-test-quiz-result__button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.kfsi-lecture-test-quiz-result__button .btn {
  gap: 16px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 100px;
  background: var(--6c6e75, #6c6e75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.kfsi-lecture-test-quiz__text {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 30px 24px;
}
.kfsi-lecture-test-quiz__text-start {
  display: flex;
  align-items: center;
  width: 100%;
}
.kfsi-lecture-test-quiz__text-start > strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  background: url(../images/quiz/bg-bubble.svg) no-repeat 50% 50%;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-test-quiz__text-start p {
  width: 100%;
  margin: 0 0 0 16px;
  padding: 28px 24px;
  border-radius: 1000px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test-quiz__text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    padding: 0 16px 24px;
  }
  .kfsi-lecture-test-quiz__text-start > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    background: url(../images/quiz/bg-bubble.svg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-lecture-test-quiz__text-start p {
    width: 100%;
    margin: 0 12px 0 8px;
    padding: 16px;
    border-radius: 1000px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.kfsi-lecture-test-video {
  aspect-ratio: 700/394;
}
.kfsi-lecture-test-video iframe {
  width: 100%;
  height: 100%;
}
.kfsi-lecture-test-video .video-js {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-test {
    height: auto;
    padding: 40px 30px 16px;
  }
}
@media screen and (max-width: 600px) {
  .kfsi-lecture-test {
    padding: 16px;
  }
}
.kfsi-lecture-menu {
  display: flex;
  min-width: 100px;
  border-left: 1px solid #eee;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-menu {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border: none;
  }
}
.kfsi-lecture-menu-state {
  display: none;
}
.kfsi-lecture-menu-index {
  display: none;
  width: 300px;
  min-width: 300px;
}
.kfsi-lecture-menu-index__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  color: #004d16;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.kfsi-lecture-menu-index__head button {
  width: 18px;
  height: 18px;
  background: url(../images/icon/ico-lecture-close.svg) no-repeat 50% 50%;
  font-size: 0;
  border: 0;
}
.kfsi-lecture-menu-index-list {
  max-height: calc(100% - 61px);
  overflow: auto;
}
.kfsi-lecture-menu-index-list-item {
  display: flex;
  min-height: 100px;
  padding: 27px 16px;
  gap: 14px;
  border-bottom: 1px solid #eee;
}
.kfsi-lecture-menu-index-list-item-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 40px;
  color: #999;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.kfsi-lecture-menu-index-list-item-check::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/ico-lecture-check.svg) no-repeat 50% 50%;
}
.kfsi-lecture-menu-index-list-item-title {
  margin-bottom: 2px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-lecture-menu-index-list-item-text {
  display: flex;
  flex-wrap: wrap;
}
.kfsi-lecture-menu-index-list-item-text > span {
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-lecture-menu-index-list-item-text p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-lecture-menu-index-list-item-text p strong {
  margin-left: 4px;
}
.kfsi-lecture-menu-index-list-item-text p::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #999;
  margin: 0 10px;
}
.kfsi-lecture-menu-index-list-item.active {
  background: rgba(224, 239, 219, 0.5);
}
.kfsi-lecture-menu-index-list-item.active .kfsi-lecture-menu-index-list-item-check {
  color: #0f6327;
  font-weight: 700;
}
.kfsi-lecture-menu-index-list-item.active .kfsi-lecture-menu-index-list-item-check::before {
  background: url(../images/icon/ico-lecture-check-active.svg) no-repeat 50% 50%;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-menu-index {
    width: 100%;
  }
  .kfsi-lecture-menu-index__head {
    display: none;
  }
  .kfsi-lecture-menu-index-list {
    max-height: 100%;
    overflow: auto;
    padding: 0 30px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .kfsi-lecture-menu-index-list {
    padding: 0;
  }
}
.kfsi-lecture-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 100px;
  width: 100px;
  padding: 30px 0;
  border-left: 1px solid #eee;
}
.kfsi-lecture-menu-list button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #f6f6f6;
  border: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-menu-list {
    flex-direction: row;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
  }
  .kfsi-lecture-menu-list button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 140px;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    border: 0;
    color: #999;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
  }
  .kfsi-lecture-menu-list button i {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .kfsi-lecture-menu-list {
    padding: 0;
  }
}
.kfsi-lecture-menu-state {
  display: none;
  width: 300px;
  min-width: 300px;
}
.kfsi-lecture-menu-state__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  color: #004d16;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.kfsi-lecture-menu-state__head button {
  width: 18px;
  height: 18px;
  background: url(../images/icon/ico-lecture-close.svg) no-repeat 50% 50%;
  font-size: 0;
  border: 0;
}
.kfsi-lecture-menu-state__title {
  padding: 26px 20px;
  border-bottom: 1px solid #eee;
}
.kfsi-lecture-menu-state__title h4, .kfsi-lecture-menu-state__title .h4 {
  margin: 0 0 10px 0;
  color: #000;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-lecture-menu-state__title p {
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-lecture-menu-state__title p span {
  margin-right: 10px;
  color: #787878;
}
.kfsi-lecture-menu-state__progress {
  padding: 26px 20px;
  border-bottom: 1px solid #eee;
}
.kfsi-lecture-menu-state__progress h4, .kfsi-lecture-menu-state__progress .h4 {
  margin: 0 0 10px 0;
  color: #000;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-lecture-menu-state__progress p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.kfsi-lecture-menu-state__progress p span {
  color: #a87000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.kfsi-lecture-menu-state__progress p strong {
  color: #1854a3;
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.kfsi-lecture-menu-state__progress .progress {
  position: relative;
}
.kfsi-lecture-menu-state__progress .progress-bar {
  position: relative;
  z-index: 10;
  background: #0094d0;
  border-radius: 40px;
}
.kfsi-lecture-menu-state__progress .progress-current {
  position: absolute;
  left: 0;
  z-index: 20;
  width: 16px;
  height: 16px;
  background: #ffb626;
  border: 2px solid #fff;
  border-radius: 16px;
}
.kfsi-lecture-menu-state__table {
  padding: 26px 20px;
  border-bottom: 1px solid #eee;
}
.kfsi-lecture-menu-state__table h4, .kfsi-lecture-menu-state__table .h4 {
  margin: 0 0 10px 0;
  color: #000;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-menu-state {
    width: 100%;
    padding: 0 30px;
    padding: 0;
  }
  .kfsi-lecture-menu-state__head {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .kfsi-lecture-menu-state {
    padding: 0;
  }
}
.kfsi-lecture-player {
  padding: 0 10px;
  background-color: #000;
}
.kfsi-lecture-player-video {
  position: relative;
  display: flex;
}
.kfsi-lecture-player-video video {
  width: 100%;
  height: 360px;
}
.kfsi-lecture-player-video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfsi-lecture-player-video-button button {
  background: none;
  border: 0;
}
.kfsi-lecture-player-foot {
  display: flex;
  flex-direction: column;
}
.kfsi-lecture-player-progress .progress {
  height: 6px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.1s ease;
}
.kfsi-lecture-player-progress .progress-bar {
  border-radius: 50px;
  background: #ffb626;
  font-size: 0;
  transition: all 0.3s ease;
}
.kfsi-lecture-player-progress .progress.is-draggable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.kfsi-lecture-player-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kfsi-lecture-player-control-start, .kfsi-lecture-player-control-end {
  display: flex;
  align-items: center;
}
.kfsi-lecture-player-control-sound {
  position: relative;
}
.kfsi-lecture-player-control-sound-layer {
  position: absolute;
  bottom: 65px;
  display: flex;
  display: flex;
  width: 60px;
  height: 120px;
  padding: 10px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  /* 세로형 전용 스타일 */
}
.kfsi-lecture-player-control-sound-layer .progress {
  width: 4px;
  height: 100px;
  cursor: pointer;
}
.kfsi-lecture-player-control-sound-layer .progress-bar {
  width: 4px !important;
  border-radius: 50px;
  background: #fff;
}
.kfsi-lecture-player-control-sound-layer .progress {
  display: flex;
  align-items: flex-end; /* progress-bar가 아래에서부터 차오르도록 */
  background-color: #6c757d; /* bootstrap bg-secondary 비슷하게 */
  border-radius: 12px;
}
.kfsi-lecture-player-control-sound-layer .progress .progress-bar {
  width: 100%;
  height: 0%; /* JS에서 제어 */
  background-color: #fff; /* 흰색 bar */
  border-radius: 12px;
  transition: height 0.1s;
}
.kfsi-lecture-player-control__play {
  width: 60px;
  height: 50px;
  background: url(../images/player/control-play.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-player-control__volume {
  width: 60px;
  height: 50px;
  background: url(../images/player/control-volume.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-player-control__muted {
  width: 60px;
  height: 50px;
  background: url(../images/player/control-muted.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-player-control__time {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.kfsi-lecture-player-control__time p {
  margin: 0;
}
.kfsi-lecture-player-control__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 50px;
  border: 0;
  background: none;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kfsi-lecture-player-control__fold {
  width: 60px;
  height: 50px;
  background: url(../images/player/control-fold.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-player-control__fullscreen {
  width: 60px;
  height: 50px;
  background: url(../images/player/control-fullscreen.svg) no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}
.kfsi-lecture-player.is-sound .kfsi-lecture-player-control-sound-layer {
  display: flex;
}
@media screen and (max-width: 992px) {
  .kfsi-lecture-player {
    padding: 0 5px;
    background-color: #000;
  }
  .kfsi-lecture-player-video {
    position: relative;
    display: flex;
  }
  .kfsi-lecture-player-video video {
    width: 100%;
    height: 200px;
  }
  .kfsi-lecture-player-video-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kfsi-lecture-player-video-button button {
    background: none;
    border: 0;
  }
  .kfsi-lecture-player-video-button button img {
    width: 35px;
  }
  .kfsi-lecture-player-foot {
    display: flex;
    flex-direction: column;
  }
  .kfsi-lecture-player-progress .progress {
    height: 4px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease;
  }
  .kfsi-lecture-player-progress .progress-bar {
    border-radius: 50px;
    background: #ffb626;
    font-size: 0;
    transition: all 0.3s ease;
  }
  .kfsi-lecture-player-progress .progress.is-draggable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .kfsi-lecture-player-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kfsi-lecture-player-control-start, .kfsi-lecture-player-control-end {
    display: flex;
    align-items: center;
  }
  .kfsi-lecture-player-control-sound {
    display: flex;
    align-items: center;
    position: relative;
  }
  .kfsi-lecture-player-control-sound-layer {
    position: absolute;
    bottom: 35px;
    display: flex;
    display: flex;
    width: 30px;
    height: 60px;
    padding: 5px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    /* 세로형 전용 스타일 */
  }
  .kfsi-lecture-player-control-sound-layer .progress {
    width: 4px;
    height: 50px;
    cursor: pointer;
  }
  .kfsi-lecture-player-control-sound-layer .progress-bar {
    width: 4px !important;
    border-radius: 50px;
    background: #fff;
  }
  .kfsi-lecture-player-control-sound-layer .progress {
    display: flex;
    align-items: flex-end; /* progress-bar가 아래에서부터 차오르도록 */
    background-color: #6c757d; /* bootstrap bg-secondary 비슷하게 */
    border-radius: 12px;
  }
  .kfsi-lecture-player-control-sound-layer .progress .progress-bar {
    width: 100%;
    height: 0%; /* JS에서 제어 */
    background-color: #fff; /* 흰색 bar */
    border-radius: 12px;
    transition: height 0.1s;
  }
  .kfsi-lecture-player-control__play {
    width: 30px;
    height: 25px;
    background: url(../images/player/control-play.svg) no-repeat 50% 50%;
    background-size: 30px 25px;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-player-control__volume {
    width: 30px;
    height: 25px;
    background: url(../images/player/control-volume.svg) no-repeat 50% 50%;
    background-size: 13px 11.5px;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-player-control__muted {
    width: 30px;
    height: 25px;
    background: url(../images/player/control-muted.svg) no-repeat 50% 50%;
    background-size: 15px 11.5px;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-player-control__time {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    color: #fff;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
  }
  .kfsi-lecture-player-control__time p {
    margin: 0;
  }
  .kfsi-lecture-player-control__zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 25px;
    border: 0;
    background: none;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .kfsi-lecture-player-control__fold {
    width: 30px;
    height: 25px;
    background: url(../images/player/control-fold.svg) no-repeat 50% 50%;
    background-size: 11px 11px;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-player-control__fullscreen {
    width: 30px;
    height: 25px;
    background: url(../images/player/control-fullscreen.svg) no-repeat 50% 50%;
    background-size: 11px 11px;
    border: 0;
    font-size: 0;
  }
  .kfsi-lecture-player.is-sound .kfsi-lecture-player-control-sound-layer {
    display: flex;
  }
}
.kfsi-survey {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}
.kfsi-survey-form {
  margin-top: 40px;
  padding: 30px 16px;
  border-radius: 20px;
  background: #f6f6f6;
}
.kfsi-survey-form dl {
  margin: 30px 0 0 0;
  padding: 0;
}
.kfsi-survey-form dl dt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 5px 0;
  padding: 0;
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.kfsi-survey-form dl dt strong {
  color: #004d16;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.kfsi-survey-form dl dd {
  margin: 0;
  padding: 0;
}
.kfsi-survey-form dl:first-child {
  margin: 0;
}
.kfsi-survey-button {
  margin-top: auto;
}