#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;
}
