@charset "UTF-8";

main {
  width: 1024px;
  margin: 30px auto;
  font-size: 30px;
}

p {
  margin-top: 30px;
  line-height: 1.5;
}

.noto_sans {
  font-family: 'Noto Sans KR', 'sans-serif';
  font-optical-sizing: auto;
  font-style: normal;
}

.noto_sans.thin {
  font-weight: 100;
}

.noto_sans.regular {
  font-weight: 400;
}

.noto_sans.medium {
  font-weight: 500;
}