@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Regular.eot");
  src: url("@/assets/fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Regular.woff") format("woff"), url("@/assets/fonts/Pretendard-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Black.eot");
  src: url("@/assets/fonts/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Black.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Black.woff") format("woff"), url("@/assets/fonts/Pretendard-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-ExtraBold.eot");
  src: url("@/assets/fonts/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("@/assets/fonts/Pretendard-ExtraBold.woff") format("woff"), url("@/assets/fonts/Pretendard-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Bold.eot");
  src: url("@/assets/fonts/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Bold.woff") format("woff"), url("@/assets/fonts/Pretendard-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-ExtraLight.eot");
  src: url("@/assets/fonts/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("@/assets/fonts/Pretendard-ExtraLight.woff") format("woff"), url("@/assets/fonts/Pretendard-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Light.eot");
  src: url("@/assets/fonts/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Light.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Light.woff") format("woff"), url("@/assets/fonts/Pretendard-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Medium.eot");
  src: url("@/assets/fonts/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Medium.woff") format("woff"), url("@/assets/fonts/Pretendard-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-SemiBold.eot");
  src: url("@/assets/fonts/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("@/assets/fonts/Pretendard-SemiBold.woff") format("woff"), url("@/assets/fonts/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("@/assets/fonts/Pretendard-Thin.eot");
  src: url("@/assets/fonts/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/Pretendard-Thin.woff2") format("woff2"), url("@/assets/fonts/Pretendard-Thin.woff") format("woff"), url("@/assets/fonts/Pretendard-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url("@/assets/fonts/PretendardVariable-Regular.woff2") format("woff2"), url("@/assets/fonts/PretendardVariable-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.previousbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  color: #ffffff;
}
@media only screen and (max-width: 680px) {
  .previousbtn {
    font-weight: 500;
  }
}

.nextsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  height: 44px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 0;
  color: #ffffff;
}
.nextsBtn img {
  width: 24px;
  height: 24px;
  padding-left: 5px;
}
@media only screen and (max-width: 680px) {
  .nextsBtn {
    font-weight: 500;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border: none;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

select:focus-visible {
  outline: none !important;
}

.components {
  width: 100%;
  max-width: 1220px;
  position: relative;
  margin: 0 auto;
  padding: 100px 0px 100px;
}

.form-group .label-title {
  width: 100%;
  max-width: 134px;
  padding: 15px 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #181818;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .form-group .label-title {
    padding: 8px 0;
    max-width: inherit;
  }
}
.form-group .label-title-x {
  width: 100%;
  max-width: 134px;
  padding: 15px 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .form-group .label-title-x {
    padding: 8px 0;
  }
}
.form-group .label-input {
  position: relative;
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form-group .label-input {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.form-group .label-input input {
  width: 100%;
  max-height: 46px;
  background: #ffffff;
  border: 1px solid #a4a4a4;
  padding: 16px;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000000 !important;
}
.form-group .label-input input.disable {
  background: #fafafa;
  cursor: default;
}
.form-group .label-input input.disable::placeholder {
  color: #bdbdbd;
}
.form-group .label-input .input-btn {
  width: 100%;
  max-width: 519px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .form-group .label-input .input-btn {
    max-width: 100%;
    gap: 8px;
  }
}
.form-group .label-input .input-btn input {
  background: #ffffff;
  border: 1px solid #a4a4a4;
  padding: 16px;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #a4a4a4;
  max-height: 46px;
}
.form-group .label-input .input-btn .semi-outline-btn {
  display: block;
  padding: 16px;
  width: 100%;
  max-width: 120px;
  height: 46px;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: #ffffff;
  outline: 1px solid #2D65DE;
  color: #2D65DE;
}
.form-group .select-input {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .form-group .select-input {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.form-group .select-input select {
  width: 100%;
  max-height: 46px;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 16px;
  border: 1px solid #a4a4a4;
  background: #ffffff url("../../assets/icons/Arrow-down.svg") no-repeat;
  background-position: 98% center;
  cursor: pointer;
  outline: none;
}
.form-group .select-input select option {
  cursor: pointer !important;
}
.form-group .check-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .form-group .check-wrap {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.form-group .check-wrap .check-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .form-group .check-wrap .check-row {
    gap: 16px;
    min-height: auto;
    padding: 0px 0;
  }
}
.form-group .check-wrap .check-row .checkbox-bullet-group {
  display: block;
  position: relative;
}
.form-group .check-wrap .check-row .checkbox-bullet-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group .check-wrap .check-row .checkbox-bullet-group label {
  position: relative;
  cursor: pointer;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.form-group .check-wrap .check-row .checkbox-bullet-group label::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  background: url("../../assets/icons/Radiobutton-unchecked.svg") center center no-repeat;
  background-size: contain;
}
.form-group .check-wrap .check-row .checkbox-bullet-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 100%;
  background: url("../../assets/icons/Radiobutton-checked.svg") center center no-repeat;
  background-size: contain;
}
.form-group .check-wrap .check-row .check-box-squired {
  position: relative;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.form-group .check-wrap .check-row .check-box-squired input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group .check-wrap .check-row .check-box-squired label {
  position: relative;
  cursor: pointer;
}
.form-group .check-wrap .check-row .check-box-squired label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url("../../assets/icons/SquiredBox-unchecked.svg") center no-repeat;
  background-size: cover;
}
.form-group .check-wrap .check-row .check-box-squired input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url("../../assets/icons/SquiredBox-checked.svg") center no-repeat;
  background-size: cover;
}
.form-group .check-wrap .check-row .check-box-round {
  position: relative;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.form-group .check-wrap .check-row .check-box-round input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group .check-wrap .check-row .check-box-round label {
  position: relative;
  cursor: pointer;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
.form-group .check-wrap .check-row .check-box-round label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url("../../assets/icons/tickicon-unchecked.svg") center no-repeat;
  background-size: cover;
}
.form-group .check-wrap .check-row .check-box-round input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url("../../assets/icons/tickicon-checked.svg") center no-repeat;
  background-size: cover;
}
.form-group .file-upload-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-group .file-upload-wrap .file-upload-btn {
  position: relative;
  padding: 8px 16px;
  outline: 1px solid #BD6D23;
  background: #ffffff;
  font-family: "Pretendard Variable";
  color: #BD6D23;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.form-group .file-upload-wrap .file-upload-btn.disabled {
  outline: 1px solid #e0e0e0;
  background: #f2f2f2;
  color: #a4a4a4;
}
.form-group .file-upload-wrap .file-show-dlt {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form-group .file-upload-wrap .file-show-dlt p {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
.form-group .textarea-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .form-group .textarea-box {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.form-group .textarea-box h4 {
  width: 100%;
  max-width: 134px;
  padding: 15px 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .form-group .textarea-box h4 {
    padding: 8px 0;
  }
}
.form-group .textarea-box textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #a4a4a4;
  background: #ffffff;
  color: #a4a4a4;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.top-banner-area {
  position: relative;
  width: 100%;
}
.top-banner-area .banner-area {
  background: url(../../assets/images/blue-banner.png) no-repeat center 100%;
  padding: 120px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 376px) {
  .top-banner-area .banner-area {
    background: url(../../assets/images/Banner-mobile.png) 100% no-repeat;
  }
}
.top-banner-area .banner-area h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .top-banner-area .banner-area h2 {
    font-size: 28px;
  }
}

.sub-nav {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.sub-nav ul {
  position: relative;
  width: 100%;
  max-width: 1220px;
  display: flex;
  padding: 0;
  margin: 0 auto;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .sub-nav ul {
    display: flex;
  }
}
.sub-nav ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-nav ul li {
    width: 100%;
  }
}
.sub-nav ul li a {
  color: #333333;
  /* Button/Breadcrumb */
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.sub-nav ul li .inner {
  position: relative;
  min-width: 280px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sub-nav ul li .inner {
    min-width: 0;
  }
}
.sub-nav ul li .inner .dropdown {
  height: 56px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-nav ul li .inner .dropdown {
    max-width: 160px;
  }
}
.sub-nav ul li .inner .dropdown span {
  width: 100%;
  padding: 0 16px;
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sub-nav ul li .inner .dropdown span {
    padding: 16px 24px 16px 16px;
  }
}
.sub-nav ul li .inner .dropdown select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  background: url(../../assets/images/drop.png) no-repeat 95% center;
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sub-nav ul li .inner .dropdown select {
    padding: 16px 24px 16px 16px;
  }
}
.sub-nav ul li .inner select {
  background: none;
  width: 100%;
  min-height: 65px;
  color: black;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 0 25px 0 30px;
  background: url("../../assets/icons/arrow-down.svg") no-repeat 100% center;
}
.sub-nav ul li .inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: black;
  transition: width 0.5s, left 0.5s;
}
.sub-nav ul li .inner:hover::after {
  width: 100%;
  left: 0;
}
.sub-nav .home {
  width: 56px;
  height: 56px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.sub-nav .home a {
  display: block;
  text-indent: -9999px;
  text-align: center;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.bottom-banner-area {
  position: relative;
  width: 100%;
}
.bottom-banner-area .banner-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: url(../../assets/images/banner-big.png) 100% no-repeat;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .bottom-banner-area .banner-area {
    gap: 32px;
    padding: 48px 16px;
  }
}
.bottom-banner-area .banner-area.banner-two {
  background: url(../../assets/images/bottom-banner-two.png) center 100% no-repeat !important;
}
.bottom-banner-area .banner-area.nogap {
  gap: 0px;
}
.bottom-banner-area .banner-area.nogap h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .bottom-banner-area .banner-area.nogap h2 {
    margin-bottom: 32px;
  }
}
.bottom-banner-area .banner-area.nogap .banner-para-area {
  padding: 64px 0 0;
}
@media screen and (max-width: 767px) {
  .bottom-banner-area .banner-area.nogap .banner-para-area {
    padding: 32px 16px 0;
  }
}
.bottom-banner-area .banner-area.nogap .banner-para-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  background: #96B2EF;
}
.bottom-banner-area .banner-area h2 {
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
}
@media screen and (max-width: 767px) {
  .bottom-banner-area .banner-area h2 {
    font-size: 28px;
    line-height: 150%;
    /* 42px */
  }
}
.bottom-banner-area .banner-area h2.main-text {
  color: #2D65DE;
}
.bottom-banner-area .banner-area .banner-para-area {
  padding: 0 16px;
  position: relative;
  width: 100%;
}
.bottom-banner-area .banner-area .banner-para-area p {
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px;
  /* 36px */
}
.bottom-banner-area .banner-area .banner-para-area p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bottom-banner-area .banner-area .banner-para-area p {
    font-size: 20px;
  }
}

.semi-round-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 24px 16px;
  text-align: center;
  background: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
}
.semi-round-btn.outlined {
  background: #ffffff;
  outline: 1px solid #2D65DE;
  color: #2D65DE;
}
@media screen and (max-width: 767px) {
  .semi-round-btn {
    max-width: inherit;
  }
}

.black-semi-round-btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 24px 16px;
  text-align: center;
  background: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.black-semi-round-btn.outlined {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .black-semi-round-btn {
    max-width: inherit;
  }
}

.download-btn {
  position: relative;
  padding: 8px 16px;
  outline: 1px solid #2D65DE;
  background: #ffffff;
  font-family: "Pretendard Variable";
  color: #2D65DE;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.download-btn.disabled {
  outline: 1px solid #e0e0e0;
  background: #f2f2f2;
  color: #a4a4a4;
}
.download-btn.disabled:hover {
  color: #a4a4a4;
}
.download-btn.disabled:focus {
  color: #a4a4a4;
}
.download-btn:hover {
  color: #2D65DE;
}

.table-btn-outlined {
  padding: 16px;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #333333;
  background: #ffffff;
  border: 1px solid #333333;
  white-space: nowrap;
}

.btn-wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    flex-direction: column;
    margin-top: 32px;
  }
}

