@charset "UTF-8";
/*! 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: #828282;
  font-family: "Pretendard Variable";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #828282;
  font-family: "Pretendard Variable";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

input::placeholder,
textarea::placeholder {
  color: #828282;
  font-family: "Pretendard Variable";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
}

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

@font-face {
  font-family: "Pretendard Variable";
  src: url("../../assets/fonts/PretendardVariable-Regular.woff2") format("woff2"), url("../../assets/fonts/PretendardVariable-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@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;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-1Thin.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-2ExtraLight.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-3Light.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-5Medium.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-6Bold.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-8Heavy.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-7ExtraBold.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../../assets/fonts/S-CoreDream-9Black.woff2") format("woff2"), url("../../assets/fonts/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.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;
}

.components-area {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.label-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.label-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
  margin-bottom: 8px;
  position: relative;
}
.label-input label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  position: absolute;
}
.label-input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  letter-spacing: -0.8px;
  width: 100%;
  height: 48px;
}
.label-input input.disable-input {
  background: #F2F2F2;
}
.label-input textarea {
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  max-height: 320px;
}
.label-input.error input {
  border: 1px solid #EB5757;
}
.label-input.error p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  margin-top: 4px;
}
.label-input.impt-msg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #EB5757;
}

.form-component {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.from-check {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.from-check label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
}
.from-check .form-group {
  position: relative;
  width: 100%;
  display: flex;
  gap: 4px;
  margin: 0 auto;
}
.from-check .form-group input {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #A4A4A4;
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  width: 100%;
}
.from-check .form-group .form-control {
  border: 1px solid #000000;
}

.rounded-btn {
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.rounded-btn.outline {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
}
.rounded-btn.fill {
  border: none;
  background: #2D6AC1;
  color: #ffffff;
}

.full-rounded-btn {
  padding: 24px 80px;
  background-color: #2D6AC1;
  border-radius: 4px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .full-rounded-btn {
    width: 100%;
    text-align: center;
  }
}
.full-rounded-btn.outline {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
}
.full-rounded-btn.transparent {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
  background-color: #ffffff;
}
.full-rounded-btn.red {
  border: 1px solid #EB5757;
  background-color: #EB5757;
  color: #ffffff;
}
.full-rounded-btn.fill {
  border: none;
  background: #2D6AC1;
  color: #ffffff;
}
.full-rounded-btn.disabled {
  background: #F2F2F2;
  border: 1px solid #E0E0E0;
  color: #A4A4A4;
}

.semi-rounded-btn {
  position: relative;
  background: #2D6AC1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 12px 16px;
  color: #ffffff;
  height: 48px;
  /* White */
}
.semi-rounded-btn:hover {
  color: #ffffff;
}
.semi-rounded-btn a {
  color: #ffffff;
}
.semi-rounded-btn.outline {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
}
.semi-rounded-btn.transparent {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
  background-color: #ffffff;
}
.semi-rounded-btn.transparent a {
  color: #2D6AC1;
}
.semi-rounded-btn.red {
  border: 1px solid #EB5757;
  background-color: #EB5757;
  color: #ffffff;
}
.semi-rounded-btn.fill {
  border: none;
  background: #2D6AC1;
  color: #ffffff;
}

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

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

.refresh-btn {
  padding: 16px 28px;
  outline: 1px solid #666666;
  border-radius: 4px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .refresh-btn {
    max-width: 100%;
  }
}
.refresh-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.file-upload-btn {
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
.file-upload-btn .download-icon {
  padding-left: 10px;
}
.file-upload-btn.outline {
  border: 1px solid #2D6AC1;
  color: #2D6AC1;
}
.file-upload-btn.grey {
  border: 1px solid #CFCFCF;
  color: #181818;
}
.file-upload-btn.fill {
  border: none;
  background: #2D6AC1;
  color: #ffffff;
}

.search-area {
  position: relative;
}
.search-area label {
  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-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%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.select-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.select-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
  margin-bottom: 8px;
  position: relative;
}
.select-input label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  position: absolute;
}
.select-input select {
  width: 100%;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #828282;
  align-items: flex-start;
  padding: 16px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background: #ffffff url("../../assets/icons/chevron-down.svg") no-repeat;
  background-position-x: 98%;
  background-position-y: center;
  height: 48px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .select-input select {
    background-position-x: 97%;
  }
}
@media screen and (max-width: 767px) {
  .select-input select {
    background-position-x: 98%;
  }
}
.select-input select.arrow-gap {
  background-position-x: 95%;
}

.email-four-column {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.email-four-column .four-label-input {
  display: flex;
  width: 100%;
  gap: 20px;
}
.email-four-column .four-label-input span {
  display: flex;
  align-items: center;
}
.email-four-column .mail {
  padding: 16px;
}

.check-row {
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
}
.check-row .checkbox-bullet-group {
  display: block;
  position: relative;
}
.check-row .checkbox-bullet-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-row .checkbox-bullet-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .check-row .checkbox-bullet-group label {
    font-size: 16px;
  }
}
.check-row .checkbox-bullet-group label::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 4px;
  border-radius: 100%;
  background: url("../../assets/icons/radiobtnuncheck.svg") center center no-repeat;
}
.check-row .checkbox-bullet-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 100%;
  border: 1px solid #2D6AC1;
  background: url("../../assets/icons/radiobtncheck.svg") center center no-repeat;
}
.check-row .check-box-squired {
  display: block;
  position: relative;
}
.check-row .check-box-squired input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-row .check-box-squired label {
  position: relative;
  cursor: pointer;
}
.check-row .check-box-squired label::before {
  content: "";
  background: #FAFAFA;
  border: 1px solid #CFCFCF;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
.check-row .check-box-squired input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  border: none;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: transparent url("../../assets/icons/violet-tick.png") center no-repeat;
}

.rigt-box-area {
  display: flex;
  width: 100%;
  gap: 23px;
  position: relative;
}
.rigt-box-area .checkbox-group {
  display: block;
  position: relative;
}
.rigt-box-area .checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.rigt-box-area .checkbox-group label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #181818;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rigt-box-area .checkbox-group label {
    font-size: 16px;
  }
}
.rigt-box-area .checkbox-group label::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 4px;
  border-radius: 100%;
  background: url("../../assets/icons/iconuncheck.svg") no-repeat;
}
.rigt-box-area .checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 4px;
  border: none;
  background: url("../../assets/icons/iconcheck.svg") no-repeat;
}
.rigt-box-area .spanerror {
  position: absolute;
  font-size: 13px;
  color: #EB5757;
  left: 0;
  bottom: -18px;
}

.select-checkbox {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 460px;
}
.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-checkbox .each-box label {
  width: 100%;
  width: 77px;
  margin: 0;
  cursor: pointer;
}
.select-checkbox .each-box label input {
  position: absolute;
  display: none;
  color: #000000;
}
.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-checkbox .each-box:last-child {
  border-right: 1px solid #E0E0E0;
}
.select-checkbox .each-box:first-child {
  border-left: 1px solid #E0E0E0;
}
.select-checkbox .each-box label input + span {
  color: #666666;
}
.select-checkbox .each-box input:checked + span {
  color: #ffffff;
}
.select-checkbox .each-box input:checked + span {
  background-color: #1E386D;
  color: #ffffff;
  font-weight: 500;
}

.calendar-area input {
  background: url("../../assets/icons/calendar.png") no-repeat;
  background-position: 99% 14px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tab-menu {
    overflow-x: scroll;
  }
}
.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tab-menu ul {
    width: 1040px;
  }
}
.tab-menu ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}
.tab-menu ul a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
  padding-bottom: 19px;
  display: inline-block;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .tab-menu ul a {
    padding-bottom: 11px;
  }
}
.tab-menu ul a.active {
  color: #2D6AC1;
  text-decoration: none;
  border-bottom: 5px solid #2D6AC1;
}

.tab-main-box {
  margin-top: 32px;
}
.tab-main-box .tab-box {
  display: none;
}

.tab-teaser {
  width: 100%;
  margin: 0 auto;
}

.left-right-content-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .left-right-content-area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .left-right-content-area {
    flex-direction: column;
  }
}
.left-right-content-area .left-content-area {
  width: 100%;
  position: relative;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .left-right-content-area .left-content-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .left-right-content-area .left-content-area {
    display: none;
  }
}
.left-right-content-area .right-content-area {
  position: relative;
  width: 100%;
  max-width: calc(100% - 310px);
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .left-right-content-area .right-content-area {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .left-right-content-area .right-content-area {
    max-width: 100%;
  }
}

.left-right-content-area {
  background: #ffffff;
}
.left-right-content-area .right-content-area .content-title {
  padding: 0px 0 45px;
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .left-right-content-area .right-content-area .content-title {
    padding: 0 0 40px;
  }
}
.left-right-content-area .right-content-area .content-title.bd-F2 {
  border-bottom: 3px solid #F2F2F2;
}
.left-right-content-area .right-content-area .content-title h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .left-right-content-area .right-content-area .content-title h1 {
    font-size: 24px;
  }
}
.left-right-content-area .right-content-area .content-title h1 span {
  color: var(--gray-5, #A4A4A4);
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.custom-text-editor .editor-menu-area {
  display: flex;
  align-items: flex-start;
  padding: 10px 12px;
  gap: 10px;
  width: 100%;
  position: absolute;
  background: #FAFAFA;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 4px 4px 0px 0px;
}

.search-filter-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 40px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  gap: 8px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .search-filter-area {
    padding: 24px 16px;
    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: 0;
}
.search-filter-area .label-input .input-select-area {
  display: flex;
  gap: 8px;
}
@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 .select-input {
  max-width: 240px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area .select-input {
    min-width: 311px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .search-filter-area .label-input .input-select-area .select-input {
    max-width: 100%;
  }
}
.search-filter-area .label-input .input-select-area input {
  min-width: 335px;
}
@media screen and (max-width: 767px) {
  .search-filter-area .label-input .input-select-area input {
    min-width: 311px;
  }
}
.search-filter-area .label-input .input-select-area .search-btn {
  display: flex;
  color: #2D6AC1;
  gap: 4px;
  font-weight: 500;
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #2D6AC1;
  border-radius: 4px;
  font-family: "Pretendard";
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  min-width: 120px;
  height: 48px;
}

.uploaded-item-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  gap: 8px;
  background: #F2F2F2;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .uploaded-item-area {
    width: fit-content;
  }
}
.uploaded-item-area img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.uploaded-item-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #2D6AC1;
  white-space: break-spaces;
}

.label-input .select-input-wrap {
  display: flex;
  gap: 16px;
}

.form-component .toggle-wrap .button-cover,
.knobs,
.layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F2F2F2;
  width: 170px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 2px;
}

.form-component .toggle-wrap .button {
  position: relative;
  width: 170px;
  height: 37px;
  margin: 0;
  overflow: hidden;
}

.form-component .toggle-wrap .button.r,
.button.r .layer {
  border-radius: 100px;
}

.form-component .toggle-wrap .button.b2 {
  border-radius: 2px;
}

.form-component .toggle-wrap .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.form-component .toggle-wrap .knobs {
  z-index: 2;
}

.form-component .toggle-wrap .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 10 */
.form-component .toggle-wrap #button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 0;
  width: 50%;
  height: 37px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
  padding: 7px;
  transition: 0.3s ease all;
}

.form-component .toggle-wrap #button-10 .knobs:before {
  content: "";
  left: 0;
  color: #2D6AC1;
  background: #ffffff;
}

.form-component .toggle-wrap #button-10 .knobs:after {
  content: "시간표";
  right: 0;
  color: #A4A4A4;
  background-color: #F2F2F2;
}

.form-component .toggle-wrap #button-10 .knobs2:after {
  content: "";
  right: 0;
  color: #A4A4A4;
  background-color: #F2F2F2;
}

.form-component .toggle-wrap #button-10 .knobs span {
  display: inline-block;
  left: 0;
  color: #2D6AC1;
  z-index: 1;
}

.form-component .toggle-wrap #button-10 .checkbox:checked + .knobs span {
  color: #A4A4A4;
  background-color: #F2F2F2;
}

.form-component .toggle-wrap #button-10 .checkbox:checked + .knobs:before {
  left: 57px;
  background-color: #F2F2F2;
}

.form-component .toggle-wrap #button-10 .checkbox:checked + .knobs:after {
  color: #2D6AC1;
  background: #ffffff;
}

.form-component .toggle-wrap #button-10 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

@media screen and (max-width: 767px) {
  .banner-sec {
    height: 128px;
  }
}
.banner-sec .banner-outer {
  position: relative;
  width: 100%;
  height: 331px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer {
    height: 128px;
  }
}
.banner-sec .banner-outer img {
  object-fit: cover;
  height: 331px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer img {
    height: 128px;
  }
}
.banner-sec .banner-outer .banner-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  gap: 16px;
  width: 42%;
  height: 178px;
  background: rgba(24, 24, 24, 0.4);
  margin: 0 auto;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer .banner-overlay {
    width: 100%;
    height: 128px;
    top: 50%;
  }
}
.banner-sec .banner-outer .banner-overlay h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer .banner-overlay h1 {
    font-size: 24px;
  }
}
.banner-sec .banner-outer .banner-overlay .divider {
  width: 27px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer .banner-overlay .divider {
    display: none;
  }
}
.banner-sec .banner-outer .banner-overlay p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-outer .banner-overlay p {
    display: none;
  }
}

