.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 745px;
  overflow: hidden;
  background: #0b0810;
  color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .hero {
    height: 600px;
  }
}
.hero__swiper, .hero__swiper .swiper-wrapper, .hero__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__slide-gradient {
  position: absolute;
  inset: 0;
  background: rgba(0, 21, 53, 0.5);
}
.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 63px;
  width: 1400px;
  max-width: calc(100% - 48px);
  margin-inline: auto;
  padding: 96px 24px 90px;
  text-align: left;
}
@media only screen and (max-width: 47.99em) {
  .hero__content {
    gap: 20px;
    padding: 90px 0px 40px;
  }
}
.hero__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.hero__title {
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .hero__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 47.99em) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__title-accent {
  color: #ff7b2a;
}
.hero__subhead {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 840px;
  margin: 0;
}
.hero__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  white-space: nowrap;
}
.hero__pagination-wrap {
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 47.99em) {
  .hero__pagination-wrap {
    bottom: 20px;
  }
}
.hero__arrow {
  background: none;
  border: none;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.hero__arrow:hover {
  color: #fff;
}
.hero__counter {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-variant-numeric: tabular-nums;
}
.hero__counter #heroCurrent {
  font-weight: 700;
  color: #ff9441;
}
.hero .swiper-pagination {
  position: relative;
  inset: auto;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  -webkit-transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
  transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
}
.hero .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 6px;
  background: #efaa1d;
}

.sec {
  padding: 100px 0px;
}
@media only screen and (max-width: 90em) {
  .sec {
    padding: 50px 20px;
  }
}
.sec__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}
.sec__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 47.99em) {
  .sec__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.sec__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sec__eyebrow {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: #2861c6;
}
.sec__title {
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .sec__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 47.99em) {
  .sec__title {
    font-size: 28px;
  }
}
.sec__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec__nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid #0a0a0a;
  background: #fff;
  font-size: 20px;
  color: #0a0a0a;
}
.sec__nav-btn:hover {
  background: #f4f5f7;
}
@media only screen and (max-width: 47.99em) {
  .sec__nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.sec--publications .sec__nav-btn {
  font-size: 22px;
}
@media only screen and (max-width: 47.99em) {
  .sec--publications .sec__nav-btn {
    font-size: 16px;
  }
}
.sec__viewport {
  overflow: hidden;
  padding-top: 8px;
}
.sec .swiper-pagination {
  position: relative;
  inset: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.sec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #ddd;
  opacity: 1;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sec .swiper-pagination-bullet-active {
  background: #2861c6;
}
.sec--publications {
  background: #f4f5f7;
}

.pubs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media only screen and (min-width: 47.99em) {
  .pubs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.pubs-row__pinned {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media only screen and (min-width: 47.99em) {
  .pubs-row__pinned {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 14px);
            flex: 0 0 calc(50% - 14px);
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .pubs-row__pinned {
    -ms-flex-preferred-size: calc(33.333% - 18.667px);
        flex-basis: calc(33.333% - 18.667px);
  }
}
@media only screen and (min-width: 80em) {
  .pubs-row__pinned {
    -ms-flex-preferred-size: calc(25% - 21px);
        flex-basis: calc(25% - 21px);
  }
}
.pubs-row__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
}

.card-event {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}
.card-event__thumb {
  position: relative;
  height: 190px;
  background: #eff3fa;
}
.card-event__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-event__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  padding: 7px 18px 8px;
  border-radius: 6px;
  background: rgba(22, 64, 140, 0.8);
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.card-event__badge.is-past {
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
}
.card-event__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  padding: 29px 30px 32px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 47.99em) {
  .card-event__body {
    padding: 29px 20px 32px;
  }
}
.card-event__title {
  height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.39px;
  color: #0a0a0a;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 47.99em) {
  .card-event__title {
    font-size: 20px;
  }
}
.card-event__desc {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}
@media only screen and (max-width: 47.99em) {
  .card-event__desc {
    font-size: 16px;
  }
}
.card-event__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-top: 17px;
  border-top: 1px solid #eaeaea;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.card-event__meta .date {
  font-weight: 700;
  color: #2861c6;
}
.card-event__meta .dot {
  color: #ccc;
}
.card-event__meta .place {
  font-weight: 700;
  color: #0a0a0a;
}

.card-report {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  overflow: hidden;
}
.card-report__head {
  position: relative;
  height: 86px;
  overflow: hidden;
  background: linear-gradient(135deg, #6295ee 0%, #266be4 100%);
  background-size: cover;
  background-position: center;
}
.card-report__head.is-annual {
  background-image: url("/_static/kosti/language/eng/main2026/images/content/report-head-annual.png");
}
.card-report__head.is-trade-security {
  background-image: url("/_static/kosti/language/eng/main2026/images/content/report-head-trade-security.png");
}
.card-report__type {
  position: absolute;
  left: 24px;
  bottom: 17px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}
.card-report__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 207px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 47.99em) {
  .card-report__body {
    min-height: 180px;
  }
}
.card-report__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.card-report__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 4.2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.22px;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 47.99em) {
  .card-report__title {
    font-size: 20px;
  }
}
.card-report__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  color: #2861c6;
}
.card-report__date {
  font-family: "Pretendard", sans-serif;
  font-size: 17.7px;
  color: #515965;
}

.sec--ourwork {
  padding: 90px 24px;
  background: #15408c;
}
@media only screen and (max-width: 47.99em) {
  .sec--ourwork {
    padding: 50px 24px;
  }
}
.sec--ourwork .sec__eyebrow {
  color: rgba(255, 255, 255, 0.75);
}
.sec--ourwork .sec__title {
  color: #fff;
}
.sec--ourwork .sec__head {
  margin-bottom: 0;
}

.ourwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
}
.ourwork__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 160px;
          flex: 1 1 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 29px 21px 27px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.ourwork__item:hover {
  background: rgba(255, 255, 255, 0.16);
}
.ourwork__item img {
  width: 38px;
  height: 38px;
}
.ourwork__label {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.footer {
  padding: 56px 24px;
  background: #262626;
  color: #fff;
  max-width: 100%;
}
.footer__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-bottom: 0;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 47.99em) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__brand img {
  height: 40px;
  width: auto;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid #fff;
}
.footer__social a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.footer__social a img {
  width: 19px;
  height: 19px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 24px 0 34px;
}
.footer__address {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #F4F9FF;
  margin: 0;
}
.footer__address a {
  color: #e2efff;
}
.footer__copy {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.058)), to(rgba(0, 0, 0, 0))), #16428f;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.058) 0%, rgba(0, 0, 0, 0) 100%), #16428f;
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 64em) {
  .site-header {
    padding: 0 20px;
  }
}
.site-header__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media only screen and (max-width: 64em) {
  .site-header__inner {
    height: 60px;
  }
}
.site-header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__logo img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 64em) {
  .site-header__logo img {
    height: 30px;
  }
}
.site-header__gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-family: "Noto Serif KR", serif;
}
.site-header__gnb a {
  font-family: "Noto Serif KR", serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  color: #fff;
  white-space: nowrap;
}
.site-header__gnb a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 64em) {
  .site-header__gnb {
    display: none !important;
  }
}
.site-header__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #fff;
  cursor: pointer;
}
.site-header__lang:hover {
  opacity: 0.8;
}
.site-header__lang img {
  height: 14px;
}
.site-header__menu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  border: none;
  background: none;
  padding: 0;
}
.site-header__menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.site-header__mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.site-header.is-mega-open .site-header__mega {
  display: block;
}
@media only screen and (max-width: 64em) {
  .site-header.is-mega-open .site-header__mega {
    position: absolute;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.site-header__mega-inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  padding-block: 30px;
}
@media only screen and (max-width: 64em) {
  .site-header__mega-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.site-header__mega-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  min-width: 0;
}
@media only screen and (max-width: 64em) {
  .site-header__mega-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 0;
    width: 100%;
    border-top: 1px solid #e6e8ea;
  }
  .site-header__mega-col:first-child {
    border-top: none;
  }
}
.site-header__mega-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
  font-family: "Noto Serif KR", serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  color: #265dbe;
}
.site-header__mega-title.is-active {
  border-bottom-color: #d47e28;
}
@media only screen and (max-width: 64em) {
  .site-header__mega-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding: 16px 24px;
    border-bottom: none;
    font-size: 18px;
    color: #131416;
  }
}
@media only screen and (max-width: 64em) {
  .site-header__mega-col.is-active .site-header__mega-title {
    border-bottom: 1px solid #d47e28;
    color: #265dbe;
  }
}
.site-header__mega-chevron {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media only screen and (max-width: 64em) {
  .site-header__mega-chevron {
    display: block;
  }
}
.site-header__mega-col.is-active .site-header__mega-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header__mega-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mega-list a {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  color: #0a0a0a;
  white-space: nowrap;
}
.site-header__mega-list a:hover {
  color: #2861c6;
}
.site-header__mega-list a.is-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 240px;
  padding-inline: 20px;
  border-radius: 2px;
  background: #e7ecf5;
  color: #275ec1;
}
.site-header__mega-list a.is-featured:hover {
  color: #275ec1;
  opacity: 0.8;
}
@media only screen and (max-width: 64em) {
  .site-header__mega-list {
    display: none;
    gap: 0;
    width: 100%;
    background: #f4f5f6;
    padding-block: 8px;
  }
  .site-header__mega-list a {
    width: 100%;
    padding: 12px 24px 12px 40px;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    color: #464c53;
    white-space: normal;
  }
}
@media only screen and (max-width: 64em) {
  .site-header__mega-col.is-active .site-header__mega-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__mega-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.site-header__mega-close img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header.is-sitemap-open .site-header__mega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header.is-sitemap-open .site-header__mega-inner {
  position: relative;
  width: auto;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 80px - 80px - 24px);
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 54px 54px 64px;
  background: #fff;
  border-radius: 0;
}
.site-header.is-sitemap-open .site-header__mega-col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 225px;
}
.site-header.is-sitemap-open .site-header__mega-title {
  border-bottom-color: #b7d6ff;
}
.site-header.is-sitemap-open .site-header__mega-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer {
  padding: 56px 24px;
  background: #efefef;
}
.site-footer__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 47.99em) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer__logo img {
  display: block;
  height: 32px;
  width: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.site-footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid #010103;
}
.site-footer__social a img {
  width: 19px;
  height: 19px;
}
.site-footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #010103;
}
.site-footer__meta a {
  color: #2861c6;
}

.board-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding-top: 56px;
}
.board-pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.board-pagination__arrow img {
  width: 20px;
  height: 20px;
}
.board-pagination__arrow[disabled] {
  cursor: default;
}
.board-pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.board-pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  padding: 2px 10px;
  border-radius: 4px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #a2a2a2;
}
.board-pagination__page:hover {
  background: #f2f4f5;
}
.board-pagination__page.is-active {
  border-radius: 0;
  background: #265dbd;
  color: #fff;
}
.board-pagination__page.is-active:hover {
  background: #265dbd;
}

.board-view {
  margin-top: 20px;
}
.board-view__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid #252525;
}
.board-view__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 47.99em) {
  .board-view__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.board-view__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 18px 8px;
  border-radius: 6px;
  background: #16408c;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.board-view__title {
  font-family: "Pretendard", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .board-view__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-view__title {
    font-size: 24px;
  }
}
.board-view__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.board-view__meta .label {
  color: #666666;
}
.board-view__meta .value {
  font-weight: 700;
  color: #2861c6;
}
.board-view__meta .dot {
  color: #cccccc;
}
.board-view__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 48px 40px 40px;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 47.99em) {
  .board-view__body {
    padding: 32px 0 24px;
  }
}
.board-view__image {
  width: 716px;
  max-width: 100%;
  height: 537px;
  border-radius: 10px;
  background: #d9d9d9;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .board-view__image {
    height: auto;
    aspect-ratio: 716/537;
  }
}
.board-view__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-view__content {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #0a0a0a;
}
.board-view__content p {
  margin: 0 0 20px;
}
.board-view__content p:last-child {
  margin-bottom: 0;
}
.board-view__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding-top: 48px;
  border-top: 1px solid #252525;
}
@media only screen and (max-width: 47.99em) {
  .board-view__pagination {
    gap: 12px;
  }
}
.board-view__pagination--fixed {
  padding-top: 40px;
}
.board-view__pagination--fixed .board-view__nav-btn {
  width: 130px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
}
.board-view__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 40px;
  border: 1px solid #999999;
  background: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0a0a0a;
}
@media only screen and (max-width: 47.99em) {
  .board-view__nav-btn {
    padding: 18px 10px;
  }
}
.board-view__nav-btn:hover {
  background: #f4f5f7;
}
.board-view__nav-btn--list {
  width: 130px;
  border: none;
  background: #265dbd;
  color: #fff;
}
.board-view__nav-btn--list:hover {
  background: #265dbd;
  opacity: 0.9;
}

