@charset "UTF-8";
/* reset.css */
.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

*, html, body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*vertical-align: top;*/
  color: #4d4d4d;
  font: normal normal 100%/1.2  "Libre Baskerville", serif, sans-serif, "myriad pro", arial, "나눔고딕", sans-serif;
  color: #4d4d4d;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

a:hover {
  color: #f5ac2c;
}

table, td, th {
  border: 1px solid #f5ac2c;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border-bottom: 1px solid #f5ac2c;
}

input[type="text"], input[type="password"], textarea {
  border: 1px solid #f5ac2c;
}

/*# sourceMappingURL=reset.css.map */