@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard-dynamic-subset.css);
body {
  font-family: Pretendard;
  margin: 0;
  color: #222;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body [data-img-area] img {
  max-width: 100%;
}
body [data-pc_header] {
  max-width: 1280px;
  width: 100%;
  height: 80px;
  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;
  position: relative;
}
body [data-pc_header] [data-logo_box] {
  width: 194px;
  height: 28px;
  background-image: url(/images/header-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body [data-pc_header] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body [data-pc_header] ul li {
  font-size: 20px;
  font-weight: 500;
  padding-right: 60px;
  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;
}
body [data-pc_header] ul li:nth-of-type(2) {
  padding-right: 61px;
}
body [data-pc_header] ul li:nth-of-type(3) {
  padding-right: 61px;
}
body [data-pc_header] ul li a {
  color: #222;
}
body [data-pc_header] ul .kakao a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body [data-pc_header] ul .kakao a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(/images/kakao.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body [data-pc_header] ul [data-more_box] {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-image: url(/images/menu-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body [data-pc_header] [data-menu_box] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 625px;
  background-color: #0C3994;
  z-index: 999;
}
body [data-pc_header] [data-menu_box] div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body [data-pc_header] [data-menu_box] div button {
  background-color: #0C3994;
  border: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-image: url(/images/2024_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body [data-pc_header] [data-menu_box] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-left: 47px;
  padding-top: 5px;
}
body [data-pc_header] [data-menu_box] ul li {
  padding-bottom: 12px;
}
body [data-pc_header] [data-menu_box] ul li a {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  padding: 10px;
}
body [data-pc_header] [data-menu_box] ul li:hover a {
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
}
body [data-pc_header] [data-menu_box] ul [data-logout_row] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 26px;
  padding-left: 5px;
}
body [data-pc_header] [data-menu_box] ul [data-logout_row] button {
  border: none;
  background-color: #0C3994;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
body [data-mobile_header] {
  display: none;
}
body main {
  width: 100%;
}
body main [data-pc_process_box] {
  width: 100%;
  height: 86px;
  background-color: #0C3994;
  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;
}
body main [data-pc_process_box] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main [data-pc_process_box] ul li a {
  font-size: 22px;
  font-weight: normal;
  padding-right: 100px;
  color: #fff;
}
body main [data-pc_process_box] ul li button {
  border: none;
  background-color: #0C3994;
  color: #fff;
  font-size: 16px;
}
body main [data-pc_process_box] ul .present a {
  font-weight: bold;
}
body main [data-mobile_process_box] {
  display: none;
}
body footer {
  width: 100%;
  height: 233px;
  background-color: #1e1e1e;
}
body footer [data-footer_wrap] {
  height: 100%;
  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;
}
body footer [data-footer_wrap] [data-logo_box] {
  background-image: url(/images/footer-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 29px;
  margin-right: 120px;
}
body footer [data-footer_wrap] [data-text_box] [data-foot-btn-area] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
body footer [data-footer_wrap] [data-text_box] [data-foot-btn-area] .btn {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer [data-footer_wrap] [data-text_box] p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #ffffff;
}
body footer [data-footer_wrap] [data-text_box] p a {
  font-size: 17px;
  color: #fff;
  padding-left: 15px;
}
body footer [data-footer_wrap] [data-text_box] p a span {
  color: #fff000;
}
body footer [data-footer_wrap] [data-text_box] p:first-of-type {
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  padding-bottom: 20px;
}
body [data-info_title_box] {
  width: 100%;
  max-width: 1280px;
  border-bottom: 1px solid #222;
  padding-top: 65px;
  padding-bottom: 15px;
  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;
}
body [data-info_title_box] h1 {
  font-size: 32px;
  font-weight: bold;
}
body [data-info_title_box] div {
  font-size: 16px;
  font-weight: 500;
}
body [data-info_title_box] div [data-year_select] {
  margin-left: 16px;
  font-size: 14px;
  background: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  width: 120px;
  height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
  outline: 0 none;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 6 6 6-6z' fill='%234C4C4C' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-color: #fff;
}

@media (max-width: 760px) {
  body [data-pc_header] {
    display: none;
  }
  body [data-mobile_header] {
    display: block;
    background-color: #fff;
    width: 100%;
  }
  body [data-mobile_header] div {
    width: 100%;
    height: 48px;
    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;
  }
  body [data-mobile_header] div [data-logo_box] {
    width: 120px;
    height: 24px;
    background-image: url(/images/header-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body [data-mobile_header] div [data-more_box] {
    width: 30px;
    height: 30px;
    background-image: url(/images/mobile-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: absolute;
    right: 15px;
    border: none;
  }
  body [data-mobile_header] [data-menu_box] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 540px;
    background-color: #0C3994;
    z-index: 999999999;
  }
  body [data-mobile_header] [data-menu_box] div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body [data-mobile_header] [data-menu_box] div button {
    background-color: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-image: url(/images/mobile-menu-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0C3994;
  }
  body [data-mobile_header] [data-menu_box] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding-left: 30px;
    padding-top: 15px;
  }
  body [data-mobile_header] [data-menu_box] ul li {
    padding-bottom: 10px;
  }
  body [data-mobile_header] [data-menu_box] ul li a {
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    padding: 10px;
  }
  body [data-mobile_header] [data-menu_box] ul li:hover a {
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
  }
  body [data-mobile_header] [data-menu_box] ul [data-logout_row] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 37px;
    padding-left: 5px;
  }
  body [data-mobile_header] [data-menu_box] ul [data-logout_row] button {
    border: none;
    background-color: #0C3994;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  body main [data-pc_process_box] {
    display: none;
  }
  body main [data-mobile_process_box] {
    display: block;
    width: 100%;
    height: 46px;
    background-color: #0C3994;
  }
  body main [data-mobile_process_box] .swiper {
    padding-left: 19.5px;
    padding-right: 19.5px;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide a {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    padding-right: 100px;
    color: #fff;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide button {
    border: none;
    background-color: #0C3994;
    color: #fff;
    margin-left: 10px;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:first-of-type {
    width: 86px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
    width: 49px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) {
    width: 49px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) {
    width: 49px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(5) {
    width: 51px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(6) {
    width: 49px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .swiper-slide:nth-of-type(7) {
    width: 70px !important;
  }
  body main [data-mobile_process_box] .swiper .swiper-wrapper .present a {
    font-weight: bold;
    color: #fff;
  }
  body footer {
    width: 100%;
    height: 336px;
    background-color: #1e1e1e;
  }
  body footer [data-footer_wrap] {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer [data-footer_wrap] [data-logo_box] {
    background-image: url(/images/m_ksalogo-ai.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 24px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  body footer [data-footer_wrap] [data-text_box] p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
  }
  body footer [data-footer_wrap] [data-text_box] p a {
    color: #fff;
    padding-right: 18px;
    padding-left: 15px;
  }
  body footer [data-footer_wrap] [data-text_box] p a span {
    color: #fff;
  }
  body footer [data-footer_wrap] [data-text_box] p:first-of-type {
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 26px;
  }
  body footer [data-footer_wrap] [data-text_box] p:nth-of-type(2) {
    padding-bottom: 32px;
  }
  body [data-info_title_box] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: none;
    padding-top: 24px;
  }
  body [data-info_title_box] h1 {
    display: none;
  }
  body [data-info_title_box] div {
    font-size: 14px;
    font-weight: bold;
  }
  body [data-info_title_box] div [data-year_select] {
    margin-left: 8px;
    font-size: 14px;
    width: 84px;
    height: 34px;
    padding: 0 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 6 6 6-6z' fill='%234C4C4C' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-color: #fff;
  }
}