@charset "utf-8";
/*.lnb_depth2__list > li > a:after,#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover:before, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus:before{background:#007DB7;}
#body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:hover span, #body_layout .lnb_wrap .lnb_depth2__list > li .lnb_depth3__list li a:focus span{color:#007DB7}
*/


/* 230605 페이지네이션 추가 : s */
.pagination .page-item .page-link {border: none;}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {background-color:#004FA3;}

.pagination .page-item.active > a,
.pagination .page-item.active > .page-link,
.pagination .page-item.active > span,
.pagination .page-item.active > a:hover,
.pagination .page-item.active > .page-link:hover,
.pagination .page-item.active > span:hover,
.pagination .page-item.active > a:focus,
.pagination .page-item.active > .page-link:focus,
.pagination .page-item.active > span:focus {border-color: #004FA3;background-color: #004FA3;}


@media (max-width: 640px) {
	.pagination .page-item {height:30px;}
	.pagination li > a,
	.pagination .page-item > .page-link,
	.pagination .page-item > span {min-width: 30px;height: 30px;padding: 0 11px;line-height: 30px;}
	.pagination .page-item .page-link[aria-label="first"],
	.pagination .page-item .page-link[aria-label="last"],
	.pagination .page-item .page-link[aria-label="Previous"],
	.pagination .page-item .page-link[aria-label="Next"]{display:inherit;width: 30px;padding: 0;font-size: 12px;background: transparent;}
	.pagination .page-item [aria-label]{width:auto;padding:0;border-radius:20px;background:#efefef;color:#333;font-size:15px;}
	.pagination .page-item [aria-label] .sr-only{display:inline-block;position:relative;width: 0;height: 0;margin: -1px;padding:0;overflow: hidden;font-size: 0;clip: rect(0,0,0,0);}
	.pagination .page-item .page-link[aria-label="first"] .sr-only,
	.pagination .page-item .page-link[aria-label="last"] .sr-only{display:none;}
	.pagination .page-item .page-link[aria-label="Previous"] span[aria-hidden],
	.pagination .page-item .page-link[aria-label="Next"] span[aria-hidden]{display: block;height: 30px;line-height: 30px;}
}

/* 230605 페이지네이션 추가 : e */