/*body {
	background: #fff;
	margin: 0;
	padding: 0;
	font: 12px normal dotum,돋움;
	color: #444;
}
h1 {font-size: 12px; margin: 20px 0;}*/
.container {width: 960px; margin: 0px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 39px;
	border-bottom: 2px solid #3F92DD;
	/*border-left: 1px solid #e7e7e7;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 3px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #333
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-bottom: -1px;
	margin-left: 0px;
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #4b4b4b;
	display: block;
	font: gulim,굴림Dotum,돋움
	font-size: 9pt;
	font-weight: bold;
	padding: 0 16px;
	/*border: 1px solid #fff;*/
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
	color: #3F92DD;
	font-weight: bold;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #3F92DD;
	border-right: 2px solid #3F92DD;
	border-top: 2px solid #3F92DD;
	color: #3F92DD;
}
.tab_container {
	border: 1px solid #fff;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px 0 0 0px;
	/*font-size: 1.2em;*/
	font-size: 12px;
}
/*
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
*/