/* 공통설정 */

body {
  font-family: 'Noto Sans KR', sans-serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark-text-emphasis);
}

/* 롤링베너설정 */

#index-roll-title {
  top: 37%;
  left: 9%;
}

.fs-7 {
  font-size: 13px;
}

/* 상단메뉴설정 */

#header .navbar-nav .nav-item:hover {
  background: var(--bs-gray-200);
}

#header .navbar-nav > .nav-item:hover a {
  color: black;
}

/* 메인 컨텐측 출력부 */

main {
  margin-top: 165.7px;
}

#page_title {
  top: 32%;
  left: 9%;
}

/* 메인 > 최신글 탭 설정 */

#index #sec_news .nav-tabs a {
  border-radius: 0px 20px 0px 0px;
  font-size: 18px;
}

#index #sec_news .nav-tabs .active {
  background: white !important;
  color: #0265c8 !important;
}

#index #sec_news .tab-content .row div h5 {
  margin-bottom: 60px;
  font-weight: bold;
}

/* 풋터 설정 */

#footer-menu ul li a {
  color: white;
}

#footer-menu ul li a:hover {
  color: black;
}

