@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
  --bs-blue: #013eb7;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #4c84fa;
  --bs-white: #fff;
  --bs-gray: #8a8a8a;
  --bs-gray-dark: #343a40;
  --bs-primary: #013eb7;
  --bs-secondary: #858b93;
  --bs-success: #653fee;
  --bs-info: #4c84fa;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f8f8;
  --bs-dark: #2e3033;
  --bs-font-sans-serif: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --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));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3033;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 5px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2.5px;
  font-weight: 500;
  line-height: 1.2;
}

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: 1.125rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-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: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #013eb7;
  text-decoration: underline;
}
a:hover {
  color: rgb(0.8, 49.6, 146.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  margin: 0;
  white-space: normal;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #2e3033;
  border-radius: 4px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #8a8a8a;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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-file-upload-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: 5px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 0.875em;
  color: #8a8a8a;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #8a8a8a;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: 1246px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.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.3333333333%;
}

.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.6666666667%;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
.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: 5px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 5px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 10px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 10px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 15px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 15px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 20px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 20px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 25px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 25px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 30px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 30px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 35px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 35px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 40px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 40px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 45px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 45px;
}

@media (min-width: 576px) {
  .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: 5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 10px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 10px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 15px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 20px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 20px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 25px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 25px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 30px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 30px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 35px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 35px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 40px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 40px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 45px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 768px) {
  .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: 5px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 5px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 10px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 10px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 15px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 15px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 20px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 20px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 25px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 25px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 30px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 30px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 35px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 35px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 40px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 40px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 45px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 992px) {
  .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: 5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 10px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 10px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 15px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 20px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 20px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 25px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 25px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 30px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 30px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 35px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 35px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 40px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 40px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 45px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1200px) {
  .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: 5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 20px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 20px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 25px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 25px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 30px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 30px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 35px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 35px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 40px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 40px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 45px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1400px) {
  .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: 5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 25px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 25px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 35px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 35px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 45px;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2e3033;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2e3033;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2e3033;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  color: #2e3033;
  vertical-align: top;
  border-color: #dee2e6;
  border-top: 2px solid #222;
  font-size: 1.125rem;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 0.625rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > tbody tr td {
  color: #666;
}
.table > thead {
  vertical-align: middle;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #d9d9d9;
}

.caption-top {
  caption-side: top;
}

.table-sm {
  font-size: 1rem;
}
.table-sm > :not(caption) > * > * {
  padding: 1.125rem 0.625rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(204.2, 216.4, 240.6);
  --bs-table-striped-bg: rgb(193.99, 205.58, 228.57);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.78, 194.76, 216.54);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.885, 200.17, 222.555);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(183.78, 194.76, 216.54);
}

.table-secondary {
  --bs-table-bg: rgb(230.6, 231.8, 233.4);
  --bs-table-striped-bg: rgb(219.07, 220.21, 221.73);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(207.54, 208.62, 210.06);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(213.305, 214.415, 215.895);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(207.54, 208.62, 210.06);
}

.table-success {
  --bs-table-bg: rgb(224.2, 216.6, 251.6);
  --bs-table-striped-bg: rgb(212.99, 205.77, 239.02);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(201.78, 194.94, 226.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(207.385, 200.355, 232.73);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(201.78, 194.94, 226.44);
}

.table-info {
  --bs-table-bg: rgb(219.2, 230.4, 254);
  --bs-table-striped-bg: rgb(208.24, 218.88, 241.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(197.28, 207.36, 228.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(202.76, 213.12, 234.95);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(197.28, 207.36, 228.6);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --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: #000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f8f8;
  --bs-table-striped-bg: rgb(235.6, 235.6, 235.6);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 223.2, 223.2);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 229.4, 229.4);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 223.2, 223.2);
}

.table-dark {
  --bs-table-bg: #2e3033;
  --bs-table-striped-bg: rgb(56.45, 58.35, 61.2);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(66.9, 68.7, 71.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(61.675, 63.525, 66.3);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(66.9, 68.7, 71.4);
}

.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.5rem;
}

.col-form-label {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.969rem + 1px);
  padding-bottom: calc(0.969rem + 1px);
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.8125rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #8a8a8a;
}

.form-control {
  display: flex;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  background-color: #f8f8f8;
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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: #2e3033;
  background-color: #f8f8f8;
  border-color: rgb(128, 158.5, 219);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e8e8e8;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 10px 60px;
  margin: -10px -60px;
  margin-inline-end: 60px;
  color: #2e3033;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 10px 60px;
  margin: -10px -60px;
  margin-inline-end: 60px;
  color: #2e3033;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2e3033;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0 12px;
  font-size: 0.8125rem;
  border-radius: 4px;
}
.form-control-sm::file-selector-button {
  padding: 0 12px;
  margin: 0 -12px;
  margin-inline-end: 12px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0 12px;
  margin: 0 -12px;
  margin-inline-end: 12px;
}

.form-control-lg {
  min-height: calc(1.5em + (1.938rem + 2px));
  padding: 0.969rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
}
.form-control-lg::file-selector-button {
  padding: 0.969rem 1rem;
  margin: -0.969rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.969rem 1rem;
  margin: -0.969rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 22px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1.938rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 10px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}

.form-select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  background: #fff url(/assets/images/ico-select.svg) no-repeat calc(100% - 12px) 50%;
  border-radius: 4px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(128, 158.5, 219);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 60px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2e3033;
}
.form-select::-moz-placeholder {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
}
.form-select::placeholder {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
}

.form-select-sm {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 0.8125rem;
}

.form-select-lg {
  padding-top: 0.969rem;
  padding-bottom: 0.969rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.form-check {
  display: block;
  min-height: 22px;
  padding-left: 28px;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.875em;
  margin-left: -30px;
}

.form-check-input {
  position: relative;
  left: 4px;
  width: 17px;
  height: 17px;
  margin: 4px 0 0 0;
  vertical-align: top;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border: 1.5px solid #a6a8aa;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(128, 158.5, 219);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.form-check-input:checked {
  background-color: #013eb7;
  border-color: #013eb7;
}
.form-check-input:checked[type=checkbox] {
  background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-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: #013eb7;
  border-color: #013eb7;
  background-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 {
  opacity: 0.5;
}

.form-check-label {
  color: var(--02-text-02-gray-676767, #676767);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28128, 158.5, 219%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: 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-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;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #013eb7;
  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;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.8, 197.1, 233.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #013eb7;
  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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.8, 197.1, 233.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 60px;
  pointer-events: none;
  border: 1px 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 {
  padding: 1rem 60px;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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 {
  opacity: 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-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 10px 60px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3033;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 8px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.969rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0 12px;
  font-size: 0.8125rem;
  border-radius: 4px;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 240px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -1px;
  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: #653fee;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1.25px 2.5px;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: rgba(101, 63, 238, 0.9);
  border-radius: 8px;
}

.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: #653fee;
  padding-right: calc(1.5em + 20px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23653fee' d='M2.3 6.73L.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 + 5px) center;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #653fee;
  box-shadow: 0 0 0 0.25rem rgba(101, 63, 238, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 20px);
  background-position: top calc(0.375em + 5px) right calc(0.375em + 5px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #653fee;
}
.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"] {
  padding-right: 330px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23653fee' d='M2.3 6.73L.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-position: right 60px center, center right 180px;
  background-size: 20px 20px, calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #653fee;
  box-shadow: 0 0 0 0.25rem rgba(101, 63, 238, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #653fee;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #653fee;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 63, 238, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #653fee;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1.25px 2.5px;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 8px;
}

.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: #dc3545;
  padding-right: calc(1.5em + 20px);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 5px) center;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 20px);
  background-position: top calc(0.375em + 5px) right calc(0.375em + 5px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.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"] {
  padding-right: 330px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 60px center, center right 180px;
  background-size: 20px 20px, calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3033;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 60px;
  font-size: 1rem;
  border-radius: 8px;
  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;
  white-space: nowrap;
  height: 46px;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #2e3033;
}
.btn .bi {
  position: relative;
  top: 0.063rem;
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.25rem;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0.85, 52.7, 155.55);
  border-color: rgb(0.8, 49.6, 146.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(0.85, 52.7, 155.55);
  border-color: rgb(0.8, 49.6, 146.4);
  box-shadow: 0 0 0 0.25rem rgba(39.1, 90.95, 193.8, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0.8, 49.6, 146.4);
  border-color: rgb(0.75, 46.5, 137.25);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39.1, 90.95, 193.8, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}

.btn-secondary {
  color: #fff;
  background-color: #858b93;
  border-color: #858b93;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(113.05, 118.15, 124.95);
  border-color: rgb(106.4, 111.2, 117.6);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(113.05, 118.15, 124.95);
  border-color: rgb(106.4, 111.2, 117.6);
  box-shadow: 0 0 0 0.25rem rgba(151.3, 156.4, 163.2, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(106.4, 111.2, 117.6);
  border-color: rgb(99.75, 104.25, 110.25);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(151.3, 156.4, 163.2, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #858b93;
  border-color: #858b93;
}

.btn-success {
  color: #fff;
  background-color: #653fee;
  border-color: #653fee;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(85.85, 53.55, 202.3);
  border-color: rgb(80.8, 50.4, 190.4);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(85.85, 53.55, 202.3);
  border-color: rgb(80.8, 50.4, 190.4);
  box-shadow: 0 0 0 0.25rem rgba(124.1, 91.8, 240.55, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.8, 50.4, 190.4);
  border-color: rgb(75.75, 47.25, 178.5);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(124.1, 91.8, 240.55, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #653fee;
  border-color: #653fee;
}

.btn-info {
  color: #fff;
  background-color: #4c84fa;
  border-color: #4c84fa;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(64.6, 112.2, 212.5);
  border-color: rgb(60.8, 105.6, 200);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: rgb(64.6, 112.2, 212.5);
  border-color: rgb(60.8, 105.6, 200);
  box-shadow: 0 0 0 0.25rem rgba(102.85, 150.45, 250.75, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(60.8, 105.6, 200);
  border-color: rgb(57, 99, 187.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(102.85, 150.45, 250.75, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #4c84fa;
  border-color: #4c84fa;
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(216.75, 164.05, 5.95);
  border-color: rgb(204, 154.4, 5.6);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(216.75, 164.05, 5.95);
  border-color: rgb(204, 154.4, 5.6);
  box-shadow: 0 0 0 0.25rem rgba(255, 202.3, 44.2, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(204, 154.4, 5.6);
  border-color: rgb(191.25, 144.75, 5.25);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 202.3, 44.2, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(210.8, 210.8, 210.8);
  border-color: rgb(198.4, 198.4, 198.4);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(210.8, 210.8, 210.8);
  border-color: rgb(198.4, 198.4, 198.4);
  box-shadow: 0 0 0 0.25rem rgba(249.05, 249.05, 249.05, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(198.4, 198.4, 198.4);
  border-color: #bababa;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(249.05, 249.05, 249.05, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn-dark {
  color: #fff;
  background-color: #2e3033;
  border-color: #2e3033;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(39.1, 40.8, 43.35);
  border-color: rgb(36.8, 38.4, 40.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(39.1, 40.8, 43.35);
  border-color: rgb(36.8, 38.4, 40.8);
  box-shadow: 0 0 0 0.25rem rgba(77.35, 79.05, 81.6, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(36.8, 38.4, 40.8);
  border-color: rgb(34.5, 36, 38.25);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(77.35, 79.05, 81.6, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #2e3033;
  border-color: #2e3033;
}

.btn-outline-primary {
  color: #013eb7;
  border-color: #013eb7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #013eb7;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #858b93;
  border-color: #858b93;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #858b93;
  border-color: #858b93;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 139, 147, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #858b93;
  border-color: #858b93;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 139, 147, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #858b93;
  background-color: transparent;
}

.btn-outline-success {
  color: #653fee;
  border-color: #653fee;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #653fee;
  border-color: #653fee;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 63, 238, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #653fee;
  border-color: #653fee;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 63, 238, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #653fee;
  background-color: transparent;
}

.btn-outline-info {
  color: #4c84fa;
  border-color: #4c84fa;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #4c84fa;
  border-color: #4c84fa;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 132, 250, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #4c84fa;
  border-color: #4c84fa;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 132, 250, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #4c84fa;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 248, 248, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f8f8;
  background-color: transparent;
}

.btn-outline-dark {
  color: #2e3033;
  border-color: #2e3033;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2e3033;
  border-color: #2e3033;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 48, 51, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #2e3033;
  border-color: #2e3033;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 48, 51, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #2e3033;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #013eb7;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(0.8, 49.6, 146.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #8a8a8a;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.969rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.625rem;
}

.btn-sm, .btn-group-sm > .btn {
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
}

.btn-outline-primary:hover {
  color: #fff;
}

.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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2e3033;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 2.5px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1.25px 5px;
  clear: both;
  font-weight: 400;
  color: #2e3033;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(41.4, 43.2, 45.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #013eb7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 5px;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #8a8a8a;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 1.25px 5px;
  color: #2e3033;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #013eb7;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: 45px;
  padding-left: 45px;
}
.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: 9px;
  padding-left: 9px;
}

.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: -1px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #013eb7;
  text-decoration: none;
  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: rgb(0.8, 49.6, 146.4);
}
.nav-link.disabled {
  color: #8a8a8a;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #8a8a8a;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 8px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #013eb7;
}

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.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: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}
.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: 7px;
  border-top-right-radius: 7px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 5px 5px;
}

.card-title {
  margin-bottom: 2.5px;
}

.card-subtitle {
  margin-top: -1.25px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 5px;
}

.card-header {
  padding: 2.5px 5px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

.card-footer {
  padding: 2.5px 5px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 7px 7px;
}

.card-header-tabs {
  margin-right: -2.5px;
  margin-bottom: -2.5px;
  margin-left: -2.5px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  border-radius: 7px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #2e3033;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(0.9, 55.8, 164.7);
  background-color: rgb(229.6, 235.7, 247.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%280.9, 55.8, 164.7%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e3033'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(128, 158.5, 219);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: 1rem;
  list-style: none;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    color: #000;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.625rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.625rem;
  color: #8a8a8a;
  color: #fff;
  content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */;
}
@media (max-width: 1199.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
  }
}
.breadcrumb-item.active {
  color: #666;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .breadcrumb-item.active {
    color: #000;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #013eb7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: rgb(0.8, 49.6, 146.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(0.8, 49.6, 146.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}
.page-item.disabled .page-link {
  color: #8a8a8a;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 30px;
  color: var(--02-text-06-white-ffffff, #fff);
  /* C11/B_14 */
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 127.273% */
}
@media (max-width: 767.98px) {
  .badge {
    padding: 0.25em 0.625em;
    font-size: 0.875rem;
  }
}
.badge:empty {
  display: none;
}
.badge-outline-danger {
  border: 0.063rem solid #d65050;
  border-radius: 0.313rem;
  color: #d65050;
}
.badge-outline-primary {
  border: 0.063rem solid #4f80ff;
  border-radius: 0.313rem;
  color: #4f80ff;
}
.badge-outline-black {
  border: 0.063rem solid #222;
  border-radius: 0.313rem;
  color: #222;
}
.badge-outline-secondary {
  border: 0.063rem solid #999;
  border-radius: 0.313rem;
  color: #999;
}
.badge-sm {
  padding: 0 0.75rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.313rem;
}

.btn .badge {
  position: relative;
  top: -0.063rem;
}

.alert {
  position: relative;
  padding: 5px 5px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 15px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 6.25px 5px;
}

.alert-primary {
  color: rgb(0.6, 37.2, 109.8);
  background-color: rgb(204.2, 216.4, 240.6);
  border-color: rgb(178.8, 197.1, 233.4);
}
.alert-primary .alert-link {
  color: rgb(0.48, 29.76, 87.84);
}

.alert-secondary {
  color: rgb(79.8, 83.4, 88.2);
  background-color: rgb(230.6, 231.8, 233.4);
  border-color: rgb(218.4, 220.2, 222.6);
}
.alert-secondary .alert-link {
  color: rgb(63.84, 66.72, 70.56);
}

.alert-success {
  color: rgb(60.6, 37.8, 142.8);
  background-color: rgb(224.2, 216.6, 251.6);
  border-color: rgb(208.8, 197.4, 249.9);
}
.alert-success .alert-link {
  color: rgb(48.48, 30.24, 114.24);
}

.alert-info {
  color: rgb(45.6, 79.2, 150);
  background-color: rgb(219.2, 230.4, 254);
  border-color: rgb(201.3, 218.1, 253.5);
}
.alert-info .alert-link {
  color: rgb(36.48, 63.36, 120);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(253.6, 253.6, 253.6);
  border-color: rgb(252.9, 252.9, 252.9);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.36, 79.36);
}

.alert-dark {
  color: rgb(27.6, 28.8, 30.6);
  background-color: rgb(213.2, 213.6, 214.2);
  border-color: rgb(192.3, 192.9, 193.8);
}
.alert-dark .alert-link {
  color: rgb(22.08, 23.04, 24.48);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 8px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #013eb7;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 8px;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f8f8;
}
.list-group-item-action:active {
  color: #2e3033;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 2.5px 5px;
  color: #2e3033;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #8a8a8a;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #013eb7;
  border-color: #013eb7;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 8px;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 8px;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0.6, 37.2, 109.8);
  background-color: rgb(204.2, 216.4, 240.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0.6, 37.2, 109.8);
  background-color: rgb(183.78, 194.76, 216.54);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0.6, 37.2, 109.8);
  border-color: rgb(0.6, 37.2, 109.8);
}

.list-group-item-secondary {
  color: rgb(79.8, 83.4, 88.2);
  background-color: rgb(230.6, 231.8, 233.4);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(79.8, 83.4, 88.2);
  background-color: rgb(207.54, 208.62, 210.06);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(79.8, 83.4, 88.2);
  border-color: rgb(79.8, 83.4, 88.2);
}

.list-group-item-success {
  color: rgb(60.6, 37.8, 142.8);
  background-color: rgb(224.2, 216.6, 251.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(60.6, 37.8, 142.8);
  background-color: rgb(201.78, 194.94, 226.44);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(60.6, 37.8, 142.8);
  border-color: rgb(60.6, 37.8, 142.8);
}

.list-group-item-info {
  color: rgb(45.6, 79.2, 150);
  background-color: rgb(219.2, 230.4, 254);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(45.6, 79.2, 150);
  background-color: rgb(197.28, 207.36, 228.6);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(45.6, 79.2, 150);
  border-color: rgb(45.6, 79.2, 150);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(253.6, 253.6, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(228.24, 228.24, 228.24);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.2, 99.2);
  border-color: rgb(99.2, 99.2, 99.2);
}

.list-group-item-dark {
  color: rgb(27.6, 28.8, 30.6);
  background-color: rgb(213.2, 213.6, 214.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.6, 28.8, 30.6);
  background-color: rgb(191.88, 192.24, 192.78);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.6, 28.8, 30.6);
  border-color: rgb(27.6, 28.8, 30.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1.375em;
  height: 1.375em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.375em auto no-repeat;
  border: 0;
  border-radius: 8px;
  opacity: 1;
}
.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 62, 183, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #8a8a8a;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem);
}
.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;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 2.313rem 2.5rem 1.688rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #3f5692;
}
.modal-header .btn-close {
  padding: 2.5px 2.5px;
  margin: -2.5px -2.5px -2.5px auto;
}
@media (max-width: 767.98px) {
  .modal-header {
    padding: 2.313rem 1.25rem 1.688rem;
  }
}

.modal-title {
  margin-bottom: 0;
  line-height: 2.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3.75rem 2.5rem 0.625rem;
}
.modal-body .form {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .modal-body {
    padding: 3.75rem 1.25rem 0.625rem;
  }
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2.5rem 5rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 1.25px 2.5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 5px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.625rem - 1px);
  border-top-right-radius: calc(0.625rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 5px 5px;
  color: #2e3033;
}

.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;
}

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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");
}

.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");
}

.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%;
  list-style: none;
}
.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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px;
}
.offcanvas-header .btn-close {
  padding: 2.5px 2.5px;
  margin-top: -2.5px;
  margin-right: -2.5px;
  margin-bottom: -2.5px;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 5px 5px;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #013eb7;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(0.8, 49.6, 146.4);
}

.link-secondary {
  color: #858b93;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(157.4, 162.2, 168.6);
}

.link-success {
  color: #653fee;
}
.link-success:hover, .link-success:focus {
  color: rgb(80.8, 50.4, 190.4);
}

.link-info {
  color: #4c84fa;
}
.link-info:hover, .link-info:focus {
  color: rgb(111.8, 156.6, 251);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f8f8;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 249.4, 249.4);
}

.link-dark {
  color: #2e3033;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(36.8, 38.4, 40.8);
}

.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;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

.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;
}

.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;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.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: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #013eb7 !important;
}

.border-secondary {
  border-color: #858b93 !important;
}

.border-success {
  border-color: #653fee !important;
}

.border-info {
  border-color: #4c84fa !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f8f8 !important;
}

.border-dark {
  border-color: #2e3033 !important;
}

.border-white {
  border-color: #fff !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;
}

.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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 5px !important;
}

.gap-2 {
  gap: 10px !important;
}

.gap-3 {
  gap: 15px !important;
}

.gap-4 {
  gap: 20px !important;
}

.gap-5 {
  gap: 25px !important;
}

.gap-6 {
  gap: 30px !important;
}

.gap-7 {
  gap: 35px !important;
}

.gap-8 {
  gap: 40px !important;
}

