/*
  모렌소프트 서브 reset css
  서브 _ reset.css
  Author _ 황선은
  Last Editor _ 황선은
  Date _ 2011. 03. 17
  Last _ 2011. 03. 17
*/

/* reset */
* { margin:0; padding:0; }
html, body { width:100%; height:100%; }
body { font-size:12px; font-family:'Nanum Gothic', 'NanumGothic', 'Malgun Gothic';  color:#333; line-height:normal; text-align:left; background:#000 url(http://www.moren.co.kr/images/SUBS_LAYOUT_000/common/bg.jpg) 50% 0 no-repeat; }

img { border:0; vertical-align:top; }
form, fieldset { display:block; border:0; }
ul, ol, li { list-style:none; }

hr { display:none; }
table { border-collapse:collapse; border-spacing:0; }
p, acronym, address, big, small, cite, code, dfn, em, kbd, pre, samp, sub, sup, tt, var { font-weight:normal; font-style:normal; }
h1, h2, h3, h4, h5, h6 { font-size:1.0em; }

big { font-size:1.125em; }
small { font-size:0.95em; }
sub { font-size:1.05em; }
sup { font-size:1.05em; }

input, select, textarea { margin:0; padding:0; font-size:1em; font-family:dotum, tahoma; color:#333; vertical-align:middle; }
blockquote, q { quotes:none; }
ins {}
del { text-decoration:line-through; }

a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover, a:focus { color:#111; text-decoration:none; }
a:active { color:#111; text-decoration:none; }