@charset "UTF-8";
/*-------------------------------------------------
title       : 콘텐츠
Author      : 플랜아이 momi
Create date : 2025-12-01
-------------------------------------------------*/
#wrap.kep50 #header,
#wrap.kep50 #visual,
#wrap.kep50 #snb,
#wrap.kep50 #contents .contents_util,
#wrap.kep50 #contents_body .contents_info,
#wrap.kep50 #footer {
  display: none;
}
#wrap.kep50 .main_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#wrap.kep50 #contents {
  width: 100%;
  float: initial;
}
#wrap.kep50 #contents_body {
  margin-bottom: 0;
}
#wrap.kep50 .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#wrap.kep50 #kep50_wrap {
  position: relative;
}
#wrap.kep50 #kep50_wrap.active::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#wrap.kep50 #kep50_wrap.scrolloff {
  height: 100vh;
  overflow: hidden;
}
#wrap.kep50 #kep50_wrap ::selection {
  background-color: #2CBCB6;
}
#wrap.kep50 #kep50_gnb {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
}
#wrap.kep50 #kep50_gnb::before {
  content: "";
  width: 34.8rem;
  height: 16.7rem;
  background-image: url(../img/sub/kep50/50.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#wrap.kep50 #kep50_gnb .btn.open {
  width: 9.4rem;
  height: 3.9rem;
  line-height: 3.8rem;
  border: 1px solid #012FA6;
  color: #012FA6;
  text-align: center;
  border-radius: 5rem;
  font-family: "Lexend", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.027rem;
  position: absolute;
  right: 6rem;
  top: 4rem;
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 #kep50_gnb .btn.open:hover, #wrap.kep50 #kep50_gnb .btn.open:focus {
  background: #012FA6;
  color: #fff;
}
#wrap.kep50 #kep50_gnb .btn.close {
  position: absolute;
  right: 6rem;
  top: 4.5rem;
  width: 26px;
  height: 26px;
  color: #012FA6;
  display: none;
}
#wrap.kep50 #kep50_gnb .btn.close .bar1 {
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 #kep50_gnb .btn.close .bar2 {
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 #kep50_gnb .btn.close:hover .bar1, #wrap.kep50 #kep50_gnb .btn.close:focus .bar1 {
  background: #014DA2;
  transform: translateY(-50%) rotate(-45deg);
}
#wrap.kep50 #kep50_gnb .btn.close:hover .bar2, #wrap.kep50 #kep50_gnb .btn.close:focus .bar2 {
  background: #014DA2;
  transform: translateY(-50%) rotate(45deg);
}
#wrap.kep50 #kep50_gnb .go_home {
  color: #757575;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.021rem;
  position: absolute;
  right: 11.2rem;
  top: 5rem;
  display: none;
}
#wrap.kep50 #kep50_gnb .go_home:hover, #wrap.kep50 #kep50_gnb .go_home:focus {
  text-decoration: underline;
  color: #333;
}
#wrap.kep50 #kep50_gnb .link_list {
  display: none;
  height: calc(100vh - 20rem);
  overflow: hidden;
  overflow-y: auto;
}
#wrap.kep50 #kep50_gnb .link_list > ul > li + li {
  margin-top: 4rem;
}
#wrap.kep50 #kep50_gnb .link_list > ul > li > a {
  color: #111;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.042rem;
  display: inline-block;
}
#wrap.kep50 #kep50_gnb .link_list > ul > li > a:hover, #wrap.kep50 #kep50_gnb .link_list > ul > li > a:focus {
  color: #014DA2;
}
#wrap.kep50 #kep50_gnb .link_list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#wrap.kep50 #kep50_gnb .link_list::-webkit-scrollbar-thumb {
  background-color: #014DA2;
  border-radius: 5px;
}
#wrap.kep50 #kep50_gnb .link_list::-webkit-scrollbar-track {
  background-color: #D1D9E9;
  border-radius: 5px;
}
#wrap.kep50 #kep50_gnb .history_list {
  padding-top: 2.4rem;
}
#wrap.kep50 #kep50_gnb .history_list > li + li {
  margin-top: 1.2rem;
}
#wrap.kep50 #kep50_gnb .history_list a {
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.024rem;
  display: inline-block;
}
#wrap.kep50 #kep50_gnb .history_list a:hover, #wrap.kep50 #kep50_gnb .history_list a:focus {
  color: #014DA2;
  text-decoration: underline;
}
#wrap.kep50 #kep50_gnb.active {
  height: 100vh;
  background: #fff;
  padding: 12rem 6rem 8rem;
  width: 64rem;
}
#wrap.kep50 #kep50_gnb.active .btn.open {
  display: none;
}
#wrap.kep50 #kep50_gnb.active .btn.close {
  display: block;
}
#wrap.kep50 #kep50_gnb.active .go_home {
  display: block;
}
#wrap.kep50 #kep50_gnb.active .link_list {
  display: block;
}
#wrap.kep50 #kep50_gnb.type2 .btn.open {
  border-color: #fff;
  color: #fff;
}
#wrap.kep50 #kep50_gnb.type2 .btn.open:hover, #wrap.kep50 #kep50_gnb.type2 .btn.open:focus {
  background: #fff;
  color: #012FA6;
}
#wrap.kep50 .title_box {
  margin-bottom: 6rem;
  text-align: center;
}
#wrap.kep50 .title_box .title1 {
  color: #111;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.096rem;
  margin-bottom: 2.4rem;
}
#wrap.kep50 .title_box .text_1 {
  color: #666;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.042rem;
}
#wrap.kep50 .section1 {
  position: relative;
}
#wrap.kep50 .section1 .intro {
  height: 100vh;
  background: #012FA6;
  position: relative;
}
#wrap.kep50 .section1 .part1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: calc(100% - 4rem);
  position: relative;
  margin: 0 auto;
}
#wrap.kep50 .section1 .part1::before {
  content: "";
  width: 100%;
  height: 8rem;
  background: #012FA6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
