@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: 12px;
	background: transparent;
}
body {
	position: relative;
	font: 12px/1.2 "Dotum", dotum, sans-serif;
	color: #4C4C54;
}
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;
	word-break:break-all;
}
img { border: none; }


input, textarea {
	font: 12px/1.2 "돋움", dotum, sans-serif;
	color: #898989;
}
em {
	font-weight: bold;
	font-style: normal !important;
}
.hide,
.irt,
legend,
fieldset {
	display: none;
}
.blind {
	position: absolute;
	top: -50000px;
	left: -50000px;
}
a:link, a:visited {
    color: #4C4C54;
	text-decoration: none;
}
a:hover,
a:active {
	color: #4C4C54;
	text-decoration: underline;
}

button {
  cursor: pointer;
}
.clear {
	clear: both;
}
select {
	font-size: 12px;
	color:#3B3E43;
}

.text {
	border: 1px solid #4C4C54;
	padding-top: 3px;
	padding-bottom: 2px;
	/padding-bottom: 4px;
}
.va_middle {
	vertical-align: middle;
	margin:0px 0px 2px 0px;
}
.radio {
	margin: 0;
	vertical-align: middle;
}

a.rollover img { border-width:0px; display:block; }
a.rollover img.rollover { display:none; }
a.rollover:hover { position:relative; }
a.rollover:hover img { display:none; }
a.rollover:hover img.rollover { display:block; }

.png24 { tmp:expression(setPng24(this)); }