.gap-9 {
  gap: 45px !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: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-4 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-5 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-6 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-7 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-8 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-9 {
  margin-right: 45px !important;
  margin-left: 45px !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: 5px !important;
  margin-bottom: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 5px !important;
}

.me-2 {
  margin-right: 10px !important;
}

.me-3 {
  margin-right: 15px !important;
}

.me-4 {
  margin-right: 20px !important;
}

.me-5 {
  margin-right: 25px !important;
}

.me-6 {
  margin-right: 30px !important;
}

.me-7 {
  margin-right: 35px !important;
}

.me-8 {
  margin-right: 40px !important;
}

.me-9 {
  margin-right: 45px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 5px !important;
}

.ms-2 {
  margin-left: 10px !important;
}

.ms-3 {
  margin-left: 15px !important;
}

.ms-4 {
  margin-left: 20px !important;
}

.ms-5 {
  margin-left: 25px !important;
}

.ms-6 {
  margin-left: 30px !important;
}

.ms-7 {
  margin-left: 35px !important;
}

.ms-8 {
  margin-left: 40px !important;
}

.ms-9 {
  margin-left: 45px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-2 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-3 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-5 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-6 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-7 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-8 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-9 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 5px !important;
}

.pe-2 {
  padding-right: 10px !important;
}

.pe-3 {
  padding-right: 15px !important;
}

.pe-4 {
  padding-right: 20px !important;
}

.pe-5 {
  padding-right: 25px !important;
}

.pe-6 {
  padding-right: 30px !important;
}

.pe-7 {
  padding-right: 35px !important;
}

.pe-8 {
  padding-right: 40px !important;
}

.pe-9 {
  padding-right: 45px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 5px !important;
}

.ps-2 {
  padding-left: 10px !important;
}

.ps-3 {
  padding-left: 15px !important;
}

.ps-4 {
  padding-left: 20px !important;
}

.ps-5 {
  padding-left: 25px !important;
}

.ps-6 {
  padding-left: 30px !important;
}

.ps-7 {
  padding-left: 35px !important;
}

.ps-8 {
  padding-left: 40px !important;
}

.ps-9 {
  padding-left: 45px !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: 1.125rem !important;
}

.fs-7 {
  font-size: 1rem !important;
}

.fs-8 {
  font-size: 0.875rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !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 {
  color: #013eb7 !important;
}

.text-secondary {
  color: #999 !important;
}

.text-success {
  color: #653fee !important;
}

.text-info {
  color: #4c84fa !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f8f8 !important;
}

.text-dark {
  color: #2e3033 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #2e3033 !important;
}

.text-muted {
  color: #8a8a8a !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #013eb7 !important;
}

.bg-secondary {
  background-color: #858b93 !important;
}

.bg-success {
  background-color: #653fee !important;
}

.bg-info {
  background-color: #4c84fa !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #2e3033 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !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: 8px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 0.625rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-start {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 5px !important;
  }
  .gap-sm-2 {
    gap: 10px !important;
  }
  .gap-sm-3 {
    gap: 15px !important;
  }
  .gap-sm-4 {
    gap: 20px !important;
  }
  .gap-sm-5 {
    gap: 25px !important;
  }
  .gap-sm-6 {
    gap: 30px !important;
  }
  .gap-sm-7 {
    gap: 35px !important;
  }
  .gap-sm-8 {
    gap: 40px !important;
  }
  .gap-sm-9 {
    gap: 45px !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: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .m-sm-4 {
    margin: 20px !important;
  }
  .m-sm-5 {
    margin: 25px !important;
  }
  .m-sm-6 {
    margin: 30px !important;
  }
  .m-sm-7 {
    margin: 35px !important;
  }
  .m-sm-8 {
    margin: 40px !important;
  }
  .m-sm-9 {
    margin: 45px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-sm-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-sm-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-9 {
    margin-right: 45px !important;
    margin-left: 45px !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: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-sm-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-sm-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 5px !important;
  }
  .mt-sm-2 {
    margin-top: 10px !important;
  }
  .mt-sm-3 {
    margin-top: 15px !important;
  }
  .mt-sm-4 {
    margin-top: 20px !important;
  }
  .mt-sm-5 {
    margin-top: 25px !important;
  }
  .mt-sm-6 {
    margin-top: 30px !important;
  }
  .mt-sm-7 {
    margin-top: 35px !important;
  }
  .mt-sm-8 {
    margin-top: 40px !important;
  }
  .mt-sm-9 {
    margin-top: 45px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 5px !important;
  }
  .me-sm-2 {
    margin-right: 10px !important;
  }
  .me-sm-3 {
    margin-right: 15px !important;
  }
  .me-sm-4 {
    margin-right: 20px !important;
  }
  .me-sm-5 {
    margin-right: 25px !important;
  }
  .me-sm-6 {
    margin-right: 30px !important;
  }
  .me-sm-7 {
    margin-right: 35px !important;
  }
  .me-sm-8 {
    margin-right: 40px !important;
  }
  .me-sm-9 {
    margin-right: 45px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 5px !important;
  }
  .mb-sm-2 {
    margin-bottom: 10px !important;
  }
  .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  .mb-sm-4 {
    margin-bottom: 20px !important;
  }
  .mb-sm-5 {
    margin-bottom: 25px !important;
  }
  .mb-sm-6 {
    margin-bottom: 30px !important;
  }
  .mb-sm-7 {
    margin-bottom: 35px !important;
  }
  .mb-sm-8 {
    margin-bottom: 40px !important;
  }
  .mb-sm-9 {
    margin-bottom: 45px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 5px !important;
  }
  .ms-sm-2 {
    margin-left: 10px !important;
  }
  .ms-sm-3 {
    margin-left: 15px !important;
  }
  .ms-sm-4 {
    margin-left: 20px !important;
  }
  .ms-sm-5 {
    margin-left: 25px !important;
  }
  .ms-sm-6 {
    margin-left: 30px !important;
  }
  .ms-sm-7 {
    margin-left: 35px !important;
  }
  .ms-sm-8 {
    margin-left: 40px !important;
  }
  .ms-sm-9 {
    margin-left: 45px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .p-sm-4 {
    padding: 20px !important;
  }
  .p-sm-5 {
    padding: 25px !important;
  }
  .p-sm-6 {
    padding: 30px !important;
  }
  .p-sm-7 {
    padding: 35px !important;
  }
  .p-sm-8 {
    padding: 40px !important;
  }
  .p-sm-9 {
    padding: 45px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-sm-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-sm-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-sm-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-sm-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 5px !important;
  }
  .pt-sm-2 {
    padding-top: 10px !important;
  }
  .pt-sm-3 {
    padding-top: 15px !important;
  }
  .pt-sm-4 {
    padding-top: 20px !important;
  }
  .pt-sm-5 {
    padding-top: 25px !important;
  }
  .pt-sm-6 {
    padding-top: 30px !important;
  }
  .pt-sm-7 {
    padding-top: 35px !important;
  }
  .pt-sm-8 {
    padding-top: 40px !important;
  }
  .pt-sm-9 {
    padding-top: 45px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 5px !important;
  }
  .pe-sm-2 {
    padding-right: 10px !important;
  }
  .pe-sm-3 {
    padding-right: 15px !important;
  }
  .pe-sm-4 {
    padding-right: 20px !important;
  }
  .pe-sm-5 {
    padding-right: 25px !important;
  }
  .pe-sm-6 {
    padding-right: 30px !important;
  }
  .pe-sm-7 {
    padding-right: 35px !important;
  }
  .pe-sm-8 {
    padding-right: 40px !important;
  }
  .pe-sm-9 {
    padding-right: 45px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 5px !important;
  }
  .pb-sm-2 {
    padding-bottom: 10px !important;
  }
  .pb-sm-3 {
    padding-bottom: 15px !important;
  }
  .pb-sm-4 {
    padding-bottom: 20px !important;
  }
  .pb-sm-5 {
    padding-bottom: 25px !important;
  }
  .pb-sm-6 {
    padding-bottom: 30px !important;
  }
  .pb-sm-7 {
    padding-bottom: 35px !important;
  }
  .pb-sm-8 {
    padding-bottom: 40px !important;
  }
  .pb-sm-9 {
    padding-bottom: 45px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 5px !important;
  }
  .ps-sm-2 {
    padding-left: 10px !important;
  }
  .ps-sm-3 {
    padding-left: 15px !important;
  }
  .ps-sm-4 {
    padding-left: 20px !important;
  }
  .ps-sm-5 {
    padding-left: 25px !important;
  }
  .ps-sm-6 {
    padding-left: 30px !important;
  }
  .ps-sm-7 {
    padding-left: 35px !important;
  }
  .ps-sm-8 {
    padding-left: 40px !important;
  }
  .ps-sm-9 {
    padding-left: 45px !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;
  }
  .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-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 5px !important;
  }
  .gap-md-2 {
    gap: 10px !important;
  }
  .gap-md-3 {
    gap: 15px !important;
  }
  .gap-md-4 {
    gap: 20px !important;
  }
  .gap-md-5 {
    gap: 25px !important;
  }
  .gap-md-6 {
    gap: 30px !important;
  }
  .gap-md-7 {
    gap: 35px !important;
  }
  .gap-md-8 {
    gap: 40px !important;
  }
  .gap-md-9 {
    gap: 45px !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: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .m-md-5 {
    margin: 25px !important;
  }
  .m-md-6 {
    margin: 30px !important;
  }
  .m-md-7 {
    margin: 35px !important;
  }
  .m-md-8 {
    margin: 40px !important;
  }
  .m-md-9 {
    margin: 45px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-md-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-md-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-9 {
    margin-right: 45px !important;
    margin-left: 45px !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: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-md-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 5px !important;
  }
  .mt-md-2 {
    margin-top: 10px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .mt-md-5 {
    margin-top: 25px !important;
  }
  .mt-md-6 {
    margin-top: 30px !important;
  }
  .mt-md-7 {
    margin-top: 35px !important;
  }
  .mt-md-8 {
    margin-top: 40px !important;
  }
  .mt-md-9 {
    margin-top: 45px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 5px !important;
  }
  .me-md-2 {
    margin-right: 10px !important;
  }
  .me-md-3 {
    margin-right: 15px !important;
  }
  .me-md-4 {
    margin-right: 20px !important;
  }
  .me-md-5 {
    margin-right: 25px !important;
  }
  .me-md-6 {
    margin-right: 30px !important;
  }
  .me-md-7 {
    margin-right: 35px !important;
  }
  .me-md-8 {
    margin-right: 40px !important;
  }
  .me-md-9 {
    margin-right: 45px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 5px !important;
  }
  .mb-md-2 {
    margin-bottom: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 25px !important;
  }
  .mb-md-6 {
    margin-bottom: 30px !important;
  }
  .mb-md-7 {
    margin-bottom: 35px !important;
  }
  .mb-md-8 {
    margin-bottom: 40px !important;
  }
  .mb-md-9 {
    margin-bottom: 45px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 5px !important;
  }
  .ms-md-2 {
    margin-left: 10px !important;
  }
  .ms-md-3 {
    margin-left: 15px !important;
  }
  .ms-md-4 {
    margin-left: 20px !important;
  }
  .ms-md-5 {
    margin-left: 25px !important;
  }
  .ms-md-6 {
    margin-left: 30px !important;
  }
  .ms-md-7 {
    margin-left: 35px !important;
  }
  .ms-md-8 {
    margin-left: 40px !important;
  }
  .ms-md-9 {
    margin-left: 45px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .p-md-6 {
    padding: 30px !important;
  }
  .p-md-7 {
    padding: 35px !important;
  }
  .p-md-8 {
    padding: 40px !important;
  }
  .p-md-9 {
    padding: 45px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-md-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-md-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-md-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 5px !important;
  }
  .pt-md-2 {
    padding-top: 10px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 20px !important;
  }
  .pt-md-5 {
    padding-top: 25px !important;
  }
  .pt-md-6 {
    padding-top: 30px !important;
  }
  .pt-md-7 {
    padding-top: 35px !important;
  }
  .pt-md-8 {
    padding-top: 40px !important;
  }
  .pt-md-9 {
    padding-top: 45px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 5px !important;
  }
  .pe-md-2 {
    padding-right: 10px !important;
  }
  .pe-md-3 {
    padding-right: 15px !important;
  }
  .pe-md-4 {
    padding-right: 20px !important;
  }
  .pe-md-5 {
    padding-right: 25px !important;
  }
  .pe-md-6 {
    padding-right: 30px !important;
  }
  .pe-md-7 {
    padding-right: 35px !important;
  }
  .pe-md-8 {
    padding-right: 40px !important;
  }
  .pe-md-9 {
    padding-right: 45px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 5px !important;
  }
  .pb-md-2 {
    padding-bottom: 10px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 20px !important;
  }
  .pb-md-5 {
    padding-bottom: 25px !important;
  }
  .pb-md-6 {
    padding-bottom: 30px !important;
  }
  .pb-md-7 {
    padding-bottom: 35px !important;
  }
  .pb-md-8 {
    padding-bottom: 40px !important;
  }
  .pb-md-9 {
    padding-bottom: 45px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 5px !important;
  }
  .ps-md-2 {
    padding-left: 10px !important;
  }
  .ps-md-3 {
    padding-left: 15px !important;
  }
  .ps-md-4 {
    padding-left: 20px !important;
  }
  .ps-md-5 {
    padding-left: 25px !important;
  }
  .ps-md-6 {
    padding-left: 30px !important;
  }
  .ps-md-7 {
    padding-left: 35px !important;
  }
  .ps-md-8 {
    padding-left: 40px !important;
  }
  .ps-md-9 {
    padding-left: 45px !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;
  }
  .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-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 5px !important;
  }
  .gap-lg-2 {
    gap: 10px !important;
  }
  .gap-lg-3 {
    gap: 15px !important;
  }
  .gap-lg-4 {
    gap: 20px !important;
  }
  .gap-lg-5 {
    gap: 25px !important;
  }
  .gap-lg-6 {
    gap: 30px !important;
  }
  .gap-lg-7 {
    gap: 35px !important;
  }
  .gap-lg-8 {
    gap: 40px !important;
  }
  .gap-lg-9 {
    gap: 45px !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: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .m-lg-5 {
    margin: 25px !important;
  }
  .m-lg-6 {
    margin: 30px !important;
  }
  .m-lg-7 {
    margin: 35px !important;
  }
  .m-lg-8 {
    margin: 40px !important;
  }
  .m-lg-9 {
    margin: 45px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-lg-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-lg-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-9 {
    margin-right: 45px !important;
    margin-left: 45px !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: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-lg-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-lg-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 5px !important;
  }
  .mt-lg-2 {
    margin-top: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 25px !important;
  }
  .mt-lg-6 {
    margin-top: 30px !important;
  }
  .mt-lg-7 {
    margin-top: 35px !important;
  }
  .mt-lg-8 {
    margin-top: 40px !important;
  }
  .mt-lg-9 {
    margin-top: 45px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 5px !important;
  }
  .me-lg-2 {
    margin-right: 10px !important;
  }
  .me-lg-3 {
    margin-right: 15px !important;
  }
  .me-lg-4 {
    margin-right: 20px !important;
  }
  .me-lg-5 {
    margin-right: 25px !important;
  }
  .me-lg-6 {
    margin-right: 30px !important;
  }
  .me-lg-7 {
    margin-right: 35px !important;
  }
  .me-lg-8 {
    margin-right: 40px !important;
  }
  .me-lg-9 {
    margin-right: 45px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 25px !important;
  }
  .mb-lg-6 {
    margin-bottom: 30px !important;
  }
  .mb-lg-7 {
    margin-bottom: 35px !important;
  }
  .mb-lg-8 {
    margin-bottom: 40px !important;
  }
  .mb-lg-9 {
    margin-bottom: 45px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 5px !important;
  }
  .ms-lg-2 {
    margin-left: 10px !important;
  }
  .ms-lg-3 {
    margin-left: 15px !important;
  }
  .ms-lg-4 {
    margin-left: 20px !important;
  }
  .ms-lg-5 {
    margin-left: 25px !important;
  }
  .ms-lg-6 {
    margin-left: 30px !important;
  }
  .ms-lg-7 {
    margin-left: 35px !important;
  }
  .ms-lg-8 {
    margin-left: 40px !important;
  }
  .ms-lg-9 {
    margin-left: 45px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .p-lg-5 {
    padding: 25px !important;
  }
  .p-lg-6 {
    padding: 30px !important;
  }
  .p-lg-7 {
    padding: 35px !important;
  }
  .p-lg-8 {
    padding: 40px !important;
  }
  .p-lg-9 {
    padding: 45px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-lg-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-lg-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-lg-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-lg-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 5px !important;
  }
  .pt-lg-2 {
    padding-top: 10px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 20px !important;
  }
  .pt-lg-5 {
    padding-top: 25px !important;
  }
  .pt-lg-6 {
    padding-top: 30px !important;
  }
  .pt-lg-7 {
    padding-top: 35px !important;
  }
  .pt-lg-8 {
    padding-top: 40px !important;
  }
  .pt-lg-9 {
    padding-top: 45px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 5px !important;
  }
  .pe-lg-2 {
    padding-right: 10px !important;
  }
  .pe-lg-3 {
    padding-right: 15px !important;
  }
  .pe-lg-4 {
    padding-right: 20px !important;
  }
  .pe-lg-5 {
    padding-right: 25px !important;
  }
  .pe-lg-6 {
    padding-right: 30px !important;
  }
  .pe-lg-7 {
    padding-right: 35px !important;
  }
  .pe-lg-8 {
    padding-right: 40px !important;
  }
  .pe-lg-9 {
    padding-right: 45px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 10px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .pb-lg-5 {
    padding-bottom: 25px !important;
  }
  .pb-lg-6 {
    padding-bottom: 30px !important;
  }
  .pb-lg-7 {
    padding-bottom: 35px !important;
  }
  .pb-lg-8 {
    padding-bottom: 40px !important;
  }
  .pb-lg-9 {
    padding-bottom: 45px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 5px !important;
  }
  .ps-lg-2 {
    padding-left: 10px !important;
  }
  .ps-lg-3 {
    padding-left: 15px !important;
  }
  .ps-lg-4 {
    padding-left: 20px !important;
  }
  .ps-lg-5 {
    padding-left: 25px !important;
  }
  .ps-lg-6 {
    padding-left: 30px !important;
  }
  .ps-lg-7 {
    padding-left: 35px !important;
  }
  .ps-lg-8 {
    padding-left: 40px !important;
  }
  .ps-lg-9 {
    padding-left: 45px !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;
  }
  .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-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 5px !important;
  }
  .gap-xl-2 {
    gap: 10px !important;
  }
  .gap-xl-3 {
    gap: 15px !important;
  }
  .gap-xl-4 {
    gap: 20px !important;
  }
  .gap-xl-5 {
    gap: 25px !important;
  }
  .gap-xl-6 {
    gap: 30px !important;
  }
  .gap-xl-7 {
    gap: 35px !important;
  }
  .gap-xl-8 {
    gap: 40px !important;
  }
  .gap-xl-9 {
    gap: 45px !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: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .m-xl-4 {
    margin: 20px !important;
  }
  .m-xl-5 {
    margin: 25px !important;
  }
  .m-xl-6 {
    margin: 30px !important;
  }
  .m-xl-7 {
    margin: 35px !important;
  }
  .m-xl-8 {
    margin: 40px !important;
  }
  .m-xl-9 {
    margin: 45px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xl-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-9 {
    margin-right: 45px !important;
    margin-left: 45px !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: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xl-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 5px !important;
  }
  .mt-xl-2 {
    margin-top: 10px !important;
  }
  .mt-xl-3 {
    margin-top: 15px !important;
  }
  .mt-xl-4 {
    margin-top: 20px !important;
  }
  .mt-xl-5 {
    margin-top: 25px !important;
  }
  .mt-xl-6 {
    margin-top: 30px !important;
  }
  .mt-xl-7 {
    margin-top: 35px !important;
  }
  .mt-xl-8 {
    margin-top: 40px !important;
  }
  .mt-xl-9 {
    margin-top: 45px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 5px !important;
  }
  .me-xl-2 {
    margin-right: 10px !important;
  }
  .me-xl-3 {
    margin-right: 15px !important;
  }
  .me-xl-4 {
    margin-right: 20px !important;
  }
  .me-xl-5 {
    margin-right: 25px !important;
  }
  .me-xl-6 {
    margin-right: 30px !important;
  }
  .me-xl-7 {
    margin-right: 35px !important;
  }
  .me-xl-8 {
    margin-right: 40px !important;
  }
  .me-xl-9 {
    margin-right: 45px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 5px !important;
  }
  .mb-xl-2 {
    margin-bottom: 10px !important;
  }
  .mb-xl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xl-4 {
    margin-bottom: 20px !important;
  }
  .mb-xl-5 {
    margin-bottom: 25px !important;
  }
  .mb-xl-6 {
    margin-bottom: 30px !important;
  }
  .mb-xl-7 {
    margin-bottom: 35px !important;
  }
  .mb-xl-8 {
    margin-bottom: 40px !important;
  }
  .mb-xl-9 {
    margin-bottom: 45px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 5px !important;
  }
  .ms-xl-2 {
    margin-left: 10px !important;
  }
  .ms-xl-3 {
    margin-left: 15px !important;
  }
  .ms-xl-4 {
    margin-left: 20px !important;
  }
  .ms-xl-5 {
    margin-left: 25px !important;
  }
  .ms-xl-6 {
    margin-left: 30px !important;
  }
  .ms-xl-7 {
    margin-left: 35px !important;
  }
  .ms-xl-8 {
    margin-left: 40px !important;
  }
  .ms-xl-9 {
    margin-left: 45px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .p-xl-4 {
    padding: 20px !important;
  }
  .p-xl-5 {
    padding: 25px !important;
  }
  .p-xl-6 {
    padding: 30px !important;
  }
  .p-xl-7 {
    padding: 35px !important;
  }
  .p-xl-8 {
    padding: 40px !important;
  }
  .p-xl-9 {
    padding: 45px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xl-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xl-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 5px !important;
  }
  .pt-xl-2 {
    padding-top: 10px !important;
  }
  .pt-xl-3 {
    padding-top: 15px !important;
  }
  .pt-xl-4 {
    padding-top: 20px !important;
  }
  .pt-xl-5 {
    padding-top: 25px !important;
  }
  .pt-xl-6 {
    padding-top: 30px !important;
  }
  .pt-xl-7 {
    padding-top: 35px !important;
  }
  .pt-xl-8 {
    padding-top: 40px !important;
  }
  .pt-xl-9 {
    padding-top: 45px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 5px !important;
  }
  .pe-xl-2 {
    padding-right: 10px !important;
  }
  .pe-xl-3 {
    padding-right: 15px !important;
  }
  .pe-xl-4 {
    padding-right: 20px !important;
  }
  .pe-xl-5 {
    padding-right: 25px !important;
  }
  .pe-xl-6 {
    padding-right: 30px !important;
  }
  .pe-xl-7 {
    padding-right: 35px !important;
  }
  .pe-xl-8 {
    padding-right: 40px !important;
  }
  .pe-xl-9 {
    padding-right: 45px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 5px !important;
  }
  .pb-xl-2 {
    padding-bottom: 10px !important;
  }
  .pb-xl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xl-4 {
    padding-bottom: 20px !important;
  }
  .pb-xl-5 {
    padding-bottom: 25px !important;
  }
  .pb-xl-6 {
    padding-bottom: 30px !important;
  }
  .pb-xl-7 {
    padding-bottom: 35px !important;
  }
  .pb-xl-8 {
    padding-bottom: 40px !important;
  }
  .pb-xl-9 {
    padding-bottom: 45px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 5px !important;
  }
  .ps-xl-2 {
    padding-left: 10px !important;
  }
  .ps-xl-3 {
    padding-left: 15px !important;
  }
  .ps-xl-4 {
    padding-left: 20px !important;
  }
  .ps-xl-5 {
    padding-left: 25px !important;
  }
  .ps-xl-6 {
    padding-left: 30px !important;
  }
  .ps-xl-7 {
    padding-left: 35px !important;
  }
  .ps-xl-8 {
    padding-left: 40px !important;
  }
  .ps-xl-9 {
    padding-left: 45px !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;
  }
  .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-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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 5px !important;
  }
  .gap-xxl-2 {
    gap: 10px !important;
  }
  .gap-xxl-3 {
    gap: 15px !important;
  }
  .gap-xxl-4 {
    gap: 20px !important;
  }
  .gap-xxl-5 {
    gap: 25px !important;
  }
  .gap-xxl-6 {
    gap: 30px !important;
  }
  .gap-xxl-7 {
    gap: 35px !important;
  }
  .gap-xxl-8 {
    gap: 40px !important;
  }
  .gap-xxl-9 {
    gap: 45px !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: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .m-xxl-3 {
    margin: 15px !important;
  }
  .m-xxl-4 {
    margin: 20px !important;
  }
  .m-xxl-5 {
    margin: 25px !important;
  }
  .m-xxl-6 {
    margin: 30px !important;
  }
  .m-xxl-7 {
    margin: 35px !important;
  }
  .m-xxl-8 {
    margin: 40px !important;
  }
  .m-xxl-9 {
    margin: 45px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xxl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-7 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xxl-8 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-9 {
    margin-right: 45px !important;
    margin-left: 45px !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: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xxl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-7 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xxl-8 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-9 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 5px !important;
  }
  .mt-xxl-2 {
    margin-top: 10px !important;
  }
  .mt-xxl-3 {
    margin-top: 15px !important;
  }
  .mt-xxl-4 {
    margin-top: 20px !important;
  }
  .mt-xxl-5 {
    margin-top: 25px !important;
  }
  .mt-xxl-6 {
    margin-top: 30px !important;
  }
  .mt-xxl-7 {
    margin-top: 35px !important;
  }
  .mt-xxl-8 {
    margin-top: 40px !important;
  }
  .mt-xxl-9 {
    margin-top: 45px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 5px !important;
  }
  .me-xxl-2 {
    margin-right: 10px !important;
  }
  .me-xxl-3 {
    margin-right: 15px !important;
  }
  .me-xxl-4 {
    margin-right: 20px !important;
  }
  .me-xxl-5 {
    margin-right: 25px !important;
  }
  .me-xxl-6 {
    margin-right: 30px !important;
  }
  .me-xxl-7 {
    margin-right: 35px !important;
  }
  .me-xxl-8 {
    margin-right: 40px !important;
  }
  .me-xxl-9 {
    margin-right: 45px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 5px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 35px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 5px !important;
  }
  .ms-xxl-2 {
    margin-left: 10px !important;
  }
  .ms-xxl-3 {
    margin-left: 15px !important;
  }
  .ms-xxl-4 {
    margin-left: 20px !important;
  }
  .ms-xxl-5 {
    margin-left: 25px !important;
  }
  .ms-xxl-6 {
    margin-left: 30px !important;
  }
  .ms-xxl-7 {
    margin-left: 35px !important;
  }
  .ms-xxl-8 {
    margin-left: 40px !important;
  }
  .ms-xxl-9 {
    margin-left: 45px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .p-xxl-3 {
    padding: 15px !important;
  }
  .p-xxl-4 {
    padding: 20px !important;
  }
  .p-xxl-5 {
    padding: 25px !important;
  }
  .p-xxl-6 {
    padding: 30px !important;
  }
  .p-xxl-7 {
    padding: 35px !important;
  }
  .p-xxl-8 {
    padding: 40px !important;
  }
  .p-xxl-9 {
    padding: 45px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xxl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-7 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xxl-8 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-9 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xxl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-7 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xxl-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-9 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 5px !important;
  }
  .pt-xxl-2 {
    padding-top: 10px !important;
  }
  .pt-xxl-3 {
    padding-top: 15px !important;
  }
  .pt-xxl-4 {
    padding-top: 20px !important;
  }
  .pt-xxl-5 {
    padding-top: 25px !important;
  }
  .pt-xxl-6 {
    padding-top: 30px !important;
  }
  .pt-xxl-7 {
    padding-top: 35px !important;
  }
  .pt-xxl-8 {
    padding-top: 40px !important;
  }
  .pt-xxl-9 {
    padding-top: 45px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 5px !important;
  }
  .pe-xxl-2 {
    padding-right: 10px !important;
  }
  .pe-xxl-3 {
    padding-right: 15px !important;
  }
  .pe-xxl-4 {
    padding-right: 20px !important;
  }
  .pe-xxl-5 {
    padding-right: 25px !important;
  }
  .pe-xxl-6 {
    padding-right: 30px !important;
  }
  .pe-xxl-7 {
    padding-right: 35px !important;
  }
  .pe-xxl-8 {
    padding-right: 40px !important;
  }
  .pe-xxl-9 {
    padding-right: 45px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 35px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 45px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 5px !important;
  }
  .ps-xxl-2 {
    padding-left: 10px !important;
  }
  .ps-xxl-3 {
    padding-left: 15px !important;
  }
  .ps-xxl-4 {
    padding-left: 20px !important;
  }
  .ps-xxl-5 {
    padding-left: 25px !important;
  }
  .ps-xxl-6 {
    padding-left: 30px !important;
  }
  .ps-xxl-7 {
    padding-left: 35px !important;
  }
  .ps-xxl-8 {
    padding-left: 40px !important;
  }
  .ps-xxl-9 {
    padding-left: 45px !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-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 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  html {
    font-size: 0.75rem;
  }
  html.scrollNone {
    overflow: hidden;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
dl,
dt,
dd {
  margin: 0;
}

p {
  word-break: keep-all;
}

a {
  text-decoration: none;
}

hr {
  opacity: 1;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

@media (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
}
form {
  margin: 0;
}

.kcraedu {
  display: flex;
  flex-direction: column;
}
.kcraedu header {
  position: relative;
  border-bottom: 0.063rem solid #d9d9d9;
  transition: all 0.1s ease;
  z-index: 50;
}
.kcraedu header .header {
  position: relative;
  padding: 1.25rem 0 1.25rem;
}
.kcraedu header .header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kcraedu header .header__bottom {
  align-items: flex-start !important;
  position: relative;
}
@media (max-width: 1199.98px) {
  .kcraedu header .header__bottom.container {
    display: block;
  }
}
.kcraedu header .header__wrap .header__logo {
  display: block;
}
.kcraedu header .header__logo {
  display: none;
}
.kcraedu header .header__gnb {
  display: flex;
}
@media (max-width: 1199.98px) {
  .kcraedu header .header__gnb {
    margin-top: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .kcraedu header .header__gnb {
    margin-top: 0.938rem;
  }
}
.kcraedu header .header__gnb-item {
  position: relative;
  margin-left: 2.25rem;
  padding-bottom: 1.25rem;
}
.kcraedu header .header__gnb-item:first-child {
  margin-left: 0;
}
.kcraedu header .header__gnb-item > a {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.063rem;
  color: #222222;
}
.kcraedu header .header__gnb-item > a:hover {
  color: #222;
}
.kcraedu header .header__gnb-item > a:hover {
  color: #4f80ff;
}
@media (max-width: 767.98px) {
  .kcraedu header .header__gnb-item > a:hover {
    color: #222;
  }
}
.kcraedu header .header__gnb-item > ul {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  transform: translateY(100%);
  border-radius: 0.375rem;
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 0.225rem 1rem rgba(0, 0, 0, 0.2);
}
.kcraedu header .header__gnb-item > ul li {
  padding: 0.313rem 1.6rem;
}
.kcraedu header .header__gnb-item > ul li a {
  color: #666;
  white-space: nowrap;
}
.kcraedu header .header__gnb-item > ul li a:hover {
  color: #4f80ff;
}
@media (max-width: 767.98px) {
  .kcraedu header .header__gnb-item > ul li a:hover {
    color: #222;
  }
}
.kcraedu header .header__gnb-item:hover > a {
  color: #4f80ff;
}
@media (max-width: 767.98px) {
  .kcraedu header .header__gnb-item:hover > a {
    color: #222;
  }
}
.kcraedu header .header__gnb-item:hover > ul {
  display: block;
}
@media (max-width: 767.98px) {
  .kcraedu header .header__gnb-item {
    background-color: #f5f5f5;
  }
  .kcraedu header .header__gnb-item > a {
    font-size: 1.25rem;
  }
  .kcraedu header .header__gnb-item > ul {
    padding: 0;
    bottom: auto;
    background-color: #fff;
    box-shadow: none;
  }
  .kcraedu header .header__gnb-item > ul li {
    padding: 0;
  }
}
.kcraedu header .header__2depth {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  transform: translateY(100%);
  transition: all 0.2s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.kcraedu header .header__2depth .container {
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .kcraedu header .header__2depth .container {
    justify-content: flex-start;
  }
}
.kcraedu header .header__2depth-item {
  margin-left: 5.625rem;
  padding-top: 5.188rem;
  padding-bottom: 11.875rem;
}
.kcraedu header .header__2depth-item:first-child {
  margin-left: 0;
}
.kcraedu header .header__2depth-item > a {
  font-weight: 500;
  font-size: 1.375rem;
  color: #222222;
  white-space: nowrap;
}
.kcraedu header .header__2depth-item > a:hover {
  color: #000;
}
.kcraedu header .header__2depth-item > a:hover {
  color: #4f80ff;
}
.kcraedu header .header__2depth-item ul {
  margin-top: 1.875rem;
}
.kcraedu header .header__2depth-item ul li {
  margin-top: 0.438rem;
}
.kcraedu header .header__2depth-item ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #666666;
  white-space: nowrap;
}
.kcraedu header .header__2depth-item ul li a:hover {
  color: #444;
}
.kcraedu header .header__2depth-item ul li a:hover {
  color: #4f80ff;
}
@media (max-width: 1199.98px) {
  .kcraedu header .header__2depth-item {
    margin-left: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .kcraedu header .header__2depth-item > a {
    font-size: 1.125rem;
  }
  .kcraedu header .header__2depth-item ul {
    margin-top: 1.875rem;
  }
  .kcraedu header .header__2depth-item ul li {
    margin-top: 0.438rem;
  }
  .kcraedu header .header__2depth-item ul li a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.kcraedu header .header__menu {
  margin-bottom: 1rem;
}
.kcraedu header .header__menu-item {
  margin-left: 1.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.kcraedu header .header__menu-item:hover {
  color: rgba(102, 102, 102, 0.7);
}
.kcraedu header .header__info {
  display: none;
  width: 100%;
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.kcraedu header .header__info-name {
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222;
}
.kcraedu header .header__info-name strong {
  font-weight: 500;
  color: #3766de;
}
.kcraedu header .header__info dl {
  margin-bottom: 1.25rem;
}
.kcraedu header .header__info dl dt {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.313rem;
  /* identical to box height */
  /* #999999 */
  color: #999999;
}
.kcraedu header .header__info dl dd {
  margin-top: 0.313rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  /* identical to box height */
  color: #e08700;
}
.kcraedu header .header__navbar {
  position: absolute;
  top: 0;
  right: 1.25rem;
  height: 100%;
  display: none;
  z-index: 250;
  text-align: center;
}
.kcraedu header .header__navbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kcraedu header .header__navbar input#menuToggle {
  display: none;
}
.kcraedu header .header__navbar label.burger-bao {
  display: block;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border: 0;
}
.kcraedu header .header__navbar label.burger-bao span,
.kcraedu header .header__navbar label.burger-bao span:before,
.kcraedu header .header__navbar label.burger-bao span:after {
  display: block;
  height: 0.188rem;
  background: #222;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.kcraedu header .header__navbar label.burger-bao span {
  position: relative;
  width: 88%;
  margin: 0.906rem auto;
  border-radius: 0.188rem;
}
.kcraedu header .header__navbar label.burger-bao span:before,
.kcraedu header .header__navbar label.burger-bao span:after {
  width: 100%;
  position: absolute;
  content: "";
  border-radius: 0.188rem;
}
.kcraedu header .header__navbar label.burger-bao span:before {
  top: -0.5rem;
}
.kcraedu header .header__navbar label.burger-bao span:after {
  top: 0.5rem;
}
.kcraedu header .header__navbar input#menuToggle:checked + label > span:before {
  transform: translate(0, 0.5rem) rotate(-90deg);
  opacity: 0;
}
.kcraedu header .header__navbar input#menuToggle:checked + label > span:after {
  transform: translate(0, -0.5rem) rotate(-90deg);
}
.kcraedu header .header__navbar input#menuToggle:checked + label > span {
  transform: rotate(45deg);
  width: 100%;
}
.kcraedu header .header__navbar p {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .kcraedu header .header {
    padding: 1.625rem 0 1.875rem;
  }
  .kcraedu header .header .container {
    justify-content: flex-start !important;
  }
  .kcraedu header .header__wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    z-index: 200;
    display: none;
  }
  .kcraedu header .header__wrap .header__logo {
    display: none;
  }
  .kcraedu header .header__logo {
    display: block;
  }
  .kcraedu header .header__logo img {
    width: 15.625rem;
  }
  .kcraedu header .header__gnb {
    display: block;
  }
  .kcraedu header .header__gnb-item {
    margin: 0;
  }
  .kcraedu header .header__gnb-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.125rem;
    padding: 1.25rem;
    font-weight: 500;
    font-size: 1.5rem;
    color: #222222;
  }
  .kcraedu header .header__gnb-item > a::after {
    content: "";
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    background: url(../images/arrow.svg) no-repeat 50% 50%;
    transform: rotate(90deg);
  }
  .kcraedu header .header__gnb-item > ul {
    display: none;
    padding: 2rem 1.25rem;
    position: static;
    transform: translateY(0);
  }
  .kcraedu header .header__gnb-item > ul li {
    margin-top: 1rem;
  }
  .kcraedu header .header__gnb-item > ul li:first-child {
    margin-top: 0;
  }
  .kcraedu header .header__gnb-item > ul li a {
    display: inline-block;
    padding: 0.3rem 0;
    font-weight: 500;
    font-size: 1.125rem;
    color: #666666;
  }
  .kcraedu header .header__gnb-item:hover > ul {
    display: none;
  }
  .kcraedu header .header__gnb-item.active > a {
    color: #4f80ff;
  }
  .kcraedu header .header__gnb-item.active > a::after {
    transform: rotate(270deg);
  }
  .kcraedu header .header__gnb-item.active > ul {
    display: block;
  }
  .kcraedu header .header__menu {
    width: 100%;
    margin-bottom: 0;
    padding: 3rem 1.25rem 1.875rem;
    border-bottom: 0.063rem solid #d9d9d9;
  }
  .kcraedu header .header__menu-item {
    margin: 0.625rem 1rem 0 0;
    font-weight: 500;
    line-height: 1.5rem;
    color: #fff;
    background-color: #4f80ff;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 0.313rem;
  }
  .kcraedu header .header__menu-item:first-child {
    margin-top: 0;
  }
  .kcraedu header .header__menu-item--remote {
    display: none;
  }
  .kcraedu header .header__navbar {
    display: block;
  }
}
.kcraedu header.active {
  background: #fff;
}
.kcraedu header.active .header__2depth {
  opacity: 1;
  visibility: visible;
  border-top: 0.063rem solid #c5c5c5;
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 767.98px) {
  .kcraedu--login header .header__menu {
    display: none;
  }
  .kcraedu--login header .header__info {
    display: block;
  }
}
.kcraedu--menu header .header__wrap {
  display: block;
}
.kcraedu--menu header .header__navbar p {
  display: none;
}
.kcraedu main {
  min-height: 41.25rem;
  padding-bottom: 10rem;
}
.kcraedu footer {
  margin-top: auto;
  padding: 0 0 4.875rem 0;
  background: #f8f8f8;
  border-top: 0.063rem solid #e5e5e5;
}
.kcraedu footer .footer__menu {
  margin-bottom: 2.5rem;
  padding: 1.25rem 0;
  border-bottom: 0.063rem solid #e5e5e5;
}
.kcraedu footer .footer__menu-item {
  margin-right: 1.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.kcraedu footer .footer__menu-item:last-child {
  margin-right: 0;
}
.kcraedu footer .footer__menu-item:hover {
  color: rgba(34, 34, 34, 0.7);
}
.kcraedu footer .footer address {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  word-break: keep-all;
}
.kcraedu footer .footer address a {
  color: #999999;
}
@media (max-width: 767.98px) {
  .kcraedu footer {
    padding: 0 0 2rem 0;
  }
  .kcraedu footer .footer__menu {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .kcraedu footer .footer__menu-item {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.kcraedu .contents {
  position: relative;
}
.kcraedu .snb {
  position: relative;
  width: 13.5rem;
  min-width: 13.5rem;
  width: 100%;
  padding: 2.188rem 0 1rem 0;
  background: #3766de;
}
.kcraedu .snb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1000px;
  background: #3766de;
  transform: translateX(-100%);
}
.kcraedu .snb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000px;
  background: #3766de;
  transform: translateX(100%);
}
.kcraedu .snb__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.75rem;
  color: #fff;
}
.kcraedu .snb ul {
  display: flex;
  padding: 1.875rem 0 2.5rem 0;
  overflow: auto;
  padding: 1rem 0;
}
.kcraedu .snb ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0.325rem;
}
.kcraedu .snb ul li a {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: rgba(255, 255, 255, 0.8);
  word-break: keep-all;
}
.kcraedu .snb ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.kcraedu .snb ul li:last-child:after {
  display: none;
}
.kcraedu .snb ul li:after {
  content: "/";
  display: block;
  margin: 0 1rem;
  color: #fff;
}
.kcraedu .snb ul li.active a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .kcraedu .snb {
    display: none;
  }
}
.kcraedu .content {
  width: 100%;
  padding: 4.375rem 0 0 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .kcraedu .content {
    padding: 1.375rem 0 0 0;
  }
}
.kcraedu .content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kcraedu .content-head h1, .kcraedu .content-head .h1 {
  margin: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .kcraedu .content-head {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kcraedu .content-head h1, .kcraedu .content-head .h1 {
    margin-top: 0.625rem;
  }
}
.kcraedu .content-head nav {
  position: absolute;
  top: 2.188rem;
  right: 0;
}
@media (max-width: 1199.98px) {
  .kcraedu .content-head nav {
    position: relative;
    top: auto;
  }
}
.kcraedu-modal {
  display: inline-block;
  min-width: 20rem;
  height: auto;
  margin: 0 0 1.25rem 0rem;
  background: #fff;
  text-align: left;
}
@media (max-width: 767.98px) {
  .kcraedu-modal {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
  }
}
.kcraedu-modal__area {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.875rem;
  z-index: 300;
}
@media (max-width: 767.98px) {
  .kcraedu-modal__area {
    width: 100%;
  }
}
.kcraedu-modal__area .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .kcraedu-modal__area .container {
    display: block;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .kcraedu-modal__area .container {
    position: relative;
    padding: 0;
  }
}
.kcraedu-modal__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.938rem 1.25rem 0.625rem 1.875rem;
  font-size: 1.25rem;
  background-color: #3f5692;
  color: #fff;
}
.kcraedu-modal__title button {
  border: 0;
  background: none;
  color: #fff;
}
.kcraedu-modal__contents {
  padding: 1.875rem 1.875rem 0.938rem 1.875rem;
}
.kcraedu-modal__contents img {
  max-width: 31.25rem;
}
@media (max-width: 767.98px) {
  .kcraedu-modal__contents img {
    width: 100%;
    max-width: 100%;
  }
}
.kcraedu-modal__footer {
  padding: 0.938rem 1.875rem 1.25rem 1.875rem;
}
.kcraedu--main header {
  padding-top: 1.5rem;
  background-color: #e2edfa;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .kcraedu--main header {
    background-color: #fff;
    padding-top: 0;
  }
}
.kcraedu--main main {
  padding-bottom: 4.375rem;
}
.kcraedu .main__head {
  position: relative;
  overflow: hidden;
  padding: 0.938rem 0 1.563rem 0;
  background-color: #e2edfa;
}
@media (max-width: 767.98px) {
  .kcraedu .main__head {
    padding: 0 0 2.75rem 0;
    background-color: #fff;
  }
  .kcraedu .main__head::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 38.25rem;
    background-color: #e2edfa;
    z-index: 1;
  }
}
.kcraedu .main__contents {
  padding: 3.125rem 0 0 0;
}
.kcraedu .main-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-menu {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu {
    grid-template-columns: 1fr;
  }
}
.kcraedu .main-menu__item {
  position: relative;
  width: 100%;
  min-height: 23.75rem;
  padding: 2.5rem 1.875rem;
  background: #fff;
  border-radius: 1.875rem 1.875rem 1.875rem 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-menu__item {
    padding: 1.875rem 1.25rem;
  }
  .kcraedu .main-menu__item:nth-child(2) {
    transform: translateY(calc(100% + 0.75rem));
  }
  .kcraedu .main-menu__item:nth-child(4) {
    transform: translateY(calc(-100% - 0.75rem));
  }
}
@media (max-width: 1199.98px) {
  .kcraedu .main-menu__item {
    padding: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item {
    min-height: auto;
    padding: 1.875rem 1.875rem;
  }
  .kcraedu .main-menu__item:nth-child(2) {
    transform: translateY(0);
  }
  .kcraedu .main-menu__item:nth-child(4) {
    transform: translateY(0);
  }
}
.kcraedu .main-menu__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: all 0.2s ease;
  opacity: 1;
}
.kcraedu .main-menu__item:nth-child(1)::after {
  background: #4577f5;
}
.kcraedu .main-menu__item:nth-child(2)::after {
  background: #69c352;
}
.kcraedu .main-menu__item:nth-child(3)::after {
  background: #fad245;
}
.kcraedu .main-menu__item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-bottom: 10rem solid #315fd4;
  border-right: 43.75rem solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .kcraedu .main-menu__item::before {
    border-bottom-width: 6.25rem;
  }
}
.kcraedu .main-menu__item:nth-child(2)::before {
  border-bottom-color: #50b537;
}
.kcraedu .main-menu__item:nth-child(3)::before {
  border-bottom-color: #f1c423;
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item::after, .kcraedu .main-menu__item::before {
    opacity: 1;
  }
  .kcraedu .main-menu__item .main-menu__item-title {
    color: #fff;
  }
  .kcraedu .main-menu__item .main-menu__item-text {
    color: #fff;
  }
  .kcraedu .main-menu__item .main-menu__item-text p {
    color: rgba(255, 255, 255, 0.7);
  }
  .kcraedu .main-menu__item .main-menu__item-link span {
    color: #fff;
    border-color: #fff;
  }
}
.kcraedu .main-menu__item-title {
  position: relative;
  z-index: 20;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.563rem;
  letter-spacing: -0.04em;
  color: #888888;
  word-break: keep-all;
  transition: all 0.1s ease;
  color: #fff;
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.875rem;
  }
}
.kcraedu .main-menu__item-target {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #ffffff;
}
.kcraedu .main-menu__item-target::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.5rem;
  background: url(../images/check-lg.svg) no-repeat 50% 50%;
  background-size: cover;
  margin-right: 0.375rem;
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item-target {
    font-size: 1rem;
  }
}
.kcraedu .main-menu__item-text {
  position: relative;
  z-index: 20;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #888888;
  word-break: keep-all;
  transition: all 0.1s ease;
  color: #fff;
}
.kcraedu .main-menu__item-text p {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item-text {
    font-size: 1rem;
  }
  .kcraedu .main-menu__item-text br {
    display: none;
  }
  .kcraedu .main-menu__item-text p {
    font-size: 0.75rem;
  }
}
.kcraedu .main-menu__item-button {
  position: relative;
  z-index: 20;
}
.kcraedu .main-menu__item-button .btn:hover {
  background: #fff;
  opacity: 0.9;
}
.kcraedu .main-menu__item-link {
  position: absolute;
  bottom: 2.188rem;
  left: 1.875rem;
  right: 1.875rem;
  z-index: 20;
}
.kcraedu .main-menu__item-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  border: 0.063rem solid #ffffff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-menu__item-link {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 1.563rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item-link span {
    font-size: 1rem;
  }
}
.kcraedu .main-menu__item--logoff {
  background: #fff;
  border-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item--logoff {
    display: none;
  }
}
.kcraedu .main-menu__item--logoff::before {
  display: none;
}
.kcraedu .main-menu__item--logoff .main-menu__item-text {
  margin-bottom: 2.5rem;
  color: #222222;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-menu__item--logoff .main-menu__item-text {
    margin-bottom: 1.5rem;
  }
}
.kcraedu .main-menu__item--logoff .main-menu__item-button {
  margin-bottom: 1.875rem;
}
.kcraedu .main-menu__item--logoff .main-menu__item-button .btn {
  height: 3.25rem;
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.688rem;
  text-align: center;
  background-color: #4f80ff;
  color: #fff;
  border: none;
}
.kcraedu .main-menu__item--logoff .main-menu__item-button .btn:first-child {
  margin-top: 0;
}
.kcraedu .main-menu__item--logoff .main-menu__item-button .btn:last-child {
  background: #d7e2ff;
  color: #7c9df5;
}
.kcraedu .main-menu__item--logoff .main-menu__item-link {
  text-align: center;
  bottom: 1.5rem;
  right: 2.5rem;
}
.kcraedu .main-menu__item--logoff .main-menu__item-link a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(34, 34, 34, 0.5);
}
.kcraedu .main-menu__item--logoff .main-menu__item-link a:hover {
  color: #222;
}
.kcraedu .main-menu__item--login {
  padding-top: 1.875rem;
  background: #fff;
  border-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .kcraedu .main-menu__item--login {
    display: none;
  }
}
.kcraedu .main-menu__item--login::before {
  display: none;
}
.kcraedu .main-menu__item--login .main-menu__item-info {
  position: relative;
  z-index: 20;
  margin-bottom: 2rem;
  color: #4f80ff;
}
.kcraedu .main-menu__item--login .main-menu__item-info h5, .kcraedu .main-menu__item--login .main-menu__item-info .h5 {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #4f80ff;
}
.kcraedu .main-menu__item--login .main-menu__item-info table {
  width: 100%;
}
.kcraedu .main-menu__item--login .main-menu__item-info table th {
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(34, 34, 34, 0.6);
}
.kcraedu .main-menu__item--login .main-menu__item-info table td {
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
  color: #4f80ff;
}
.kcraedu .main-menu__item--login .main-menu__item-info table td a {
  color: #4f80ff;
}
.kcraedu .main-menu__item--login .main-menu__item-info table td a:hover {
  color: rgba(79, 128, 255, 0.7);
}
.kcraedu .main-menu__item--login .main-menu__item-button .btn {
  height: 3.25rem;
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.688rem;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #4f80ff;
}
.kcraedu .main-menu__item--login .main-menu__item-button .btn:first-child {
  margin-top: 0;
}
.kcraedu .main-menu__item--login .main-menu__item-button .btn:last-child {
  background: #d7e2ff;
  color: #7c9df5;
}
.kcraedu .main-menu__item:nth-child(1):hover::after {
  background: rgba(69, 119, 245, 0.9);
}
.kcraedu .main-menu__item:nth-child(1):hover::before {
  border-bottom-color: rgba(49, 95, 212, 0.9);
}
.kcraedu .main-menu__item:nth-child(2):hover::after {
  background: rgba(105, 195, 82, 0.9);
}
.kcraedu .main-menu__item:nth-child(2):hover::before {
  border-bottom-color: rgba(80, 181, 55, 0.9);
}
.kcraedu .main-menu__item:nth-child(3):hover::after {
  background: rgba(250, 210, 69, 0.9);
}
.kcraedu .main-menu__item:nth-child(3):hover::before {
  border-bottom-color: rgba(241, 196, 35, 0.9);
}
.kcraedu .main-link {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  margin: 2.188rem 0.625rem 0;
}
@media (max-width: 991.98px) {
  .kcraedu .main-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.125rem;
    margin: 3.125rem 0 0;
  }
}
.kcraedu .main-link__item {
  text-align: center;
}
.kcraedu .main-link__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6rem;
  border: 0.063rem solid #e2e5eb;
  transition: all 0.1s ease;
}
@media (max-width: 767.98px) {
  .kcraedu .main-link__item span {
    width: 4.875rem;
    height: 4.875rem;
  }
  .kcraedu .main-link__item span img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.kcraedu .main-link__item p {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.688rem;
  text-align: center;
  color: #445364;
}
@media (max-width: 991.98px) {
  .kcraedu .main-link__item p {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .main-link__item p {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.kcraedu .main-link__item:hover span {
  border: 0.125rem solid #1642b3;
  box-shadow: 0 0.063rem 0.625rem #929ebe;
}
.kcraedu .main-link__item:hover p {
  color: #222;
}
.kcraedu .main-board {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.kcraedu .main-board .board {
  width: 50%;
  min-width: 50%;
}
.kcraedu .main-board .board:first-child {
  padding-right: 3.75rem;
}
.kcraedu .main-board .board:last-child {
  padding-left: 3.75rem;
}
.kcraedu .main-board .board__list ul {
  margin: 0;
}
.kcraedu .main-board .board__list ul li {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-board {
    display: block;
  }
  .kcraedu .main-board .board {
    width: 100%;
  }
  .kcraedu .main-board .board:first-child, .kcraedu .main-board .board:last-child {
    padding: 0 0 5rem 0;
    margin: 0 0 3rem 0;
  }
}
.kcraedu .main-customer {
  display: flex;
  margin-top: 5.625rem;
}
@media (max-width: 991.98px) {
  .kcraedu .main-customer {
    display: block;
  }
}
.kcraedu .main-customer__video {
  width: 34.375rem;
  margin-right: 7.625rem;
  font-size: 0;
  line-height: 0;
}
.kcraedu .main-customer__video iframe {
  border-radius: 1.875rem;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-customer__video {
    margin-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  .kcraedu .main-customer__video {
    width: 100%;
    margin-right: 0;
  }
  .kcraedu .main-customer__video iframe {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .kcraedu .main-customer__info {
    margin-top: 2rem;
  }
}
.kcraedu .main-customer__info dl dt {
  margin-top: 1.875rem;
  margin-bottom: 0.313;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
}
.kcraedu .main-customer__info dl dt::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.188rem;
  margin-bottom: 0.625rem;
  background: #d3d3d3;
}
.kcraedu .main-customer__info dl dd {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
}
.kcraedu .main-customer__info dl:first-child dt {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #222222;
}
.kcraedu .main-customer__info dl:first-child dt::before {
  display: none;
}
.kcraedu .main-customer__info-tel a {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #4f80ff;
}
.kcraedu .main-customer__info-tel span {
  display: block;
  margin-bottom: 0.313;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: #888888;
}
.kcraedu .main-customer__info-tel02 a {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #222222;
}
.kcraedu .main-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.375rem;
  margin-top: 5.625rem;
  border: 0.063rem solid #d3d3d3;
  border-radius: 0.625rem;
}
.kcraedu .main-download__item a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.kcraedu .main-download__item a:hover {
  color: rgba(34, 34, 34, 0.7);
}
.kcraedu .main-download__item a img {
  margin-right: 0.938rem;
}
@media (max-width: 991.98px) {
  .kcraedu .main-download__item a {
    font-size: 1rem;
  }
  .kcraedu .main-download__item a img {
    margin-right: 0.5rem;
  }
}
.kcraedu .main-download hr {
  width: 0.188rem;
  height: 1.063rem;
  margin: 0 5.5rem;
  background: #d3d3d3;
}
@media (max-width: 1199.98px) {
  .kcraedu .main-download hr {
    margin: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .kcraedu .main-download hr {
    margin: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .main-download {
    display: block;
    height: auto;
    margin-top: 3.125rem;
    border: none;
  }
  .kcraedu .main-download__item a {
    margin-top: 0.625rem;
    padding: 0.938rem 1.875rem;
    border: 0.063rem solid #e9e9e9;
    border-radius: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .kcraedu .main-download__item a img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .kcraedu .main-download__item:first-child a {
    margin-top: 0;
  }
  .kcraedu .main-download__item:last-child {
    display: none;
  }
  .kcraedu .main-download hr {
    display: none;
  }
}
.kcraedu .find {
  width: 56.625rem;
  margin: 0 auto;
  padding: 4.375rem 0 0 0;
}
@media (max-width: 991.98px) {
  .kcraedu .find {
    width: 100%;
  }
}
.kcraedu .find-result {
  margin-top: 2.5rem;
}
.kcraedu .find-result__id {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9.75rem;
  padding: 1.875rem;
  background: #f8f8f8;
  border-radius: 1.25rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.kcraedu .find-result__id p {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.688rem;
  color: #4f80ff;
}
.kcraedu .find-result__text {
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #666666;
}
.kcraedu .login {
  width: 31.875rem;
  margin: 0 auto;
  padding: 4.375rem 0 0 0;
}
.kcraedu .login h1, .kcraedu .login .h1 {
  margin-bottom: 0.938rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.313rem;
  color: #222222;
}
.kcraedu .login-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #222222;
  text-align: center;
  word-break: keep-all;
}
.kcraedu .login-form {
  margin-top: 4.063rem;
  border-top: 0.125rem solid #222;
}
.kcraedu .login-form__item {
  display: flex;
  align-items: center;
  padding: 1.125rem 0.625rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.kcraedu .login-form__item label {
  min-width: 8.5rem;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.kcraedu .login-save {
  padding: 1.875rem 0.625rem 3.125rem;
}
.kcraedu .login-button {
  text-align: center;
}
.kcraedu .login-button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.kcraedu .login-button .btn:first-child {
  margin-left: 0;
}
.kcraedu .login-button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .login-button .btn {
    min-width: auto;
    width: 100%;
  }
}
.kcraedu .login-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.25rem;
}
.kcraedu .login-menu .btn-link {
  color: #666;
}
.kcraedu .login-menu hr {
  width: 0.063rem;
  height: 1rem;
  margin: 0 0.375rem;
  background: #666;
}
@media (max-width: 767.98px) {
  .kcraedu .login {
    width: 100%;
  }
}
.kcraedu .join {
  width: 56.625rem;
  margin: 0 auto;
  padding: 4.375rem 0 0 0;
}
@media (max-width: 991.98px) {
  .kcraedu .join {
    width: 100%;
  }
}
.kcraedu .join-nav {
  position: relative;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
}
.kcraedu .join-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.688rem 0;
}
.kcraedu .join-nav ul li {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #999999;
}
.kcraedu .join-nav ul li:after {
  content: "\f138";
  display: inline-block;
  margin: 0 4.594rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #999999;
}
.kcraedu .join-nav ul li.active {
  color: #3766de;
}
.kcraedu .join-nav ul li:last-child::after {
  display: none;
}
@media (max-width: 991.98px) {
  .kcraedu .join-nav ul li span {
    display: none;
  }
  .kcraedu .join-nav ul li:after {
    margin: 0 1.25rem;
  }
}
.kcraedu .join-agree__check {
  padding: 2.125rem 2.5rem;
  border-top: 0.063rem solid #ececec;
}
@media (max-width: 767.98px) {
  .kcraedu .join-agree__check {
    padding: 1.25rem 1.25rem;
  }
}
.kcraedu .join-agree__text {
  padding: 0 2.5rem 2rem;
}
@media (max-width: 767.98px) {
  .kcraedu .join-agree__text {
    padding: 0 1.25rem 1.25rem;
  }
}
.kcraedu .join-agree dl {
  border: 0.063rem solid #ececec;
  border-top: none;
}
.kcraedu .join-agree dl dt {
  font-weight: 400;
}
.kcraedu .join-agree dl textarea {
  width: 100%;
  height: 10rem;
  padding: 1.875rem;
  background: #f8f8f8;
  border: none;
  font-size: 0.875rem;
  line-height: 1.5;
}
.kcraedu .join-certification {
  display: flex;
}
.kcraedu .join-certification dl {
  width: 100%;
}
.kcraedu .join-certification dl:first-child {
  margin-right: 0.75rem;
}
.kcraedu .join-certification dl:last-child {
  margin-left: 0.75rem;
}
.kcraedu .join-certification dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.375rem;
  margin-bottom: 3.125rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .kcraedu .join-certification dl dd img {
    width: 5rem;
  }
}
.kcraedu .join-certification dl dt {
  text-align: center;
}
.kcraedu .join-certification dl dt .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.kcraedu .join-certification dl dt .btn:first-child {
  margin-left: 0;
}
.kcraedu .join-certification dl dt .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .join-certification dl dt .btn {
    min-width: auto;
    width: 100%;
  }
}
.kcraedu .join-certification dl:hover dd {
  border-color: #4f80ff;
}
.kcraedu .join-result {
  margin-top: 3.125rem;
}
.kcraedu .join-result__title {
  padding: 3.25rem 1.875rem;
  background: #f8f8f8;
  border-radius: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.313rem;
  color: #222222;
  word-break: keep-all;
}
.kcraedu .join-result__text {
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #666666;
}
.kcraedu .join-button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
.kcraedu .join-button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.kcraedu .join-button .btn:first-child {
  margin-left: 0;
}
.kcraedu .join-button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .join-button .btn {
    min-width: auto;
    width: 100%;
  }
}
.kcraedu .join-caution {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.kcraedu .join-caution p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.kcraedu .join-caution__box {
  padding: 1.875rem;
  background: #f8f8f8;
  border-radius: 0.625rem;
  font-weight: 700;
  color: #222;
}
.kcraedu .join-caution strong {
  color: #222;
}
.kcraedu .join-caution .line {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #95ff63;
  text-decoration-thickness: 0.188rem;
  text-underline-position: auto;
}
.kcraedu .introduction {
  width: 100%;
  max-width: 56.625rem;
  padding: 4.375rem 0 0 0;
}
.kcraedu .introduction-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kcraedu .introduction-head h1, .kcraedu .introduction-head .h1 {
  margin: 0;
}
.kcraedu .introduction-ceo {
  margin-top: 1.375rem;
}
.kcraedu .introduction-ceo__img {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.kcraedu .introduction-ceo__img img {
  margin-right: 2.375rem;
}
.kcraedu .introduction-ceo__text p {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #666;
}
.kcraedu .introduction-ceo__text p strong {
  color: #222;
}
.kcraedu .introduction-ceo__text p:first-child {
  margin-top: 0;
}
.kcraedu .introduction-ceo__sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5.625rem;
}
.kcraedu .introduction-ceo__sign img {
  margin-left: 1.875rem;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-ceo__img {
    display: block;
    align-items: center;
    text-align: center;
  }
  .kcraedu .introduction-ceo__img img {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
}
.kcraedu .introduction-business {
  margin-top: 1.375rem;
}
.kcraedu .introduction-business h4, .kcraedu .introduction-business .h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
}
.kcraedu .introduction-business ul {
  margin-top: 3.125rem;
}
.kcraedu .introduction-business ul li {
  display: flex;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #666666;
  word-break: keep-all;
}
.kcraedu .introduction-business ul li:first-child {
  margin-top: 0;
}
.kcraedu .introduction-business ul li::before {
  content: "";
  display: block;
  background: url(../images/x-diamond-fill.svg) no-repeat 50% 50%;
  min-width: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.375rem 0.875rem 0 0;
  background-size: cover;
}
.kcraedu .introduction-history ul {
  margin-top: 1.375rem;
  border-bottom: 0.125rem solid #ececec;
}
.kcraedu .introduction-history ul li {
  display: flex;
  align-items: center;
  min-height: 5.625rem;
  padding: 1.563rem 1.25rem;
  border-top: 0.125rem solid #ececec;
}
.kcraedu .introduction-history ul li h6, .kcraedu .introduction-history ul li .h6 {
  margin-right: 4rem;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #999;
  font-family: "Arial";
}
.kcraedu .introduction-history ul li h6 span, .kcraedu .introduction-history ul li .h6 span {
  color: #222;
}
.kcraedu .introduction-history ul li p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-history ul li {
    display: block;
  }
  .kcraedu .introduction-history ul li h6, .kcraedu .introduction-history ul li .h6 {
    margin-bottom: 0.625rem;
  }
}
.kcraedu .introduction-company {
  margin-top: 1.375rem;
  position: relative;
}
.kcraedu .introduction-company > ul {
  position: relative;
}
.kcraedu .introduction-company > ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.063rem;
  height: 37.5rem;
  background-color: #d9d9d9;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-company > ul::before {
    height: 20rem;
  }
}
.kcraedu .introduction-company > ul > li {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.kcraedu .introduction-company > ul > li:first-child {
  margin-top: 0;
}
.kcraedu .introduction-company > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.875rem;
  height: 3.75rem;
  margin: 0 0.938rem;
  background: #3766de;
  border-radius: 0.313rem 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #ffffff;
  text-align: center;
}
.kcraedu .introduction-company > ul > li:nth-child(1) > span {
  height: 4.375rem;
}
.kcraedu .introduction-company > ul > li:nth-child(2) > span {
  background: #193b92;
}
.kcraedu .introduction-company > ul > li:nth-child(3) > span {
  background: #f8f8f8;
  border: 0.063rem solid #d9d9d9;
  color: #999999;
}
.kcraedu .introduction-company > ul > li:nth-child(4) > span {
  background: #7085be;
}
.kcraedu .introduction-company > ul > li > ul {
  position: relative;
  margin-top: 3.125rem;
}
.kcraedu .introduction-company > ul > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 0.063rem;
  height: 36.25rem;
  background-color: #d9d9d9;
  z-index: 10;
}
.kcraedu .introduction-company > ul > li > ul:nth-child(2)::before {
  left: 0;
  right: 0;
  width: auto;
  height: 0.063rem;
  transform: scaleX(2);
}
.kcraedu .introduction-company > ul > li > ul > li {
  position: relative;
  z-index: 20;
  margin-top: 0.625rem;
}
.kcraedu .introduction-company > ul > li > ul > li:first-child {
  margin-top: 0;
}
.kcraedu .introduction-company > ul > li > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.875rem;
  height: 3.75rem;
  margin: 0 0.938rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.313rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.438rem;
  text-align: center;
  color: #999999;
}
.kcraedu .introduction-company > ul > li > ul > li > ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.875rem;
  margin: 2.5rem auto;
}
.kcraedu .introduction-company > ul > li > ul > li > ul > li {
  position: relative;
}
.kcraedu .introduction-company > ul > li > ul > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  width: 0.063rem;
  height: 3.125rem;
  background-color: #d9d9d9;
  z-index: 10;
}
.kcraedu .introduction-company > ul > li > ul > li > ul > li:nth-child(1)::before {
  transform: translateX(-0.063rem);
}
.kcraedu .introduction-company > ul > li > ul > li > ul > li:nth-child(2)::before {
  left: 0;
  right: 0;
  width: auto;
  height: 0.063rem;
  transform: scaleX(2.7);
}
.kcraedu .introduction-company > ul > li > ul > li > ul > li > span {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 6.625rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.313rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.438rem;
  text-align: center;
  color: #999999;
  writing-mode: vertical-lr;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-company > ul > li:nth-child(5) {
    display: block;
  }
  .kcraedu .introduction-company > ul > li > ul::before {
    top: 0;
    height: 32rem;
  }
  .kcraedu .introduction-company > ul > li > ul > li > span {
    margin: 0 auto;
  }
  .kcraedu .introduction-company > ul > li > ul:nth-child(2)::before {
    left: 0;
    right: auto;
    width: auto;
    height: 0.063rem;
    transform: scaleX(1);
    content: "";
    display: block;
    position: absolute;
    top: 0rem;
    left: 50%;
    width: 0.063rem;
    height: 15rem;
    background-color: #d9d9d9;
    z-index: 10;
  }
}
.kcraedu .introduction-executive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.875rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 1.375rem;
}
.kcraedu .introduction-executive dl {
  padding: 1.875rem 1.875rem 1.875rem 2.5rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
}
.kcraedu .introduction-executive dl dt {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
}
.kcraedu .introduction-executive dl dd strong {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #222222;
}
.kcraedu .introduction-executive dl dd p {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-executive {
    display: block;
  }
  .kcraedu .introduction-executive dl {
    margin-top: 1.875rem;
    padding: 1.875rem;
  }
}
.kcraedu .introduction-introduction {
  margin-top: 4.375rem;
}
.kcraedu .introduction-introduction h4, .kcraedu .introduction-introduction .h4 {
  margin-bottom: 1.875rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
}
.kcraedu .introduction-introduction p {
  font-size: 1.125rem;
  line-height: 2;
  color: #666666;
}
.kcraedu .introduction-education {
  margin-top: 1.375rem;
}
.kcraedu .introduction-education dl {
  margin-top: 1.375rem;
}
.kcraedu .introduction-education dl dt {
  margin-bottom: 1.875rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
}
.kcraedu .introduction-education dl dd p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #666666;
  word-break: keep-all;
}
.kcraedu .introduction-education dl dd h6, .kcraedu .introduction-education dl dd .h6 {
  margin-bottom: 1.063rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #222222;
}
.kcraedu .introduction-education dl dd ul {
  margin-bottom: 2.5rem;
}
.kcraedu .introduction-education dl dd ul li {
  display: flex;
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
  word-break: keep-all;
}
.kcraedu .introduction-education dl dd ul li:first-child {
  margin-top: 0;
}
.kcraedu .introduction-education dl dd ul li::before {
  content: "-";
  display: block;
  margin-right: 0.313rem;
}
.kcraedu .introduction-education dl dd ol {
  margin: 0;
  padding: 0;
  width: 50%;
}
.kcraedu .introduction-education dl dd ol li {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
  word-break: keep-all;
}
.kcraedu .introduction-education dl dd ol li:first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .introduction-education dl dd .d-flex {
    display: block !important;
  }
  .kcraedu .introduction-education dl dd .d-flex ol {
    margin-top: 0.625rem;
    width: 100%;
  }
}
.kcraedu .mypage {
  width: 100%;
  max-width: 56.625rem;
  padding: 4.375rem 0 0 0;
}
.kcraedu .mypage-text h4, .kcraedu .mypage-text .h4 {
  margin-bottom: 1.875rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #222222;
}
.kcraedu .mypage-text dl {
  margin-bottom: 2.5rem;
}
.kcraedu .mypage-text dl:last-child {
  margin-bottom: 0;
}
.kcraedu .mypage-text dl dt {
  margin-bottom: 1.063rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
  word-break: keep-all;
}
.kcraedu .mypage-text dl dd {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  word-break: keep-all;
}
.kcraedu .curriculum {
  width: 100%;
  max-width: 56.625rem;
  padding: 4.375rem 0 0 0;
}
.kcraedu .curriculum .line {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #95ff63;
  text-decoration-thickness: 0.188rem;
  text-underline-position: auto;
}
.kcraedu .curriculum-result {
  margin-top: 2.5rem;
}
.kcraedu .curriculum-result__id {
  padding: 3.25rem 1.875rem;
  background: #f8f8f8;
  border-radius: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.313rem;
}
.kcraedu .curriculum-result__text {
  margin-top: 3.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #666666;
}
.kcraedu .curriculum-map {
  border: 0.063rem solid #d9d9d9;
}
.kcraedu .curriculum-pay ul li {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  padding: 2.5rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.1s ease;
}
.kcraedu .curriculum-pay ul li:first-child {
  margin-top: 0;
}
.kcraedu .curriculum-pay ul li h6, .kcraedu .curriculum-pay ul li .h6 {
  display: flex;
  align-items: center;
  min-width: 18.5rem;
  width: 18.5rem;
  margin: 0;
}
.kcraedu .curriculum-pay ul li h6 img, .kcraedu .curriculum-pay ul li .h6 img {
  margin-right: 1.875rem;
}
.kcraedu .curriculum-pay ul li p {
  word-break: keep-all;
  color: #666;
}
.kcraedu .curriculum-pay ul li.active, .kcraedu .curriculum-pay ul li:hover {
  border-color: #3766de;
}
@media (max-width: 767.98px) {
  .kcraedu .curriculum-pay ul li {
    display: block;
  }
  .kcraedu .curriculum-pay ul li h6, .kcraedu .curriculum-pay ul li .h6 {
    width: auto;
    margin-bottom: 0.625rem;
  }
  .kcraedu .curriculum-pay ul li h6 img, .kcraedu .curriculum-pay ul li .h6 img {
    width: 1.875rem;
    margin-right: 0.625rem;
  }
}
.kcraedu .curriculum-detail h4, .kcraedu .curriculum-detail .h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
  word-break: keep-all;
}
.kcraedu .curriculum-detail > dl {
  display: flex;
  width: 100%;
  margin-bottom: 0.6rem;
}
.kcraedu .curriculum-detail > dl > dt {
  display: flex;
  min-width: 7.125rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #222222;
  word-break: keep-all;
}
.kcraedu .curriculum-detail > dl > dt::before {
  content: "-";
  display: block;
  margin-right: 0.375rem;
}
.kcraedu .curriculum-detail > dl > dd {
  width: 100%;
}
.kcraedu .curriculum-detail > dl > dd > p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #666666;
}
.kcraedu .curriculum-detail__list {
  width: 100%;
  display: flex;
  margin: 1.25rem 0;
  padding: 0;
}
.kcraedu .curriculum-detail__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 8.125rem;
  width: 100%;
  margin: 0 1.25rem;
  padding: 1.25rem;
  border: 0.063rem solid #4f80ff;
  border-color: #ececec;
  border-radius: 0.625rem;
  background: #f8f8f8;
}
.kcraedu .curriculum-detail__list li strong {
  font-size: 1.25rem;
}
.kcraedu .curriculum-detail__list li:after {
  content: "\f134";
  display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}
