/*happy.php(검색어 newPaging) - 업체리스트추출태그 페이징출력*/
/*lib.php(검색어 newPaging_ajax 두번이동) - 업체리스트아작스 추출태그 페이징출력  -> 와이드지도 페이징중 page_now는 lib.php / newPaging_ajax 에서 인라인으로만 fff가 먹고있습니다.*/
/*bbs_page.php - 게시판 페이징디자인*/
/*page.php - 마이페이지 포인트장부 리스트 페이징 디자인*/
/*calendar_view_page_ajax.php 출석체크 댓글 페이징디자인*/
/*schedule > include > happy.php > 검색어 'newPaging' 아이프레임으로 호출되는 예약리스트 페이징 -> happy.php에서 직접 style*/
/*관리자모드에서 출력되는 페이징은 admin/css/style.css 에서 아래와 같은 내용을 찾을수있습니다.*/



/*페이징영역이 없는 디자인 폰트*/

.page_now, .page_nomal, .page_prev0, .page_next0, .page_prev, .page_next, .page_prev0_no, .page_next0_no, .page_prev_no, .page_next_no {  font-family:'Montserrat','Noto Sans KR', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Gulim,'맑은 고딕','돋움',Dotum,'굴림',tahoma,NanumGothic,Helvetica,'Apple SD Gothic Neo',Sans-serif !important; }

.page_wrap_st,
.ajax_page{
	max-width: max-content;
	margin: 30px auto;
}
.paging > div:empty,
#pageing:empty{
	display:none;
}
.paging > div,
#pageing{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
	width:max-content;
	margin:60px auto 0;
}
.pageingBBS span a,
.paging span,
#pageing span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:28px;
	height:28px;
	color:#777;
	font-size:1.3rem;
	font-weight:500;
	line-height:normal;
	cursor:pointer;
}
.paging span.this,
.paging span.on,
#pageing span.on{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:28px;
	height:28px;
	color:#777;
	font-size:1.3rem;
	font-weight:500;
	line-height:normal;
	background:#231F20;
	color:#fff;
}
.paging .loca,
#pageing .loca{
	cursor:pointer;
	color:#1C1B1F;
}
.paging .loca.disabled,
#pageing .loca.disabled{
	cursor:default;
}
.paging .loca:first-child,
#pageing .loca:first-child{
	margin-right:10px;
}
.paging .loca:last-child,
#pageing .loca:last-child{
	margin-left:10px;
}
