@charset "UTF-8";
@import url("layout.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 메인
Author      : ㅈㅁㅈ
Create date : 2025-11-05
-------------------------------------------------*/
#visual {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 20rem 0 18rem;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#visual .video {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  position: fixed;
  text-align: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-animation: video 1s;
          animation: video 1s;
}
#visual .video div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120%;
  height: 120%;
}
#visual .video video {
  position: absolute;
  right: 5%;
  top: 0;
  height: 100%;
}
#visual > .video video {
  top: auto;
  bottom: -5rem;
  width: 110%;
  height: auto;
}
#visual .group {
  width: 51rem;
  margin: 0 auto;
  color: #fff;
}
#visual .group p {
  font-size: 4rem;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.35);
  letter-spacing: -0.05rem;
  line-height: 1.3;
}
#visual .group strong {
  font-size: 6.8rem;
  letter-spacing: -0.2rem;
}
#visual .group .form {
  position: relative;
  height: 7rem;
  margin-top: 6rem;
}
#visual .group .form::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 8.5rem;
  width: 1px;
  height: 3rem;
  background-color: rgba(210, 222, 244, 0.3);
  content: "";
}
#visual .group .form input {
  width: 100%;
  height: 100%;
  padding: 0 9rem 0 3rem;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0.4rem 2.4rem rgba(255, 255, 255, 0.25);
  border-radius: 7rem;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#visual .group .form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#visual .group .form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#visual .group .form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#visual .group .form input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#visual .group .form input::placeholder {
  color: #fff;
  opacity: 1;
}
#visual .group .form input:hover, #visual .group .form input:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
#visual .group .form button {
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 3rem;
}
#visual .group .form button i {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#visual ul {
  display: grid;
  position: relative;
  width: 76.8rem;
  max-width: calc(100% - 55rem);
  margin-right: auto;
  gap: 2.5rem;
  grid-template-columns: repeat(3, calc(33.333% - 1.6666666667rem));
}
#visual ul [class*=ri] {
  display: inline-block;
  overflow: hidden;
  width: 5.5rem;
  height: 5.5rem;
  text-align: center;
  line-height: 5.5rem;
  vertical-align: middle;
  position: absolute;
  right: 2.5rem;
  top: 0;
  -webkit-box-shadow: 0 1.345rem 1.345rem #D1E0FF;
          box-shadow: 0 1.345rem 1.345rem #D1E0FF;
  border-radius: 100%;
  background-color: #01205C;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#visual ul span:first-child {
  color: #fff;
}
#visual ul a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2.5rem;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#visual ul a:hover, #visual ul a:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.35);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#visual ul a > i:last-child {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
#visual ul a > i:last-child img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  max-width: initial;
  height: 100%;
}
#visual ul .video {
  overflow: hidden;
  position: absolute;
  -webkit-transform: none;
          transform: none;
}
#visual ul .video video[src*=link2], #visual ul .video video[src*=link3] {
  right: 0;
  width: 100%;
  height: auto;
}
#visual ul .video video[src*=link1], #visual ul .video video[src*=link4] {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#visual ul li {
  height: 16rem;
  -webkit-box-shadow: 0 0.8rem 1.345rem rgba(75, 146, 230, 0.08);
          box-shadow: 0 0.8rem 1.345rem rgba(75, 146, 230, 0.08);
  grid-column: 2;
  -webkit-animation: entry 1.5s;
          animation: entry 1.5s;
}
#visual ul li:nth-child(5), #visual ul li:nth-child(6) {
  grid-column: 3;
}
#visual ul li:nth-child(1) {
  grid-row: 3/span 5;
  grid-column: 1;
  height: 24rem;
}
#visual ul li:nth-child(1) a {
  background: linear-gradient(-125deg, #00A0E4 40%, #0050E4);
  color: #fff;
}
#visual ul li:nth-child(2) {
  grid-row: 1/span 3;
  -webkit-animation: entry 1.6s;
          animation: entry 1.6s;
}
#visual ul li:nth-child(3) {
  grid-row: 4/span 4;
  height: 20rem;
  -webkit-animation: entry 1.7s;
          animation: entry 1.7s;
}
#visual ul li:nth-child(4) {
  grid-row: 8/span 2;
  height: 18rem;
  -webkit-animation: entry 1.8s;
          animation: entry 1.8s;
}
#visual ul li:nth-child(5) {
  grid-row: 2/span 4;
  height: 20rem;
  -webkit-animation: entry 1.9s;
          animation: entry 1.9s;
}
#visual ul li:nth-child(6) {
  grid-row: 6/span 4;
  -webkit-animation: entry 2s;
          animation: entry 2s;
}

