@charset "utf-8";

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
em,address{font-style:normal;}
hr{display:none}
body{line-height:1.2em;word-break: break-all;}
ol, ul{list-style:none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}

ins{text-decoration:none;}
del{text-decoration:line-through;}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;word-break:break-all;}
table th, table td{vertical-align:middle;}
caption{visibility:hidden;width:0;height:0;font-size:0;line-height:0;zoom:1;}
fieldset{margin:0;padding:0;border:0 none;}
legend{overflow:hidden;width:0;height:0;font-size:0;visibility:visible;}

html, body,input{font-family:나눔고딕, NanumGothic, ng, Dotum, Arial, Gulim, sans-serif; font-size:12px; color:#343434;}
html{overflow-x:hidden;}

a, a:link, a:visited, a:active{color:#343434; text-decoration:none; }
a:hover {color:#555; text-decoration:none;}
img,input{vertical-align:top;}
input[type=text],
input[type=password],
input[type=search]{height:15px; margin:0; border:1px solid #e3e3e3; padding:2px 0 2px; vertical-align: middle;}
input[type=radio],
input[type=checkbox]{width:13px; height:13px; margin:0; padding:0; border:0 none; vertical-align:middle;}
label{vertical-align:middle;}
select { height: 20px;margin: 0;border: 1px solid #CFCFCF;padding: 0;font-size: 11px;vertical-align: middle;}

textarea{color: #343434;font-size:11px;overflow-y:auto;resize:none;}

/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}

@font-face{
 font-family:ng;
 src:url(../font/NanumGothic.eot);
 src:local(※), url(../font/NanumGothic.woff) format(‘woff’)
}