.content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 47.99em) {
  .content-body {
    gap: 30px;
    margin-top: 0px;
  }
}
.content-body a {
  color: #256ef4;
  text-decoration: underline;
}
.content-body__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  width: 100%;
}
.content-body__section--tight {
  gap: 24px;
}
@media only screen and (max-width: 47.99em) {
  .content-body__section--tight {
    gap: 10px;
  }
}
.content-body__heading {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  color: #1e2124;
  margin: 0;
}
@media only screen and (max-width: 47.99em) {
  .content-body__heading {
    font-size: 27px;
  }
}
.content-body__text {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1e2124;
  margin: 0;
}
.content-body__text .content-body__map-link {
  display: inline-block !important;
}
.content-body__text--lg {
  font-size: 20px;
}
.content-body__text--xl {
  font-size: 22px;
}
.content-body__text--strong {
  font-weight: 700;
}
.content-body__text--note {
  font-size: 16px;
  color: #265dbe;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
}
.history__divider {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #131416;
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.history__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.history__year:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.history__year--single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.history__year-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  color: #164291;
  margin: 0;
}
.history__year-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
}
.history__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history__month {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #0a0a0a;
  margin: 0;
}
.history__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #0a0a0a;
}
.history__items li {
  position: relative;
  padding-left: 16px;
}
.history__items li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
@media only screen and (max-width: 47.99em) {
  .history__year {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .history__year--single {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history__year-label {
    width: auto;
  }
  .history__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .history__month {
    width: auto;
  }
}

.organization {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.organization * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization__root {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 27px;
}
.organization__root::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 255px;
  width: 259.5px;
  height: 1px;
  background: #d1d5db;
}
.organization__president {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0086c0), to(#16418d));
  background: linear-gradient(180deg, #0086c0 0%, #16418d 100%);
}
.organization__president::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -26px;
  border-radius: 50%;
  background: rgba(38, 93, 190, 0.12);
}
.organization__president-logo {
  width: 130px;
  height: auto;
}
.organization__audit {
  position: absolute;
  z-index: 1;
  left: calc(50% + 434.5px);
  top: 255px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 350px;
  padding: 16px 32px;
  border-radius: 100px;
  background: #f2f2f2;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #464c53;
  text-align: center;
  white-space: nowrap;
}
.organization__depts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  width: 100%;
  margin: 64px auto 0;
}
.organization__depts::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  width: 0;
  height: 64px;
  border-left: 1px solid #d1d5db;
}
.organization__dept {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 32px;
}
.organization__dept::before, .organization__dept::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 24px);
  height: 32px;
  border-top: 1px solid #d1d5db;
}
.organization__dept::before {
  right: 50%;
}
.organization__dept::after {
  left: 50%;
  border-left: 1px solid #d1d5db;
}
.organization__dept:only-child::before, .organization__dept:only-child::after {
  display: none;
}
.organization__dept:only-child {
  padding-top: 0;
}
.organization__dept:first-child::before, .organization__dept:last-child::after {
  border: 0 none;
}
.organization__dept:last-child::before {
  border-right: 1px solid #d1d5db;
}
.organization__dept {
  text-align: center;
}
.organization__dept--policy {
  width: 322px;
}
.organization__dept--policy::after {
  width: calc(50% + 67px);
}
.organization__dept--export {
  width: 576px;
  margin-left: 86px;
}
.organization__dept--export::before {
  width: calc(50% + 67px);
}
.organization__dept--planning {
  width: 315px;
  padding-top: 160px;
}
.organization__dept--planning::before, .organization__dept--planning::after {
  height: 160px;
}
.organization__dept-label {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 16px 24px;
  border-radius: 100px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.organization__dept-label--policy {
  width: 322px;
  background: #dbeafe;
  color: #265dbe;
}
.organization__dept-label--export {
  width: 340px;
  background: #cef0f8;
  color: #21849a;
}
.organization__offices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 32px auto 0;
}
.organization__offices::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  width: 0;
  height: 32px;
  border-left: 1px solid #d1d5db;
}
.organization__dept--policy .organization__offices::before {
  height: 64px;
}
.organization__office-col {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 32px;
}
.organization__office-col::before, .organization__office-col::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% + 8px);
  height: 32px;
  border-top: 1px solid #d1d5db;
}
.organization__office-col::before {
  right: 50%;
}
.organization__office-col::after {
  left: 50%;
  border-left: 1px solid #d1d5db;
}
.organization__office-col:only-child::before, .organization__office-col:only-child::after {
  display: none;
}
.organization__office-col:only-child {
  padding-top: 0;
}
.organization__office-col:first-child::before, .organization__office-col:last-child::after {
  border: 0 none;
}
.organization__office-col:last-child::before {
  border-right: 1px solid #d1d5db;
}
.organization__office-col--dark {
  width: 315px;
}
.organization__office-col--dark .organization__office {
  background: #474e58;
}
.organization__office-col--dark .organization__subteam {
  border-color: #585858;
}
.organization__office-col--policy {
  width: 322px;
}
.organization__office-col--policy .organization__office {
  background: #265dbe;
}
.organization__office-col--policy .organization__subteam {
  border-color: #29529a;
}
.organization__office-col--policy:only-child {
  padding-top: 32px;
}
.organization__office-col--teal {
  width: 280px;
}
.organization__office-col--teal .organization__office {
  background: #21849a;
}
.organization__office-col--teal .organization__subteam {
  border-color: #21849a;
}
.organization__office {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 14px 16px;
  border-radius: 100px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.organization__subteams {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.organization__subteam {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid;
  border-radius: 100px;
  background: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #464c53;
}
@media only screen and (max-width: 47.99em) {
  .organization__root {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .organization__root::after {
    display: none;
  }
  .organization__president {
    width: 120px;
    height: 120px;
  }
  .organization__president::before {
    inset: -10px;
  }
  .organization__president-logo {
    width: 72px;
  }
  .organization__audit {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
    max-width: 100%;
  }
  .organization__depts, .organization__offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin-top: 24px;
  }
  .organization__depts::before, .organization__offices::before {
    display: none;
  }
  .organization__dept, .organization__office-col {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .organization__dept::before, .organization__dept::after, .organization__office-col::before, .organization__office-col::after {
    display: none;
  }
  .organization__dept + .organization__dept, .organization__dept + .organization__office-col, .organization__office-col + .organization__dept, .organization__office-col + .organization__office-col {
    margin-top: 32px;
  }
  .organization__dept--export {
    margin-left: 0;
  }
  .organization__dept-label {
    max-width: 100%;
  }
  .organization__office-col + .organization__office-col {
    margin-top: 24px;
  }
  .organization::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #d1d5db;
  }
}

.introduction__hero {
  position: relative;
  width: 100%;
  height: 548px;
  border-radius: 12px;
  overflow: hidden;
  background: #133a7b;
  color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .introduction__hero {
    height: auto;
  }
}
.introduction__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction__hero-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1100px;
  padding: 65px 64px 85px 65px;
}
@media only screen and (max-width: 47.99em) {
  .introduction__hero-content {
    max-width: 100%;
    padding: 32px 24px;
    gap: 24px;
    background: rgba(11, 26, 58, 0.6);
    border-radius: 12px;
  }
}
.introduction__hero-title {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  line-height: 1.1;
}
.introduction__hero-title-main {
  font-weight: 500;
  font-size: 40px;
}
@media only screen and (max-width: 47.99em) {
  .introduction__hero-title-main {
    font-size: 28px;
  }
}
.introduction__hero-title-accent {
  font-weight: 700;
  font-size: 64px;
  color: #ff8e48;
}
@media only screen and (max-width: 47.99em) {
  .introduction__hero-title-accent {
    font-size: 44px;
  }
}
.introduction__acronym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-left: 30px;
}
@media only screen and (max-width: 47.99em) {
  .introduction__acronym {
    margin-left: 0;
  }
}
.introduction__acronym-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
.introduction__acronym-item:nth-child(2) {
  margin-left: 36px;
}
.introduction__acronym-item:nth-child(3) {
  margin-left: 72px;
}
.introduction__acronym-item:nth-child(4) {
  margin-left: 108px;
}
.introduction__acronym-item:nth-child(5) {
  margin-left: 144px;
}
@media only screen and (max-width: 47.99em) {
  .introduction__acronym-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0 !important;
  }
}
.introduction__acronym-letter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  color: #ff7b2a;
}
@media only screen and (max-width: 47.99em) {
  .introduction__acronym-letter {
    font-size: 32px;
  }
}
.introduction__acronym-text {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.24px;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99em) {
  .introduction__acronym-text {
    font-size: 18px;
    white-space: normal;
  }
}