#wrap.kep50 .section1 .part1 .txt1 {
  display: block;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.096rem;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(8rem);
}
#wrap.kep50 .section1 .part1 .txt2 {
  display: block;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.096rem;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(-8rem);
}
#wrap.kep50 .section1 .part2 {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap.kep50 .section1 .part2::before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#wrap.kep50 .section1 .part2::after {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  bottom: 50%;
  left: 0;
}
#wrap.kep50 .section1 .part2 img {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
#wrap.kep50 .section1 .part3 {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}
#wrap.kep50 .section1 .part3 .txt {
  color: #012FA6;
  font-size: 10rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.15rem;
  position: relative;
  z-index: 1;
}
#wrap.kep50 .section1 .part3 .txt span {
  display: inline-block;
  min-width: 2.5rem;
  opacity: 0;
  filter: blur(1rem);
  transform: translateX(0.5rem) scale(1.1);
}
#wrap.kep50 .section1 .part3 .txt3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #012FA6;
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  padding-bottom: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.024rem;
  opacity: 0;
}
#wrap.kep50 .section1 .part3 .txt3::before {
  content: "\ea4e";
  font-family: "remixicon";
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
  font-size: 2rem;
  text-align: center;
  display: inline-block;
}
#wrap.kep50 .section1 .part3 .img_box {
  position: absolute;
  opacity: 0;
  filter: blur(1rem);
}
#wrap.kep50 .section1 .part3 .img1 {
  left: calc(50% - 25rem);
  top: calc(50% - 13rem);
  transform: translate(-50%, -50%);
}
#wrap.kep50 .section1 .part3 .img2 {
  left: calc(50% + 4rem);
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrap.kep50 .section1 .part3 .img3 {
  left: calc(50% - 15rem);
  bottom: calc(50% - 30rem);
  transform: translate(-50%, -50%);
}
#wrap.kep50 .section1 .part3 .img4 {
  left: calc(50% - 40rem);
  bottom: calc(50% - 25rem);
  transform: translate(-50%, -50%);
}
#wrap.kep50 .section1.active .part1::before {
  top: calc(50% - 8rem);
  z-index: 1;
  transition: all 0s 1s;
}
#wrap.kep50 .section1.active .part1 .txt1 {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  transition: all 0.7s 0.1s ease-in-out;
}
#wrap.kep50 .section1.active .part1 .txt2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s 1s ease-in-out;
}
#wrap.kep50 .section1.active .part2 {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0s 2s ease-in-out;
}
#wrap.kep50 .section1.active .part2::before {
  height: 51%;
  top: 0;
  z-index: 3;
  transition: all 0.7s 2s ease-in-out;
}
#wrap.kep50 .section1.active .part2::after {
  height: 51%;
  bottom: 0;
  z-index: 3;
  transition: all 0.7s 2s ease-in-out;
}
#wrap.kep50 .section1.active .part2 img {
  width: 91.3rem;
  opacity: 1;
  transition: all 0.7s 1.8s ease-in-out;
  animation: logo_positon 1.1s 2.9s ease-in-out;
  animation-fill-mode: forwards;
}
#wrap.kep50 .section1.active .part3 {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0s 2s ease-in-out;
}
#wrap.kep50 .section1.active .part3 .img1 {
  animation: img_positon1 0.9s 3.1s ease-in-out;
  animation-fill-mode: forwards;
}
#wrap.kep50 .section1.active .part3 .img2 {
  animation: img_positon2 0.9s 3.15s ease-in-out;
  animation-fill-mode: forwards;
}
#wrap.kep50 .section1.active .part3 .img3 {
  animation: img_positon3 0.9s 3.2s ease-in-out;
  animation-fill-mode: forwards;
}
#wrap.kep50 .section1.active .part3 .img4 {
  animation: img_positon4 0.9s 3.05s ease-in-out;
  animation-fill-mode: forwards;
}
#wrap.kep50 .section1.active .part3 .txt1 span {
  animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(1) {
  animation-delay: 3.45s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(2) {
  animation-delay: 3.5s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(3) {
  animation-delay: 3.55s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(4) {
  animation-delay: 3.6s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(5) {
  animation-delay: 3.65s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(6) {
  animation-delay: 3.7s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(7) {
  animation-delay: 3.75s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(8) {
  animation-delay: 3.8s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(9) {
  animation-delay: 3.85s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(10) {
  animation-delay: 3.9s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(11) {
  animation-delay: 3.95s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(12) {
  animation-delay: 4s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(13) {
  animation-delay: 4.05s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(14) {
  animation-delay: 4.1s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(15) {
  animation-delay: 4.15s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(16) {
  animation-delay: 4.2s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(17) {
  animation-delay: 4.25s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(18) {
  animation-delay: 4.3s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(19) {
  animation-delay: 4.35s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(20) {
  animation-delay: 4.4s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(21) {
  animation-delay: 4.45s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(22) {
  animation-delay: 4.5s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(23) {
  animation-delay: 4.55s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(24) {
  animation-delay: 4.6s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(25) {
  animation-delay: 4.65s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(26) {
  animation-delay: 4.7s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(27) {
  animation-delay: 4.75s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(28) {
  animation-delay: 4.8s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(29) {
  animation-delay: 4.85s;
}
#wrap.kep50 .section1.active .part3 .txt1 span:nth-child(30) {
  animation-delay: 4.9s;
}
#wrap.kep50 .section1.active .part3 .txt2 span {
  animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(1) {
  animation-delay: 3.95s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(2) {
  animation-delay: 4s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(3) {
  animation-delay: 4.05s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(4) {
  animation-delay: 4.1s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(5) {
  animation-delay: 4.15s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(6) {
  animation-delay: 4.2s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(7) {
  animation-delay: 4.25s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(8) {
  animation-delay: 4.3s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(9) {
  animation-delay: 4.35s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(10) {
  animation-delay: 4.4s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(11) {
  animation-delay: 4.45s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(12) {
  animation-delay: 4.5s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(13) {
  animation-delay: 4.55s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(14) {
  animation-delay: 4.6s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(15) {
  animation-delay: 4.65s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(16) {
  animation-delay: 4.7s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(17) {
  animation-delay: 4.75s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(18) {
  animation-delay: 4.8s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(19) {
  animation-delay: 4.85s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(20) {
  animation-delay: 4.9s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(21) {
  animation-delay: 4.95s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(22) {
  animation-delay: 5s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(23) {
  animation-delay: 5.05s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(24) {
  animation-delay: 5.1s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(25) {
  animation-delay: 5.15s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(26) {
  animation-delay: 5.2s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(27) {
  animation-delay: 5.25s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(28) {
  animation-delay: 5.3s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(29) {
  animation-delay: 5.35s;
}
#wrap.kep50 .section1.active .part3 .txt2 span:nth-child(30) {
  animation-delay: 5.4s;
}
#wrap.kep50 .section1.active .part3 .txt3 {
  opacity: 1;
  transition: all 0.5s 2.7s ease-in-out;
}
#wrap.kep50 .section1 .expander-wrapper {
  width: 100%;
  height: 140vh;
  position: relative;
}
#wrap.kep50 .section1 .expanding {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  width: 0;
  height: 0;
  background: #012FA6;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wrap.kep50 .section1 .expanding .video_wrap {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#wrap.kep50 .section1 .expanding .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap.kep50 .section1 .expanding.play .txt1 {
  height: 0;
  overflow: 0;
  visibility: hidden;
}
#wrap.kep50 .section1 .expanding.play .video_wrap {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
#wrap.kep50 .section1.pass .expanding {
  top: initial;
  transform: translate(-50%, 0);
  bottom: 0;
  position: absolute;
}
#wrap.kep50 .section2 {
  background: #0C1D48;
  position: relative;
  height: 300vh; /* overflow: hidden; position: relative; */
  padding: 0 0 300vh;
}
#wrap.kep50 .section2 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#wrap.kep50 .section2 .part {
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
#wrap.kep50 .section2 .part .img_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#wrap.kep50 .section2 .part .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0C1D48;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
}
#wrap.kep50 .section2 .part .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  position: relative;
  z-index: -2;
}
#wrap.kep50 .section2 .part .txt_box {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.048rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(5rem);
  padding: 0 2rem;
  transition: all 0.5s ease-in-out;
}
#wrap.kep50 .section2 .part .txt_box .pc_br2,
#wrap.kep50 .section2 .part .txt_box .pc_br3,
#wrap.kep50 .section2 .part .txt_box .pc_br5 {
  display: none;
}
#wrap.kep50 .section2 .part.active {
  opacity: 1;
  z-index: 1;
}
#wrap.kep50 .section2 .part.active.part2 .txt_box, #wrap.kep50 .section2 .part.active.part3 .txt_box {
  opacity: 1;
  transform: translateY(0);
}
#wrap.kep50 .section2 .part.part1.on .txt_box {
  opacity: 1;
  transform: translateY(0);
}
#wrap.kep50 .section2 .scroll {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  padding-bottom: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.024rem;
}
#wrap.kep50 .section2 .scroll::before {
  content: "\ea4e";
  font-family: "remixicon";
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
  font-size: 2rem;
  text-align: center;
  display: inline-block;
}
#wrap.kep50 .section2 .scroll.active {
  opacity: 1;
  position: fixed;
}
#wrap.kep50 .section2.active .part {
  position: fixed;
}
#wrap.kep50 .section3 .part {
  position: relative;
}
#wrap.kep50 .section3 .part .bg_box {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#wrap.kep50 .section3 .part .bg_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.7s ease-in-out;
}
#wrap.kep50 .section3 .part .bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap.kep50 .section3 .part .bg_box2 {
  display: none;
  width: 100%;
  height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#wrap.kep50 .section3 .part .bg_box2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.7s ease-in-out;
}
#wrap.kep50 .section3 .part .bg_box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrap.kep50 .section3 .part .summary_box {
  width: 50%;
  height: 150vh;
  min-height: max-content;
  background: #012FA5;
  padding: 8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#wrap.kep50 .section3 .part .summary_box .txt1 {
  font-family: Lexend;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.072rem;
  margin-bottom: 2.4rem;
}
#wrap.kep50 .section3 .part .summary_box .txt2 {
  font-size: 8rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.012rem;
  margin-bottom: 4.8rem;
}
#wrap.kep50 .section3 .part .summary_box .txt3 {
  font-size: 2rem;
  line-height: 190%;
  letter-spacing: -0.03rem;
  word-break: break-all;
}
#wrap.kep50 .section3 .part .detail_box {
  position: relative;
}
#wrap.kep50 .section3 .part .year_box {
  padding: 8rem 8rem 0 8rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 .section3 .part .year_box .txt1 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Lexend;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.036rem;
  margin-bottom: 4rem;
}
#wrap.kep50 .section3 .part .year_box .txt2 {
  color: rgba(255, 255, 255, 0.4);
  font-family: Lexend;
  font-size: 12rem;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.18rem;
  height: 13.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, rgba(255, 255, 255, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#wrap.kep50 .section3 .part .year_box .txt2.active {
  color: #fff;
  -webkit-text-fill-color: initial;
}
#wrap.kep50 .section3 .part .year_box .txt2.active + .txt2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.4) 100%);
  background-clip: text;
}
#wrap.kep50 .section3 .part .year_box .blank {
  height: 13.2rem;
}
#wrap.kep50 .section3 .part .year_box.fixed {
  position: fixed;
}
#wrap.kep50 .section3 .part .year_box.fixed2 {
  position: absolute;
  bottom: 0;
  top: initial;
}
#wrap.kep50 .section3 .part .rolling_box {
  height: 29.2rem;
  position: relative;
  overflow: hidden;
}
#wrap.kep50 .section3 .part .rolling_box .rolling_box_inner {
  transform: translateY(-5.7rem);
}
#wrap.kep50 .section3 .part .year_period {
  display: none;
}
#wrap.kep50 .section3 .part .item_wrap {
  position: relative;
  color: #fff;
  z-index: 0;
}
#wrap.kep50 .section3 .part .item_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -2;
}
#wrap.kep50 .section3 .part .item_wrap .item {
  position: relative;
  padding-bottom: 41rem;
}
#wrap.kep50 .section3 .part .item_wrap .item:first-child {
  padding-top: 41rem;
}
#wrap.kep50 .section3 .part .item_wrap .item:first-child .line_box {
  height: calc(100% - 9.7rem - 41rem);
}
#wrap.kep50 .section3 .part .item_wrap .date {
  font-size: 3.2rem;
  font-family: Lexend;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.048rem;
  width: 54rem;
  margin: 0 auto 3.9rem;
  padding-top: 2.2rem;
  position: relative;
  text-align: center;
}
#wrap.kep50 .section3 .part .item_wrap .date::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0rem;
  transform: translateX(-50%);
}
#wrap.kep50 .section3 .part .item_wrap .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162rem;
  max-width: calc(100% - 16rem);
  margin: 0 auto;
}
#wrap.kep50 .section3 .part .item_wrap .card .blank_box {
  flex: 1 1 54rem;
  max-width: 54rem;
  padding-right: 6rem;
}
#wrap.kep50 .section3 .part .item_wrap .card .img_box {
  flex: 0 0 54rem;
  overflow: hidden;
}
#wrap.kep50 .section3 .part .item_wrap .card .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
  object-position: center center;
}
#wrap.kep50 .section3 .part .item_wrap .card .txt_box {
  flex: 1 1 54rem;
  max-width: 54rem;
  padding-left: 6rem;
}
#wrap.kep50 .section3 .part .item_wrap .card.start {
  align-items: flex-start;
}
#wrap.kep50 .section3 .part .item_wrap .line_box1 {
  width: 2px;
  height: 41rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#wrap.kep50 .section3 .part .item_wrap .line_box1 .line1 {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.kep50 .section3 .part .item_wrap .line_box {
  width: 2px;
  height: calc(100% - 9.7rem);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#wrap.kep50 .section3 .part .item_wrap .line_box .line {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap.kep50 .section3 .part .item_wrap .date2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.024rem;
  margin-bottom: 2.4rem;
  display: none;
  font-family: Lexend;
  position: relative;
}
#wrap.kep50 .section3 .part .item_wrap .date2::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -2.9rem;
  top: 0.6rem;
}
#wrap.kep50 .section3 .part .item_wrap .txt1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.054rem;
  margin-bottom: 2.8rem;
}
#wrap.kep50 .section3 .part .item_wrap .txt2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.024rem;
  word-break: break-all;
}
#wrap.kep50 .section3 .part .item_wrap .txt3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.024rem;
  margin-bottom: 0.8rem;
  color: #5DC0EF;
}
#wrap.kep50 .section3 .part.bg_fixed .bg_box {
  position: fixed;
}
#wrap.kep50 .section3 .part.dim .bg_box::before {
  background: rgba(12, 29, 72, 0.8);
}
#wrap.kep50 .section3 .part.bg_org .bg_box {
  position: absolute;
  bottom: 0;
  top: initial;
}
#wrap.kep50 .section3 .controls {
  position: fixed;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 70px;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 .section3 .controls .button {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  display: inline-block;
  font-size: 2.4rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 .section3 .controls .button:hover, #wrap.kep50 .section3 .controls .button:focus {
  background: #F0F3F9;
  color: #222;
}
#wrap.kep50 .section3 .controls ul {
  display: flex;
  gap: 15rem;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.024rem;
  position: relative;
}
#wrap.kep50 .section3 .controls ul li {
  position: relative;
  width: 10rem;
  text-align: center;
}
#wrap.kep50 .section3 .controls ul li::before {
  content: "";
  width: 24rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -19.5rem;
  bottom: 0.6rem;
}
#wrap.kep50 .section3 .controls ul li::after {
  content: "";
  width: 0rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -19.5rem;
  bottom: 0.6rem;
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 .section3 .controls ul li:first-child::before, #wrap.kep50 .section3 .controls ul li:first-child::after {
  display: none;
}
#wrap.kep50 .section3 .controls ul li.on a::before {
  background: #fff;
}
#wrap.kep50 .section3 .controls ul li.on::after {
  width: 24rem;
}
#wrap.kep50 .section3 .controls ul a {
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
  width: 10rem;
  text-align: center;
}
#wrap.kep50 .section3 .controls ul a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease-in-out;
}
#wrap.kep50 .section3 .controls ul a::after {
  content: "";
  width: 1.2rem;
  height: 1px;
}
#wrap.kep50 .section3 .controls ul a:hover::before, #wrap.kep50 .section3 .controls ul a:focus::before {
  background: #fff;
}
#wrap.kep50 .section3 .controls .block2 {
  display: none;
}
#wrap.kep50 .section3 .controls.active {
  bottom: 0;
}
#wrap.kep50 .section4 {
  padding: 16rem 0;
}
#wrap.kep50 .section4 .inner {
  width: 109.6rem;
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}
#wrap.kep50 .section4 .ci_swiper {
  padding: 14rem 6.8rem 0;
}
#wrap.kep50 .section4 .img_box {
  width: 100%;
  height: 44rem;
  border: 1px solid #E2E2E2;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#wrap.kep50 .section4 .img_box img {
  width: 62rem;
  max-width: calc(100% - 10rem);
}
#wrap.kep50 .section4 .txt_box {
  width: 100%;
  font-size: 1.8rem;
  color: #222;
  line-height: 1.5;
  letter-spacing: -0.027rem;
  word-break: break-all;
}
#wrap.kep50 .section4 .swiper-button-next,
#wrap.kep50 .section4 .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.6rem;
  text-align: center;
  color: #222;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  top: calc(50% + 3rem);
  transition: all 0.3s;
}
#wrap.kep50 .section4 .swiper-button-next::after,
#wrap.kep50 .section4 .swiper-button-prev::after {
  font-size: 1.5rem;
}
#wrap.kep50 .section4 .swiper-button-next:hover, #wrap.kep50 .section4 .swiper-button-next:focus,
#wrap.kep50 .section4 .swiper-button-prev:hover,
#wrap.kep50 .section4 .swiper-button-prev:focus {
  background: #222;
  color: #fff;
  border-color: #222;
}
#wrap.kep50 .section4 .swiper-button-prev {
  left: 0;
}
#wrap.kep50 .section4 .swiper-button-next {
  right: 0;
}
#wrap.kep50 .section4 .swiper-pagination {
  top: 0;
}
#wrap.kep50 .section4 .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  background: #F3F4F9;
  color: #222;
  font-size: 2rem;
  margin: 0 1.4rem;
  opacity: 1;
}
#wrap.kep50 .section4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #012FA5;
  color: #fff;
}
#wrap.kep50 .section5 {
  background: #F0F3F9;
  padding: 16rem 0;
}
#wrap.kep50 .section5 .inner {
  width: 140rem;
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}
#wrap.kep50 .section5 .archive_wrap {
  display: flex;
  gap: 4.8rem;
}
#wrap.kep50 .section5 .item {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
}
#wrap.kep50 .section5 .img_box {
  flex: 1 1 31.2rem;
  max-width: 31.2rem;
}
#wrap.kep50 .section5 .txt_box {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 4.8rem;
  flex: 1 1 36.4rem;
  max-width: 36.4rem;
}
#wrap.kep50 .section5 .txt1 {
  color: #888D9C;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: -0.027rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
