@charset "utf-8";


/*  Reset CSS  */
* { margin:0;  padding:0;}
ol,ul { list-style: none; }
a { outline:0; text-decoration:none;}
img { border:0;}

/* BASE */

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,input,button,textarea,option
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 {
margin: 0;
padding: 0;
border: 0;
}

html, body {margin:0; padding:0;}
body,input,button,textarea,select,option {color: #111; font-size:13px; font-family:'noto san KR','나눔고딕','Nanum Gothic';}
body {line-height:1; *line-height:1.2; background-color: #ffffff;}
h1,h2,h3,h4,h5,h6 {font-size:14px; text-align:left;}

ul,ol,li,dl,dt,dd {list-style:none;}
legend {margin:0;padding:0;display:none;}
img {margin:0; padding:0; border:none; vertical-align:top;}
br {letter-spacing:normal;}

a{color:#333; text-decoration:none;}
a:hover{text-decoration:underline;}
