@charset "UTF-8";

/* 
웹 퍼블리싱 
작업자:이승희 */

/* 레이아웃 */
body {
	text-align:center;	
	}
#wrapper {
	margin:0 auto;
	width:950px;
	}
#top {
	overflow:hidden;
	float:left;
	width:1100px;
	height:108px;
	}
#content {
	overflow:hidden;
	float:left;
	width:925px;
	}
	#leftArea {
		
		float:left;
		width:343px;
		background:url(../images/main/leftAreaBg.gif) no-repeat left top;
		}
	#contentArea {
		overflow:hidden;
		float:left;
		width:582px;
		margin-top:22px;
		margin-bottom:14px;
		}
		#contentsleftArea {
			overflow:hidden;
			float:left;
			width:328px;
			}
		#contentrightArea {
			overflow:hidden;
			float:left;
			width:241px;
			margin-left:13px;
			display:inline;
			}
#footer {
	clear:both;
	overflow:hidden;
	float:left;
	width:100%;
	height:100px;
	}
.skip {
	display:none;
	}


#mainFlash {
	width:950px;
	height:700px;
	}
	*html #mainFlash {
		width:950px;
		height:700px;
		}
		
#copyright {
	text-align:left;
	display:inline;
	float:left;
	width:700px;
/*  padding:22px 0 0 20px;  */
	line-height:140%;
	font-family:"dotum 돋움";
	color:#666;
	}
	#copyright address {
		float:left;
		font-style:normal;
		width:700px;
		}
	#copyright .telArea {
		display:inline;
		margin-left:50px;
		}	
	#copyright .telArea01 {
		display:inline;
		margin-left:128px;
		}			
