@charset "UTF-8";
@import url("layout.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 메인
Author      : PLAN I
Create date : 2024-10-25
-------------------------------------------------*/
#wrap {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}
html.lenis, html.lenis body {
  height: auto;
}

body {
  background-color: #000F21;
  color: #fff;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

#krds-footer {
  z-index: 9;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#container section {
  position: relative;
}
#container section .container {
  max-width: 144rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
#container section .c_inner {
  width: 100%;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.control button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control button:hover svg path {
  fill: #FFB800;
  fill-opacity: 1;
}
.control .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.control .pagination .total {
  color: rgba(255, 255, 255, 0.5019607843);
  position: relative;
  padding-left: 2.3rem;
}
.control .pagination .total::before {
  content: "";
  width: 2px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.control .pagination .now {
  color: #fff;
}

.tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_wrap .tab_btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tab_wrap .tab_btn.on + .tab_cont {
  visibility: visible;
  height: auto;
  overflow: visible;
  position: static;
  left: auto;
  top: auto;
}
.tab_wrap .tab_cont {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#sideQuick {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: calc(90% - 5.5rem);
}
#sideQuick .qck_open {
  position: absolute;
  left: -5.5rem;
  top: 0;
  background-color: #02A;
  color: #fff;
  overflow: hidden;
  width: 5.5rem;
  border-radius: 1rem 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 3rem 0;
  height: 100%;
}
#sideQuick .qck_open span {
  -webkit-transform: translateX(calc(-50% + 1.2rem)) rotate(90deg);
          transform: translateX(calc(-50% + 1.2rem)) rotate(90deg);
  font-size: 1.8rem;
  width: 15rem;
  height: 15rem;
}
#sideQuick .qck_open i {
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sideQuick .qck_box {
  border-radius: 0 1rem 1rem 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 2rem;
  min-height: 34rem;
  text-align: center;
}
#sideQuick .qck_box > div {
  max-width: 37rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
}
#sideQuick .qck_box h3 {
  margin-bottom: 1rem;
  text-align: center;
}
#sideQuick .qck_box ul {
  color: #424242;
  font-size: 1.8rem;
  text-align: left;
}
#sideQuick .qck_box ul li {
  position: relative;
  padding-left: 1.2rem;
}
#sideQuick .qck_box ul li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #424242;
}
#sideQuick .qck_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#sideQuick .qck_more i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#sideQuick .qck_more:hover {
  background-color: #fff;
  color: #000;
}
#sideQuick.on {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
#sideQuick.on .qck_open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#section1 .video-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000;
}
#section1 .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#section1 .v_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.6rem;
}
#section1 .v_control .progressbar {
  width: 6rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  background: rgba(61, 61, 61, 0.7);
  overflow: hidden;
}
#section1 .v_control .progressbar .filled {
  height: 100%;
  background: #FFB800;
  width: 0%;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
  border-radius: 6rem;
}
#section1 .v_control .play_btn {
  background-color: #232323;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
}
#section1 .v_control .play_btn span {
  line-height: 2.4rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}
#section1 .v_control .play_btn span i {
  font-size: 1.6rem;
}
#section1 .v_control .play_btn span.pause {
  display: block;
}
#section1 .v_content {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 144rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 3rem;
  opacity: 0;
}
#section1 .v_content h2 {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Orbitron";
}
#section1 .v_content .s_tit {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#section1 .v_content .txt {
  font-size: 2.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
}
#section1 .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.3rem;
  border-radius: 6rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
          box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
#section1 .notice .title {
  padding-right: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
#section1 .notice .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#section1 .notice .title h3 {
  font-size: 1.8rem;
}
#section1 .notice .notice_swiper {
  height: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#section1 .notice .notice_swiper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  height: 4rem;
}
#section1 .notice .notice_swiper .tit {
  font-weight: 400;
  display: block;
  width: calc(100% - 10rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section1 .notice .notice_swiper .date {
  font-size: 1.6rem;
}
#section1 .notice .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  padding-left: 4rem;
}
#section1 .notice .control button {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
#section1 .notice .control button i {
  line-height: 2.8rem;
  font-size: 1.6rem;
}
#section1 .scroll_info {
  position: absolute;
  bottom: 3rem;
  right: 2.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
