@charset 'utf-8';

/* Reset */
html, body,
h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
ul, ol {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
img, fieldset, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input.button, input.submit, button {
	overflow:visible;
}
input.button, input.submit, button,
label {
	cursor:pointer;
}

/* Base */
/* html {
	overflow-y:scroll;
}*/
a {
	color:#0054ce;
	text-decoration:none;
}
a:focus,
a:hover,
a:active {
	text-decoration:underline;
}
hr, caption, legend {
	display:none;
}
img {
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}
input, textarea {
	font:Arial,12px/14px Verdana, Arial,'돋움', sans-serif;
}
#skipNav,
.alt,
.accsblt {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