.kcraedu .curriculum-detail__list li:first-child {
  margin-left: 0;
}
.kcraedu .curriculum-detail__list li:last-child {
  margin-right: 0;
}
.kcraedu .curriculum-detail__list li:last-child:after {
  display: none;
}
@media (max-width: 1199.98px) {
  .kcraedu .curriculum-detail__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem;
  }
  .kcraedu .curriculum-detail__list li {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .curriculum-detail__list li {
    min-width: 6.25rem;
    padding: 0.625;
  }
  .kcraedu .curriculum-detail__list li strong {
    font-size: 1rem;
  }
}
.kcraedu .curriculum-detail .schedule__region {
  margin: 1.875rem 0;
}
.kcraedu .curriculum-detail .schedule__region-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  background: #ffffff;
  gap: 0.125rem;
}
.kcraedu .curriculum-detail .schedule__region-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  border: 0.063rem solid #ececec;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #999999;
  overflow: hidden;
  cursor: pointer;
}
.kcraedu .curriculum-detail .schedule__region-tab span:hover {
  color: #666;
}
.kcraedu .curriculum-detail .schedule__region-tab span:first-child {
  border-radius: 0.313rem 0 0 0;
}
.kcraedu .curriculum-detail .schedule__region-tab span:nth-child(8) {
  border-radius: 0 0.313rem 0 0;
}
.kcraedu .curriculum-detail .schedule__region-tab span:nth-child(9) {
  border-radius: 0 0 0 0.313rem;
}
.kcraedu .curriculum-detail .schedule__region-tab span:last-child {
  border-radius: 0 0 0.313rem 0;
}
.kcraedu .curriculum-detail .schedule__region-tab span.active {
  border-color: #4f80ff;
  background: #4f80ff;
  color: #fff;
}
.kcraedu .curriculum-detail .schedule__region-title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.kcraedu .curriculum-detail .schedule__calendar * {
  font-size: 0.813rem;
}
.kcraedu .curriculum-detail .schedule__calendar a {
  color: #222;
}
.kcraedu .curriculum-detail .schedule__table table th,
.kcraedu .curriculum-detail .schedule__table table td {
  font-size: 1rem;
  line-height: 1.3;
}
.kcraedu .curriculum-detail .fc-toolbar-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
}
.kcraedu .curriculum-detail .fc-today-button {
  height: 2.5rem;
  border-radius: 0.313rem;
  background: #3766de;
  border: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #ffffff;
}
.kcraedu .curriculum-detail .fc-prev-button,
.kcraedu .curriculum-detail .fc-next-button {
  width: 2.375rem;
  height: 2.5rem;
  border-radius: 0.313rem;
  background: none;
  border: 0.063rem solid #3766de;
  color: #3766de;
}
.kcraedu .curriculum-detail .fc-prev-button:hover, .kcraedu .curriculum-detail .fc-prev-button:active,
.kcraedu .curriculum-detail .fc-next-button:hover,
.kcraedu .curriculum-detail .fc-next-button:active {
  border-color: #3766de !important;
  background: #3766de !important;
  color: #fff !important;
}
.kcraedu .curriculum-detail .fc-event-title {
  padding: 0.313rem;
  white-space: normal;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 767.98px) {
  .kcraedu .curriculum-detail .fc-view-harness {
    display: none;
  }
  .kcraedu .curriculum-detail #calendar {
    height: 2.5rem !important;
  }
}
.kcraedu .support {
  width: 100%;
  max-width: 56.625rem;
  padding: 4.375rem 0 0 0;
}
.kcraedu .support-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kcraedu .support-head h1, .kcraedu .support-head .h1 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .support-head {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kcraedu .support-head h1, .kcraedu .support-head .h1 {
    margin-top: 0.625rem;
  }
}
.kcraedu .support-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem 2.5rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
}
.kcraedu .support-search form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.kcraedu .support-search .form-select {
  width: 14.375rem;
}
.kcraedu .support-search .form-control {
  width: 22.5rem;
}
@media (max-width: 767.98px) {
  .kcraedu .support-search {
    padding: 1.25rem 1.25rem;
  }
  .kcraedu .support-search form {
    display: block;
  }
  .kcraedu .support-search .form-select {
    width: 100%;
  }
  .kcraedu .support-search .form-control {
    width: 100%;
    margin: 0.625rem 0 0 0 !important;
  }
  .kcraedu .support-search .btn {
    width: 100%;
    margin: 0.625rem 0 0 0 !important;
  }
}
.kcraedu .support-view {
  border-top: 0.125rem solid #222;
}
.kcraedu .support-view__head {
  padding: 1.875rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.kcraedu .support-view__head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.125rem 0 0 0;
}
.kcraedu .support-view__head p:first-child {
  margin-top: 0;
}
.kcraedu .support-view__head p strong {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.kcraedu .support-view__head p span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
}
@media (max-width: 767.98px) {
  .kcraedu .support-view__head {
    padding: 1.875rem 0;
  }
}
.kcraedu .support-view__contents {
  padding: 1.875rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.kcraedu .support-view__contents img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .kcraedu .support-view__contents {
    padding: 1.875rem 0;
  }
}
.kcraedu .support-view__foot {
  display: flex;
  align-items: center;
  padding: 1.875rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.kcraedu .support-view__foot-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  margin-right: 3.125rem;
}
.kcraedu .support-view__foot a {
  text-decoration: underline;
}
.kcraedu .support-view__button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
.kcraedu .support-view__button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.kcraedu .support-view__button .btn:first-child {
  margin-left: 0;
}
.kcraedu .support-view__button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .kcraedu .support-view__button .btn {
    min-width: auto;
    width: 100%;
  }
}
.kcraedu .support-faq {
  background: #ffffff;
  overflow-x: auto;
}
.kcraedu .support-faq ul {
  display: flex;
  justify-content: space-between;
}
.kcraedu .support-faq ul li {
  position: relative;
  width: 100%;
  min-width: 8.75rem;
  height: 8.75rem;
  text-align: center;
  background: #fff;
  border: 0.063rem solid #ececec;
  z-index: 10;
  margin-left: -0.063rem;
}
.kcraedu .support-faq ul li:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
  margin-left: 0;
}
.kcraedu .support-faq ul li:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.kcraedu .support-faq ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.kcraedu .support-faq ul li a p {
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #999999;
  white-space: nowrap;
}
.kcraedu .support-faq ul li.active a p, .kcraedu .support-faq ul li:hover a p {
  color: #222222;
}
.kcraedu .support-faq ul li.active {
  z-index: 20;
  border-color: #4f80ff;
}
@media (max-width: 991.98px) {
  .kcraedu .support-faq {
    overflow: hidden;
  }
  .kcraedu .support-faq ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.125rem;
  }
  .kcraedu .support-faq ul li {
    margin: 0;
  }
  .kcraedu .support-faq ul li:first-child {
    border-radius: 0.625rem 0 0 0;
    margin-left: 0;
  }
  .kcraedu .support-faq ul li:nth-child(3) {
    border-radius: 0 0.625rem 0 0;
  }
  .kcraedu .support-faq ul li:nth-child(4) {
    border-radius: 0 0 0 0.625rem;
  }
  .kcraedu .support-faq ul li:last-child {
    border-radius: 0 0 0.625rem 0;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .support-faq ul li img {
    transform: scale(0.8);
  }
}
.kcraedu .education {
  display: flex;
  gap: 60px;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .kcraedu .education {
    display: block;
    height: 100%;
  }
}
.kcraedu .education.fold .education-nav {
  min-width: 0;
  width: 0;
}
.kcraedu .education.fold .education-nav__inner {
  transform: translateX(calc(-100% - 16px));
}
.kcraedu .education.fold .education-nav__inner button i {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .kcraedu .education.fold .education-nav {
    display: none;
  }
}
.kcraedu .education.fold .btn-toggle-open {
  display: none;
}
@media (max-width: 767.98px) {
  .kcraedu .education.fold .btn-toggle-open {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .kcraedu .education.fold .education-contents__question {
    height: calc(100vh - 8rem);
  }
  .kcraedu .education.fold .education-contents__guide {
    height: calc(100vh - 8rem);
  }
  .kcraedu .education.fold .education-contents__certification {
    height: calc(100vh - 8rem);
  }
}
.kcraedu .education-nav {
  position: relative;
  min-width: 25rem;
  width: 30%;
  transition: all 0.6s ease-in-out;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .kcraedu .education-nav {
    min-width: 18.75rem;
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .education-nav {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
  }
}
.kcraedu .education-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #193b92;
  transform: translateX(100%);
  color: #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
}
.kcraedu .education-nav__inner {
  height: 100%;
  background: #fff;
  min-width: 25rem;
  transition: all 0.6s ease-in-out;
}
.kcraedu .education-nav__inner i {
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991.98px) {
  .kcraedu .education-nav__inner {
    min-width: 18.75rem;
  }
}
.kcraedu .education-nav__header {
  border-radius: 1.875rem 0 1.875rem 0;
  padding: 1.25rem;
  background: #193b92;
}
.kcraedu .education-nav__close {
  font-size: 18px;
  color: #fff;
}
.kcraedu .education-nav__close button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 80px;
  background: #192f68;
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  border-radius: 0 10px 10px 0;
  transform: translateX(100%);
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .kcraedu .education-nav__close button {
    width: 40px;
    height: 60px;
    line-height: 1;
    transform: translateX(0);
    font-size: 24px;
    background: #193b92;
  }
}
.kcraedu .education-nav__title {
  margin: 1.875rem 0 1.25rem 0;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .kcraedu .education-nav__title {
    margin: 0.625rem 0;
  }
}
.kcraedu .education-nav__progress p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
.kcraedu .education-nav__progress .progress {
  height: 0.375rem;
}
.kcraedu .education-nav__text {
  margin-top: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
}
.kcraedu .education-nav__list {
  height: calc(100vh - 248px);
  margin: 1rem 0 0 0;
  padding: 1rem;
  overflow: auto;
}
.kcraedu .education-nav__list::-webkit-scrollbar {
  width: 13px;
  border: 4px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}
