@charset "euc-kr";
/* default definition */
body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 13pt;
	font-family: Dotum, "µ¸¿ò", sans-serif;
	background-color:#FFF;
}
body, div, p, ul, li, img, a, table, td, th, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-family: Dotum, "µ¸¿ò", "µ¸¿òÃ¼", sans-serif;
	font-size: 9pt;
}
body, div, p, span, th, td, select, input {
	color: #555;
}
a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:active, a:hover {
	color: #440339;
	text-decoration: underline;
}
hr {
	display: none;
	}
h4 {
	display: none;
}
ul, ol {
	list-style: none;
}
img {
	border: 0 none;
	vertical-align: absmiddle;
}
em {
	font-style: normal;
}
input.type_img, li img {
	vertical-align: middle;	/* For IE image margin */
}
input.type_text {
	background-color: #f6e8f3;
	border-top: 1px solid #f6e8f3;
	border-right: 1px solid #f6e8f3;
	border-bottom: 1px solid #f6e8f3;
	border-left: 1px solid #f6e8f3;
	height: 18px;
}
input.type_text2 {
	background-color: #fbfbfb;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 3px 5px 1px 5px;
	color: #888888;
}
select {
	background-color: #f6e8f3;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
select.copy {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
textarea {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	scrollbar-face-color:#f9f9f9;  
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #d6d6d6;
	scrollbar-shadow-color: #d6d6d6;
	scrollbar-darkshadow-color: #f6f6f6;
	scrollbar-track-color: #f6f6f6;
	scrollbar-arrow-color: #333;
}
input.type_text:hover, 
input.type_text:focus, 
textarea:hover, 
textarea:focus {
	background-color: #FFF;
}
select, input, textarea {
	color: #555;
	font-size: 9pt;
	vertical-align: middle;
}
a.button,
img.button, 
span.button {
	cursor: pointer;
	vertical-align: middle;
}
.first-child {
	background: none !important;
	padding-left: 0 !important;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.fs8 {
	font-size: 8pt;
}
