@charset "UTF-8";

/* Web font 
@font-face{
font-family:'MalgunGothic';
src: url('font/MalgunGothic.eot');
src: url('font/MalgunGothic.woff') format('woff'),
     url('font/MalgunGothic.ttf') format('truetype');
}*/


* {margin:0;padding:0;-webkit-text-size-adjust:none;}
/* Reset */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,hr,figure,ul,li {margin:0;padding:0;box-sizing:border-box;}
html {overflow-y:scroll;}
body {font-size:18px;color:#333;/* font-family:'MalgunGothic',Sans-serif; */}
fieldset,img,figure {border:0;}
ol,ul {list-style:none;}
a {text-decoration:none;color:#333;}
button {display:block;outline:none;overflow:hidden;border:0;background:none;cursor:pointer;}
legend {overflow:hidden;top:0;left:0;width:0;height:0;font-size:0;line-height:0;}
textarea {resize:none;}
em {text-decoration:none;}
label {cursor:pointer;}
hr {display:none;}
table {border-collapse:collapse;table-layout:fixed;border-spacing:0;}

.blind {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}




