@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: "돋움";	font-size: 12px;	color: #CCC;}
body {
	background-color: #000;}
a {
	font-family: "돋움";	font-size: 12px;	color: #CCC;}
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;	color: #CCC;}
a:hover {
	text-decoration: underline;	color: #0F0;}
a:active {
	text-decoration: none;	color: #CCC;}
#outline {
	width: auto;	margin:0 auto; }
#top {
	width:1000px; height:82px; margin:0 auto; }
#left {width:160px; height:auto; float:left;}
#leftstyle {margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	 Line-height:20px;
	}
#main { width:957px; height:auto; margin:0 auto}
#content {width: 787px; height:auto; float:left;}
#blank {width:auto; height:20px; clear:both;}
#tail {widht: 957px; height:120px; margin:0 auto;}
#tcontent {width:640px; height:80px; float:left;}

/* 
	메인슬라이딩
*/
#container {
	width:957px;
	height:257px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:957px;
	height:257px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:957px;
	height:257px;
	top:0px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:957px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:957px;
	height:257px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 107px;
	left: -3px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 928px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:-100px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}




/*
상단메뉴
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}



/*Drop Down Menu Styles*/
#ddmenu {
	margin: 0;
	padding: 0;
	height:62px;
	width:760px;
	background:url(../img/menu_bg.png)
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial, 돋움;
	font-weight: bold;
}

#ddmenu li a {
	display: block;
	padding: 13px 20px;
	text-decoration: none;
	width: 140px;
	color: #61ff01;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

	
#ddmenu li ul {	
	margin: 3px 0 0 20px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	display: inline;
	color: #61ff01; 
	font-size: 11px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {
	padding: 3px 10px;
}

/* blade as 규정*/

#blade_as{
	line-height:180%;
	margin-bottom:50px;
}

#blade_as h1 {
	font-size:28px;
	margin:20px 0;
}
#blade_as h1 span {
	color:#ff0000;
}
#blade_as #main_top{
	margin-top:20px;
	margin-bottom:30px;
}
#blade_as h2{
	font-size:24px;
	margin:50px 0 30px 0;
}
#blade_as h3{
	font-size:20px;
	margin:40px 0 10px 0;
}
#blade_as h3 span{
	color:#00ff00;
	font-weight:20px;
	font:bold 16px "돋음" "굴림";
}
#blade_as h4{
	font-size:14px;
	margin:20px 0;
}

#blade_as #p{
	font-size:14px;
	line-height:240%;
}
#blade_as #p span{
	color:#00ff00;
}

#blade_as #p2{
	font:bold 12px "돋음" "굴림";
	line-height:180%;
}
#blade_as #p2 a{
	color:#00ff00;
}
#blade_as ul{
	list-style:circle;
	line-height:170%;
	margin-left:30px;
}
#blade_as #password{

	background:#000;
	width:680px;
	line-height:180%;
}
#blade_as #password h4{
	color:#00ff00;
}
#blade_as #password #id_password{
	font:bold 12px "돋음";
	line-height:180%;

}

#personal{color:#33ff00;}
#personal ul{overflow:hidden; margin-left:260px; margin-top:20px; }
#personal li{display:inline; margin-right:20px; float:left; }
#personal a{color:#33ff00;}

#sub8 {width:900px; margin: 0 auto;}
#sub8 h3{margin:20px 0;}