@charset "UTF-8";
@import url("layout.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 메인
Author      : ljh
Create date : 2025-10
-------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");
.krds-main-menu {
  background-color: transparent;
}

#wrap[class*=scroll] #krds-header:not(.sample) .header-in {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
#wrap[class*=scroll] #krds-header:not(.sample) .header-in .link-sns::before {
  background: transparent;
  border-bottom: 1px solid #ccc;
}

#krds-footer .inner {
  max-width: none;
}

.inner {
  padding: 0;
}

.section_tit {
  font-size: 5.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  font-family: "RiaSans";
}

.section_txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.section1 .wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section1 .wrap .section_tit {
  color: var(--Sub-01, #051562);
  margin-bottom: 4rem;
}
.section1 .wrap {
  overflow: hidden;
}
.section1 .wrap > div {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.8rem;
  padding-bottom: 5.7rem;
  max-width: 142rem;
  margin: 0 auto;
}
.section1 .top_tit h2 span {
  display: inline-block;
  font-family: "RiaSans";
  color: #051562;
  font-weight: 700;
  font-size: var(--title-heading-size, 5.6rem);
  vertical-align: middle;
}
.section1 .top_tit h2 span.break {
  width: 0;
  height: 0;
  display: block;
}
.section1 .top_tit h2 span.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#00265B), to(#16C0F3));
  background: linear-gradient(to right, #00265B, #16C0F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section1 .top_tit h2 [class*=move] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section1 .top_tit h2 .move1 img {
  -webkit-animation: move1 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: move1 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.section1 .top_tit h2 .move2 img {
  -webkit-animation: move2 4s ease-in-out infinite;
          animation: move2 4s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.section1 .top_tit h2 p {
  display: inline-block;
}
.section1 .top_tit > p {
  color: #222;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2.4rem;
}
.section1 .go_view {
  position: relative;
  padding: 3rem;
  width: 22rem;
  height: 22rem;
}
.section1 .go_view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/images/mps/main/btn_text.svg) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: move3 11s linear infinite;
          animation: move3 11s linear infinite;
}
.section1 .go_view .go_btn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  background: url(/resources/images/mps/main/btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.section1 .go_view .go_btn i {
  display: block;
  margin-top: 0.8rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2rem;
  line-height: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  color: #222;
}
.section1 .go_view .go_btn:hover i {
  background: #1688F3;
  color: #fff;
}
.section1 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 144rem;
  margin: 0 auto;
}
.section1 .event_swiper {
  width: calc(44% - 2rem);
  border-radius: 16px;
  background: linear-gradient(106deg, #2E73C4 1.7%, #0D3E6C 97.6%);
}
.section1 .event_swiper .swiper-slide {
  padding: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section1 .event_swiper .swiper-slide .img {
  width: 16rem;
  height: 23.6rem;
  position: relative;
}
.section1 .event_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 16px 16px 0 0 rgba(255, 255, 255, 0.05);
          box-shadow: 16px 16px 0 0 rgba(255, 255, 255, 0.05);
}
.section1 .event_swiper .swiper-slide .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section1 .event_swiper .swiper-slide .category {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 4rem 4rem 4rem 0;
  -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem 2.4rem;
  margin-bottom: 1.2rem;
  background-color: #00B9BC;
}
.section1 .event_swiper .swiper-slide h4 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
.section1 .event_swiper .swiper-slide ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 1.3rem;
  font-size: 1.8rem;
}
.section1 .event_swiper .swiper-slide ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00B9BC;
}
.section1 .event_swiper .swiper-slide ul li + li {
  margin-top: 2rem;
}
.section1 .event_swiper .swiper-slide ul li strong {
  width: 9rem;
  font-weight: 600;
  line-height: 1.2;
}
.section1 .event_swiper .swiper-slide ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
}
.section1 .event_swiper .swiper-slide .more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 5.6rem;
  overflow: hidden;
}
.section1 .event_swiper .swiper-slide .more::before {
  content: "\ea13";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5.6rem;
  text-align: center;
  font-family: "remixicon";
  background: #051562;
  color: #fff;
  border-radius: 50%;
  font-size: 2.8rem;
  margin-top: 5.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section1 .event_swiper .swiper-slide .more:hover::before {
  background-color: #1688F3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section1 .event_swiper .swiper-slide:hover .more::before {
  margin-top: 0;
}
.section1 .event_swiper .control {
  position: absolute;
  top: 34.5rem;
  left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  z-index: 1;
}
.section1 .event_swiper .control .swiper-pagination span {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section1 .event_swiper .control .swiper-pagination span[class*=active], .section1 .event_swiper .control .swiper-pagination span:hover {
  background-color: #fff;
}
.section1 .event_swiper .control .btn_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  line-height: 1;
  height: 2rem;
  width: 2rem;
}
.section1 .event_swiper .control .btn_box button {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 2rem;
  width: 2rem;
}
.section1 .event_swiper .control .btn_box button.active, .section1 .event_swiper .control .btn_box button:hover {
  color: #fff;
}
.section1 .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: calc(56% - 2rem);
}
.section1 .info_box .item {
  border-radius: 1.6rem;
  width: calc(50% - 2rem);
}
.section1 .info_box .item:nth-child(1) > div {
  background-color: #E1F6EF;
}
.section1 .info_box .item:nth-child(1) .s_tit {
  color: #0C968A;
}
.section1 .info_box .item:nth-child(2) > div {
  background-color: #D9E8FF;
  position: relative;
}
.section1 .info_box .item:nth-child(2) > div::before {
  content: "";
  position: absolute;
  bottom: 8.6rem;
  right: 4rem;
  width: 14rem;
  height: 11.7rem;
  background: url(/resources/images/mps/main/whale.svg) no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: move2 4s ease-in-out infinite;
          animation: move2 4s ease-in-out infinite;
}
.section1 .info_box .item:nth-child(2) .s_tit {
  color: #0574C3;
}
.section1 .info_box .item > div {
  padding: 7rem 4rem;
  width: 100%;
  height: 100%;
}
.section1 .info_box .item h3 {
  color: #222;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
.section1 .info_box .item .s_tit {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.section1 .info_box .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.section1 .info_box .item ul li + li {
  margin-top: 1.2rem;
}
.section1 .info_box .item ul li strong {
  font-weight: 500;
  font-size: 1.7rem;
  min-width: 9.3rem;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 0.4rem;
  color: #222;
  background-color: #B4E0D2;
}
.section1 .info_box .item ul li span {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -1.5px;
  color: #222;
}
.section1 .info_box .item a {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 2.4rem;
  line-height: 5.6rem;
  color: #222;
  text-align: center;
}
.section1 .info_box .item a:hover {
  background-color: #1688F3;
  color: #fff;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  50% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  75% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  50% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  75% {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section2 {
  margin: 12rem auto;
  position: relative;
  max-width: 144rem;
}
.section2::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.section2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.section2 .rolling {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section2 .rolling .rolling_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-animation: rolling 30s linear infinite;
          animation: rolling 30s linear infinite;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section2 .rolling .rolling_container span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  line-height: 1.5;
  border-radius: 12rem;
  padding: 1.8rem 6.4rem;
  font-size: 2.4rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section2 .rolling .rolling_container span img {
  margin-left: 4rem;
}
.section2 .rolling .rolling_container span img + img {
  margin-left: 0.8rem;
}
.section2 .rolling .rolling_container span:not([class*=type]) {
  padding: 0;
}
.section2 .rolling .rolling_container span:not([class*=type]) img {
  margin-left: 0;
}
.section2 .rolling .rolling_container span.type1 {
  background: -webkit-gradient(linear, left top, right top, from(#62EEFB), to(#0DA9DE));
  background: linear-gradient(90deg, #62EEFB 0%, #0DA9DE 100%);
  color: #222;
}
.section2 .rolling .rolling_container span.type2 {
  background: -webkit-gradient(linear, left top, right top, from(#2765E9), to(#0ACCC2));
  background: linear-gradient(90deg, #2765E9 0%, #0ACCC2 100%);
  color: #fff;
}
.section2 .rolling .rolling_container span.type3 {
  background: -webkit-gradient(linear, left top, right top, from(#3059FF), to(#6B44F7));
  background: linear-gradient(90deg, #3059FF 0%, #6B44F7 100%);
  color: #fff;
}

@-webkit-keyframes rolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes rolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section3 .inner {
  max-width: 142rem;
  margin: 0 auto;
  position: relative;
  padding: 0 0 16rem 0;
  background: url(/resources/images/mps/main/bg.png) no-repeat bottom right;
}
.section3 .inner::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.section3 .section_tit {
  color: #051562;
}
.section3 .section_txt {
  color: #616161;
}
.section3 .swiper-initialized {
  overflow: visible;
}
.section3 .swiper-slide {
  position: relative;
  margin-top: 8rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.2;
}
.section3 .swiper-slide .text {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transform: translateY(5.6rem);
          transform: translateY(5.6rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section3 .swiper-slide .text strong {
  display: block;
}
.section3 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section3 .swiper-slide.swiper-slide-next {
  margin-top: 0;
  opacity: 1;
}
.section3 .swiper-slide:hover .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section3 .swiper-slide:hover .more {
  opacity: 1;
}
.section3 .swiper-slide .img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.section3 .more {
  width: 5.6rem;
  height: 5.6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 5.6rem;
  margin-top: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 2.8rem;
  border-radius: 50%;
  opacity: 0;
}
.section3 .more:hover {
  background-color: #1688F3;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section3 .control {
  position: absolute;
  top: 2rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.section3 .control button {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
}
.section3 .control button:hover {
  background: #1688F3;
  color: #fff;
  border-color: #1688F3;
}
.section3 .control button:after {
  display: none;
}
.section3 .control button i {
  font-size: 2.6rem;
}
.section3 .control .swiper-button-prev,
.section3 .control .swiper-button-next {
  position: static;
}

.section4 {
  background: url(/resources/images/mps/main/section_bg.png) no-repeat center center;
  background-size: cover;
  padding: 23rem 0 12rem 0;
}
.section4 .section_tit {
  color: #fff;
}
.section4 .section_txt {
  color: #CDCDCD;
}
.section4 .info_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section4 .info_grid .group {
  width: calc(50% - 2rem);
}
.section4 .info_grid .group:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.section4 .info_grid .group.group4, .section4 .info_grid .group.group5 {
  width: calc(25% - 3rem);
}
.section4 .info_grid .group.group4 .item, .section4 .info_grid .group.group5 .item {
  width: 100%;
}
.section4 .info_grid .item {
  width: calc(50% - 2rem);
  overflow: hidden;
  background: #1F1F1F;
  border-radius: 1.6rem;
  position: relative;
  min-height: 29.5rem;
  letter-spacing: -1px;
}
.section4 .info_grid .item:not(.item3)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 100%;
  background: linear-gradient(135deg, #1688F3 2.77%, #1CF999 97.69%);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section4 .info_grid .item .wrap {
  position: relative;
  z-index: 1;
  padding: 3.2rem 4rem;
}
.section4 .info_grid .item span {
  color: #666666;
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.section4 .info_grid .item strong {
  color: #fff;
  display: block;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -1px;
}
.section4 .info_grid .item img {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
.section4 .info_grid .item .more {
  background-color: #3A3A3A;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section4 .info_grid .item:hover::before {
  opacity: 1;
}
.section4 .info_grid .item:hover .more {
  background-color: #fff;
  color: #16C0F3;
}
.section4 .info_grid .item:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.section4 .info_grid .item3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .krds-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 12rem;
}
.section4 .krds-tab-area .section_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.section4 .krds-tab-area .more {
  visibility: hidden;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 0;
}
.section4 .krds-tab-area .more i {
  display: block;
  font-size: 2.8rem;
  line-height: 5.2rem;
  text-align: center;
  font-weight: 300;
}
.section4 .krds-tab-area .more:hover {
  background-color: #1688F3;
  border-color: #1688F3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section4 .krds-tab-area .tab.line {
  width: 51rem;
}
.section4 .krds-tab-area .tab.line ul {
  max-width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  width: 23rem;
  margin-top: 4rem;
}
.section4 .krds-tab-area .tab.line ul li {
  width: calc(50% - 0.4rem);
}
.section4 .krds-tab-area .tab.line ul li .btn-tab {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 5rem;
  background-color: #1F1F1F;
}
.section4 .krds-tab-area .tab.line ul li.active .btn-tab,
.section4 .krds-tab-area .tab.line ul li .btn-tab:hover {
  background-color: #1688F3;
}
.section4 .krds-tab-area .tab.line ul li.active .btn-tab::before,
.section4 .krds-tab-area .tab.line ul li .btn-tab:hover::before {
  display: none;
}
.section4 .tab-conts-wrap {
  color: #fff;
  width: calc(100% - 56rem);
}
.section4 .tab-conts-wrap li {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section4 .tab-conts-wrap a {
  display: block;
  position: relative;
  padding-left: 11.2rem;
  padding-right: 5rem;
}
.section4 .tab-conts-wrap a::before {
  content: "";
  position: absolute;
  bottom: -3.3rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1688F3;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section4 .tab-conts-wrap a::after {
  content: "\ea6c";
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #666;
  font-family: "remixicon";
  font-size: 3rem;
}
.section4 .tab-conts-wrap a:hover::before {
  width: 100%;
  opacity: 1;
}
.section4 .tab-conts-wrap a:hover::after {
  color: #fff;
  -webkit-transform: translate(-1rem, -50%);
          transform: translate(-1rem, -50%);
}
.section4 .tab-conts-wrap ul {
  min-height: 54.2rem;
}
.section4 .tab-conts-wrap .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem 2.4rem;
  border-radius: 5rem;
}
.section4 .tab-conts-wrap .category.type1 {
  background-color: #004AB9;
}
.section4 .tab-conts-wrap .category.type2 {
  background-color: #02848D;
}
.section4 .tab-conts-wrap .category.type3 {
  background-color: #3C3C3C;
}
.section4 .tab-conts-wrap .date {
  color: #616161;
  margin-top: 0.4rem;
  display: block;
  margin-bottom: 0.8rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section4 .tab-conts-wrap .tit {
  font-size: 2.4rem;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#krds-footer .f-list .f-menu a {
  color: #616161;
}
#krds-footer .f-list .f-menu a:first-child {
  color: #222;
}

.section1 {
  padding-top: 22rem;
}
.section1 .top .top_tit h2 p {
  overflow: hidden;
}
.section1 .top .top_tit h2 p span {
  -webkit-transform: translateY(calc(100% + 2rem));
          transform: translateY(calc(100% + 2rem));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section1 .top .top_tit .top_txt {
  overflow: hidden;
}
.section1 .top .top_tit .top_txt span {
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section1 .top .go_view {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section1 .top.on h2 p span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section1 .top.on .top_txt span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section1 .top.on .go_view {
  opacity: 1;
}
.section1 .wrap.on > div {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section1 .cont {
  overflow: hidden;
}
.section1 .cont .event_swiper {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.section1 .cont .info_box .item {
  overflow: hidden;
}
.section1 .cont .info_box .item > div {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section1 .cont .info_box .item:nth-child(2) > div {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section1 .cont.on .event_swiper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section1 .cont.on .info_box .item > div {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section1 .cont.on .info_box .item > div:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section1 .cont.on .info_box .item > div:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section3 .wrap {
  overflow: hidden;
}
.section3 .wrap > div {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section3.on .wrap > div {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section4 .info_grid {
  overflow: hidden;
}
.section4 .info_grid .group {
  overflow: hidden;
}
.section4 .info_grid .group1 > div {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4 .info_grid .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4 .info_grid .item1,
.section4 .info_grid .item3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.section4 .info_grid .item2,
.section4 .info_grid .item4 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.section4 .info_grid .item5,
.section4 .info_grid .item6 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.section4 .info_grid.on .group1 > div {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section4 .info_grid.on .item1,
.section4 .info_grid.on .item2,
.section4 .info_grid.on .item3,
.section4 .info_grid.on .item4 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section4 .info_grid.on .item5,
.section4 .info_grid.on .item6 {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
.section4 .krds-tab-area {
  overflow: hidden;
}
.section4 .krds-tab-area .tab.line {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4 .krds-tab-area .tab-conts-wrap {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section4 .krds-tab-area.on .tab.line {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section4 .krds-tab-area.on .tab-conts-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* 사이드 네비게이션 — 수심 타임라인 */
.side_nav {
  --nav-line: rgba(255, 255, 255, 0.6);
  --nav-dot: #fff;
  --nav-text: rgba(255, 255, 255, 0.7);
  --nav-label: rgba(255, 255, 255, 0.5);
  --nav-active-bg: #1688F3;
  --nav-active-text: #fff;
  --nav-glow: #1688F3;
  position: fixed;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 194px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: top, transform;
}

.side_nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.side_nav.is-pinned {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side_nav.is-stuck {
  -webkit-transform: none;
          transform: none;
}

.side_nav_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  min-height: 400px;
}

.side_nav_inner::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 18px;
  width: 1px;
  background: var(--nav-line);
  opacity: 0.7;
  height: calc(100% - 27px);
}

.depth_mark {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
}
.depth_mark.end .dot {
  border: 0 none;
}
.depth_mark.end .dot::before {
  display: none;
}
.depth_mark.end .dot::after {
  content: "";
  width: 61px;
  height: 80px;
  background: url("/resources/images/mps/main/anchor.svg") no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 5px;
  left: -21px;
}

.depth_mark .dot {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -4px;
}

.depth_mark .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.depth_mark .dash {
  position: relative;
  display: block;
  width: 24px;
  height: 0;
  border-top: 1px dashed var(--nav-line);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.depth_mark .dash::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 3px;
  height: 3px;
  background-color: var(--nav-line);
  opacity: 0.6;
  border-radius: 50%;
}

.depth_mark .dash::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -5px;
  width: 3px;
  height: 3px;
  background-color: var(--nav-line);
  opacity: 0.6;
  border-radius: 50%;
}

.depth_mark .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--nav-label);
  white-space: nowrap;
}

.depth_mark .dash {
  margin: 0 9px 0 10px;
}

.side_nav_list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}

.side_nav_list > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  text-decoration: none;
  color: var(--nav-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  height: 46px;
}

.side_nav_list > li a .dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nav-dot);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-left: 1px;
}

.side_nav_list > li a .txt {
  display: inline-block;
  padding: 8px 0;
  border-radius: 24px;
  -webkit-transition: padding 0.2s, background-color 0.2s, color 0.2s;
  transition: padding 0.2s, background-color 0.2s, color 0.2s;
}

/* 활성 */
.side_nav_list > li.is-active a {
  font-weight: 700;
}

.side_nav_list > li.is-active a .txt {
  padding: 10px 24px;
  background: var(--nav-active-bg);
  color: var(--nav-active-text);
}

.side_nav_list > li.is-active a .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  background: url("../../../resources/images/mps/sample/pin_glow.svg") no-repeat center center/contain;
}

#container {
  padding-top: 0;
}

#visual {
  position: relative;
  z-index: 0;
}
#visual li {
  position: relative;
  height: 100dvh;
  background-color: #000;
}
#visual img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  max-width: none;
}
#visual .im {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
#visual .im video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual .im video.mobile {
  display: none;
}
@media (max-width: 768px) {
  #visual .im video.mobile {
    display: block;
  }
  #visual .im video.web {
    display: none;
  }
}
#visual .no_bg .im video {
  opacity: 1;
}
#visual .text {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 142rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 25rem;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
}
#visual .txt {
  width: 44.5rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  opacity: 0;
}
#visual .swiper-navigation {
  gap: 0.25rem;
}
#visual .tit {
  margin-bottom: 1.6rem;
  font-family: "RiaSans";
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 130%;
}
#visual .tit span {
  display: block;
  overflow: hidden;
  height: 8.3rem;
  line-height: 8.3rem;
}
#visual .tit span::before {
  display: block;
  height: 100%;
  content: "";
}
#visual .swiper-slide[class*=active] .txt {
  opacity: 1;
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
#visual .swiper-slide[class*=active] .tit span::before {
  height: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
#visual .swiper-slide[class*=active] .tit span + span::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#visual .swiper-indicator {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 142rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 16rem;
  z-index: 1;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 2.4rem;
}
#visual .swiper-indicator button {
  width: 2.4rem;
  height: 2.4rem;
  border: 0 none;
  background: none;
}
#visual .swiper-indicator button::after {
  background-color: #fff;
}
#visual .swiper-controller button {
  display: none;
}
#visual .swiper-controller button.active {
  display: inline;
}
#visual .swiper-pagination {
  width: 24rem;
  height: auto;
  padding: 0 0 3rem;
  background: none;
  font-family: "Paperlogy";
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#visual .swiper-pagination strong {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
}
#visual .swiper-pagination span::before {
  margin: 0 1.5rem;
  content: "/";
}
#visual .swiper-pagination .bar {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  width: 100%;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.4);
}
#visual .swiper-pagination .bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.section3 .inner {
  background: none;
}
.section3 .inner::after {
  display: none;
}

@-webkit-keyframes dot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 1;
  }
}