.kcraedu .education-nav__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
@media (max-width: 767.98px) {
  .kcraedu .education-nav__list {
    height: calc(100vh - 17rem);
  }
}
.kcraedu .education-nav__list-num {
  min-width: 1.25rem;
  width: 1.25rem;
  color: #000;
}
.kcraedu .education-nav__list-badge {
  min-width: 4.375rem;
  text-align: right;
}
.kcraedu .education-nav__list ol {
  margin: 0;
  padding: 0;
}
.kcraedu .education-nav__list ol li {
  margin-bottom: 0.375rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.625rem;
  transition: all 0.1s ease;
}
.kcraedu .education-nav__list ol li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.kcraedu .education-nav__list ol li .badge {
  padding: 0 0.938em;
  font-size: 0.688rem;
}
.kcraedu .education-nav__list ol li p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
  transition: all 0.1s ease;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 46px;
}
.kcraedu .education-nav__list ol li.active, .kcraedu .education-nav__list ol li:hover {
  border-color: #3766de;
}
.kcraedu .education-nav__list ol li.active p, .kcraedu .education-nav__list ol li:hover p {
  color: #193b92;
}
.kcraedu .education-contents {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents {
    padding: 0;
  }
}
.kcraedu .education-contents__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.kcraedu .education-contents__head .btn-toggle-open {
  display: none;
}
.kcraedu .education-contents__head h3, .kcraedu .education-contents__head .h3 {
  margin: 0;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__head h3, .kcraedu .education-contents__head .h3 {
    font-size: 1rem;
  }
}
.kcraedu .education-contents__head .btn i {
  margin-left: 0.375rem;
}
.kcraedu .education-contents__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 80px);
}
@media (min-width: 1199px) {
  .kcraedu .education-contents__player {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100vh - 128px);
    overflow: auto;
    justify-content: center;
  }
  .kcraedu .education-contents__player iframe {
    width: 100%;
    height: 100%;
  }
  .kcraedu .education-contents__player-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .kcraedu .education-contents__player-inner .video-js {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.kcraedu .education-contents__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.kcraedu .education-contents__certification {
  width: 100%;
  height: calc(100vh - 6rem);
  padding: 1.25rem 3.125rem;
  overflow: auto;
  background: #ffffff;
  padding: 1.25rem 3.125rem;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__certification {
    padding: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .education-contents__certification {
    height: 100%;
  }
}
.kcraedu .education-contents__certification h4, .kcraedu .education-contents__certification .h4 {
  margin-bottom: 1.25rem;
  padding: 3rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
  text-align: center;
}
.kcraedu .education-contents__certification dl {
  margin-bottom: 1.875rem;
}
.kcraedu .education-contents__certification dl dt {
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  /* identical to box height */
  color: #666666;
}
.kcraedu .education-contents__certification dl dd .btn {
  min-width: 5.625rem;
}
.kcraedu .education-contents__certification-inner {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .kcraedu .education-contents__certification-inner > .d-flex {
    display: block !important;
  }
  .kcraedu .education-contents__certification-inner > .d-flex > .w-50 {
    width: 100% !important;
  }
  .kcraedu .education-contents__certification-inner > .d-flex > .ms-1 {
    margin: 0.625rem 0 0 0 !important;
  }
}
.kcraedu .education-contents__guide {
  width: 100%;
  height: calc(100vh - 6rem);
  overflow: auto;
  background: #ffffff;
  padding: 1.25rem 3.125rem;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__guide {
    padding: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .education-contents__guide {
    height: 100%;
  }
}
.kcraedu .education-contents__guide h4, .kcraedu .education-contents__guide .h4 {
  margin-bottom: 1.25rem;
  padding: 3rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
  text-align: center;
}
.kcraedu .education-contents__guide p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 2;
  color: #666666;
}
.kcraedu .education-contents__guide p strong {
  color: #222;
}
.kcraedu .education-contents__guide p.text-14 {
  font-size: 0.875rem;
}
.kcraedu .education-contents__guide .btn {
  margin-top: 1.875rem;
}
.kcraedu .education-contents__question {
  width: 100%;
  height: calc(100vh - 6rem);
  padding: 1.25rem 3.125rem;
  overflow: auto;
  background: #ffffff;
  padding: 1.25rem 3.125rem;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__question {
    padding: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .kcraedu .education-contents__question {
    height: 100%;
  }
}
.kcraedu .education-contents__question h4, .kcraedu .education-contents__question .h4 {
  margin-bottom: 1.25rem;
  padding: 3rem 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.188rem;
  color: #222222;
  text-align: center;
  word-break: keep-all;
}
.kcraedu .education-contents__question dl dt {
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #222222;
}
.kcraedu .education-contents__question dl dt.wrong::before {
  content: "\f657";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: -0.438rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d65050;
  font-size: 1.5rem;
}
.kcraedu .education-contents__question dl dt.correct::before {
  content: "\f28a";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: -0.438rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d65050;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__question dl dt {
    margin-left: 0.6rem;
  }
}
.kcraedu .education-contents__question dl dd ol {
  margin: 0;
  padding: 0;
}
.kcraedu .education-contents__question dl dd ol li {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: #f8f8f8;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
  transition: all 0.1s ease;
  cursor: pointer;
}
.kcraedu .education-contents__question dl dd ol li.active, .kcraedu .education-contents__question dl dd ol li:hover {
  background: #e7f2ff;
  color: #3766de;
}
.kcraedu .education-contents__question dl dd ol li.answer {
  background: #ffdd28;
}
.kcraedu .education-contents__question dl dd ol li.wrong::before {
  content: "\f659";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d65050;
  font-size: 1.5rem;
}
.kcraedu .education-contents__question dl dd ol li.correct::before {
  content: "\f272";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00c7a3;
  font-size: 1.5rem;
}
.kcraedu .education-contents__question-answer {
  margin: 1.875rem 0 1.25rem 0;
  padding: 1.25rem 1.875rem;
  background: #f2f9ff;
  border-radius: 0.625rem;
}
.kcraedu .education-contents__question-answer strong {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.kcraedu .education-contents__question-answer p {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666666;
}
.kcraedu .education-contents__question-result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  height: 9.75rem;
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: 0.625rem;
}
.kcraedu .education-contents__question-result p {
  position: relative;
  width: 50%;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-align: center;
  color: #222222;
}
.kcraedu .education-contents__question-result p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.063rem;
  height: 3.75rem;
  background-color: #d9d9d9;
  transform: translateY(-50%);
}
.kcraedu .education-contents__question-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 0;
}
.kcraedu .education-contents__question-btn .btn {
  min-width: 9.375rem;
  margin: 0 0.313rem;
}
.kcraedu .education-contents__question-banner {
  padding: 2.5rem 0;
}
.kcraedu .education-contents__question-banner p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  /* identical to box height */
  color: #666666;
}
.kcraedu .education-contents__question-banner p span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #999999;
}
@media (max-width: 991.98px) {
  .kcraedu .education-contents__question-banner {
    display: block;
  }
  .kcraedu .education-contents__question-banner p {
    margin-bottom: 1.5rem;
  }
}
.kcraedu .education-contents__question-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