@-webkit-keyframes video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes entry {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes entry {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
#contents {
  width: var(--width1);
  max-width: var(--width2);
  margin-left: auto !important;
  margin-right: auto !important;
}
#contents > * {
  position: relative;
  z-index: 0;
}
#contents > *::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-indicator button, .swiper-indicator a {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-indicator a {
  border: 0 none;
  background-color: #222 !important;
  color: #fff;
}
.swiper-indicator a::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.swiper-indicator a:hover::after, .swiper-indicator a:focus::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-indicator a::after {
  background-color: #fff;
}
.swiper-indicator button[class*=swiper-button-] {
  border: 1px solid #ddd;
  background: none;
  color: #666;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.swiper-indicator button[class*=swiper-button-]::after {
  display: none;
}
.swiper-indicator button[class*=swiper-button-]::before {
  font-family: "remixicon";
  content: "\ea60";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  font-size: 2.6rem;
}
.swiper-indicator button[class*=swiper-button-][class*=next]::before {
  content: "\ea6c";
}
.swiper-indicator button[class*=swiper-button-][class*=lock] {
  color: #999;
}
.swiper-indicator button[class*=swiper-button-]:not([class*=lock]):hover, .swiper-indicator button[class*=swiper-button-]:not([class*=lock]):focus {
  border-color: #01205C;
  background-color: #01205C;
  color: #fff;
}
.swiper-indicator button[class*=swiper-button-]:not([class*=lock]):hover::after, .swiper-indicator button[class*=swiper-button-]:not([class*=lock]):focus::after {
  background-color: #fff !important;
}

