/*reset.css*/
body, html{ 
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%; 
  scroll-behavior: smooth;
}
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 .5s; 
}
header, header *{ 
  box-sizing:border-box; 
}
.hd_con{ 
  width:100%; 
  max-width: 1630px;
  margin:0 auto; 
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  padding:0 15px; 
  position: relative;
}

.lg > a{ 
  display:block; 
  font-size:20px; 
  line-height:1em; 
  white-space:nowrap;
  transition: .4s;
}
.lg > a > img{ 
  display:block; 
  width:300px; 
  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; 
  margin-right: 20px;
  padding-right: 20px;
}
#gnb > ul > li::after{
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -2px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .4s;
}
#gnb > ul > li > a{ 
  display:block; 
  padding:50px 0; 
  font-size:18px; 
  font-weight:700; 
  transition: all .4s; 
  color: #f5f5f5; 
  position: relative;
}
#gnb > ul > li:last-child{
  margin-right: 0;
  padding-right: 0;
}
#gnb > ul > li:last-child::after{
  display: none;
}
#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:25px; 
  box-shadow: 0 12px 30px -2px rgba(0,0,0,.1);
}
#gnb > ul > li > ul > li{ 
  position:relative; 
  z-index:1; 
}
#gnb > ul > li > ul > li > a{ 
  display:block; 
  padding:8px 0; 
  font-size:15px; 
  white-space:nowrap; 
  position: relative;
  color: #666;
}
#gnb > ul > li > ul > li > a::before{
  content: ""; 
  transition: .3s; 
  width: 0; 
  height: 1px; 
  background-color: #fff; 
  position: absolute; 
  left: 0; 
  bottom: 0;
}
#gnb > ul > li > ul > li:hover > a::before{
  width: 100%;
}
#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; 
}

.number > p{
  display: inline-block; 
  font-size: 18px; 
  font-weight: 600; 
  color: #000; 
  transition: .4s;
  padding: 16px 20px;
  border-radius: 24px;
  background-color: #ededed;
}
.number > p > span{
  display: inline-block;
  margin-right: 5px;
}

/* .scr */
header.scr{ 
  border-bottom:none; 
  background-color: #fff;
}
header.scr .hd_bt{ 
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1); 
}
header.scr #gnb > ul > li > a{ 
  color:#000; 
  padding:30px 0; 
}
header.scr #gnb > ul > li::after{
  background-color: #000;
}
header.scr .number > a, header.scr .number > p{
  color: #000;
}
header.scr .number > a::after{
  background-color: #000;
}

/* 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; 
  background-color: #666; 
  position: absolute; 
  top: 50%; 
  right: 20px; 
  transform: translateY(-50%);
}
.mo_mn_mn > li > a.more::before{
  content: ""; 
  width: 2px; 
  height: 10px; 
  background-color: #666; 
  position: absolute; 
  top: 50%; 
  right: 24px; 
  transform: translateY(-50%); 
  transition: .3s;
}

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

.momn-img{
  display: flex;
}
.momn-img img{
  width: 100%;
}

.mnb-mark{
  display: flex; 
  padding: 0 20px; 
  justify-content: center; 
  margin-bottom: 1.5rem;
}

.mnb-mark img{
  max-width: 220px;
}

.mnb-btn{
  padding: 0 15px; 
  display: flex; 
  justify-content: space-between; 
  margin-bottom: 1rem;
}
.mnb-btn > a{
  display: block; 
  width: 48%; 
  font-size: 14px; 
  color: #666; 
  padding: 8px; 
  text-align: center; 
  border-radius: 3px; 
  background-color: #ffc61b;
}

@media(max-width:1199px){ 
  .hd_con{ 
    padding:0 15px; 
  }
  .lg > a{ 
    padding:8px 0; 
  }
  .lg > a > img{ 
    width: auto;
    height: 35px;
  }
  .mn{ 
    display:none; 
  }

  .mo_btn{ 
    display:block;
  }

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

  .number{
    display: none;
  }
}


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


/*footer*/
footer{ 
  width: 100%;
  min-height: 100vh;
  padding: 170px 0 100px;
  background-color: #1a1a1a;
  display: flex;
  align-items: flex-end;
}
.ft_con{ 
  width:100%; 
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px; 
}
.ft-tp{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 170px;
}
.ft-lg{
  display: flex;
}
.ft-lg img{
  width: 100%;
  max-width: 380px;
}
.ft-ct{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

#fnb > ul{ 
  display: flex;
}
#fnb > ul > li{ 
  margin-right: 25px;
  padding-right: 25px; 
  position: relative;
}
#fnb > ul > li::after{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #555;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
#fnb > ul > li:last-child{
  margin-right: 0;
  padding-right: 0;
}
#fnb > ul > li:last-child::after{
  display: none;
}
#fnb > ul > li > a{ 
  display:block; 
  font-size:16px; 
  font-weight:400; 
  color: #999; 
  transition: .3s;
}
#fnb > ul > li > a:hover{
  color: #f5f5f5;
}

