
img	{ border:0px; }
form	{ display:inline; }

body, table, tr, td, p, input, button, textarea, select { 
	font:9pt tahoma, ±¼¸²;
	color:#FFFFFF;
	
	SCROLLBAR-FACE-COLOR: #e3e2dc; font-size: 12px ; 
	SCROLLBAR-HIGHLIGHT-COLOR: #eae9e5; 
	SCROLLBAR-SHADOW-COLOR: #aaa9a5; SCROLLBAR-3DLIGHT-COLOR: #f1f1ee; 
	SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #e9e8e3; SCROLLBAR-DARKSHADOW-COLOR: #71716e; COLOR: #a6a6a6; line-height:140%; letter-spacing:-0.01em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link, A:visited, A:active {
	COLOR: #000000; FONT-FAMILY:Tahoma, ±¼¸², µ¸¿ò, arial, sans-serif; font-weight: none; TEXT-DECORATION: none
}

A:hover {
	COLOR: #ff6600; FONT-FAMILY:Tahoma, ±¼¸², µ¸¿ò, arial, sans-serif;font-weight: none; TEXT-DECORATION: none;
}

textarea {scrollbar-face-color: #D3D1D1;
  scrollbar-shadow-color: #ECEAEA;
  scrollbar-highlight-color: #ECEAEA;
  scrollbar-3dlight-color: #ECEAEA;
  scrollbar-darkshadow-color: #ECEAEA;
  scrollbar-track-color: #ECEAEA;
  scrollbar-arrow-color: #616051
 }
  
.sch_input {
border:1px solid #dddddd;background-color:#ffffff;width:150px;height:20px;FONT-SIZE: 12px; COLOR: #666666; letter-spacing:0em;
}

.small_eng, .small_eng a:link, .small_eng a:visited, .small_eng a:active {
FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #999999; TEXT-DECORATION: none; font-weight:none
}

.small_eng a:hover {
FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #F39A00; TEXT-DECORATION: none; font-weight:none
}

.small_kor, .small_kor a:link, .small_kor a:visited, .small_kor a:active {
FONT: 12px µ¸¿ò, ±¼¸²; COLOR: #333333; TEXT-DECORATION: none; line-height:160%;
}

.small_kor2, .small_kor2 a:link, .small_kor2 a:visited, .small_kor2 a:active {
FONT: 11px µ¸¿ò, ±¼¸²; COLOR: #333333; TEXT-DECORATION: none; line-height:160%;
}

.small_kor_submenu, .small_kor_submenu a:link, .small_kor_submenu a:visited, .small_kor_submenu a:active {
FONT: 11px µ¸¿ò, ±¼¸²; COLOR: #636363; font-weight:bold; TEXT-DECORATION: none;
}

.small_kor_boardnew, .small_kor_boardnew a:link, .small_kor_boardnew a:visited, .small_kor_boardnew a:active {
FONT: 11px µ¸¿ò, ±¼¸²; COLOR: #000000; TEXT-DECORATION: none;
}

.nega_korb, .nega_korb a:link, .nega_korb a:visited, .nega_korb a:active {
FONT: 13px µ¸¿ò, ±¼¸²; COLOR: #FFFFFF; font-weight:bold; TEXT-DECORATION: none
}

.nega_korb a:hover {
FONT: 13px µ¸¿ò, ±¼¸²; COLOR: #000000; font-weight:bold; TEXT-DECORATION: none;
}

.bold_kor, .bold_kor a:link, .bold_kor a:visited, .bold_kor a:active {
FONT: 12px ±¼¸², µ¸¿ò; COLOR: #838383;font-weight:bold; TEXT-DECORATION: none;
}

.bold_kor a:hover {
FONT: 12px ±¼¸², µ¸¿ò; COLOR: #6EBE05;font-weight:bold; TEXT-DECORATION: underline;
}

.title, .title a:link, .title a:visited, .title a:active { 
FONT: 15px verdana,±¼¸², µ¸¿ò; COLOR: #000000; font-weight: bold; TEXT-DECORATION: none
}

.title a:hover {
FONT: 15px verdana,±¼¸², µ¸¿ò; COLOR: #000000; font-weight: bold; TEXT-DECORATION: none;
}

.input {
background-color:#F6F6F6; border-right:#cccccc 1px solid; border-bottom:#cccccc 1px solid; 
border-top:#cccccc 1px solid; border-left:#cccccc 1px solid;  
COLOR:#000000; font: 13px µ¸¿ò, ±¼¸², verdana, arial, sans-serif;
}

a.tm:link, a.tm:visited, a.tm:active { text-decoration:none; color:#555555;	 font-size:11px}
a.tm:hover { text-decoration:none; font-size:11px}

a.tm2:link, a.tm2:visited, a.tm2:active { text-decoration:none; color:#FFFFFF}
a.tm2:hover { text-decoration:none }


/*

HOW TO CREATE A CSS3 DROPDOWN MENU [TUTORIAL]

"How to create a CSS3 Dropdown Menu [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://designmodo.com
http://vladimirkudinov.com

*/

/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 40px;
	width: 1004px;
	z-index:1000;
	background: #4c4e5a;
	

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
z-index:1000;
width:200px;
text-align:center;

}

/* Links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;

	
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 120px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	
}

.menu ul li:last-child a { border: none; }


.sub_left_menu{}

.sub_left_menu li{ line-height:38px;

text-align:left;
font-weight:bold;list-style:none
}

.sub_left_menu li a { color:#FFF;text-decoration:none; }