@charset "utf-8";
body {
  /* font-family: "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Pretendard", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--black);
  background-color: #565656;
  overflow: auto;
}
html,
body {
  /* height: 100%; */
}
html {
  overflow: auto;
}
/* swiper */
.swiper {
  width: 100%;
  height: calc(100vh - 80px);
}
.s__slide .swiper {
  min-height: 600px;
}
.swiper-slide .s__container {
  height: 100%;
  max-width: 1500px;
}
.s__slide {
  position: relative;
}
.s__slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s__slide-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.swiper-slide .s__row {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
}

.swiper-slide .s__row h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.swiper-slide .s__row h2 strong {
  /* color: var(--main, #bed73a); */
  color: #d1ed3f;
}
.swiper-slide .s__row p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
  margin-bottom: 36px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.s__slide .swiper-slide .s__row a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px; /* 150% */
  letter-spacing: -0.48px;
  margin-bottom: 240px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);

}
.s__slide .swiper-slide .s__row a img {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  transition: all 0.3s;
}
.s__slide .swiper-slide .s__row a:hover img {
  transform: translateX(10px);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 32px;
  height: 32px;
}
.swiper-button-prev:after {
  background: url(/images/kocas_portal/icon_left_arrow_w.svg) no-repeat;
  background-size: contain;
}
.swiper-button-next:after {
  background: url(/images/kocas_portal/icon_right_arrow_w.svg) no-repeat;
  background-size: contain;
}
.autoplay-play-stop {
  position: absolute;
  right: -26px;
  bottom: 26px;
}
.autoplay-play-stop .autoplay-play {
  display: none;
}
.autoplay-play-stop.stop .autoplay-play {
  display: block;
  width: 24px;
  height: 24px;
}
.autoplay-play-stop.stop .autoplay-stop {
  display: none;
}
.autoplay-play-stop .autoplay-stop {
  width: 24px;
  height: 24px;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination-bullet {
  width: 80px;
  border-radius: 0;
  height: 3px;
}
.visual-sec .progress-box {
  position: relative;
  width: 170px;
  height: 50px;
  z-index: 11;
}
.all-bow-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 290px;
}
.visual-sec .all-box {
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  padding: 0 16px;
  z-index: 20;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
.visual-sec .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.visual-sec .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
  margin-left: 16px;
}
.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
}

/* swiper 끝 */


/* 메인 링크 */
.s__main-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid var(--border);
}
.s__main-link .s__container {
  max-width: 1500px;
}
.s__main-link .s__row {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: space-between;
}
.s__main-link .s__row > div > p {
  color: var(--main, #bed73a);
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 16px;
}

.s__main-link .s__row > div > h2 {
  color: #666666;
  font-size: 32px;
  line-height: 40px;
}

.s__main-link .s__row > div > h2 strong {
  font-weight: 800;
}
.s__main-link .s__row > ul {
  display: flex;
  gap: 60px;
  margin-right: 300px;
}
.s__main-link .s__row > ul.main-link__page-wrap {
  gap: 16px;
}

.s__main-link .s__row li {
  height: 100%;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
.s__main-link .s__row li:last-child {
  border-right: 0;
}
.s__main-link .s__row li a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
}
.s__main-link .main-link__page-wrap li {
  border: 1px solid var(--border) !important;
  border-radius: 12px;
  background-color: #f9f9f9;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  line-height: 20px;
  font-weight: 600;
}
.s__main-link .main-link__page-wrap li:hover {
  background-color: #8FC74C;
  color: #fff;
}
.s__main-link .main-link__page{
  position: relative;
}
.s__main-link .openLink{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.s__main-link .openLink img{
  width: 100%;
}
.s__main-link .s__row li a img {
  margin-bottom: 12px;
}
.qick-menu-hover {
  display: none;
}
.s__main-link .s__row li:hover a img {
  display: none;
}
.s__main-link .s__row li:hover a img.qick-menu-hover {
  display: block;
}
.s__main-link .s__row li:hover .openLink img{
  filter: brightness(100);
}
/* 메인 링크 끝 */

/* section2 */
.s__section02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9fafc;
  border-bottom: 1px solid var(--border);
}
.section02-left {
  width: 50%;
  border-right: 1px solid var(--border);
}
.section02-left > div:nth-child(1) {
  border-bottom: 1px solid var(--border);
}
.section02-left > div {
  padding: 60px;
}
.section02-right {
  width: 50%;
}
.section02-right > div {
  padding: 60px;
}
.section02-right > div:nth-child(1) {
  display: flex;
  padding: 60px 60px 0 60px;
}
.section02-right > div img {
  width: 50%;
}
.s__section02 > div > div img {
  width: 500px;
  margin-right: 5px;
  height: 100%;
  object-fit: cover;
  float: left;
  cursor: pointer;
}

.s__section02 > div > div img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% { opacity: .4; }
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: .4; }
  100% { opacity: 1; }
}




