
/*****

	css default type
	for default definition

*****/

@charset "euc-kr";

/* ÀüÃ¼ ·¹ÀÌ¾Æ¿ô */
html {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	overflow-y: hidden;
}

body {
	width: 100%; height:100%;
	margin: 0; padding: 0;

}
* {
	margin:0; padding: 0;
}

h1, h2, h3, h4, h5, h6, div, table, td, th, input, select, textarea, p, li {
	font-family: µ¸¿ò;
	font-size: 12px;
	color: #585858;
}

table, td, th, p, li, dt, dd {
	line-height: 140%;
}

p {
	margin: 0; padding: 0;
}

img {
	border: 0 none;
}

form {
	margin: 0; padding: 0;
}

fieldset {
	border: 0 none;
}

legend {
	display: none;
}

input {
	height: 17px;
	line-height: 19px;
	border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

input.radioBtn {
	border: 0;
	height: 15px;
	background: transparent;
	vertical-align: middle;
}

input.checkBox {
	border: 0;
	height: 15px;
	background: transparent;
}

select {
	margin: 0; padding: 0;
	width: 174px;
	background-color: #E8E7E4;
	behavior: url('selectbox.htc');
}

table {
	border-collapse: collapse;
}

table th,
table td {
	margin: 0; padding: 0;
}

a:link, a:visited {
	text-decoration:none; color: #676767;
}
a:active, a:hover {
	text-decoration:none; color: #AC985A;  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}