@charset "utf-8";
/*
 * reset.css — 모바일 base normalization (clean-room rewrite)
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

* { box-sizing: border-box; }

html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, textarea,
th, td, input, select, button, figure {
  margin: 0;
  padding: 0;
}

ol, ul, li { list-style: none; }
img, fieldset { border: 0; vertical-align: top; }
img { max-width: 100%; }

input, select, textarea, button {
  font-family: inherit;
  vertical-align: middle;
}
button { border: 0; background: transparent; cursor: pointer; }

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

html { -webkit-text-size-adjust: 100%; }
body {
  width: 100%;
  background: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  -webkit-overflow-scrolling: touch;
}

a { color: #222; text-decoration: none; }
address, em { font-style: normal; }


