@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

body {
  font-family: 'NanumSquare', sans-serif;
}

ul.horizon {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
ul.horizon li {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

dd, dl, p, span {
  line-height: 1.3em;
}