.card-list {
  width: 100%;
}
.card-list .card-heading {
  width: 100%;
  padding: 24px 8px;
  border-bottom: 3px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .card-list .card-heading {
    padding: 16px 0px;
  }
}
.card-list .card-heading h3 {
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #253D73;
}
.card-list .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper {
    gap: 16px;
  }
}
.card-list .card-wrapper .card {
  width: 100%;
}
.card-list .card-wrapper .card .card-header {
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper .card .card-header {
    padding: 16px 0;
  }
}
.card-list .card-wrapper .card .card-header h4 {
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper .card .card-header h4 {
    font-size: 20px;
  }
}
.card-list .card-wrapper .card .card-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper .card .card-content {
    padding: 16px;
  }
}
.card-list .card-wrapper .card .card-content p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.card-list .card-wrapper .card .card-content .content-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.card-list .card-wrapper .card .card-content .content-list .info-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper .card .card-content .content-list .info-wrap {
    flex-direction: column;
    gap: 8px;
  }
}
.card-list .card-wrapper .card .card-content .content-list .info-wrap .info {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.card-list .card-wrapper .card .card-content .content-list .info-wrap .info .info-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.card-list .card-wrapper .card .card-content .content-list .info-wrap .info p {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}
.card-list .card-wrapper .card .card-content + .custom-data-table-area {
  margin-top: 8px;
}
.card-list .card-wrapper .card .impt-note {
  display: block;
  width: 100%;
  padding: 0 24px;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8E4C0F;
}
@media screen and (max-width: 767px) {
  .card-list .card-wrapper .card .impt-note {
    padding: 0;
  }
}

.search-comp .label-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search-comp .label-input label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 8px;
  font-style: normal;
  position: relative;
  padding: 15px 0;
}
.search-comp .label-input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 16px;
  border: 1px solid #a4a4a4;
  background: #ffffff;
  width: 100%;
  height: 46px;
}
.search-comp .select-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search-comp .select-input select {
  width: 100%;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #a4a4a4;
  background: #ffffff url("../../assets/icons/chevron-down.svg") no-repeat;
  background-position: 95% 15px;
  height: 46px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search-comp .select-input select {
    background-position: 97% 15px;
  }
}

.search-filter-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .search-filter-area {
    padding: 24px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .search-filter-area {
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .search-filter-area {
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .search-filter-area {
    padding: 24px 16px;
    flex-direction: column;
  }
}
.search-filter-area .label-input-section {
  width: 100%;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input-section {
    max-width: 100%;
  }
}
.search-filter-area .input-btn-area {
  width: 100%;
}
.search-filter-area .label-input label {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input label {
    padding: 3px 0;
  }
}
.search-filter-area .label-input .input-select-area {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .search-filter-area .label-input .input-select-area {
    flex-direction: column;
  }
}
.search-filter-area .label-input .input-select-area form {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area form {
    flex-direction: column;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .search-filter-area .label-input .input-select-area form {
    flex-direction: column;
  }
}
.search-filter-area .label-input .input-select-area .select-input {
  min-height: 46px;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area .select-input {
    min-width: 295px;
  }
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area input {
    min-width: 295px;
  }
}
.search-filter-area .label-input .input-select-area .search-btn {
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 46px;
}

.pagination-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.pagination-area .pg-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-area .pg-sec a.active-pg {
  color: #181818 !important;
  text-decoration-line: underline;
}
.pagination-area .pg-sec .number {
  display: flex;
}
.pagination-area .pg-sec .number .pg-nos {
  padding: 10px 0;
  width: 38px;
  color: #a4a4a4;
  text-align: center;
  font-feature-settings: "ss02" on, "case" on;
  font-family: "Pretendard Variable";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 138.462% */
  letter-spacing: -0.13px;
}

.alert-area {
  position: absolute;
  top: 0;
  left: calc(50% - 193px);
  width: 100%;
  opacity: 0.9;
  max-width: 386px;
  opacity: 0.9;
  padding: 60px 16px;
  margin: 0 auto;
  background: rgba(20, 57, 113, 0.8);
  display: none;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .alert-area {
    display: block;
    left: 0px;
    max-width: 100%;
    top: 51px;
  }
}
.alert-area.top0 {
  top: 0;
}
.alert-area.top68 {
  top: 68px;
}
.alert-area.new-position {
  top: 135px;
  left: 16px;
  width: calc(100% - 32px);
}
.alert-area.card-position {
  top: 307px;
  left: 16px;
  width: calc(100% - 32px);
}
.alert-area .alert-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert-area .alert-body .alert-cont p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  div#DataTables_Table_0_wrapper {
    width: 1200px;
  }
  div#DataTables_Table_1_wrapper {
    width: 1200px;
  }
}
.butnbx-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}

.ui.selection.dropdown {
  min-height: 46px !important;
  border: 1px solid #a4a4a4 !important;
  border-radius: 0 !important;
}

.ui.selection.dropdown:focus {
  border-color: #a4a4a4 !important;
  box-shadow: none;
}

.ui.selection.active.dropdown .menu {
  border-color: #a4a4a4;
  box-shadow: none;
}