.sub-navigation-wrap .sub-nav {
  position: relative;
  width: 100%;
}
.sub-navigation-wrap .sub-nav ul {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-nav ul {
    display: flex;
  }
}
.sub-navigation-wrap .sub-nav ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-nav ul li {
    width: 100%;
  }
}
.sub-navigation-wrap .sub-nav ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 65px;
  font-style: normal;
  font-weight: 400;
}
.sub-navigation-wrap .sub-nav ul li .inner {
  position: relative;
  min-width: 175px;
  border-right: 1px solid #e5e5e5;
}
.sub-navigation-wrap .sub-nav ul li .inner.bigwidt {
  min-width: 175px;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-nav ul li .inner.bigwidt {
    min-width: inherit;
  }
}
.sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-toggle {
  padding: 0 25px 0 30px;
  background: url(../../assets/icons/arrow-down_18.svg) no-repeat center;
  background-position: 85% 24px;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-toggle {
    background-position: 88% 24px;
  }
}
.sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-toggle::after {
  display: none;
}
.sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
}
.sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-menu .dropdown-item {
  padding: 15px;
  line-height: inherit !important;
}
.sub-navigation-wrap .sub-nav ul li .inner .dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: #2D6AC1;
  color: #ffffff !important;
}
.sub-navigation-wrap .sub-nav ul li .inner select {
  background: none;
  width: 100%;
  min-height: 65px;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0 25px 0 30px;
  background: url("../../assets/icons/arrow-down.svg") no-repeat 100% center;
}
.sub-navigation-wrap .sub-nav ul li .inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #111111;
  transition: width 0.5s, left 0.5s;
}
.sub-navigation-wrap .sub-nav ul li .inner:hover::after {
  width: 100%;
  left: 0;
}
.sub-navigation-wrap .sub-nav .home {
  width: 65px;
  height: 66px;
  padding: 0px;
  background: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-nav .home {
    display: none;
  }
}
.sub-navigation-wrap .sub-nav .home a {
  display: block;
  text-indent: -9999px;
  text-align: center;
}
.sub-navigation-wrap .sub-utilities {
  position: relative;
  width: 100%;
  max-width: 110px;
}
.sub-navigation-wrap .sub-utilities ul {
  position: relative;
  width: 100%;
  display: flex;
}
.sub-navigation-wrap .sub-utilities ul li {
  position: relative;
}
.sub-navigation-wrap .sub-utilities ul li a {
  display: flex;
  width: 40px;
  height: 65px;
  justify-content: center;
  align-items: center;
}

.banner-sec-two {
  background: url(../../assets/images/banner-two.png) no-repeat center;
  background-size: cover;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .banner-sec-two {
    max-height: 400px;
  }
}
.banner-sec-two .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.banner-sec-two .banner-content h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "S-Core Dream";
}
@media screen and (max-width: 767px) {
  .banner-sec-two .banner-content h1 {
    font-size: 28px;
  }
}
.banner-sec-two .banner-content p {
  font-weight: 200;
  font-size: 22px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "S-Core Dream";
}
@media screen and (max-width: 767px) {
  .banner-sec-two .banner-content p {
    font-size: 16px;
  }
}

.banner-sec-three {
  position: relative;
  background: url(../../assets/images/banner-three.png) no-repeat;
  background-size: cover;
}
.banner-sec-three .banner-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .banner-sec-three .banner-inner {
    gap: 8px;
    padding: 24px 0;
  }
}
.banner-sec-three .banner-inner .token {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .banner-sec-three .banner-inner .token {
    width: 80px;
    height: 80px;
  }
}
.banner-sec-three .banner-inner .token img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .banner-sec-three .banner-inner .token img {
    width: 24px;
    height: 24px;
  }
}
.banner-sec-three .banner-inner .token .icon {
  height: auto;
}
@media screen and (max-width: 767px) {
  .banner-sec-three .banner-inner .token .icon {
    width: 24px;
    height: 24px;
  }
}
.banner-sec-three .banner-inner .token p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .banner-sec-three .banner-inner .token p {
    font-size: 12px;
  }
}

.academic-sec {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .academic-sec {
    padding: 60px 16px 100px;
  }
}
.academic-sec .academic-outer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer {
    flex-direction: column;
    gap: 60px;
  }
}
.academic-sec .academic-outer .academic-inner {
  width: 100%;
  max-width: 679px;
}
.academic-sec .academic-outer .academic-inner .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}
.academic-sec .academic-outer .academic-inner .inner-header h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: capitalize;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer .academic-inner .inner-header h4 {
    font-size: 18px;
  }
}
.academic-sec .academic-outer .academic-inner .inner-header .right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.academic-sec .academic-outer .academic-inner .inner-header .right p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer .academic-inner .inner-header .right p {
    font-size: 12px;
  }
}
.academic-sec .academic-outer .academic-inner .inner-content {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap .fill-button {
  width: 100%;
  max-width: 80px;
  background: #5FC9B5;
  border-radius: 16px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer .academic-inner .inner-content .data-wrap .fill-button {
    font-size: 10px;
    line-height: 10px;
  }
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap .fill-button.blue-14 {
  background: #143971;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap .fill-button.blue-62 {
  background: #6290D1;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap p {
  width: 100%;
  max-width: 567px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer .academic-inner .inner-content .data-wrap p a {
    font-size: 16px;
  }
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap p.disabled {
  color: #CFCFCF;
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap .date-show {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #A4A4A4;
  margin-left: 18px;
  width: 100%;
  max-width: 120px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .academic-sec .academic-outer .academic-inner .inner-content .data-wrap .date-show {
    font-size: 14px;
    line-height: 14px;
  }
}
.academic-sec .academic-outer .academic-inner .inner-content .data-wrap .date-show.disabled {
  color: #CFCFCF;
}

.sub-card {
  width: 100%;
  max-width: 320px;
  min-height: 260px;
  padding: 32px;
  border: 1px solid #A4A4A4;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .sub-card {
    max-width: 100%;
  }
}
.sub-card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sub-card .card-content .card-btn {
  padding: 8px 20px;
  border: 1px solid #666666;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #666666;
}
.sub-card .card-content .heading {
  display: grid;
  gap: 8px;
}
.sub-card .card-content .heading h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #181818;
}
.sub-card .card-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A4A4A4;
  padding-top: 8px;
}
.sub-card .card-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sub-card .card-bottom p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #143971;
  width: 100%;
}
.sub-card:hover {
  background: #143971;
  transition: 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.sub-card:hover .card-content .card-btn {
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
}
.sub-card:hover .card-content .heading h2 {
  color: #ffffff;
}
.sub-card:hover .card-bottom p {
  color: #CADAEF;
}

.my-page-banner {
  background: #f7f8fa;
  padding: 40px 0px;
}
@media screen and (max-width: 767px) {
  .my-page-banner {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer {
    padding: 0;
  }
}
.my-page-banner .maincontainer .inner-container {
  width: 100%;
  padding: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .my-page-banner .maincontainer .inner-container {
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
  }
}
.my-page-banner .maincontainer .inner-container .left {
  width: 100%;
  max-width: 1033px;
  display: flex;
  gap: 24px;
}
.my-page-banner .maincontainer .inner-container .left .logo {
  width: 72px;
  height: 72px;
  background: #5FC9B5;
  border: 1px solid #1FA68D;
  border-radius: 100px;
  display: grid;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .left .logo {
    width: 60px;
    height: 60px;
  }
}
.my-page-banner .maincontainer .inner-container .left .logo p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.my-page-banner .maincontainer .inner-container .left .logo.blue-bg {
  background: #2D6AC1;
  border: 1px solid #004E96;
}
.my-page-banner .maincontainer .inner-container .left .title-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.my-page-banner .maincontainer .inner-container .left .title-details .title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.my-page-banner .maincontainer .inner-container .left .title-details .title h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .left .title-details .title h2 {
    font-size: 20px;
  }
}
.my-page-banner .maincontainer .inner-container .left .title-details .title p {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #A4A4A4;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .left .title-details .title p {
    font-size: 20px;
  }
}
.my-page-banner .maincontainer .inner-container .left .title-details span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #004E96;
}
.my-page-banner .maincontainer .inner-container .divider {
  width: 2px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .my-page-banner .maincontainer .inner-container .divider {
    display: none;
  }
}
.my-page-banner .maincontainer .inner-container .right-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.my-page-banner .maincontainer .inner-container .right-wrap .divider {
  width: 2px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .my-page-banner .maincontainer .inner-container .right-wrap .divider {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .my-page-banner .maincontainer .inner-container .right-wrap .divider {
    display: block;
    background: url(../../assets/icons/Line_40.svg) no-repeat center;
    width: 1px;
    height: 40px;
  }
}
.my-page-banner .maincontainer .inner-container .right-wrap .right {
  min-width: 183px;
  padding: 0 10px;
  text-align: center;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .right-wrap .right {
    padding: 0 30px;
    max-width: 124px;
  }
}
.my-page-banner .maincontainer .inner-container .right-wrap .right span {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #6290D1;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .right-wrap .right span {
    font-size: 12px;
  }
}
.my-page-banner .maincontainer .inner-container .right-wrap .right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .my-page-banner .maincontainer .inner-container .right-wrap .right p {
    font-size: 16px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .alert-area {
    display: block;
    left: 0px;
    max-width: 100%;
  }
}
.alert-area .alert-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.alert-area .alert-body .alert-cont p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

div.error {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  border-style: hidden;
  margin-top: 4px;
}

span.error {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  border-style: hidden;
  margin-top: 4px;
}

label.error {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
  border-style: hidden;
  margin-top: 4px;
  margin-bottom: 0px;
}

input.error {
  border: 1px solid #EB5757;
}

.second-alert-area {
  top: calc(33% - 45px);
}

.third-alert-area {
  top: 0;
}

.third-alert-table {
  position: relative;
}

.fileuploads input[type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
  display: none;
}

.fileuploads input[type=file] + label {
  border: 1px solid #2d6ac1;
  color: #2d6ac1;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
  vertical-align: middle;
}

.toglebtn {
  position: relative;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.toglebtn .switch input {
  display: none;
}
.toglebtn .switch {
  display: inline-block;
  width: 36px;
  /*=w*/
  height: 20px;
  /*=h*/
  margin: 0px;
  position: relative;
}
.toglebtn .switch .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
  background: #bdbdbd;
}
.toglebtn .switch .slider::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 30px;
  transform: translateX(1px);
  /*translateX(-(w-h))*/
  transition: 0.2s;
  top: 2px;
}
.toglebtn input:checked + .slider:before {
  transform: translateX(18px);
  /*translateX(w-h)*/
  background-color: #ffffff;
}
.toglebtn input:checked + .slider {
  background: #4279c9;
}

.uparrow {
  position: fixed;
  right: 126px;
  bottom: 250px;
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.uparrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .uparrow {
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 258;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .uparrow {
    right: 50px;
    width: 50px;
    height: 50px;
  }
}

label#search_text_error {
  position: absolute;
  top: 70px;
  left: 250px;
}

#showCivilComplaintDetails .btn-area {
  display: flex;
  gap: 8px;
}
#showCivilComplaintDetails .btn-area button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  font-size: 16px;
}

