@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

body {
	font-family: 'Nanum Gothic', sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
}

li {
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

b { font-weight: bold; }

ul,li,h1,h2,h3,h4,h5,ol,dl,dt,dd,p,body {
	margin:0;
	padding:0;
}

a,img{border:0;}
body,html {height:100%; width:100%;}

.cleaner { clear: both }

#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
}

#top_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url('../img/bg_top.jpg') repeat-x;
	float: none;
}

#top_wrapper > .top_area {
	width: 1150px;
	height: 120px;
	margin: 0 auto;
	background: url('../img/bg_menu.jpg') no-repeat;
	border: 0px solid blue;
}

#top_wrapper > .top_area > .logo_area {
	width: 167px;
	height: 83px;
	margin-top: 19px;
	float: left;
}

#top_wrapper> .top_area > .menu_area {
	width: 773px;
	height: 17px;
	float: left;
	margin-top: 52px;
	margin-left: 210px;
	text-align: right; 
	border: 0px solid blue;
}

#top_wrapper .top_area > .menu_area > ul  li {
	line-height: 17px;
	padding-left: 110px;
	font-size: 17px;
	font-weight: bold; 
	text-align: right;
	color: #000;
	float: left;
}

#top_wrapper .top_area > .menu_area > ul  li a {	
	font-size: 17px;
	color: #000;
	font-weight: bold;
	text-align: right;
}

#top_wrapper .top_area > .menu_area > ul  li a:hover {
	color : #1b6dc8;
}



/*=================================*/
/*========== Main Styles ==========*/
/*=================================*/



#main_wrapper {
	width: 100%; 
	height: 740px;
	margin: 0 auto;
	clear: both;
	/*background: url('../img/bg_main.jpg') repeat-x;*/
}

#main_wrapper > .main_visual {
	width: 1150px;
	height: 540px;
	margin: 0 auto;
	background: url('../img/main.jpg') no-repeat;
}

#mid_wrapper {
	width: 100%;
	height: 200px;
}

#mid_wrapper > .mid_area {
	width: 1150px;
	height: 200px;
	margin: 0 auto;
	clear: both;
}

#mid_wrapper > .mid_area > .ma_left {
	width: 370px;
	height: 200px;
	float: left;
}

#mid_wrapper > .mid_area > .ma_left > ul {
	width: 370px;
	height: 35px;
	float: none;
	background: url('../img/con00.jpg') no-repeat;
}

#mid_wrapper > .mid_area > .ma_left > ul > li {
	width: 370px;
	height: 165px;
	float: none;
	padding-top: 35px;
}

#mid_wrapper > .mid_area > .ma_center {
	width: 370px;
	height: 200px;
	padding-left : 10px;
	float: left;
}

#mid_wrapper > .mid_area > .ma_center > ul {
	width: 370px;
	height: 35px;
	float: none;
	background: url('../img/con01.jpg') no-repeat;
}

#mid_wrapper > .mid_area > .ma_center > ul > li {
	width: 370px;
	height: 165px;
	float: none;
	padding-top: 30px;
	
}
#mid_wrapper > .mid_area > .ma_right {
	width: 390px;
	height: 200px;
	padding-left: 10px; 
	float: left;
}

#mid_wrapper > .mid_area > .ma_right > ul {
	width: 390px;
	height: 35px;
	float: none;
	background: url('../img/con02.jpg') no-repeat;
}

#mid_wrapper > .mid_area > .ma_right > ul > li {
	width: 390px;
	height: 165px;
	float: none;
	padding-top: 35px;
	
}

/*================================*/
/*========== Sub Styles ==========*/
/*================================*/

#sub_wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#sub_wrapper > .sub_area {
	width: 1150px;
	height: auto;
	padding-top: 30px;
	margin: 0 auto;
}

#sub_wrapper > .sub_area > .left_nav {
	width: 280px;
	height: auto;
	float: left;
}

