body {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: Paperlogy,sans-serif;
}

.main-header {
  background: hsl(0, 0%, 20%);
}

#main_menu a {
  color: white;
}

@media (min-width: 992px) {
  #main_slide {
    height: 600px;
  }
}

@media (min-width: 300px) {
  #main_slide #main_slide_title {
    font-size: 2rem;
    margin-top: 20%;
  }
}

a {
  text-decoration: none;
}

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

