@charset "UTF-8";

/* 관리자페이지 */
#codeForm {
	width: 100%;
}

.management-section .search-wrap {
	max-width: 600px;
	margin-bottom: 40px;
}

.management-section #myChart {
	margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
	
	.management-section .search-wrap .input-box {
		padding: 0;
		border: 0;
		border-radius: 0;
	}
}