@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap);

* {
  font-family: "Spoqa Han Sans Neo", "Montserrat", "Noto Sans KR", "sans-serif";
}

html,
body {
  width: 100%;
  font-family: "Noto Sans KR";
  /* scroll-behavior: smooth; */
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* common css hover effect */
.pr-outline-fill-hover:hover {
  background-color: rgba(0, 74, 143, 0.08);
}

.pr-fill-hover:hover {
  background-color: #2064a7 !important;
}

/* main css */
header {
  background-color: #004a8f;
  height: 49px;
  line-height: 49px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

header p {
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat, Noto Sans KR;
}

header div > span > img {
  margin-right: 20px;
}

.header-spacer {
  height: 49px;
}

.swiper-container {
  width: 100%;
  /* height: 100%; */
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.swiper-container {
  overflow: hidden;
}

.mySwiper {
  margin-top: 49px;
}

.mySwiper .swiper-slide {
  height: 400px;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.16) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  /* width: 100%; */
  height: 100%;
  object-fit: cover !important;
}

.slide-img01 {
  /*background: url(/res/home/img/koica/t-main-bg-01.png) no-repeat center 100%;*/
  background-size: cover;
}

.slide-img02 {
  /*background: url(/res/home/img/koica/t-main-bg-02.png) no-repeat center 100%;*/
  background-size: cover;
}

.slide-img03 {
  /*background: url(/res/home/img/koica/t-main-bg-03.png) no-repeat center 100%;*/
  background-size: cover;
}

.swiper-button-group .swiper-button-next,
.swiper-button-prev {
  bottom: -1px !important;
  top: auto;
  /*background-color: #f5f5f5;*/
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
}

.swiper-button-group .swiper-button-next {
  right: 20px !important;
}

.swiper-button-group .swiper-button-next::after {
  content: url(/res/home/img/koica/outlined-navigation-chevron-right.png);
  line-height: 0.5;
}

.swiper-button-group .swiper-button-prev {
  right: 71px !important;
  left: auto;
}

.swiper-button-group .swiper-button-prev::after {
  content: url(/res/home/img/koica/outlined-navigation-chevron-left.png);
  line-height: 0.5;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.slide-text {
  position: absolute;
  z-index: 100;
  color: #ffffff;
  top: 110px;
  left: 20px;
  padding-right: 20px;
}

.slide-text h2 {
  font-family: Montserrat, Noto Sans KR;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.06px;
  margin-bottom: 10px;
}

.slide-text h2 span {
  /* display: block; */
  font-family: Montserrat, Noto Sans KR;
  /* margin-top: 8px; */
}

.slide-text h2 span:nth-child(1) {
  display: inline;
}

.slide-text h2 span:nth-child(2) {
  display: block;
}

.slide-text h2 span:nth-child(2) > span {
  display: block;
}

.slide-text p {
  font-family: "Spoqa Han Sans Neo";
  font-size: 15px;
  font-weight: 400;
}

.slide-text p > span {
  font-family: "Spoqa Han Sans Neo";
}

nav {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
  top: 49px;
  left: 0;
}

nav h1.logo > img {
  width: 122px;
  height: 30px;
  margin-left: 20px;
  margin-top: 20px;
  vertical-align: top;
}

nav .menu-icon {
  margin-right: 20px;
}

nav .language-icon {
  display: none;
}

nav .lang-select ul {
  display: none;
}

nav .login-btn {
  display: none;
  position: relative;
}

nav .login-btn .tooltip-list {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  top: 75px;
  right: -20px;
  z-index: 100;
  width: 220px;
  color: black;
  background: #f5f5f5;
  background-clip: padding-box;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
  border: 1px solid #09b9c2;
  border-radius: 5px;
}

nav .login-btn .tooltip-list::before,
nav .login-btn .tooltip-list::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -9px;
  right: 25px;
}

nav .login-btn .tooltip-list::before {
  border-bottom: 10px solid #09b9c2;
  margin-top: -1px;
}

nav .login-btn .tooltip-list::after {
  border-bottom: 10px solid #f5f5f5;
  margin-top: 0;
  z-index: 1;
}

nav .login-btn .tooltip-list ul {
  padding: 15px;
  margin-bottom: 0;
}

nav .login-btn .tooltip-list ul li > a {
  color: #424242;
  font-family: "Spoqa Han Sans Neo";
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

nav > .nav-inner {
  height: 70px;
}

nav .nav-inner ul.gnb-menu {
  display: none;
}

nav .login-icon > img {
  width: 24px;
  height: 24px;
}

nav .search-icon {
  margin-left: 10px;
}

nav .search-icon > img {
  width: 24px;
  height: 24px;
}

.menu_btn {
  text-align: right;
  padding: 15px 20px;
}

.menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0;
  display: none;
  z-index: 100;
}

.sidebar_menu {
  position: relative;
  display: none;
  width: 70%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  right: -70%;
  top: 0;
  z-index: 800;
}

.m-gnb-heaeder {
  height: 70px;
  background-color: #001d3c;
  padding: 22px 18px;
  text-align: right;
}

.m-gnb-heaeder div span {
  margin-right: 5px;
}

.m-gnb-heaeder div span:last-child {
  margin-right: 0;
}

.m-gnb-heaeder div span img {
  width: 24px;
  height: 24px;
}

.hidden {
  height: 100%;
  min-height: 100%;
  /* overflow: hidden !important; */
  touch-action: none;
  background-color: transparent;
}

.menu_wrap {
  padding: 15px 0;
}

.menu_wrap li a {
  padding: 15px 30px;
  width: 100%;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  font-family: "Spoqa Han Sans Neo";
}

.menu_wrap li.mypage a {
  color: #09b9c2;
}

.menu_wrap li {
  position: relative;
  overflow: hidden;
}

.menu_wrap li img {
  position: absolute;
  right: 30px;
  top: 20px;
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
}

.menu_wrap li div {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 0;
  width: calc(100% - 60px);
  background-color: #f5f5f5;
  padding: 20px;
  margin-left: 30px;
  opacity: 0;
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  -moz-transition: All 0.1s ease;
  -o-transition: All 0.1s ease;
}

.menu_wrap li div a {
  font-weight: normal;
  font-size: 14px;
  color: #424242;
  padding: 3px 0;
}

.menu_wrap li.active div {
  position: relative;
  opacity: 1;
  height: inherit;
  bottom: inherit;
}

.menu_wrap li.active > a {
  color: #09b9c2;
}

.menu_wrap li.active > a:hover {
  color: #09b9c2;
}

.menu_wrap li.active img {
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .menu_wrap li div {
    width: 100%;
    margin-left: 0;
  }

  .menu_wrap li div a {
    font-size: 13px;
    padding: 3px 0;
  }
}

section.m-cts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding: 40px 28px;
}

section.m-cts div {
  text-align: center;
}

section.m-cts div > img {
  max-width: 80px;
}

section.m-cts div > p {
  font-family: "Spoqa Han Sans Neo";
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  color: #424242;
}

.section-title-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.section-title {
  font-family: Montserrat, Noto Sans KR;
  font-size: 26px;
  font-weight: 800;
  color: #121212;
  text-align: center;
  /* display: inline; */
}

.more-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e0e0e0;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
}