.mission-vision__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mission-vision__hero-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  padding: 32px;
  border: 1px solid #d9dfe8;
  border-radius: 16px;
  color: #fff;
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__hero-card {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.mission-vision__hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: no-repeat;
  background-size: 100% 100%;
}
.mission-vision__hero-card--purpose {
  background: linear-gradient(125.7deg, #2656ad 40.058%, #103983 109.06%);
}
.mission-vision__hero-card--purpose::after {
  inset: 27.88% 0 0.17% 21.97%;
  background-image: url("/_static/kosti/language/eng/main2026/images/content/mv-pattern-purpose.png");
}
.mission-vision__hero-card--vision {
  background: linear-gradient(123deg, #f08200 40.839%, #e44f04 115.8%);
}
.mission-vision__hero-card--vision::after {
  inset: 22.59% 0 3.52% 24.42%;
  background-image: url("/_static/kosti/language/eng/main2026/images/content/mv-pattern-vision.png");
}
.mission-vision__hero-label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 32px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.mission-vision__hero-card--purpose .mission-vision__hero-label {
  color: #b5efff;
}
.mission-vision__hero-card--vision .mission-vision__hero-label {
  color: #fff39c;
}
.mission-vision__hero-label::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 75px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.mission-vision__hero-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.mission-vision__mission-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__mission-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mission-vision__mission-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 170px;
  padding: 24px;
  background: #f8f8f8;
  border: 1px solid #cdd1d5;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.mission-vision__mission-text {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  color: #1e2124;
}
.mission-vision__values-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__values-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mission-vision__value-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 24px;
  background: #ebf8ff;
  border: 1px solid #b0d0ff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__value-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
  }
}
.mission-vision__value-badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 100px;
  background: #fff;
  overflow: hidden;
}
.mission-vision__value-badge img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission-vision__value-label {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #131416;
}
.mission-vision__goals-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__goals-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mission-vision__goal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  padding: 24px 30px;
  background: #fff;
  border: 1px solid #cdd1d5;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 47.99em) {
  .mission-vision__goal-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
    height: auto;
    min-height: 150px;
  }
}
.mission-vision__goal-card p {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  text-align: center;
  color: #1e2124;
}

