/* 상단 레이아웃 - 제목 */
#attendWrap {
	margin: 12px;
}

#attendWrap h1 {
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
	background: #323d5b;
	color: #fff;
	margin: 0 0 20px 0;
}

/* 검색 결과 테이블 */
/*
#search_result {
	overflow-x: auto;  
}

#myTable {
	min-width:1300px;
}

#search_result2 {
	overflow:scroll;
}

.btns {
	text-align: center;
}
*/

#search_form .btn {
	position: static; !important
	top:10rm; 
	right:0; 
	width:119px; 
	height:50px; 
	min-width:auto; 
	box-sizing:border-box; 
	font-size:18px; 
	font-weight:900; 
	color:#fff; 
	text-align:center;
}

#search_form .btn.blue {
	position: static; !important
}