
 
html { font-size: 1em;  height:100%;}
 label { cursor:pointer; }
code  { display:block; }

a:link, a:visited { text-decoration:none; color:#000; }
a:hover, a:focus, a:active { text-decoration:none; }

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav, menu,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea { font-size:100%;}
body, input, button, select, textarea { font-family:'NanumSquareR', 'Nanum Gothic', sans-serif;}
em, cite, address, optgroup { font-style:normal; }
kbd, samp, code { font-family:monospace; }

img, input, button, select, textarea { vertical-align:middle; }
button{cursor:pointer; border:0; text-align:center; padding:0; margin:0;}
ul, ol { list-style:none; }
img, fieldset { border:0;}
abbr, acronym { cursor:help; border-bottom:1px dotted black; }
table {	width:100%;  border-spacing:0; border:0;} /* border-collapse: collapse; ff에서 border="0" 인 경우 문제 발생 */
table th, table td{ border:0;}
legend, hr { overflow:hidden; position:absolute; top:0; left:0;}
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0;}

.d-o-c{ display:block; overflow:hidden; clear:both;}


@media screen and (max-width:767px){
	body {padding:0px;}
	.wp100{ width:100% !important;}
	
}