.ft-site{
  width: 180px;
  padding: 13px 20px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: 1px solid #333;
  cursor: pointer;
}
.ft-site > span{
  display: inline-block;
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s;
}
.ft-site.act > span{
  transform: translateY(-50%) rotate(180deg);
}
.ft-site > ul{
  width: 101%;
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 20px;
  border: 1px solid #333;
  transform: translateX(-50%);
  display: none;
  background-color: #1a1a1a;
  z-index: 88;
}
.ft-site > ul > li{
  margin-bottom: 12px;
}
.ft-site > ul > li:last-child{
  margin-bottom: 0;
}
.ft-site > ul > li > a{
  font-size: 14px;
  transition: .3s;
}
.ft-site > ul > li > a:hover{
  color: #f5f5f5;
}

.ft-bt{
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft-bt-box{
  width: 20%;
}
.ft-bt-box .ft-lg{
  margin-bottom: 25px;
}
.ft-bt-box .ft-lg > img{
  max-width: 250px;
  opacity: 0.3;
}
.ft-bt-box > ul{
  display: flex;
}
.ft-bt-box > ul > li{
  margin-right: 1rem;
}
.ft-bt-box > ul > li:last-child{
  margin-right: 0;
}
.ft-bt-box > ul > li > a{
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #2a2a2a;
}
.ft-cont{
  width: 75%;
}
.ftc{
  width: 100%;
  margin-bottom: 20px;
}
.ftc:last-child{
  margin-bottom: 0;
}
.ftc > ul{
  display: flex;
}
.ftc > ul > li{
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.ftc > ul > li:last-child{
  margin-right: 0;
  padding-right: 0;
}
.ftc > ul > li::after{
  content: "";
  width: 1px;
  height: 12px;
  background-color: #444;
  position: absolute;
  top: 3px;
  right: 0;
}
.ftc > ul > li:last-child::after{
  display: none;
}
.ftc > ul > li > span{
  display: inline-block;
  color: #666;
  margin-right: 5px;
}
.ft_cp{
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

/* mediaquery */

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

  .mo-fixed{
    display: none;
  }

  .fixed-menu{
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    transition: .6s ease;
    opacity: 1;
  }
  .fixed-menu > ul > li{
    margin-bottom: 10px;
  }
  .fixed-menu > ul > li:last-child{
    margin-bottom: 0;
  }
  .fixed-menu > ul > li > a{
    display: block;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(8, 19, 35, 0.30);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: .3s ease;
  }
  .fixed-menu > ul > li > a::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.05), transparent);
    transition: .6s ease;
  }
  .fixed-menu > ul > li > a:hover::before{
    left: 100%;
  }
  .fixed-menu > ul > li > a:hover{
    background: rgba(8, 19, 35, 0.5);
    box-shadow: 0 20px 40px rgba(8, 19, 35, 0.4), inset 0 0 0 1px rgba(245, 245, 245, 0.15);
  }
  .fixed-menu > ul > li > a > h5{
    color: #5B92E5;
    font-size: 13px;
    font-weight: 500;
    display: flex;
  }
  .fixed-menu > ul > li > a > h5 > span > svg{
    width: 16px;
    height: 16px;
    stroke: #5B92E5;
    margin-left: 10px;
  }
  .fixed-menu > ul > li > a > p{
    color: rgba(245, 245, 245, 0.60);
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0;
  }
  .fixed-menu > ul > li > a.fm-phone > p{
    line-height: 1.4;
  }
  .fixed-menu > ul > li > a.fm-phone > p > span{
    color: #f5f5f5;
  }
  .fixed-menu > ul > li > a.fm-phone > h5{
    color: #f5f5f5;
  }
  .fixed-menu > ul > li > a.fm-phone > h5 > span > svg{
    stroke: #f5f5f5;
  }
  .fixed-menu > ul > li > a.fm-phone{
    border: 1px solid rgba(27, 38, 59, 0.60);
    background: linear-gradient(122deg, rgba(13, 27, 42, 0.50) 0%, rgba(27, 38, 59, 0.50) 100%);
    backdrop-filter: blur(10px);
  }
  .fm-tp{
    display: flex;
    align-items: center;
  }
  .fm-tp > span{
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.20) 0%, rgba(59, 130, 246, 0.20) 100%);
    position: relative;
  }
  .fixed-menu > ul > li > a.fm-phone .fm-tp > span{
    background: linear-gradient(135deg, #0D1B2A 0%, #1B263B 100%);
  }
  .fm-tp > span::after{
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.5), rgba(59, 130, 246, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .fixed-menu > ul > li > a:hover .fm-tp > span::after{
    opacity: 1;
  }
  .fm-tp > span > svg{
    width: 24px;
    height: 24px;
    stroke: #F5F5F5;
    stroke-width: 2;
  }
  .fm-tp > h3{
    font-size: 16px;
    font-weight: 600;
    color: #f5f5f5;
    margin-left: 15px;
  }

  .fixed-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid rgba(245, 245, 245, 0.15);
    background: rgba(139, 92, 246, 0.20);
    box-shadow: 0 10px 40px 0 rgba(8, 19, 35, 0.30), 0 0 0 2px rgba(245, 245, 245, 0.05) inset;
    backdrop-filter: blur(15px);
    cursor: pointer;
  }
  .fixed-btn > span{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    transition: .2s;
  }
  .fixed-btn.fxact > span{
    transform: scaleX(-1);
  }
  .fixed-menu.fxin{
    right: -330px;
    opacity: 0;
  }

  .fixed-cs{
    width: 100%;
    background-color: #EDEDED;
    position: fixed;
    bottom: -2px;
    left: 0;
    z-index: 99999999;
    transition: .8s ease-in-out;
    transition-delay: .5s;
  }
  .fcs-con{
    width: 100%;
    display: flex;
  }
  .fcs-num{
    display: flex;
    width: 22%;
    height: 100px;
    background-color: #081323;
    align-items: center;
    padding-left: calc((100% - 1600px) / 2);
  }
  .fcs-num > h2{
    font-size: 28px;
    color: #fff;
    font-weight: 800;
  }
  .fcs-num > h2 > span{
    display: inline-block;
    margin-right: 10px;
  }
  .fcs-wrap{
    display: flex;
    align-items: center;
    height: 100px;
    width: 78%;
    padding-right: calc((100% - 1600px) / 2);
    justify-content: flex-end;
  }
  .fcs-wrap form{
    display: flex;
    align-items: center;
  }
  .fcs-text{
    margin-left: 1rem;
  }
  .fcs-text > span{
    color: #081323;
    font-size: 16px;
    font-weight: 600;
  }
  .fcs-text input{
    width: 300px;
    background-color: #fff;
    padding: 1rem;
    border: 0;
    border-radius: 11px;
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
    color: #081323;
  }
  .fcs-text input::placeholder{
    font-size: 14px;
    color: #A8A8A8;
  }
  .fcs-text input:focus{
    outline: none;
  }
  .fcs-pol{
    margin-left: 1rem;
  }
  .fcs-pol label{
    font-size: 14px;
    color: #081323;
  }
  .fcsbtn{
    border: 1px solid #081323;
    padding: 1rem 1.5rem;
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    border-radius: 80px;
    background-color: #081323;
    cursor: pointer;
    margin-left: 3rem;
    min-width: 220px;
  }
  .fcs-btn{
    position: relative;
  }
  .fcs-btn > span{
    display: inline-block;
    font-size: 14px;
    color: #081323;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    transition: .3s;
    text-align: center;
    line-height: 30px;
  }
  .fcs-btn:hover > span{
    transform: translateY(-50%) rotate(180deg);
  }
  .fixed-cs.scr{
    bottom: -2px;
  }
}

