@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body{
	font-size: 12px;
	font-family: 돋움,돋움체,dotum,gulim,tahoma,sans-serif,serif;
	line-height:1.5;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
p,ul,ol,dl,dt,dd,li{
	margin: 0px;
	padding: 0px;
}
li{
	list-style:none;
}
fieldset{
	border: 0px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
legend,
caption{
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	position:absolute;
	visibility: hidden;
	display: none;
}
pre{
	margin: 0px;
	padding: 0px;
}
address{
	font-style: normal;
}
iframe{
	background: transparent;
}
img{
	border: 0px;
	vertical-align:middle;
	line-height:0;
}
form{
	display: inline;
	margin:0px;
	padding: 0px;
}
table{
	font-size:100%;
	/*border:0;*/
	width:100%;
}
table th,
table td{
	/*border:0;*/
}
input,select{
	vertical-align: middle;
}
input, select, textarea,button{
	font-size:100%;
	margin: 0;
}
form img, form select, form button,form textarea{
	vertical-align: middle;
}
a {
	text-decoration:none;
	color:#575757;
}
a:hover,
a:focus {
	text-decoration:underline;
}