/******* 폰트 정의 *******/


@charset "utf-8";
@font-face {
	font-family: NGothic;
	src: url('../font/NanumGothic.eot');
	src:local('?'),
		url('../font/NanumGothic.woff') format('woff');
}
@font-face {
	font-family: NMyeongjo;
	src: url('../font/NanumMyeongjo.eot');
	src:local('?'),
		url('../font/NanumMyeongjo.woff') format('woff');
}


/******* 베이스 *******/

true : !+"\v1" body, td, th, form, input, select, textarea, input, div, p, span {
	
					margin: 0;
					font-size: 9pt; font-family: NanumGothic, "나눔고딕", NGothic; color: #000; line-height: 150%; text-align: justify;
					}
a:link			{ font-size: 9pt; font-family: NGothic; color: #000; text-decoration: none; }
a:visited		{ font-size: 9pt; font-family: NGothic; color: #000; text-decoration: none; }
a:active		{ font-size: 9pt; font-family: NGothic; color: #000; text-decoration: none; }
a:hover		{ font-size: 9pt; font-family: NGothic; color: #999; text-decoration: none; }
img				{ border: none; }
table			{ border-collapse: collapse; }


/******* 레이아웃 *******/

#main_wrap {
	width: 100%;
	height: 100%;
	text-align: center;
    background: url('../img/main/main_bg2.jpg') repeat-x;
}
#mainBody {
	position: relative;
	width: 1000px;
	height: 900px;
	margin: 0 auto;
	background-repeat: repeat-x;
}
#mainLogo {
	width: 245px;
	height: 80x;
	top: 0px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 22px;
	z-index:99;
}
#maintopMenu {
	width: 200px;
	height: 17px;
	top: 9px;
	position: absolute;
	left: 822px;
	z-index:99;
	
}
html>body #mainMenu {
    width: 100%;
	height: 50;
	position: absolute;
	background-color: transparent;
	padding-top: 80px;
}
#mainMenu {
	width: 100%;
	height: 50;
	position: absolute;
	background-color: transparent;
	left: 0%;
		padding-top: 80px;
}

#mainEm {
	width: 200px;
	height: 200x;
	top: 155px;
	margin-left: 30px;
	position: absolute;
	left: -1px;
}
html>body #mainVis { width: 100%;  height: 800x; top: 160px; position: absolute; left: 10%; overflow:hidden; background-color: transparent; top:28%; margin-top:-90px;}
#mainVis { width: 100%;  height: 800x; top: 160px; position: absolute; left: 10%; overflow:hidden; background-color: transparent; }

#mainNews {
	position: absolute;
	left: 23px;
	top: 369px;
	text-align: center;
	width: 222px;
	height: 102px;
		}
	
			
#mainNotice { /* 메인 공지사항 */
	position: absolute;
	list-style-type: none; 
	width: 240px; height: 70px;
	}
*html #mainNotice { height: 100px; }
	#mainNotice li {
		padding: 0px 0;
		}
		#mainNotice li span { 
			font-family: Tahoma; font-size: 10px; color: #2F9ACF;
			padding-right: 20px;
			}
		

.mainSample{ position: absolute; left: 330px; top: 540px; width: 365px; height: 110px; text-align:center; }
	.mainSample div	{ margin-top: 5px; }
		.mainSample div p	{ float: left; width: 100px; height: 90px; margin: 4px;   background: url('../img/main/bgSample.gif') no-repeat 0 0; }
		.mainSample div img{ border: 1px solid #ccc; }
		
		
		
	#mainCall {
	position: absolute;
	left: 11px;
	top: 489px;
	width: 230px;
	height: 127px;
		}	

	
#mbgfoot {	
	width: 100%; height: 80px; text-align:center; top: 810px; position: absolute; left: 0px; 
		
	}