nav ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  nav ul.pagination {
    justify-content: flex-start;
  }
}
nav ul li.page-item {
  width: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li.page-item.active .page-link {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li.page-item .page-link {
  color: var(--gray-5, #A4A4A4);
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 8px;
}
nav ul li.page-item .page-link:hover {
  background: transparent;
}
nav ul li.disabled {
  background: none;
  border: none;
  padding: 0;
}
nav ul li.disabled span {
  border: none;
}
nav ul li.disabled span.span.page-link {
  border-radius: 100%;
}
nav ul li.disabled a {
  border: none;
  font-family: Pretendard Variable;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
nav ul li.disabled a.active {
  color: #fff;
  border-radius: 100%;
}
nav ul li.disabled a.page-link {
  color: var(--gray-5, #A4A4A4);
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 8px;
}

nav ul.pagination .page-item:first-child .page-link {
  border-radius: 0;
  overflow: hidden;
  text-indent: -4582px;
  background: url("../../assets/icons/chevron-right.png");
  transform: rotate(180deg);
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

nav ul.pagination .page-item:last-child .page-link {
  border-radius: 0;
  overflow: hidden;
  text-indent: -4582px;
  background: url("../../assets/icons/chevron-right.png");
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}

form.bulletin-add-card {
  min-width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  form.bulletin-add-card {
    max-width: 24px;
  }
}

form {
  width: auto;
}
@media screen and (max-width: 767px) {
  form {
    width: 100%;
  }
}

#search_text {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #search_text {
    min-width: 311px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  #search_text {
    max-width: 100%;
  }
}

.attach-area {
  display: flex;
  gap: 4px;
}
.attach-area a {
  color: var(--main-main-0, #143971);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .attach-area a {
    font-size: 16px;
  }
}

.bd-F2 {
  border-bottom: 3px solid #F2F2F2;
}

#civil_contact_form .form-area .label-input .check-row {
  margin-top: 8px;
}

.my-page-banner + .sub-navigation-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .my-page-banner + .sub-navigation-wrap {
    display: block;
  }
}

.upload-attach .upload-file-area {
  display: flex;
  gap: 8px;
}

h1#display_year_semester_major {
  display: flex;
  align-items: center;
  gap: 16px;
}
h1#display_year_semester_major span {
  color: var(--gray-5, #A4A4A4);
  font-family: Pretendard Variable;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.dataTables_empty {
  padding: 24px 16px !important;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-top: none;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}

header {
  position: relative;
  width: 100%;
}
header .header-area {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 32;
}
@media screen and (max-width: 767px) {
  header .header-area {
    display: flex;
    flex-direction: column;
  }
}
header .header-area .upper-header {
  background-color: #f7f8fa;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .header-area .upper-header {
    display: none;
  }
}
header .header-area .upper-header .upper-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-area .upper-header .upper-head-wrap .left-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-area .upper-header .upper-head-wrap .left-sec .header-btn {
  color: #ffffff;
  padding: 8.5px 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
header .header-area .upper-header .upper-head-wrap .left-sec .header-btn.color-14 {
  background-color: #143971;
}
header .header-area .upper-header .upper-head-wrap .left-sec .header-btn.color-8D {
  background-color: #1FA68D;
}
header .header-area .upper-header .upper-head-wrap .left-sec .header-btn.color-00 {
  background-color: #004E96;
}
header .header-area .upper-header .upper-head-wrap .right-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}
header .header-area .upper-header .upper-head-wrap .right-sec ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
header .header-area .upper-header .upper-head-wrap .right-sec ul .border-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}
header .header-area .upper-header .upper-head-wrap .right-sec ul .border-wrap .dot {
  background: #0C0C0C;
  border-radius: 100px;
  width: 1px;
  height: 1px;
}
header .header-area .middle-header {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
header .header-area .middle-header .head-logo {
  position: relative;
  width: 100%;
  max-width: 262px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .head-logo {
    padding: 0;
    max-width: inherit;
    display: flex;
  }
}
header .header-area .middle-header .head-logo .logo-img {
  position: relative;
  width: 100%;
}
header .header-area .middle-header .head-logo .logo-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .head-logo .logo-img a {
    width: 100%;
    justify-content: flex-start;
    padding: 15px 16px;
  }
  header .header-area .middle-header .head-logo .logo-img a img {
    width: 120px;
  }
}
header .header-area .middle-header .head-logo .logo-img a span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "S-Core Dream";
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .head-logo .logo-img a span {
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    max-width: 70px;
    white-space: nowrap;
  }
}
header .header-area .middle-header .head-logo .mobile-menu {
  background: #143971;
  padding: 10px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .head-logo .mobile-menu {
    display: inline-flex;
  }
}
header .header-area .middle-header .lower-head-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  outline: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .lower-head-wrap {
    border: none;
    outline: none;
  }
  header .header-area .middle-header .lower-head-wrap .maincontainer {
    padding: 0;
  }
}
header .header-area .middle-header .lower-head-wrap .menu-content-area {
  display: flex;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area {
  position: relative;
  width: 100%;
  max-width: 1340px;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area {
    display: none;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 32;
    background: #ffffff;
    height: 100vh;
  }
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area .mobile-menu-header {
  display: none;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul {
    flex-direction: column;
  }
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li {
  position: relative;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  margin: 0 auto;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu {
  position: absolute;
  top: 0px;
  left: calc(50% - 112px);
  background: #004E96;
  max-width: 224px;
  width: 100%;
  flex-direction: column;
  display: none;
  opacity: 0;
  transition: 0.5s all;
  margin: 0;
  padding: 0;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu::after {
  content: "";
  background: url("../../assets/icons/polygon.svg");
  width: 18px;
  height: 10px;
  position: absolute;
  top: -9px;
  left: calc(50% - 9px);
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu li {
  padding: 11.5px 0;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 0px 5px;
  display: inline-block;
  width: auto;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
  position: relative;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu li a:hover::after {
  width: 100%;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu li a::after {
  background: #fff;
  opacity: 1;
  width: 0%;
  height: 2px;
  top: inherit;
  bottom: 0;
  left: 0;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li ul.submenu li a::before {
  display: none;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li:hover ul.submenu {
  display: block;
  top: 60px;
  opacity: 1;
  transition: 0.5s all;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0px;
  width: 14.08px;
  height: 29.92px;
  background-image: url("../../assets/icons/braket.svg");
  transition: all 0.3s;
  transform: rotate(180deg);
  opacity: 0;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0px;
  width: 14.08px;
  height: 29.92px;
  background-image: url("../../assets/icons/braket.svg");
  transition: all 0.3s;
  opacity: 0;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a:hover {
  color: #004E96;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a:hover::after {
  opacity: 1;
  right: 60px;
  transition: all 0.3s;
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .menu-area ul li a:hover::before {
  opacity: 1;
  left: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .header-area .middle-header .lower-head-wrap .menu-content-area .side-menu-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: none;
  }
}
header .header-area .middle-header .lower-head-wrap .menu-content-area .side-menu-area .mobile-menu {
  background: #143971;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gnb-bar {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #EEEEEE;
  display: none;
  padding: 24px 0;
  z-index: 21;
}
.gnb-bar .submenu-content {
  display: flex;
  width: calc(100% - 60px);
}
.gnb-bar .submenu-content ul.submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.gnb-bar .submenu-content ul.submenu li {
  text-align: center;
  margin-bottom: 25px;
}
.gnb-bar .submenu-content ul.submenu li:last-child {
  margin: 0;
}
.gnb-bar .submenu-content ul.submenu li a {
  display: inline-block;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .mobile-menu-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 0px;
    z-index: 99;
    transition: 0.5s all;
    display: block;
  }
  .mobile-menu-area .mobile-menu-header {
    width: 100%;
    display: flex;
  }
  .mobile-menu-area .mobile-menu-header .context {
    width: 100%;
    padding: 23px 24px;
    background: #333333;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .mobile-menu-area .mobile-menu-header .context a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
  }
  .mobile-menu-area .mobile-menu-header .cross-icon {
    background: #666666;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-area ul.main-menu {
    width: 50%;
    height: inherit;
    background: #333333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-menu-area ul.main-menu li.menu-item {
    width: 100%;
    text-align: left;
    padding: 24px;
  }
  .mobile-menu-area ul.main-menu li.menu-item.active {
    background: #2D6AC1;
  }
  .mobile-menu-area ul.main-menu li.menu-item .submenu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 50%;
    height: inherit;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
  }
  .mobile-menu-area ul.main-menu li.menu-item .submenu li .sub-active {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #181818 !important;
  }
  .mobile-menu-area ul.main-menu li.menu-item a {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
}

.sidebar-show {
  display: block !important;
}

.sidebar-hide {
  display: none !important;
}

.footer-area {
  position: relative;
  width: 100%;
  background: #333333;
  display: flex;
  flex-direction: column;
  padding-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .footer-area {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.footer-area .footer-top {
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
}
.footer-area .footer-top .footer-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-right {
    padding-bottom: 24px;
  }
}
.footer-area .footer-top .footer-right ul {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-right ul {
    justify-content: center;
  }
}
.footer-area .footer-top .footer-right ul li {
  list-style-type: none;
}
.footer-area .footer-top .footer-right ul li a {
  display: block;
}
.footer-area .footer-top .footer-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area .footer-top .footer-left ul {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-left ul {
    justify-content: center;
  }
}
.footer-area .footer-top .footer-left ul .privacy a {
  color: #ffffff;
  font-weight: 500;
}
.footer-area .footer-top .footer-left ul li {
  list-style-type: none;
}
.footer-area .footer-top .footer-left ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #BDBDBD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-left ul li a {
    font-size: 14px;
  }
}
.footer-area .footer-top .footer-left ul li a::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 10px;
  background: url("../../assets/icons/ic_dot_2.png") no-repeat;
  vertical-align: middle;
  margin: 0 10px;
}
.footer-area .footer-top .footer-left ul li:last-child a::after {
  display: none;
}
.footer-area .fotter-bottm {
  padding-top: 24px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-area .fotter-bottm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-area .fotter-bottm .address {
  position: relative;
  width: 100%;
  max-width: 606px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-area .fotter-bottm .address p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #BDBDBD;
}
@media screen and (max-width: 767px) {
  .footer-area .fotter-bottm .address p {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
  }
}
.footer-area .fotter-bottm .address span.copyright {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #BDBDBD;
}
@media screen and (max-width: 767px) {
  .footer-area .fotter-bottm .address span.copyright {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
}
.footer-area .fotter-bottm .footer-selectsbx {
  position: relative;
  width: 100%;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .footer-area .fotter-bottm .footer-selectsbx {
    margin-top: 24px;
  }
}
.footer-area .fotter-bottm .footer-selectsbx select {
  float: left;
  width: 100%;
  max-width: 265px;
  height: 45px;
  padding: 0 20px;
  background: #ffffff url("../../assets/icons/btn_select.png") no-repeat 95% center;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.footer-area .fotter-bottm .footer-selectsbx button {
  float: left;
  width: 75px;
  height: 45px;
  background: #606060 url("../../assets/icons/btn_site_go.png") no-repeat center;
  font-family: "TitilliumWeb-Regular";
  line-height: 50px;
  text-indent: -99999px;
}

.modal-open .modal {
  padding: 0 !important;
}

.modal-dialog {
  max-width: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 0 auto;
  }
}
.modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 24px 40px;
  gap: 40px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #f1f0f9;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content {
    margin: 0 auto;
    width: 100%;
    max-width: 343px;
    padding: 40px 16px 24px 16px;
  }
}
.modal-dialog .modal-content button {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 420px;
}
.modal-dialog .modal-content .modal-head {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #181818;
  display: flex;
  justify-content: center;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-head br {
    display: none;
  }
}
.modal-dialog .modal-content .modal-subhead {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  padding-top: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-subhead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-subhead br {
    display: none;
  }
}
.modal-dialog .modal-content .modal-button-area {
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}
.modal-dialog .modal-content .modal-button-area button {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 206px;
}
.modal-dialog.form-modal-dialog .modal-content {
  width: 756px;
}
.modal-dialog.form-modal-dialog .modal-content .label-input {
  width: 656px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.form-modal-dialog .modal-content .label-input {
    width: 295px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog.form-modal-dialog .modal-content {
    margin: auto;
    width: 100%;
    max-width: 343px;
  }
}
.modal-dialog.form-modal-dialog .modal-content .modal-content-area h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
  padding-bottom: 24px;
}
.modal-dialog.form-modal-dialog .modal-content .modal-content-area .modal-form-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.form-modal-dialog .modal-content .modal-content-area .modal-form-area {
    width: 100%;
    max-width: 295px;
  }
}
.modal-dialog.form-modal-dialog .modal-content .modal-button-area {
  display: flex;
  gap: 12px;
}
.modal-dialog.form-modal-dialog .modal-content .modal-button-area button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  width: 109px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.form-modal-dialog .modal-content .modal-button-area button {
    width: 141px;
  }
}
.modal-dialog.form-modal-dialog .modal-content.one-btn {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.red-btn-modal .modal-content {
    margin: auto;
  }
}
.modal-dialog.red-btn-modal .modal-content .modal-content-area h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
}
.modal-dialog.red-btn-modal .modal-content .modal-button-area {
  display: flex;
  gap: 12px;
}
.modal-dialog.red-btn-modal .modal-content .modal-button-area button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  width: 109px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.red-btn-modal .modal-content .modal-button-area button {
    width: 141px;
  }
}
.modal-dialog.cancel-course-modal .modal-content .modal-content-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.modal-dialog.cancel-course-modal .modal-content .modal-content-area .modal-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .modal-dialog.cancel-course-modal .modal-content .modal-content-area .modal-heading h2 {
    font-size: 18px;
  }
}
.modal-dialog.cancel-course-modal .modal-content .modal-content-area .content-wrap .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #2D6AC1;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  background: #f7f8fa;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.cancel-course-modal .modal-content .modal-content-area .content-wrap .sub-heading {
    width: 100%;
  }
}
.modal-dialog.cancel-course-modal .modal-content .modal-content-area .content-wrap .text-wrap {
  text-align: center;
}
.modal-dialog.cancel-course-modal .modal-content .modal-content-area .content-wrap .text-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .modal-dialog.cancel-course-modal .modal-content .modal-content-area .content-wrap .text-wrap p {
    font-size: 14px;
  }
}

#popup_preview .modal-dialog {
  width: 100%;
  max-width: 484px;
}
#popup_preview .modal-dialog .modal-content .modal-header {
  width: 100%;
  padding: 0 0 20px;
}
#popup_preview .modal-dialog .modal-content .modal-header h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #181818;
  text-align: left;
}
#popup_preview .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 300px;
  overflow-y: auto;
}
#popup_preview .modal-dialog .modal-content .modal-body p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}
#popup_preview .modal-dialog .modal-content .modal-body .view {
  width: auto;
  max-width: 100%;
}
#popup_preview .modal-dialog .modal-content .modal-body .view img {
  width: 100%;
  height: auto;
}
#popup_preview .modal-dialog .modal-content button {
  max-width: 100%;
}

.popup-preview .modal-dialog {
  width: 100%;
  max-width: 484px;
}
.popup-preview .modal-dialog .modal-content .modal-header {
  width: 100%;
  padding: 0 0 20px;
}
.popup-preview .modal-dialog .modal-content .modal-header h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #181818;
  text-align: left;
}
.popup-preview .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.popup-preview .modal-dialog .modal-content .modal-body p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666666;
}
.popup-preview .modal-dialog .modal-content .modal-body .view {
  width: auto;
  max-width: 100%;
}
.popup-preview .modal-dialog .modal-content .modal-body .view img {
  width: 100%;
  height: auto;
}
.popup-preview .modal-dialog .modal-content button {
  max-width: 100%;
}

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

