td {font-size:9pt; color: #454545; line-height: 20px} 
A:link {color:#4D534D;font-size:9pt;text-decoration:none} 
A:visited {color:#434843;font-size:9pt;text-decoration:none} 
A:active {color:#434843;font-size:9pt} 
A:hover {color:#276194;text-decoration:underline} 

.box {font-size: 9pt; border:2 solid #e7e7e7;background-color:f7f7f7;  } 
.selectbox {BACKGROUND-COLOR: F5F5F5; COLOR:4E4E4E; font-size:8pt;}
.nonbox {font-size: 9pt; border:0 solid #666666;background-color:white;  } 
.radio {font-size: 9pt; border:0 solid #666666;background-color:white;  } 
.text {font-size: 9pt; border:1 solid #e7e7e7;}
.select {font-size: 9pt; border:0 solid #666666;}
.outset {font-size:9pt;border:1 outset #ffffff;}
.btn {border: 2 solid #565656;font-size:9pt;color:ffffff;background-color:73A9D1;height:22px}
.input{background-color:ffffff;font-family:±¼¸²,Gulim;font-size:12px;color:#636163;border: 1 solid #9C9A9C}
.submit {border:1 solid 1F556A;font-size:9pt;color:white;background-color:50889F;height:19px}
/*.textarea {border:1 solid 347088;font-size:9pt;color:042330;background-color:white}*/





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.board_01 {
	font-size: 12px;
	line-height: 19px;
	color: #575757;
}

.board_02 {
	font-size: 12px;
	line-height: 19px;
	color: #838282;
}






.main_img
{background: url(../images/main_img_bg.jpg) no-repeat top center;
}

.sub_img
{background: url(../images/sub_img_bg.jpg) no-repeat top center;
}

@font-face{    font-family:ng;    src:url(/font/NanumGothic.eot);    src:local(¡Ø), url(/font/NanumGothic.woff) format('woff')}

body, input, textarea{font-family: µ¸¿ò, NanumGothic, ng}














/* menu::base */
div#menu {
	background: transparent url('/images/menu_m.png') repeat-x scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;	

}

ul.menu {
	clear: both;
	float: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	z-index: 2;
	position: relative;

}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: visible;
	float: left;  
	height: 30px;
	z-index: 3;

}
/* menu::level1 */
div#menu li a {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	overflow: hidden;
	z-index: 4;
    position: relative;
    

}

div#menu li span {  
	color: #ffffff; 
	display: block;
	padding: 0 15px;
    background-repeat: no-repeat;
	background-position: 95% 0px;
	z-index: 6;
	position: relative;
	

}

div#menu li span.bg { 
	display: block;
  	background: transparent url('/images/menu_level1_item.png') repeat-x scroll 0pt 100%;
  	padding: 0;
	height: 30px;
	z-index: 5;
	position: relative;
  	float: left;

}

div#menu li.current {  
	//font-weight: bold;
	//background:url('/images/menu_level1_item_current.png');
	background: transparent url('/images/menu_level1_item_current.png') repeat-x scroll 0pt 100%;
}

div#menu li.current ul {  
	font-weight: normal;
}

/* menu::level2 */
div#menu ul.menu ul {
	padding: 0px 0px 10px;
	background: transparent url('/images/menu_dropdown_bg.png') no-repeat scroll 0pt 100%; 
	_background: transparent url('/images/menu_dropdown_bg.gif') no-repeat scroll 0pt 100%;	
	left: -999em; 
	width: 165px;
	position: absolute;
	top: 30px;
}

div#menu li:hover ul, div#menu li.sfhover ul { 
	left: 0px; 
	z-index: 100;
	visibility: visible; 
}

div#menu li li { 
	width: 100%; 
	text-indent: 0px;
	float: none; 
	height: auto;
}

div#menu li li a, div#menu li li span.separator { 
	margin: 0px 1px;
	padding: 0px; 
	background: url('/images/menu_level2_item.gif') no-repeat scroll 100% bottom;
	height: auto; 
	float: none; 
	display: block; 
	line-height: 25px; 
	width: 163px;
}

div#menu li li a.parent { 
	background: url('/images/menu_level2_item_parent.gif') no-repeat scroll 100% bottom;

}

/* menu::level3 */
div#menu li ul ul { 
	margin: -31px 0 0 164px;
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul { 
	border-top: 1px solid #1E1E1E; 
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul, div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul, div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul { 
	left: -999em; 
}
div#menu li li:hover ul, div#menu li li.sfhover ul, div#menu li li li:hover ul, div#menu li li li.sfhover ul, div#menu li li li li:hover ul, div#menu li li li li.sfhover ul { left: 0pt; z-index: 100; }

div#menu a:hover {
	color: #FFFFFF;
}
div#menu span:hover {
	color: #FFFFFF;
}
div#menu li ul span:hover {
	color: #FFFFAA;
}