/*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: "Noto Serif", serif;
	-webkit-font-smoothing:antialiased;
  letter-spacing: 1px;
 }
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 .4s; 
}
header, header *{ 
  box-sizing:border-box; 
}
.hd_con{ 
  width:100%; 
  margin: 0 auto;
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  padding:0 60px;
  position: relative;
}

.lg > a{ 
  display:block; 
  font-size:20px; 
  line-height:1em; 
  white-space:nowrap;
}
.lg > a > img{ 
  display:block; 
  width:170px; 
  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 22px; 
  font-size:15px; 
  font-weight:400; 
  transition: all .4s; 
  color: #fff; 
  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 > ul > li{ 
  position:relative; 
  z-index:1; 
  text-align: center;
}
#gnb > ul > li > ul > li > a{ 
  display:block; 
  margin-bottom: 20px; 
  font-size:14px; 
  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; 
}

.hd-wrap{
  display: flex;
  align-items: center;
}
.hd-wrap > a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #D4854A;
  margin-right: 20px;
}
.hd-wrap > p{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  transition: .3s;
}
.hd-wrap > p > span{
  display: inline-block;
  margin-right: 5px;
}

/* .scr */
header.scr{ 
  background-color:#fff; 
  border-bottom:none; 
}
header.scr .hd_bt{ 
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1); 
}
header.scr #gnb > ul > li > a{ 
  color:#4a4a4a; 
  padding:25px 22px; 
}
header.scr #gnb > ul > li > ul{
  top: 100%;
}

/* 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;
}


@media(max-width:1199px){ 
  .hd_con{ 
    padding:0 15px; 
  }
  .lg > a{ 
    padding:15px 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:60px 0 40px; 
  background-color: #1a1a1a;
}
.ft_con{ 
  width:100%; 
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1350px; 
}
.ft-wrap{
  width: 100%;
  display: flex; 
  margin-bottom: 30px;
  align-items: center;
}
.ft-lt{
  width: 30%;
}
.ft-rt{
  width: 70%;
}
#fnb > ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#fnb > ul > li{
  margin-left: 30px;
}
#fnb > ul > li > a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  font-weight: 400;
  transition: .3s;
}
.ft-lg{
  width: 170px;
  display: flex;
}
.ft-lg img{
  width: 100%;
}
.ft_txt{ 
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.ft_txt > p{
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.ft_cp{ 
  width: 100%;
  text-align: center;
  font-size:13px; 
  color: rgba(255, 255, 255, 0.70);
  font-weight:400; 
  padding-top: 30px;
}

/* mediaquery */

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

  .lg{
    margin-right: 30px;
  }
  .mo-fixed{
    display: none;
  }

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

  
}

@media(max-width:1600px){

}
@media(max-width:1440px){
  .hd_con{
    padding: 0 30px;
  }
  #gnb > ul > li > a{
    padding: 40px 22px;
  }
  .ft_con{
    max-width: 1230px;
  }
}

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

  .hd_con{
    padding: 0 15px;
  }

  .hd-wrap{
    display: none;
  }
  
  .mo-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8888;
    display: flex;
    background-color: #D4854A;
  }
  .mo-fixed::after{
    content: "";
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mo-fixed > a{
    flex: 1 1 auto;
    width: 50%;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .mo-fixed > a > p > span{
    display: inline-block;
    margin-right: 5px;
  }
  .mo-fixed > a > p{
    display: inline-block;
    color: #fff;
  }

  .hd-btn{
    position: absolute;
    z-index: 9999999;
    width: 44px;
    height: 44px;
    right: 15px;
    left: auto;
    border-radius: 50%;
    background-color: #fff; 
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s;
  }
  .hd-btn::before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: #D4854A;
    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: #D4854A;
    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: #D4854A;
  }
  .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;
  }
  .hd-btn{
    width: 44px;
    height: 44px;
    right: 15px;
    left: auto;
  }
  header.scr .hd-btn{
    background-color: #D4854A;
  }
  header.scr .hd-btn::before, header.scr .hd-btn::after{
    background-color: #fff;
  }
  .mt-menu{
    width: 50%; 
    height: 100vh; 
    position: fixed; 
    top: 0; 
    right: -51%; 
    background-color: #fff; 
    z-index: 99998; 
    transition: .8s ease-in-out; 
    padding: 0; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
  }
  .mt-menu.mt-open{
    right: 0; 
    box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
  }
  .mo_mn_mn{
    padding: 2rem 0;
    width: 100%;
  }
  .mo_mn_mn > li > a{ 
    display:block; 
    padding:20px 25px; 
    font-size:16px; 
    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: #D4854A; 
    position: absolute; 
    top: 50%; 
    right: 25px; 
    transform: translateY(-50%);
  }
  .mo_mn_mn > li > a.more::before{
    content: ""; 
    width: 2px; 
    height: 10px; 
    background-color: #D4854A; 
    position: absolute; 
    top: 50%; 
    right: 29px; 
    transform: translateY(-50%); 
    transition: .3s;
  }
  .mo_mn_mn > li > a.more.act{
    background-color: #D4854A;
    color: #fff;
  }
  .mo_mn_mn > li > a.more.act::after{
    background-color: #fff;
  }
  .mo_mn_mn > li > a.more.act::before{
    opacity: 0;
    background-color: #fff;
  }
  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:40px 0 100px; 
  }
  .ft_con{
    padding: 0 15px; 
  }
  .ft-lg{
    max-width: 150px; 
    margin: 0 auto;
  }
  .ft-wrap{
    flex-direction: column;
  }
  .ft-lt{
    width: 100%;
  }
  #fnb > ul{
    display: none;
  }
  .ft_txt{
    padding-bottom: 30px;
    text-align: center;
  }
  .ft_txt > p{
    font-size: 13px;
    line-height: 1.8;
  }
  .ft_txt > p{
    font-size: 12px;
  }

}
@media(max-width:587px){
  .mt-menu{
    width: 100%; 
    right: -101%; 
  }
  .lg > a > img{
    width: 150px;
  }
  .lg > a{
    transition: .3s;
  }
  header.scr .lg > a{
    padding: 10px 0;
  }
}
@keyframes blink{
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}