.ui.multiple.dropdown > .text {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 12px 16px !important;
  line-height: 1.21428571em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

.ui.dropdown > .dropdown.icon:before {
  content: "";
}

.ui.dropdown > .dropdown.icon {
  width: 16px !important;
  height: 16px !important;
  background: url("../../assets/icons/chevron-down.svg") no-repeat;
  padding: 0px !important;
  margin-top: 6px !important;
  margin-right: 0px !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .ui.dropdown > .dropdown.icon {
    margin-right: -4px !important;
  }
}

.label.ui.selection.fluid.dropdown.multiple {
  width: 100%;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #a4a4a4;
  background-position: 95% 15px;
  cursor: pointer;
  padding: 0 !important;
}

.ui.multiple.dropdown > .label {
  padding: 8px !important;
  border-radius: 100px;
  border: 1px solid #96B2EF;
  background: #F4F7FC;
  color: #666666;
  font-family: "Pretendard Variable";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 1 !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
}

.ui.dropdown > .dropdown.icon:before {
  display: none !important;
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: #181818 !important;
}

select {
  -webkit-appearance: menulist-button;
  color: black;
}

select:invalid {
  color: #999999;
}

.footer-area {
  position: relative;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

.footer-wrap {
  display: flex;
  gap: 160px;
  padding: 40px 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-wrap .menu-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 910px;
}
.footer-wrap .menu-area .logo-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .menu-area .logo-area {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer-wrap .menu-area .logo-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.footer-wrap .menu-area .logo-area .logo {
  width: 100%;
  max-width: 215px;
  height: 62px;
  padding: 16px;
  border: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-wrap .menu-area .logo-area .logo {
    max-width: 200px;
    height: 56px;
  }
}
.footer-wrap .menu-area .top-menu ul {
  display: flex;
}
.footer-wrap .menu-area .top-menu ul li {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.footer-wrap .menu-area .top-menu ul li a {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.footer-wrap .menu-area .top-menu ul li a:hover {
  color: #0F3C9F;
}
.footer-wrap .menu-area .top-menu ul li a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: black;
  border-radius: 10px;
  vertical-align: middle;
  margin: 0 8px;
}
.footer-wrap .menu-area .top-menu ul li:last-child a::after {
  display: none;
}
.footer-wrap .menu-area .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-wrap .menu-area .text-wrap {
    gap: 8px;
  }
}
.footer-wrap .menu-area .text-wrap p {
  color: #a4a4a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Pretendard Variable";
}
.footer-wrap .menu-area span {
  color: #a4a4a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Pretendard Variable";
  margin: 0 4px;
}
.footer-wrap .menu-area span:first-child {
  margin-left: 0;
}
.footer-wrap .menu-area span:last-child {
  margin-right: 0;
}

.header-area {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 110px;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 16px 0;
  }
}
.header-wrap .logo-area {
  position: relative;
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .header-wrap .logo-area {
    max-width: 120px;
  }
}
.header-wrap .menu-area {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .header-wrap .menu-area {
    display: none;
  }
}
.header-wrap .menu-area ul {
  display: flex;
  width: 100%;
  padding: 17px 0;
}
.header-wrap .menu-area ul li {
  position: relative;
  width: 100%;
  max-width: 240px;
}
.header-wrap .menu-area ul li a {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  font-family: "Pretendard Variable";
  display: block;
  text-align: center;
}

.sub-menu-area {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  min-height: 184px;
  top: 83px;
  left: 0;
  z-index: 98;
  padding: 24px;
  display: none;
}
.sub-menu-area .inner-menu-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}
.sub-menu-area .inner-menu-area ul {
  position: relative;
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
.sub-menu-area .inner-menu-area ul li {
  position: relative;
  list-style-type: none;
}
.sub-menu-area .inner-menu-area ul li a {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-family: "Pretendard Variable";
  text-align: center;
  color: #666666;
  white-space: nowrap;
}
.sub-menu-area .inner-menu-area ul li a:hover {
  color: #2D65DE;
}

.header-wrap .menu-area:hover ul .sub-menu-area {
  display: block;
}

.barmenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .barmenu {
    display: block;
  }
}

.mobile-accrodian-menu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 12;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-accrodian-menu-area {
    display: none;
  }
}
.mobile-accrodian-menu-area .mobile-menu-inner {
  position: absolute;
  width: 90%;
  right: 0;
  top: 0;
  height: 100vh;
  background: #ffffff;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobile-top-bar {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu {
  position: relative;
  width: 100%;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul {
  position: relative;
  width: 100%;
  padding: 0;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li {
  position: relative;
  width: 100%;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li a {
  display: flex;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 24px 16px;
  background: #F4F7FC;
  justify-content: space-between;
  border-bottom: 1px solid #CAD8F7;
  color: #181818;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li.active a span {
  transform: rotate(180deg);
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li ul.mobssubsmenu {
  background: #ffffff;
  display: none;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li ul.mobssubsmenu li {
  position: relative;
  width: 100%;
}
.mobile-accrodian-menu-area .mobile-menu-inner .mobs-menu ul li ul.mobssubsmenu li a {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%;
  color: #666666 !important;
  background: none;
  border-bottom: none;
}

.announcement-sec {
  width: 100%;
  position: relative;
}
.announcement-sec .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .announcement-sec .main-body {
    padding: 48px 0px 64px;
  }
}
.announcement-sec .main-body .announce-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.announcement-sec .main-body .announce-inner .inner-header {
  width: 100%;
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #333333;
}
@media screen and (max-width: 767px) {
  .announcement-sec .main-body .announce-inner .inner-header {
    padding: 16px 0px;
  }
}
.announcement-sec .main-body .announce-inner .inner-header h4 {
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .announcement-sec .main-body .announce-inner .inner-header h4 {
    font-size: 24px;
    line-height: 150%;
  }
}
.announcement-sec .main-body .announce-inner .inner-header .right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.announcement-sec .main-body .announce-inner .inner-header .right p {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
}
.announcement-sec .main-body .announce-inner .inner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap:last-child {
  border-bottom: 3px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .announcement-sec .main-body .announce-inner .inner-content .data-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
  }
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap .date-show {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  white-space: nowrap;
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap P {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap P a {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
}
.announcement-sec .main-body .announce-inner .inner-content .data-wrap .hits {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  white-space: nowrap;
}

.home-page-banner {
  position: relative;
  width: 100%;
  background: url("../../assets/images/home-banner-bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 810px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-page-banner {
    min-height: auto;
    background: url("../../assets/images/banner-mob-bg.jpg");
    background-size: cover;
    background-position: top;
  }
}
.home-page-banner .home-page-banner-content {
  position: relative;
  width: 100%;
  min-height: 810px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content {
    flex-direction: column;
    min-height: 628px;
    justify-content: center;
  }
}
.home-page-banner .home-page-banner-content .banner-content {
  position: relative;
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-content {
    padding: 64px 40px 0;
    margin: 0 !important;
  }
}
.home-page-banner .home-page-banner-content .banner-content .heading {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-page-banner .home-page-banner-content .banner-content .heading h1 {
  font-family: "Pretendard Variable";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-content .heading h1 {
    font-size: 28px;
    letter-spacing: -1.4px;
    white-space: nowrap;
  }
}
.home-page-banner .home-page-banner-content .banner-content .heading h1 span.blue {
  font-family: "Pretendard Variable";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #4E9CF8;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-content .heading h1 span.blue {
    font-size: 28px;
  }
}
.home-page-banner .home-page-banner-content .banner-content .heading h1 span.yellow {
  font-family: "Pretendard Variable";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.8px;
  color: #DEB691;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-content .heading h1 span.yellow {
    font-size: 28px;
  }
}
.home-page-banner .home-page-banner-content .banner-content .overview p {
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-content .overview p {
    font-size: 16px;
  }
  .home-page-banner .home-page-banner-content .banner-content .overview p br {
    display: none;
  }
}
.home-page-banner .home-page-banner-content .banner-img-area {
  position: absolute;
  width: 100%;
  max-width: 720px;
  right: -15%;
}
@media only screen and (max-width: 1200px) {
  .home-page-banner .home-page-banner-content .banner-img-area {
    position: relative;
    width: 100%;
    right: 0;
    top: 5px;
  }
}
.home-page-banner .home-page-banner-content .banner-img-area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-page-banner .home-page-banner-content .banner-img-area img {
    content: url(../../assets/images/mobile-version.svg);
  }
}

.about-first-widt thead tr th:nth-child(1) {
  width: 120px;
}
.about-first-widt thead tr th:nth-child(2) {
  width: 120px;
}

.about-sec-two {
  position: relative;
  width: 100%;
}
.about-sec-two .main-body {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body {
    padding: 48px 0 64px;
  }
}
.about-sec-two .main-body .card-list {
  width: 100%;
}
.about-sec-two .main-body .card-list .card-heading {
  width: 100%;
  padding: 24px 0px;
  border-bottom: 3px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-heading {
    padding: 16px 0px;
    margin-bottom: 16px;
  }
}
.about-sec-two .main-body .card-list .card-heading h3 {
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-heading h3 {
    font-size: 24px;
  }
}
.about-sec-two .main-body .card-list .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-wrapper {
    gap: 16px;
  }
}
.about-sec-two .main-body .card-list .card-wrapper .card {
  width: 100%;
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-header {
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-wrapper .card .card-header {
    padding: 16px 0px;
  }
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-header h4 {
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-wrapper .card .card-header h4 {
    font-size: 20px;
  }
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
}
@media screen and (max-width: 767px) {
  .about-sec-two .main-body .card-list .card-wrapper .card .card-content {
    padding: 16px;
    align-items: flex-start;
  }
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-content span.badge-icon {
  width: 100%;
  max-width: 30px;
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-content p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.about-sec-two .main-body .card-list .card-wrapper .card .card-content + .custom-data-table-area {
  margin-top: 8px;
}

.about-sec-three {
  position: relative;
  width: 100%;
}
.about-sec-three .main-body {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body {
    padding: 48px 0 64px;
  }
}
.about-sec-three .main-body .full-page {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page {
    gap: 32px;
  }
}
.about-sec-three .main-body .full-page .card-list {
  width: 100%;
}
.about-sec-three .main-body .full-page .card-list .card-heading {
  width: 100%;
  padding: 24px 0;
  border-bottom: 3px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-heading {
    padding: 16px 0px;
    margin-bottom: 16px;
  }
}
.about-sec-three .main-body .full-page .card-list .card-heading h3 {
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-heading h3 {
    font-size: 24px;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper {
    gap: 16px;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card {
  width: 100%;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-header {
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-header {
    padding: 16px 0;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-header h4 {
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-header h4 {
    font-size: 20px;
    line-height: 150%;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content {
    align-items: flex-start;
    padding: 16px;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content.active-card {
  border: 1px solid #96B2EF;
  background: #F4F7FC;
  box-shadow: none;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content.active-card p {
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content .badge-icon {
  min-width: 30px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .card-content + .custom-data-table-area {
  margin-top: 8px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background: #fafafa;
  margin-top: 8px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content {
    padding: 24px 16px;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #2D65DE;
  background: #ffffff;
  width: 100%;
  max-width: 580px;
  padding: 40px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec {
    flex-direction: column;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom .btn-area {
  border-radius: 100px;
  border: 1px solid #628BE6;
  background: #96B2EF;
  padding: 8px;
  width: 100%;
  min-width: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom .btn-area.second-btn {
  border: 1px solid #2D65DE;
  background: #628BE6;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom .btn-area.third-btn {
  border: 1px solid #0F3C9F;
  background: #2D65DE;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom .btn-area.fourth-btn {
  border: 1px solid #253D73;
  background: #0F3C9F;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom .btn-area a {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .bottom-sec .inner-bottom p {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #BD6D23;
  background: #ffffff;
  width: 100%;
  max-width: 580px;
  padding: 40px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .bottom-sec {
  display: flex;
  gap: 8px;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .bottom-sec .inner-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .bottom-sec .inner-bottom p {
  color: #000000;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .bottom-sec .inner-bottom p.inner-para {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area {
  display: flex;
  margin-top: 8px;
  padding: 24px 0;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
  }
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec {
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 100px;
  border: 1px solid #96B2EF;
  width: 100%;
  max-width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec .img-sec {
  display: flex;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec p {
  color: #000000;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-align: center;
}
.about-sec-three .main-body .full-page .card-list .card-wrapper .card .round-icon-area .img-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.about-sec-four {
  position: relative;
  width: 100%;
}
.about-sec-four .main-body {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body {
    padding: 48px 0 64px;
  }
}
.about-sec-four .main-body .full-page {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page {
    gap: 32px;
  }
}
.about-sec-four .main-body .full-page .card-list {
  width: 100%;
}
.about-sec-four .main-body .full-page .card-list .card-heading {
  width: 100%;
  padding: 24px 0;
  border-bottom: 3px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-heading {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-heading h3 {
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-heading h3 {
    font-size: 24px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper {
    gap: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card {
  width: 100%;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-header {
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-header {
    padding: 16px 0;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-header h4 {
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-header h4 {
    font-size: 20px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content {
  padding: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content {
    padding: 16px;
    align-items: flex-start;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content:last-child {
  margin-bottom: 0;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content.active-card {
  border: 1px solid #96B2EF;
  background: #F4F7FC;
  box-shadow: none;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content.active-card p {
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content .badge-icon {
  min-width: 30px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content p {
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #181818;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .card-content + .custom-data-table-area {
  margin-top: 8px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background: #fafafa;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content {
    padding: 16px;
    overflow: scroll;
    align-items: flex-start;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .scrollable-content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .scrollable-content {
    width: 1188px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card {
    margin-bottom: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #2D65DE;
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  position: relative;
  z-index: 23;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec::before {
    height: 16px;
    bottom: -16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .top-card .top-sec h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card {
    gap: 8px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1 {
  border-radius: 4px;
  background: #CD915A;
  width: 100%;
  max-width: 228px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1 {
    padding: 8px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -105%;
  width: 105%;
  height: 1px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1::before {
    right: -119%;
    width: 119%;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1 h2 {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1 h2 {
    font-size: 14px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-1 p {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-align: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  position: relative;
  background: #FFF;
  z-index: 999;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2::before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 1px;
  height: 31px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2::before {
    height: 16px;
    bottom: -16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .first-inner-box {
  background: #BD6D23;
  padding: 24px;
  width: 100%;
  max-width: 228px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .first-inner-box {
    padding: 8px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .first-inner-box h2 {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .second-inner-box {
  padding: 16px;
  width: 100%;
  max-width: 228px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .second-inner-box {
    padding: 8px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .second-inner-box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .second-inner-box ul li {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-2 .second-inner-box ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #181818;
  border-radius: 50%;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3 {
  border-radius: 4px;
  background: #8E4C0F;
  width: 100%;
  max-width: 228px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3 {
    padding: 8px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -105%;
  width: 105%;
  height: 1px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3::before {
    left: -119%;
    width: 119%;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3 h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3 h2 {
    font-size: 14px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .second-card .box-3 p {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-align: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card {
    margin-top: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 9.8%;
  width: 75.7%;
  height: 1px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card::before {
    top: -16px;
    width: 75.3%;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 9.8%;
  width: 75.7%;
  height: 1px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card::after {
    bottom: -16px;
    width: 75.3%;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area {
  width: 100%;
  max-width: 279px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area {
    max-width: 290px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 40%;
  width: 1px;
  height: 30px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area::before {
    top: -16px;
    height: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 40%;
  width: 1px;
  height: 30px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area::after {
    bottom: -16px;
    height: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .top-sec {
  background: #3BA373;
  display: flex;
  padding: 24px 15px;
  align-items: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .top-sec.custom-pad {
  padding: 12px 16px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .top-sec h2 {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  text-align: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .bottom-sec {
  padding: 16px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .bottom-sec ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .bottom-sec ul li {
  position: relative;
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.08px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .third-card .card-area .bottom-sec ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #181818;
  border-radius: 50%;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card {
    padding-top: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #BD6D23;
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  position: relative;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  width: 1px;
  height: 31px;
  background: #a4a4a4;
}
@media screen and (max-width: 767px) {
  .about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec::before {
    top: -16px;
    height: 16px;
  }
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .inner-card-content .bottom-card .top-sec p {
  color: #666666;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .round-icon-area {
  display: flex;
  margin-top: 8px;
  padding: 24px 0;
  justify-content: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec {
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 100px;
  border: 1px solid #96B2EF;
  width: 100%;
  max-width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec .img-sec {
  display: flex;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .round-icon-area .round-sec p {
  color: #000000;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-align: center;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .round-icon-area .img-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .custom-data-table-area table tbody .td-description .td-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .custom-data-table-area table tbody .td-description .td-content:last-child {
  margin-bottom: 0px;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .custom-data-table-area table tbody .td-description .td-content h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  text-align: left;
}
.about-sec-four .main-body .full-page .card-list .card-wrapper .card .custom-data-table-area table tbody .td-description .td-content p {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-align: left;
}

.about-content-area {
  position: relative;
  width: 100%;
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .about-content-area {
    padding: 48px 0 64px;
  }
}

.business-goal-area {
  position: relative;
  width: 100%;
}
.business-goal-area .heads {
  position: relative;
  width: 100%;
  padding: 24px 0;
  border-bottom: 3px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .business-goal-area .heads {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.business-goal-area .heads h2 {
  display: block;
  color: #253D73;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
}
@media screen and (max-width: 767px) {
  .business-goal-area .heads h2 {
    font-size: 24px;
  }
}
.business-goal-area .scrollable-content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business-goal-area .scrollable-content {
    overflow-x: scroll;
  }
}
.business-goal-area .scrollable-content .goal-area {
  position: relative;
  width: 100%;
  padding: 40px;
  border: 1px solid #f2f2f2;
  background: #fafafa;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .business-goal-area .scrollable-content .goal-area {
    width: 1220px;
    margin-bottom: 32px;
  }
}

.targetbx {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #2D65DE;
  display: flex;
  gap: 20px;
}
.targetbx .blubx {
  width: 100%;
  max-width: 85px;
  padding: 24px 18px;
  border-radius: 4px;
  border: 1px solid #0F3C9F;
  background: #2D65DE;
}
.targetbx .blubx h3 {
  display: block;
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  /* 30px */
}
.targetbx .longtxtbx {
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
}
.targetbx .longtxtbx h3 {
  display: block;
  text-align: center;
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

.brownebx {
  position: relative;
  width: 1140px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #BD6D23;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}
.brownebx::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: -80px;
  background: url("../../assets/images/polygon.png") no-repeat center;
}
.brownebx .rowBx {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.brownebx .rowBx .smallbx {
  position: relative;
  width: 100%;
  max-width: 85px;
  padding: 24px 18px;
  border-radius: 4px;
  border: 1px solid #8E4C0F;
  background: #BD6D23;
}
.brownebx .rowBx .smallbx.dark-bg {
  background: #8E4C0F;
}
.brownebx .rowBx .smallbx h3 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  /* 30px */
}
.brownebx .rowBx .longtxtbx {
  width: 100%;
  min-height: 110px;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #EFDAC8;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.brownebx .rowBx .longtxtbx.minheight {
  min-height: 110px;
}
.brownebx .rowBx .longtxtbx h3 {
  display: block;
  color: #BD6D23;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  /* 30px */
}
.brownebx .rowBx .longtxtbx h3.clr-8e {
  color: #8E4C0F;
}
.brownebx .rowBx .longtxtbx h3.no-break {
  white-space: nowrap;
}
.brownebx .rowBx .innerRow {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
}
.brownebx .rowBx .innerRow .numbersBx {
  position: relative;
  width: 100%;
  max-width: 327px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.brownebx .rowBx .innerRow .numbersBx .headBx {
  position: relative;
  width: 100%;
  padding: 24px 16px;
  min-height: 110px;
  background: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.brownebx .rowBx .innerRow .numbersBx .headBx.green {
  background: #3BA373;
}
.brownebx .rowBx .innerRow .numbersBx .headBx.blue {
  background: #2D65DE;
}
.brownebx .rowBx .innerRow .numbersBx .headBx.depblue {
  background: #253D73;
}
.brownebx .rowBx .innerRow .numbersBx .headBx h3 {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%;
  text-align: center;
  /* 42px */
  opacity: 0.5;
}
.brownebx .rowBx .innerRow .numbersBx .headBx h4 {
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  /* 42px */
}
.brownebx .rowBx .innerRow .numbersBx:first-child .number-content {
  padding: 0 10px;
}
.brownebx .rowBx .innerRow .numbersBx .number-content {
  position: relative;
  width: 100%;
  padding: 0 24px;
  min-height: 108px;
}
.brownebx .rowBx .innerRow .numbersBx .number-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.brownebx .rowBx .innerRow .numbersBx .number-content ul li {
  list-style-type: none;
  width: 100%;
  padding: 24px 0;
  display: block;
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px solid #e0e0e0;
}
.brownebx .rowBx .innerRow .numbersBx .number-content ul li:last-child {
  border: none;
}
.brownebx .rowBx .innerRow .numbersBx .number-content ul li.no-break {
  white-space: nowrap;
}

.promotion-strategy-area {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .promotion-strategy-area {
    margin-top: 16px;
  }
}
.promotion-strategy-area .strategy-box-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .promotion-strategy-area .strategy-box-area {
    flex-direction: column;
    gap: 16px;
  }
}
.promotion-strategy-area .strategy-box-area .strategyBx {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.promotion-strategy-area .strategy-box-area .strategyBx .strategy-heads {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CD915A;
  background: #CD915A;
  padding: 24px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
}
.promotion-strategy-area .strategy-box-area .strategyBx .strategy-heads h2 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  border-bottom: 2px solid #ffffff;
  padding: 4px;
}
.promotion-strategy-area .strategy-box-area .strategyBx .strategy-heads h3 {
  display: block;
  color: #EFDAC8;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}
.promotion-strategy-area .strategy-box-area .strategyBx .strategy-heads h4 {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.promotion-strategy-area .strategy-box-area .strategyBx .singleBx {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
  padding: 32px 16px;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #BD6D23;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .promotion-strategy-area .strategy-box-area .strategyBx .singleBx {
    padding: 16px;
  }
}
.promotion-strategy-area .strategy-box-area .arrows {
  position: relative;
  width: 100%;
  max-width: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .promotion-strategy-area .strategy-box-area .arrows {
    max-width: 768px;
  }
  .promotion-strategy-area .strategy-box-area .arrows img {
    transform: rotate(90deg);
  }
}

.promotion-botom-area {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
  padding: 40px 24px;
  justify-content: space-between;
  border: 1px solid #CAD8F7;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(45, 101, 222, 0.2);
}
@media screen and (max-width: 767px) {
  .promotion-botom-area {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.promotion-botom-area .columnBx {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-right: 1px dashed rgba(150, 178, 239, 0.5);
}
.promotion-botom-area .columnBx:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .promotion-botom-area .columnBx {
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px dashed rgba(150, 178, 239, 0.5);
  }
  .promotion-botom-area .columnBx:first-child {
    padding-top: 0;
  }
  .promotion-botom-area .columnBx:last-child {
    padding-bottom: 0;
    border: none;
  }
}
.promotion-botom-area .columnBx p {
  display: block;
  color: #0F3C9F;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.custom-data-table-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-data-table-area {
    overflow-x: scroll;
  }
}
.custom-data-table-area p {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  padding-left: 24px;
  color: #8E4C0F;
}

table.dataTable-one {
  margin: 0 !important;
}
table.dataTable-one thead tr th {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
  border: #CAD8F7;
  border-style: solid;
  border-width: 2px;
  background: #628BE6;
}
table.dataTable-one tbody tr td {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
  text-align: center;
  border: #CAD8F7;
  border-style: solid;
  border-width: 1px;
}

table.custom-dataTable-two {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  table.custom-dataTable-two {
    width: 1200px;
  }
}
table.custom-dataTable-two thead tr th {
  padding: 24px 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
  text-align: center;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #666666;
}
table.custom-dataTable-two tbody tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e0e0e0;
}
table.custom-dataTable-two tbody tr:hover {
  background: #fafafa;
}
table.custom-dataTable-two tbody tr td {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  text-align: center;
}
table.custom-dataTable-two tbody tr td a {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-overflow: ellipsis;
  display: block;
}
table.custom-dataTable-two tbody tr td a span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
table.custom-dataTable-two tbody tr td.with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
}
table.custom-dataTable-two tbody tr td.bg-f5 {
  background: #FAF5F0;
  color: #8E4C0F;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
table.custom-dataTable-two tbody tr td.bg-f5 a {
  color: #8E4C0F;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-overflow: ellipsis;
}

table.custom-table {
  margin: 0 !important;
}
table.custom-table thead tr th {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
  border: #CAD8F7;
  border-style: solid;
  border-width: 2px;
  background: #628BE6;
}
@media screen and (max-width: 767px) {
  table.custom-table thead tr th {
    white-space: nowrap;
  }
}
table.custom-table thead tr th.custom-pad {
  padding: 8px 16px;
  width: 195px;
}
table.custom-table thead tr th.width-152 {
  width: 152px;
}
table.custom-table thead tr th.width-305 {
  width: 305px;
}
table.custom-table thead tr th.width-390 {
  width: 390px;
}
table.custom-table thead tr th.width-160 {
  width: 160px;
}
table.custom-table thead tr th.width-120 {
  width: 120px;
}
table.custom-table tbody tr td {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #181818;
  text-align: center;
  border: #CAD8F7;
  border-style: solid;
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  table.custom-table tbody tr td {
    white-space: nowrap;
  }
}
table.custom-table.cust-widt tbody tr td {
  padding: 24px 12px;
}
table.custom-table.cust-widt tbody tr td.no-break {
  white-space: nowrap;
  padding: 24px 8px;
}
table.custom-table.cust-widt tbody tr td.td-pad {
  padding: 24px 8px;
}

table.qa-form-dataTable {
  margin: 0 !important;
}
table.qa-form-dataTable thead tr th {
  padding: 16px;
  font-family: "Pretendard Variable";
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  table.qa-form-dataTable thead tr th {
    white-space: nowrap;
  }
}
table.qa-form-dataTable tbody tr td {
  padding: 24px 16px;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  table.qa-form-dataTable tbody tr td {
    white-space: nowrap;
  }
}

.br-table {
  text-align: center !important;
  width: 160px;
}

.service-sec {
  width: 100%;
  position: relative;
}
.service-sec .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .service-sec .main-body {
    padding: 48px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .main-body .btn-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .main-body .btn-wrap button {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-sec .main-body .btn-wrap a {
    width: 100%;
    max-width: 100%;
  }
}

.service-form-sec {
  width: 100%;
  position: relative;
}
.service-form-sec .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body {
    padding: 48px 0 64px;
  }
}
.service-form-sec .main-body .service-form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap {
    gap: 32px;
  }
}
.service-form-sec .main-body .service-form-wrap .heading {
  width: 100%;
  position: relative;
}
.service-form-sec .main-body .service-form-wrap .heading h2 {
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .heading h2 {
    font-size: 28px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper {
  width: 100%;
  position: relative;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper:nth-child(3) .form-area .check-row {
  min-height: auto;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper:nth-child(4) .form-area .check-row {
  min-height: auto;
  padding: 4px 0;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper:nth-child(5) .form-area {
  border-bottom: none;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper:nth-child(5) .form-area .check-row {
  min-height: auto;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-title {
  width: 100%;
  padding: 24px 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid #181818;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-title {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-title.mb-col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-title h4 {
  width: 100%;
  max-width: 1049px;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-title h4 {
    font-size: 24px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-title .impt-note {
  width: 100%;
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-title .impt-note p {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area {
    padding: 16px 0px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .select-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .select-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .select-group select {
  background-position: 95% center;
  color: #000000;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap.mb-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .check-wrap {
  max-width: 240px;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .check-wrap.auto-wid {
  max-width: fit-content;
  max-height: 32px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .check-wrap .check-box-round label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .check-wrap .check-box-round input:checked + label:after {
  top: 1px;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .check-wrap .check-box-round input:checked + label:after {
    top: 0px;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .download-btn {
  padding: 8px 6px;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .download-btn {
    width: 100%;
  }
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .dot-wrap {
  width: 100%;
  max-width: 240px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .dot-wrap p {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap span .ext-link {
  color: #a4a4a4;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
.service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .file-upload-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .file-upload-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .service-form-wrap .form-wrapper .form-area .form-group .check-btn-wrap .file-upload-wrap label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .btn-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-form-sec .main-body .btn-wrap .semi-round-btn {
    max-width: 100%;
  }
}

.first-sp {
  width: 100%;
  position: relative;
}
.first-sp .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body {
    padding: 48px 0px 64px;
  }
}
.first-sp .main-body .sp-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area {
    gap: 32px;
  }
}
.first-sp .main-body .sp-area h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 60px */
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area h2 {
    font-size: 28px;
  }
}
.first-sp .main-body .sp-area .search-filter-area input {
  max-width: 332px;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area .search-filter-area input {
    max-width: 100%;
  }
}
.first-sp .main-body .sp-area .search-filter-area button {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area .search-filter-area button {
    max-width: 100%;
  }
}
.first-sp .main-body .sp-area .custom-table-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area .custom-table-area {
    position: relative;
    overflow-x: scroll;
    gap: 6px;
  }
}
.first-sp .main-body .sp-area .custom-table-area h2 {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .first-sp .main-body .sp-area .custom-table-area table {
    width: 1220px;
    overflow-x: scroll;
  }
}
.first-sp .main-body .sp-area .custom-table-area table tr.table-head {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #181818;
}
.first-sp .main-body .sp-area .custom-table-area table tr th {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  padding: 24px 0;
  width: 100%;
  width: 390px;
}
.first-sp .main-body .sp-area .custom-table-area table tr th.field-1 {
  width: 80px;
}
.first-sp .main-body .sp-area .custom-table-area table tr th.field-2 {
  width: 390px;
}
.first-sp .main-body .sp-area .custom-table-area table tr th.field-3 {
  width: 160px;
}
.first-sp .main-body .sp-area .custom-table-area table tr th.field-4 {
  width: 200px;
}
.first-sp .main-body .sp-area .custom-table-area table tr th.field-5 {
  width: 390px;
}
.first-sp .main-body .sp-area .custom-table-area table tr td {
  padding: 24px;
  color: #666666;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px solid #e0e0e0;
}
.first-sp .main-body .sp-area .custom-table-area table tr td.td-2 {
  color: #333333;
  font-size: 16px;
}
.first-sp .main-body .sp-area .custom-table-area table tr td.td-2 a {
  color: #333333;
  font-size: 16px;
}
.first-sp .main-body .sp-area .custom-table-area table tr:hover {
  background: #fafafa;
}

.second-sp {
  width: 100%;
  position: relative;
}
.second-sp .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body {
    padding: 48px 0px 64px;
  }
}
.second-sp .main-body .sp-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area {
    gap: 32px;
  }
}
.second-sp .main-body .sp-area .banner-sec {
  background: url("../../assets/images/comp-banner.png ");
  padding: 60px 16px;
}
.second-sp .main-body .sp-area .banner-sec h2 {
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  /* 60px */
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .banner-sec h2 {
    font-size: 28px;
  }
}
.second-sp .main-body .sp-area .first-sec {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .first-sec {
    gap: 16px;
  }
}
.second-sp .main-body .sp-area .first-sec h2 {
  color: #253D73;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  padding: 24px 0;
  border-bottom: 3px solid #333333;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .first-sec h2 {
    padding: 16px 0;
    font-size: 24px;
  }
}
.second-sp .main-body .sp-area .first-sec .cont-sec {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .first-sec .cont-sec {
    flex-direction: column;
    padding-bottom: 16px;
    gap: 16px;
  }
}
.second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 586px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec {
    gap: 16px;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec .inner-sec {
  width: 100%;
  max-width: 586px;
}
.second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec .inner-sec h3 {
  color: #666666;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  padding: 8px 0;
}
.second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec .inner-sec h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #96B2EF;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.second-sp .main-body .sp-area .first-sec .cont-sec .comm-sec .inner-sec p {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 0 24px;
}
.second-sp .main-body .sp-area .first-sec .cont-sec .divider {
  border: 1px solid #e0e0e0;
}
.second-sp .main-body .sp-area .second-sec {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .second-sec {
    gap: 16px;
  }
}
.second-sp .main-body .sp-area .second-sec h2 {
  color: #253D73;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 42px */
  padding: 24px 0;
  border-bottom: 3px solid #333333;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .second-sec h2 {
    padding: 16px 0;
    font-size: 24px;
  }
}
.second-sp .main-body .sp-area .second-sec .cont-sec {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .second-sp .main-body .sp-area .second-sec .cont-sec {
    padding-bottom: 16px;
  }
}
.second-sp .main-body .sp-area .second-sec .cont-sec .comm-sec {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.second-sp .main-body .sp-area .second-sec .cont-sec .comm-sec .inner-sec h3 {
  color: #666666;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  padding: 8px 0;
}
.second-sp .main-body .sp-area .second-sec .cont-sec .comm-sec .inner-sec h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #96B2EF;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.second-sp .main-body .sp-area .second-sec .cont-sec .comm-sec .inner-sec p {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 0 24px;
}
.second-sp .main-body .sp-area .second-sec .cont-sec .comm-sec .inner-sec p a {
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
}
.second-sp .main-body .sp-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
}

.btn {
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 20px;
  border-radius: 4px;
  transition: box-shadow 0.1s, top 0.1s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  background-color: #628BE6;
}

.btn:hover {
  box-shadow: 0 3px 0 transparent;
  top: 3px;
}

.btn:active {
  background: #f2f2f2;
}

.modal-btns {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .modal-btns {
    flex-direction: column;
  }
}

.modal {
  display: none;
  position: fixed;
  top: calc(50% - 170px);
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  padding: 0px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 987;
}
@media screen and (max-width: 767px) {
  .modal {
    max-width: inherit;
    width: 90%;
  }
}

.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.mainmodal {
  width: 100%;
  max-width: 480px;
  padding: 40px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .mainmodal {
    max-width: inherit;
    width: 92%;
    padding: 16px;
  }
}

.modals-content {
  position: relative;
  width: 100%;
}
.modals-content h2 {
  display: block;
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  text-align: center;
  margin-bottom: 8px;
}
.modals-content h3 {
  display: block;
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  text-align: center;
  margin-bottom: 8px;
}
.modals-content p {
  display: block;
  color: #333333;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.modals-content .modals-botm-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.modals-content .modals-botm-area .semi-round-btn {
  max-width: 120px;
  padding: 16px;
  color: #ffffff;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 14px */
}
.modals-content .modals-botm-area .semi-round-btn:hover {
  color: #ffffff;
}
.modals-content .modals-botm-area .semi-round-btn.outlined {
  outline: 1px solid #2D65DE;
  background: #ffffff;
  color: #2D65DE;
}
.modals-content .modal-body {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.modals-content .modal-body p {
  color: #333333;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modals-content .modal-body .text-box {
  width: 100%;
  padding: 16px;
  background: #F4F7FC;
}
.modals-content .modal-body .text-box p {
  color: #666666;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.img-modal {
  position: absolute;
  width: 640px;
  height: 410px;
  background: #ffffff;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (max-width: 767px) {
  .img-modal {
    width: 340px;
    height: 391px;
  }
}
.img-modal .img-area {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .img-modal .img-area {
    height: 340px;
  }
}
.img-modal .img-area img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img-modal .img-area img {
    height: 340px;
  }
}
.img-modal .modal-button {
  position: relative;
  width: 100%;
  display: flex;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
  border-right: 1px solid #a4a4a4;
}
.img-modal .modal-button .modalBtn {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 16px 8px;
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.img-modal .modal-button .modalBtn.border {
  border-right: 1px solid #a4a4a4;
}

.firstmodal {
  top: 10%;
  left: 5%;
}

.secondmodal {
  top: 10%;
  right: 5%;
}

.thirdmodal {
  top: 15%;
  left: calc(50% - 300px);
}

.fourmodal {
  top: 20%;
  left: 15%;
}

.fivemodal {
  top: 20%;
  right: 15%;
}

.qa-sec-one .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body {
    padding: 48px 0px 64px;
  }
}
.qa-sec-one .main-body .page-title {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-title {
    margin-bottom: 32px;
  }
}
.qa-sec-one .main-body .page-title h2 {
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-title h2 {
    font-size: 28px;
  }
}
.qa-sec-one .main-body .page-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.qa-sec-one .main-body .page-table .table-header {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.qa-sec-one .main-body .page-table .table-header .left {
  width: 100%;
}
.qa-sec-one .main-body .page-table .table-header .left p {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .left p {
    padding: 11px 0;
  }
}
.qa-sec-one .main-body .page-table .table-header .right {
  width: 100%;
  max-width: 496px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right {
    max-width: 100%;
  }
}
.qa-sec-one .main-body .page-table .table-header .right .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right .form-group {
    flex-direction: column;
  }
}
.qa-sec-one .main-body .page-table .table-header .right .form-group .select-input {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right .form-group .select-input {
    max-width: inherit;
  }
}
.qa-sec-one .main-body .page-table .table-header .right .form-group .select-input select {
  background-position: 92% center;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right .form-group .select-input select {
    background-position: 98% center;
  }
}
.qa-sec-one .main-body .page-table .table-header .right .form-group .label-input {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right .form-group .label-input {
    max-width: inherit;
  }
}
.qa-sec-one .main-body .page-table .table-header .right .form-group .semi-round-btn {
  max-width: 120px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .qa-sec-one .main-body .page-table .table-header .right .form-group .semi-round-btn {
    max-width: inherit;
  }
}

.qa-sec-two .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body {
    padding: 48px 0px 64px;
  }
}
.qa-sec-two .main-body .full-page {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body .full-page {
    gap: 32px;
  }
}
.qa-sec-two .main-body .full-page .page-title-sec .sec-1 h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-top: 2px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body .full-page .page-title-sec .sec-1 h2 {
    padding: 24px 0;
    font-size: 18px;
    letter-spacing: -1.5px;
  }
}
.qa-sec-two .main-body .full-page .page-title-sec .sec-2 {
  display: flex;
  gap: 40px;
  padding: 16px 0;
}
.qa-sec-two .main-body .full-page .page-title-sec .sec-2 .menu-area {
  display: flex;
  gap: 8px;
}
.qa-sec-two .main-body .full-page .page-title-sec .sec-2 .menu-area h2 {
  color: #666666;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.qa-sec-two .main-body .full-page .page-title-sec .sec-2 .menu-area p {
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.qa-sec-two .main-body .full-page .pg-cnt-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body .full-page .pg-cnt-area {
    gap: 16px;
  }
}
.qa-sec-two .main-body .full-page .pg-cnt-area .head-area p {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.qa-sec-two .main-body .full-page .pg-cnt-area .head-area p span {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .img-sec {
  margin: 0 auto;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .link-sec {
  display: flex;
  justify-content: center;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .link-sec a {
  color: #2D65DE;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  text-decoration-line: underline;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec {
  outline: 1px solid #CAD8F7;
  background: #F4F7FC;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec {
    padding: 16px;
  }
}
.qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec .sec-1 {
  display: flex;
  gap: 4px;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec .sec-1 p {
  color: #253D73;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec .sec-1 p {
    min-width: 230px;
  }
}
.qa-sec-two .main-body .full-page .pg-cnt-area .file-upload-sec .sec-2 p {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.qa-sec-two .main-body .full-page .pg-cnt-area .edit-texteditor-cnt-area h1 {
  font-size: 28px;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .edit-texteditor-cnt-area h2 {
  font-size: 22px;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .edit-texteditor-cnt-area h3 {
  font-size: 18px;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .edit-texteditor-cnt-area p {
  font-size: 14px;
}
.qa-sec-two .main-body .full-page .pg-cnt-area .edit-texteditor-cnt-area p img {
  display: inline-block;
}
.qa-sec-two .main-body .full-page .btn-area {
  display: flex;
  justify-content: center;
}

.edit-texteditor-cnt-area table, .edit-texteditor-cnt-area table th, .edit-texteditor-cnt-area table td {
  border-color: #333333;
  border-collapse: collapse;
}

.qa-sec-three {
  position: relative;
  width: 100%;
}
.qa-sec-three .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body {
    padding: 48px 0 64px;
  }
}
.qa-sec-three .main-body .page-title {
  width: 100%;
  margin-bottom: 24px;
}
.qa-sec-three .main-body .page-title h2 {
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-title h2 {
    font-size: 28px;
  }
}
.qa-sec-three .main-body .page-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.qa-sec-three .main-body .page-table .table-header {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.qa-sec-three .main-body .page-table .table-header .left {
  width: 100%;
}
.qa-sec-three .main-body .page-table .table-header .left p {
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header .left p {
    padding: 11px 0;
  }
}
.qa-sec-three .main-body .page-table .table-header .right {
  width: 100%;
  max-width: 496px;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header .right {
    max-width: 100%;
  }
}
.qa-sec-three .main-body .page-table .table-header .right .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header .right .form-group {
    flex-direction: column;
  }
}
.qa-sec-three .main-body .page-table .table-header .right .form-group .select-input select {
  background-position: 92% center;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header .right .form-group .select-input select {
    background-position: 98% center;
  }
}
.qa-sec-three .main-body .page-table .table-header .right .form-group .semi-round-btn {
  max-width: 120px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .qa-sec-three .main-body .page-table .table-header .right .form-group .semi-round-btn {
    max-width: inherit;
  }
}
.qa-sec-three .main-body .page-table .table-content .custom-datatable-two tr td {
  background: none;
}
.qa-sec-three .main-body .page-table .butnbx-area {
  margin-top: 16px;
}
.qa-sec-three .main-body .page-table .butnbx-area .semi-round-btn {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 16px;
}
.qa-sec-three .main-body .butnbx-area {
  padding: 16px 0;
}
.qa-sec-three .main-body .butnbx-area a {
  padding: 16px;
  height: 46px;
}

.qa-sec-five {
  width: 100%;
  position: relative;
}
.qa-sec-five .main-body {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body {
    padding: 48px 0 64px;
  }
}
.qa-sec-five .main-body .qa-form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap {
    gap: 32px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .heading {
  width: 100%;
  position: relative;
}
.qa-sec-five .main-body .qa-form-wrap .heading h2 {
  font-family: "Pretendard Variable";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .heading h2 {
    font-size: 28px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper {
  width: 100%;
  position: relative;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid #181818;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title {
    padding: 16px 0;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title.mb-col {
  flex-direction: column;
  align-items: flex-start;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title h4 {
  width: 100%;
  max-width: 1049px;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #253D73;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title h4 {
    font-size: 24px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title .impt-note {
  width: 100%;
  max-width: fit-content;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-title .impt-note p {
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-area {
  padding: 24px 0 60px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-area {
    padding: 16px 0 32px;
    margin-bottom: 16px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap.mb-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap .check-wrap {
  max-width: 240px;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap .check-wrap.auto-wid {
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap .check-wrap .check-box-round label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap .check-wrap .check-box-round input:checked + label:after {
  top: 1px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .check-btn-wrap .check-wrap .check-box-round input:checked + label:after {
    top: 0px;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box h4 {
  width: 100%;
  max-width: 134px;
  padding: 15px 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box h4 {
    padding: 8px 0;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box .notes-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  background: #fafafa;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box .notes-wrap .note {
  color: #666666;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .form-group .notes-box .notes-wrap .note.important-note {
  color: #EB5757;
  font-weight: 600;
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .table-area {
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .qa-form-wrap .form-wrapper .table-area {
    overflow-x: scroll;
    padding: 16px 0;
  }
}
.qa-sec-five .main-body .qa-form-wrap .form-wrapper .table-area table thead th {
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .btn-wrap {
    margin-top: 32px;
  }
}
.qa-sec-five .main-body .btn-wrap .semi-round-btn:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .qa-sec-five .main-body .btn-wrap .semi-round-btn {
    max-width: 100%;
  }
}

.intro-area {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  border: 1px solid #EFDAC8;
  background: #FAF5F0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .intro-area {
    padding: 24px 16px;
    margin-bottom: 32px;
  }
}
.intro-area p {
  display: block;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #BD6D23;
}

.notice-section {
  position: relative;
  width: 100%;
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .notice-section {
    padding: 48px 0 64px;
  }
}
.notice-section .notice-bx-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notice-section .notice-bx-area.marbtm60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .notice-section .notice-bx-area.marbtm60 {
    margin-bottom: 32px;
  }
}
.notice-section .notice-bx-area.bgchange {
  border: 1px solid #f2f2f2;
  background: #fafafa;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .notice-section .notice-bx-area.bgchange {
    padding: 0 16px;
  }
}
.notice-section .notice-bx-area .notice-head-area {
  position: relative;
  width: 100%;
  border-top: 2px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .notice-section .notice-bx-area .notice-head-area {
    padding: 24px 0;
  }
}
.notice-section .notice-bx-area .notice-head-area h2 {
  color: #181818;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.notice-section .notice-bx-area .notice-content {
  position: relative;
  width: 100%;
}
.notice-section .notice-bx-area .notice-content .content-head {
  position: relative;
  width: 100%;
  padding: 16px 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .notice-section .notice-bx-area .notice-content .content-head {
    flex-wrap: wrap;
    gap: 16px 40px;
  }
}
.notice-section .notice-bx-area .notice-content .content-head p {
  display: flex;
  gap: 8px;
  color: #181818;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.notice-section .notice-bx-area .notice-content .content-head p span {
  color: #666666;
  text-align: center;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.notice-section .notice-bx-area .notice-content .text-content {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .notice-section .notice-bx-area .notice-content .text-content {
    padding: 16px 0;
  }
}
.notice-section .notice-bx-area .notice-content .text-content p {
  color: #333333;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}

.body-text-content-area {
  padding: 100px 0px 150px;
}
@media screen and (max-width: 767px) {
  .body-text-content-area {
    padding: 48px 0px 64px;
  }
}
.body-text-content-area .main-container .main-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body {
    gap: 20px;
  }
}
.body-text-content-area .main-container .main-body .info-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.body-text-content-area .main-container .main-body .info-body h2 {
  font-size: 32px;
  color: #181818;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .info-body h2 {
    font-size: 26px;
    padding-bottom: 0;
  }
}
.body-text-content-area .main-container .main-body .info-body p {
  color: #333333;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .info-body p {
    font-size: 16px;
  }
}
.body-text-content-area .main-container .main-body .sub-sec-area {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.body-text-content-area .main-container .main-body .sub-sec-area h2 {
  font-size: 25px;
  color: #181818;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .sub-sec-area .sub-sec {
    gap: 10px;
  }
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec h2 {
  font-size: 22px;
  color: #181818;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .sub-sec-area .sub-sec h2 {
    font-size: 20px;
  }
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .sub-sec-area .sub-sec ul {
    gap: 0;
  }
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec ul li {
  color: #333333;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .sub-sec-area .sub-sec ul li {
    font-size: 16px;
  }
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec.end-sec {
  margin-left: 0px;
}
.body-text-content-area .main-container .main-body .sub-sec-area .sub-sec.end-sec p {
  color: #333333;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .body-text-content-area .main-container .main-body .sub-sec-area .sub-sec.end-sec p {
    font-size: 16px;
  }
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard Variable";
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Pretendard Variable";
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #000000;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus, textarea:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

/*container sizing as per feedback*/
.main-container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .main-container {
    padding: 0 16px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer !important;
}

.form-control {
  border: none;
}
.form-control:focus {
  box-shadow: none;
}

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

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

.scrollable {
  overflow: hidden;
  overflow-y: auto;
}

.overlayInv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  outline: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.overlayInv.active {
  display: block;
}

.form-input:read-only, .form-input:disabled, .form-input.disabled {
  color: #a4a4a4;
}

.form-input {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  height: 40px;
  width: 100%;
}
.form-input:read-only, .form-input:disabled, .form-input.disabled {
  background: #fafafa;
  cursor: no-drop;
}

.error {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: red !important;
}

.error-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.delete-image {
  background: url(../../assets/icons/small-cls.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.iui-close {
  display: none;
}

select {
  background: url(../../assets/icons/d-arrow.svg) no-repeat;
  background-position: 90% center;
}

.moveLinksDiv p a {
  color: blue !important;
}

.order-data-section tbody tr td {
  white-space: normal !important;
}

.quotation-details-cls {
  margin-top: 50px;
}

.type-two-div-table {
  margin-top: 60px;
}
.type-two-div-table:first-child {
  margin-top: 48px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

#search_text {
  padding: 0 !important;
}

.searched-panel {
  width: 100%;
}

.main-image-div_desktop .image-uploader .uploaded .uploaded-image img {
  height: 132px !important;
}

.each-product-area .each-pro-body.display_pannel {
  align-items: center;
}

.no-bottom-border {
  display: block !important;
  padding: 1;
}
.no-bottom-border .bottom-border {
  display: flex;
  justify-content: space-between;
}

.unit_display {
  display: flex;
  gap: 10px;
}

.priceTotalQuotation {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #181818;
}

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

.display_product_details {
  margin-top: 24px;
}

.review-btn-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.error_div {
  margin-top: 10px;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: transparent !important;
}

.form-control:focus {
  box-shadow: none;
}

.order-edit-btn {
  margin-top: 26px;
}
.order-edit-btn a {
  width: auto !important;
  padding: 14px 54px;
}
.order-edit-btn button {
  width: auto !important;
  padding: 14px 54px;
}

.kcrepeaterdiv .adding-row-area {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  gap: 24px;
}
.kcrepeaterdiv .adding-row-area .select-dropdown {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 300px;
  flex-direction: column;
}
.kcrepeaterdiv .adding-row-area .select-dropdown select {
  display: flex;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 7px 30px 7px 12px;
  height: 40px;
  border-radius: 4px;
  position: relative;
}
.kcrepeaterdiv .adding-row-area .form-area {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: calc(100% - 324px);
}
.kcrepeaterdiv .adding-row-area .form-area .form-group {
  max-width: 292px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.kcrepeaterdiv .adding-row-area .form-area .form-group .form-control {
  display: flex;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 7px 10px 7px 12px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  background-color: #fafafa;
  color: #A4A4A4;
}
.kcrepeaterdiv .adding-row-area .minus-btn {
  display: flex;
  max-width: 40px;
  width: 100%;
  border: 1px solid #0F1E3D;
  padding: 7px 10px 7px 12px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  align-items: center;
  font-size: 18px;
}
.kcrepeaterdiv .addrows {
  position: relative;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #0F1E3D;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.mar-btm-8 {
  margin-bottom: 8px !important;
}/*# sourceMappingURL=style.css.map */