@charset "UTF-8";
html, body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  min-height: 100%; 
  
  font-size: 1em;
  font-family: "Spoqa Han Sans Neo", Noto Sans Korean, Roboto, sans-serif;
  font-weight: 400;
  color: #222;  /* 220318 */
  line-height: 1;
  
  border: 0;
  background: #ffffff;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
ul, ol, li, dl, dt, dd {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}
img, input.type-image, a img, p, div, span, strong, fieldset, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: #282828;
  text-decoration: none;
}
legend, caption {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
}
optgroup label {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table caption {
  display: none;
}
td, th {
  font-size: 1em;
}
hr {
  display: none;
}
/*Input*/
input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
  color: #111;
  font-family: "Spoqa Han Sans Neo", Noto Sans Korean, Roboto, sans-serif;
}