#wrap.kep50 .section5 .txt2 {
  color: #111;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.048rem;
}
#wrap.kep50 .section5 .btn_down {
  border: 1px solid #012FA5;
  height: 6.4rem;
  line-height: 6.2rem;
  color: #012FA5;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2.8rem;
  margin-top: auto;
  transition: all 0.3s;
}
#wrap.kep50 .section5 .btn_down:hover, #wrap.kep50 .section5 .btn_down:focus {
  background: #012FA5;
  color: #fff;
}
#wrap.kep50 .section6 {
  background: #012FA5;
  padding: 6.4rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap.kep50 .section6 .logo_box img {
  width: 34.2rem;
}
#wrap.kep50 .section6 .txt_box {
  text-align: right;
  padding-left: 6rem;
}
#wrap.kep50 .section6 .txt1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.03rem;
  margin-bottom: 0.4rem;
}
#wrap.kep50 .section6 .txt2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.024rem;
}
#wrap.kep50 .section6 .txt2 br {
  display: none;
}

@keyframes logo_positon {
  0% {
    width: 91.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    width: 28.1rem;
    left: 4rem;
    top: 3rem;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(1rem);
    transform: translateX(0.5rem) scale(1.1);
  }
  100% {
    opacity: 1;
    filter: blur(0rem);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes img_positon1 {
  0% {
    left: calc(50% - 25rem);
    top: calc(50% - 13rem);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(1rem);
  }
  100% {
    left: calc(50% - 47rem);
    top: -5rem;
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes img_positon2 {
  0% {
    left: calc(50% + 4rem);
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(1rem);
  }
  100% {
    right: 5rem;
    top: calc(50% - 5rem);
    left: initial;
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes img_positon3 {
  0% {
    left: calc(50% - 15rem);
    bottom: calc(50% - 30rem);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(1rem);
  }
  100% {
    left: 38.5rem;
    bottom: 4rem;
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes img_positon4 {
  0% {
    left: calc(50% - 40rem);
    bottom: calc(50% - 25rem);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(1rem);
  }
  100% {
    left: 7rem;
    bottom: 15.4rem;
    transform: translate(0, 0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}/*# sourceMappingURL=kep50.css.map */