@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/* reset */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
*:focus{outline:none}
html,body{width:100%;height:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textare a,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'돋움',dotum,sans-serif;font-size:14px;color:#201b1b;}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{color:#201b1b;text-decoration:none}
a:hover,a:active,a:focus,a:visited{color:inherit}

/* HTML 5 Crossbrowsing */
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block;margin:0;padding:0}

/* Webkit */
input::-webkit-input-placeholder {color:#ccc; font-weight:inherit;opacity:1}
/* Firefox 4-18 */
input:-moz-placeholder {color:#ccc; font-weight:inherit;opacity:1}
/* Firefox 19+ */
input::-moz-placeholder {color:#ccc; font-weight:inherit;opacity:1}
/* IE10+ */
input:-ms-input-placeholder {color:#ccc; font-weight:inherit;opacity:1}
.placeholder {color:#ccc; font-weight:inherit;opacity:1}

input:focus::-webkit-input-placeholder {color:transparent !important}
input:focus:-moz-placeholder {color:transparent !important}
input:focus::-moz-placeholder {color:transparent !important}
input:focus:-ms-input-placeholder {color:transparent !important}