.two-head-modal-cont .modal-content-area .modal-link-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2D6AC1;
  padding-top: 16px;
}
.two-head-modal-cont .modal-content-area .inner-main-content {
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
}
.two-head-modal-cont .modal-button-area button {
  min-width: 109px;
}
.two-head-modal-cont .modal-button-area button.transparent {
  padding: 10px 13px;
}

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

.check-modal-cont {
  padding-top: 24px !important;
}
.check-modal-cont .modal-content-area {
  width: 100%;
}
.check-modal-cont .modal-content-area .modal-head {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  padding: 0px 16px 16px;
}
.check-modal-cont .modal-content-area .modal-head h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #181818;
}
.check-modal-cont .modal-content-area .modal-head img {
  width: 100%;
  max-width: 6%;
}
.check-modal-cont .modal-content-area .list-area {
  margin-top: 40px;
  padding: 0px;
}
.check-modal-cont .modal-content-area .list-area .sub-list-area {
  border: 1px solid #E0E0E0;
  border-radius: 4px 0 0 0;
  height: 300px;
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.check-modal-cont .modal-content-area .list-area .sub-list-area .list-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #E0E0E0;
}
.check-modal-cont .modal-content-area .list-area .sub-list-area .list-cont .left-cont p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #181818;
  margin-bottom: 12px;
}
.check-modal-cont .modal-content-area .list-area .sub-list-area .list-cont .left-cont h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.check-modal-cont .modal-footer-area {
  padding: 16px 16px 0px 16px;
  border-top: 1px solid #E0E0E0;
  display: flex;
  width: 100%;
  justify-content: end;
}
.check-modal-cont .modal-footer-area button {
  max-width: 137px;
  color: #181818;
  border: 1px solid #BDBDBD;
}

.scroll-modal-cont {
  padding-top: 16px !important;
  width: 920px !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .scroll-modal-cont {
    padding-bottom: 40px !important;
  }
}
.scroll-modal-cont img {
  width: 30px;
}
.scroll-modal-cont .modal-content-area {
  width: 100%;
}
.scroll-modal-cont .modal-content-area .modal-head {
  border: none;
  float: right;
  padding-right: 16px;
}
.scroll-modal-cont .modal-content-area .modal-head img {
  width: 30px;
  float: right;
}
.scroll-modal-cont .modal-content-area .sub-head {
  display: flex;
  justify-content: center;
}
.scroll-modal-cont .modal-content-area .sub-head h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #181818;
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  .scroll-modal-cont .modal-content-area .sub-head h2 {
    font-size: 18px;
  }
}
.scroll-modal-cont .modal-content-area .list-area {
  margin-top: 32px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .scroll-modal-cont .modal-content-area .list-area {
    margin-top: 16px;
    padding: 0px 16px;
  }
}
.scroll-modal-cont .modal-content-area .list-area .sub-list-area {
  padding: 16px;
  gap: 8px;
  isolation: isolate;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow-y: scroll;
  height: 524px;
}
.scroll-modal-cont .modal-content-area .list-area .sub-list-area .list-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-modal-cont .modal-content-area .list-area .sub-list-area .list-cont div p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.form-modal-cont {
  width: 920px !important;
  padding: 60px 40px !important;
  align-items: normal !important;
  gap: 32px !important;
}
@media screen and (max-width: 767px) {
  .form-modal-cont {
    width: 343px !important;
    align-items: center !important;
    padding: 40px 16px !important;
  }
}
.form-modal-cont img {
  width: 30px;
}
.form-modal-cont .modal-content-area .sub-head {
  padding-bottom: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-modal-cont .modal-content-area .sub-head h2 {
  font-style: normal;
  font-size: 24px !important;
  line-height: 100% !important;
  letter-spacing: -0.05em !important;
  color: #181818;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .form-modal-cont .modal-content-area .sub-head h2 {
    font-size: 18px !important;
  }
}
.form-modal-cont .modal-content-area .modal-form-area {
  gap: 32px !important;
}
@media screen and (max-width: 767px) {
  .form-modal-cont .modal-content-area .modal-form-area {
    max-width: 311px !important;
  }
}
.form-modal-cont .modal-content-area .modal-form-area .first-field {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 32px;
}
.form-modal-cont .modal-content-area .modal-form-area .first-field input {
  width: 840px;
}
@media screen and (max-width: 767px) {
  .form-modal-cont .modal-content-area .modal-form-area .first-field input {
    width: 311px;
  }
}
.form-modal-cont .modal-content-area .modal-form-area .label-input {
  width: 840px !important;
}
@media screen and (max-width: 767px) {
  .form-modal-cont .modal-content-area .modal-form-area .label-input {
    width: 311px !important;
  }
}
.form-modal-cont .modal-content-area .modal-form-area .label-input span {
  position: absolute;
  right: 16px;
  top: 42px;
  width: 16px;
}
.form-modal-cont .modal-button-area button {
  width: 100% !important;
  max-width: 100% !important;
}

.form-modal-cont {
  position: relative;
}
.form-modal-cont .close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 1;
}

#modal-form-area .modal-dialog {
  max-width: 920px;
}
#modal-form-area .modal-dialog .scroll-modal-cont {
  position: relative;
  border-radius: 20px !important;
}
#modal-form-area .modal-dialog .scroll-modal-cont .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.scroll-modal {
  gap: 25px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .scroll-modal {
    padding: 20px !important;
  }
}
.scroll-modal .modal-body {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 600px;
  overflow-y: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .scroll-modal .modal-body {
    max-height: 350px;
  }
}

.backcolor {
  background: rgba(0, 0, 0, 0.5);
}

.login {
  position: relative;
  width: 100%;
  padding-top: 101px;
  padding-bottom: 150px;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .login {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.login .login-area {
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .login .login-area {
    max-width: 343px;
    padding: 60px 16px;
  }
}
.login .login-area .login-heading-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .login .login-area .login-heading-area {
    gap: 16px;
  }
}
.login .login-area .login-heading-area img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .login .login-area .login-heading-area img {
    max-width: 196px;
  }
}
.login .login-area .login-heading-area p {
  font-family: "S-Core Dream";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login .login-area .login-heading-area p {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 24px;
  }
}
.login .login-area .login-content-area {
  width: 100%;
  max-width: 560px;
  padding-bottom: 32px;
  padding-top: 60px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .login .login-area .login-content-area {
    padding-top: 16px;
    gap: 32px;
  }
}
.login .login-area .login-content-area .email-four-column .four-label-input {
  gap: 16px;
}
.login .login-area .login-content-area .email-four-column .four-label-input .select-input {
  max-width: 102px;
}
.login .login-area .password {
  padding-top: 40px;
  padding-bottom: 40px;
}
.login .login-area .additional-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
  padding-top: 24px;
  padding-bottom: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .login .login-area .additional-options {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
  }
}
.login .login-area .additional-options a {
  font-size: 14px;
  line-height: 100%;
  color: #181818;
}
.login .login-area .additional-options span {
  margin-left: 8px;
  margin-right: 8px;
  color: #E0E0E0;
}
.login .login-area .additional-options .left-menus a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
}
.login .login-area .additional-options .right-menu {
  display: flex;
  gap: 8px;
  font-weight: 500;
}
.login .login-area .additional-options .right-menu a {
  line-height: 100%;
}
.login .login-area .additional-options .right-menu .inactive {
  font-weight: 500;
  font-size: 14px;
  color: #A4A4A4;
}
.login .login-area .additional-options .right-menu .join-member {
  color: #2D6AC1;
  font-size: 16px;
  font-weight: 600;
}
.login .login-area button {
  width: 100%;
  max-width: 202px;
}
@media screen and (max-width: 767px) {
  .login .login-area button {
    width: 100%;
    max-width: 100%;
  }
}

