@charset "utf-8";

/* v1.0 | 20080212 */

html, 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,
table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	position: relative;
	font: 12px/1.2 "돋움", dotum, sans-serif;
	color: #787878;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	vertical-align: middle;
}
img { border: none; }
form { margin:0; padding: 0; }

input, select, textarea {
	vertical-align: middle;
}
input, textarea {
	font: 12px/1.2 "돋움", dotum, sans-serif;
	color: #808080;
}
em {
	font-weight: bold;
	font-style: normal !important;
}
hr {
	display: none;
}
#skip_navigation {
	display: none;
}

.hide,
.irt,
legend,
caption {
	display: none;
}
.blind {
	position: absolute;
	top: -50000px;
	left: -50000px;
}
a:link, a:visited {
    color: #787878;
	text-decoration: none;
}
a:hover,
a:active {
	color: #787878;
	text-decoration: underline;
}
button {
  cursor: pointer;
}
.clear {
	clear: both;
}
hr {
	display: none;
}
input, select, textarea {
	vertical-align: middle;
	font-size: 1em;
}
select {
	font-size: 11px;
}

input.text,
input.type_text,
textarea {
	padding: 2px 0;
	border: 1px solid #dcdcdc;
}
.type_text {
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 2px;
	/padding-bottom: 4px;
}
.type_checkbox {
	margin: 0;
	width: 12px;
	height: 12px;
	/width: 13px;
	/height: 13px;
	vertical-align: middle;
}
.type_radio {
	margin: 0;
	vertical-align: middle;
}

sup { vertical-align: top; }
