@charset "UTF-8";
/* color */
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  /* font-family 여기서 지정, 글자크기, 색상등 확정되면 여기서 지정 */
  font-family: 'Spoqa Han Sans','sans-serif';
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input,
textarea,
button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
}

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

textarea {
  resize: none;
}

textarea, img {
  vertical-align: top;
}

button {
  padding: 0;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}

input:-ms-input-placeholder {
  color: #666;
  font-weight: 300;
}

input::-ms-input-placeholder {
  color: #666;
  font-weight: 300;
}

input::placeholder {
  color: #666;
  font-weight: 300;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
/*# sourceMappingURL=reset.css.map */