.d-flex {
  display: flex !important;
}

.ai-start {
  align-items: flex-start !important;
}

.ai-center {
  align-items: center !important;
}

.ai-end {
  align-items: flex-end !important;
}

.jc-between {
  justify-content: space-between !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-end {
  justify-content: flex-end !important;
}

.fld-column {
  flex-direction: column !important;
}

.flex-1 {
  flex: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-center {
  text-align: center !important;
}

.g-0 {
  gap: 0 !important;
}
.g-4 {
  gap: 0.4rem !important;
}
.g-8 {
  gap: 0.8rem !important;
}
.g-10 {
  gap: 1rem !important;
}
.g-12 {
  gap: 1.2rem !important;
}
.g-16 {
  gap: 1.6rem !important;
}
.g-24 {
  gap: 2.4rem !important;
}
.g-32 {
  gap: 3.2rem !important;
}
.g-40 {
  gap: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-12 {
  margin-bottom: 1.2rem !important;
}
.mb-16 {
  margin-bottom: 1.6rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-24 {
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 3.2rem !important;
}
.mb-36 {
  margin-bottom: 3.6rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-48 {
  margin-bottom: 4.8rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-auto {
  margin-top: auto;
}

.ml-0 {
  margin-left: 0;
}
.ml-4 {
  margin-left: 0.4rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.ml-32 {
  margin-left: 3.2rem;
}
.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mr-32 {
  margin-right: 3.2rem;
}
.mr-auto {
  margin-right: auto;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.h-100 {
  height: 100%;
}

.p-0 {
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Regular.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Medium.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Bold.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Bold.subset.woff") format("woff");
}
.main-wrap {
  padding-top: 84px;
  padding-bottom: 128px;
  min-height: calc(100dvh - 136px);
}
@media (max-width: 1024px) {
  .main-wrap {
    padding-top: 60px;
    padding-bottom: 64px;
  }
}
.main-wrap .inner-sub {
  display: flex;
  gap: 40px;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .main-wrap .inner-sub {
    flex-direction: column;
    gap: 24px;
  }
}
.main-wrap .inner-sub .lnb {
  width: 248px;
  position: sticky;
  top: 84px;
  padding: 24px 0 0 0;
}
@media (max-width: 1279px) {
  .main-wrap .inner-sub .lnb {
    display: none;
  }
}
.main-wrap .inner-sub .krds-side-navigation {
  padding: 0;
}
.main-wrap .inner-sub .krds-side-navigation .lnb-tit {
  padding: 8px 8px 16px 8px;
}
.main-wrap .inner-sub .krds-side-navigation .lnb-list .lnb-item [class*=lnb-toggle][aria-expanded=true]::after {
  background: var(--krds-light-color-text-basic);
}
.main-wrap .inner-sub .krds-side-navigation .lnb-subitem .lnb-btn::before {
  display: none !important;
}
.main-wrap .inner-sub .krds-side-navigation .lnb-subitem .lnb-btn.active {
  background: #E9EEF3;
  color: #244866;
  font-weight: 700;
}

.content-wrap .paragraph-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6.4rem;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .content-wrap .paragraph-wrap {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .content-wrap .paragraph-wrap {
    gap: 4rem;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .content-wrap .paragraph-wrap {
    gap: 3.2rem;
  }
}
.content-wrap .paragraph-wrap .section-title {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #E9EEF3;
  color: #464C53;
  font-style: normal;
  font-weight: 400;
  font-size: var(--krds-pc-font-size-body-medium);
}
@media (max-width: 1024px) {
  .content-wrap .paragraph-wrap .section-title {
    font-size: var(--krds-mobile-font-size-body-small);
  }
}
@media (max-width: 768px) {
  .content-wrap .paragraph-wrap .section-title {
    padding: 2.4rem 1.6rem;
  }
}
.content-wrap .paragraph-wrap .section-title-img {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .content-wrap .paragraph-wrap .section-title-img {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-wrap .paragraph-wrap .section-title-img span br {
    display: none;
  }
}
.content-wrap .paragraph-wrap .section-title-img span {
  flex: 1;
  color: inherit;
  font-size: inherit;
}
.content-wrap .paragraph-wrap .paragraph-box > *:last-child {
  margin-bottom: 0;
}
.content-wrap .paragraph-header {
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .content-wrap .paragraph-header {
    margin-bottom: 1.6rem;
  }
}
.content-wrap .paragraph-header .paragraph-title {
  color: #131416;
  font-size: var(--krds-pc-font-size-body-large);
  font-style: normal;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .content-wrap .paragraph-header .paragraph-title {
    font-size: var(--krds-mobile-font-size-body-medium);
  }
}
.content-wrap .paragraph-header .paragraph-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5px;
  width: 20px;
  height: 20px;
  background: url("../../img/icon/bulletpoint.svg") no-repeat center center;
}
.content-wrap .paragraph-header .paragraph-title span {
  font-weight: 400;
  color: #464C53;
}
.content-wrap .paragraph-header .paragraph-title.no-icon {
  padding-left: 0;
}
.content-wrap .paragraph-header .paragraph-title.no-icon::before {
  display: none;
}
.content-wrap .paragraph-desc {
  font-size: var(--krds-pc-font-size-body-medium);
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .content-wrap .paragraph-desc {
    font-size: var(--krds-mobile-font-size-body-small);
  }
}
@media (max-width: 768px) {
  .content-wrap .paragraph-desc br {
    display: none;
  }
}
.content-wrap .paragraph-desc.small {
  font-size: var(--krds-pc-font-size-body-small);
}
.content-wrap .paragraph-desc .red {
  color: #D34343;
}
.content-wrap .paragraph-desc .blue {
  color: #096AB3;
}

.content-wrap {
  flex: 1;
  min-width: 0;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .content-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-wrap {
    width: 100%;
  }
}
.content-wrap .tab-conts {
  width: 100%;
}
.content-wrap .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .content-wrap .content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.content-wrap .content-header .krds-breadcrumb-wrap {
  padding: 0;
  margin: 0;
}
.content-wrap .content-header .krds-breadcrumb-wrap .breadcrumb .home .txt::before {
  background-color: #8A949E;
}
.content-wrap .content-header .link-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content-wrap .content .title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .content-wrap .content .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.content-wrap .content .title-wrap .content-title {
  font-size: var(--krds-pc-font-size-heading-large);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .content-wrap .content .title-wrap .content-title {
    font-size: var(--krds-mobile-font-size-heading-medium);
  }
}
.content-wrap .content .title-wrap .department {
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 400;
  color: #464C53;
}
@media (max-width: 1024px) {
  .content-wrap .content .title-wrap .department {
    font-size: var(--krds-mobile-font-size-body-xsmall);
  }
}
.content-wrap .content .krds-tab-area {
  gap: 2.4rem;
}
.content-wrap .content .krds-tab-area .tab.fill .active .tab-btn {
  background: #2E5B81;
}

input[type=date], input[type=time] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0;
  max-width: 184px;
  width: auto;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.499 1.66797C13.867 1.66814 14.1649 1.96605 14.165 2.33398V4.16797H15.999C16.8274 4.16798 17.499 4.83955 17.499 5.66797V16.001C17.499 16.8294 16.8274 17.501 15.999 17.501H4C3.17157 17.501 2.5 16.8294 2.5 16.001V5.66797C2.5 4.83954 3.17157 4.16797 4 4.16797H5.83301V2.33398C5.83318 1.96594 6.13192 1.66797 6.5 1.66797C6.86808 1.66797 7.16682 1.96594 7.16699 2.33398V4.16797H12.832V2.33398C12.8322 1.96594 13.1309 1.66797 13.499 1.66797ZM3.83301 16.001C3.83301 16.093 3.90795 16.168 4 16.168H15.999C16.0911 16.168 16.166 16.093 16.166 16.001V9.00098H3.83301V16.001ZM6.33496 11.668C6.79505 11.6681 7.16797 12.0408 7.16797 12.501C7.16797 12.9611 6.79505 13.3338 6.33496 13.334C5.87472 13.334 5.50098 12.9612 5.50098 12.501C5.50098 12.0407 5.87472 11.668 6.33496 11.668ZM10 11.668C10.4602 11.668 10.833 12.0407 10.833 12.501C10.833 12.9612 10.4602 13.334 10 13.334C9.53976 13.334 9.16699 12.9612 9.16699 12.501C9.16699 12.0407 9.53976 11.668 10 11.668ZM13.6689 11.668C14.129 11.6681 14.502 12.0408 14.502 12.501C14.502 12.9611 14.129 13.3338 13.6689 13.334C13.2087 13.334 12.835 12.9612 12.835 12.501C12.835 12.0407 13.2087 11.668 13.6689 11.668ZM4 5.50098C3.90795 5.50098 3.83301 5.57592 3.83301 5.66797V7.66797H16.166V5.66797C16.166 5.57592 16.0911 5.50098 15.999 5.50098H4Z" fill="%2333363D"/></svg>') no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.blue-box {
  border-radius: 12px;
  background: #E9EEF3;
  padding: 2.4rem;
  color: #464C53;
}

.desc-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  position: relative;
  padding-left: 20px;
  font-size: var(--krds-pc-font-size-body-small);
}
@media (max-width: 1024px) {
  .desc-list li {
    font-size: var(--krds-mobile-font-size-body-xsmall);
  }
}
@media (max-width: 768px) {
  .desc-list li {
    word-break: break-word;
    font-size: 15px;
  }
}
.desc-list.dash li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  width: 20px;
}
.desc-list.large li {
  font-size: var(--krds-pc-font-size-body-medium);
}
.desc-list.large li .paragraph-desc {
  font-size: inherit;
}
@media (max-width: 1024px) {
  .desc-list.large li {
    font-size: var(--krds-mobile-font-size-body-small);
  }
}
.desc-list.number {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.desc-list.number li {
  width: 100%;
  padding-left: 24px;
  position: relative;
  display: block;
}
.desc-list.number li .num {
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.help {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 0.8rem;
  border-radius: 8px;
  border: 1px solid #D3EBFD;
  background: #E7F4FE;
  font-size: 13px;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .help {
    padding: 0.8rem 1.2rem;
    align-items: flex-start;
  }
  .help i {
    width: 16px;
    min-width: 16px;
    margin-top: 2px;
  }
}

.skyblue-box {
  border-radius: 12px;
  border: 1px solid #D3EBFD;
  background: #E7F4FE;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .skyblue-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.skyblue-box .krds-btn {
  background: #0B78CB;
}
.skyblue-box .krds-btn:hover {
  color: #fff;
  background: #244866;
}
.skyblue-box .paragraph-desc .blue {
  color: #007AFF;
  font-weight: 700;
}

.link-btn {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #D3DDE7;
  background: #FFF;
}
.link-btn .num {
  width: 18px;
  color: #464C53;
  text-align: center;
  font-size: 15px;
}
.link-btn .name {
  flex: 1;
}
.link-btn i {
  width: 20px;
  min-width: 20px;
  background-color: #1E2124;
}
.link-btn:hover {
  background: #E7F4FE;
  border-color: #D3DDE7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.modal-custom .modal-dialog {
  width: fit-content;
  justify-content: center;
}
.modal-custom .modal-dialog .modal-content {
  width: fit-content;
  display: inline-flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #B1B8BE;
  background: #FFF;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
}
.modal-custom .modal-dialog .modal-content .modal-header {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.modal-custom .modal-dialog .modal-content .modal-header .close-btn {
  width: 24px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-custom .modal-dialog .modal-content .modal-header .close-btn i {
  width: 24px;
}
.modal-custom .modal-dialog .modal-content .modal-conts {
  padding: 0;
}
.modal-custom .modal-dialog .modal-content .modal-conts img {
  display: block;
}
.modal-custom .modal-dialog .modal-content .modal-conts p {
  margin-bottom: 24px;
  text-align: center;
}
.modal-custom .modal-dialog .modal-content .modal-conts p .blue {
  color: #0B78CB;
}
.modal-custom .modal-dialog .modal-content .modal-footer {
  width: 100%;
}
.modal-custom .modal-dialog .modal-content .cordinator-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.modal-custom .modal-dialog .modal-content .cordinator-wrap .cordinator-title {
  font-size: 15px;
}
.modal-custom .krds-btn.primary:hover {
  color: #fff;
}

/*# sourceMappingURL=sub_en.css.map */
