@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@charset "utf-8";


/*font style =========*/
@font-face {
	font-family:'나눔고딕',NanumGothic,sans-serif;
	font-style:normal; font-weight:normal;
}


/*reset style =========*/
/*reset ---------*/
* {
	margin:0; padding:0;
}
body {
	color:#333;
	font:normal 12px/18px '나눔고딕',NanumGothic,sans-serif;
}
a, a:link {
	color:#333;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	border:none;
}
h1, h2, h3, h4, h5, h6  {
	font-size:100%;
}
fieldset, form, label, address, abbr, div, blockquote, p, span, em, dl, dt, dd, ul, ol, li, button, img {
	list-style:none;
	border:0;
	background:none;
	font-style:normal;
	word-break:keep-all;
}
input, select, textarea, label {
	font-family:'나눔고딕',NanumGothic,sans-serif;
	font-size:12px;
	vertical-align:middle;
}
button {
	overflow:visible; cursor:pointer;
}
table, th, td {
	border:0;
	border-spacing:0;
}
*:first-child+html table {/*for IE7*/
	border-collapse:collapse;
}
legend, caption, hr, .skip, .hide  {
	display:none;
}
.hidden { font-size:0; overflow:hidden; position:absolute; left:-500000px}