@charset "euc-kr";

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* font */
body{color:#2f2f2f; font-size:75%; }
input, select, textarea{color:#2f2f2f; font-size:100%;}
textarea{border:1px solid #ccc;}

/* linkStyle */
a{color:#2f2f2f; text-decoration:none;}
a:link,
a:visited{color:#2f2f2f; text-decoration:none;}
a:active,
a:focus,
a:hover{color:#369; text-decoration:underline;}

/* skip */
.skip, legend, caption{position:absolute; left:-5000px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}
caption{position:static;}
.png24{tmp: expression(setPng24(this));}

input.type-image, input.type-radio{border:0 none;}
input.type-file{height:18px;}

.blueTxt{color:#1448be;}
.redTxt{color:#e31f11;}
.greenTxt{color:#4d7f0d;}
.orangeTxt{color:#e36a00; }
.pinkTxt{color:#ce2c9a;}
.purpleTxt{color:#4d3dc4;}
.brownTxt{color:#885d00;}
.bold{font-weight:bold;}

button, input, select {
	outline: none; background:none;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	border: 0; margin: 0; padding: 0;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family:Dotum, "µ¸¿ò", sans-serif; letter-spacing:-0.3px;
	vertical-align:middle;
	cursor:pointer;
}