@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.sub_menu {
	text-align: center;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	float: left;
	height: 235px;;
	overflow: hidden;
}
.sub_menu a {
	text-decoration: none;
}


.sub_menu_h {
	text-align: center;
	width: 198px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	height: 85px;
	background-color:#e4e7ed;
	line-height:80px; 
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #494949;
}

.sub_menu_all {
	text-align: left;
	width: 198px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
	line-height:49px; 
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 14px;
	color: #494949;
	padding-left: 20px;
}
.sub_menu_all a {
	color: #494949;
}
.sub_menu_all a:hover {
	color: #005caa;
}


.sub_info {
	width: 800px;
	float: left;
	height: auto;
	background-color: #ffffff;
}

.sub_head {
	width: 800px;
	height: 85px;
	border-bottom: 1px solid #CCCCCC;
	background: #ffffff;
}

.sub_head_subject {
	width: 800px;
	height: 25px;
	padding-left: 30px; 
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 22px;
	color: #494949;
	font-weight: bold;
}

.sub_head_bottom {
	padding-right:20px;
	text-align: right;
	width: 800px;
	height: 29px;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 12px;
	color: #49494;
	font-weight: bold;
}