@charset "euc-kr";

/* base
************************************************************************************/
body {
	margin: 0;
	padding:0;
	font-family: "Dotum", "µ¸¿ò", "gulim","±¼¸²","±¼¸²Ã¼", sans-serif;
	font-size:9pt;
	color: #333333;
	overflow-y:scroll;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:active, a:hover {
	color: #003791;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p, div, dl, dt, dd,ul,ol,form {
	margin: 0;
	padding: 0;
}
#skipNav {display: none;}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {border: none; vertical-align: middle;}
hr {display: none;}
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}
legend {
	width:0;
	height:0;
	font-size:0;
	position: absolute;
	top:-9999px;
	line-height:0;
}
select {
	font-size: 12px;
	font-family:Tahoma,Arial,serif,Sans-serif,AppleGothic;
}
table {
	margin:0;
	padding:0;
}
table caption {
	font-size:0;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top:-9999px;
	line-height:0;
	visibility:hidden;
}
table td img {
	vertical-align: middle;
}
textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-family:Tahoma,Arial,serif,Sans-serif,AppleGothic;
	font-size: 1em;
	/*ime-mode: disabled;*/
}
input.type-text {
	height: 15px;
	padding: 2px 2px 0;
	font-size: 12px;
	font-family:Tahoma,Arial,serif,Sans-serif,AppleGothic;
	border: 1px solid #ccc;
	/*ime-mode: disabled;*/
}
input.type-checkbox {
	width: 13px;
	height: 13px;
	margin: 0;
	padding:0;
	vertical-align:middle;
}
input.type-file {
	height: 18px;
	padding: 2px 2px 0;
	font-size: 1.0em;
	border: 1px solid #ccc;
}


/* main
************************************************************************************/
div#wrapper {
	width: 100%;
	margin: 0 auto;
}
h1.title,h2.title {
	display:none;
}
/* head
************************************************************************************/