@charset "euc-kr";


html {
	 scrollbar-face-color: #F7F7F7; 
	 scrollbar-shadow-color: #F7F7F7; 
	 scrollbar-highlight-color: #F7F7F7; 
	 scrollbar-3dlight-color: #E5E5E5; 
	 scrollbar-darkshadow-color: #F7F7F7; 
	 scrollbar-track-color: #E5E5E5; 
	 scrollbar-arrow-color: #E5E5E5;
	 
	 margin: 0;
     padding: 0;
     height: 100%;
     border: none;	
}

body {
	margin: 0px;
	font-size:12px;
	font-family:dotum,Tahoma;
}


/*** Background Color ********************************************/
#dvintro	{	
	width:100%; 
	padding:0; 
	margin:0; 
	height:400; 
	background:url(pattern_t.gif) repeat 0 10px; 
	border-bottom:#f26649 5px solid; 
	border-top:#f26649 5px solid; 	
}

#dvwrap	{	
	width:100%; 
	padding:0; 
	margin:0; 
	height:100%;  
	border-top:#f26649 3px solid; 	
}
	
	#contents	{	
		width:880px; 
		padding:0; 
		margin:0; 
		height:100%;  	
	}
		#contents .overview	{
			MARGIN: 25px 20px 0 20px;	
			vertical-align:top;
		}
		#contents .over	{ MARGIN: 0 0 20px 10px; }
		#contents .over h2	{
		
			clear:both;
			color:#002762;
			padding:0 0 0 10px;	
			font-size:12px;
			background:url(h2_bullet02.gif) no-repeat 0 3px;	
			margin:0;	
			font-weight:normal;
			font-weight:bold;
			
		}
		#contents ul.overview {
			margin:0;
			float:left;
			background:url(overview_bg02.gif) no-repeat 100px 0;  	
		}

		#contents ul.overview li	{
			padding:0;
			margin:0;
			list-style:none;
			color:#616161;
			line-height:31px;
			width:655px
		}
			#contents ul.overview li span	{
				color:#f26649;
				margin:0 35px 0 16px;
				font-weight:bold;
			}
	


		#contents .application	{
			MARGIN: 25px 20px 30px 20px;	
			vertical-align:top;
		}
		
		
		#contents .guide	{ MARGIN: 0 0 30px 10px; }
		#contents .guide h2	{
		
			clear:both;
			color:#002762;
			padding:0 0 0 10px;	
			font-size:12px;
			background:url(h2_bullet01.gif) no-repeat 0 3px;	
			margin:0;	
			font-weight:normal;
			font-weight:bold;
			
		}
		#contents .guide h3	{
		
			clear:both;
			color:#4f3b6c;
			padding:0 0 0 13px;	
			font-size:11px;
			background:url(icon01.gif) no-repeat 0 2px;	
			margin:0;	
			font-weight:bold;
			line-height:15px;
			
		}		
		#contents ul.guidetxt {

			margin:5px 0 8px 7px;
			float:left;
			width:780px
		
		}

		#contents ul.guidetxt li	{
		
			padding:0 0 5px 7px;
			background:url(h3_bullet01.gif) no-repeat 0 6px;
			line-height:1.4em;	
			list-style:none;
			color:#424242;
			font-size:12px;
		
		}
			#contents ul.guidetxt ul{	margin:3px 0 0 5px;	}

			#contents ul.guidetxt ul li	{
			
				padding:0 0 0 7px;
				background:url(li_bullet01.gif) no-repeat 0 7px;
				line-height:1.5;	
				list-style:none;	
				color:#666;
				font-size:11px;
				margin:0;
			
			}



/***** type 2 *****/
table	{
	border-collapse:collapse;
}
#contents table th,#contents table td	{
	height:22px;
	font-size:11px;
}


.tabletype1	{
	width:95%;
	margin:3px 0 0 0;
	border-bottom:2px solid #dfd1e3;
}
.tabletype1 caption	{	display:; color:#4f6a92	}
.tabletype1 th,.tabletype1 td	{
	padding:.4em .5em .3em .5em;
	border-top:1px solid #dfd1e3;
	border-left:1px solid #dfd1e3;
}
.tabletype1 thead .firstline	{
	border-top:2px solid #81558c;
}
.tabletype1 th	{
	color:#4f3455;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#ede5ef;
	padding-top:.4em;
}
.tabletype1 .firstline2	{
	border-left:0 none;
}
.tabletype1 .firstline3	{
	background-color:#f5f1f6;
}
.tabletype1 tbody th {
	width:20%;
}
.tabletype1 tbody td {
	border-left:1px solid #dfd1e3;
	text-align:center;
	line-height:1.3em;
}
.tabletype1 tbody.low td	{
	height:10px;
	padding:0 .5em;
}
.tabletype1 tbody td.small {
	line-height:1.6em;
}
.tabletype1 tbody .line1 {
	text-align:center;
}
.tabletype1 tbody .line2 {
	text-align:right;
}
.tabletype1 .w11	{
	width:11em;
}
.tabletype1 .w12	{
	width:12em;
}
.tabletype1 th.line1,.tabletype1 td.line1 {
	text-align:left;
}
	.tabletype1 .sleft {
		text-align:left;
	}
	
.tabletype1 .lastline	{	color:#da2e2e;	}
.tabletype1 .em	{	color:#bc3820;	}
.tabletype1 .bold	{	font-weight:bold;	}
		