.contact__location {
  position: relative;
  width: 100%;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
  overflow: hidden;
}
.contact__map {
  width: 100%;
  height: 480px;
}
.contact__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 47.99em) {
  .contact__map {
    height: 320px;
  }
}
.contact__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 47.99em) {
  .contact__info {
    padding: 24px;
    padding-bottom: 88px;
  }
}
.contact__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .contact__info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #f4f5f6;
}
.contact__info-icon img {
  width: 22px;
  height: 22px;
}
.contact__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: -0.22px;
  color: #1e2124;
}
.contact__info-list {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #0a0a0a;
}
.contact__info-list li {
  position: relative;
  padding-left: 20px;
}
.contact__info-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.contact a.contact__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 4px;
  padding: 18px 40px;
  background: #265dbe;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.contact a.contact__map-link:hover {
  background: rgb(32.9, 80.5184210526, 164.5);
  color: #fff;
  text-decoration: none;
}
.contact a.contact__map-link img {
  width: 18px;
  height: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 47.99em) {
  .contact a.contact__map-link {
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 12px 20px;
  }
}
.contact__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 40px;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
}
@media only screen and (max-width: 47.99em) {
  .contact__route {
    padding: 24px;
  }
}
.contact__route-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .contact__route-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
.contact__route-divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.contact__route-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__route-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.26px;
  color: #fff;
}
.contact__route-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: -0.22px;
  color: #000;
}
.contact__route-label--wide {
  width: 230px;
}
@media only screen and (max-width: 47.99em) {
  .contact__route-label--wide {
    width: auto;
  }
}
.contact__route-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.contact__route-path {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  color: #265dbe;
}
.contact__route-path span {
  color: #CDD1D5;
}
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  padding: 24px 40px 40px;
  background: #f4f5f6;
  border: 1px solid #CDD1D5;
  border-radius: 16px;
}
@media only screen and (max-width: 47.99em) {
  .contact__form {
    padding: 24px 20px 20px;
  }
}
.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .contact__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contact__form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  width: 100%;
}
.contact__form-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #265dbe;
}
.contact__form-input, .contact__form-textarea {
  width: 100%;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #CDD1D5;
  border-radius: 6px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #1e2124;
}
.contact__form-input::-webkit-input-placeholder, .contact__form-textarea::-webkit-input-placeholder {
  color: #515965;
}
.contact__form-input::-moz-placeholder, .contact__form-textarea::-moz-placeholder {
  color: #515965;
}
.contact__form-input:-ms-input-placeholder, .contact__form-textarea:-ms-input-placeholder {
  color: #515965;
}
.contact__form-input::-ms-input-placeholder, .contact__form-textarea::-ms-input-placeholder {
  color: #515965;
}
.contact__form-input::placeholder, .contact__form-textarea::placeholder {
  color: #515965;
}
.contact__form-input:focus, .contact__form-textarea:focus {
  outline: 2px solid #265dbe;
  outline-offset: -1px;
}
.contact__form-input {
  height: 48px;
}
.contact__form-textarea {
  height: 223px;
  padding-top: 9px;
  resize: vertical;
  font-family: "Pretendard", sans-serif;
}
.contact__form-submit {
  padding: 18px 40px;
  background: #265dbe;
  border: none;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.contact__form-submit:hover {
  background: rgb(32.9, 80.5184210526, 164.5);
}

.content-body__flow {
  width: 100%;
  overflow-x: auto;
}
.content-body__flow-canvas {
  position: relative;
  width: 1352px;
  background: #f4f5f6;
  border: 1px solid #cdd1d5;
  border-radius: 16px;
}
.content-body__flow-canvas--expert {
  height: 610px;
  border-radius: 12px;
}
.content-body__flow-canvas--self {
  height: 504px;
}
.content-body__flow-box {
  position: absolute;
}
.content-body__flow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  background: #265dbe;
  border-radius: 100px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.content-body__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid #265dbe;
  border-radius: 100px;
  z-index: 1;
}
.content-body__flow-step--office {
  background: #e8f6ff;
}
.content-body__flow-step--office-teal {
  border-color: #107a92;
}
.content-body__flow-step-title {
  margin: 0;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #265dbe;
}
.content-body__flow-step-title span {
  margin-right: 8px;
}
.content-body__flow-step-desc {
  margin: 0;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #464c53;
}
.content-body__flow-step-desc--sm {
  font-size: 16px;
}
.content-body__flow-step-desc--indent {
  text-align: left;
  padding-left: 26px;
}
.content-body__flow-box--header-applicant {
  left: 60px;
  top: 60px;
  width: 299px;
  height: 81px;
}
.content-body__flow-box--header-kosti {
  left: 526px;
  top: 60px;
  width: 299px;
  height: 81px;
}
.content-body__flow-box--header-twag {
  left: 992px;
  top: 60px;
  width: 299px;
  height: 81px;
}
.content-body__flow-box--step-1 {
  left: 60px;
  top: 170px;
  width: 299px;
  height: 110px;
}
.content-body__flow-box--step-2 {
  left: 526px;
  top: 170px;
  width: 299px;
  height: 110px;
}
.content-body__flow-box--step-3 {
  left: 526px;
  top: 321px;
  width: 299px;
  height: 52px;
}
.content-body__flow-box--step-4 {
  left: 992px;
  top: 321px;
  width: 299px;
  height: 52px;
}
.content-body__flow-box--step-5 {
  left: 526px;
  top: 414px;
  width: 299px;
  height: 52px;
}
.content-body__flow-box--step-6 {
  left: 526px;
  top: 507px;
  width: 299px;
  height: 52px;
}
.content-body__flow-box--step-7 {
  left: 60px;
  top: 507px;
  width: 299px;
  height: 52px;
}
.content-body__flow-box--sc-1 {
  left: 36px;
  top: 191px;
  width: 620px;
  height: 86px;
}
.content-body__flow-box--sc-2 {
  left: 696px;
  top: 191px;
  width: 620px;
  height: 86px;
}
.content-body__flow-box--sc-3 {
  left: 36px;
  top: 357px;
  width: 620px;
  height: 86px;
}
.content-body__flow-box--sc-4 {
  left: 696px;
  top: 357px;
  width: 620px;
  height: 86px;
}
.content-body__flow-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-body__flow-line-v {
  position: absolute;
}
.content-body__flow-line-v img {
  position: absolute;
  top: 0px;
  left: 50%;
}
.content-body__flow-line--1-2-fwd {
  left: 340px;
  top: 196px;
  width: 171px;
  height: 18px;
}
.content-body__flow-line--1-2-back {
  left: 373px;
  top: 237px;
  width: 171px;
  height: 18px;
}
.content-body__flow-line--3-4 {
  left: 811px;
  top: 339px;
  width: 171px;
  height: 18px;
}
.content-body__flow-line-v--2-3 {
  left: 670px;
  top: 281px;
  width: 10px;
  height: 29px;
}
.content-body__flow-line-v--5-6 {
  left: 670px;
  top: 467px;
  width: 10px;
  height: 29px;
}
.content-body__flow-line--6-7 {
  left: 370px;
  top: 525px;
  width: 171px;
  height: 18px;
}
.content-body__flow-line--sc-1-2 {
  left: 635px;
  top: 225px;
  width: 50px;
  height: 18px;
}
.content-body__flow-line--sc-3-4 {
  left: 635px;
  top: 391px;
  width: 50px;
  height: 18px;
}
.content-body__flow-elbow {
  position: absolute;
}
.content-body__flow-elbow img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-body__flow-elbow--4-5 {
  left: 835px;
  top: 371px;
  width: 312px;
  height: 77px;
}
.content-body__flow-elbow--sc-2-3 {
  left: 328px;
  top: 217px;
  width: 697px;
  height: 121px;
}
.content-body__flow-elbow--sc-2-3 img {
  -webkit-transform: none;
          transform: none;
}
.content-body__flow-label {
  position: absolute;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #096ab3;
  white-space: nowrap;
}
.content-body__flow-label--wrap {
  width: 111px;
  white-space: normal;
  text-align: center;
}
.content-body__flow-label--application {
  left: 398px;
  top: 171px;
}
.content-body__flow-label--resupp {
  left: 383px;
  top: 261px;
}
.content-body__flow-access {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 24px;
  background: #265dbe;
  border-radius: 100px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.content-body__flow-access--sc {
  left: 36px;
  top: 61px;
  width: 1280px;
  height: 82px;
}
.content-body__flow-access-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
.content-body__flow-access-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.content-body__flow-caption {
  margin: 20px 0 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #464c53;
  text-align: center;
  white-space: nowrap;
}
.content-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.content-body__list--compact {
  gap: 8px;
}
.content-body__list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.content-body__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-left: 12px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #131416;
}
.content-body__list-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: calc((1.6em - 6px) / 2);
  border-radius: 50%;
  background: #265dbe;
}
.content-body__list-title--lg {
  font-size: 20px;
}
.content-body__list-title-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 26px;
}
.content-body__list-title-logo--sm {
  height: 24px;
}
.content-body__list-title-logo--wide {
  height: 22px;
}
.content-body__list-title-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #256ef4;
  text-decoration: underline;
  white-space: nowrap;
}
.content-body__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 24px;
  width: 100%;
}
.content-body__desc p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1e2124;
  margin: 0;
}
.content-body__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
}
.content-body__item {
  padding-left: 36px;
  text-indent: -12px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #464c53;
  margin: 0;
}
.content-body__item--note {
  padding-left: 48px;
  text-indent: -12px;
  font-size: 16px;
  color: #265dbe;
}
.content-body__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 36px;
  text-indent: 0;
}
.content-body__item--link a {
  word-break: break-all;
  color: #256ef4;
  text-decoration: underline;
}
.content-body__item--link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.content-body__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 806px;
  margin-inline: auto;
}
.content-body__map-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.content-body a.content-body__map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #256ef4;
  text-decoration: underline;
}
.content-body a.content-body__map-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.content-body__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Pretendard", sans-serif;
}
.content-body__table th, .content-body__table td {
  padding: 14px 12px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.content-body__table th {
  font-weight: 700;
  color: #1e2124;
  border-bottom: 1px solid #CDD1D5;
}
.content-body__table td {
  font-weight: 400;
  color: #464c53;
  border-bottom: 1px solid #d9d9d9;
}
.content-body__table--highlight th {
  background: #e8f6ff;
  text-align: center;
}
@media only screen and (max-width: 47.99em) {
  .content-body__table {
    min-width: 640px;
  }
}
.content-body__table-frame {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .content-body__table-frame::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .content-body__table-frame.is-scrolled-end::after {
    opacity: 0;
  }
}
.content-body__table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content-body__table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.content-body__table-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 26px;
}
.content-body__table-logo--wide {
  height: 14px;
}
.content-body a.content-body__table-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #256ef4;
  font-size: 22px;
  text-decoration: underline;
}
.content-body a.content-body__table-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 47.99em) {
  .content-body a.content-body__table-link {
    word-break: break-all;
  }
}
.content-body__table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.content-body__table-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0;
}
.content-body__table-list-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-block: 12px;
  border-radius: 50%;
  background: #265dbe;
}
.content-body__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .content-body__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.content-body__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  height: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 24px 16px;
  background: #e8f6ff;
  border: 1px solid #8eb8ff;
  border-radius: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #265dbe;
  white-space: normal;
}
@media only screen and (max-width: 47.99em) {
  .content-body__step {
    width: 100%;
    height: auto;
  }
}
.content-body__step--start {
  background: #e7f4fe;
  border-color: #9ed2fa;
}
.content-body__step--end {
  background: #265dbe;
  border-color: #265dbe;
  color: #fff;
}
.content-body__step-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 16px;
}
@media only screen and (max-width: 47.99em) {
  .content-body__step-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.content-body__card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  padding-inline: 24px;
}
@media only screen and (max-width: 47.99em) {
  .content-body__card-grid {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}
.content-body__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #ebf8ff;
  border-radius: 16px;
}
.content-body__card--trends {
  background: #fff1e8;
  border: 1px solid #e09060;
}
.content-body__card--analysis {
  background: #e8f6ff;
  border: 1px solid #b0d0ff;
}
.content-body__card-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 150px;
  overflow: hidden;
}
.content-body__card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-body__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.content-body__card-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #1e2124;
  margin: 0;
}
.content-body__card-desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1e2124;
  margin: 0;
}
.content-body__link-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .content-body__link-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-body a.content-body__link-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  height: 234px;
  padding-inline: 24px;
  background: #ebf8ff;
  border: 1px solid #b0d0ff;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
}
.content-body a.content-body__link-tile:hover {
  background: #ebf8ff;
}
@media only screen and (max-width: 47.99em) {
  .content-body a.content-body__link-tile {
    height: auto;
    padding: 20px;
  }
}
.content-body__link-tile-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.content-body__link-tile-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  color: #1e2124;
  margin: 0;
}
.content-body__link-tile-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1e2124;
}
.content-body__link-tile-more img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 10px;
}

