html, body {
  width: 100%;
  color: #222;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  word-break: break-all;
  line-height: 1;
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

body,
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, dd, dl, dt, ul, ol, li, p,
fieldset, form, input, textarea, select, button, table, legend,
th, td, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.024rem;
}

article, aside, footer, header, nav, main, menu, section, summary, details, hgroup, figure, figcaption {
  display: block;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

legend, caption {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}

ol, ul {
  list-style: none;
}

em, address, caption, cite, code {
  font-weight: 400;
  font-style: normal;
}

font {
  font-size: inherit;
}

img, fieldset, iframe {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: none;
}

strong, h1, h2, h3 {
  font-weight: 700;
}

button {
  font-size: inherit;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

button:hover {
  color: inherit;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  color: #222;
  font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=number] {
  -moz-appearance: textform;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}