#section1 .scroll_info i {
  font-size: 2.4rem;
}

.section_tit h3 {
  font-family: "CalSans";
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.section_tit p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

#section2 .c_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
#section2 .section_tit {
  width: 49rem;
  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;
  padding-bottom: 10rem;
}
#section2 .tech_swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: none;
  margin-right: -50rem;
}
#section2 .tech_swiper .swiper-wrapper {
  cursor: none;
}
#section2 .swiper-slide {
  padding-right: 3rem;
}
#section2 .swiper-slide .bounce.bounce-animate {
  -webkit-animation: imgBounce 0.6s ease-out;
          animation: imgBounce 0.6s ease-out;
}
#section2 .swiper-slide .img {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
#section2 .swiper-slide img {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section2 .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#section2 .swiper-slide .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
}
#section2 .swiper-slide .tit strong {
  font-weight: 700;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1rem;
}
#section2 .swiper-slide .tit .more_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#section2 .swiper-slide .tit .more_btn i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#section2 .swiper-slide .tit .more_btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
@-webkit-keyframes imgBounce {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@keyframes imgBounce {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}

#section3 .container {
  position: relative;
}
#section3 .container::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 80%;
  height: 131.71%;
  background: url("/resources/images/mps/main/bg_el.jpg") no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#section3 .section_tit {
  text-align: center;
  margin-bottom: 4.4rem;
}
#section3 .tech_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
#section3 .tech_list .tech_item {
  position: relative;
  width: 25%;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#section3 .tech_list .tech_item.active {
  width: 50%;
  border: 4px solid #FFB800;
}
#section3 .tech_list .tech_item.active .hash {
  height: 4rem;
}
#section3 .tech_list .tech_item.active .img img {
  position: static;
  -webkit-transform: none;
          transform: none;
}
#section3 .tech_list .tech_item.active .text h4 {
  padding-right: 16rem;
}
#section3 .tech_list .tech_item.active .text h4 span {
  color: #fff;
}
#section3 .tech_list .tech_item.active .text p {
  color: rgba(255, 255, 255, 0.6980392157);
}
#section3 .tech_list .tech_item.active .text p strong {
  color: #fff;
}
#section3 .tech_list .tech_item.active .text .more_btn {
  opacity: 1;
  visibility: visible;
}
#section3 .tech_list .tech_item .img {
  height: 100%;
  position: relative;
}
#section3 .tech_list .tech_item .img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: none;
}
#section3 .tech_list .tech_item .hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section3 .tech_list .tech_item .hash span {
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
#section3 .tech_list .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
#section3 .tech_list .text h4 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
#section3 .tech_list .text h4 span {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #FFB800;
}
#section3 .tech_list .text p {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
#section3 .tech_list .text .more_btn {
  position: absolute;
  top: 7rem;
  right: 3rem;
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#section3 .tech_list .text .more_btn i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#section3 .tech_list .text .more_btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

#section4 .c_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section4 .left {
  width: 50rem;
  padding-right: 10rem;
}
#section4 .right {
  width: calc(100% - 50rem);
}
#section4 .tab_btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem 3.6rem;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.5019607843);
}
#section4 .tab_btn button::after {
  content: "\ea70";
  font-family: "remixicon";
  font-size: 2.4rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  color: #FFB800;
}
#section4 .tab_btn button.on {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#section4 .tab_btn button.on::after {
  opacity: 1;
}
#section4 .tab_btn button:hover {
  color: #fff;
}
#section4 .tab_cont {
  position: relative;
}
#section4 .tab_cont .tab_item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
#section4 .tab_cont .tab_item:not(.on) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section4 .tab_cont .tab_item.on {
  opacity: 1;
  visibility: visible;
}
#section4 .tab_cont .tab_item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
#section4 .tab_cont .tab_item .txt strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
#section4 .tab_cont .tab_item .txt p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6980392157);
  padding-right: 17rem;
}
#section4 .tab_cont .more_btn {
  position: absolute;
  bottom: 3rem;
  right: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#section4 .tab_cont .more_btn i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#section4 .tab_cont .more_btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

