/*reset.css*/
html.lenis {
  height: auto;
}

.lenis {
  overflow-x: hidden;
}

.lenis-smooth {
  scroll-behavior: auto;
}
body, html{ 
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%; 
  scroll-behavior: smooth;
  overflow: visible !important;
  height: auto !important;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
body, html, input, textarea, select, button, table{ 
	font-family: 'pretendard', sans-serif;
	-webkit-font-smoothing:antialiased
 }
form, fieldset, h1, h2, h3, h4, h5, h6, p{ 
  margin:0; 
  padding:0; 
  word-break: keep-all;
}
form, fieldset, button{ 
  border:none;
}
ol, ul, li{ 
  list-style:none; 
  padding:0; 
  margin:0; 
  word-break: keep-all;
}
img{ 
  max-width:100%; 
}
a{ 
  color:inherit; 
}
a, a:hover{ 
  text-decoration:none; 
}

.d-lg-none{ 
  display:none; 
}
.d-lg-block{ 
  display:block; 
}

#nc_container{
  z-index: 9999999999 !important;
}

/*header*/
header{ 
  position:fixed; 
  z-index:99999999; 
  top:0; 
  left:0; 
  width:100%; 
  transition:all .3s; 
}
header, header *{ 
  box-sizing:border-box; 
}
header::after{
  content: "";
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.30) 50%, rgba(255, 255, 255, 0.02) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}
.hd_con{ 
  width:100%; 
  margin: 0 auto;
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  padding:0 100px;
  position: relative;
}

.lg{ 
  display:flex; 
  width:auto;
  height: 60px; 
  transition: .3s;
}
.lg img{
  display: block;
  height: 100%;
}
.mn{ 
  display:flex; 
  align-items:center; 
}

/*gnb*/
.hd_bt{ 
  position:relative; 
  z-index:5; 
}
#gnb{ 
  position:relative; 
  z-index:5;
}
#gnb > ul{ 
  display:flex; 
  flex-flow:row wrap; 
  padding-left: 0; 
  margin-bottom: 0;
}
#gnb > ul > li{ 
  position:relative; 
  z-index:1; 
}
#gnb > ul > li > a{ 
  display:block; 
  padding:38px 20px; 
  font-size:18px; 
  font-weight:700; 
  transition: all .3s; 
  color: #EBEBEB; 
  position: relative;
}
#gnb > ul > li > ul{ 
  position:absolute; 
  z-index:1; 
  top:100%; 
  left:50%; 
  transform: translateX(-50%); 
  display:none; 
  width: 100%; 
  min-width: 150px; 
  box-sizing: border-box; 
  background-color: #fff; 
  padding:30px 15px; 
  text-align: center;  
  box-shadow: 0 12px 30px -2px rgba(0,0,0,.1);
}
#gnb > ul > li:nth-child(2) > ul{
  min-width: 220px;
}
#gnb > ul > li > ul > li{ 
  position:relative; 
  z-index:1; 
  text-align: center;
}
#gnb > ul > li > ul > li > a{ 
  display:block; 
  margin-bottom: 20px; 
  font-size:16px; 
  white-space:nowrap; 
  position: relative;
  color: #666;
  transition: .2s;
}
#gnb > ul > li > ul > li:last-child > a{
  margin-bottom: 0;
}
#gnb > ul > li > ul > li > ul{ 
  position:absolute; 
  z-index:1; 
  top:-10px; 
  left: calc(100% + 15px); 
  padding: 10px 0; 
  display:none; 
  min-width:150px; 
  box-shadow:0 12px 30px -2px rgba(0,0,0,.1); 
  background-color: #fafafa;
}
#gnb > ul > li > ul > li > ul > li > a{ 
  display:block; 
  padding:10px 15px; 
  font-size:14px; 
}

.lang > ul{
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang > ul > li > a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  padding: 15px 35px;
  border-radius: 20px;
  background: #004097;
}

.number > p{
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  background: #004097;
  gap: 8px;
}
.number > p > span{
  font-size: 14px;
}

/* .scr */
header.scr{
  background-color: #fff;
}
header.scr #gnb > ul > li > a{
  padding: 26px 20px;
  color: #111214;
}

@media(max-width:1199px){ 
  .hd_con{ 
    padding:0 15px; 
  }
  .lg > a{ 
    padding:20px 0; 
  }
  .mn{ 
    display:none; 
  }
  .hd-rt{
    display: none;
  }

  .mo_btn{ 
    display:block;
  }

  .d-none{ 
    display:none; 
  }
  .d-block{ 
    display:block;
 }
  .mo_btn{ 
    display:block; 
  }

}


/*wrapper*/
.article_mover{ 
  position:absolute; 
  z-index:-1; 
  bottom:100%; 
}

