@charset "utf-8";

/*default*/
body {
	font : 0.75em/120% "돋움","돋움체",dotum,Verdana,Arial,Sans-serif;
	text-align : center;
	color : #4e555b;
	width: 100%;
	background: #fff;
}

/*anchor*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #79858f;
	text-decoration: none;
}
a:hover {
	color: #79858f;
	text-decoration: underline;
}
a:active {
	color: #79858f;
	text-decoration: none;
}

/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
address, big, cite, code, del, dfn, em, font, img, ins,
q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, br {
	margin: 0;
	padding: 0;
	border: none 0;
}
ol, ul, li {
	list-style : none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size : 100%;
}
address, caption, em {
	font-weight : normal;
	font-style : normal;
}
select, input, img {
	vertical-align: middle;
}

/*hidden*/
#accessibility, hr, .skip, .hide, legend, caption {
	position: absolute ;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -1000px;
}

/* publisher yb 2011.06.14 */