 @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  font-size: 62.5%;
}


body {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
  line-height: 1.5;
}


a {
  text-decoration: none;
  color: #333333;
}
ul,
dl,
ol {
  list-style: none;
}


img {
  vertical-align: top;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}


@media (max-width: 650px) {
  body {
    font-size: 1.4rem;
  }
}

