/*! 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 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * 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-style: solid;
}

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;
}

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;
}

.blue-outline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 388px;
  width: 100%;
  height: 46px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  border-radius: 0;
  background: #ffffff;
  font-weight: 500;
}
.blue-outline-btn i {
  margin-left: 10px;
}

.select-box-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.select-box-area h3 {
  font-family: "Pretendard";
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  font-weight: 500;
  color: #181818;
  margin-bottom: 8px;
}
.select-box-area h3 span {
  font-weight: 400;
  font-size: 12px;
  color: #A4A4A4;
  margin-left: 12px;
}
.select-box-area .select-checkbox {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 460px;
}
.select-box-area .select-checkbox .each-box {
  overflow: hidden;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  max-height: 46px;
}
.select-box-area .select-checkbox .each-box label {
  width: 100%;
  width: 77px;
  margin: 0;
  cursor: pointer;
}
.select-box-area .select-checkbox .each-box label input {
  position: absolute;
  display: none;
  color: #000000;
}
.select-box-area .select-checkbox .each-box label span {
  text-align: center;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  padding: 16px 5px;
}
.select-box-area .select-checkbox .each-box:last-child {
  border-right: 1px solid #E0E0E0;
}
.select-box-area .select-checkbox .each-box:first-child {
  border-left: 1px solid #E0E0E0;
}
.select-box-area .select-checkbox .each-box label input + span {
  color: #333333;
}
.select-box-area .select-checkbox .each-box input:checked + span {
  color: #ffffff;
}
.select-box-area .select-checkbox .each-box input:checked + span {
  background-color: #1E386D;
  color: #ffffff;
  font-weight: 500;
}

.search-area {
  position: relative;
  display: flex;
  flex-direction: column;
}
.search-area h3 {
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  margin-bottom: 8px;
  color: #181818;
  font-weight: 500;
  font-family: "Pretendard";
}
.search-area .search-box {
  display: flex;
  width: 100%;
  gap: 16px;
}
.search-area .search-box input {
  width: 100%;
  max-width: 812px;
  max-height: 46px;
  border: 1px solid #F2F2F2;
  padding: 16PX 12PX;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pretendard";
  color: #181818;
}
.search-area .search-box .search-btn {
  display: flex;
  color: #2D6AC1;
  gap: 6px;
  font-weight: 500;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #2D6AC1;
  border-radius: 4px;
  font-family: "Pretendard";
  width: 100%;
  max-width: 123px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fill-btn {
  padding: 12px 24px;
  background-color: #2D6AC1;
  border-radius: 4px;
}
.fill-btn a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "Pretendard";
  cursor: pointer;
}

.outline-btn {
  padding: 12px 24px;
  background-color: #ffffff;
  border: 1px solid #2D6AC1;
  border-radius: 4px;
}
.outline-btn a {
  color: #2D6AC1;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "Pretendard";
}

.delete-btn {
  padding: 12px 24px;
  background: #ffffff;
  border: 1px solid #EB5757;
  border-radius: 4px;
}
.delete-btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #EB5757;
}

.disable-btn {
  padding: 12px 24px;
  background-color: #F2F2F2;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}
.disable-btn a {
  color: #A4A4A4;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "Pretendard";
  cursor: pointer;
}

.nonactive-btn {
  padding: 24px 48px;
  background: #F2F2F2;
  border: 1px solid #E0E0E0;
  border-radius: 100px;
}
.nonactive-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #A4A4A4;
}

.submit-bottom-btn {
  padding: 24px 48px;
  background-color: #2D6AC1;
  border-radius: 4px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
}
.submit-bottom-btn.disable-btn {
  background-color: #F2F2F2;
  cursor: not-allowed;
  color: #a4a4a4;
}
.submit-bottom-btn a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
  cursor: pointer;
}

.outline-bottom-btn {
  padding: 24px 48px;
  background-color: #ffffff;
  border-radius: 4px;
  border-radius: 100px;
  border: 1px solid #2D6AC1;
}
.outline-bottom-btn a {
  color: #2D6AC1;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
  cursor: pointer;
}

.label-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.label-input .label-name {
  width: 100%;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #181818;
}
.label-input .label-1 {
  width: 100%;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  align-items: flex-start;
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
}
.label-input .label-1.error {
  border: 1px solid #EB5757;
  color: #000 !important;
}
.label-input select {
  width: 100%;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  align-items: flex-start;
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background: url("../../assets/icons/chevron-down.png") no-repeat;
  background-position: 97% 17px;
}

.error {
  color: #EB5757 !important;
  font-size: 12px;
  margin: 3px 0 0;
}

.custom-data-table-area {
  position: relative;
  width: 100%;
}
.custom-data-table-area table.dataTable {
  margin: 0 !important;
}
.custom-data-table-area table.dataTable thead tr th {
  padding: 24px 16px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-bottom: 1px solid #181818;
  border-top: 2px solid #181818;
  color: #181818;
}
.custom-data-table-area table.dataTable tbody tr td {
  padding: 24px 8px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  border-top: none;
  color: #666666;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}
.custom-data-table-area .dataTables_paginate {
  position: absolute;
  /* padding-top: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  bottom: -40px;
}
.custom-data-table-area .dataTables_paginate .previous {
  display: flex;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -3350px;
  background: url("../../assets/icons/chevron-right.png") no-repeat !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transform: rotate(180deg);
  cursor: pointer;
}
.custom-data-table-area .dataTables_paginate .previous.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.custom-data-table-area .dataTables_paginate .next {
  display: flex;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -3350px;
  background: url("../../assets/icons/chevron-right.png") no-repeat !important;
  border-radius: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.custom-data-table-area .dataTables_paginate .next.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.custom-data-table-area .dataTables_paginate span {
  display: flex;
  gap: 8px;
}
.custom-data-table-area .dataTables_paginate span a.paginate_button {
  width: 32px;
  height: 32px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #A4A4A4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.custom-data-table-area .dataTables_paginate span a.paginate_button.current {
  background: #96B4E0;
  color: #FFFFFF;
}

.dataTables_wrapper {
  overflow: auto;
}

#DataTables_Table_0 {
  width: 1620px;
}

.pending_sts {
  font-weight: 600;
}

.modal-dialog {
  max-width: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  gap: 24px;
  border-radius: 0px;
}
.modal-dialog .modal-content .modal-head {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
}
.modal-dialog .modal-content .modal-subhead {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #4C4C4C;
  margin-top: 24px;
}

.cancel-button {
  padding: 10px 24px;
  background: #ffffff;
  border: 1px solid #1E386D;
  width: 109px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}

.btn-one {
  margin-right: 10px;
}

.confirm-button {
  padding: 10px 24px;
  width: 109px;
  background: #1E386D;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-left: 12px;
}

.content2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  width: 100%;
  max-width: 370px;
  background: #ffffff;
}
.content2 .modal-subhead2 {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 24px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4C4C4C;
}

.main-body {
  width: 100%;
  max-width: 800px;
}

.download-head {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #2D6AC1;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 82px;
}

.sub-head {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #181818;
}

.last-head {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #333333;
  padding-bottom: 16px;
}

.download-btn {
  display: flex;
  justify-content: center;
  padding-bottom: 108px;
  width: 100%;
}
.download-btn .last-btn {
  display: flex;
  padding: 26px 51px 26px 48px;
}
.download-btn .last-btn .download-icon {
  padding-left: 7px;
}

@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.enrollment-table {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}
.enrollment-table h1 {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #181818;
  margin-bottom: 16px;
}
.enrollment-table .table-header-content-box {
  max-width: 985px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.enrollment-table .table-header-content-box .table-header-content-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.enrollment-table .table-header-content-box .table-header-content-top .box-2 .each-box > label {
  width: 92px;
}
.enrollment-table .table-header-content-box .table-header-content-top .box-2 .each-box > label:nth-child(3) {
  border: none !important;
  outline: none;
}
.enrollment-table .selected-row {
  background-color: #F7F8FA;
}
.enrollment-table .selected-row td {
  color: #181818 !important;
}
.enrollment-table .disabled-table > td {
  color: #E0E0E0 !important;
}

.table-footer {
  margin: 40px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-center-area {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-area {
  width: 100%;
  max-width: 485px;
}
.login-area.mrtops {
  margin-top: 24px !important;
}
.login-area .form-head {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #181818;
  text-align: center;
  padding-bottom: 2%;
}
.login-area .form-subhead {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  text-align: center;
  padding-bottom: 42px;
}
.login-area .login-value {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
}
.login-area .login-value .label-input {
  margin-bottom: 24px;
}
.login-area .bottom-menu {
  display: flex;
  justify-content: center;
  padding-top: 5%;
  padding-bottom: 3%;
}
.login-area .bottom-menu li {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  padding: 1%;
}
.login-area .bottom-menu li:hover {
  color: #2D6AC1;
  font-weight: 500;
}
.login-area .bottom-menu .pipe {
  color: #E0E0E0;
}
.login-area .download-btn {
  padding: 0;
  margin-top: 40px;
  gap: 35px;
}
.login-area .download-btn .submit-bottom-btn {
  display: flex;
  margin: 0;
  align-items: center;
  width: 100%;
  max-width: 200px;
  text-align: center;
  justify-content: center;
}
.login-area .download-btn .btn-one {
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D6AC1;
}

.regestarion-table {
  width: 100%;
  max-width: 1034px;
  padding: 24px;
  margin: 0 auto;
}
.regestarion-table h1 {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #181818;
  margin-bottom: 40px;
}
.regestarion-table .sub-heading {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 40px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.regestarion-table .sub-heading h2.table-sub-heading {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #1E386D;
  margin: 0;
}
.regestarion-table .sub-heading span {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #666666;
}
.regestarion-table h2.table-sub-heading {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #1E386D;
  margin-bottom: 24px;
  margin-top: 40px;
}
.regestarion-table .list-heading-registration ul {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 60px;
  gap: 32px;
}
.regestarion-table .list-heading-registration ul li {
  display: flex;
  width: 100%;
  max-width: 473px;
}
.regestarion-table .list-heading-registration ul li p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  width: 50%;
}
.regestarion-table .list-heading-registration ul li span {
  font-family: "Pretendard";
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #181818;
  width: 50%;
}
.regestarion-table .tution-structure-data ul {
  width: 100%;
}
.regestarion-table .tution-structure-data ul li {
  display: flex;
  width: 100%;
  align-items: center;
  height: 62px;
}
.regestarion-table .tution-structure-data ul li p {
  width: 100%;
  max-width: 234px;
  text-align: center;
  color: #181818;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  font-family: "Pretendard";
}
.regestarion-table .tution-structure-data ul li span {
  width: 100%;
  text-align: center;
  color: #181818;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  font-family: "Pretendard";
}
.regestarion-table .tution-structure-data ul li:nth-child(1) {
  border-top: 1px solid #181818;
  border-bottom: 1px solid #E0E0E0;
}
.regestarion-table .tution-structure-data ul li:nth-child(3) {
  border-width: 2px 0px 1px 0px;
  border-color: #181818;
}
.regestarion-table .tution-structure-data ul li:nth-child(3) p,
.regestarion-table .tution-structure-data ul li:nth-child(3) span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
}
.regestarion-table .guidence-box {
  width: 100%;
  margin-bottom: 40px;
}
.regestarion-table .guidence-box .guidence-box-info {
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
}
.regestarion-table .guidence-box .guidence-box-info p {
  font-family: "Pretendard";
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #181818;
}
.regestarion-table .table-footer-registration {
  margin: 40px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.course-registration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-registration .registration-head {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #181818;
  padding-top: 24px;
}
.course-registration .registration-form {
  display: flex;
  padding-top: 40px;
}
.course-registration .registration-form .label-input {
  width: 472.5px;
  padding-right: 25px;
}
.course-registration .registration-form .label-input .enroll-placeholder {
  color: #A4A4A4;
}
.course-registration .registration-form .custom-select {
  background: url("../../assets/icons/chevron-down.png") no-repeat top right;
  background-position: 97% 12px;
}
.course-registration .register-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.curriculam-registration {
  position: relative;
  width: 100%;
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.curriculam-registration .curriculam-head {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #181818;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.curriculam-registration .applicant {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
}
.curriculam-registration .applicant .app-head {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #181818;
}
.curriculam-registration .applicant .squer-check-group {
  width: auto;
}
.curriculam-registration .applicant .app-check {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.curriculam-registration .privacy {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #2D6AC1;
  padding-top: 32px;
}
.curriculam-registration .privacy-label {
  padding-top: 32px;
}
.curriculam-registration .label-2 {
  margin-top: 10px;
}
.curriculam-registration .download-btn {
  display: flex;
  border: 1px solid #2D6AC1;
  justify-content: center;
  color: #2D6AC1;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
.curriculam-registration .download-icon {
  padding-left: 10px;
}
.curriculam-registration .checkbox-custom, .curriculam-registration .radio-custom {
  opacity: 0;
  position: absolute;
}
.curriculam-registration .checkbox-custom, .curriculam-registration .checkbox-custom-label, .curriculam-registration .radio-custom, .curriculam-registration .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.curriculam-registration .checkbox-custom-label, .curriculam-registration .radio-custom-label {
  position: relative;
}
.curriculam-registration .checkbox-custom + .checkbox-custom-label:before, .curriculam-registration .radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.curriculam-registration .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.curriculam-registration .radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #bbb;
}
.curriculam-registration .find {
  display: flex;
}
.curriculam-registration .find .postal-btn {
  border: 1px solid #2D6AC1;
  border-radius: 4px;
  padding: 12px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2D6AC1;
  margin-left: 12px;
  width: 100%;
  max-width: 109px;
}
.curriculam-registration .email-four-column {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.curriculam-registration .email-four-column .four-label-input {
  display: flex;
  width: 100%;
  gap: 20px;
}
.curriculam-registration .email-four-column .four-label-input .sm-width {
  max-width: 227px;
}
.curriculam-registration .email-four-column .four-label-input span {
  display: flex;
  align-items: center;
}
.curriculam-registration .email-four-column .mail {
  padding: 16px;
}
.curriculam-registration .s-name {
  padding-top: 32px;
}
.curriculam-registration .school {
  display: flex;
}
.curriculam-registration .school .school-name {
  margin-left: 16px;
}
.curriculam-registration .upload-btn {
  display: flex;
  color: #181818;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
.curriculam-registration .complete-btn {
  display: flex;
  justify-content: center;
}
.curriculam-registration .complete-btn .com-btn {
  margin-top: 64px;
  margin-bottom: 24px;
}
.curriculam-registration .container {
  display: block;
  position: relative;
  padding-left: 7px;
  padding-top: 16px;
}
.curriculam-registration .container span {
  padding-left: 7px;
}
.curriculam-registration .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.curriculam-registration .container input:checked ~ .checkmark {
  border: 1px solid #A4A4A4;
  border-radius: 25px;
}
.curriculam-registration .container .checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  border: 1px solid #A4A4A4;
}
.curriculam-registration .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.curriculam-registration .container input:checked ~ .checkmark:after {
  display: block;
}
.curriculam-registration .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #A4A4A4;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curriculam-registration .gender {
  display: flex;
  gap: 43px;
}
.curriculam-registration .gender .checkbox-group {
  max-width: 55px;
}
.curriculam-registration .two-column {
  display: flex;
  flex-direction: row;
}
.curriculam-registration .two-column .col-one {
  padding-right: 12px;
}
.curriculam-registration .two-column .col-two {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
}

.check-row {
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 19px;
}
.check-row .checkbox-group {
  max-width: 95px;
}

.two-part-area {
  position: relative;
  width: 100%;
}
.two-part-area .check-row {
  gap: 0;
}
.two-part-area .check-row span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #828282;
  width: 100%;
  max-width: 73px;
  padding-top: 5px;
}
.two-part-area .check-row .rigt-box-area {
  display: flex;
  width: 100%;
}
.two-part-area .check-row .rigt-box-area .checkbox-group {
  max-width: 95px;
}

.checkbox-group {
  display: block;
  position: relative;
  width: 100%;
}
.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-group label {
  position: relative;
  cursor: pointer;
}
.checkbox-group label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 100%;
  background: url("../../assets/icons/ticks.png") no-repeat;
  background-size: cover;
}
.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: none;
  background: url("../../assets/icons/blue-icon.png") no-repeat;
  background-size: cover;
}

.checkbox-bullet-group {
  display: block;
  position: relative;
  width: 100%;
}
.checkbox-bullet-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-bullet-group label {
  position: relative;
  cursor: pointer;
}
.checkbox-bullet-group label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 100%;
  border: 1px solid #CFCFCF;
}
.checkbox-bullet-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  background: #CFCFCF;
}

.ers {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  margin-left: 12px;
}

.squer-check-group {
  display: block;
  position: relative;
  width: 100%;
}
.squer-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.squer-check-group label {
  position: relative;
  cursor: pointer;
}
.squer-check-group label::before {
  content: "";
  background-color: transparent;
  border: 1px solid #CFCFCF;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 4px;
}
.squer-check-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("../../assets/icons/single-tick.svg");
  background-size: cover;
  border-radius: 4px;
}

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

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

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

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

.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;
}

select:focus-visible {
  outline: none;
}

/*container sizing as per feedback*/
.maincontainer {
  max-width: 1034px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 1400px) {
  .maincontainer {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .maincontainer {
    padding: 0px;
  }
}
@media only screen and (max-width: 680px) {
  .maincontainer {
    margin: 0;
    max-width: 680px;
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.no-margin {
  margin: 0;
}

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

.p-0 {
  padding: 0;
}

.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;
}/*# sourceMappingURL=style.css.map */