html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
#privacy_dialog h3 {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 3rem;
  color: #0052ad;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 2px solid #0052ad;
}
#privacy_dialog h4 {
  font-size: 2rem;
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
