/*reset.css*/
body, html{ margin:0; padding:0; width:100%; height:100%; }
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; }
form, fieldset, button{ border:none; }
ol, ul, li{ list-style:none; padding:0; margin:0; }
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: 99999999 !important;}

/*header*/
header{ position:fixed; z-index:99999; top:0; left:0; width:100%; transition:all .4s;}
header, header *{ box-sizing:border-box; }
.hd_con{ width:100%; display:flex; justify-content:space-between; align-items:center; padding:0 15px; max-width: 1710px; margin: 0 auto; position: relative;}

.lg > a{ display:block; font-size:20px; line-height:1em; white-space:nowrap;}
.lg > a > img{ display:block; width:195px; transition: .4s;}
.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:50px 30px; font-size:18px; font-weight:500; transition: all .4s; color: #fff; position: relative;}
#gnb > ul > li > a::after{
  content: "";
  width: 0;
  height: 3px;
  background-color: #fab705;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .25s;
}
#gnb > ul > li:hover > a::after{
  width: calc(100% - 60px);
}
#gnb > ul > li > a::before{
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .4s;
}
#gnb > ul > li:last-child > a::before{
  display: none;
}
#gnb > ul > li > ul{ position:absolute; z-index:1; top:100%; left:50%; transform: translateX(-50%); display:none; width: 100%; min-width: 185px; box-sizing: border-box; background-color: #fff; padding:25px 15px 25px; text-align: center;  box-shadow: 0 12px 30px -2px rgba(0,0,0,.1); border-radius: 20px;}
#gnb > ul > li > ul > li{ position:relative; z-index:1; text-align: center;}
#gnb > ul > li > ul > li > a{ display:block; padding:10px 0; font-size:16px; white-space:nowrap; position: relative; transition: .4s; color: #000; font-weight: 400;}
#gnb > ul > li > ul > li > a > span{
  display: inline-block;
  position: relative;
}
#gnb > ul > li > ul > li > a > span::before{
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  transition: .2s;
  opacity: 0;
}
#gnb > ul > li > ul > li > a:hover > span::before{
  opacity: 1;
}
#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 5px 12px -5px rgba(0,0,0,.1); background-color: #fafafa;}
#gnb > ul > li > ul > li > ul > li > a{ display:block; padding:10px 15px; font-size:14px; }


/* .scr */
header.scr{ background-color:#fff; border-bottom: 1px solid #f2f2f2;}
header.scr #gnb > ul > li > a{padding: 25px 30px; color: #000;}
header.scr #gnb > ul > li > a::before{background-color: #000;}

.hd-cont{
  display: flex;
  align-items: center;
}
.hd-cont > ul{
  display: flex;
  align-items: center;
}
.hd-cont > ul > li{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: .4s;
  position: relative;
}
header.scr .hd-cont > ul > li{
  color: #000;
}
.hd-cont > p{
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-left: 20px;
  transition: .4s;
} 
header.scr .hd-cont > p{
  color: #fff;
  background-color: #FF9807;
}

/* menu */
.menu-toggler {
  position: absolute;
  top: 35px;
  right: 4rem;
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 99999;
  transition: all 500ms ease-out;
}
.menu-toggler.open {
  transform: rotate(-45deg);
}
nav.fullscreenNav.open .menu-toggler {
  position: absolute;
  right: 3rem;top: 2rem;
}
nav.fullscreenNav.open .menu-toggler {
  transform: rotate(-45deg);
}
.bar {
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 0.8rem;
  transition: background .5s ease;
}

.bar.half {
  width: 50%;
}
.bar.top {
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.54, -0.81, 0.57, 0.57), background .5s ease;
}

.open .bar.top {
  transform: rotate(-90deg) translateX(0.4rem);
}
.bar.bottom {
  align-self: flex-end;
  transform-origin: left;
  transition: transform 500ms cubic-bezier(0.54, -0.81, 0.57, 0.57), background .5s ease;
}
.open .bar.bottom {
  transform: rotate(-90deg) translateX(-0.4rem);
}

header.on .bar{
  background-color: #1d1d1d;
}

/* mt-menu */
.mt-menu{
  width: 80%; 
  height: 100vh; 
  position: fixed; 
  top: 0; 
  right: -81%; 
  background-color: #fff; 
  z-index: 99998; 
  transition: .8s ease-in-out; 
  overflow-y: scroll; 
  padding: 0 15px; 
  display: flex; 
  flex-direction: column;
  justify-content: center;
}
.mt-menu.mt-open{
  right: -1px; 
  box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
}
.mo_mn_mn{
  padding: 1rem 15px 2rem;
}
.mo_mn_mn > li > a{ 
  display:block; 
  padding:15px 0px; 
  font-size:18px; 
  font-weight:500; 
  border-bottom: 1px solid #f2f2f2; 
}
.mo_mn_mn > li > ul{ 
  display:none; 
  background-color:#fafafa; 
  padding: 10px 0;
}
.mo_mn_mn > li > ul > li > a{ 
  display:block; 
  padding:8px 15px; 
  font-size:15px; 
  font-weight:400; 
  color: #818181;
}