.more-btn img {
  vertical-align: middle;
}

.newCourses {
  margin-bottom: 50px;
}

.newCourses .swiper-wrapper .swiper-slide {
  width: 80%;
  margin-bottom: 50px;
}

.newCourses .swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff;
  border: 2px solid #004a8f;
}

.newCourses .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin: 0 8px !important;
}

.state-box {
  font-family: "Spoqa Han Sans Neo";
  border: 1px solid #004a8f;
  color: #004a8f;
  /* padding: 6px; */
  display: inline-block;
  text-align: center;
  min-width: 56px;
  height: 24px;
  line-height: 22px;
  font-size: 10px;
  margin-top: 20px;
}

.new-courses-btn-group .btn {
  position: relative;
  font-family: "Spoqa Han Sans Neo";
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 !important;
  width: 50%;
  height: 44px;
  border: 1px solid #004a8f;
  color: #004a8f;
  /* padding: 12px 0; */
  line-height: 18px;
}

.new-courses-btn-group {
  margin-top: 20px;
}

.new-courses-btn-group .btn:hover {
  background-color: #004a8f;
  color: #ffffff;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

.new-courses-btn-group .btn {
  transition: all 0.2s;
}

.new-courses-btn-group .btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.new-courses-btn-group .btn:after {
  content: url(/res/home/img/koica/outlined-navigation-arrow-right.png);
  position: absolute;
  opacity: 0;
  top: 14px;
  right: 50px;
  transition: 0.5s;
}

.new-courses-btn-group .btn:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.new-courses-btn-group .btn:hover:after {
  opacity: 1;
  right: 20px;
}

.list-paginate a.number {
  background-color: #fafafa;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f7fc0;
}

.list-paginate a.active {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004a8f;
  color: #fff;
}

/* .new-courses-btn-group .btn:hover::after {
  content: "";
  background: url(/res/home/img/koica/vsquare-4-icons-16-px-arrow-outline-right.png)
    no-repeat center;
  position: absolute;
  z-index: 1;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
} */

.new-courses-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 34px;
  min-height: 48px;
  /*여러줄 임시.*/
  white-space: normal;
  height: 2.4em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.divider {
  display: none;
}

.new-courses-info {
  display: none;
}

.new-courses-info p:first-child {
  min-width: 110px;
}

.notice-wrapper {
  display: flex;
  width: 100%;
}

.notice-area-01 {
  display: none;
}

.notice-area-02 {
  padding: 0 20px;
  overflow-x: hidden;
  background-color: #ffffff;
}

.notice-area-02-inner .notice-thumbnail {
  margin-right: 40px;
  display: none;
}

.notice-area-02-inner .contents-area > h3 {
  font-family: "Spoqa Han Sans Neo";
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0 12px 0;
  line-height: 1.5;
}

.notice-area-02-inner .contents-area .contents {
  color: #616161;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
  margin-bottom: 16px;
}

.notice-area-02-inner .contents-area .contents-date {
  color: #9e9e9e;
  font-size: 12px;
}

.notice-more-btn {
  font-size: 12px;
  font-weight: 500;
  color: #004a8f;
  border: 1px solid #004a8f;
  padding: 12px 0;
  border-radius: 0;
  width: 152px;
  margin-top: 10px;
  margin-bottom: 80px;
}

.notice-more-btn:hover {
  background-color: rgba(0, 74, 143, 0.08);
  color: #004a8f;
}

.m-cts-icon {
  cursor: pointer;
}

footer {
  height: 379px;
  background-color: #464d5d;
  padding: 28px 20px;
}

footer .tp-ctn {
  display: block;
  font-size: 14px;
}

footer .tp-ctn p:first-child {
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 10px;
  margin-right: 30px;
}

footer .tp-ctn p:last-child {
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 30px;
}

footer .tp-ctn p:first-child:hover,
footer .tp-ctn p:last-child:hover {
  color: #ffffff;
}

footer .tel {
  font-family: Montserrat, Noto Sans KR;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}

footer address {
  font-size: 12px;
  line-height: 1.8;
}

footer address .tf-ctn {
  display: block;
  font-size: 12px;
  color: #ffffff;
}

footer address .tf-ctn p {
  margin: 0;
}

footer .copyright {
  color: rgba(255, 255, 255, 0.48);
  margin-top: 26px;
  font-size: 12px;
  font-family: "Spoqa Han Sans Neo";
}

.top-floating-btn {
  position: fixed;
  right: 5%;
  /* bottom: 40px; */
  z-index: 100;
  display: none;
  padding: 0;
}

/* font color */
.fc-primary {
  color: #004a8f;
}

.bl-primary {
  border: 1px solid #004a8f;
}

.fc-secondary {
  color: #09b9c2;
}

.fc-gray-600 {
  color: #424242;
}
.fc-gray-500 {
  color: #616161;
}

.fc-gray-400 {
  color: #757575;
}

.fc-gray-300 {
  color: #9e9e9e;
}

.d-none {
  display: none;
}

input:focus {
 /* outline: none;*/
}
.divider {
  background-color: #dbdbdb;
  margin: 20px 0;
  opacity: 1;
}

/* box shadow */
.bs-sm {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bs-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.bs-lg {
  box-shadow: 0 15px 30px 0 rgba(7, 0, 62, 0.11);
}

.ellipsis2 {
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.ellipsis6 {
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.noticeSwiper .swiper-wrapper .swiper-slide .notice-rep-img {
  margin-top: 0px;
}

.noticeSwiper .swiper-wrapper .swiper-slide {
  padding: 22px;
}

.noticeSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
}

.noticeSwiper .swiper-button-next::after {
  content: url(/res/home/img/koica/outlined-navigation-chevron-black-right.png);
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  position: absolute;
  bottom: -248px;
  right: 50px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media all and (min-width: 768px) {
  header p {
    font-size: 18px;
  }

  nav h1.logo > img {
    width: 122px;
    height: 30px;
    margin-top: 24px;
  }

  .section-container {
    padding: 0 24px;
  }

  .slide-text {
    top: 150px;
  }

  .slide-text p > span {
    font-family: "Spoqa Han Sans Neo";
    display: block;
    /* font-weight: 500; */
  }

  .slide-text h2 span:nth-child(2) {
    display: inline;
  }

  .slide-text h2 span:nth-child(2) > span {
    display: block;
  }

  section.m-cts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 32px;
    padding: 60px 15px;
    max-width: 1278px;
    margin: 0 auto;
  }

  .section-title-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .new-courses-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 58px;
    /*여러 줄 768 */
    white-space: normal;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-title {
    font-size: 32px;
  }

  .divider {
    display: block;
  }

  .new-courses-info {
    display: flex;
  }

  .new-courses-info p {
    font-size: 14px;
    line-height: 1.4;
  }

  .notice-wrapper {
    display: block;
  }

  .notice-area-01 {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    padding: 40px 24px 24px 0;
  }

  .notice-area-01 h3 {
    font-family: Montserrat, Noto Sans KR;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .notice-area-01 h1 {
    font-family: Spoqa Han Sans Neo;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .notice-area-01-inner {
    display: flex;
  }

  .notice-area-01-inner .swiper-container .swiper-slide {
    display: flex;
  }

  .notice-area-01-inner > p {
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    color: #424242;
  }

  .notice-rep-img {
    margin-left: 16px;
  }

  .notice-rep-img img {
    width: 260px;
    height: 190px;
  }

  .notice-rep-img .notice-right-btn {
    display: none;
  }

  .notice-area-02 {
    width: 100%;
    /* margin-top: 20px; */
  }

  .notice-area-02-inner {
    display: flex;
    padding: 20px 0;
  }

  .notice-area-02-inner .contents-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .notice-area-02-inner .contents-area .contents {
    margin-bottom: 10px;
  }

  .notice-area-02-inner .notice-thumbnail {
    display: block;
  }

  .notice-area-02-inner .notice-thumbnail img {
    width: 222px;
    height: 133px;
  }

  .notice-more-btn {
    width: 168px;
  }

  footer {
    height: 297px;
    padding: 30px 24px;
  }

  footer .footer-inner {
    max-width: 1278px;
    margin: 0 auto;
  }

  footer .tp-ctn {
    display: flex;
    font-size: 14px;
  }

  footer address {
    margin-bottom: 0;
    font-size: 14px;
  }

  footer address .tf-ctn {
    display: flex;
    font-size: 14px;
  }

  footer .tel {
    font-size: 36px;
  }

  footer address .tf-ctn p:first-child {
    margin-right: 30px;
  }

  footer address .tf-ctn p {
    margin: 5px 0;
  }

  footer .copyright {
    margin-top: 45px;
  }
}

@media all and (min-width: 1278px) {
  header {
    height: 40px;
    line-height: 40px;
  }

  header > div {
    margin-left: -43px;
  }

  header p {
    font-size: 22px;
  }

  nav h1.logo > img {
    margin-left: 0;
  }

  .section-container {
    padding: 0;
  }

  .section-title-wrapper {
    max-width: 1278px;
    margin: 0px auto 80px;
    margin-bottom: 80px;
    font-size: 40px;
  }

  .more-btn {
    display: flex;
  }

  .section-title {
    font-size: 40px;
  }

  .mySwiper {
    margin-top: 0;
    width: 100%;
  }

  nav {
    top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }

  nav h1.logo > img {
    width: 163px;
    height: 40px;
    margin-top: 30px;
  }

  nav .menu-icon {
    display: none;
  }
  nav .login-icon {
    display: none;
  }
  nav .search-icon > img {
    width: 33px;
    height: 33px;
  }

  nav .language-icon {
    margin-left: 20px;
    display: inline-block;
  }
  nav .language-icon > img {
    width: 33px;
    height: 33px;
  }

  nav .login-btn {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-left: 30px;
  }

  nav .login-btn > span {
    cursor: pointer;
  }

  nav > .nav-inner {
    max-width: 1278px;
    margin: 0 auto;
    height: 100px;
  }

  nav .nav-inner ul.gnb-menu {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
    padding-left: 0;
    margin-bottom: 0;
  }

  nav .nav-inner ul.gnb-menu li > a,
  nav .nav-inner ul.gnb-menu li > div > a {
    font-family: "Spoqa Han Sans Neo";
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  nav .nav-inner ul.gnb-menu li > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  nav .nav-inner ul.gnb-menu li > a:hover,
  nav .nav-inner ul.gnb-menu li > div > a:hover {
    position: relative;
    color: #004a8f !important;
  }

  nav .nav-inner ul.gnb-menu li > a:hover:after,
  nav .nav-inner ul.gnb-menu li > div > a:hover:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #004a8f;
  }

  nav .nav-inner ul.gnb-menu li > div > ul {
    display: none;
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 0;
  }

  nav .nav-inner ul.gnb-menu li > div > ul > li {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 31px;
  }

  nav .nav-inner ul.gnb-menu li > div > ul > li:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background: #e0e0e0;
    transform: translateY(-50%);
  }

  nav .nav-inner ul.gnb-menu li > div > ul > li:first-child:before {
    position: relative;
    display: none;
  }

  nav .nav-inner ul.gnb-menu li > div > ul > li a {
    font-weight: 500;
    font-size: 16px;
    font-family: "Spoqa Han Sans Neo";
    color: #000;
  }

  nav .nav-inner ul.gnb-menu li > div > ul > li a:hover:after {
    display: none;
  }

  .lang-select {
    position: relative;
    height: 100%;
  }
  .lang-select span {
    cursor: pointer;
  }
  .lang-select ul {
    display: none;
    position: absolute;
    top: 75px;
    right: -20px;
    width: 100px;
    color: #000;
    border: 1px solid #09b9c2;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 15px;
    z-index: 100;
  }
  .lang-select ul:before,
  .lang-select ul:after {
    position: absolute;
    content: "";
    top: -9px;
    right: 25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .lang-select ul:before {
    border-bottom: 10px solid #09b9c2;
    margin-top: -1px;
  }
  .lang-select ul:after {
    border-bottom: 10px solid #f5f5f5;
    margin-top: 0;
    z-index: 1;
  }
  .lang-select ul li > a {
    display: inline-block;
    font-size: 14px;
    color: #424242;
    margin-bottom: 5px;
  }

  .slide-text h2 span:nth-child(2) > span {
    display: inline;
  }

  .slide-text-wrapper {
    position: relative;
    max-width: 1278px;
    margin: 40px auto 0;
  }

  .slide-text {
    left: 0;
    top: calc(100px + 14.0625vw);
    transform: translateY(-50%);
  }

  .slide-text h2 {
    font-size: 54px;
  }

  .slide-text p {
    font-size: 20px;
    letter-spacing: 0.2px;
  }

  .slide-text h2 span:nth-child(2) {
    display: block;
  }

  .mySwiper .swiper-slide {
    height: 28.125vw;
    background-size: cover;
    margin-top: 100px;
  }

  .swiper-button-group {
    position: relative;
    max-width: 1278px;
    margin: 0 auto;
  }

  .swiper-button-group .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-group .swiper-button-prev {
    right: 51px !important;
  }

 /* .slide-img01 {
   !* background: url(/res/home/img/koica/main-bg-01.png);*!
  }

  .slide-img02 {
    !*background: url(/res/home/img/koica/main-bg-02.png);*!
  }

  .slide-img03 {
    !*background: url(/res/home/img/koica/main-bg-03.png);*!
  }*/

  section.m-cts {
    padding: 115px 48px 120px;
    position: relative;
  }

  section.m-cts::after {
    content: url(/res/home/img/koica/deco-01.png);
    position: absolute;
    right: -203px;
    bottom: 54px;
    width: 105px;
    height: 76px;
  }

  section.m-cts div > img {
    max-width: 100px;
  }

  section.m-cts div > p {
    font-size: 16px;
    margin-top: 10px;
  }

  section.n-cts {
    padding: 20px 0 0;
    position: relative;
  }

  .n-cts-one::after {
    content: url(/res/home/img/koica/deco-2.png);
    position: absolute;
    top: -128px;
    left: -53px;
    z-index: 1;
  }

  .newCourses {
    max-width: 1279px;
  }

  .newCourses .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none !important;
  }

  .notice-wrapper {
    display: flex;
    max-width: 1278px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .n-cts-one {
    position: relative;
  }

  .n-cts-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
  }

  .notice-area-01 {
    width: 528px;
  }

  .notice-area-02 {
    width: 60%;
  }

  .notice-area-01-inner {
    display: block;
  }

  .notice-rep-img {
    margin-left: 0;
    display: flex;
    align-items: flex-end;
  }

  .notice-area-01-inner .swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 595px;
    padding-left: 0 !important;
  }

  .noticeSwiper .swiper-wrapper .swiper-slide .notice-rep-img img {
    height: 265px;
    width: 354px;
  }

  .noticeSwiper .swiper-wrapper .swiper-slide .notice-rep-img {
    margin-top: auto;
  }

  .notice-rep-img a.notice-right-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42px;
  }

  .notice-area-01 h1 {
    font-size: 32px;
  }

  .notice-area-01 h3 {
    margin-bottom: 10px;
    margin-top: 40px;
    padding-left: 0;
  }

  .notice-area-02 {
    padding: 30px 20px 30px 50px;
  }

  .notice-area-02-inner .notice-thumbnail img {
    max-width: 222px;
  }

  .notice-area-02-inner {
    padding: 50px 0;
  }

  .notice-more-btn {
    display: none;
  }

  .notice-area-02-inner .contents-area .contents-date {
    font-size: 14px;
  }

  .new-courses-title {
    font-size: 20px;
    line-height: 1.45;
    /*임시 여러줄*/
    white-space: normal;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer {
    height: 330px;
    padding: 60px 0;
  }

  footer .tel {
    font-size: 40px;
    margin-bottom: 30px;
  }

  footer .tp-ctn {
    font-size: 16px;
  }

  footer address .tp-ctn {
    font-size: 16px;
  }

  footer address .tf-ctn p {
    margin: 0;
  }

  footer .tp-ctn p:last-child {
    margin-bottom: 40px;
  }

  footer .copyright {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

.non-con {
  position: relative;
  height: 500px;
  text-align: center;
  margin-bottom: 100px;
}
.non-con > span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  font-size: 16px;
  color: #9e9e9e;
  padding-top: 40px;
  transform: translate(-50%, -50%);
}
.non-con > span:before {
  position: absolute;
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 50%;
  width: 29px;
  height: 28px;
  background: url("/res/home/img/koica/non_con.svg") no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 360px) {
  .non-con {
    height: 300px;
  }
  .non-con > span {
    font-size: 14px;
  }
}

.popup-area {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110000;
}
.popup-area > .popup-below {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}
.popup-area > .box {
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  border-radius: 0;
  background: #fff;
  padding: 10px 50px 50px;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 1110;
}
.popup-area > .box > dl {
  margin: 0;
}
.popup-area > .box > dl > dt {
  font-weight: 800;
  font-size: 20px;
  color: #000;
  padding: 40px 0 30px;
}
.popup-area > .box > dl > dd {
  border-top: 1px solid #e0e0e0;
  background-color: white;
  padding: 30px 0 0;
  margin: 0;
  overflow-y:auto;
  max-height:620px;
}

.popup-area > .box > .close-popup {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 30px;
  right: 30px;
  text-indent: -9999px;
  border: 0;
  background: url("/res/home/img/koica/popup_close.svg") no-repeat;
  padding: 0;
}




@media all and (max-width: 900px) {
.popup-area > .box { padding: 5px 30px 30px; }
.popup-area > .box > dl > dt { font-size: 18px; padding: 25px 25px 15px 0; }
.popup-area > .box > dl > dd { max-height:480px; font-size: 14px; padding: 20px 0 0; }

.popup-area > .box > .close-popup { width: 30px; height: 30px; top: 20px; right: 20px; background-size:100%; }
}





.popup-area > .alert {
  padding: 0;
}
.popup-area > .alert > dl {
  margin: 0;
}
.popup-area > .alert > dl > dt {
  font-weight: 800;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 40px 20px 20px;
}
.popup-area > .alert > dl > dd {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding: 30px;
}
.popup-area > .alert > dl > dd.text {
  font-size: 14px;
  color: #444;
  text-align: center;
  border-top: none;
  background-color: #fff;
  padding: 0 20px 40px;
}
.popup-area > .alert > dl > dd.btn-area {
  font-size: 0;
  text-align: center;
  border-top: none;
  background-color: #f5f5f5;
  padding: 20px;
}
.popup-area > .alert > dl > dd.btn-area button {
  display: inline-block;
  width: 48%;
  height: 45px;
  font-size: 14px;
  color: #fff;
  border: 0;
  outline: 0;
  background: #999;
  padding: 0;
  margin-left: 10px;
}
.popup-area > .alert > dl > dd.btn-area button:first-child {
  margin-left: 0;
}
.popup-area > .alert > dl > dd.btn-area button.point {
  background: #004a8f;
}
.popup-area > .alert > .close-popup {
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  background-size: 100%;
}

.popup-open {
  animation: popup-open ease 0.3s forwards;
  -webkit-animation: popup-open ease 0.3s forwards;
  -moz-animation: popup-open ease 0.3s forwards;
}
.popup-close {
  animation: popup-close ease 0.3s forwards;
  -webkit-animation: popup-close ease 0.3s forwards;
  -moz-animation: popup-close ease 0.3s forwards;
}

@keyframes popup-open {
  from {
    top: -20%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes popup-open {
  from {
    top: -20%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes popup-open {
  from {
    top: -20%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes popup-close {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -20%;
    opacity: 0;
  }
}
@-webkit-keyframes popup-close {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -20%;
    opacity: 0;
  }
}
@-moz-keyframes popup-close {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -20%;
    opacity: 0;
  }
}

.popup-area > .sample {
  width: 800px;
}
.popup-area > .type-1 {
  width: 400px;
}
.popup-area > .type-2 {
  width: 500px;
}



@media all and (max-width: 900px) {
.popup-area > .sample { width: 90%; }
}




.popup-area table {
  position: relative;
  width: 100%;
  border-top: 2px solid #d3d6e2;
  margin-top: 10px;
}
.popup-area table:first-child {
  margin-top: 0;
}
.popup-area th,
.popup-area td {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.popup-area th {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border: 1px solid #d3d6e2;
  padding: 10px 0;
}
.popup-area .list-view th {
  color: #3a477d;
  background: #effafd;
}
.popup-area .list-view th:first-child {
  border-left: 0;
}
.popup-area .list-1 th:first-child {
  border-left: 0;
}
.popup-area .list-1 th:last-child {
  border-right: 0;
}
.popup-area td {
  font-size: 13px;
  color: #666;
  border-top: 1px solid #d3d6e2;
  border-bottom: 1px solid #d3d6e2;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .popup-area > .type-2 {
    width: 450px;
  }
}

@media screen and (max-width: 600px) {
  .popup-area > .alert > dl > dt {
    font-size: 16px;
    padding: 30px 15px 15px;
  }
  .popup-area > .alert > dl > dd {
    padding: 20px;
  }
  .popup-area > .alert > dl > dd.text {
    font-size: 12px;
    padding: 0 15px 25px;
  }
  .popup-area > .alert > dl > dd.btn-area {
    padding: 14px 16px;
  }
  .popup-area > .alert > dl > dd.btn-area button {
    width: 46%;
    height: 35px;
    font-size: 12px;
    margin-left: 6px;
  }
  .popup-area > .alert > .close-popup {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }

  .popup-area > .type-1 {
    width: 90%;
  }
  .popup-area > .type-2 {
    width: 90%;
  }

  .popup-area th {
    font-size: 13px;
    padding: 8px 0;
  }
  .popup-area td {
    font-size: 12px;
    padding: 5px 0;
  }
}

.m-lang-select {
  position: absolute;
  bottom: 30px;
  left: 22px;
  font-size: 0;
}
.m-lang-select button {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 0;
  outline: 0;
  margin-right: 5px;
  opacity: 0.35;
  filter: grayscale(100%);
}
.m-lang-select button.kr {
  background: url("/res/home/img/koica/language-kr-icon.svg") no-repeat;
}
.m-lang-select button.en {
  background: url("/res/home/img/koica/language-en-icon.svg") no-repeat;
}
.m-lang-select button.active {
  opacity: 1;
  filter: grayscale(0);
}

@media screen and (max-width: 360px) {
  .m-lang-select {
    bottom: 20px;
    left: 18px;
  }
}
