@charset "utf-8";

@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype");
}


/* 초기화 */
html {
  overflow-y: scroll;
  font-size: 14px;
}
body {margin:0;padding:0;font-size:14px;font-family:'Noto Sans', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans', dotum, sans-serif;font-size:1em}