/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, address, em, img, small, strong, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header,
menu, nav, section, summary, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: none;
  vertical-align: baseline;
  font-family: 'Noto Sans KR', 'AppleGothic', sans-serif; }

table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0; }

li {
  list-style: none; }

img {
  border: 0 none;
  vertical-align: top; }

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family:'Noto Sans KR';
  background: none; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

svg {
  overflow: visible; }

hr {
  border: none;
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