.board-gallery {
  margin-top: 20px;
}
.board-gallery__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #252525;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.board-gallery__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.board-gallery__meta-item .label {
  color: #999999;
}
.board-gallery__meta-item .value {
  font-weight: 700;
  color: #0a0a0a;
}
.board-gallery__meta-divider {
  width: 1px;
  height: 20px;
  background: #d9d9d9;
}
.board-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.board-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.board-gallery__item + .board-gallery__item {
  padding-top: 40px;
}
.board-gallery__thumb {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.board-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-gallery__badge {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  padding: 7px 18px 8px;
  border-radius: 6px;
  background: rgba(22, 64, 140, 0.6);
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.board-gallery__badge--past {
  background: rgba(0, 0, 0, 0.6);
}
.board-gallery__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.board-gallery__thumb {
  width: 240px;
  height: 180px;
}
.board-gallery__title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #0a0a0a;
  margin: 0;
}
.board-gallery__title a {
  color: inherit;
  text-decoration: none;
}
.board-gallery__title a:hover {
  color: #2861c6;
}
.board-gallery__desc {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #555555;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.board-gallery__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.board-gallery__info .label {
  color: #666666;
}
.board-gallery__info .value {
  font-weight: 700;
  color: #2861c6;
}
.board-gallery__info .dot {
  color: #cccccc;
}
.board-gallery__item--featured .board-gallery__thumb {
  width: 514px;
  height: 385.5px;
}
@media only screen and (max-width: 64em) {
  .board-gallery__item--featured .board-gallery__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 514/385.5;
  }
}
.board-gallery__item--featured .board-gallery__body {
  gap: 32px;
}
.board-gallery__item--featured .board-gallery__title {
  font-size: 32px;
}
.board-gallery__item--featured .board-gallery__desc {
  font-size: 24px;
  -webkit-line-clamp: 4;
}
@media only screen and (max-width: 47.99em) {
  .board-gallery__item--featured .board-gallery__body {
    gap: 20px;
  }
  .board-gallery__item--featured .board-gallery__title {
    font-size: 24px;
  }
  .board-gallery__item--featured .board-gallery__desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-gallery__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .board-gallery__thumb, .board-gallery__item--featured .board-gallery__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
}