.terms-of-use {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 101px;
  padding-bottom: 150px;
  background: #f7f8fa;
}
@media screen and (max-width: 767px) {
  .terms-of-use {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.terms-of-use .terms-of-use-content-area {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  padding: 60px 120px;
  background: #ffffff;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area {
    padding: 60px 16px;
  }
}
.terms-of-use .terms-of-use-content-area .heading-area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .heading-area {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
  }
}
.terms-of-use .terms-of-use-content-area .heading-area h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .heading-area h2 {
    font-size: 24px;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area {
    margin-top: 40px;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #143971;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area h2 {
    font-size: 18px;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper {
  position: relative;
  width: 100%;
  border: 5px solid #f7f8fa;
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper {
    padding: 0;
    border: none;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper p.sm-text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper p.sm-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt {
    overflow: scroll;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt table {
  border-top: 1px solid #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-left: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt table {
    width: 1040px;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt table tbody tr {
  border-bottom: 1px solid #333333;
  text-align: center;
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt table tbody tr th {
  border-top: 2px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 24px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  background: #f7f8fa;
  text-align: center;
  border-right: 1px solid #E0E0E0;
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .main-cnt table tbody tr td {
  border-bottom: 1px solid #E0E0E0 !important;
  padding: 24px 15px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  border-right: 1px solid #E0E0E0;
}
.terms-of-use .terms-of-use-content-area .main-content-area .main-area .content-wrapper .warn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #EB5757;
}
.terms-of-use .terms-of-use-content-area .main-content-area .accept-agreement {
  margin-top: 24px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .accept-agreement {
    padding-bottom: 40px;
  }
}
.terms-of-use .terms-of-use-content-area .main-content-area .accept-agreement label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .main-content-area .accept-agreement label {
    font-size: 16px;
  }
}
.terms-of-use .terms-of-use-content-area .submit-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.terms-of-use .terms-of-use-content-area .submit-area label {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}
.terms-of-use .terms-of-use-content-area .submit-area button {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .terms-of-use .terms-of-use-content-area .submit-area button {
    max-width: 100%;
  }
}

.steps {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .steps {
    margin-top: 24px;
  }
}
.steps ul {
  position: relative;
  width: 100%;
  max-width: 215px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .steps ul {
    max-width: 201px;
  }
}
.steps ul li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .steps ul li {
    font-size: 14px;
    line-height: 17px;
  }
}
.steps ul li span {
  width: 119px;
  border-top: 2px dashed #96B4E0;
  position: absolute;
  top: 8px;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .steps ul li span {
    width: 110px;
  }
}
.steps ul li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #A4A4A4;
  border-radius: 100%;
  top: 0;
}
.steps ul li.step-done {
  color: #143971;
}
.steps ul li.step-done::after {
  background: #1E386D;
  border: 1px solid #1E386D;
}

.required-field {
  display: flex;
  justify-content: end;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
}

.comm-member-reg {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 101px;
  padding-bottom: 150px;
  background: #f7f8fa;
}
@media screen and (max-width: 767px) {
  .comm-member-reg {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.comm-member-reg .comm-member-reg-content-area {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  padding: 60px 120px;
  background: #ffffff;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area {
    padding: 60px 16px;
  }
}
.comm-member-reg .comm-member-reg-content-area .heading-area {
  display: flex;
  justify-content: center;
}
.comm-member-reg .comm-member-reg-content-area .heading-area h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area .heading-area h2 {
    font-size: 24px;
  }
}
.comm-member-reg .comm-member-reg-content-area .required-field span {
  margin-top: 60px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area .required-field span {
    margin-top: 40px;
  }
}
.comm-member-reg .comm-member-reg-content-area .form-area {
  padding-bottom: 32px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area .form-area {
    padding-bottom: 16px;
  }
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-group a {
  max-width: 109px;
  height: 48px;
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-field {
  padding-bottom: 32px;
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-component {
  padding-top: 16px;
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-component .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-component .content-wrapper .check-area {
  display: flex;
  flex-direction: column;
}
.comm-member-reg .comm-member-reg-content-area .form-area .form-component .content-wrapper .from-check {
  gap: 0px !important;
}
.comm-member-reg .comm-member-reg-content-area .submit-area {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area .submit-area {
    margin-top: 40px;
  }
}
.comm-member-reg .comm-member-reg-content-area .submit-area button {
  width: 100%;
  max-width: 216px;
}
@media screen and (max-width: 767px) {
  .comm-member-reg .comm-member-reg-content-area .submit-area button {
    width: 100%;
  }
}

.find-common-id {
  position: relative;
  width: 100%;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .find-common-id {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.find-common-id .find-common-id-area {
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .find-common-id .find-common-id-area {
    max-width: 343px;
    padding: 60px 16px;
  }
}
.find-common-id .find-common-id-area .login-heading-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.find-common-id .find-common-id-area .login-heading-area h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .find-common-id .find-common-id-area .login-heading-area h2 {
    font-size: 24px;
  }
}
.find-common-id .find-common-id-area .login-heading-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .find-common-id .find-common-id-area .login-heading-area p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
.find-common-id .find-common-id-area .login-content-area {
  width: 100%;
  max-width: 1160px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .find-common-id .find-common-id-area .login-content-area {
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.find-common-id .find-common-id-area button {
  width: 100%;
  max-width: 234px;
}
@media screen and (max-width: 767px) {
  .find-common-id .find-common-id-area button {
    width: 100%;
    max-width: 100%;
  }
}

.find-common-password {
  position: relative;
  width: 100%;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .find-common-password {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.find-common-password .find-common-password-area {
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area {
    max-width: 343px;
    padding: 60px 16px;
  }
}
.find-common-password .find-common-password-area .login-heading-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.find-common-password .find-common-password-area .login-heading-area h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area .login-heading-area h2 {
    font-size: 24px;
  }
}
.find-common-password .find-common-password-area .login-heading-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area .login-heading-area p {
    font-size: 14px;
    line-height: 17px;
  }
}
.find-common-password .find-common-password-area .login-content-area {
  width: 100%;
  max-width: 1160px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area .login-content-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.find-common-password .find-common-password-area .login-content-area .email-four-column .four-label-input {
  gap: 16px;
}
.find-common-password .find-common-password-area .login-content-area .email-four-column .four-label-input .select-input {
  max-width: 102px;
}
.find-common-password .find-common-password-area .password {
  padding-top: 40px;
  padding-bottom: 40px;
}
.find-common-password .find-common-password-area .additional-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 485px;
  padding-top: 24px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area .additional-options {
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.find-common-password .find-common-password-area .additional-options a {
  font-size: 14px;
  line-height: 100%;
  color: #181818;
}
.find-common-password .find-common-password-area .additional-options span {
  margin-left: 8px;
  margin-right: 8px;
  color: #E0E0E0;
}
.find-common-password .find-common-password-area .additional-options .left-menus a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
}
.find-common-password .find-common-password-area .additional-options .right-menu {
  display: flex;
  gap: 8px;
  font-weight: 500;
}
.find-common-password .find-common-password-area .additional-options .right-menu a {
  font-weight: 500;
}
.find-common-password .find-common-password-area .additional-options .right-menu .inactive {
  color: #A4A4A4;
}
.find-common-password .find-common-password-area .additional-options .right-menu .join-member {
  color: #2D6AC1;
  font-size: 16px;
}
.find-common-password .find-common-password-area button {
  width: 100%;
  max-width: 247px;
}
@media screen and (max-width: 767px) {
  .find-common-password .find-common-password-area button {
    width: 100%;
    max-width: 100%;
  }
}

.reg-degree-course {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  background: #f7f8fa;
}
@media screen and (max-width: 767px) {
  .reg-degree-course {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}
.reg-degree-course .comm-member-reg-content-area {
  display: flex;
  justify-content: center;
  margin: auto;
  flex-direction: column;
  padding: 60px 120px;
  background: #ffffff;
  border: 1px solid #CADAEF;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area {
    padding: 60px 16px;
  }
}
.reg-degree-course .comm-member-reg-content-area .heading-area {
  display: flex;
  justify-content: center;
}
.reg-degree-course .comm-member-reg-content-area .heading-area h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .heading-area h2 {
    font-size: 24px;
  }
}
.reg-degree-course .comm-member-reg-content-area .required-field span {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .required-field span {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area {
  padding-bottom: 32px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-group a {
  max-width: 109px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-group a {
    max-width: 92px;
    padding: 15px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-field {
  padding-bottom: 32px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component {
  padding-top: 32px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #2D6AC1;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component {
    padding-top: 16px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E0E0E0;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .check-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .check-area {
    gap: 8px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area {
    flex-direction: column;
    gap: 32px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div {
  width: 100%;
  max-width: 560px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.first-sec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec div {
  display: flex;
  gap: 8px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec div {
  display: flex;
  gap: 8px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec div .select-input {
  width: 100%;
  max-width: 276px;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec div .select-input select {
  background-position: 97% 17px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div.last-sec div .select-input select {
    background-position: 93% 17px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .content-wrapper .select-form-area div label span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .check-area {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .form-area .form-component .check-area {
    gap: 8px;
  }
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .rigt-box-area .checkbox-group label p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #181818;
}
.reg-degree-course .comm-member-reg-content-area .form-area .form-component .rigt-box-area .checkbox-group label span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
}
.reg-degree-course .comm-member-reg-content-area .submit-area {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .submit-area {
    margin-top: 40px;
  }
}
.reg-degree-course .comm-member-reg-content-area .submit-area button {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .reg-degree-course .comm-member-reg-content-area .submit-area button {
    width: 100%;
    max-width: 100%;
  }
}
.reg-degree-course #certificate_addition {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.disabled {
  background: #F2F2F2;
  border: 1px solid #CFCFCF;
  padding: 23px 48px;
}

.left-menu {
  float: left;
  width: 100%;
  margin-right: 46px;
}
.left-menu nav .menu-title {
  padding-bottom: 48px;
}
.left-menu nav .menu-title h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  color: #181818;
}
.left-menu nav .main-wrap {
  border-top: 3px solid #111111;
  border-bottom: 3px solid #111111;
}
.left-menu nav .main-wrap .main-listing {
  padding: 0;
  margin: 0;
}
.left-menu nav .main-wrap .main-listing .mainlist-item {
  border-top: 1px solid #d6d6d6;
}
.left-menu nav .main-wrap .main-listing .mainlist-item:first-child {
  border-top: none;
}
.left-menu nav .main-wrap .main-listing .mainlist-item.active .sub-wrap {
  max-height: 1000px;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link {
  position: relative;
  display: block;
  padding: 20px 25px 20px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  letter-spacing: -0.003em;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  left: -10px;
  top: 0;
  background: #53606f;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.2);
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../../assets/icons/Down-arrow-grey.png") no-repeat;
  transform: rotate(0);
  transition: background 0.5s, transform 0.5s;
  left: 85%;
  top: 30%;
  z-index: 2;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link:hover {
  color: #ffffff;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link:hover::before {
  opacity: 1;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link:hover::after {
  background: url("../../assets/icons/Up-arrow-white.png") no-repeat;
  transform: rotate(360deg);
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link.active {
  color: #ffffff;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link.active::before {
  opacity: 1;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link.active::after {
  background: url("../../assets/icons/Up-arrow-white.png") no-repeat;
  transform: rotate(360deg);
}
.left-menu nav .main-wrap .main-listing .mainlist-item .mainitem-link span {
  position: relative;
  z-index: 3;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap {
  position: relative;
  overflow: hidden;
  max-height: 0;
  z-index: 1;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing {
  padding: 5px 0;
  background: #efefef;
  margin: 0;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item {
  float: none;
  margin: 0;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item::before {
  display: none;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item::after {
  display: none;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link {
  display: block;
  position: relative;
  padding: 7px 25px 7px 40px;
  font-size: 16px;
  color: #999999;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link::after {
  display: none;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link.active {
  color: #111111;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link.active::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 10px;
  height: 2px;
  background-color: #111111;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link:hover {
  color: #111111;
}
.left-menu nav .main-wrap .main-listing .mainlist-item .sub-wrap .sub-listing .sublist-item .subitem-link:hover::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 10px;
  height: 2px;
  background-color: #111111;
}

.sub-navigation-wrap {
  position: relative;
  margin-top: -67px;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap {
    margin-top: 0px;
  }
}
.sub-navigation-wrap .navigation-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 67px;
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
}
.sub-navigation-wrap .sub-utilities {
  position: absolute;
  right: 25px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .sub-navigation-wrap .sub-utilities {
    display: none;
  }
}
.sub-navigation-wrap .sub-utilities ul li {
  float: left;
  position: relative;
}
.sub-navigation-wrap .sub-utilities ul li button {
  width: 40px;
  height: 65px;
  text-indent: -9999px;
}
.sub-navigation-wrap .sub-utilities ul li .sub-share {
  background: url("../../assets/icons/share-outline.svg") no-repeat center center;
}
.sub-navigation-wrap .sub-utilities ul li .sub-fav {
  background: url("../../assets/icons/fav-outline.svg") no-repeat center center;
}
.sub-navigation-wrap .sub-utilities ul li .sub-print {
  background: url("../../assets/icons/print-outline.svg") no-repeat center center;
}

.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 table.dataTable {
  margin: 0 !important;
}
.custom-data-table-area table.dataTable thead tr th {
  padding: 24px 4px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-top: 2px solid #181818;
  border-bottom: 1px solid #181818;
  color: #181818;
}
.custom-data-table-area table.dataTable tbody tr td {
  padding: 24px 16px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-top: none;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}
.custom-data-table-area table.dataTable tbody tr td.active {
  color: #2D6AC1;
}
.custom-data-table-area table.dataTable tbody tr td.inactive {
  color: #EB5757;
}
.custom-data-table-area table.dataTable tbody tr td.td-icon img {
  margin: 0 auto;
}
.custom-data-table-area table.dataTable tbody tr td .td-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-data-table-area table.dataTable tbody tr td a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}
.custom-data-table-area table.dataTable tbody tr td button {
  min-width: 100px;
  font-size: 12px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  letter-spacing: 0;
}
.custom-data-table-area .dataTables_paginate {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.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;
  border: none !important;
}
.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;
  border: none !important;
}
.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: 500;
  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: #6290D1;
  color: #ffffff;
}

.inner-data-table-area {
  position: relative;
  width: 100%;
}
.inner-data-table-area table {
  margin: 0 !important;
}
.inner-data-table-area table thead tr th {
  padding: 24px 5px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border-top: 2px solid #666666;
  border-bottom: 1px solid #666666;
  color: #333333;
}
.inner-data-table-area table 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;
}
.inner-data-table-area table tbody tr td.active {
  color: #2D6AC1;
}
.inner-data-table-area table tbody tr td.inactive {
  color: #EB5757;
}
.inner-data-table-area table tbody tr td .td-icon {
  display: grid;
  justify-content: center;
}
.inner-data-table-area table tbody tr td button {
  min-width: 100px;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 100% !important;
}

.dataTables_wrapper {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    width: 1440px;
  }
}

.custom-tb-scroll {
  overflow: auto;
}
.custom-tb-scroll .dataTables_wrapper {
  width: 2480px;
}

.inner-table-box td {
  border-bottom: none !important;
  background: #f7f8fa;
  padding: 0px !important;
}
.inner-table-box td .child-table {
  padding: 40px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.inner-table-box td .child-table .table-heading {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.inner-table-box td .child-table .table-heading h2 {
  display: block;
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  text-align: left;
}
.inner-table-box td .child-table .content-table {
  position: relative;
  width: 100%;
}
.inner-table-box td .child-table .content-table .child-table-content {
  background: none;
  margin: 0;
}
.inner-table-box td .child-table .content-table .child-table-content thead tr th {
  border-top: 2px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 24px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.inner-table-box td .child-table .content-table .child-table-content tbody tr td {
  border-bottom: 1px solid #E0E0E0 !important;
  padding: 24px 15px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
}

.wdt120 {
  width: 120px;
}

.wdt80 {
  width: 80px;
}

.arrowsup span {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.dropstable .collapsed .arrowsup span {
  transform: rotate(0deg);
}

.highlighted-table tbody {
  background: #f7f8fa;
}
.highlighted-table 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: #333333;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}
.highlighted-table tbody tr td.active {
  color: #2D6AC1;
}

.faq-data-table-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-data-table-area {
    overflow: scroll;
  }
}
.faq-data-table-area table.dataTable thead tr th {
  padding: 24px 5px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border-top: 2px solid #181818;
  border-bottom: 1px solid #181818;
  color: #181818;
}
.faq-data-table-area .dataTables_paginate {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.faq-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;
  border: none !important;
}
.faq-data-table-area .dataTables_paginate .previous.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.faq-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;
  border: none !important;
}
.faq-data-table-area .dataTables_paginate .next.disabled {
  opacity: 0.4;
  cursor: no-drop;
}
.faq-data-table-area .dataTables_paginate span {
  display: flex;
  gap: 8px;
}
.faq-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;
}
.faq-data-table-area .dataTables_paginate span a.paginate_button.current {
  background: #96B4E0;
  color: #ffffff;
}

.innertable {
  position: relative;
  width: 100%;
}
.innertable table {
  width: 100%;
}
.innertable table tbody tr td {
  padding: 24px 8px;
  text-align: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-top: none;
  color: #333333;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}

.heads {
  cursor: pointer;
}
.heads td:nth-child(1) {
  width: 9.4%;
}
.heads td:nth-child(2) {
  width: 9.4%;
}
.heads td:nth-child(4) {
  width: 93.375px;
  text-align: center;
}
.heads td:nth-child(4) span {
  display: block;
}
.heads td:nth-child(4) span img {
  margin: 0 auto;
}
.heads.active td span {
  transform: rotate(180deg);
}
.heads.active td:nth-child(3) {
  color: #2d6ac1;
}

.innertd {
  border-top: none !important;
}

.answer {
  display: none;
}
.answer td {
  padding: 0 !important;
}
.answer td .card-body {
  padding: 32px 80px 32px 160px;
  background: #f7f8fa;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #333333;
}

.division {
  color: #2d6ac1 !important;
}

.event-name h3 {
  font-size: 14px !important;
  color: #181818;
  margin: 0;
  padding: 5px 5px 0;
  font-weight: 600;
}

.event-name p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0 5px;
  margin: 8px 0 0;
  color: #666;
  font-family: "Pretendard";
}

.mycalender {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .mycalender {
    overflow-x: scroll;
    min-height: 1450px;
  }
}

span.hour {
  position: absolute;
  top: 0px;
  left: 0;
  min-width: 60px;
  border-top: 2px solid #181818 !important;
  padding: 21px 5px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #181818 !important;
  font-weight: 700;
  height: 71px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  span.hour {
    height: 69px;
  }
}

span.Day {
  position: absolute;
  top: 0px;
  right: 0;
  min-width: 142px;
  border-top: 2px solid #181818 !important;
  padding: 21px 5px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #181818 !important;
  font-weight: 700;
  height: 71px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  span.Day {
    height: 69px;
  }
}
@media screen and (max-width: 375px) {
  span.Day {
    right: -699px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 420px) {
  span.Day {
    right: -655px;
  }
}

.calendar-month {
  display: none;
}

@media screen and (max-width: 767px) {
  .calendar-events {
    width: 980px;
  }
}

.calendar-events ul {
  float: left;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .calendar-events ul {
    width: 980px;
  }
}

.calendar {
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .calendar {
    width: 980px;
  }
}

.calendar .calendar-timeline li span {
  transform: none !important;
  padding-left: 0;
  min-height: 103px;
  display: flex !important;
  align-items: center;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #E0E0E0 !important;
}

span.weektoday {
  padding: 24px 0 !important;
}

.calendar-events-day {
  border-right: none !important;
  border-top: 2px solid #181818 !important;
  border-bottom: none !important;
}

.calendar .calendar-events .calendar-event {
  box-shadow: none !important;
}

.calendar-day-header {
  border-bottom: 1px solid #181818 !important;
}

.calendar-timeline {
  margin-top: 71px !important;
}

.academic-cal #calender tr td:first-child {
  width: 200px;
}

#totalCredit {
  background: #ffffff;
}

#acquiredCredit {
  background: #ffffff;
}

#averageRating {
  background: #ffffff;
}

.payment-area {
  margin-top: 32px;
}

.guide-section {
  margin-top: 32px;
}

.calendar .event-name, .calendar .event-date {
  gap: 0 !important;
}

.tp-16 {
  padding: 16px 0 !important;
}

.enrollment-table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.enrollment-table .table-header-content .header-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.enrollment-table .table-header-content .header-wrap .title {
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #181818;
}
.enrollment-table .table-header-content .header-wrap .title h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #181818;
}
.enrollment-table .table-header-content .header-wrap .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enrollment-table .table-header-content .header-wrap .content-wrap h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.enrollment-table .table-header-content .header-wrap .content-wrap .sub-text .wrap {
  display: flex;
  gap: 8px;
}
.enrollment-table .table-header-content .header-wrap .content-wrap .sub-text .wrap h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.enrollment-table .table-header-content .header-wrap .content-wrap .sub-text .wrap span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.enrollment-table .table-header-content .header-wrap .content-wrap .sub-text .wrap .divider {
  width: 2px;
  height: 20px;
  background: #CFCFCF;
}
.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;
  gap: 32px;
  margin-bottom: 40px;
}
.enrollment-table .table-header-content-box .table-header-content-top {
  display: flex;
  justify-content: space-between;
}
.enrollment-table .table-header-content-box .table-header-content-top .select-box-area h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #181818;
  margin-bottom: 8px;
}
.enrollment-table .table-header-content-box .table-header-content-top .select-box-area h3 span {
  font-weight: 400;
  font-size: 12px;
  color: #A4A4A4;
  margin-left: 12px;
}
.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 .table-sub-heading {
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .enrollment-table .table-sub-heading {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    align-items: flex-start;
    gap: 32px;
  }
}
.enrollment-table .table-sub-heading .sub-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.enrollment-table .table-sub-heading .sub-left h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #1E386D;
}
.enrollment-table .table-sub-heading h4 {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  .enrollment-table .table-sub-heading button {
    width: 100%;
  }
}
.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: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  form #bulletin {
    width: 100%;
  }
}

.academic-info-area {
  margin-bottom: 150px;
}
.academic-info-area .table tbody tr td .td-icon {
  display: flex;
  justify-content: center;
}
.academic-info-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .academic-info-area .left-content-area {
    display: none;
  }
}
.academic-info-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .academic-info-area .right-content-area {
    margin-top: 0;
  }
}
.academic-info-area .right-content-area .content-title {
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .academic-info-area .right-content-area .content-title {
    padding: 40px 0px 40px;
  }
}
.academic-info-area .right-content-area .enrollment-table {
  padding: 0;
}
.academic-info-area .right-content-area .search-filter-area {
  justify-content: left;
}
.academic-info-area .right-content-area .search-filter-area .label-input .input-select-area input {
  min-width: 583px;
}
@media screen and (max-width: 767px) {
  .academic-info-area .right-content-area .search-filter-area .label-input .input-select-area input {
    min-width: 311px;
  }
}

.academic-info-detail-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .left-content-area {
    display: none;
  }
}
.academic-info-detail-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .right-content-area {
    margin-top: 0;
  }
}
.academic-info-detail-area .right-content-area .content-title {
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .right-content-area .content-title {
    padding: 40px 0 40px;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-heading {
  border-bottom: 1px solid #181818;
  padding: 60px 24px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .sub-heading {
    padding: 32px 16px;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-heading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .sub-heading h2 {
    font-size: 18px;
    line-height: 150%;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-menus {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E0E0E0;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .sub-menus {
    flex-direction: column;
    padding: 24px 0px 24px;
    gap: 16px;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-menus :nth-child(3) {
  border-right: none !important;
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail {
  display: flex;
  gap: 8px;
  border-right: 1px solid #E0E0E0;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail {
    border-right: none;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.academic-info-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #666666;
}
.academic-info-detail-area .main-content-area .main-info-sec .page-content-area {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .page-content-area {
    padding: 40px 0px 32px;
    font-size: 16px;
    line-height: 160%;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .page-content-area .sub-cnt {
  padding-left: 20px;
}
.academic-info-detail-area .main-content-area .main-info-sec .page-content-area .sub-para {
  padding-left: 45px;
}
.academic-info-detail-area .main-content-area .main-info-sec .page-content-area li {
  counter-increment: item;
}
.academic-info-detail-area .main-content-area .main-info-sec .page-content-area li:before {
  content: counter(item);
}
.academic-info-detail-area .main-content-area .main-info-sec .attachment-area {
  display: flex;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #143971;
  padding-bottom: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .attachment-area {
    padding-left: 0px;
    font-size: 16px;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .attachment-area a {
  color: #143971;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.academic-info-detail-area .main-content-area .main-info-sec .attachment-area p a {
  color: #143971;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.academic-info-detail-area .main-content-area .main-info-sec .btn-area {
  margin-top: 32px;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .btn-area {
    margin-bottom: 100px;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .btn-area button {
  width: 100%;
  max-width: 188px;
}
@media screen and (max-width: 767px) {
  .academic-info-detail-area .main-content-area .main-info-sec .btn-area button {
    max-width: 100%;
  }
}
.academic-info-detail-area .main-content-area .main-info-sec .btn-area button a {
  color: #2D6AC1;
}

.community-notice-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .community-notice-area {
    margin-bottom: 100px;
  }
}
.community-notice-area .major-search-area {
  display: flex;
  position: relative;
  padding: 32px 16px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
}
.community-notice-area .major-search-area .select-area {
  display: flex;
  gap: 24px;
}
.community-notice-area .major-search-area select {
  background: #ffffff;
}
.community-notice-area .major-search-area .search-area {
  position: absolute;
  top: 79px;
  left: 433px;
  width: 100%;
  max-width: 126px;
  margin-left: 32px;
  background: #ffffff;
}
.community-notice-area .major-search-area .select-input-area {
  display: flex;
  gap: 16px;
}
.community-notice-area .table tbody tr td .td-icon {
  display: flex;
  justify-content: center;
}
.community-notice-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .community-notice-area .left-content-area {
    display: none;
  }
}
.community-notice-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .community-notice-area .right-content-area {
    margin-top: 0;
  }
}
.community-notice-area .right-content-area .content-title {
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .community-notice-area .right-content-area .content-title {
    padding: 40px 0 40px;
  }
}
.community-notice-area .right-content-area .enrollment-table {
  padding: 0;
}
.community-notice-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
  height: 48px;
  min-width: 583px;
}
@media screen and (max-width: 767px) {
  .community-notice-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
    min-width: 311px;
  }
}

.comm-notice-detail-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .left-content-area {
    display: none;
  }
}
.comm-notice-detail-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .right-content-area {
    margin-top: 0;
  }
}
.comm-notice-detail-area .right-content-area .content-title {
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .right-content-area .content-title {
    padding: 40px 0px 40px;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-heading {
  border-bottom: 1px solid #181818;
  padding: 60px 0px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .sub-heading {
    padding: 32px 16px;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-heading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .sub-heading h2 {
    font-size: 18px;
    line-height: 150%;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-menus {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E0E0E0;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .sub-menus {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0px;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-menus :nth-child(4) {
  border-right: none !important;
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail {
  display: flex;
  gap: 8px;
  border-right: 1px solid #E0E0E0;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail {
    border-right: none;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.comm-notice-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #666666;
}
.comm-notice-detail-area .main-content-area .main-info-sec .page-content-area {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .page-content-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .page-content-area img {
  padding-bottom: 32px;
}
.comm-notice-detail-area .main-content-area .main-info-sec .page-content-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .page-content-area p {
    font-size: 16px;
    line-height: 160%;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .attachment-area {
  display: flex;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #143971;
  padding-bottom: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .attachment-area {
    padding-left: 0;
    font-size: 16px;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .attachment-area p a {
  color: #143971;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.comm-notice-detail-area .main-content-area .main-info-sec .btn-area {
  margin-top: 32px;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .comm-notice-detail-area .main-content-area .main-info-sec .btn-area {
    margin-bottom: 100px;
  }
}
.comm-notice-detail-area .main-content-area .main-info-sec .btn-area button {
  width: 100%;
  max-width: 188px;
}
.comm-notice-detail-area .main-content-area .main-info-sec .btn-area button a {
  color: #2D6AC1;
}

.civil-consultation-detail-area .left-content-area {
  margin-top: 48px;
}
.civil-consultation-detail-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .right-content-area {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .right-content-area .content-title {
    padding: 0px 0px 40px;
  }
}
.civil-consultation-detail-area .main-content-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area {
    margin-top: 32px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #181818;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .sub-heading {
    flex-direction: column;
    padding-bottom: 32px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-heading span {
  width: 100%;
  max-width: 24px;
  margin-left: 24px;
  margin: 0;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-heading h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #181818;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .sub-heading h2 {
    font-size: 18px;
    line-height: 150%;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E0E0E0;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus {
    padding-left: 0;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus :nth-child(2) {
  border-right: none !important;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail {
  display: flex;
  gap: 8px;
  border-right: 1px solid #E0E0E0;
  padding-right: 8px;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .sub-menus .menu-detail p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #666666;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .page-content-area {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .page-content-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .page-content-area img {
  padding-bottom: 32px;
}
.civil-consultation-detail-area .main-content-area .main-info-sec .page-content-area p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .page-content-area p {
    font-size: 16px;
    line-height: 160%;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .attachment-area {
  display: flex;
  gap: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #143971;
  padding-bottom: 40px;
  padding-left: 40px;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .attachment-area {
    font-size: 16px;
    padding-left: 0;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .attachment-area img {
  width: 100%;
  max-width: 24px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .attachment-area img {
    max-width: 16px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .attachment-area p a {
  color: #143971;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.civil-consultation-detail-area .main-content-area .main-info-sec .second-sec {
  background: #f7f8fa;
  border-top: 1px solid #E0E0E0;
  padding: 0px 16px 0px 16px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .second-sec {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .second-sec .sub-heading {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .second-sec .sub-heading {
    padding-top: 32px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .btn-area {
  margin-top: 32px;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .btn-area {
    margin-bottom: 100px;
  }
}
.civil-consultation-detail-area .main-content-area .main-info-sec .btn-area button {
  width: 100%;
  max-width: 188px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-detail-area .main-content-area .main-info-sec .btn-area button {
    max-width: 100%;
  }
}

.academic-calendar-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area {
    margin-bottom: 100px;
  }
}
.academic-calendar-area .table-sub-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .table-sub-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.academic-calendar-area .table-sub-heading h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .table-sub-heading h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .table-sub-heading.withscroll {
    flex-direction: row;
  }
}
.academic-calendar-area .year-scroll {
  position: relative;
  width: 100px;
}
.academic-calendar-area .year-scroll .yearspass {
  position: relative;
}
.academic-calendar-area .year-scroll .yearspass h4 {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .year-scroll .yearspass h4 {
    font-size: 24px;
  }
}
.academic-calendar-area .year-scroll .yearspass .slick-next {
  width: 14px;
  height: 28px;
  position: absolute;
  top: 6px;
  right: -36px;
  background: url("../../assets/icons/chevron-right.png") no-repeat;
  cursor: pointer;
}
.academic-calendar-area .year-scroll .yearspass .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.academic-calendar-area .year-scroll .yearspass .slick-prev {
  width: 14px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: -36px;
  background: url("../../assets/icons/chevron-left.png") no-repeat;
  cursor: pointer;
}
.academic-calendar-area .year-scroll .yearspass .slick-prev.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.academic-calendar-area .dataTables_wrapper {
  border-bottom: 1px solid #181818;
  border-top: 1px solid #181818;
}
.academic-calendar-area .dataTables_wrapper .table thead {
  display: none;
}
.academic-calendar-area .dataTables_wrapper .table tbody tr td .td-icon {
  display: flex;
  justify-content: center;
}
.academic-calendar-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .left-content-area {
    display: none;
  }
}
.academic-calendar-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .right-content-area {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .academic-calendar-area .right-content-area .content-title {
    padding: 40px 0px 40px;
  }
}
.academic-calendar-area .right-content-area .enrollment-table {
  padding: 0;
}

.community-faq-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .community-faq-area {
    margin-bottom: 100px;
  }
}
.community-faq-area .major-search-area {
  display: flex;
  position: relative;
  padding: 32px 16px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
}
.community-faq-area .major-search-area .select-area {
  display: flex;
  gap: 24px;
}
.community-faq-area .major-search-area select {
  background: #ffffff;
}
.community-faq-area .major-search-area .search-area {
  position: absolute;
  top: 79px;
  left: 433px;
  width: 100%;
  max-width: 126px;
  margin-left: 32px;
  background: #ffffff;
}
.community-faq-area .major-search-area .select-input-area {
  display: flex;
  gap: 16px;
}
.community-faq-area .table tbody tr td .td-icon {
  display: flex;
  justify-content: center;
}
.community-faq-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .community-faq-area .left-content-area {
    display: none;
  }
}
.community-faq-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .community-faq-area .right-content-area {
    margin-top: 0;
  }
}
.community-faq-area .right-content-area .content-title {
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .community-faq-area .right-content-area .content-title {
    padding: 40px 0px;
  }
}
.community-faq-area .right-content-area .enrollment-table {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .community-faq-area .right-content-area .academic-info-search-area .search-filter-area .label-input-section .label-input .select-input {
    max-width: 311px;
  }
}
.community-faq-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area {
  width: 100%;
}
.community-faq-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .community-faq-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
    min-width: 0;
  }
}

.open-accr {
  background: #f7f8fa;
}

.cols-2 {
  position: relative;
  width: 100%;
  display: flex;
  padding: 32px 40px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .cols-2 {
    flex-direction: column;
    padding: 24px 0;
    gap: 0;
  }
}
.cols-2 .sub-menus {
  padding: 0 !important;
  width: 100%;
  border-bottom: none !important;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cols-2 .sub-menus {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
  }
  .cols-2 .sub-menus .menu-detail {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .cols-2 .actions-area {
    justify-content: flex-start;
  }
}

.actions-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: end;
}
.actions-area a {
  display: flex;
  gap: 6px;
  border-right: 1px solid #E0E0E0;
  padding-right: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.actions-area a:last-child {
  border-right: none;
  padding-right: 0px;
}

.prof-grade-manage {
  padding: 45px 0 150px;
}
@media screen and (max-width: 768px) {
  .prof-grade-manage {
    padding: 40px 0 100px;
  }
}
.prof-grade-manage .left-content-area .left-menu .menu-title {
  padding-top: 3px;
}
.prof-grade-manage .filter-area-top {
  width: 100%;
  background: #f7f8fa;
  border: 1px solid #F2F2F2;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.prof-grade-manage .filter-area-top h1 {
  color: var(--gray-1, #333);
  font-family: Pretendard Variable;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .prof-grade-manage .filter-area-top h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .prof-grade-manage .filter-area-top {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.prof-grade-manage .filter-area-top h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-top h2 {
    font-size: 18px;
  }
}
.prof-grade-manage .filter-area-top span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-top span {
    font-size: 12px;
  }
}
.prof-grade-manage .content-title {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .content-title {
    padding-bottom: 40px;
  }
}
.prof-grade-manage .content-title h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .content-title h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.prof-grade-manage .custom-table-box tbody tr td {
  padding: 8px 16px !important;
}
.prof-grade-manage .custom-table-box tbody tr td .td-box {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background: #ffffff;
  padding: 16px 12px;
  text-align: left;
  max-width: 128px;
}
.prof-grade-manage .custom-table-box tbody tr td .td-box.in-active {
  color: #828282;
}
.prof-grade-manage .custom-table-box tbody tr td .td-box.disabled {
  background: #F2F2F2;
  color: #828282;
}
.prof-grade-manage .filter-area-bottom {
  border: 1px solid #F2F2F2;
  background: #FAFAFA;
  padding: 40px;
  display: flex;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom {
    padding: 24px 16px;
    flex-direction: column;
  }
}
.prof-grade-manage .filter-area-bottom .wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.prof-grade-manage .filter-area-bottom .wrap.sec-1 {
  width: 100%;
  max-width: 620px;
}
.prof-grade-manage .filter-area-bottom .wrap .wrap-label {
  display: flex;
  gap: 8px;
}
.prof-grade-manage .filter-area-bottom .wrap .wrap-label label {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap .wrap-label label {
    font-size: 16px;
  }
}
.prof-grade-manage .filter-area-bottom .wrap .wrap-label .warning {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #EB5757;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap .wrap-label .warning {
    font-size: 12px;
  }
}
.prof-grade-manage .filter-area-bottom .wrap .check-row {
  padding: 8px 0;
}
.prof-grade-manage .filter-area-bottom .wrap .select-input .toggle-btn-sec {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap .select-input .toggle-btn-sec {
    flex-direction: column;
  }
}
.prof-grade-manage .filter-area-bottom .wrap .select-input .toggle-btn-sec .toglebtn {
  width: 100%;
  min-width: 492px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap .select-input .toggle-btn-sec .toglebtn {
    min-width: 0;
  }
}
.prof-grade-manage .filter-area-bottom .wrap button {
  padding: 16px;
  min-width: 120px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .wrap button {
    width: 100%;
  }
}
.prof-grade-manage .filter-area-bottom .grade-divider {
  height: 76px;
  width: 1px;
  background-color: #E0E0E0;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .filter-area-bottom .grade-divider {
    width: 311px;
    height: 1px;
    margin: 24px 0;
  }
}
.prof-grade-manage .search-filter-area .label-input-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .search-filter-area .label-input-section {
    flex-direction: column;
  }
}
.prof-grade-manage .search-filter-area .input-btn-area {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .search-filter-area .input-btn-area .select-input {
    min-width: 100%;
  }
}
.prof-grade-manage .sub-card-area {
  margin: 32px 0 0;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .sub-card-area {
    gap: 8px;
  }
}
.prof-grade-manage .sub-card-area .card-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 32px 40px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .sub-card-area .card-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.prof-grade-manage .post-writing-section {
  padding: 32px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.prof-grade-manage .post-writing-section .post-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.prof-grade-manage .post-sub-title {
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.prof-grade-manage .post-sub-title h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.prof-grade-manage .post-sub-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
}
.prof-grade-manage .post-details-section {
  padding-bottom: 40px;
}
.prof-grade-manage .post-details-section .post-title {
  padding: 60px 0;
  border-bottom: 1px solid #181818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-title {
    padding: 32px 0;
  }
}
.prof-grade-manage .post-details-section .post-title h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-title h4 {
    font-size: 18px;
  }
}
.prof-grade-manage .post-details-section .post-details {
  padding: 32px 40px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-details {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.prof-grade-manage .post-details-section .post-details .left-wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-details .left-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.prof-grade-manage .post-details-section .post-details .left-wrap .wrap {
  display: flex;
  gap: 8px;
}
.prof-grade-manage .post-details-section .post-details .left-wrap .wrap p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}
.prof-grade-manage .post-details-section .post-details .left-wrap .wrap span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-details .left-wrap .divider {
    display: none;
  }
}
.prof-grade-manage .post-details-section .post-details .right-wrap {
  display: flex;
  gap: 16px;
}
.prof-grade-manage .post-details-section .post-details .right-wrap .wrap-two .f-btn {
  display: flex;
  gap: 4px;
  align-items: center;
}
.prof-grade-manage .post-details-section .post-details .right-wrap .wrap-two .f-btn p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.prof-grade-manage .post-details-section .post-content {
  padding: 40px 40px 0;
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-content {
    padding: 40px 0 0;
  }
}
.prof-grade-manage .post-details-section .post-content .post-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section .post-content .post-info p {
    font-size: 16px;
    line-height: 160%;
  }
}
.prof-grade-manage .post-details-section .post-content .attach-file {
  display: flex;
  align-items: center;
  gap: 4px;
}
.prof-grade-manage .post-details-section .post-content .attach-file p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #143971;
}
.prof-grade-manage .post-details-section2 .details-wrap {
  padding: 40px 32px;
  background: #FAFAFA;
  border-bottom: 1px solid #E0E0E0;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section2 .details-wrap {
    padding: 24px 16px;
  }
}
.prof-grade-manage .post-details-section2 .details-wrap .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .left {
  display: flex;
  align-items: center;
  gap: 4px;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .left h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .left .pills {
  padding: 4px 8px;
  color: #ffffff;
  background: #6290D1;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .left .pills.dark-bg {
  background: #143971;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .right .f-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}
.prof-grade-manage .post-details-section2 .details-wrap .heading .right .f-btn p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.prof-grade-manage .post-details-section2 .details-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section2 .details-wrap p {
    font-size: 14px;
    line-height: 21px;
  }
}
.prof-grade-manage .post-details-section2 .details-wrap .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A4A4A4;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .post-details-section2 .details-wrap .date {
    font-size: 12px;
  }
}
.prof-grade-manage .post-details-section3 {
  padding: 40px 0;
  display: grid;
  gap: 8px;
}
.prof-grade-manage .post-details-section3 .heading {
  display: flex;
  align-items: center;
  gap: 4px;
}
.prof-grade-manage .post-details-section3 .heading h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #181818;
}
.prof-grade-manage .post-details-section3 .heading .pills {
  padding: 4px 8px;
  color: #ffffff;
  background: #6290D1;
  border-radius: 100px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.prof-grade-manage .post-details-section3 .heading .pills.dark-bg {
  background: #143971;
}
.prof-grade-manage .post-details-section3 .text-box-wrap {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 100%;
  min-height: 200px;
  padding: 16px 12px;
}
.prof-grade-manage .post-details-section3 .text-box-wrap textarea {
  width: 100%;
}
.prof-grade-manage .post-details-section3 .text-box-wrap textarea::placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.prof-grade-manage .post-details-section3 .text-box-wrap .bottom-area {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.prof-grade-manage .post-details-section3 .text-box-wrap .bottom-area .char-count {
  display: inline-block;
  width: 100%;
  max-width: 832px;
  color: #828282;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.prof-grade-manage .post-details-section3 .text-box-wrap .bottom-area button {
  width: 100%;
  max-width: 176px;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
}
.prof-grade-manage .form-area {
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
  display: grid;
  gap: 32px;
}
.prof-grade-manage .form-area .check-row {
  padding-top: 8px;
}
.prof-grade-manage .form-area .rigt-box-area {
  padding: 8px 0;
}
.prof-grade-manage .single-bdr-area {
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
}
.prof-grade-manage .single-bdr-area .check-area .rigt-box-area {
  margin-top: 8px;
}
.prof-grade-manage .withdraw-area {
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
}
.prof-grade-manage .withdraw-area .wd-title {
  margin-bottom: 16px;
}
.prof-grade-manage .withdraw-area .wd-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.prof-grade-manage .withdraw-area .wd-details {
  padding: 40px;
  display: grid;
  gap: 16px;
  align-items: start;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .withdraw-area .wd-details {
    padding: 24px;
  }
}
.prof-grade-manage .withdraw-area .wd-details .heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .withdraw-area .wd-details .heading {
    font-size: 14px;
  }
}
.prof-grade-manage .withdraw-area .wd-details .text-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .withdraw-area .wd-details .text-wrap p {
    font-size: 14px;
  }
}
.prof-grade-manage .withdraw-area .wd-details .impt-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #EB5757;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .withdraw-area .wd-details .impt-note {
    font-size: 14px;
  }
}
.prof-grade-manage .withdraw-area .wd-check {
  padding: 8px 4px;
  margin-top: 32px;
}
.prof-grade-manage .table-footer .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .table-footer .btn-wrap a {
    width: 100%;
  }
}
.prof-grade-manage .table-footer .btn-wrap button {
  min-width: 234px;
}
@media screen and (max-width: 767px) {
  .prof-grade-manage .table-footer .btn-wrap button {
    width: 100%;
    min-width: 168px;
  }
}
.prof-grade-manage .table-footer .btn-wrap button.rounded-disable-btn {
  padding: 24px 55px;
}
.prof-grade-manage .table-footer .btn-wrap button a {
  color: #2D6AC1;
}
.prof-grade-manage .outer-frame {
  display: grid;
  gap: 32px;
}

.grade-heading {
  flex-direction: row !important;
  align-items: center !important;
}
.grade-heading button {
  max-width: 120px;
}

.data-table-bx tbody td .semi-rounded-btn {
  margin: 0 auto;
}
.data-table-bx tbody td a {
  margin: 0 auto;
}
.data-table-bx tbody td a.semi-rounded-btn {
  max-width: 100px;
  height: 36px;
  margin: 0 auto;
}

.certificate-heading {
  margin: 32px 0px !important;
}

.course-reg-payment-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area {
    margin-bottom: 100px;
  }
}
.course-reg-payment-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .left-content-area {
    display: none;
  }
}
.course-reg-payment-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area {
    margin-top: 40px;
  }
}
.course-reg-payment-area .right-content-area .content-title {
  padding: 0px 0px 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .content-title {
    padding: 0 0 40px;
  }
}
.course-reg-payment-area .right-content-area .enrollment-table {
  padding: 0;
}
.course-reg-payment-area .right-content-area .enrollment-table .table-sub-heading {
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .enrollment-table .table-sub-heading {
    flex-direction: row;
    align-items: center;
  }
}
.course-reg-payment-area .right-content-area .enrollment-table .table-sub-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.course-reg-payment-area .right-content-area .eligibility-area {
  margin-top: 64px;
}
.course-reg-payment-area .right-content-area .eligibility-area .sub-heading {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .eligibility-area .sub-heading {
    flex-direction: column;
  }
}
.course-reg-payment-area .right-content-area .eligibility-area .sub-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.course-reg-payment-area .right-content-area .eligibility-area .sub-heading h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #EB5757;
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area {
  padding: 40px;
  flex-direction: column;
  gap: 32px;
  border: none;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area {
    padding: 40px 16px;
  }
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .select-input {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .select-input {
    flex-direction: column;
  }
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .select-input select {
  max-width: 240px;
  background-position-x: 95%;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .select-input select {
    max-width: inherit;
    background-position-x: 98%;
  }
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .select-input input {
  width: 100%;
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .upload-area {
  width: 100%;
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .upload-area .all-upload-sec {
  display: flex;
  flex-direction: column;
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .upload-area .all-upload-sec .upload-file-area {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .upload-area .all-upload-sec .upload-file-area {
    flex-direction: column;
  }
}
.course-reg-payment-area .right-content-area .eligibility-area .course-reg-search-area .search-filter-area .upload-area .all-upload-sec span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #EB5757;
}
.course-reg-payment-area .right-content-area .guide-section h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 64px;
  padding-bottom: 16px;
}
.course-reg-payment-area .right-content-area .guide-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  padding: 40px;
  background: #FAFAFA;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-area .right-content-area .guide-section p {
    padding: 24px;
  }
}
.course-reg-payment-area .right-content-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.course-reg-payment-area .right-content-area .btn-area button {
  width: 100%;
  max-width: 216px;
}

.course-reg-cancel-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area {
    margin-bottom: 100px;
  }
}
.course-reg-cancel-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .left-content-area {
    display: none;
  }
}
.course-reg-cancel-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area {
    margin-top: 40px;
  }
}
.course-reg-cancel-area .right-content-area .content-title {
  padding: 0px 0px 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area .content-title {
    padding: 0 0 40px;
  }
}
.course-reg-cancel-area .right-content-area .enrollment-table {
  padding: 0;
}
.course-reg-cancel-area .right-content-area .enrollment-table .table-sub-heading {
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area .enrollment-table .table-sub-heading {
    flex-direction: row;
    align-items: center;
  }
}
.course-reg-cancel-area .right-content-area .enrollment-table .table-sub-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.course-reg-cancel-area .right-content-area .guide-section h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 64px;
  padding-bottom: 16px;
}
.course-reg-cancel-area .right-content-area .guide-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  padding: 40px;
  background: #FAFAFA;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area .guide-section p {
    padding: 24px;
  }
}
.course-reg-cancel-area .right-content-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area .btn-area {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .course-reg-cancel-area .right-content-area .btn-area button {
    padding: 24px;
  }
}

.tution-structure h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 32px;
  padding-bottom: 16px;
}
.tution-structure .tution-structure-data ul {
  width: 100%;
}
.tution-structure .tution-structure-data ul li {
  display: flex;
  width: 100%;
  align-items: center;
  height: 62px;
}
.tution-structure .tution-structure-data ul li p {
  width: 100%;
  max-width: 234px;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
}
.tution-structure .tution-structure-data ul li span {
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Pretendard";
}
.tution-structure .tution-structure-data ul li:nth-child(1) {
  border-top: 1px solid #181818;
  border-bottom: 1px solid #E0E0E0;
}
.tution-structure .tution-structure-data ul li:nth-child(3) {
  border-width: 2px 0px 1px 0px;
  border-color: #181818;
}
.tution-structure .tution-structure-data ul li:nth-child(3) p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #181818 !important;
}
.tution-structure .tution-structure-data ul li:nth-child(3) .total {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
}
.tution-structure .tution-structure-data ul li:nth-child(3) .total.active {
  color: #2D6AC1;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
}

.course-reg-change-period-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area {
    margin-bottom: 100px;
  }
}
.course-reg-change-period-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .left-content-area {
    display: none;
  }
}
.course-reg-change-period-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area {
    margin-top: 40px;
  }
}
.course-reg-change-period-area .right-content-area .content-title {
  padding: 0px 0px 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .content-title {
    padding: 0 0 40px;
  }
}
.course-reg-change-period-area .right-content-area .enrollment-table {
  padding: 0;
}
.course-reg-change-period-area .right-content-area .enrollment-table .table-sub-heading {
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .enrollment-table .table-sub-heading {
    flex-direction: row;
    align-items: center;
  }
}
.course-reg-change-period-area .right-content-area .enrollment-table .table-sub-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.course-reg-change-period-area .right-content-area .payment-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 32px;
  padding-bottom: 16px;
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .payment-area .payment-detail-area {
    flex-direction: column;
    gap: 16px;
  }
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status {
  padding: 40px;
  gap: 32px;
  background: #f7f8fa;
  border: 1px solid #CADAEF;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status {
    max-width: 340px;
  }
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #666666;
  margin-bottom: 16px;
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  color: #2D6AC1;
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status h3.blocked {
  color: #A4A4A4;
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status h3.declined {
  color: #EB5757;
}
.course-reg-change-period-area .right-content-area .payment-area .payment-detail-area .payment-status span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
}
.course-reg-change-period-area .right-content-area .guide-section h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .guide-section h4 {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.course-reg-change-period-area .right-content-area .guide-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  padding: 40px;
  background: #FAFAFA;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .course-reg-change-period-area .right-content-area .guide-section p {
    padding: 24px;
    font-size: 14px;
  }
}

.civil-consultation-area {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area {
    margin-bottom: 100px;
  }
}
.civil-consultation-area .major-search-area {
  display: flex;
  position: relative;
  padding: 32px 16px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
}
.civil-consultation-area .major-search-area .select-area {
  display: flex;
  gap: 24px;
}
.civil-consultation-area .major-search-area select {
  background: #ffffff;
}
.civil-consultation-area .major-search-area .search-area {
  position: absolute;
  top: 79px;
  left: 433px;
  width: 100%;
  max-width: 126px;
  margin-left: 32px;
  background: #ffffff;
}
.civil-consultation-area .major-search-area .select-input-area {
  display: flex;
  gap: 16px;
}
.civil-consultation-area .table tbody tr td .td-icon {
  display: flex;
  justify-content: center;
}
.civil-consultation-area .table tbody tr td .img-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.civil-consultation-area .table tbody tr td .img-cnt p a {
  min-width: 0;
}
.civil-consultation-area .table tbody tr td .active {
  color: #2D6AC1;
}
.civil-consultation-area .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .left-content-area {
    display: none;
  }
}
.civil-consultation-area .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area {
    margin-top: 40px;
  }
}
.civil-consultation-area .right-content-area .content-title {
  padding: 0px 0px 45px;
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .content-title {
    padding: 0px 0px 40px;
    padding: 0 0 40px;
  }
}
.civil-consultation-area .right-content-area .enrollment-table {
  padding: 0;
}
.civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area {
  display: flex;
  justify-content: left;
  padding: 24px 40px;
  border: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .label-input-section {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .label-input-section {
    min-width: 311px;
  }
}
.civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
  min-width: 583px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area input {
    min-width: 100%;
  }
}
.civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area .input-select-area {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area .input-btn-area .input-select-area {
    flex-direction: column;
    min-width: 311px;
  }
}
.civil-consultation-area .right-content-area .academic-info-search-area .search-filter-area button {
  min-width: 120px;
  margin-left: 0px;
}
.civil-consultation-area .right-content-area .table-sub-heading .btn-area {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .table-sub-heading .btn-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .civil-consultation-area .right-content-area .table-sub-heading .btn-area button {
    width: 100%;
  }
}

.student-class-manage {
  padding: 45px 0 150px;
}
@media screen and (max-width: 767px) {
  .student-class-manage {
    padding: 40px 0 100px;
  }
}
.student-class-manage .content-title {
  padding-bottom: 45px;
  border-bottom: 3px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .student-class-manage .content-title {
    padding-bottom: 40px;
  }
}
.student-class-manage .content-title h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #181818;
}
.student-class-manage .search-filter-area-two {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px 40px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .student-class-manage .search-filter-area-two {
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .student-class-manage .search-filter-area-two {
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .student-class-manage .search-filter-area-two {
    padding: 24px 16px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .student-class-manage .search-filter-area-two {
    padding: 24px 16px;
    flex-direction: column;
  }
}
.student-class-manage .search-filter-area-two .select-input {
  max-width: 323px;
}
@media screen and (max-width: 1440px) {
  .student-class-manage .search-filter-area-two .select-input {
    max-width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .student-class-manage .search-filter-area-two .select-input {
    max-width: inherit;
  }
}
.student-class-manage .search-filter-area-two .select-input select {
  background-position-x: 97%;
}
.student-class-manage .search-filter-area-two .input-btn-area {
  width: 100%;
}
.student-class-manage .search-filter-area-two .input-select-area {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .student-class-manage .search-filter-area-two .input-select-area {
    flex-direction: column;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .student-class-manage .search-filter-area-two .input-select-area {
    flex-direction: column;
  }
}
.student-class-manage .search-filter-area-two .input-select-area input {
  min-width: 335px;
}
@media screen and (max-width: 767px) {
  .student-class-manage .search-filter-area-two .input-select-area input {
    min-width: 311px;
  }
}
.student-class-manage .search-filter-area-two .input-select-area .search-btn {
  display: flex;
  color: #2D6AC1;
  gap: 4px;
  font-weight: 500;
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #2D6AC1;
  border-radius: 4px;
  font-family: "Pretendard";
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  min-width: 120px;
  height: 48px;
}
.student-class-manage .course-reg-area {
  padding-top: 32px;
  border-top: 1px solid #E0E0E0;
  margin-top: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .student-class-manage .course-reg-area {
    overflow-x: scroll;
  }
}
.student-class-manage .course-reg-area .cart-wrap {
  width: 100%;
  border: 1px solid #CADAEF;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .student-class-manage .course-reg-area .cart-wrap {
    min-width: 980px;
  }
}
.student-class-manage .course-reg-area .cart-wrap .cart-head {
  width: 100%;
  border: 1px solid #F2F2F2;
  background: #143971;
  border-radius: 16px;
  padding: 24px 16px 24px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.student-class-manage .course-reg-area .cart-wrap .cart-head h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.student-class-manage .course-reg-area .cart-wrap .cart-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #96B4E0;
  letter-spacing: 0.1em;
}
.student-class-manage .course-reg-area .cart-wrap .cart-head img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.student-class-manage .course-reg-area .cart-wrap .total-card-content {
  position: relative;
  width: 100%;
  display: none;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content {
  width: 100%;
  background: #f7f8fa;
  border-radius: 16px;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #E0E0E0;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table tr:first-child td {
  border-top: none !important;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table tr td {
  padding: 24px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #333333;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table tr td button {
  min-width: 100px;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table tr td:last-child {
  padding: 14px 16px;
}
.student-class-manage .course-reg-area .cart-wrap .cart-content table tr .no-data {
  padding: 24px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #A4A4A4;
}
.student-class-manage .course-reg-area .cart-wrap .cart-bottom {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
}
.student-class-manage .course-reg-area .cart-wrap .cart-bottom table {
  margin-bottom: 0 !important;
}
.student-class-manage .course-reg-area .cart-wrap .cart-bottom table tr td {
  padding: 24px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.student-class-manage .course-reg-area .cart-wrap .cart-bottom table tr td.td-link {
  color: #2D6AC1;
}
.student-class-manage .actives .cart-head img {
  transform: rotate(0deg) !important;
  transition: all 0.3s;
}
.student-class-manage .table-footer .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student-class-manage .table-footer .btn-wrap button {
  min-width: 216px;
}
@media screen and (max-width: 767px) {
  .student-class-manage .table-footer .btn-wrap button {
    width: 100%;
  }
}

.inner-table-container {
  background: #f7f8fa;
  padding: 40px;
}
.inner-table-container .inner-heading {
  padding-bottom: 24px;
}
.inner-table-container .inner-heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}

.course-reg-payment-comp {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp {
    margin-bottom: 100px;
  }
}
.course-reg-payment-comp .left-content-area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .left-content-area {
    display: none;
  }
}
.course-reg-payment-comp .right-content-area {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area {
    margin-top: 40px;
  }
}
.course-reg-payment-comp .right-content-area .content-title {
  padding: 0px 0px 45px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .content-title {
    padding: 0 0 40px;
  }
}
.course-reg-payment-comp .right-content-area .enrollment-table {
  padding: 0;
}
.course-reg-payment-comp .right-content-area .enrollment-table .table-sub-heading {
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .enrollment-table .table-sub-heading {
    flex-direction: row;
    align-items: center;
  }
}
.course-reg-payment-comp .right-content-area .enrollment-table .table-sub-heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
}
.course-reg-payment-comp .right-content-area .payment-area {
  margin-top: 0 !important;
}
.course-reg-payment-comp .right-content-area .payment-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 32px;
  padding-bottom: 16px;
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .payment-area .payment-detail-area {
    flex-direction: column;
    gap: 16px;
  }
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status {
  padding: 40px;
  gap: 32px;
  background: #f7f8fa;
  border: 1px solid #CADAEF;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status {
    max-width: 340px;
  }
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #666666;
  margin-bottom: 16px;
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  color: #2D6AC1;
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status h3.blocked {
  color: #A4A4A4;
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status h3.declined {
  color: #EB5757;
}
.course-reg-payment-comp .right-content-area .payment-area .payment-detail-area .payment-status span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
}
.course-reg-payment-comp .right-content-area .guide-section {
  margin-top: 0 !important;
}
.course-reg-payment-comp .right-content-area .guide-section h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #143971;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .guide-section h4 {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.course-reg-payment-comp .right-content-area .guide-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  padding: 40px;
  background: #FAFAFA;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .course-reg-payment-comp .right-content-area .guide-section p {
    padding: 24px;
    font-size: 14px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

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

label {
  font-family: "Pretendard";
  margin-bottom: 0;
}

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

.table td,
.table th {
  padding: 0;
}

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

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

.gap-32 {
  display: grid;
  gap: 32px;
}/*# sourceMappingURL=style.css.map */