h1, .h1 {
  margin-bottom: 0.938rem;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3.313rem;
  color: #222222;
}

.title-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #222222;
}

.text-example {
  position: relative;
  padding: 0 0 0 1.5rem;
  color: #666;
}
.text-example::before {
  display: block;
  content: "예)";
  position: absolute;
  top: 0;
  left: 0;
}

.form {
  border-top: 0.125rem solid #222;
}
.form__item {
  display: flex;
  align-items: flex-start;
  padding: 1.125rem 0.625rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.form__item > label {
  display: flex;
  align-items: center;
  min-width: 11.75rem;
  height: 3.125rem;
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.form__item > label em {
  margin-right: 0.375rem;
  color: #d65050;
}
@media (max-width: 767.98px) {
  .form__item {
    display: block;
    padding: 1.125rem 0;
  }
  .form__item > label {
    width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
  }
}
.form__email {
  display: flex;
  width: 100%;
}
.form__email p {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .form__email {
    display: block;
  }
  .form__email .form-select {
    width: 100% !important;
    margin: 0.5rem 0 0 0 !important;
  }
}
.form__button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
.form__button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.form__button .btn:first-child {
  margin-left: 0;
}
.form__button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .form__button .btn {
    min-width: auto;
    width: 100%;
  }
}
.form__address {
  width: 100%;
}
.form-sm .form__item {
  padding: 1.25rem;
}
.form-sm .form__item > label {
  display: flex;
  align-items: center;
  min-width: 6.375rem;
  height: 2.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
}
.form-sm .form__item > label em {
  margin-right: 0.375rem;
  color: #d65050;
}
.form-sm .form__item .form-control {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .form-sm .form__item {
    display: block;
    padding: 1.25rem 0;
  }
}
.form-sm .form__button {
  margin-top: 1.875rem;
}
.form-sm .form__button .btn {
  min-width: auto;
  margin: 0 0.563rem;
}
.form-search {
  display: flex;
  align-items: center;
  padding: 1.25rem 2.5rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
}
.form-search form {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-search__title {
  margin-right: 4.25rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}

.tab .btn-outline-secondary {
  border-color: #ececec;
  color: #999;
}
.tab .btn-outline-secondary:hover {
  background-color: #fff;
  color: #999;
}
.tab .btn-outline-secondary.active {
  background-color: #4f80ff;
  color: #fff;
}

.board {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .board {
    padding: 0 0 3.75rem 0;
  }
}
.board__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 0.063rem solid #222;
}
.board__title-item {
  margin-right: 2.188rem !important;
}
.board__title-item button {
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: rgba(34, 34, 34, 0.5);
}
.board__title-item button:hover, .board__title-item button.active {
  color: #222222;
}
.board__title-more {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0;
}
.board__title-more::before {
  content: "\f4fe";
  display: block;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.25rem;
  color: #222;
  transition: all 0.2s ease;
}
.board__title-more:hover:before {
  transform: rotate(90deg);
}
.board__list ul {
  margin-top: 1.25rem;
}
.board__list ul li {
  margin-top: 0.375rem;
  padding: 1.563rem 0;
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.2);
}
.board__list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.board__list ul li a:hover strong {
  color: rgba(34, 34, 34, 0.7);
}
.board__list ul li:hover .board__list-text p {
  color: rgba(34, 34, 34, 0.7);
}
.board__list-text {
  width: calc(100% - 6.25rem);
}
@media (max-width: 767.98px) {
  .board__list-text {
    margin-right: 0;
  }
}
.board__list-text strong {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board__list-text p {
  margin-top: 0.625rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board__list-date {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  text-align: right;
}
.board-sm {
  padding: 1.875rem 2.5rem;
  background: #ffffff;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
}
.board-sm .board__title {
  padding: 0;
  border-bottom: none;
}
.board-sm .board__title-item {
  margin-right: 2.188rem;
}
.board-sm .board__title-item button {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.688rem;
}
.board-sm .board__title-item button.active {
  color: #222222;
}
.board-sm .board__list ul li {
  position: relative;
  margin-top: 0.625rem;
  padding: 0 0 0 0.938rem;
  border-bottom: none;
}
.board-sm .board__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.313rem;
  height: 0.313rem;
  background: #4f80ff;
  border-radius: 0.313rem;
}
.board-sm .board__list-text strong {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.board-sm .board__list-text p {
  max-height: auto;
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  -webkit-line-clamp: 1;
}
.board-sm .board__list-date {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .board-sm {
    padding: 1.875rem 1.25rem;
  }
}
.board-view {
  border-top: 0.125rem solid #222;
}
.board-view__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.563rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
}
.board-view__title p {
  display: flex;
  align-items: center;
}
.board-view__title p .badge {
  margin-right: 1.25rem;
}
.board-view__title-text {
  margin-right: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #222222;
}
.board-view__title-date {
  font-size: 1rem;
  color: #999999;
}
@media (max-width: 767.98px) {
  .board-view__title {
    padding: 1.563rem 0;
  }
  .board-view__title p .badge {
    margin-right: 1rem;
  }
  .board-view__title-text {
    font-size: 1rem;
  }
  .board-view__title-date {
    font-size: 0.875rem;
  }
}
.board-view__contents {
  padding: 1.875rem 1.25rem;
  border-bottom: 0.063rem solid #d9d9d9;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .board-view__contents {
    padding: 1.875rem 0;
  }
}
.board-view__reply {
  display: flex;
  padding: 1.625rem 1.25rem;
  background-color: #fafafa;
  border-bottom: 0.063rem solid #d9d9d9;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.board-view__reply .badge {
  min-width: 5.5rem;
  margin-right: 1.25rem;
}
.board-view__reply-date {
  display: block;
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
}
@media (max-width: 767.98px) {
  .board-view__reply {
    padding: 1.625rem 0.625rem;
  }
  .board-view__reply .badge {
    min-width: auto;
    margin-right: 1rem;
  }
  .board-view__reply-date {
    font-size: 0.875rem;
  }
}
.board-view__button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
.board-view__button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.board-view__button .btn:first-child {
  margin-left: 0;
}
.board-view__button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .board-view__button .btn {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .board:not(.board-sm) .board__title-more {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    transform: translateX(-50%);
    background-color: #222;
    overflow: hidden;
  }
  .board:not(.board-sm) .board__title-more::before {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.5rem;
  }
}

