/**
 * Reset
 * --------------------------------------------------
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, p,
fieldset, form, label, legend,
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;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

body {
  font-size: 100%;
  font-family: 'Malgun Gothic', arial, dotum, gulim;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  height: 100%; }

a:link, a:visited, a:active {
  font-family: inherit;
  color: inherit;
  text-decoration: none; }

a:visited,
a:active {
  text-decoration: none;
  background-color: transparent; }

a:hover {
  text-decoration: none; }

a img, fieldset {
  border: 0; }

input, textarea {
  font-family: inherit;
  color: #888;
  text-decoration: none; }

select {
  font-family: inherit;
  color: #888; }

.blind,
caption,
legend {
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
  position: absolute; }