/* 헤더 본문바로가기 css */
.skip-link {
	  position: absolute;
	  top: -40px;
	  left: 0;
	  background-color:#052561;
	  color: #fff;
	  z-index: 10000;
	  text-decoration: none;
	  border-radius: 4px;
	  text-align: center;
	  /* 시각적으로 숨김 */
	  overflow: hidden;
	  clip: rect(0 0 0 0);
	  clip-path: inset(50%);
	  height: 0.1px;     /* 더 얇게 */
	  width: 100%;       /* 전체 폭 차지 */
	  white-space: nowrap;
	  border: 0;
	  font-family: "GOV-B", sans-serif;
}

/* 헤더 본문바로가기 css */
.skip-link:focus {
	  clip: auto;
	  clip-path: none;
	  height: auto;
	  width: 100%;        /* 포커스 시에도 전체 너비 */
	  white-space: normal;
	  top: 0;
}

/* 온라인도서관 게시판 공지글 */
.bg-notice {
    background-color: #fff7e6 !important;
    border-left: 4px solid #f0ad4e;
}
.badge-warning {
    background-color: #f0ad4e;
    color: white;
    font-size: 0.75rem;
    vertical-align: middle;
}