.list-type01 > ul {
  padding: 1.875rem 2.5rem;
  background: #f8f8f8;
  border-radius: 0.625rem;
}
@media (max-width: 767.98px) {
  .list-type01 > ul {
    padding: 1.25rem 1.25rem;
  }
}
.list-type01 > ul li {
  position: relative;
  margin-top: 0.375rem;
  padding: 0 0 0 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
  word-break: keep-all;
}
.list-type01 > ul li:first-child {
  margin-top: 0;
}
.list-type01 > ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.list-type01 > ul li ul {
  margin-top: 0.625rem;
}
.list-type01 > ul li ul li::before {
  content: "*";
}
.list-type01 > ul li.bullet-none {
  padding: 0;
}
.list-type01 > ul li.bullet-none:before {
  display: none;
}
.list-type02 h4, .list-type02 .h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #222222;
}
@media (max-width: 767.98px) {
  .list-type02 > ul {
    padding: 1.875rem 1.25rem;
  }
}
.list-type02 > ul li {
  position: relative;
  margin-top: 0.375rem;
  padding: 0 0 0 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999;
  word-break: keep-all;
}
.list-type02 > ul li:first-child {
  margin-top: 0;
}
.list-type02 > ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.list-type02 > ul li ul {
  margin-top: 0.625rem;
}
.list-type02 > ul li ul li::before {
  content: "*";
}
.list-type02 > ul li.bullet-none:before {
  display: none;
}
.list-type03 ul li {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 0.063rem solid #d9d9d9;
}
.list-type03 ul li h6, .list-type03 ul li .h6 {
  min-width: 7.125rem;
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.688rem;
  /* identical to box height */
  color: #222222;
}
.list-type03 p {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 7.125rem);
}
.list-type03__text {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-type03__text .badge {
  margin-right: 0.375rem;
}
.list-type03__time {
  margin-right: 3.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .list-type03 ul li h6, .list-type03 ul li .h6 {
    min-width: 4rem;
  }
  .list-type03 p {
    width: calc(100% - 4rem);
  }
  .list-type03__time {
    margin-right: 0;
  }
}

.table-wrap {
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .table-wrap .table > :not(caption) > * > * {
    white-space: nowrap;
  }
}
.table-wrap table th {
  white-space: nowrap;
}
.table-wrap table th br {
  display: none;
}
@media (max-width: 767.98px) {
  .table-wrap table {
    table-layout: auto;
  }
}
.table-type01 {
  border-top: 0.125rem solid #222;
  border-bottom: 0.063rem solid #d9d9d9;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.table-type01 table {
  width: 100%;
  table-layout: fixed;
}
.table-type01 table tbody th {
  padding: 0.625rem 1.875rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  vertical-align: top;
}
.table-type01 table tbody td {
  padding: 0.625rem 0 0 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.table-type01__button {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}
.table-type01__button .btn {
  min-width: 14.375rem;
  margin: 0 0.563rem;
}
.table-type01__button .btn:first-child {
  margin-left: 0;
}
.table-type01__button .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .table-type01__button .btn {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .table-type01 {
    padding: 1.25rem 0 1.875rem 0;
  }
}
.table-type02 {
  padding: 1.875rem 2.5rem;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .table-type02 {
    padding: 0.938rem 1.25rem;
  }
}
.table-type02 table tbody th {
  height: 2.5rem;
  padding: 0.438rem 3.438rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  vertical-align: top;
  white-space: nowrap;
}
.table-type02 table tbody td {
  height: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
.table-type02 table tbody td .btn {
  min-width: 3.75rem;
}
.table-type02__button {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  text-align: center;
}
.table-type02__button .btn {
  min-width: 11.25rem;
  margin: 0 0.563rem;
}
@media (max-width: 991.98px) {
  .table-type02__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
  }
  .table-type02__button .btn {
    min-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.table-type03 {
  padding: 1.875rem 2.5rem;
  border: 0.063rem solid #ececec;
  border-radius: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}
@media (max-width: 767.98px) {
  .table-type03 {
    padding: 0.938rem 1.25rem;
  }
}
.table-type03 table tbody th {
  height: 2.5rem;
  padding: 0.438rem 3.438rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
  vertical-align: top;
  white-space: nowrap;
}
.table-type03 table tbody td {
  height: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
  word-break: keep-all;
}
.table-type03 table tbody td .btn {
  min-width: 3.75rem;
}
.table-type03__button .btn {
  min-width: 11.25rem;
  width: 100%;
  margin: 0 0 0.563rem 0;
}
@media (max-width: 991.98px) {
  .table-type03__button {
    margin-top: 1.875rem;
  }
  .table-type03__button .btn {
    min-width: 100%;
    width: 100%;
  }
}

.accordion {
  border-top: 0.125rem solid #222222;
}
.accordion-item {
  border: none;
  border-bottom: 0.063rem solid #d9d9d9;
  border-radius: 0;
}
.accordion-button {
  border-radius: 0 !important;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #222222;
}
.accordion-button strong {
  margin-right: 3.125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  /* identical to box height */
  text-align: center;
  /* #666666 */
  color: #666666;
}
.accordion-button p {
  margin-right: 2.5rem;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.accordion-button:not(.collapsed) {
  background: none;
}
.accordion-button:not(.collapsed) p {
  color: #3766de;
  display: block;
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.accordion-body {
  padding: 2.188rem 5rem;
  background: #fafafa;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.438rem;
  color: #666666;
}
.accordion-body img {
  max-width: 100%;
}

.pagination .page-link {
  padding: 0.75rem 1.375rem;
  border-color: #ececec;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.438rem;
  text-align: center;
  color: #999999;
}
.pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item:first-child .page-link {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.pagination .page-item:last-child .page-link {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  border-top-right-radius: 0.313rem;
  border-bottom-right-radius: 0.313rem;
}

.inipay_modal.fade {
  opacity: 1 !important;
}

.certificats {
  position: relative;
  padding: 6.25rem 1.875rem;
  border: 0.25rem solid #ad8447;
  font-family: "Nanum Myeongjo", serif;
}
@media print {
  .certificats {
    padding: 3.125rem 0;
  }
}
.certificats__bg-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.certificats__bg-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/certificate_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.certificats__bg-top::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/certificate_bg.png) no-repeat 50% 50%;
  background-size: cover;
  transform: rotate(90deg);
}
.certificats__bg-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.certificats__bg-btm::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: -0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/certificate_bg.png) no-repeat 50% 50%;
  background-size: cover;
  transform: rotate(-90deg);
}
.certificats__bg-btm::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../images/certificate_bg.png) no-repeat 50% 50%;
  background-size: cover;
  transform: rotate(-180deg);
}
.certificats__title {
  margin: 3.125rem 0;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.25rem;
}
.certificats__table table {
  width: 100%;
}
.certificats__table table tbody th {
  text-align: center;
}
.certificats__table table tbody th,
.certificats__table table tbody td {
  padding: 0.5rem;
  border: 0.063rem solid #222;
  font-size: 0.875rem;
}
.certificats__text {
  margin-top: 3.125rem;
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
}
.certificats__sign {
  margin-top: 3.125rem;
  font-size: 1.125rem;
  text-align: center;
}
@media print {
  .certificats {
    border: none;
  }
  .certificats__bg-top {
    display: none;
  }
  .certificats__bg-btm {
    display: none;
  }
}

.mobile__table-none {
  margin-bottom: 1.875rem;
  padding: 0.625rem 0;
  border-top: 0.063rem solid #afafaf;
  overflow: hidden;
  font-size: 0.813rem;
  line-height: 1.5;
  word-break: keep-all;
  color: #333;
}

.mobile__table-item dl {
  margin-bottom: 1.25rem;
}

.mobile__table-item dl dt {
  font-size: 1.25rem;
  margin-bottom: 0.313rem;
}

.mobile__table-item dl dd {
  padding: 0.75rem;
  border: 0.063rem solid #ddd;
  border-radius: 0.625rem;
  overflow: hidden;
}

.mobile__table-item dl dd ul {
  margin: 0.6rem 0 1.3rem 0.625rem;
}

.mobile__table-item dl dd ul li {
  display: flex;
  margin-top: 0.313rem;
  font-size: 1rem;
  line-height: 1.5;
}

.mobile__table-item dl dd ul li:first-child {
  margin-top: 0;
}

.mobile__table-item dl dd ul li p {
  margin: 0;
}

.mobile__table-item dl dd ul li strong {
  min-width: 6rem;
  margin-right: 0.625rem;
  font-weight: 400;
  font-size: 1rem;
  white-space: noWrap;
}

.mobile__table-item-title {
  display: inline-block;
  margin-bottom: 0.938rem;
  padding: 0.125rem 0.625rem 0;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #3788d8;
  background-color: rgba(55, 136, 216, 0.1);
}

.mobile__table-item-btn {
  display: flex;
  margin: 0.75rem -0.75rem -0.75rem -0.75rem;
}

.mobile__table-item-btn button {
  width: 100%;
  border-radius: 0 !important;
}

@media print {
  html,
  body {
    overflow: hidden;
  }
  .modal-header .btn-close {
    display: none;
  }
  .modal-header .modal-title {
    color: #000;
  }
  .modal-footer .btn {
    display: none;
  }
  .certificats-modal .modal-header {
    display: none;
  }
}
.note-modal-footer {
  height: auto !important;
  text-align: right !important;
}

.note-modal-footer .note-btn {
  float: none !important;
}

.table.offline-curriculum {
  /*.table > :not(caption) > * > * {} 다음에 추가*/
  font-size: 1.063rem;
}

.table.offline-curriculum > :not(caption) > * > * {
  /*추가*/
  padding: 0.7rem 0.625rem;
}

.table > thead {
  vertical-align: middle;
  background: #f8f8f8; /*추가*/
}

.table.offline-curriculum > thead {
  /*추가*/
  vertical-align: middle;
  background: none;
}

.table-low-height > :not(caption) > * > * {
  /* .table-sm > :not(caption) > * > * {} 다음에 추가*/
  padding: 0.7rem 0.625rem;
}

.cursor-pointer {
  cursor: pointer !important;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.ico-account_balance {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: url(../images/ico-account_balance.svg) no-repeat 50% 50%;
}

.ico-credit_card {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: url(../images/ico-credit_card.svg) no-repeat 50% 50%;
}

.ico-payment_arrow_down {
  display: inline-flex;
  width: 48px;
  height: 48px;
  background: url(../images/ico-payment_arrow_down.svg) no-repeat 50% 50%;
}

.ico-bookmark {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url(../images/ico-bookmark.svg) no-repeat 50% 50%;
}

.ico-bookmark-active {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url(../images/ico-bookmark-active.svg) no-repeat 50% 50%;
}

.ico-CheckAll {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-CheckAll.svg) no-repeat 50% 50%;
}

.ico-LawBasics {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-LawBasics.svg) no-repeat 50% 50%;
}

.ico-RoleLaw {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-RoleLaw.svg) no-repeat 50% 50%;
}

.ico-Compliance {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-Compliance.svg) no-repeat 50% 50%;
}

.ico-LawUpdate {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-LawUpdate.svg) no-repeat 50% 50%;
}

.ico-Leadership {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(../images/ico-Leadership.svg) no-repeat 50% 50%;
}

.ico-nav {
  display: inline-flex;
  width: 25px;
  height: 24px;
  background: url(../images/ico-nav.svg) no-repeat 50% 50%;
}

.ico-Questions {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: url(../images/ico-Questions.svg) no-repeat 50% 50%;
}

.ico-Notification {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: url(../images/ico-Notification.svg) no-repeat 50% 50%;
}

.ico-search {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-search.svg) no-repeat 50% 50%;
}

.ico-file {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-file.svg) no-repeat 50% 50%;
}

.ico-Messaging {
  display: inline-flex;
  width: 39px;
  height: 41px;
  background: url(../images/ico-Messaging.svg) no-repeat 50% 50%;
}

.ico-Compliance {
  display: inline-flex;
  width: 51px;
  height: 50px;
  background: url(../images/ico-Compliance.svg) no-repeat 50% 50%;
}

.ico-Book {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url(../images/ico-Book.svg) no-repeat 50% 50%;
}

.ico-BackgroundRemover {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url(../images/ico-BackgroundRemover.svg) no-repeat 50% 50%;
}

.ico-PurchaseOrder {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url(../images/ico-PurchaseOrder.svg) no-repeat 50% 50%;
}

.ico-Help {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url(../images/ico-Help.svg) no-repeat 50% 50%;
}

.ico-Resume {
  display: inline-flex;
  width: 41px;
  height: 41px;
  background: url(../images/ico-Resume.svg) no-repeat 50% 50%;
}

.ico-like {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../images/ico-like.svg) no-repeat 50% 50%;
}

.ico-like-active {
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../images/ico-like-active.svg) no-repeat 50% 50%;
}

.ico-reply {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-reply.svg) no-repeat 50% 50%;
}

.ico-list {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-list.svg) no-repeat 50% 50%;
}

.ico-calendar {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-calendar.svg) no-repeat 50% 50%;
}

.ico-card {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/ico-card.svg) no-repeat 50% 50%;
}