.board-pub {
  margin-top: 20px;
}
.board-pub__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #252525;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 47.99em) {
  .board-pub__meta {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.board-pub__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.board-pub__meta-item .label {
  color: #999999;
}
.board-pub__meta-item .value {
  font-weight: 700;
  color: #0a0a0a;
}
.board-pub__meta-divider {
  width: 1px;
  height: 20px;
  background: #d9d9d9;
}
.board-pub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.board-pub__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.board-pub__item + .board-pub__item {
  padding-top: 40px;
}
@media only screen and (max-width: 64em) {
  .board-pub__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-pub__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.board-pub__thumb {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
  height: 240px;
  padding: 40px 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #5b8fe4;
  color: #fff;
}
@media only screen and (max-width: 29.99em) {
  .board-pub__thumb {
    width: 140px;
    height: 187px;
    padding: 24px 16px;
  }
}
.board-pub__thumb img.pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-pub__thumb-divider {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 2px;
  background: #fff;
  margin-bottom: 10px;
}
.board-pub__thumb-label {
  position: relative;
  z-index: 1;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  white-space: pre-line;
}
.board-pub__thumb-logo {
  position: relative;
  z-index: 1;
  width: 40px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.5;
}
.board-pub__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  min-width: 0;
}
@media only screen and (max-width: 47.99em) {
  .board-pub__body {
    width: 100%;
    gap: 16px;
  }
}
.board-pub__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.board-pub__title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .board-pub__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-pub__title {
    font-size: 20px;
  }
}
.board-pub__title a {
  color: inherit;
  text-decoration: none;
}
.board-pub__title a:hover {
  color: #2861c6;
}
.board-pub__desc {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #555555;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media only screen and (max-width: 47.99em) {
  .board-pub__desc {
    font-size: 16px;
  }
}
.board-pub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.board-pub__info .label {
  color: #666666;
}
.board-pub__info .value {
  font-weight: 700;
  color: #2861c6;
}
.board-pub__info .dot {
  color: #cccccc;
}
.board-pub__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 260px;
  padding: 12px 16px;
  border: 1px solid #999999;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: #333333;
}
.board-pub__download img {
  width: 24px;
  height: 24px;
}
.board-pub__download:hover {
  background: #f4f5f7;
}
@media only screen and (max-width: 64em) {
  .board-pub__download {
    width: 100%;
  }
}
.board-pub__thumb--photo {
  padding: 0;
}
.board-pub__thumb--photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.board-pub-view__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  padding: 40px;
  border-top: 1px solid #252525;
}
@media only screen and (max-width: 64em) {
  .board-pub-view__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-pub-view__top {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.board-pub-view__cover {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  height: 340px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.board-pub-view__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-pub-view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 48px;
  min-width: 0;
}
.board-pub-view__title {
  font-family: "Pretendard", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .board-pub-view__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 47.99em) {
  .board-pub-view__title {
    font-size: 24px;
  }
}
.board-pub-view__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.board-pub-view__meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.board-pub-view__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
}
.board-pub-view__meta-item .label {
  color: #666666;
}
.board-pub-view__meta-item .value {
  font-weight: 700;
  color: #2861c6;
}
.board-pub-view__desc {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #555555;
  margin: 0;
}
.board-pub-view__toc-heading {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.32px;
  color: #0a0a0a;
  margin: 0 0 32px;
}
.board-pub-view__toc-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.board-pub-view__toc-group-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #0a0a0a;
  margin: 0 0 12px;
}
.board-pub-view__toc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.board-pub-view__toc-item {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #0a0a0a;
}

.global-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1400/588;
  border-radius: 16px;
  overflow: hidden;
  background: #0b2340;
}
.global-map__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
}
.global-map__world {
  position: absolute;
  left: 5.857%;
  top: 8.333%;
  width: 88.286%;
  height: 86.735%;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-map__pins {
  position: absolute;
  inset: 0;
}
.global-map__pin {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 1;
}
.global-map__pin:hover, .global-map__pin:focus-within, .global-map__pin.is-active {
  z-index: 2;
}
.global-map__pin--eu {
  left: 46.25%;
  top: 22.62%;
}
.global-map__pin--us {
  left: 23.18%;
  top: 40.14%;
}
.global-map__pin--france {
  left: 47.39%;
  top: 27.89%;
}
.global-map__pin--china {
  left: 71.11%;
  top: 45.24%;
}
.global-map__pin--taiwan {
  left: 74.39%;
  top: 51.36%;
}
.global-map__pin--philippines {
  left: 73.32%;
  top: 57.99%;
}
.global-map__pin-marker {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}
.global-map__pin-marker img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.global-map__pin:hover .global-map__pin-marker img, .global-map__pin:focus-within .global-map__pin-marker img, .global-map__pin.is-active .global-map__pin-marker img {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.global-map__pin-shadow {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 10px;
  height: 3px;
  background: #000;
  opacity: 0.45;
  border-radius: 50%;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.global-map__pin:hover .global-map__pin-shadow, .global-map__pin:focus-within .global-map__pin-shadow, .global-map__pin.is-active .global-map__pin-shadow {
  bottom: -8px;
  width: 23px;
  height: 23px;
  background: url("/_static/kosti/language/eng/main2026/images/content/gn-pin-glow.png") no-repeat center/contain;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.global-map__tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
  width: 189px;
  padding: 16px 18px 10px;
  background: #fff;
  border: 1px solid #256ef4;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media only screen and (max-width: 47.99em) {
  .global-map__tooltip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 16px 6px;
  }
}
.global-map__tooltip::before, .global-map__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #256ef4;
}
.global-map__tooltip::after {
  bottom: calc(100% - 1px);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #fff;
}
.global-map__pin:hover .global-map__tooltip, .global-map__pin:focus-within .global-map__tooltip, .global-map__pin.is-active .global-map__tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.global-map__tooltip-country {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #265dbe;
}
.global-map__tooltip-org {
  margin: 4px 0 0;
  font-family: "Pretendard", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #1c1f23;
}
@media only screen and (max-width: 47.99em) {
  .global-map__tooltip-org {
    display: none;
  }
}
.global-map__tooltip-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.global-map__tooltip-arrow img {
  width: 16px;
  height: 16px;
}
.global-map__tooltip-arrow:hover {
  background: #f4f5f6;
}

.global-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
}
.global-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.global-articles__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.global-articles__item {
  scroll-margin-top: 100px;
}
.global-articles__country {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #0a0a0a;
}
.global-articles__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .global-articles__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.global-articles__entry + .global-articles__entry {
  margin-top: 24px;
}
.global-articles__entry-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.global-articles__entry-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.global-articles__org {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #1e2124;
}
.global-articles__date {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #265dbe;
}
.global-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  color: #464c53;
}
.global-articles__list li {
  position: relative;
  padding: 0 0 0 16px;
}
.global-articles__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #464c53;
}
.global-articles__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 47.99em) {
  .global-articles__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 260/160;
  }
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-top: 1px solid #6D7882;
}
.accordion__item {
  width: 100%;
  border-bottom: 1px solid #CDD1D5;
}
.accordion__item.is-open {
  margin-block: -1px;
}
.accordion__item.is-open button {
  border: 1px solid #164291;
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background: #fff;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 47.99em) {
  .accordion__header {
    padding: 14px 24px;
  }
}
.accordion__title {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.26px;
  color: #1e2124;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media only screen and (max-width: 47.99em) {
  .accordion__title {
    font-size: 20px;
  }
}
.accordion__item.is-open .accordion__title {
  font-weight: 700;
  color: #265dbe;
}
.accordion__chevron {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.accordion__item.is-open .accordion__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 36px 32px 48px;
  background: #f4f5f6;
  border-top: 1px solid #CDD1D5;
}
@media only screen and (max-width: 47.99em) {
  .accordion__panel {
    padding: 20px 10px;
  }
}
.accordion__item.is-open .accordion__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px 0px;
  border-bottom: 1px solid #8A949E;
}
.accordion__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.accordion__group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding-inline: 12px;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  color: #131416;
}
.accordion__group-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: calc((1.6em - 6px) / 2);
  border-radius: 50%;
  background: currentColor;
}
.accordion__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
}
.accordion__bullet {
  margin: 0;
  padding-inline: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.18px;
  color: #464c53;
}
.accordion__image {
  display: block;
  width: 100%;
  max-width: 1051px;
  height: auto;
}
.accordion__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .accordion__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accordion__gallery-image {
  display: block;
  height: 214px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 47.99em) {
  .accordion__gallery-image {
    height: auto;
    width: 100%;
  }
}

