@charset "utf-8";
/* table */

table {
	width: 688px;
	font: normal 11px dotum, "돋움", sans-serif;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

th, td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: middle;
}

thead th,thead td, tfoot th, tfoot td {
	background-color: #f2f2f2;
	font-size: 1.1em;
	vertical-align: middle;
}


thead th, thead td {
    border-top:#ccc solid 1px;
}

tbody td {
    border: 1px solid #ccc;
}
tbody th {
	color: #575656;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
    padding: 0 0 0 0
	text-align: center;
	vertical-align: middle;
}