/*footer*/
footer{ 
  padding:80px 0; 
  background-color: #050C13;
  position: relative;
  overflow: hidden;
}
footer::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.ft-video{
  position: absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  transform:translate(-50%,-50%);
  z-index:0;
  pointer-events:none;
}
.ft-video iframe{
  width:177.77vh;
  height:56.25vw;
  min-width:100%;
  min-height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.ft_con{ 
  width:100%; 
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1470px; 
  position: relative;
  z-index: 3;
}
.ft_wrap{
  width: 100%;
  display: flex; 
  justify-content: space-between; 
  align-items: center;
}

.ft-lg{
  width: auto;
  height: 60px;
  display: flex;
}
.ft-lg img{
  height: 100%;
}
.ft_pt{
  width: 59%;
  text-align: right; 
}
.ft_txt{ 
  font-size:16px; 
  color: #EBEBEB; 
  font-weight:400; 
  word-break:keep-all; 
  margin-bottom:10px; 
  line-height: 1.6;
}
.ft_cp{ 
  font-size:16px; 
  color: #EBEBEB; 
  font-weight:400; 
}


/* mediaquery */

@media(min-width:1200px){ 
  .d-lg-none{ 
    display:none; 
  }
  .d-lg-block{ 
    display:block; 
  }

  .mo-fixed{
    display: none;
  }

  .mt-menu{
    display: none;
  }
  .hd-btn{
    display: none;
  }

  .lang{
    margin-left: 141px;
  }
  
}
@media(min-width:2000px){
  
}

@media(max-width:1700px){
  .hd_con{
    max-width: 1470px;
    padding: 0 15px;
  }

}
@media(max-width:1600px){
  .hd_con{
    max-width: 1440px;
  }
  .ft_con{
    max-width: 1440px;
  }
  #gnb > ul > li > a{
    padding: 30px 20px;
    font-size: 16px;
  }
  header.scr #gnb > ul > li > a{
    padding: 24px 20px;
  }
  #gnb > ul > li > ul > li > a{
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .lang > ul > li > a{
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 1rem;
  }
  .lg{
    height: 50px;
  }
  .ft-lg{
    height: 50px;
  }
  .ft_txt, .ft_cp{
    font-size: 15px;
  }
}
@media(max-width:1440px){
  .ft_txt, .ft_cp{
    font-size: 14px;
  }
}

@media(max-width:1199px){ 
  .d-none{ 
    display:none;
  }
  .d-block{ 
    display:block; 
  }
  .hd_con{
    justify-content: center;
  }

  .lg{
    padding: 10px 0;
    height: 60px;
  }

  .lang > ul > li > a {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 12px;
    margin-right: 56px;
  }

  .number{
    display: none;
  }
  .mo-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8888;
    display: flex;
    background-color: #004097;
  }
  .mo-fixed > a{
    flex: 1 1 auto;
    width: 50%;
    padding: 20px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .mo-fixed > a > p{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .mo-fixed > a > p > span{
    font-size: 13px;
  }

  .hd-btn{
    position: fixed;
    z-index: 999999999;
    width: 44px;
    height: 44px;
    left: 50%;
    border-radius: 50%;
    background-color: #004097; 
    bottom: 1rem;
    transform: translateX(-50%);
    cursor: pointer;
    transition: .3s;
  }
  .hd-btn::before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,0);
    margin-top: -6px;
    transition:0.3s transform, 0.3s margin-top 0.3s;
  }
  .hd-btn::after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,0);
    margin-top: 5px;
    transition:0.3s transform, 0.3s margin-top 0.3s;
  }
  .hd-btn.act{
    background-color: #004097;
  }
  .hd-btn.act::before{
    transform:translate(-50%, 0) rotate(45deg);
    margin-top:0;
    background-color: #fff;
    transition:0.3s transform 0.3s, 0.3s margin-top;
  }
  .hd-btn.act::after{
    transform:translate(-50%, 0) rotate(-45deg);
    margin-top:0;
    background-color: #fff;
    transition:0.3s transform 0.3s, 0.3s margin-top;
  }
  .mt-menu{
    width: 50%; 
    height: 100vh; 
    position: fixed; 
    top: 101%; 
    left: 0; 
    background-color: #fff; 
    z-index: 999999998; 
    transition: .8s ease-in-out; 
    padding: 0; 
    display: flex; 
    flex-direction: column;
    overflow-y: scroll;
  }
  .mt-menu.mt-open{
    top: 0; 
    box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
  }
  .mt-tp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #004097;
  }
  .mt-logo{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .mt-logo > img{
    height: 40px;
  }
  .mo_mn_mn{
    padding: 0;
    width: 100%;
  }
  .mo_mn_mn > li > a{ 
    display:block; 
    padding:16px 25px; 
    font-size:15px; 
    font-weight:500; 
    color: #333;
    border-bottom: 1px solid #E9ECEF; 
    transition: .2s;
  }
  .mo_mn_mn > li > ul{ 
    display:none; 
    background-color:#f8f9fa; 
  }
  .mo_mn_mn > li > ul > li > a{ 
    display:block; 
    padding:15px 40px 15px; 
    font-size:14px; 
    font-weight:400; 
    color: #666;
    border-bottom: 1px solid #E9ECEF; 
  }
  
  .mo_mn_mn > li > a.more{
    position: relative;
  }
  .mo_mn_mn > li > a.more::after{
    content: ""; 
    width: 10px; 
    height: 2px; 
    background-color: #004097; 
    position: absolute; 
    top: 50%; 
    right: 25px; 
    transform: translateY(-50%);
  }
  .mo_mn_mn > li > a.more::before{
    content: ""; 
    width: 2px; 
    height: 10px; 
    background-color: #004097; 
    position: absolute; 
    top: 50%; 
    right: 29px; 
    transform: translateY(-50%); 
    transition: .3s;
  }
  .mo_mn_mn > li > a.more.act{
    background-color: #f0f8ff;
    color: #004097;
  }
  .mo_mn_mn > li > a.more.act::before{
    opacity: 0;
  }

  footer{ 
    padding:40px 0 100px; 
  }
  .ft_con{
    padding: 0 15px; 
    flex-direction: column;
  }
  .ft-lg{
    margin-bottom: 1.5rem;
  }
  .ft_wrap{
    flex-direction: column;
  }
  .ft_pt{
    width: 100%;
  }
  .ft_txt{
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  .ft_cp{
    font-size: 12px;
    text-align: center;
  }

}
@media(max-width:600px){
  .mt-menu{
    width: 100%; 
    right: -101%; 
  }
  .lg{
    height: 60px;
  }
  .lang > ul > li > a {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 8px;
    margin-right: 54px;
  }

}
@keyframes blink{
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}