.main-content {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-bottom: 120px;
}
@media only screen and (max-width: 90em) {
  .main-content {
    padding: 0 20px 50px 20px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .page-head__crumb,
  .page-head__actions {
    display: none !important;
  }
  .page-head {
    padding-top: 0;
  }
}
.page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 160px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 64em) {
  .page-head {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.page-head__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-head__crumb-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  color: #999999;
}
.page-head__crumb-home img {
  width: 24px;
  height: 24px;
}
.page-head__crumb-sep {
  width: 6px;
  height: 10px;
}
.page-head__crumb-item {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  color: #999999;
}
.page-head__crumb-item.is-current {
  font-weight: 700;
  color: #265dbd;
}
.page-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.page-head__title {
  font-family: "Noto Serif KR", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #0a0a0a;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  .page-head__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 47.99em) {
  .page-head__title {
    font-size: 32px;
  }
}
.page-head__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-head__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid #252525;
  background: none;
  padding: 0;
}
.page-head__action img {
  width: 20px;
  height: 20px;
}
.page-head__action:hover {
  background: #f4f5f7;
}
.page-head__share-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-head__share-popover {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-head__share-popover.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-head__share-popover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translate(-6px, -50%) rotate(45deg);
          transform: translate(-6px, -50%) rotate(45deg);
}
.page-head__share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.page-head__share-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.page-head__share-icon:hover {
  opacity: 0.8;
}
.page-head__intro {
  width: 100%;
  padding: 24px 40px;
  border-radius: 8px;
  background: #efefef;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 47.99em) {
  .page-head__intro {
    padding: 20px 24px;
    font-size: 18px;
  }
}

.board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.board .start-btn {
  justify-self: start;
}
.board .end-btn {
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.board__count {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #a2a3a6;
  letter-spacing: -0.028px;
  white-space: nowrap;
}
.board__count strong {
  color: #029ccf;
  font-weight: 600;
}
.board__table {
  width: 100%;
  border-collapse: collapse;
}
.board__table thead tr {
  background: #029ccf;
}
.board__table th {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: -0.056px;
  line-height: 20px;
  white-space: nowrap;
}
.board__table th:first-child {
  border-radius: 10px 0 0 10px;
}
.board__table th:last-child {
  border-radius: 0 10px 10px 0;
}
.board__table tbody tr {
  border-bottom: 1px solid #e5e9eb;
}
.board__table tbody tr:nth-child(odd) {
  background: #fff;
}
.board__table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  text-align: center;
  letter-spacing: -0.064px;
  line-height: 20px;
}
.board__table td.left-text {
  text-align: left;
}
.board__table .col-project strong {
  font-weight: 600;
  color: #353535;
}
.board__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  height: 62px;
}
.board__bottom--between {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 16px 0;
}
.board__bottom--between > :first-child {
  justify-self: start;
}
.board__bottom--between > :last-child {
  justify-self: end;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.badge--mass {
  background: #ebf4ff;
  color: #1754b0;
}
.badge--lpp {
  background: #fef0ec;
  color: #922b1a;
}
.badge--dpp {
  background: #fef3e2;
  color: #7a4500;
}
.badge--discontinued {
  background: #f0f0ee;
  color: #5a5a57;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11px;
  height: 39px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.paging__btn img {
  width: 11px;
  height: 14px;
}
.paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  gap: 18px;
}
.paging__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #8f9fa5;
  cursor: pointer;
}
.paging__page.is-active {
  border: 1px solid #CDD1D5;
  color: #1E2124;
  font-weight: 700;
}
.paging__page:hover:not(.is-active) {
  background: #f2f4f5;
  color: #1e272c;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
}

body {
  position: relative;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #1e2124;
  font-size: 17px;
  margin: 0;
  padding: 0;
  background: #fff;
  min-height: 100vh;
}
@media only screen and (max-width: 47.99em) {
  body {
    font-size: 15px;
  }
}

legend, .hd-element {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999999px !important;
}

table caption {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

fieldset {
  min-width: auto;
}

input:-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

ul, ol, li {
  list-style: none;
}

body, div, dl, dt, dd, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote, button, input, textarea {
  margin: 0;
  padding: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
  margin: 0;
  padding: 0;
}

em, address {
  font-style: normal;
}

img, fieldset, button, input {
  border: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

label, button {
  cursor: pointer;
}

label {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

input, select, button, textarea {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

input {
  margin: 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

#skipnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#skipnav a {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background: #f2f2f2;
  font-size: 0;
  text-align: center;
  font-weight: bold;
  color: #444;
}
#skipnav a:hover, #skipnav a:focus, #skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  height: 25px;
  font-size: 15px;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

:-moz-placeholder {
  color: #767676;
}

xmp {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Black.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-ExtraBold.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Bold.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-SemiBold.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Medium.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Regular.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Light.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-ExtraLight.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Thin.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/pretendard/PretendardGOV-Thin.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  font-weight: 700;
  font-display: swap;
  src: url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-Bold-subset.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-Bold-subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  font-weight: 400;
  font-display: swap;
  src: url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-Regular-subset.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-Regular-subset.woff) format("woff");
}
@font-face {
  font-family: "Noto Serif KR";
  font-weight: 200;
  font-display: swap;
  src: url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-ExtraLight-subset.woff2) format("woff2"), url(/_static/kosti/language/eng/main2026/font/notoSerif/NotoSerifCJKkr-ExtraLight-subset.woff) format("woff");
}