* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
  /* touch-action:none; */
}


html {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1px;
}

.wrap {
position: relative;
}


html, body, div, input,
section, header, main, footer, nav, p, a, textarea,
form,  ul, li, table, tr, td, pre, label, article, input {
  list-style: none;
  color:inherit;
  color:black;
  text-decoration: none;

}



a:hover {
  color:red;
}

article, section  {
  width: 100%;
  font-size: 16rem;
}

input, textarea {
  font-size: 20rem;
  padding: 5rem 10rem;
  margin: 5rem 0;
}

article, section {
  max-width: 1200px;
  margin: 30px auto;
  position: relative;
}


header {
  line-height: 80px;
  border: 1px solid #eaeaea;
}


.gnb {
  margin: 0 auto;
}

.session {
  background: #1fc9de;
}

.session > section {
  margin: 0 auto;
  line-height: 23rem;
  color:white;
}

nav {
  text-align: center;
}

.logo {
position: absolute;
top:0;
left: 0;
}


.gnb > nav > ul > li {
display: inline-block;
margin: 0 10px;
}


.login {
  position: absolute;
  top : 0;
  right:0;
}

.textcenter {
  text-align: center;
}

footer {
  margin-top: 100px;
}





@media (max-width: 700px)  {

  section, article {
    padding: 0 9rem;
  }

.logo {
  position:relative;
  line-height: 25px;
}

.login {
  right: 10px;
  line-height: 25px;
}

nav {
  line-height: 60px;
}

}
