
body{padding-top:133px;}

.d_flex_center{display:flex; justify-content:center; align-items:center;}
.d_flex_between{display:flex; justify-content:space-between; align-items:center;}

/* 메인 메뉴 */
.main_menu_pd{padding-top:63px;}

/* 상단네비 */
.nav_pd{padding-top:104px;}


.list_view:hover{cursor:pointer; text-decoration:underline;}


/* 텍스트 드래그 방지*/
.dragging_stop{
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.contents_pd_top{padding-top:50px;}
.contents_pd_left{padding-left:20px;}

/* 페이지네이션 */
.page_border_radius0_left{border-top-left-radius:.0px !important; border-bottom-left-radius:0px !important;}
.page_border_radius0_right{border-top-right-radius:0px !important; border-bottom-right-radius:0px !important;}


.layout_left_menu{
	min-width:200px; max-width:200px;
	min-height:calc(100vh - 130px);
	background-color:#F6F6F6;
	padding-left:0px;
}

.left_menu_sub{
	padding:0px; padding-left:40px;
}


.tab_menu_border{
	border-top:1px solid #dee2e6 !important;
	border-right:1px solid #dee2e6 !important;
	border-left:1px solid #dee2e6 !important;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	padding-right: 20px;
}


.search_btn_area{text-align:right;}
.search_btn{display:inline-block; width:80px; background-color:#2F4053;}

.table_colgroup{display:none;}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}