a {
  text-decoration: none;
}

my_font {
  font-family: "Noto Sans KR", sans-serif !important;
}

.masthead .intro-body {
  padding-top: 216px;
  padding-bottom: 150px;
}

.masthead .intro-body h1 {
  font-size: 4rem;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.navbar-shrink {
  background: black;
}

#page-menu .active {
  background: var(--bs-primary);
  color: white;
  font-weight: bold;
}

.navbar-shrink .navbar-toggler span {
  color: white;
}

#mainNav .dropdown-menu .dropdown-item:hover {
  color: black !important;
}

#board_data .nav-pills .nav-link.active {
  background: black;
  color: white;
  font-weight: bold;
}

#board_data .nav-pills .nav-link {
  background: #3F7F623F;
  color: black;
  margin: 5px;
}

#board_data .nav-pills .nav-item {
  margin: 5px;
}

.link-light:focus, .link-light:hover {
  color: gray !important;
}

.navbar-collapse {
  flex-basis: 75%;
  flex-grow: 1;
  align-items: center;
}

