@charset "utf-8";

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin:0;
	padding:0;
	border: 0 none;
}

select, input{font-family:맑은고딕, malgun gothic}

img{ border:0 none; vertical-align:bottom;}
caption {
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	font-size: 100%;   
}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
hr {
	display:none;
}
br {
	letter-spacing:0;
}
legend {
	position:absolute; top:0; left:0; padding:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;
}
em,
address {
	font-style: normal;
}

button {display:inline-block; cursor:pointer; border:0; padding:0; margin:0 }


a {text-decoration:none; color:#333;}
a:link {text-decoration:none;}
a:hover { text-decoration:none;}
a:active {}

h1, h2, h3, h4{ font-weight:normal}

/* skipNav */
.skipnav { position: absolute; top:0; left:0; z-index:1000; width:100%; }
.skipnav a {display:block; position: absolute; top: -9999px; width:100%;}
.skipnav a:hover,
.skipnav a:active,
.skipnav a:focus {display:block; top: 0; width:100%; padding:10px 0; color:yellow; font-weight: bold; text-align: center; background-color: #000;}

/* hidden */
.hidden{position:absolute; top:0; left:0; padding:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

