@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* Tags */

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-weight: normal;
	font-family: 'Nanum Gothic';
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

button {
	cursor: pointer;
}

h1 {
	font-size: 21px;
}

.page_html {
	width: 100%;
	margin: 10px;
	text-align: center;
}

.page_html span {
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
}

.page_html a {
	text-decoration: none;
}


.small_black {
	background-color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	border-width: 0px;
	border-style: solid;
	color: #ffffff;
}

.sub_menu_selected {
	background-color: #0094e9;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #0094e9;
	color: #ffffff;
}

.sub_menu {
	background-color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #777777;
}

.navigation_top a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.navigation_top span {
	margin-right: 10px;
}

.container {
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.list_table {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #cccccc;
	
}

.list_table a {
	color: #000000;
	text-decoration: underline;
}

.list_table .list_header {
	background-color: #dddddd;
	color: #000000;
}

.list_table .list_content {
	text-align: center;
	cursor: pointer;
}

.list_table td {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.form_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.form_input {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	width: 300px;
	color: #000000;
}

.wobble-fix {
	-webkit-filter: blur(0);
}