/*
custom css
*/
.top-bar{
	height:50px;
}
.logout{
	left:18px;
}

/*
	title
	메뉴 바 위치조
*/
.navbar-toggler-right{
	top:0.4em !important;
	right:0em !important;
	
}


/*
	footer
	클릭 안되게 하기 

*/
.disable_href{ 
	pointer-events: none;	
	cursor: default;
}



/* 사이트 최소 높이 지정*/
.maincontainer-min-height{
	min-height:800px;
}



/* 

  login
  page_login.jsp    
  
*/
.accounts-page{
	padding-top : 18em;
	padding-bottom: 18em;
}


/*
	Moel
	model_list.jsp

*/
.model-list-card{
	padding-top: 20px;
	
}


/*
	Pagenation 색 변경
*/
.page-item.active .page-link{
	background-color:#0b4b87 !important;
	border-color:#d6d6d6 !important;
}



