/* 공통 css */
/* 반응형 최소 너비 */


/* :root{
  --color-font-black : #202020;
  --color-font-blue : #2887CF;

} */

p{
  color: #222;
}
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;
  outline: 0;
  /* color: inherit; */
  font-family: "pretendard", Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  /* color: #222; */
  vertical-align: baseline;
}
input,select,button,a{
  font-family: "pretendard", Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (min-width: 1024px) {
  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 {
      line-height: 1.6;
      font-size: 13px;
  }
}