.mo_mn_mn > li > a.more{
  position: relative;
}
.mo_mn_mn > li > a.more::after{
  content: ""; 
  width: 10px; 
  height: 2px; 
  position: absolute; 
  top: 50%; 
  right: 20px; 
  transform: translateY(-50%);
}
.mo_mn_mn > li > a.more::before{
  content: ""; 
  width: 2px; 
  height: 10px; 
  position: absolute; 
  top: 50%; 
  right: 24px; 
  transform: translateY(-50%); 
  transition: .3s;
}

.mo_mn_mn > li > a.more.act::before{
  opacity: 0;
}

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


/*footer*/
footer{ padding:100px 0; background-color: #0E1424;}
.ft-logo img{width: 100%; max-width: 200px;}
.ft_con{width: 100%; max-width: 1710px; padding: 0 15px; margin: 0 auto;}
.ft-wrap{width: 100%; display: flex; justify-content: space-between;}
.ft-box:first-child{width: 44%;}
.ft-box:last-child{width: 55%;}
.ft-menu{color: #ddd;}
.ft_txt{ font-size:14px; font-weight:300; word-break:keep-all; margin-bottom:1rem; color: #ddd;}
.ft_cp{ font-size:14px; font-weight:400; margin-top:3px; color: #fff;}

#fnb > ul{ overflow:hidden; text-align:left; margin-bottom:1rem; }
#fnb > ul > li{ display:inline-block; margin-left:20px; padding:2px; }
#fnb > ul > li:first-child{ margin-left:0; }
#fnb > ul > li > a{ display:block; font-size:16px; font-weight:300; transition: .5s;}
#fnb > ul > li > a:hover{color: #fff;}



/* mediaquery */

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

  .mo-fixed{ display:none; }

  .mo-lang{ display:none; }
  .ft_txt{ display:block; }

}
@media(max-width:1680px){ 
  .hd_con{
    padding: 0 30px;
  }
  #gnb > ul > li > a{
    font-size: 16px;
  }
  #gnb > ul > li > ul > li > a{
    font-size: 14px;
  }
  .hd-cont > p{
    font-size: 14px;
  }
  .ft_con{
    padding: 0 30px;
  }
}
@media(max-width:1199px){ 
  .d-none{ display:none; }
  .d-block{ display:block; }
  .hd_con{ padding:0 15px; }
  .lg > a{ padding:8px 0; }
  .lg > a > img{ max-width:170px; }
  .mn{ display:none; }
  .hd-cont{ display:none; }

  .mo_btn{ display:block; }

  .mo-fixed{ width:100%; position:fixed; bottom:0; left:0; z-index:999; display:flex; justify-content:space-between; transition:.5s; overflow: hidden; border-radius: 15px 15px 0 0;}
  .mo-fixed > a{ padding:20px 0; text-align:center; color:#fff; background-color:#FF8001; font-size:16px; font-weight:500; display:block; flex:1 1 auto; position: relative;}
  .mo-fixed > a > span{ margin-right:5px; }
  .mo-fixed > a::after{
    content: "";
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    z-index: 2;
  }

  .menu-toggler{
    top: 16px; 
    right: 15px;
  }
  header.scr .bar{
    background-color: #000;
  }
  header.scr .open .bar{
    background-color: #000;
  }

  .open .bar{
    background-color: #000;
  }
  .open .bar.top{
    background-color: #000;
  }
  .open .bar.bottom{
    background-color: #000;
  }

  .ft_con{padding: 0 15px;}
  .ft-wrap{flex-direction: column;}
  .ft-box:first-child{width: 100%; margin-bottom: 1rem;}
  .ft-box:last-child{width: 100%;}
  .ft-logo{text-align: center;}
  #fnb > ul{text-align: center;}
  #fnb > ul > li{margin-left: 10px;}
  #fnb > ul > li > a{font-size: 15px;}
  .ft_txt{text-align: center;}
  .ft_cp{text-align: center;}
  .ft-logo img{max-width: 180px;}
}
@media(max-width:850px){ 
  footer{ padding:40px 0 100px; }
  .ft_txt{font-size: 12px;}
  .ft_cp{font-size: 12px;}


}