@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

a {
  text-decoration: none;
  color: #3c6b82;
}
nav,
header,
body,
textarea,
input {
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

fieldset {
  border: transparent;
  border-top: 1.5px solid #d7bd9b;
  padding-top: 2px;
  padding-left: 15px;
  margin-top: 14px;
  width: 815px;
}

legend {
  font-weight: bold;
  padding: 0 7px;
}

h1 {
  color: #f0f4f7;
  position: absolute;
  top: -0.1em;
  left: 50%;
  margin-left: -410px;
}

select {
  height: 23px;
}

input[type="text"] {
  height: 18px;
  position: relative;
  bottom: 0.1em;
  padding: 0 0.3em 0.2em 0.3em;
}

#header {
  position: fixed;
  z-index: 3;
  top: 41px;
  width: 100%;
  height: 82px;
  padding: 0;
  margin: 0;
  background-color: #3c6b82;
}

#wrapper {
  position: relative;
  padding-top: 120px;
  left: 50%;
  margin-left: -410px;
  float: left;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.menubar {
  z-index: 4;
  position: fixed;
  top: 0;
  background-color: #eaeaea;
  width: 100%;
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
}

.menubar ul {
  background: #eaeaea;
  height: 41px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menubar li {
  float: right;
  padding: 0px;
}

.menubar li a {
  background: #eaeaea;
  color: #067ba0;
  display: block;
  font-weight: normal;
  line-height: 41px;
  margin: 0px;
  width: 92px;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s;
}

.menubar ul li a:hover {
  background: #b0c5c6;
  color: white;
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
}

.menubar li ul {
  background: #eaeaea;
  display: none;
  /* 평상시에는 드랍메뉴가 안보이게 하기 */
  height: 92px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 80px;
  z-index: 200;
  /*top:1em;
  /*left:0;*/
}

.menubar li:hover ul {
  display: block;
  /* 마우스 커서 올리면 드랍메뉴 보이게 하기 */
}

.menubar li li {
  background: #eaeaea;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 92px;
}

.menubar li:hover li a {
  background: none;
}

.menubar li ul a {
  display: block;
  height: 41px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px 3px 0px 3px;
  text-align: middle;
}

.menubar li ul a:hover,
.menubar li ul li:hover a {
  background: #b0c5c6;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}

.menubar p {
  clear: left;
}

.currentLink li:hover {
  color: white;
  font-weight: bold;
}

.currentLink a:link,
.currentLink a:visited {
  color: #91b638;
  font-weight: bold;
}

.symbol {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -410px;
}

.user {
  text-align: left;
  color: white;
  position: relative;
  vertical-align: middle;
  left: 90%;
  font-size: 14px;
}

th#pm {
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  width: 200px;
}

@media (max-width: 817px) {
  .menubar li a {
    width: 4.5em;
    font-size: 0.8em;
    font-weight: bold;
  }

  .menubar li ul {
    width: 35em;
    font-size: 0.8em;
  }

  .menubar li ul a {
    width: 4.5em;
    padding: 0;
    font-size: 0.8em;
  }

  .menubar li li a {
    margin: 0px;
    padding: 0px;
    width: 5.7em;
  }

  .symbol {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 408px;
  }

  h1 {
    color: #f0f4f7;
    position: absolute;
    top: -0.1em;
    left: 420px;
  }

  fieldset {
    width: 90vw;
  }

  #wrapper {
    left: 420px;
  }
}