#section5 {
  background: url("/resources/images/mps/main/slide_bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
#section5 .section_tit {
  text-align: center;
  margin-bottom: 1.6rem;
}
#section5 .tab_wrap {
  gap: 5rem 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section5 .tab_btn {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 1.6rem;
}
#section5 .tab_btn.on {
  color: #fff;
  border-color: #fff;
}
#section5 .tab_btn:hover {
  color: #fff;
}
#section5 .product_swiper {
  width: 133.34%;
  margin-right: -33.34%;
  cursor: none;
}
#section5 .product_swiper .swiper-wrapper {
  cursor: none;
}
#section5 .swiper-slide {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(245, 245, 245, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
#section5 .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 2.4rem;
}
#section5 .swiper-slide .img img {
  max-height: 20rem;
  width: auto;
  min-width: auto;
}
#section5 .swiper-slide .txt {
  padding: 0 1.2rem;
}
#section5 .swiper-slide .txt .label {
  display: inline-block;
  padding: 0 1.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #FFF;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
}
#section5 .swiper-slide .txt .new {
  display: inline-block;
  font-weight: 700;
  margin-left: 1rem;
  line-height: 3.2rem;
  color: #FFB800;
  font-size: 1.8rem;
}
#section5 .swiper-slide .txt h4 {
  margin: 1rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section5 .swiper-slide .txt p {
  color: #bdbdbd;
  line-height: 1.5;
  font-size: 1.8rem;
  max-height: 5.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#section5 .swiper-slide .txt .more_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#section5 .swiper-slide .txt .more_btn i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#section5 .swiper-slide.swiper-slide-active, #section5 .swiper-slide.swiper-slide-next, #section5 .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
#section5 .swiper-slide:hover {
  background-color: #FFB800;
}
#section5 .swiper-slide:hover .label {
  background: #02A;
  color: #fff;
}
#section5 .swiper-slide:hover h4 {
  color: #000;
}
#section5 .swiper-slide:hover p {
  color: #757575;
}
#section5 .swiper-slide:hover .more_btn {
  background-color: #fff;
  color: #000;
}
#section5 .control {
  margin-top: 4.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section6 .container {
  overflow: hidden;
  text-align: center;
}
#section6 .section_tit {
  text-align: center;
  margin-bottom: 4rem;
}
#section6 .story_swiper {
  overflow: visible;
  padding: 5% 0;
}
#section6 .swiper-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  text-align: left;
}
#section6 .swiper-slide .txt {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
#section6 .swiper-slide .tit {
  font-size: 1.62rem;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section6 .swiper-slide .date {
  font-size: 1.22rem;
  line-height: 1.5;
  color: #9e9e9e;
}
#section6 .swiper-slide .img {
  position: relative;
  height: 32.9rem;
  border-radius: 2rem;
  overflow: hidden;
}
#section6 .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section6 .swiper-slide-prev {
  -webkit-transform: scale(1.2) translateX(9%);
          transform: scale(1.2) translateX(9%);
}
#section6 .swiper-slide-next {
  -webkit-transform: scale(1.2) translateX(-9%);
          transform: scale(1.2) translateX(-9%);
}
#section6 .swiper-slide-active {
  -webkit-transform: scale(1.48) translateY(2%);
          transform: scale(1.48) translateY(2%);
  z-index: 2;
  opacity: 1;
}
#section6 .swiper-slide-active .txt {
  opacity: 1;
}
#section6 .control {
  margin-top: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section6 .more_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.7rem 2.4rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#section6 .more_btn i {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
#section6 .more_btn:hover {
  background-color: #fff;
  color: #000;
}
#section6 .more_btn:hover i {
  color: #000;
}

