﻿@charset 'utf-8';

/* Reset */
html, body,
h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr,frame {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ul, ol {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption {
	text-align:left;
}
img, fieldset, abbr, acronym,frameset {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input, select, button {
	font-size:11px;
	vertical-align:middle;
}
input, button {
	overflow:visible;
}

/* Base */
body {
	font:12px/1.4 Dotum,돋움,AppleGothic,sans-serif,Gulim,굴림;
	color:#898989;
	letter-spacing:0em;
}
hr,
table caption, fieldset legend {
	display:none;
}
img {
	vertical-align:top;
}
a {
	color:#898989;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:underline;
}
label,
input.button, input.submit , input.image,
button {
	cursor:pointer;
}
label {
	margin-left:5px;
}
textarea, pre {
	color:#898989;font-size:12px;letter-spacing:-0.05em;font-family:Dotum,돋움;
	overflow:auto;
}
.invisible {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
}