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

@media (max-width: 575px) {
  #roll-title-br {
    display: none;
  }
}

/* 메인 최신글 정의 */

.nav-tabs a {
  border-radius: 0px 20px 0px 0px;
  font-size: 18px;
  border: 1px solid lightgray !important;
  border-bottom: none !important;
}

.nav-tabs .active {
  background: white !important;
  color: #0265c8 !important;
  border: 1px solid lightgray;
}