@media(max-width:1630px){
  .hd_con{
    padding: 0 30px;
  }
  .ft_con{
    padding: 0 30px;
  }
  .lg > a > img{
    width: 250px;
  }
  #gnb > ul > li{
    margin-right: 1rem;
    padding-right: 1rem;
  }
  #gnb > ul > li > a{
    font-size: 16px;
  }
  #gnb > ul > li::after{
    height: 12px;
  }
  .number > p{
    font-size: 16px;
  }
  .fcs-num{
    width: 20%;
    justify-content: center;
  }
  .fcs-wrap{
    width: 80%;
    justify-content: center;
  }
  .ft-cont{
    width: 79%;
  }
}
@media(max-width:1499px){
  .hd_con{
    padding: 0 15px;
  }
  .ft_con{
    padding: 0 15px;
  }

  #gnb > ul > li > a{
    padding: 40px 0;
    font-size: 16px;
  }
  .number > p, .number > a{
    font-size: 16px;
  }

  .number > a::after{
    height: 12px;
  }

}

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

  .hd_con{padding: 0 15px;}

  .fixed-menu{
    display: none;
  }
  .fixed-cs{
    display: none;
  }

  .mo-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8888;
    display: flex;
    background-color: #f5f5f5;
    color: #232323;
  }
  .mo-fixed > a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 25%;
    padding: 16px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .mo-fixed > a > span{
    display: inline-block;
    color: #78161B;
    margin-right: 10px;
  }

  .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;
  }

  footer{ 
    padding: 50px 0 100px; 
  }
  .ft_con{
    padding: 0 15px;
  }
  .ft-tp{
    margin-bottom: 20px;
  }
  .ft-lg img{
    max-width: 200px;
  }
  #fnb{
    display: none;
  }
  .ft-site{
    font-size: 15px;
  }
  .ft-ct{
    justify-content: center;
    padding-bottom: 20px;
  }
  .ft-bt{
    padding: 20px 0;
    flex-direction: column;
  }
  .ft-bt-box{
    width: 100%;
  }
  .ft-cont{
    width: 100%;
    margin-top: 20px;
  }
  .ft_cp{
    padding: 20px 0 0;
    font-size: 12px;
  }
  .ft-bt-box .ft-lg{
    display: none;
  }
  .ft-bt-box > ul{
    justify-content: center;
  }
  .ftc{
    margin-bottom: 1rem;
  }
  .ftc > ul{
    flex-direction: column;
  }
  .ftc > ul > li{
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  .ftc > ul > li::after{
    display: none;
  }

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