#section7 .container {
  position: relative;
}
#section7 .container::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 80%;
  height: 131.71%;
  background: url("/resources/images/mps/main/bg_el.jpg") no-repeat;
  background-size: 100% auto;
}
#section7 .c_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 6rem;
}
#section7 .news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}
#section7 .news .section_tit {
  margin-bottom: 1.6rem;
}
#section7 .news .tab_wrap {
  gap: 3.2rem 1.2rem;
  position: relative;
}
#section7 .news .tab_btn {
  position: relative;
  border-radius: 3.6rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  min-width: 10.2rem;
  padding: 0.8rem 2.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.8rem;
  font-weight: 600;
}
#section7 .news .tab_btn::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 8px;
  border-radius: 50%;
  background: #02A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section7 .news .tab_btn.on {
  background: rgb(255, 255, 255);
  color: #000105;
  border-color: #fff;
  padding: 0.8rem 1.6rem 0.8rem 3.2rem;
}
#section7 .news .tab_btn.on::before {
  width: 8px;
}
#section7 .news .tab_btn:hover {
  border-color: #fff;
}
#section7 .news .tab_cont ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#section7 .news .tab_cont li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#section7 .news .tab_cont li a {
  display: block;
  padding: 2rem 4rem;
}
#section7 .news .tab_cont li a strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section7 .news .tab_cont li a span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #9e9e9e;
}
#section7 .news .tab_cont li a:hover {
  background: rgba(245, 245, 245, 0.1);
}
#section7 .pr {
  width: 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section7 .pr .section_tit {
  margin-bottom: 4rem;
}
#section7 .pr .pr_box {
  position: relative;
  background-color: #000;
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
  padding-top: 56%;
}
#section7 .pr .pr_box:hover video {
  opacity: 0.8;
}
#section7 .pr .pr_box:hover .play-btn.playing {
  opacity: 1;
  pointer-events: auto;
}
#section7 .pr .pr_box:hover .play-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
#section7 .pr .pr_box:hover .video-controls {
  opacity: 1;
}
#section7 .pr .pr_box video, #section7 .pr .pr_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2rem;
  height: 100%;
}
#section7 .pr .pr_box .play-btn {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section7 .pr .pr_box .play-btn i {
  font-size: 3.2rem;
}
#section7 .pr .pr_box .play-btn.playing {
  opacity: 0;
  pointer-events: none;
}
#section7 .pr .pr_box .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section7 .pr .pr_box .progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 1rem;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
#section7 .pr .pr_box .progress-bar:hover {
  height: 6px;
}
#section7 .pr .pr_box .progress-filled {
  height: 100%;
  background: #FFB800;
  border-radius: 2px;
  width: 0%;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
#section7 .pr .pr_box .time-display {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#section7 .pr .more {
  top: -8.2rem;
}
#section7 .pr iframe {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section7 .more {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 4.8rem;
  text-align: center;
}
#section7 .more:hover {
  background: #fff;
  color: #000;
}

.section_navi {
  position: fixed;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.section_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section_navi ul li {
  padding: 1.4rem 0;
}
.section_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  height: 1.7rem;
  position: relative;
}
.section_navi ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_navi ul li a::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.4rem;
  opacity: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_navi ul li a:hover::before {
  background: #FFB800;
}
.section_navi ul li span {
  opacity: 0.4;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section_navi ul li.active a::before {
  background: #FFB800;
}
.section_navi ul li.active a::after {
  opacity: 1;
}
.section_navi ul li.active span {
  opacity: 1;
}

.cursor_custom {
  position: fixed;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25) inset;
  width: 14rem;
  height: 14rem;
  line-height: 14rem;
  text-align: center;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cursor_custom::before {
  content: "\ea63 Drag \ea6d";
  font-family: "remixicon";
  font-size: 1.7rem;
  line-height: 1.7rem;
}

#section2 .section_tit,
#section2 .tech_swiper,
#section3 .section_tit,
#section3 .tech_list,
#section4 .section_tit,
#section4 .tab_btn,
#section4 .tab_cont,
#section5 .section_tit h3,
#section5 .section_tit p,
#section5 .tab_wrap,
#section6 .section_tit h3,
#section6 .section_tit p,
#section6 .story_swiper,
#section6 .control,
#section6 .more_btn,
#section7 .news .section_tit,
#section7 .news .tab_wrap,
#section7 .pr .section_tit,
#section7 .pr_box {
  opacity: 0;
}