/* ! reset.css */
@charset:"utf-8";

  @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

  *{font-family: 'Nanum Gothic', sans-serif;}

  html,body{width: 100%; height: 100%;}
  html, body, h1,h2,h3,h4,h5,h6,
  p,div,pre,form,fieldset,hr,ul,ol,li,dl,dt,dd,
  article,section,header,footer,input,legend,button{margin: 0; padding: 0;}
  ul, ol, li {list-style:none; border:0;}

  a{text-decoration:none; color:inherit;}
  a:hover{color: inherit;}

  button,input{background-color: transparent; border: 0;}
  input[type="text"],input[type="password"],
  input[type="search"],input[type="email"],input[type="tel"]{border: 1px solid #777; text-indent:5px;}

    hr{width:100%; border-bottom:1px solid #555;}

  fieldset{border: none}

  /* html5reset*/
  header,nav,aside,article,
  section,footer,main,figure{display:block; margin: 0; padding: 0;}

  input[type="text"], input[type="password"]{text-indent:5px;}
  button,input[type="submit"],input[type="reset"],input[type="button"]{
    background-color: transparent; cursor:pointer;
  }