@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

html, body {
  margin: 0;
  padding: 0;
  height:100%;
  min-height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

div, ul, li, dl, dt, dd, p, span {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}
