/*===============================================================*
                           LAYOUT : HEAD 영역
*===============================================================*/

#keyMenu { text-align: right; width: 900px; height: 107px; padding-top: 8px; margin: auto; }
#head { text-align: center; border-top: 5px solid #0991e8; width: 100%; background: url('../img/common/topBg.png') repeat-x 0 0; }
#menu { width: 730px; height: 65px; float: right; margin-top: -5px; }

/*===============================================================*
                        LAYOUT : VISUAL 영역
*===============================================================*/

#subVis { position: relative; width: 900px; margin: auto; text-align: right; z-index: 0; }
#mainVis { width: 900px; margin: auto; }
#mainContents { width: 900px; margin: auto; }

/*===============================================================*
                   LAYOUT : SUB CONTENTS 영역
*===============================================================*/	

#allBox { position: relative; text-align: left; width: 900px; margin: auto; }
#contents { width: 655px; margin-bottom: 100px; float: right; }
#menu-side { position: absolute; left: 0; top: 45px; width: 220px; height: 340px; z-index: 100; background: url('../img/common/smenuBg.jpg') no-repeat 0 34px; }
	#menu-side ul { margin: 75px 0 0 26px; padding: 0; }
	#menu-side ul li{ list-style: none; padding: 0 0 0 0; }
	#menu-side ul img { margin-bottom: 10px; }
.proTable { 
	width: 655px; 
	margin-top: 30px;
	text-align: center;	
	background: url('../img/pro/drillBg.jpg') no-repeat 0 0; } 

	.proTable td { height: 180px; }
	.proTable img { }

.proTable02 { 
	width: 655px; 
	height: 181px;
	margin-top: 30px;
	text-align: center;	
	background: url('../img/pro/drillBg02.jpg') no-repeat 0 0; } 

	.proTable02 td { height: 180px; }

/*===============================================================*
                         pro : 테이블 영역
*===============================================================*/

.tableTit { color: white; }
.micro span { width: 610px; margin-left: 35px; }

/*===============================================================*
                         LAYOUT : FOOT 영역
*===============================================================*/

#foot { clear: both; width: 100%; height: 80px; background: url('../img/common/copyBg.jpg') repeat-x 0 0; }
	#foot p { width: 900px; padding-top: 20px; margin: auto; }
	*html #foot p { width: 900px; padding-top: 0px; margin-top: 20px; margin: auto; }