@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");

/*공통*/

body {
  font-size: 0;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  color: #212121;
}
img {
  border: 0;
}
a,
span {
  display: inline-block;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #0165c3 !important;
  text-decoration: none;
}
li {
  list-style: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
p {
  text-indent: 0px !important;
}

html,
body,
body > .wrap {
  width: 100%;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #555555;
}
body {
  margin: 0;
}
body > .wrap > * {
  display: flex;
  width: 100%;
}

.wrap {
  display: flex;
  /* min-height: 2200px; */
  flex-direction: column;
  /* overflow: scroll; */
}
a {
  text-decoration: none;
  cursor: pointer;
}

a.outlink {
  background-image: url("/image/common/icon-outlink.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
}

input[type="text"] {
  background-color: transparent;
  border: none;
  outline: none;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

li {
  list-style: none;
  display: inherit;
}

hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  width: 100%;
  overflow: hidden;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: normal;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

footer {
  justify-content: center;
  align-items: center;
  /*margin-top: auto;*/
  margin-top: 70px;
  /*height: 75px;*/
  padding: 10px 0;
  background-color: #f2f2f2;
  border-top: 1px solid #dedede;
  color: #555555;
  font-family: "Roboto Light", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.table-title > td {
  text-align: center;
  border-top: 1px solid #2453a5;
  border-bottom: 1px solid #bbc7d7;
  background-color: #f2f7fe;
  font-size: 18px;
  font-weight: 500;
}

.table-sub-title > td {
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  text-align: center;
}

.table-content-list > li {
  display: flex;
  align-items: center;
  padding-left: 15px;
  background-image: url("/image/common/li-dot.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.table-content-list > li.dummy {
  list-style: none;
  visibility: hidden;
}
.table-content-list > li > a {
  margin-left: 5px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #db2931;
}
.bg-blue {
  background-color: #007bbf;
}
.bg-grey {
  background-color: #f2f2f2;
}

.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.m0 {
  margin: 0;
}

.child-mt20 > *:nth-of-type(n + 2) {
  margin-top: 20px;
}
.child-ml10 > *:nth-of-type(n + 2) {
  margin-left: 10px;
}

.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}

.mr10 {
  margin-right: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl40 {
  padding-left: 40px;
}

.pr0 {
  padding-right: 0 !important;
}
.pr40 {
  padding-right: 40px;
}

/*GNB*/
nav {
  flex-direction: column;
  width: 100%;
}

.logo {
  display: initial;
}
.m-logo {
  display: none;
}

.link {
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #bfdeef;
  background-color: #2453a5;
}

.link,
.link > div {
  display: flex;
  align-items: center;
}

.link > div > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link li {
  padding: 0 14px;
}

.link li:first-of-type {
  padding-left: 0;
}

.link li:nth-of-type(n + 2) {
  border-left: 1px solid #bfdeef;
}

/* kr, en 분리
.link a, .link > div > span {
    font-size: 0.75rem;
}
*/
.link a {
  color: #bfdeef;
}
.link a:visited {
  color: #bfdeef;
}

.link > div > span {
  margin-left: auto;
}

.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}

.menu-main,
.menu-main > ul,
.menu-sub > div {
  display: flex;
}

.menu-main {
  align-items: center;
  height: 100px;
}

.menu-main > a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #212121;
  letter-spacing: -1px;
}

.menu-main > button {
  display: none;
}

.menu-main > ul {
  margin-left: auto;
  height: 100%;
}

.menu-main > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  z-index: 1;
}

/* kr-en 분리
.menu-main > ul > li {
    padding: 0 15px;
    height: calc(100% - 2px);
}
*/

.menu-main > ul > li:nth-of-type(n + 2) {
  margin-left: 13px;
}

.menu-main > ul > li:last-of-type {
  /*justify-content: flex-end;*/
  padding-right: 0;
  /*width: 31px;*/
}

.menu-main > ul > li.language > button {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.menu-main > ul > li.language img {
  margin-right: 11px;
}

.menu-main > ul > li.active {
  border-bottom: 3px solid #007bbf;
}

.menu-main > ul a {
  color: #212121;
  font-weight: 500;
}
.menu-main > ul a:visited {
  color: #212121;
}

hr {
  height: 1px;
  background-color: #dedede;
}

.menu-sub {
  position: absolute;
  justify-content: center;
  font-size: 1rem;
  opacity: 0;
  height: 0;
  transition: height 1s, opacity 0s;
  overflow-y: hidden;
  z-index: 3;
}

.menu-sub.active {
  transition: 1s;
  opacity: 1;
}

.menu-sub .input-box {
  display: none;
}

.menu-sub ul {
  padding: 10px 0 0 0;
  transform: translateX(10px);
}

.menu-sub ul:last-of-type {
  margin-right: 110px;
}
.menu-sub .undergraduate {
  width: 220px;
}
.menu-sub .graduate {
  width: 168px;
}
.menu-sub .notice {
  width: 170px;
}

.menu-sub .undergraduate.kr {
  width: 80px;
}
.menu-sub .graduate.kr {
  width: 84px;
}
.menu-sub .aigs.kr {
  width: 120px;
}
.menu-sub .academy.kr {
  width: 100px;
}
.menu-sub .innovation.kr {
  width: 130px;
}
.menu-sub .job.kr {
  width: 120px;
}
.menu-sub .notice.kr {
  width: 135px;
}

.menu-sub ul > li.main-menu {
  display: none;
}
.menu-sub ul > li:nth-of-type(n + 2) {
  margin-top: 22px;
}

.menu-sub ul > li.active > a {
  color: #2790b0;
  font-weight: 500;
}
.menu-sub ul > li.active > a:visited {
  color: #2790b0;
}

.menu-sub ul a {
  color: #555555;
  font-weight: 400;
}
.menu-sub ul a:visited {
  color: #555555;
}

main {
  flex-direction: column;
  align-items: center;
  min-height: 500px;
}

.table {
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top: 2px solid #2453a5;
}
.table th {
  color: #2453a5;
  background: #f2f7fe;
  padding: 10px;
  border: 1px solid #bbc7d7;
  font-size: 13px;
  text-align: center;
}
.table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 13px;
  text-align: center;
}
.table td.left {
  text-align: left;
}
.table th:first-child,
.table td:first-child {
  border-left: 0;
}
.table th:last-child,
.table td:last-child {
  border-right: 0;
}
.table caption {
  caption-side: bottom;
  display: none;
}

table.table-basic {
  margin-top: 15px;
}
table.table-basic tr th {
  line-height: 34px;
  border: 1px solid #dee1e6;
  background-color: #f5f5f5;
  padding: 5px 15px;
  color: #2b4365;
  font-size: 14px;
}
table.table-basic tr td {
  line-height: 34px;
  border: 1px solid #dee1e6;
  text-align: center;
  padding: 5px 15px;
  font-size: 14px;
}
table.table-basic thead tr:first-child th {
  border-top: 1px solid #2b4365;
}
table.table-basic thead tr:last-child th {
  border-bottom: 1px solid #dee1e6;
}
table.table-basic tbody th {
  color: #2b4365;
}
table.table-basic tfoot tr:first-child th,
table.table-basic tfoot tr:first-child td {
  border-top: 1px solid #2b4365;
}
table.table-basic tfoot tr:last-child th,
table.table-basic tfoot tr:last-child td {
  border-bottom: 1px solid #2b4365;
}
table.table-basic tfoot td {
  text-align: left;
  color: #999999;
  font-size: 14px;
}
table.table-basic td.title {
  text-align: left !important;
}
table.table-basic tr th:first-child {
  border-left: none;
}
table.table-basic tr th:last-child {
  border-right: none;
}
table.table-basic tr td:first-child {
  border-left: none;
}
table.table-basic tr td:last-child {
  border-right: none;
}

.board .search {
  text-align: right;
}
.board .search input {
  margin-left: 10px;
}
.board .search button {
  margin-left: 10px;
}
.board table {
  clear: both;
  margin-top: 10px;
}
.board table.table-basic tr th,
.board table.table-basic tr td {
  border-left: none;
  border-right: none;
}
.board .paging {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  height: 35px;
  flex-wrap: wrap;
}
.board .paging a {
  padding: 10px 13px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.board .paging a.active {
  background-color: #333333;
  color: white;
}
.board .paging img {
  height: 15px;
}
.board span.tag {
  color: white;
  position: relative;
  top: -1px;
}
.board span.tag.blue {
  font-size: 11px;
  background-color: #6ca3ff;
  padding: 6px 8px;
}
.board span.tag.orange {
  font-size: 11px;
  background-color: #ff7800;
  padding: 6px 8px;
}
.board span.tag.new {
  font-size: 8px;
  background-color: #f73232;
  padding: 2px 4px;
  margin-left: 4px;
}
.board img.icon {
  position: relative;
  top: 4px;
}
.board table.view {
  margin-top: 0px;
}
.board .header {
  height: 50px;
  border-top: 1px solid #2b4365;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #dee1e6;
}
.board .header > h3 {
  font-weight: normal;
  margin-left: 10px;
  font-size: 17px;
}
.board .header > div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.board .header > div span {
  font-size: 13px;
}
.board .header > div span.separator {
  padding: 0 15px;
  font-size: 9px;
  line-height: 9px;
  color: #979797;
}
.board .detail {
  font-size: 14px;
}
.board .detail .files {
  text-align: right;
  margin-top: 10px;
  min-height: 30px;
  padding: 5px;
}
.board .detail .files span {
  background: url("/image/common/board.icon.file.png") no-repeat left center;
  padding-left: 27px;
  line-height: 27px;
  font-size: 13px;
  border-bottom: 1px solid #1b5fdd;
  color: #1b5fdd;
  margin: 0 8px;
}
.board .detail div {
  padding: 20px;
  min-height: 130px;
  line-height: 22px;
}
.board .buttons {
  text-align: right;
}
.board .buttons button {
  background-color: #333333;
  color: white;
  line-height: 1;
  padding: 12px 18px;
  font-size: 14px;
  border: 0;
  margin-top: 30px;
}
.board span.tag.orange {
  font-size: 11px;
  background-color: #ff7800;
  padding: 0px 8px;
}

.mobile-only {
  display: none;
}
.mobile-only-table-row {
  display: none;
}

/* MOBILE */
/*
    <모바일 VW 계산 방법>
    margin-top: 31px; => 31 / 3.75 => 8.2666vw
    font-size: 20px; =? 20 / 3.75 => 5.333vw
*/

.paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.paging a.active {
  background-color: #333333;
  color: white;
}

/* sub0202*/
.research-box {
  width: calc(100% - 80px);
}

.research-box dd {
  display: flex;
  flex-direction: row;
}

/*@media only screen and (min-width: 1001px) {*/

/*!**/
/*    .menu-sub.active {*/
/*        top: 101px;*/
/*        display: flex;*/
/*        padding-bottom: 60px;*/
/*        width: 100%;*/
/*        background-color: #ffffff;*/
/*        height: 320px;*/
/*        overflow-x: hidden;*/
/*    }*/
/*    *!*/
/*    !*.menu-sub > div {*!*/
/*    !*    padding-left:740px;*!*/
/*    !*}*!*/

/*    !* EN *!*/
/*    !*body.en .menu-sub > div {*!*/
/*    !*    padding-left:1490px;*!*/
/*    !*}*!*/
/*}*/

/* MOBILE */
/*
    <모바일 VW 계산 방법>
    margin-top: 31px; => 31 / 3.75 => 8.2666vw
    font-size: 20px; =? 20 / 3.75 => 5.333vw
*/
@media only screen and (max-width: 1000px) {
  .mobile-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  .mobile-only-table-row {
    display: table-row;
  }
  .pc-only-table-row {
    display: none;
  }

  .wrap {
    min-height: initial;
  }

  .logo {
    display: none;
  }
  .m-logo {
    display: initial;
    width: 250px;
  }

  .width-center {
    min-width: calc(100% - 9vw);
    max-width: calc(100% - 9vw);
  }
  main .bg-white {
    display: none;
  }
  nav > .link,
  .banner {
    display: none;
  }

  .menu-main {
    height: 15.2vw;
  }

  .menu-main > a {
    font-size: 5vw;
    font-weight: 700;
    color: #000000;
  }

  .menu-main > button {
    display: block;
  }
  .menu-main > .language {
    visibility: hidden;
    margin-left: auto;
  }
  .menu-main > .language.active {
    visibility: initial;
    display: flex;
    align-items: center;
    color: #555555;
    font-size: 12px;
  }
  .menu-main > .language > img {
    margin-right: 11px;
    width: 17px;
  }
  .menu-main > .menu-btn {
    margin-left: 30px;
    width: 20px;
    height: 20px;
    background-image: url("/image/main/icon-menu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .menu-main > .menu-btn.active {
    background-image: url("/image/main/icon-close.png");
  }
  .menu-main > ul {
    display: none;
  }

  .menu-sub {
    position: fixed;
  }

  .menu-sub.active {
    display: flex;
    top: 14.6666vw;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #ffffff;
    z-index: 2;
    overflow-y: auto;
  }
  .menu-sub.active > div {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: fit-content;
  }
  .menu-sub .input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    width: calc(100% - 34px);
    background-color: #f8f8f8;
  }
  .menu-sub .input-box > input[type="text"] {
    width: calc(100% - 15px);
    height: 100%;
    font-size: 1rem;
  }
  .menu-sub .input-box .search {
    background-image: url("/image/main/icon-search-blk.png");
    width: 15px;
    height: 17px;
    background-size: 100% auto;
  }

  .menu-sub ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 31px 0;
    width: 100% !important;
    transform: translateX(0);
    font-size: 1rem;
    font-weight: 200;
  }

  .menu-sub ul:nth-of-type(n + 2) {
    border-top: 1px solid #e8e8e8;
  }

  .menu-sub ul:last-of-type {
    margin-right: 0px;
  }

  .menu-sub ul > li.main-menu {
    display: inherit;
    color: #000000;
    font-weight: 400;
  }

  .menu-sub ul > li.active a {
    color: #2453a5;
  }
  .menu-sub ul > li.active > a:visited {
    color: #2453a5;
  }

  table.table-basic th,
  table.table-basic td {
    border: none !important;
    border-bottom: 1px solid #dee1e6 !important;
  }
  table.table-basic th {
    border-bottom: 1px solid #2b4365 !important;
  }
  table.table-basic tr {
    border-top: 1px solid #2b4365;
  }
  table.table-basic th:first-child {
    min-width: 40px;
  }
  table.table-basic td:first-child {
    min-width: 40px;
  }

  .board .search {
    display: none;
  }
  .board .paging {
    margin-top: 40px;
  }
  .board .header {
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .board .header > div {
    margin-top: 20px;
  }
  .board .detail {
    border-bottom: 1px solid #dee1e6;
  }
  .board .detail .files {
    text-align: center;
  }
  .board .detail p {
    margin-top: 30px;
  }
  .board .prev-next-article {
    display: none;
  }
  .board .tag.new {
    display: none;
  }

  /* sub0202*/
  .research-box {
    width: calc(100% - 80px);
  }

  .research-box dd {
    display: flex;
    flex-direction: column;
  }
}

/*
    데스크탑 적용 스타일
*/
@media only screen and (min-width: 1001px) {
  html {
    min-width: 1200px;
  }

  .menu-sub.active {
    top: 101px;
    display: flex;
    /* padding-bottom: 60px; */
    padding-bottom: 10px;
    width: 100%;
    background-color: #ffffff;
    /* height: 395px; */
    height: 519px;
    overflow-x: hidden;
  }

  .width-center {
    /*min-width: 1200px;*/
    /*max-width: 100px;*/
    width: 1200px;
  }

  main.aigs {
    align-items: baseline !important;
  }
  main.aigs .width-center {
    width: 1050px !important;
  }
}

.verTableLeft th,
.verTableLeft td {
  text-align: left;
  font-size: 0.938rem;
  padding: 15px;
}

.centerTable th,
.centerTable td {
  font-weight: normal;
  font-size: 0.938rem;
  padding: 20px 10px;
}
.centerTable th strong {
  color: #1961d8;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 10px;
}
.centerTable td strong {
  color: #0c3466;
  font-size: 1.15rem;
  display: block;
}

.bgTr tr:nth-child(2n + 1) {
  background: #f5f5f5;
}
.bgTr td {
  font-size: 0.938rem;
}
.bgTr td strong {
  font-size: 1rem;
}
.bgTr td ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.bgTr td ul li {
  display: list-item;
  list-style: disc;
  text-align: left;
  padding: 3px 0;
}

.greeting {
  height: 230px;
  background: #3f76f4 url(/image/sub/bg_greeting_2024.png) no-repeat left top;
  color: #fff;
}
.greeting .text {
  color: #fff;
  padding: 70px 0 0 150px;
  font-size: 1.25rem;
}
.greeting .text strong {
  display: block;
  color: #fff;
  font-size: 2.15rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.1rem;
}

.greeting_detail {
  line-height: 2rem;
  background: url(/image/sub/bg_greeting_img.png) no-repeat right top;
}
.greeting_detail > div {
  width: 71%;
}
.greeting_detail > div .point {
  margin: 20px 0 20px 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.greeting_detail > div .point span {
  display: inline-block;
  margin-right: 8px;
  color: #3f76f4;
}

.collabo {
}
.collabo ul {
  margin-left: 20px;
}
.collabo ul li {
  display: list-item;
  list-style: disc;
  padding: 3px 0px;
}
.collabo ul li.d2 {
  display: list-item;
  list-style: circle;
  margin-left: 20px;
}
.collabo div img {
  width: 100%;
  margin-top: 35px;
}

.blue {
  color: #2453a5;
}
.imgFull img {
  width: 100%;
}

.inRule {
  text-align: left;
  width: 100%;
}
.inRule h4 {
  text-decoration: underline;
}

.inRule ul li {
  padding: 5px 15px;
}

@media only screen and (max-width: 1000px) {
  .greeting {
    height: 140px;
    background-image: none;
    padding: 30px 20px;
  }
  .greeting .text {
    color: #fff;
    padding: 0;
    text-align: center;
  }
  .greeting .text strong {
    font-size: 1.7rem;
  }
  .greeting_detail {
    line-height: 1.75rem;
    background-image: none;
  }
  .greeting_detail > div {
    width: 100%;
  }
  .greeting_detail > div .point {
    margin: 20px 0 20px 0;
    font-size: 1.25rem;
  }
}
