/***********************************************/
/* main.css                                     */
/* KONICOF : Design by NAGUMAN                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
}
body{
	font-family: "dotum","verdana";
	font-size: 12px ;
	color: #666666 ;
	line-height:140%;
    background-color : #ffffff;
	text-align : left
	margin: 0px;
	padding: 0px;
}
/*****************************************************************/
/* overrides decoration from previous rule for hovered links     */
/*****************************************************************/
a:link, a:visited, a:hover {
	color: #666666 ;
	text-decoration: none;
}

a:hover {
	color: #333333 ;
	text-decoration: none;
}
td { 
   font-family:"dotum"; 
   font-size:12px; 
   color:#333333; 
   line-height:150%;
   letter-spacing: 0px;
}

/*td a { 
   font-family:"dotum";
   font-size:12px;  
   line-height: 18px; 
   color:#818181; 
   letter-spacing: 0px; 
   text-decoration:none;
}
td a:hover { 
   font-family:"dotum"; 
   font-size:12px; 
   line-height: 18px; 
   color:#73A3E5; 
   letter-spacing: 0px;
   text-decoration:underline; 
} */



/***********************************************/
/* Title  Style                                */
/***********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "dotum","verdana";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "dotum","verdana";
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 11px;
 font-weight: bold;
 color: #669966;
 line-height:130%;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
br {
	margin:0; padding:0;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#top_bg {
    width : 100%;
	height : 118px;
}

#top_menu {
	width : 930px;
	height : 118px;
	float:left;
	}
		#spot{ 
		 	width : 926px;
		 	height : 118px;
		 	float:left;
			padding-left: 4px;
			background-color: #FFFFFF;
		}
				#spot_logo {
					width : 216px;
					height : 72px;
					float:left;
					padding-right: 10px;
					padding-top: 46px;
					background-color: #FFFFFF;
				}
				#top_b{ 
					width : 700px;
					height : 118px;
					float:left;
				}
		
						#spot_menu { 
							width : 285px;
							height : 21px;
							float:right;
							padding-top: 25px;
							padding-left: 415px;
						}
						#top {
							width : 700px;
							height : 72px;
							float:left;
						}
	
/***********************************************/
/* SUB content Layout Divs                    */
/***********************************************/
#content{
    float:left;
	width: 926px;
	height : 100%;
	margin: 0 0 0 0;
	overflow:hidden;
	padding-left: 4px;
	padding-bottom: 20px;
	clear:both;
}


#sub_visual {
		width : 926px;
		height : 147px;
		float : left;
		padding-left: 4px;
}

#left_con{
    float:left;
	width: 216px;
	margin: 0 0 0 0;
}
	#left_menu {
		width : 216px;
		float : left;
		text-align:center;
	}
	
#main_con {
    float:left;
	width: 700px;
	padding-left: 10px;
	overflow:hidden;
}
	#main_top {
		float:left;
		width: 700px;
		height : 41px;
		margin: 0px;
		padding: 0px;
	}
		#main_tit {
			float:left;
			width: 342px;
			height : 25px;
			padding-left: 20px;
			padding-bottom: 10px;	
		}
		#main_spot {
			float:left;
			width: 316px;
			height : 18px;
			padding-right: 14px;
			padding-top: 5px;	
			text-align:right;
		}
#main_con_m {
    float:left;
	width: 700px;
	
	margin: 0px;
	background:url(../images/main_bg.gif) repeat-y;
}
			#main_content {
			float:left;
			width: 655px;
			padding-left: 30px;
			padding-right: 15px;
			padding-bottom:20px;
			padding-top:20px;
		}

/***********************************************/
/*copyright styles                              */
/***********************************************/
#footer{
	width : 930px;
	height : 90px;
	margin: 10px 0 0 10px;
		}
/***********************************************/
/*Text styles                              */
/***********************************************/

   .left01_data { font-family : "dotum"; color : #666666; font-size : 11px; }
   .text01 { font-family : "dotum"; color : #669966; font-size : 12px;}  
   .bn02_data { font-family : "dotum"; color : #ffe7b3; font-size : 11px;  font-weight: bold;}