#sub_wrapper > .sub_area > .left_nav > .nav_title {
	width: 280px;
	height: 175px;
	background: url('../img/sub_menu_top.jpg') no-repeat;
	float: left;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt {
	width: 280px;
	height: auto;
	float: left;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul {
	width: 280px;
	height: 40px;
	float: left;
	border-bottom: 1px solid #1b6dc8;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul.banner {
	width: 280px;
	height: auto;
	float: left;
	border-bottom: 0px solid #1b6dc8;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul li {
	float: left;
	font-size: 15px;
	font-weight: bold;	
	text-align: left;
	line-height: 40px;
	padding-left: 10px;
	color: #454545;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul li a {
	float: left;
	font-size: 15px;
	font-weight: bold;	
	text-align: left;
	line-height: 40px;
	padding-left: 10px;
	color: #454545;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul li a:hover {
	color: #1b6dc8;
	background: url('../img/menu_over.jpg') no-repeat;
	padding-left: 45px;
}

#sub_wrapper > .sub_area > .left_nav > .nav_txt ul li a.active {
	color: #1b6dc8;
	background: url('../img/menu_over.jpg') no-repeat;
	padding-left: 45px;
}

#sub_wrapper > .sub_area > .sub_con {
	width: 820px;
	height: auto;
	margin-left: 330px;
	min-height: 800px;
}

#sub_wrapper > .sub_area > .sub_con > .sub_title > .home {
	width: 820px;
	height: 15px;
	float: left;
	font-size: 12px;
	text-align: right;
	color: #757575;
}

#sub_wrapper > .sub_area > .sub_con > .sub_title > .home span {
	font-weight: bold;
}

#sub_wrapper > .sub_area > .sub_con > .sub_title {
	width: 820px;
	height: 70px;
	float: none;
	background: url('../img/bg_title.jpg') no-repeat;
}

#sub_wrapper > .sub_area > .sub_con > .sub_title > .title {
	width: 820px;
	height: 31px;
	float: left;
	font-size: 30px;
	color: #454545;
	font-weight: bold;
	line-height: 31px;
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
}

#sub_wrapper > .sub_area > .sub_con > .sub_title > .title span {
	font-size: 12px;
	color: #656565;
	padding-left: 10px;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt {
	width: 820px;
	height: auto;
	float: left;
	text-align:center;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt ul{
	font-size: 15px;
	color: 454545;
	text-align: left;
	padding-top: 20px;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt li {
	font-size: 15px;
	color: 454545;
	text-align: left;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt ul li span {
	font-weight: bold;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt ul li.span01 {
	line-height: 20px;
	font-size: 11px;
}

#sub_wrapper > .sub_area > .sub_con > .sub_txt ul li span.span01 {
	background-color: #1b6dc8;
	color: #454545;
	width: 80px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	float: left;
}

/*===================================*/
/*========== Footer Styles ==========*/
/*===================================*/

#foot_wrapper {
	clear:both;
	width : 100%;
	height : 120px;
	margin : 0 auto;
	background: url('../img/bg_bottom.jpg') repeat-x;
}

#foot_wrapper > .foot_area {
	width : 1150px;
	height : 120px;
	margin : 0 auto;
	background: url('../img/bg_footer.jpg') no-repeat;
}

#foot_wrapper > .foot_area > .footer {
	width: 1150px;
	height: 69px;
	float: left;
	padding-top: 22px;
}

#foot_wrapper > .foot_area > .footer > p {
	font-size : 11px;
	font-weight: bold;
	color : #454545;
	line-height: 15px;
	text-align : right;
}

#foot_wrapper > .foot_area > .footer > p > span {
	font-size : 13px;
	color : #454545;
	text-align : right;
	font-weight: bold;
}

#foot_wrapper > .foot_area > .footer > p > span a {
	font-size : 13px;
	color : #454545;
	text-align : right;
	font-weight: bold;
}

#foot_wrapper > .foot_area > .footer > p > span a:hover {
	color : #1b6dc8;
}