@charset "UTF-8";


.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}



.gdnlst li:nth-child(6) a{
    transition: 0.5s ease-out;
    color: #efdcbd;
  }

  html, body{
    width:100%;
    height:100%;
}


.mn-sec1{
  display: block;
  width:100%;
  height:100vh;
  background-image: url(../img/business-b.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  
}

.mn-pre{
  display: block;
  width:1200px; 
  margin: 0 auto;
  padding-top:350px;

}

.mn-sec1 h1{
 font-family: 'JSongMyung',sans-serif;
  text-align: center;
  font-size:3em;
  color:#ffffff;
  font-weight: 100;
}

.line2{
display: block;
width: 2px; height: 100px;
background-color: #fff;
margin: 0 auto;
margin-bottom: 20px;
opacity: 0;
}


.mn-sec1 p{
  font-family: 'KoPubWorldBatang', sans-serif;
  text-align: center;
  font-size:1.5em;
  color:#fff;
}


.mn-sec1.active{
height: 50vh;
transition: all 2s;
}

.mn-sec1.active .line2{
opacity: 1 !important;
height: 30px;
transform: rotate(90deg) !important;
transition: all 2s;
}

.mn-sec1.active .mn-pre{
padding-top:170px;
transition: all 2s;
}

/*section 1 end*/

.footer{
  overflow-x: hidden;
}



.business{
  width:100%;
  margin: 0 auto;
}

#businessmover{
  display: none;
}

.bn-banner.bstell{
  width:200px; height: 50px;
}

.bn-banner.bstell a{
  border-radius: 25px 25px 0 0;
  background-color: #821506;
  width:100%; height: 100%;
}