@keyframes dot {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 1;
  }
}
#contents > .group {
  padding: 0 10rem 0 40rem;
}
#contents > .group2 {
  background: url("/resources/images/mps/main/bg2.png") no-repeat no-repeat 0 0/cover;
}
#contents .side_nav.is-visible {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#contents .side_nav {
  /* group::before는 is-visible보다 늦게 (is-bg-in) */
}
#contents .side_nav.is-bg-in + .group::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#contents .side_nav .side_nav_list > li a .dot::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
}
#contents .side_nav .side_nav_list > li.is-active a .dot::after {
  -webkit-animation: dot 1s infinite;
          animation: dot 1s infinite;
}
#contents > .group1 {
  position: relative;
  z-index: 0;
}
#contents > .group1::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 30rem;
  height: 100%;
  background: url("/resources/images/mps/main/bg1.png") no-repeat no-repeat 0 0 #000;
  background-position: right 35% bottom;
  background-size: auto 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  content: "";
  -webkit-transition: var(--time2) 0.3s;
  transition: var(--time2) 0.3s;
}
#contents > .group1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 30rem;
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #000));
  background: linear-gradient(to bottom, transparent, #000 90%);
  content: "";
}

.section1 {
  padding-top: 22rem;
}

.section2 {
  margin-bottom: 0;
}

.section3 {
  padding-top: 20rem;
}
.section3 .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section4 {
  background: none;
}
.section4 .krds-tab-area {
  margin-top: 0;
  padding-top: 23rem;
}