.s__section02 .menu-titte,
.s__section02 .menu-sub {
  color: #666666;
}
.s__section02 .menu-category {
  margin-bottom: 35px;
  color: var(--main);
}
.s__section02 .menu-sub {
  opacity: 0.5;
}
.s__section02 .menu-sub br{
  display:block !important;
}
.menu-category {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  color: var(--main);
  margin-bottom: 16px;
}
.menu-titte {
  color: var(--black);
  font-size: 36px;
  line-height: normal;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 24px;
  word-break: keep-all;
}
.menu-titte strong {
  font-weight: 800;
  color: #666;
}
.menu-sub {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.section02-list {
  padding-left: 10%;
}
/* .section02-list{
  display: flex;
}
.section02-list li{
  width: 50%;
  flex-wrap: wrap;
} */
.section02-list a span:nth-child(1) {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  opacity: 0.6;
  color: var(--black);
  margin-bottom: 8px;
}
.section02-list a:hover span:nth-child(2) {
  text-decoration: underline;
  color: #0072bc;
}
.section02-list a:hover span {
  color: #0072bc;
}
.section02-list a span:nth-child(2) {
  font-size: 18px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  margin-bottom: 26px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s__section02 > div > div {
  position: relative;
  height: auto;
}
.section02-container{
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section02-container:nth-child(1){
  border-bottom: 1px solid var(--border);
}
.s__section02 .section02-inner{
  width: 1500px;
  max-width: 1800px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.section02-content01{
  width:40%;
}
.section02-content02{
  width:60%;
}
/* section2 끝 */

/* notice */
.s__notice {
  padding: 100px 0;
  background-color: #fff;
  border-bottom: 1px solid var(--border);
}
.main-notice-list {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8vw;
}
.main-notice-list .notice-list-titile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.main-notice-list .notice-list-titile p {
  color: #666;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.main-notice-list .notice-list-titile a {
  transform: translateY(0);
}
.main-notice-list .notice-list-titile img {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}
.main-notice-list .notice-list-titile a:hover {
  transform: rotate(180deg);
}
.main-notice-list li {
  position: relative;
}
/*.main-notice-list li::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  right: -4vw;
  top: 0;
  background-color: var(--border);
}*/
.main-notice-list {position:relative; }
.main-notice-list::before {content:''; width:1px; position:absolute; left:50%; height:100%; background-color:#e8e8e8;}

.main-notice-list li:last-child::after {
  display: none;
}
.main-notice-list li > a img {
  height: 366px;
  width: 100%;
  /*object-fit: cover;*/
  margin-bottom: 32px;
}
.main-notice-list li a {
  display: block;
  transition: all 0.3s;
}
.main-notice-list li > a:hover {
  transform: translateY(-10px);
}
.main-notice-list p {
  color: #777777;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-notice-list strong {
  font-weight: 600;
  margin-right: 4px;
}
.main-notice-list strong.notice01 {
  color: var(--main);
}
.main-notice-list strong.notice02 {
  color: #4266b5;
}
.main-notice-list strong.notice03 {
  color: #e8d000;
}
.main-notice-list .notice-title {
  height: 52px;
  color: var(--black);
  margin-bottom: 12px;
  font-size: 18px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 800;
  line-height: 26px;
}
/* notice 끝 */
/* 연구현황 */
.s__chart-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.s__chart-box {
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s__chart01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.s__chart-title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
  color: rgb(102, 102, 102);
}
.s__chart01 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s__chart01 > div * {
  text-align: center;
}
.s__chart01-box-title {
  color: #4578e9;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.s__chart01-box {
  background-color: #fff;
  border: 16px solid transparent;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #5cb967, #4578e9, #4578e9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s__chart01-box p:nth-child(1) {
  color: #4578e9;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s__chart01-box p:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* 연구현황 끝*/

@media (max-width: 1280px) {
  .s__main-link .s__row li a {
    font-size: 20px;
  }
  .s__main-link .s__row li a img {
    width: 70px;
  }
  .s__main-link .main-link__page-wrap li a img {
    width: auto;
  }
  .s__main-link .s__row > ul {
    gap: 20px;
  }
  .s__chart01-box {
    height: 130px;
    width: 130px;
    border: 8px solid transparent;
  }
  .s__chart01-box p:nth-child(1) {
    font-size: 24px;
  }
  .s__chart01-box-title {
    font-size: 20px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
  }
  .s__section02 .menu-sub br{
    display:none !important;
  }
}
@media (max-width: 1024px) {
  .s__main-link .s__row {
    flex-wrap: wrap;
  }
  .s__main-link .s__row li {
    flex: 1;
    height: 50%;
  }
  .s__main-link .s__container {
    border-bottom: none;
    margin-top: 15px;
  }
  .s__main-link .s__row {
    height: 250px;
    padding: 0;
    width: 100%;
  }
  .s__main-link .s__row li:nth-child(3) {
    border-right: none;
  }
  .all-bow-wrap {
    bottom: 150px;
  }
  .s__slide .swiper-slide .s__row a {
    margin-bottom: 100px;
  }
  .s__main-link .s__row > div {
    display: none;
  }
  .s__slide .swiper-slide .s__row a {
    margin-bottom: 250px;
  }
  .all-bow-wrap {
    bottom: 250px;
  }
  .s__main-link .s__row > ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .s__main-link .main-link__page-wrap li {
    height: 100px;
  }
  .s__section02 > div > div {
    padding: 30px;
  }
  .section02-right > div:nth-child(1) {
    padding: 30px 30px 0 30px;
  }
  .s__chart01-box {
    width: 110px;
    height: 110px;
  }
  .s__chart01-box-title {
    font-size: 16px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
  }
  .section02-inner img{
    display: none;
  }
  .section02-list{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .section02-list li{
    width: 50%;
  }
  .s__section02 .menu-sub br{
    display:none !important;
  }
}
@media (max-width: 540px) {
  .s__slide {
    padding-top: 50px;
  }
  .s__row {
    padding: 0 24px;
  }
  .autoplay-progress {
    bottom: 35px;
  }
  .pc-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .s__main-link {
    border-bottom: none;
  }
  .footer__right-wrap {
    position: relative;
    right: auto;
  }
  .footet__link-icon-list {
    justify-content: flex-start;
  }
  .swiper-slide .s__row h2 {
    font-size: 36px;
  }
  .swiper-slide .s__row p {
    font-size: 16px;
  }
  .s__slide-img {
    filter: brightness(0.7);
  }
  .s__main-link .s__row > ul {
    gap: 0;
    row-gap: 12px;
    margin-top: 50px;
  }
  .s__main-link.kocas-portal .s__row {
    height: 300px;
  }
  .s__main-link.kocas-portal .s__row li {
    flex: auto;
    width: calc(33%);
  }
  .s__main-link.kocas-portal .s__row li:nth-child(1) {
    border-right: none !important;
  }
  .s__main-link.participants .s__row li {
    flex: auto;
    width: calc(33.3%);
  }
  .s__main-link.participants .s__row {
    height: 300px;
  }
  .s__main-link .s__row li a {
    font-size: 14px;
  }
  .s__main-link .s__row > ul.main-link__page-wrap {
    gap: 0;
  }
  .s__main-link .main-link__page-wrap li {
    border-radius: 0;
  }
  .s__main-link .main-link__page-wrap li a {
    flex-direction: row;
  }
  .s__main-link .s__row li a img {
    width: 56px;
  }
  .s__main-link.participants .s__row li {
    width: 25%;
    flex: auto;
  }
  .s__main-link .main-link__page-wrap li a img {
    width: 36px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .s__main-link.kocas-portal .s__row {
    align-items: flex-start;
  }
  .s__main-link .main-link__page-wrap li {
    height: 80px;
  }
  .s__section02 {
    flex-direction: column;
  }
  .section02-left {
    width: 100%;
    border: none;
  }
  .section02-left > div {
    padding: 24px;
  }
  .s__section02 > div > div {
    height: auto;
  }
  .section02-right {
    width: 100%;
  }
  .section02-right > div:nth-child(1) {
    display: none;
  }
  .section02-right > div {
    padding: 24px;
  }
  .menu-titte {
    font-size: 24px;
  }
  .menu-sub {
    font-size: 14px;
  }

  .section02-list a span:nth-child(2) {
    font-size: 16px;
  }
  .section02-left > div:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }
  .main-notice-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
  .main-notice-list .notice-list-titile {
    margin-bottom: 24px;
  }
  .main-notice-list li > a img {
    margin-bottom: 16px;
  }
  .main-notice-list img {
    height: 200px;
  }
/*  .main-notice-list li::after {
    display: none;
  }
*/
  .main-notice-list::before {
      display: none;
  }
  .main-notice-list img {
    margin-bottom: 16px;
  }
  .main-notice-list .notice-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .main-notice-list p {
    margin-bottom: 14px;
  }

  .link-list .swiper .s__row {
    padding: 0;
  }
  .link-list .swiper {
    width: calc(100% - 60px);
  }
  .link-list {
    padding: 40px 0;
  }
  .footer__link-list {
    margin-bottom: 16px;
  }
  .menu-category {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer__select {
    width: 200px;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .footer__info-list li {
    font-size: 14px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .s__notice {
    padding: 60px 0;
  }
  .main-notice-list li:hover a {
    transform: translateY(0px);
  }
  .kocas-main-swiper .swiper-slide .s__row a {
    margin-bottom: 300px;
  }
  .kocas-main-swiper .all-bow-wrap {
    bottom: 300px;
  }
  .s__chart01-box {
    width: 90%;
    height: auto;
    border: 6px solid transparent;
    position: relative;
  }
  .s__chart01-box:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .s__chart01-box-title {
    font-size: 16px;
  }
  .s__chart01-box p:nth-child(1) {
    font-size: 20px;
    position: absolute;
    transform: translateY(-10px);
  }
  .s__chart01-box p:nth-child(2) {
    position: absolute;
    transform: translateY(10px);
  }
  .s__chart-box {
    padding: 16px 0;
  }
  .s__chart-title {
    font-size: 16px;
    margin-top: 26px;
  }
  .s__section02 .section02-inner{
    width: 100%;
    max-width: 1800px;
    flex-direction: column;
  }
  .section02-inner div{
    width:100%;
  }
  .section02-inner img{
    display: none;
  }
  .section02-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
  }
  .section02-list li{
    width: 100%;
    padding: 0% 2%;
  }
  .s__section02 .menu-sub br{
    display:none !important;
  }
}
