/*===============================================================*
                           LAYOUT : HEAD 영역
*===============================================================*/

#keyMenu { /* 키메뉴 */
	width: 300px;
	margin-top: 25px;
	padding: 0;
	float: right;
	}
	*html #keyMenu { width: 375px; margin-top: 45px; float: right; }

	.keyMenu-bar { text-align: right; }
	
#head { width: 980px; }

#menu { width: 980px; }
	*html #menu {}

/*===============================================================*
                        LAYOUT : VISUAL 영역

	.proSearch {
		width: 970px; margin: auto; padding: 10px 0 0 20px;
		border: 1px solid #90b6d4;
		font-weight: bold; text-align: left;
		background: #fff;
		z-index: 1;
		}
	*html .proSearch { width: 1000px; }

*===============================================================*/

#subVis { width: 980px; }
#mainVis { width: 650px; float: left; margin: auto; }
	*html #mainVis { width: 650px; float: left; }

/*===============================================================*
                      LAYOUT : SUB CONTENTS 영역
*===============================================================*/	

#allBox { position: relative; width: 980px; }
#allBox:after {display:block;clear:both;content:"";}
#contents {
	width: 740px;
	margin-top: 15px;
	float: right;
	margin-bottom: 100px;
	background: url('../img/common/contenBg.jpg') no-repeat 0 0;
	}

#contents p { text-align: left; margin-left: 45px; margin-bottom: 10px; }

.history {
	margin-left: 30px;
	width: 680px; 
	height: 300px;
	list-style: none; 
	text-align: left; 
	background: url('../img/com/history02.jpg') no-repeat 0 0; 
	}
	*html .history { 
		width: 680px; 
		list-style: none; 
		text-align: left; 
		background: url('../img/com/history02.jpg') no-repeat 0 0; 
		}

.history2 { float: right; margin-right: 30px; }
*html .history2 { width: 630px; float: right; }

	.history li { width: 410px; margin-bottom: 5px; font-size: 9pt; font-family: Tahoma, 굴림; }
	*html .history li { width: 410px; margin-bottom: 5px; } 

.linearBtn { 
	width: 680px; 
	list-style: none; 
	text-align: left; 
	margin: 0; 
	background: url('../img/pro/btnLine.gif') no-repeat 200px 24px; 
	}

	.linearBtn li { display: inline; }
/*
.sitemap { width: 655px; margin-top: 30px; }
	.sitemap ul { list-style: none; float: left; }
	.sitemap ul li { text-align: left; margin-bottom: -2px; }

.sitemap2 { width: 655px; margin-top: 30px; text-align: left; }
	.sitemap2 ul { list-style: none; float: left; }	
	.sitemap2 ul li { text-align: left; }
*/
/*===============================================================*
                    LAYOUT : 사이드메뉴 영역
*===============================================================*/

#menuside { 
	width: 240px;
	margin-top: 20px; 
	padding-left: 0px; 
	text-align: left; 
	float: left; 
	}

#menuside ul { margin: 0 0 0 0; padding: 0 0 0 0; }
	#menuside ul li{ text-align: right; width: 240px; margin-bottom: -2px; list-style: none; }


/*===============================================================*
                      LAYOUT : FOOT 영역
*===============================================================*/

#foot {
	position:relative;
	clear: both;
	background: url('../img/common/footBg.jpg');
	width: 980px; height: 87px;
	margin-top: 10px;
	margin: auto; 
    }
	*html #foot { 
		}
 	#foot p {
	text-align: left;
	padding-top: 18px;
	margin-left: 20px;
	}
		*html #foot p {
		text-align: left;
		margin-left: 20px;			
		}
