@charset "utf-8";

html, body, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 9pt;
	font-family: "돋움" !important;
}

html>/**/body { overflow-y:scroll; }


select, input, textarea {border:1px solid #CCCCCC}
input[type=image], input[type=radio], input[type=checkbox]{border:none}
img	{border:0 none; vertical-align:middle; font-size:0; margin:0; padding:0;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	line-height:15px
}



a{
	color:#404040;
	text-decoration:none;
	font-size:11px;
}
a:hover,
a:active,
a:focus{
	font-size:11px;
	color:#d80a07;
	text-decoration:underline;
}

input, font {
	vertical-align:middle;
	margin:0;
	padding:0
}
input[type=radio], input[type=checkbox]{
	border:none !important
}

ol, ul, li {
	
	list-style: none;
	vertical-align:middle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; width:100%; height:0; font-size:0; overflow:hidden}
.fL{float:left}
.fR{float:right}
.center{ text-align:center}
.bold{font-weight:bold}
.border_none{border:none !important}
.margin_none{margin:0px !important}
.bg_none{background:none !important}
.input{border:1px solid #cdcfd7;vertical-align:middle;}