@charset "utf-8";

html {
	font-size:100.01%;
}
body {
	font:normal 12px "Malgun Gothic", Arial, gulim, sans-serif;
	line-height:1.5em;
	color:#505050;
	margin:0;
	padding:0;
}
br	{
	line-height:1.5em; letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
img {
	border:0;
}
table {
	width:100%;
	border:0;
	font-size:1em;
}
table caption {
	display:none;
}
a:link {
	color: #678abd;
	text-decoration:none;
}
a:visited {
	color: #678abd;
	text-decoration:none;
}
a:hover {
	color: #ff6600;
	text-decoration:none;
}
a:active, a:focus  {
	color: #ff6600;
	text-decoration:none;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
select, input, textarea {
	font:normal 1em "굴림", gulim, Arial, Verdana, sans-serif;
	color:#797b80;
	vertical-align:middle;
}
em {
	font-style: normal;
}