.krds-tab-area {
  padding: 7.5rem 0;
  gap: 2.5rem;
}
.krds-tab-area::before {
  background-color: #EBEFF8;
}
.krds-tab-area .swiper-indicator {
  position: absolute;
  right: 0;
  top: 8rem;
}
.krds-tab-area .tab {
  margin-bottom: 0;
}
.krds-tab-area .tab > ul {
  padding: 0.5rem 0.5rem;
  gap: 3.5rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #777;
}
.krds-tab-area .tab > ul .active {
  color: #01205C;
  text-decoration: underline;
}
.krds-tab-area .tab > ul button {
  border-radius: 0.3rem;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.krds-tab-area .tab > ul button:hover, .krds-tab-area .tab > ul button:focus {
  color: #01205C;
}
.krds-tab-area .swiper-slide {
  width: 37rem;
  margin-right: 2.5rem;
  padding-top: 1rem;
}
.krds-tab-area .swiper-slide:last-child {
  margin-right: 0;
}
.krds-tab-area .swiper-slide strong {
  overflow: hidden;
  line-height: 3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 6rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: block;
  height: 6rem;
  font-size: 2rem;
  font-weight: 500;
  color: #111;
}
.krds-tab-area .swiper-slide p {
  overflow: hidden;
  line-height: 2.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 5rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  display: block;
  height: 5rem;
  margin: 2rem 0 4rem;
  color: #555;
  line-height: 1.5;
}
.krds-tab-area .swiper-slide a {
  display: block;
  position: relative;
  top: 0;
  padding: 3rem;
  background: url("../../images/mps/main/logo.png") no-repeat right bottom #fff;
  font-size: 1.6rem;
  color: #666;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.krds-tab-area .swiper-slide a:hover, .krds-tab-area .swiper-slide a:focus {
  top: -1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.books {
  padding-top: 10rem;
  padding-right: 53rem;
  color: #fff;
}
.books::before {
  background-color: #0092DB;
}
.books::after {
  position: absolute;
  left: calc(100% - 37rem);
  top: 0;
  bottom: 0;
  width: 100%;
  background: url("../../images/mps/main/books.png") no-repeat;
  background-size: auto 100%;
  content: "";
}
.books h2 {
  position: relative;
  margin-bottom: 8rem;
  font-size: 4.6rem;
  line-height: 1.4;
}
.books h2::after {
  position: absolute;
  top: calc(100% + 8rem);
  left: 0;
  width: 1.2rem;
  height: 14rem;
  border-radius: 0 0 10rem 10rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, transparent 80%, rgba(255, 255, 255, 0.6));
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  content: "SCROLL down";
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}
.books h2::before {
  display: inline-block;
  overflow: hidden;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  vertical-align: middle;
  position: absolute;
  left: 0.2rem;
  top: calc(100% + 21rem);
  margin-top: 0;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.books .group {
  overflow: hidden;
  overflow-y: auto;
  height: 35rem;
  margin-left: 13rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.books .group::-webkit-scrollbar {
  display: none;
}
.books .group::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0092DB));
  background: linear-gradient(to bottom, transparent, #0092DB);
  content: "";
}
.books .group li {
  opacity: 0;
}
.books .group li a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 18rem;
  max-width: 100%;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.books .group li a span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 2.8rem;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.8rem;
}
.books .group li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2rem;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  text-align: center;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.books .group li a img {
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.books .group li a::after {
  display: none !important;
}
.books .group li a:hover p, .books .group li a:focus p {
  opacity: 1;
}
.books .group li i {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 140%;
}
.books .group li i img {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
}
.books .group .type1 {
  background-color: #006B81;
}
.books .group .type2 {
  background-color: #01205C;
}
.books .group + a {
  display: inline-block;
  overflow: hidden;
  width: 11rem;
  height: 11rem;
  text-align: center;
  line-height: 11rem;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 11rem;
  right: 53rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  line-height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.books .group + a::after {
  font-family: "remixicon";
  content: "\f398  ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  height: auto;
  font-size: 2rem;
}
.books .group + a:hover, .books .group + a:focus {
  border-color: #fff;
}

.now {
  padding-left: 37rem;
  color: #fff;
}
.now::before {
  z-index: -2;
  background-color: #01205C;
}
.now::after {
  position: absolute;
  right: calc(100% - 37rem);
  top: 0;
  z-index: -1;
  width: 1000%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.now h2 {
  position: absolute;
  left: 0;
  top: 12rem;
  font-size: 3.4rem;
  color: #111;
  opacity: 0.2;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.now .tab {
  margin-bottom: 0;
}
.now .tab .group {
  display: none;
}
.now .tab.tab2 h2 {
  top: 18.5rem;
}
.now .tab.active h2 {
  opacity: 1;
}
.now .tab.active h2 button {
  text-decoration: underline;
}
.now .tab.active .group {
  display: block;
}
.now .swiper-indicator {
  position: absolute;
  bottom: 13rem;
  left: 0;
}
.now .swiper-indicator .controls button {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  vertical-align: middle;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #222;
  font-size: 2.5rem;
  color: #fff;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.now .swiper-indicator .controls button::before {
  font-family: "remixicon";
  content: "\efd8";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
}
.now .swiper-indicator .controls button.play::before {
  content: "\f00a";
}
.now .group {
  width: 100%;
  padding: 10rem 0 10rem 10rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.now .group .swiper {
  overflow: hidden;
}
.now .group .swiper a, .now .group .swiper i, .now .group .swiper strong {
  display: block;
}
.now .group .swiper span {
  display: inline-block;
  height: 2.7rem;
  margin: 4rem 0 2rem;
  padding: 0 1rem;
  border-radius: 2.7rem;
  border: 1px solid #00B6DB;
  font-size: 1.6rem;
  color: #00B6DB;
  line-height: 2.5rem;
  vertical-align: middle;
}
.now .group .swiper strong {
  overflow: hidden;
  line-height: 3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 6rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  height: 6rem;
  font-weight: 500;
  white-space: normal;
}
.now .group .swiper i {
  overflow: hidden;
  height: 18rem;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.now .group .swiper img {
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
.now .group .swiper a::after {
  display: none !important;
}
.now .group .swiper a:hover i, .now .group .swiper a:focus i {
  background-color: #000;
}
.now .group .swiper a:hover img, .now .group .swiper a:focus img {
  opacity: 0.75;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.now .group .swiper li {
  width: 34rem;
  margin-right: 4rem;
  padding: 0.5rem;
}
.now .group .swiper li:last-child {
  margin-right: 0;
}

@-webkit-keyframes scroll {
  100% {
    margin-top: -1rem;
  }
}

@keyframes scroll {
  100% {
    margin-top: -1rem;
  }
}
@-webkit-keyframes top {
  100% {
    top: -0.5rem;
  }
}
@keyframes top {
  100% {
    top: -0.5rem;
  }
}