@charset "euc-kr";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
	list-style: none;	
	font-style: nomal;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	display: none;
}
	
h1{
	font-size:1%;
	line-height:0;
	text-indent: -5000px;
}

table, th, td {
	border-collapse: collapse;	
}

caption {
	display:none;
}

body {
	width:100%;
	position:relative;
	color:#707070;
	font-family: µ¸¿ò, dotum, ±¼¸², gulim, Helvetica, Arial, Sans-serif;
	font-size:12px;
	background:#fff;
}

ul{
	list-style: none;
}

/* anchor reset */
a {
	color: #777;
	text-decoration: none;
}

a:link {
	color: #777;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* inputbox reset */
input.txt {
	height:22px;
	padding:5px 0 0 4px;
	border:1px solid #dedede;
	border-radius:0;
	background:#fff;
	color:#777;
	font-size:12px;
	font-family:dotum, µ¸¿ò, sans-serif;
	vertical-align:middle;
}

textarea {
	overflow:auto;
	overflow-x:hidden;
	font-family:dotum;
}

/* button reset */
button {
	border:0;
	font-family:µ¸¿ò, dotum,, sans-serif;
}

legend {
display: none;
}

img, fieldset, iframe {
border: none;
}

