@charset "euc-kr";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

img {
	border:0;
	vertical-align: middle;
}

hr { display: none; }

table, th, td { border-collapse: collapse; }

caption { display: none }

body {
	width: 100%;
	position: relative;
	color: #707070;
	font:12px/160% dotum, µ¸¿ò, gulim, ±¼¸², Arial, Helvetica, sans-serif;
	background: #fff;
}

ul { list-style: none; }

a:link {
	color: #666;
	text-decoration: none;
}

input.txt {
	width: 122px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #777;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	overflow-x: hidden;
	font-family: dotum;
}

button, input, select, textarea {
	font-family: '¸¼Àº °íµñ','Malgun Gothic','µ¸¿ò',Dotum,AppleGothic,sans-serif;
	font-size: 12px;
	color: #767676;
}


legend {
	display: none;
}

img, fieldset, iframe {
	border: none;
}