.one-fullcalendar-form {
  margin-bottom: 40px;
  padding: 16px;
  background: #f8f9fb;
  border: 1px solid #ebedf0;
  border-radius: 12px;
  margin-bottom: 24px;
}
.one-include-header {
  position: relative;
  top: 0;
}
@media (max-width: 1199.98px) {
  .one-include-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.one-url {
  padding: 0 0 100px 0;
}
.one-url h2, .one-url .h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.one-contents {
  width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1199.98px) {
  .one-contents {
    width: 100%;
  }
}
.one-header {
  height: 110px;
  border-bottom: 1px solid #e4e4e4;
  z-index: 100;
}
.one-header .one-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.one-header__logo .logo-one {
  width: 120px;
}
@media (max-width: 1199.98px) {
  .one-header__logo .logo-one {
    width: 80px;
  }
}
.one-header-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.one-header-menu > a {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-header-menu > a.active {
  color: var(--00-primary-02-blue-013-eb-7, #013eb7);
  font-weight: 700;
}
.one-header-menu p {
  margin-left: 30px;
}
.one-header-menu p > a {
  position: relative;
  padding-left: 23px;
  color: var(--02-text-04-gray-989898, #989898);
  /* B13/B_20 */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
}
.one-header-menu p > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 3px;
  height: 3px;
  margin-top: -3px;
  background-color: var(--02-text-04-gray-989898, #989898);
  border-radius: 3px;
}
.one-header-menu p > a:first-child {
  padding-left: 0;
}
.one-header-menu p > a:first-child::before {
  display: none;
}
.one-header-menu__toggle {
  display: none;
}
@media (max-width: 1199.98px) {
  .one-header {
    position: sticky;
    top: 0;
    height: 68px;
    background: #fff;
  }
  .one-header__logo img {
    width: 89px;
  }
  .one-header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: #fff;
    padding: 30px;
    display: none;
  }
  .one-header-menu > a {
    color: var(--Text-main, #1d1d1f);
    /* H20/B_30 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }
  .one-header-menu p {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 8px 0 0 0;
  }
  .one-header-menu p > a {
    padding: 0;
    color: var(--02-text-04-gray-989898, #989898);
    /* B13/B_20 */
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 153.846% */
  }
  .one-header-menu p > a::before {
    display: none;
  }
  .one-header-menu__toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 68px;
    height: 68px;
    background: url(../images/ico-menu-open.svg) no-repeat 50% 50%;
    border: 0;
    font-size: 0 !important;
  }
}
.one-footer {
  position: relative;
  padding: 50px 0;
  background: var(--08-gray-scale-03-gray-50555-c, #50555c);
}
.one-footer .one-contents {
  position: relative;
}
.one-footer-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.one-footer-text dl {
  margin: 0;
  padding: 0;
}
.one-footer-text dl dt {
  margin: 0;
  padding: 0;
  color: var(--02-text-06-white-ffffff, #fff);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%; /* 18.005px */
  letter-spacing: 0.252px;
}
.one-footer-text dl dd {
  margin: 0;
  padding: 4px 0;
  color: var(--02-text-06-white-ffffff, #fff);
  /* H36/B_48 */
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
}
.one-footer-text dl dd a {
  color: var(--02-text-06-white-ffffff, #fff);
}
.one-footer-text p {
  display: flex;
  gap: 20px;
  margin-bottom: 4px;
  color: var(--02-text-04-gray-989898, #989898);
  font-feature-settings: "ss10" on;
  /* Label 2/Medium */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 138.462% */
  letter-spacing: 0.189px;
}
.one-footer-text p:last-child {
  margin-bottom: 0;
}
.one-footer-text p span {
  position: relative;
}
.one-footer-text p span:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -6px;
  background: var(--08-gray-scale-04-gray-858-b-93, #858b93);
  opacity: 0.3;
}
.one-footer-text p span:first-child:after {
  display: none;
}
.one-footer-foot {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(133, 139, 147, 0.3);
}
.one-footer-copyright {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* Label 2/Medium */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 138.462% */
  letter-spacing: 0.189px;
}
.one-footer-menu {
  position: absolute;
  top: 3px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.one-footer-menu a {
  position: relative;
  color: var(--02-text-06-white-ffffff, #fff);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.5%; /* 18.005px */
  letter-spacing: 0.252px;
}
.one-footer-menu a:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  background: var(--08-gray-scale-04-gray-858-b-93, #858b93);
  opacity: 0.3;
}
.one-footer-menu a:first-child:after {
  display: none;
}
@media (max-width: 1199.98px) {
  .one-footer-foot {
    margin-top: 20px;
    padding-top: 20px;
  }
  .one-footer-menu {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
}
.one #content {
  min-height: 622px;
}
@media (max-width: 1199.98px) {
  .one #content {
    min-height: 400px;
  }
}
.one-none {
  padding: 160px 0;
}
.one-none p {
  margin: 0;
  color: #666;
  text-align: center;
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .one-none {
    padding: 80px 0;
  }
  .one-none p {
    font-size: 14px;
  }
}
.one-main-head {
  padding: 80px 0;
  background: #007899 url(../images/main-bg.svg) no-repeat 50% 100%;
}
.one-main-quick {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 50px;
  border-radius: 30px;
  background: var(--04-bg-05-white-ffffff, #fff);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
}
.one-main-quick-title {
  min-width: 320px;
}
.one-main-quick-title strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-main-quick-title p {
  margin: 12px 0 0 0;
  color: var(--02-text-02-gray-676767, #676767);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.one-main-quick-menu {
  display: flex;
  gap: 58px;
}
.one-main-quick-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.one-main-quick-menu a p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  transition: all 0.2s ease;
}
.one-main-quick-menu a:hover p {
  color: var(--00-primary-02-blue-013-eb-7, #013eb7);
}
.one-main-quick-menu a:hover .ico-CheckAll {
  background: url(../images/ico-CheckAll.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-quick-menu a:hover .ico-LawBasics {
  background: url(../images/ico-LawBasics.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-quick-menu a:hover .ico-RoleLaw {
  background: url(../images/ico-RoleLaw.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-quick-menu a:hover .ico-Compliance {
  background: url(../images/ico-Compliance.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-quick-menu a:hover .ico-LawUpdate {
  background: url(../images/ico-LawUpdate.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-quick-menu a:hover .ico-Leadership {
  background: url(../images/ico-Leadership.svg) no-repeat 50% 50%;
  background-size: cover;
}
.one-main-recommend {
  position: relative;
  display: flex;
  gap: 55px;
  padding: 70px 50px;
  border-radius: 30px;
  background: var(--04-bg-05-white-ffffff, #fff);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
}
.one-main-recommend__title {
  position: relative;
  min-width: 265px;
}
.one-main-recommend__title strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-main-recommend__title p {
  margin: 12px 0 0 0;
  color: var(--02-text-02-gray-676767, #676767);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.one-main-recommend__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 70px;
}
.one-main-recommend__nav .swiper-button-next,
.one-main-recommend__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 42px;
  height: 42px;
  margin: 0;
  background: url(../images/swiper-nav.svg) no-repeat 50% 50%;
}
.one-main-recommend__nav .swiper-button-next:hover,
.one-main-recommend__nav .swiper-button-prev:hover {
  background: url(../images/swiper-nav-active.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
}
.one-main-recommend__nav .swiper-button-next::after,
.one-main-recommend__nav .swiper-button-prev::after {
  display: none;
}
.one-main-recommend__nav .swiper-button-prev {
  transform: rotate(180deg);
}
.one-main-recommend__nav .swiper-button-prev:hover {
  transform: rotate(0);
}
.one-main-recommend-list {
  width: 100%;
  max-width: 780px;
}
.one-main-board {
  padding: 80px 0;
  background: var(--04-bg-02-gray-f-6-f-5-f-5, #f6f5f5);
}
.one-main-board .one-contents {
  display: flex;
  justify-content: space-between;
  gap: 62px;
}
.one-main-board:last-child {
  background: var(--04-bg-01-gray-edebeb, #edebeb);
}
.one-main-board__title strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-main-board__title p {
  margin: 12px 0 0 0;
  color: var(--02-text-02-gray-676767, #676767);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.one-main-board__title a {
  display: inline-flex;
  align-items: center;
  margin-top: 94px;
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  text-align: right;
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-main-board__title a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/ico-main-board-link.svg) no-repeat 50% 50%;
}
.one-main-board__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 830px;
}
.one-main-board__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 60px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
  transition: all 0.1s ease;
}
.one-main-board__list a:hover {
  border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
  background: #fff;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.08);
}
.one-main-board__list a p {
  width: 480px;
  min-width: 480px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.one-main-board__list a span {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  text-align: right;
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 1199.98px) {
  .one-main-head {
    padding: 40px 0;
    background: #007899 url(../images/main-bg.svg) no-repeat 50% 100%;
  }
  .one-main-quick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 30px;
    background: var(--04-bg-05-white-ffffff, #fff);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
  }
  .one-main-quick-title {
    display: none;
  }
  .one-main-quick-menu {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-right: 0;
  }
  .one-main-quick-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .one-main-quick-menu a p {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B14/B_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
  }
  .one-main-quick-menu a i {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .one-main-quick-menu a:hover p {
    color: var(--00-primary-02-blue-013-eb-7, #013eb7);
  }
  .one-main-recommend {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
    border-radius: 30px;
    background: var(--04-bg-05-white-ffffff, #fff);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.24);
  }
  .one-main-recommend__title {
    position: relative;
    min-width: 265px;
  }
  .one-main-recommend__title strong {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H24/B_34 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
  }
  .one-main-recommend__title p {
    margin: 12px 0 0 0;
    color: var(--02-text-02-gray-676767, #676767);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .one-main-recommend__nav {
    display: none;
  }
  .one-main-recommend-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .one-main-recommend-list .swiper {
    margin-right: -200px;
  }
  .one-main-board {
    padding: 80px 0;
    background: var(--04-bg-02-gray-f-6-f-5-f-5, #f6f5f5);
  }
  .one-main-board .one-contents {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }
  .one-main-board:last-child {
    background: var(--04-bg-01-gray-edebeb, #edebeb);
  }
  .one-main-board__title strong {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H24/B_34 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
  }
  .one-main-board__title p {
    margin: 12px 0 0 0;
    color: var(--02-text-02-gray-676767, #676767);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .one-main-board__title a {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    text-align: right;
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-main-board__title a::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/ico-main-board-link.svg) no-repeat 50% 50%;
  }
  .one-main-board__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 100%;
  }
  .one-main-board__list a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    background: var(--04-bg-05-white-ffffff, #fff);
    transition: all 0.1s ease;
  }
  .one-main-board__list a:hover {
    border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
    background: #fff;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .one-main-board__list a p {
    width: 100%;
    min-width: 100%;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
  }
  .one-main-board__list a span {
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    text-align: right;
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}
.one-login {
  width: 420px;
  margin: 0 auto;
  padding: 172px 0;
}
.one-login h1, .one-login .h1 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-login-form {
  margin-bottom: 18px;
  border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
}
.one-login-form-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
}
.one-login-form-item strong {
  display: flex;
  justify-content: center;
  width: 150px;
  min-width: 150px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-login-form-item__contents {
  width: 100%;
  padding: 21px 30px 20px 30px;
}
.one-login-form-item__contents input {
  width: 100%;
}
.one-login-button {
  padding: 40px 0;
}
.one-login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.one-login-link a {
  position: relative;
  color: var(--Hierarchy-gray04, #70737c);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-login-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #e4e4e4;
  transform: translateY(-50%);
}
.one-login-link a:first-child::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .one-login {
    width: 100%;
    max-width: 420px;
    padding: 40px 0;
  }
  .one-login-form {
    margin-bottom: 18px;
    border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
  }
  .one-login-form-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 12px 24px 12px;
    border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
    /* B14/M_18_Single */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .one-login-form-item strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    min-width: 150px;
    height: 39px;
    padding: 0 6px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-login-form-item__contents {
    width: 100%;
    padding: 0;
  }
  .one-login-form-item__contents input {
    width: 100%;
  }
}
.one-join {
  width: 980px;
  margin: 0 auto;
  padding: 120px 0;
}
.one-join h1, .one-join .h1 {
  margin: 0 0 40px 0;
  padding: 0 0 10px 0;
  text-align: center;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-join-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  padding: 29px 60px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
}
.one-join-nav p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H18/B_28 */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.one-join-nav p strong {
  color: var(--00-primary-02-blue-013-eb-7, #013eb7);
}
.one-join-nav p span {
  margin-right: 4px;
}
.one-join-nav p.active {
  color: var(--00-primary-02-blue-013-eb-7, #013eb7);
}
.one-join-terms {
  border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
}
.one-join-terms-item {
  padding: 24px 30px;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
}
.one-join-terms-item__contents {
  height: 233px;
  margin-top: 10px;
  padding: 20px;
  border-radius: 8px;
  background: var(--04-bg-04-gray-fafafa, #fafafa);
  overflow: auto;
}
.one-join-terms .policy-agree-wrap {
  padding: 30px 0 0 0;
  font-size: 16px;
}
.one-join-terms .img-block img {
  max-width: 100%;
}
.one-join-terms .pay-cover-title {
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .one-join-terms .policy-agree-wrap {
    gap: 20px;
  }
}
.one-join-terms .policy-grid {
  padding: 30px 0;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  border-radius: 16px;
  transition: all 0.1s ease;
}
.one-join-terms .policy-grid:hover {
  border-color: var(--00-primary-02-blue-013-eb-7, #013eb7);
}
.one-join-complete {
  padding: 160px 0;
}
.one-join-complete h1, .one-join-complete .h1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
}
.one-join-complete h1::before, .one-join-complete .h1::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/ico-complete.svg) no-repeat 50% 50%;
}
.one-join-complete__text {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 16px;
  background: var(--Background-Bg03, #fbfbfb);
  color: var(--02-text-02-gray-676767, #676767);
  text-align: center;
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 1199.98px) {
  .one-join {
    width: 100%;
    max-width: 420px;
    padding: 40px 0;
  }
  .one-join h1, .one-join .h1 {
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
    text-align: center;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H30/B_40 */
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
  }
  .one-join-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 29px 20px;
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    background: var(--04-bg-05-white-ffffff, #fff);
  }
  .one-join-nav p {
    display: flex;
    flex-direction: column;
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-join-nav p.active {
    color: var(--00-primary-02-blue-013-eb-7, #013eb7);
  }
  .one-join-nav p span {
    margin-right: 4px;
  }
  .one-join-terms {
    border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
  }
  .one-join-terms-item {
    padding: 24px 30px;
    border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
  }
  .one-join-terms-item__contents {
    height: 233px;
    margin-top: 10px;
    padding: 20px;
    border-radius: 8px;
    background: var(--04-bg-04-gray-fafafa, #fafafa);
    overflow: auto;
  }
  .one-join-complete {
    padding: 40px 0;
  }
  .one-join-complete h1, .one-join-complete .h1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px 0;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
  }
  .one-join-complete h1::before, .one-join-complete .h1::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/ico-complete.svg) no-repeat 50% 50%;
  }
  .one-join-complete__text {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 16px;
    background: var(--Background-Bg03, #fbfbfb);
    color: var(--02-text-02-gray-676767, #676767);
    text-align: center;
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}





/*receipt 추가 s*/
.receipt-one-form {
  margin-bottom: 18px;
  border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
}
.receipt-one-form-item {
  display: flex;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.receipt-one-form-item > strong {
  display: flex;
  justify-content: center;
  width: 150px;
  min-width: 150px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.receipt-one-form-item__contents {
  width: 100%;
  padding: 21px 30px 20px 30px;
}
.receipt-one-form-item__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.receipt-one-form-item__phone p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.receipt-one-form-item__phone em {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}



.receipt-one-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}

/*receipt 추가 e*/
.one-form {
  margin-bottom: 18px;
  border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
}
.one-form-item {
  display: flex;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.one-form-item > strong {
  display: flex;
  justify-content: center;
  width: 150px;
  min-width: 150px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-form-item__contents {
  width: 100%;
  padding: 21px 30px 20px 30px;
}
.one-form-item__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-form-item__phone p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-form-item__phone em {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B14/M_18_Single */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.one-form-item__phone .form-input,
.one-form-item__phone .form-select {
  width: 100%;
  max-width: 180px;
}
.one-form-item__email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-form-item__email p {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.one-form-item__email .form-select,
.one-form-item__email .form-input {
  width: 100%;
  min-width: 216px;
}
.one-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .one-form {
    margin-bottom: 18px;
    border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
  }
  .one-form-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 12px 24px 12px;
    border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
    /* B14/M_18_Single */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .one-form-item strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    min-width: 150px;
    height: 39px;
    padding: 0 6px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-form-item__contents {
    width: 100%;
    padding: 0;
  }
  .one-form-item__contents input {
    width: 100%;
  }
  .one-form-item__phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .one-form-item__phone p {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .one-form-item__phone p em:first-child {
    display: none;
  }
  .one-form-item__phone .form-select {
    max-width: 100%;
  }
  .one-form-item__email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .one-form-item__email p {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .one-form-item__email .form-select,
  .one-form-item__email .form-input {
    width: 100%;
    min-width: 216px;
  }
  .one-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
  }
  .one-form-button .btn {
    width: 100%;
  }
}
.one-page-head {
  padding: 50px 0 42px;
  border-bottom: 8px solid #f8f8f8;
  background: #fff;
}
.one-page-head .one-contents {
  display: flex;
  align-items: center;
  gap: 112px;
}
.one-page-head-title {
  min-width: 250px;
}
.one-page-head-title strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H30/B_40 */
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
}
.one-page-head-title p {
  margin-top: 12px;
  color: var(--02-text-02-gray-676767, #676767);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.one-page-head-menu {
  display: flex;
  gap: 32px;
}
.one-page-head-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  gap: 8px;
  border-radius: 56.5px;
  background: var(--04-bg-04-gray-fafafa, #fafafa);
}
.one-page-head-menu a p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-page-head-menu a:hover p, .one-page-head-menu a.active p {
  color: var(--00-primary-02-blue-013-eb-7, #013eb7);
}
.one-page-head-menu .active .ico-Questions {
  background: url(../images/ico-Questions.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Notification {
  background: url(../images/ico-Notification.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Messaging {
  background: url(../images/ico-Messaging.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Compliance {
  background: url(../images/ico-Compliance.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Book {
  background: url(../images/ico-Book.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-BackgroundRemover {
  background: url(../images/ico-BackgroundRemover.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-PurchaseOrder {
  background: url(../images/ico-PurchaseOrder.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Help {
  background: url(../images/ico-Help.svg) no-repeat 50% 50%;
}
.one-page-head-menu .active .ico-Resume {
  background: url(../images/ico-Resume.svg) no-repeat 50% 50%;
}
.one-page-body {
  padding: 50px 0 120px 0;
}
@media (max-width: 1199.98px) {
  .one-page-head {
    padding: 40px 0 32px 0;
    border-bottom: 8px solid #f8f8f8;
    background: #fff;
  }
  .one-page-head .one-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .one-page-head-title {
    width: 100%;
  }
  .one-page-head-title strong {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H30/B_40 */
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
  }
  .one-page-head-title p {
    margin-top: 12px;
    color: var(--02-text-02-gray-676767, #676767);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .one-page-head-menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 330px;
  }
  .one-page-head-menu--2 {
    display: grid;
    justify-content: center;
    flex-wrap: nowrap;
    grid-template-columns: repeat(2, 1fr); /* 3개씩 */
    width: auto;
  }
  .one-page-head-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    gap: 6px;
    border-radius: 56.5px;
    background: var(--04-bg-04-gray-fafafa, #fafafa);
  }
  .one-page-head-menu a p {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B12/B_20 */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
  }
  .one-page-head-menu .active .ico-Questions {
    background: url(../images/ico-Questions.svg) no-repeat 50% 50%;
  }
  .one-page-head-menu .active .ico-Notification {
    background: url(../images/ico-Notification.svg) no-repeat 50% 50%;
  }
  .one-page-body {
    padding: 40px 0 40px 0;
  }
}
.one-breadcrumb {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 60px;
  color: var(--02-text-05-gray-acacac, #acacac);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-breadcrumb strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
@media (max-width: 1199.98px) {
  .one-breadcrumb {
    margin-bottom: 40px;
  }
}
.one-sort {
  display: flex;
  gap: 4px;
  margin-bottom: 40px;
  overflow: auto;
}
.one-sort::-webkit-scrollbar {
  width: 12px; /* 스크롤바 영역 넓힘 */
  height: 12px;
}
.one-sort::-webkit-scrollbar-track {
  background-color: #fff;
}
.one-sort::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 6px;
  border: 4px solid transparent; /* thumb 자체는 8px처럼 보임 */
  background-clip: content-box;
}
.one-sort::-webkit-scrollbar-thumb:hover {
  background-color: #afafaf;
}
.one-sort a {
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid var(--06-border-02-gray-ededed, #ededed);
  background: var(--Background-Bg04, #f4f4f5);
  color: var(--02-text-05-gray-acacac, #acacac);
  /* B13/M_20 */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  white-space: noWrap;
}
.one-sort a.active {
  border-color: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  background: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  color: var(--02-text-06-white-ffffff, #fff);
  font-weight: 700;
}
.one-sort a:hover {
  border-color: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  background: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  color: var(--02-text-06-white-ffffff, #fff);
  font-weight: 700;
}
.one-curriculum-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 40px;
}
@media (max-width: 1199.98px) {
  .one-curriculum-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .one-curriculum-list {
    grid-template-columns: 1fr;
  }
}
.one-curriculum-list-item {
  position: relative;
}
.one-curriculum-list-item__completed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.7);
}
.one-curriculum-list-item__completed > p {
  display: flex;
  width: 200px;
  height: 77px;
  padding: 4.274px 13.675px;
  justify-content: center;
  align-items: center;
  gap: 8.547px;
  flex-shrink: 0;
  color: var(--02-text-06-white-ffffff, #fff);
  text-align: center;
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-curriculum-list-item__thumb {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  margin-bottom: 14px;
  padding: 35px 25px;
  border-radius: 8px;
  background: var(--01-secondary-01-purple-653-fee, #653fee);
  overflow: hidden;
}
.one-curriculum-list-item__thumb p {
  position: relative;
  z-index: 20;
  color: var(--02-text-06-white-ffffff, #fff);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  word-break: keep-all;
}
.one-curriculum-list-item__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.one-curriculum-list-item__title {
  position: relative;
  z-index: 20;
  margin-bottom: 24px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}
.one-curriculum-list-item__foot {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one-curriculum-list-item__foot p {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B12/M_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.one-curriculum-list-item__foot p strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}
.one-curriculum-list-item__foot p a {
  margin-left: 2px;
  color: var(--03-semantic-04-info-4-c-84-fa, #4c84fa);
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  text-decoration: underline !important;
}
.one-curriculum-list-item__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-curriculum-list-item__review strong {
  margin-left: 2px;
  color: var(--03-semantic-04-info-4-c-84-fa, #4c84fa) !important;
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  text-decoration: underline !important;
}
.one-curriculum-list ~ .one-pagination {
  margin-top: 80px;
}
.one-score {
  position: relative;
  display: inline-flex;
  width: 70px;
  height: 14px;
  background: url(../images/star.svg) repeat-x 0 0;
}
.one-score-value {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: url(../images/star-active.svg) repeat-x 0 0;
}
.one-score:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: url(../images/star-active.svg) repeat-x 0 0;
}
.one-score--01::before {
  width: 10%;
}
.one-score--01-5::before {
  width: 30%;
}
.one-score--02::before {
  width: 40%;
}
.one-score--02-5::before {
  width: 50%;
}
.one-score--03::before {
  width: 60%;
}
.one-score--03-5::before {
  width: 70%;
}
.one-score--04::before {
  width: 80%;
}
.one-score--04-5::before {
  width: 90%;
}
.one-score--05::before {
  width: 100%;
}
.one-score-lg {
  position: relative;
  display: inline-flex;
  width: 200px;
  height: 40px;
  background: url(../images/star-lg.svg) repeat-x 0 0;
}
.one-score-lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: url(../images/star-lg-active.svg) repeat-x 0 0;
}
.one-score-lg--01::before {
  width: 40px;
}
.one-score-lg--02::before {
  width: 80px;
}
.one-score-lg--03::before {
  width: 120px;
}
.one-score-lg--04::before {
  width: 160px;
}
.one-score-lg--05::before {
  width: 200px;
}
.one-score-button {
  display: flex;
}
.one-score-button::after {
  display: none;
}
.one-score-button button {
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}
.one-score-button button.active {
  background: url(../images/star-lg-active.svg) repeat-x 0 0;
}
.one-detail-head {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
.one-detail-head__thumb {
  position: relative;
  width: 460px;
  height: 358px;
  flex-shrink: 0;
  padding: 58px 42px;
  border-radius: 12px;
  background: var(--01-secondary-01-purple-653-fee, #653fee);
  overflow: hidden;
}
.one-detail-head__thumb p {
  position: relative;
  z-index: 20;
  color: var(--02-text-06-white-ffffff, #fff);
  font-family: Pretendard;
  font-size: 22.062px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.092px; /* 150% */
}
.one-detail-head__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.one-detail-head__table {
  margin-bottom: 14px;
}
.one-detail-head__table table th,
.one-detail-head__table table td {
  padding: 6px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H18/B_28 */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.one-detail-head__info {
  display: flex;
  gap: 10px;
}
.one-detail-head__score {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.one-detail-head__text {
  margin-bottom: 20px;
}
.one-detail-head__text p {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B12/M_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.one-detail-head__text p strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}
.one-detail-head__text p a {
  margin-left: 2px;
  color: var(--03-semantic-04-info-4-c-84-fa, #4c84fa);
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  text-decoration: underline !important;
}
@media (max-width: 1199.98px) {
  .one-detail-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .one-detail-head__thumb {
    position: relative;
    width: 100%;
    height: 242px;
    flex-shrink: 0;
    padding: 42px 30px;
    border-radius: 12px;
    background: var(--01-secondary-01-purple-653-fee, #653fee);
    overflow: hidden;
  }
  .one-detail-head__thumb p {
    position: relative;
    z-index: 20;
    color: var(--02-text-06-white-ffffff, #fff);
    /* H18/B_28 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
  }
  .one-detail-head__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .one-detail-head__table {
    margin-bottom: 14px;
  }
  .one-detail-head__table table th,
  .one-detail-head__table table td {
    padding: 6px 0;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H18/B_28 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
  }
  .one-detail-head__info {
    display: flex;
    gap: 10px;
  }
  .one-detail-head__score {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
  }
  .one-detail-head__text {
    margin-bottom: 20px;
  }
  .one-detail-head__text p {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    /* B12/M_20 */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
  }
  .one-detail-head__text p strong {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B12/B_20 */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
  }
  .one-detail-head__text p a {
    margin-left: 2px;
    color: var(--03-semantic-04-info-4-c-84-fa, #4c84fa);
    /* B12/B_20 */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    text-decoration: underline !important;
  }
  .one-detail-head__button {
    display: flex;
    gap: 8px;
  }
  .one-detail-head__button .btn-secondary,
  .one-detail-head__button .btn-dark {
    width: 100%; /* 보조용 */
    padding: 0;
  }
}
.one-detail-teacher {
  padding: 30px 40px;
  border-radius: 12px;
  background: var(--04-bg-03-gray-f-4-f-4-f-5, #f4f4f5);
  color: var(--02-text-02-gray-676767, #676767);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 150% */
}
.one-detail-teacher-head {
  margin-bottom: 12px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.one-detail-teacher img {
  max-width: 100%;
}
.one-detail-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--gray-500969696, #969696);
  padding: 12px 0;
}
.one-detail-view-start, .one-detail-view-end {
  display: flex;
  align-items: center;
  gap: 6px;
}
.one-detail-view hr {
  width: 1px;
  min-width: 1px;
  height: 12px;
  background-color: #979797;
  opacity: 1;
}
.one-detail-view button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  opacity: 0.4;
}
.one-detail-view button.active {
  opacity: 1;
}
.one-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.one-list-head h2, .one-list-head .h2 {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-list-head-search {
  position: relative;
  display: flex;
  width: 250px;
}
.one-list-head-search .form-control {
  padding-right: 60px;
}
.one-list-head-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 6px;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
}
.one-list-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
.one-list-tab a {
  display: flex;
  height: 36px;
  padding: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid var(--06-border-02-gray-ededed, #ededed);
  background: var(--Background-Bg04, #f4f4f5);
  color: var(--02-text-05-gray-acacac, #acacac);
  /* B13/M_20 */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.one-list-tab a.active {
  border-color: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  background: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  color: var(--02-text-06-white-ffffff, #fff);
  text-align: center;
  /* B13/B_20 */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
}
.one-faq .accordion {
  border: none;
}
.one-faq .accordion-item {
  margin-top: 12px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
  overflow: hidden;
}
.one-faq .accordion-item:first-child {
  margin-top: 0;
}
.one-faq .accordion-item.active {
  border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
}
.one-faq .accordion-header {
  padding: 0;
}
.one-faq .accordion-header button {
  padding: 20px 60px;
}
.one-faq .accordion-button {
  gap: 50px;
  padding: 0;
  box-shadow: none;
}
.one-faq .accordion-button p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.one-faq .accordion-button::after {
  background: url(../images/ico-accordion.svg) no-repeat 50% 50%;
}
.one-faq .accordion-body {
  padding: 20px 60px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
}
@media (max-width: 1199.98px) {
  .one-faq .accordion-button p {
    font-size: 14px;
  }
  .one-faq .accordion-header {
    padding: 0;
  }
  .one-faq .accordion-header button {
    padding: 16px 16px;
  }
  .one-faq .accordion-body {
    padding: 16px 16px;
    font-size: 14px;
  }
}
.one-board table {
  table-layout: fixed;
  width: 100%;
}
.one-board table thead th {
  height: 52px;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  background: var(--08-gray-scale-02-black-2-e-3033, #2e3033);
  color: var(--02-text-06-white-ffffff, #fff);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-align: center;
}
.one-board table thead tr th:last-child {
  border-right: none;
}
.one-board table tbody td {
  height: 52px;
  padding: 0 30px;
  border-right: 1px solid var(--06-border-02-gray-ededed, #ededed);
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
  color: var(--02-text-02-gray-676767, #676767);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-board table tbody td a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: var(--02-text-02-gray-676767, #676767);
  overflow: hidden;
}
.one-board table tbody td a p {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  .one-board table tbody td {
    padding: 0 16px;
  }
}
.one-board table tbody tr td:last-child {
  border-right: none;
}
.one-board .badge {
  border-radius: 4px;
}
.one-board__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .one-board-mo-none {
    display: none;
  }
  .one-board table {
    display: block;
    width: 100%;
    border-top: 2px solid var(--004D16, #004d16);
    word-break: keep-all;
  }
  .one-board table thead {
    display: none;
  }
  .one-board table tbody,
  .one-board table tfoot {
    display: block;
  }
  .one-board table tbody tr,
  .one-board table tfoot tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .one-board table tbody th,
  .one-board table tfoot th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f8fff4;
    color: #000;
    text-align: center;
    font-size: 14px;
    word-break: keep-all;
  }
  .one-board table tbody th:first-child,
  .one-board table tfoot th:first-child {
    border-left: none;
  }
  .one-board table tbody td,
  .one-board table tfoot td {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 5px;
    background: #fff;
    border: none;
    color: #000;
    font-size: 14px;
    border: none;
    text-align: left;
    font-weight: 400;
  }
  .one-board table tbody td.text-center,
  .one-board table tfoot td.text-center {
    width: auto;
    padding: 5px 10px;
    color: #666;
  }
  .one-board table tbody td.text-center::after,
  .one-board table tfoot td.text-center::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 10px;
    background: #ddd;
  }
  .one-board table tbody td.text-center:last-child::after,
  .one-board table tfoot td.text-center:last-child::after {
    display: none;
  }
  .one-board table tbody td.title-none::before,
  .one-board table tfoot td.title-none::before {
    display: none;
  }
  .one-board table#course_list tbody,
  .one-board table#course_list tfoot {
    display: block;
  }
  .one-board table#course_list tbody tr,
  .one-board table#course_list tfoot tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .one-board table#course_list tbody th,
  .one-board table#course_list tfoot th {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #f8fff4;
    color: #000;
    text-align: center;
    font-size: 14px;
    word-break: keep-all;
  }
  .one-board table#course_list tbody th:first-child,
  .one-board table#course_list tfoot th:first-child {
    border-left: none;
  }
  .one-board table#course_list tbody td,
  .one-board table#course_list tfoot td {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 5px;
    background: #fff;
    border: none;
    color: #000;
    font-size: 14px;
    border: none;
    text-align: left;
    font-weight: 400;
    width: auto;
    padding: 5px 10px;
    color: #666;
  }
  .one-board table#course_list tbody td:last-child,
  .one-board table#course_list tfoot td:last-child {
    margin-left: auto;
  }
  .one-board table#course_list tbody td::after,
  .one-board table#course_list tfoot td::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 10px;
    background: #ddd;
  }
  .one-board table#course_list tbody td:last-child::after,
  .one-board table#course_list tfoot td:last-child::after {
    display: none;
  }
  .one-board table#course_list tbody td.title-none::before,
  .one-board table#course_list tfoot td.title-none::before {
    display: none;
  }
}
.one-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.one-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 36px;
  height: 36px;
  color: var(--05-icon-01-gray-46474-c, #46474c);
  /* B13/M_20 */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.one-pagination a:hover {
  color: var(--00-primary-01-teal-007899, #007899);
}
.one-pagination a.active {
  color: var(--00-primary-01-teal-007899, #007899);
  font-weight: 700;
}
.one-pagination a.one-pagination-first {
  background: url(../images/ico-first.svg) no-repeat 50% 50%;
  font-size: 0;
}
.one-pagination a.one-pagination-prev {
  background: url(../images/ico-prev.svg) no-repeat 50% 50%;
  font-size: 0;
}
.one-pagination a.one-pagination-next {
  background: url(../images/ico-next.svg) no-repeat 50% 50%;
  font-size: 0;
}
.one-pagination a.one-pagination-last {
  background: url(../images/ico-last.svg) no-repeat 50% 50%;
  font-size: 0;
}
.one-view {
  border-top: 2px solid var(--08-gray-scale-01-black-000000, #000);
  /* 반응형 */
}
.one-view-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px 22px 30px;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
}
.one-view-head__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-view-head__title p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-view-head-start {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.one-view-head-start > p {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-view-head-end {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.one-view-head-end p {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  text-align: right;
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-view-body {
  min-height: 208px;
  padding: 42px 30px;
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-view-foot {
  border-bottom: 1px solid var(--06-border-02-gray-ededed, #ededed);
}
.one-view-file ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.one-view-file ul li {
  margin: 0;
  padding: 0;
}
.one-view-file ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 30px;
  background: var(--04-bg-04-gray-fafafa, #fafafa);
  color: var(--03-semantic-04-info-4-c-84-fa, #4c84fa);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-view-reply {
  display: flex;
  padding: 30px;
  gap: 60px;
  background: var(--04-bg-04-gray-fafafa, #fafafa);
}
.one-view-reply__ico {
  display: flex;
  gap: 10px;
}
.one-view-reply__contents {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.one-view-reply__date {
  margin-top: 8px;
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
@media (max-width: 1199.98px) {
  .one-view-reply {
    padding: 16px;
    gap: 20px;
  }
}
.one-view-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .one-view-head {
    padding: 22px 16px 12px 16px;
  }
  .one-view-head__title {
    display: flex;
    gap: 10px;
  }
  .one-view-head__title p {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B14/B_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
  }
  .one-view-head-start {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .one-view-head-start > p {
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    /* B14/M_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }
  .one-view-head-end {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .one-view-head-end p {
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    text-align: right;
    /* B14/M_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }
  .one-view-body {
    padding: 42px 16px;
  }
  .one-view-file ul li a {
    height: 60px;
    padding: 0 16px;
  }
}
.one-view-comment {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid #111;
  /* 작성 폼 (상단) */
  /* 목록 */
  /* 접근성용 스크린리더 텍스트 */
}
.one-view-comment__more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.one-view-comment .cmt__head {
  margin-bottom: 16px;
}
.one-view-comment .cmt__head .cmt__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.one-view-comment .cmt__head .cmt__title .cmt__count {
  margin-left: 6px;
  color: #3b82f6;
}
.one-view-comment .cmt__form {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 32px;
  padding: 16px;
  background: #f8f9fb;
  border: 1px solid #ebedf0;
  border-radius: 12px;
  margin-bottom: 24px;
}
.one-view-comment .cmt__form .cmt__textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #ebedf0;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}
.one-view-comment .cmt__form .cmt__textarea:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}
.one-view-comment .cmt__form .cmt__actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.one-view-comment .cmt__form .cmt__actions .btn {
  width: 100%;
  padding: 0 20px;
  justify-content: center;
}
.one-view-comment .cmt__form.cmt__form--inline {
  background: transparent;
  border: 0;
  padding: 0;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.one-view-comment .cmt__form.cmt__form--inline .cmt__textarea {
  min-height: 72px;
}
.one-view-comment .cmt__form.cmt__form--inline .cmt__actions {
  gap: 8px;
}
.one-view-comment .cmt__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.one-view-comment .cmt__list .cmt__item {
  padding: 18px 4px;
  border-bottom: 1px solid #ebedf0;
  /* 대댓글 목록 */
}
.one-view-comment .cmt__list .cmt__item .cmt__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}
.one-view-comment .cmt__list .cmt__item .cmt__meta .cmt__author {
  font-weight: 700;
  color: #111;
}
.one-view-comment .cmt__list .cmt__item .cmt__meta .cmt__date {
  margin-left: auto;
}
.one-view-comment .cmt__list .cmt__item .cmt__body {
  font-size: 15px;
  line-height: 1.7;
  color: #111;
  word-break: break-word;
}
.one-view-comment .cmt__list .cmt__item .cmt__item-actions {
  margin-top: 10px;
}
.one-view-comment .cmt__list .cmt__item .cmt__item-actions .cmt__reply-btn {
  background: #fff;
  border: 1px solid #ebedf0;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 600;
  cursor: pointer;
}
.one-view-comment .cmt__list .cmt__item .cmt__replies {
  list-style: none;
  margin: 14px 0 0;
  padding-left: 16px;
  border-left: 3px solid #ebedf0;
  /* 대댓글 입력폼 줄맞춤 */
}
.one-view-comment .cmt__list .cmt__item .cmt__replies .cmt__reply {
  padding: 14px 0;
  border-bottom: 1px dashed #ebedf0;
}
.one-view-comment .cmt__list .cmt__item .cmt__replies .cmt__reply:last-child {
  border-bottom: 0;
}
.one-view-comment .cmt__list .cmt__item .cmt__replies .cmt__reply .cmt__meta {
  margin-bottom: 6px;
}
.one-view-comment .cmt__list .cmt__item .cmt__replies .cmt__reply .cmt__body {
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}
.one-view-comment .cmt__list .cmt__item .cmt__replies .cmt__reply-form {
  padding-top: 10px;
}
.one-view-comment .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 960px) {
  .one-view-comment .cmt__form {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .one-view-comment .cmt__form .cmt__actions {
    justify-content: stretch;
  }
  .one-view-comment .cmt__form .btn {
    width: 100%;
  }
  .one-view-comment .cmt__list .cmt__item .cmt__meta {
    flex-wrap: wrap;
    gap: 6px;
  }
  .one-view-comment .cmt__list .cmt__item .cmt__meta .cmt__date {
    margin-left: 0;
  }
  .one-view-comment .cmt__list .cmt__item .cmt__replies {
    padding-left: 12px;
  }
  .one-view-comment .cmt__form--inline {
    grid-template-columns: 1fr !important;
  }
}
.one-learningstatus__title {
  margin-bottom: 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-learningstatus-card {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.one-learningstatus-card .one-learningstatus-item {
  flex-direction: column;
  padding: 0;
  border: none;
  width: 280px;
}
.one-learningstatus-card .one-learningstatus-item__button {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  margin-top: 34px;
}
.one-learningstatus-card .one-learningstatus-item__button .btn {
  width: auto;
}
.one-learningstatus-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.one-learningstatus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 60px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
}
.one-learningstatus-item__thumb {
  position: relative;
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  margin-bottom: 14px;
  padding: 35px 25px;
  border-radius: 8px;
  background: var(--01-secondary-01-purple-653-fee, #653fee);
  overflow: hidden;
}
.one-learningstatus-item__thumb p {
  position: relative;
  z-index: 20;
  color: var(--02-text-06-white-ffffff, #fff);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  word-break: keep-all;
}
.one-learningstatus-item__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.one-learningstatus-item__table table th,
.one-learningstatus-item__table table td {
  padding: 2px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  vertical-align: top;
  word-break: keep-all;
}
.one-learningstatus-item__table table th {
  padding-right: 4px;
  white-space: noWrap;
}
@media (max-width: 1199.98px) {
  .one-learningstatus-item__table table th,
  .one-learningstatus-item__table table td {
    font-size: 14px;
  }
}
.one-learningstatus-item__button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.one-learningstatus-item__button .btn {
  width: 96px;
}
.one-learningstatus .one-detail-view {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .one-learningstatus__title {
    margin-bottom: 0;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H20/B_30 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }
  .one-learningstatus-card {
    display: flex;
    gap: 26px;
  }
  .one-learningstatus-card .one-learningstatus-item {
    flex-direction: column;
    padding: 0;
    border: none;
    width: 280px;
  }
  .one-learningstatus-card .one-learningstatus-item__button {
    margin-top: 4px;
  }
  .one-learningstatus-card .one-learningstatus-item__button .btn {
    width: 100%;
  }
  .one-learningstatus-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    background: var(--04-bg-05-white-ffffff, #fff);
  }
  .one-learningstatus-item:last-child {
    margin-bottom: 0;
  }
  .one-learningstatus-item__thumb {
    margin-bottom: 4px;
  }
  .one-learningstatus-item__table {
    width: 100%;
  }
  .one-learningstatus-item__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .one-learningstatus-item__button .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .one-learningstatus-card {
    display: flex;
    gap: 26px;
  }
  .one-learningstatus-card .one-learningstatus-item {
    flex-direction: column;
    padding: 0;
    border: none;
    width: 100%;
  }
  .one-learningstatus-card .one-learningstatus-item__button {
    margin-top: 4px;
  }
  .one-learningstatus-card .one-learningstatus-item__button .btn {
    width: 100%;
  }
}
.one-interestcourse__title {
  margin-bottom: 30px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
@media (max-width: 1199.98px) {
  .one-interestcourse__title {
    margin-bottom: 20px;
  }
}
.one-interestcourse-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.one-interestcourse-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
}
.one-interestcourse-item__table table th,
.one-interestcourse-item__table table td {
  padding: 2px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  vertical-align: top;
  word-break: keep-all;
}
.one-interestcourse-item__table table th {
  padding-right: 20px;
  white-space: noWrap;
  position: relative;
}
.one-interestcourse-item__table table th::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 8px;
}
@media (max-width: 1199.98px) {
  .one-interestcourse-item__table table th,
  .one-interestcourse-item__table table td {
    font-size: 14px;
  }
}
.one-interestcourse-item__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-interestcourse-item__info p {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  /* B12/M_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.one-interestcourse-item__info p strong {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B12/B_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}
.one-interestcourse-item__delete {
  width: 24px;
  height: 24px;
  background: url(../images/ico-delete.svg) no-repeat 50% 50%;
  border: none;
  font-size: 0;
}
.one-interestcourse-item-start {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.one-interestcourse-item-end {
  display: flex;
  align-items: center;
  gap: 36px;
}
.one-interestcourse-item-end .btn {
  width: 110px;
}
@media (max-width: 1199.98px) {
  .one-interestcourse-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 24px 50px 24px 20px;
  }
  .one-interestcourse-item__delete {
    position: absolute;
    top: 24px;
    right: 20px;
  }
}
.one-payment {
  margin-top: 80px;
}
.one-payment__title {
  margin-bottom: 30px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-payment-list {
  display: flex;
  gap: 30px;
}
.one-payment-list-item {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
  cursor: pointer;
}
.one-payment-list-item.active {
  border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
}
.one-payment-list-item strong {
  display: block;
  margin-top: 4px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-payment-list-item p {
  margin-top: 10px;
  color: var(--02-text-04-gray-989898, #989898);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-payment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 80px;
}
.one-payment__button .btn {
  min-width: 176px;
}
@media (max-width: 1199.98px) {
  .one-payment {
    margin-top: 50px;
  }
  .one-payment__title {
    margin-bottom: 20px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H20/B_30 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }
  .one-payment-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .one-payment-list-item {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    background: var(--04-bg-05-white-ffffff, #fff);
    cursor: pointer;
  }
  .one-payment-list-item.active {
    border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
  }
  .one-payment-list-item strong {
    display: block;
    margin-top: 4px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-payment-list-item p {
    margin-top: 10px;
    color: var(--02-text-04-gray-989898, #989898);
    /* B14/M_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }
  .one-payment__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
  }
  .one-payment__button .btn {
    width: 100%;
    min-width: auto;
  }
}
.one-info__head {
  margin-bottom: 30px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-info__body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.one-info__body ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.one-info__body ul li > strong {
  width: 168px;
  min-width: 168px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-info__body ul li .form-control {
  height: 48px;
}
@media (max-width: 1199.98px) {
  .one-info__head {
    margin-bottom: 20px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H20/B_30 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }
  .one-info__body ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .one-info__body ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    padding: 0;
  }
  .one-info__body ul li > strong {
    width: 168px;
    min-width: 168px;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/B_24 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .one-info__body ul li .form-control {
    height: 48px;
  }
}
.one-result-head {
  margin-bottom: 80px;
}
.one-result-head__title {
  margin-bottom: 20px;
  padding: 70px 0;
  border-radius: 8px;
  background: rgba(0, 120, 153, 0.06);
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H24/B_34 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.one-result-head__title strong {
  color: var(--00-primary-01-teal-007899, #007899);
}
.one-result-head__text {
  color: var(--02-text-02-gray-676767, #676767);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-result-body {
  padding: 35px 40px;
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  background: var(--04-bg-05-white-ffffff, #fff);
}
.one-result-body table tbody th,
.one-result-body table tbody td {
  padding: 5px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.one-result-body table tbody td {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
}
.one-result__text {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  text-align: center;
  /* B16/B_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.one-result__button {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  .one-result-head {
    margin-bottom: 40px;
  }
  .one-result-head__title {
    margin-bottom: 20px;
    padding: 40px 0;
    border-radius: 8px;
    background: rgba(0, 120, 153, 0.06);
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* H24/B_34 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
  }
  .one-result-head__title strong {
    color: var(--00-primary-01-teal-007899, #007899);
  }
  .one-result-head__text {
    color: var(--02-text-02-gray-676767, #676767);
    /* B14/M_22 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }
  .one-result-body {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    background: var(--04-bg-05-white-ffffff, #fff);
  }
  .one-result-body table tbody th,
  .one-result-body table tbody td {
    padding: 3px 0;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  .one-result-body table tbody th {
    white-space: noWrap;
  }
  .one-result-body table tbody td {
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  }
  .one-result__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }
  .one-result__button .btn {
    width: 100%;
  }
}
.one-notice {
  margin-top: 80px;
}
.one-notice__title {
  margin-bottom: 30px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-notice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.one-notice-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 19px 60px;
  gap: 10px;
  border-radius: 8px;
  background: var(--04-bg-05-white-ffffff, #fff);
  border-radius: 8px;
  border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
  transition: all 0.2s ease;
}
.one-notice-list-item:hover {
  border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
}
.one-notice-list-item p {
  width: 830px;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.one-notice-list-item span {
  color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
  text-align: right;
  /* B16/M_24 */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media (max-width: 1199.98px) {
  .one-notice {
    margin-top: 40px;
  }
  .one-notice__title {
    margin-bottom: 20px;
  }
  .one-notice-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .one-notice-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    gap: 20px;
    border-radius: 8px;
    background: var(--04-bg-05-white-ffffff, #fff);
    border-radius: 8px;
    border: 1px solid var(--06-border-01-gray-e-4-e-4-e-4, #e4e4e4);
    transition: all 0.2s ease;
  }
  .one-notice-list-item:hover {
    border: 1px solid var(--06-border-04-focused-00-b-6-e-8, #00b6e8);
  }
  .one-notice-list-item p {
    width: 100%;
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
  .one-notice-list-item span {
    color: var(--02-text-03-gray-8-a-8-a-8-a, #8a8a8a);
    text-align: right;
    /* B16/M_24 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}
.one-modal-review-head {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--04-bg-03-gray-f-4-f-4-f-5, #f4f4f5);
}
.one-modal-review-textarea {
  margin-bottom: 12px;
}
.one-modal-review-textarea h5, .one-modal-review-textarea .h5 {
  margin: 0 0 12px 0;
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.one-modal-review-textarea .form-control {
  height: 120px;
  padding: 10px;
}
.one-modal-review-textarea > span {
  display: block;
  width: 100%;
  margin-top: 4px;
  color: var(--02-text-05-gray-acacac, #acacac);
  text-align: right;
  /* B12/M_20 */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.one-modal-review-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.one-modal-review-text ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  color: var(--02-text-02-gray-676767, #676767);
  /* B14/M_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.one-modal-review-text ul li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.active-menu {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .active-menu .one-header-menu {
    display: flex;
  }
  .active-menu .one-header-menu__toggle {
    background: url(../images/ico-menu-close.svg) no-repeat 50% 50%;
  }
}

.modal-title {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  /* H24/B_34 */
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
}
.modal-header {
  padding: 0 0 25px 0;
  background: none;
}
.modal-header .btn-close {
  width: 40px;
  height: 40px;
  background: url(../images/ico-modal-close.svg) no-repeat 50% 50%;
}
.modal-content {
  padding: 30px;
  border: none;
  border-radius: 16px;
}
.modal-body {
  padding: 50px 20px;
}
.modal-body img {
  max-width: 100%;
}
.modal-body p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  text-align: center;
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.modal-editor p {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e) !important;
  /* H20/B_30 */
  font-family: Pretendard !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.8 !important; /* 150% */
  text-align: left;
  word-break: keep-all;
}
.modal-footer {
  display: flex;
  gap: 10px;
  padding: 0 0 0 0;
}
.modal-footer .btn {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .modal-header {
    padding: 0 0 10px 0;
    background: none;
  }
  .modal-header .btn-close {
    width: 40px;
    height: 40px;
    background: url(../images/ico-modal-close.svg) no-repeat 50% 50%;
  }
  .modal-body {
    padding: 30px 10px;
  }
  .modal-body p {
    color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
    text-align: center;
    /* H20/B_30 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
  }
  .modal-content {
    padding: 15px;
    border: none;
    border-radius: 16px;
  }
}

.nav-tabs {
  gap: 16px;
  border: 0;
}
.nav-tabs .nav-link {
  padding: 4px 0;
  border: 0;
  color: var(--08-gray-scale-05-gray-b-5-b-9-c-0, #b5b9c0);
  /* H20/B_30 */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.nav-tabs .nav-link em {
  color: var(--08-gray-scale-05-gray-b-5-b-9-c-0, #b5b9c0);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.nav-tabs .nav-link.active {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
  border: 0;
  border-bottom: 2px solid #000;
}
.nav-tabs .nav-link.active em {
  color: var(--02-text-01-black-2-e-2-e-2-e, #2e2e2e);
}

.tab-content {
  padding: 30px 0 0 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.btn-text {
  height: auto;
  padding: 4px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid var(--02-text-04-gray-989898, #989898);
  color: var(--02-text-04-gray-989898, #989898);
  /* B14/B_22 */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
.btn-outline-secondary {
  border-color: #ddd;
}

html {
  /* 기본 줌 애니메이션 제거 + 페이드 인 */
  /* 닫힐 때 페이드 아웃 */
  /* 페이드 인 키프레임 */
  /* 페이드 아웃 키프레임 */
}
html .swal2-popup {
  width: 320px;
  border-radius: 16px;
  padding: 24px;
}
html .swal2-styled.swal2-confirm {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3033;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-size: 1rem;
  border-radius: 8px;
  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;
  white-space: nowrap;
  height: 46px;
  color: #fff;
  background-color: #2e3033;
  border-color: #2e3033;
}
html .swal2-title {
  font-size: 24px;
}
html .swal2-html-container {
  font-size: 16px;
  line-height: 1.3;
}
html .swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}
html .swal2-show {
  animation: fadeIn 0.2s ease-out;
}
html .swal2-hide {
  animation: fadeOut 0.2s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
  color: #000;
}

.modal-notice {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .modal-notice {
    padding: 16px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.modal-notice .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  transform: none !important;
}
.modal-notice .modal-content {
  height: 100%;
  padding: 16px 24px;
  border: 1px solid #ddd;
}
.modal-notice .modal-header {
  padding: 0 0 8px 0;
}
.modal-notice .modal-title {
  font-size: 20px;
}
.modal-notice .modal-body {
  padding: 24px 16px;
  overflow: auto;
  font-size: 15px;
}
.modal-notice .modal-footer {
  padding-top: 16px;
  justify-content: space-between;
}/*# sourceMappingURL=common.css.map */