	<!--
/* 페이지 레이아웃 */
			html, body {
				margin:0;
				padding:0;
				min-height:100%;  /*100 % height */
				height:100%;
				font-family: "Tahoma,돋움,sans-serif";
				font-size: 12px;
				line-height: 1.7;
				color: #cfcfcf;
				scrollbar-face-color: #3D3D3D; 
				scrollbar-shadow-color:#000000; 
				scrollbar-highlight-color:#000000; 
				scrollbar-3dlight-color: #000000; 
				scrollbar-darkshadow-color: #000000; 
				scrollbar-track-color: #000000; 
				scrollbar-arrow-color: #000000;
			}
			#flashlayer { /* 바탕플래시레이어 */
				width: 100%;
				height: 100%;
				position: absolute;
				z-index:0;
				visibility: visible;
			}
			#wrap {
				margin: 0 auto;
				width: 100%;
				min-width: 980px;
				height: 103px; /* For IE */
				z-index:4;
			}
			#top {
				position: absolute;
				height:20px;
				width:980px;
				top:0px;
				padding-top:10px;
				z-index:10;
			}
			#navi {
				position: absolute;
				height:71px;
				width:630px;
				left:350px;
				top:28px;
				z-index:10;
			}
			html>body #top {
				z-index:10; /* Prevent certain problems with form controls */
			}
			#leftmenu {
				position: relative;
				width:155px;
				height:285px;
				top:321px;
				margin-bottom:24px;
				padding-top:20px;
				z-index:5;
			}
			#foot {
				position: absolute;
				height:60px;
				z-index:1000;
				text-align: left;
				bottom:0px;
			}
			#copy {
				position: relative;
				height:45px;
				text-align: left;
				margin:0px;
				z-index:6;
			}
			#main {
				position: absolute;
				width:100%;
				z-index:1000;
				top:676px;
			}
			#main2 {
				position: absolute;
				width:100%;
				z-index:1000;
				top:595px;
			}
			#main_contants {
				position: absolute;
				left:690px;
				width:300px;
				z-index:1000;
			}
			#gnb {
				left:0px;
				top:87px;
				width:988px;
				text-align:right;
				position: absolute;
			
			}
			#gnb_sub {
				left:0px;
				top:35px;
				width:988px;
				text-align:right;
				position: absolute;
				z-index:100;
			}

	
/* 공통 적용 */		
			p {
				font-family: "Tahoma,돋움, sans-serif";
				font-size:12px;
				line-height: 1.7;
				color: #cfcfcf;
			}
			div {
				font-family: "Tahoma,돋움, sans-serif";
				font-size:12px;
				line-height: 1.7;
				color: #cfcfcf;
			}
			form, ul, li {
				margin:0px;
			}
			a:link {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color:#cfcfcf;
				text-decoration: none;
			}
			a:visited {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color:#cfcfcf;
				text-decoration: none;
			}
			a:hover {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color:#ffffff;
				text-decoration: underline;
			}
			a:active {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color:#cfcfcf;
				text-decoration: none;
			}
			td, li, caption, th, div {
				font-family: "Tahoma,돋움, sans-serif";
				font-size: 12px;
				line-height: 1.5;
				color: #cfcfcf;
			}
			th {
				font-family: "Tahoma,돋움, sans-serif";
				font-size: 12px;
				line-height: 150%;
				color: #666666;
				font-weight:bold;
				text-align:center;
			}
			img { border: 0px }
			.none {
				font-size: 1px;
				line-height: 1;
			}
			.tab { border-collapse: collapse; }
			.root {
				font-size: 11px;
				line-height: 150%;
				color: #818181;
			}
			.root2 {
				font-size: 11px;
				line-height: 150%;
				color: #ddd;
			}

/*form*/
input {border: 1px solid #C9C9C9; font-size: 12px; font-family: "Tahoma,돋움, Geneva, Arial, Helvetica, sans-serif"; color:#fff;}
select {border: 1px solid #C9C9C9; font-size: 11px; font-family: "Tahoma,돋움,Dotum, Geneva, Arial"; color:#777; background-color: #fff;}
.select {border: 1px solid #C9C9C9; font-size: 11px; font-family: "Tahoma,돋움,Dotum, Geneva, Arial"; color:#777; background-color: #fff;}
textarea {border: 1px solid #686868; font-size: 12px; font-family: "Tahoma,돋움,Dotum, Geneva, Arial"; color:#fff; background-color: #1d1d1d;}
.ipt_02 {border: 1px solid #D6D6D6; background-color: #FFFFFF;}
.ipt_03 {	border: 0px none;}


/*font*/
.white {color:#fff;}

/*페이지 리스트 */
			a:link.pagelistN,a:visited.pagelistN, a:hover.pagelistN, a:active.pagelistN {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color: #FF0000;
				font-weight:bold;
				word-spacing: 100px;
				text-decoration: none;
				font-size:11px;
			}
			a:link.pagelist,a:visited.pagelist, a:active.pagelist {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color: #4F4F4F;
				word-spacing: 100px;
				text-decoration: none;
				font-size:11px;
			}
			 a:hover.pagelist {
				font-family: "Tahoma,돋움, sans-serif";
				line-height: 1.6;
				color: #cccccc;
				word-spacing: 100px;
				text-decoration: none;
				font-size:11px;
			 }
		//-->


