@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
html {
  -webkit-overflow-scrolling: touch;
  word-break: keep-all;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
li {
  font-family: "Noto Sans KR", sans-serif;
}
body .text {
  font-size: 17px;
  line-height: 180%;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #200c31;
  margin: 30px 0;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #200c31;
  margin: 30px 0;
}

@media screen and (max-width: 639px) {
  h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
    color: #200c31;
    margin: 30px 0;
  }
  h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #200c31;
    margin: 30px 0;
  }
}
