a {
  text-decoration: none;
}

body {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#hd_top_menu li {
  margin-right: 0px;
  width: 5rem;
  text-align: center;
  border-right: 1px solid lightgray;
  font-size: 0.8rem;
}

#hd_top_menu li:first-child {
  border-left: 1px solid lightgray;
}

.btn-primary {
  color: #fff;
  background-color: #06bcaf;
  border-color: #06bcaf;
}

#hd_menu .navbar-nav li a {
  font-weight: bold;
  margin-right: 1rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Noto Sans KR', sans-serif;
}

.fs-7 {
  font-size: 0.8rem;
}

