@charset "utf-8";

@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css"); 

* { margin:0; padding:0; }
html, body { width:100%; min-width:360px; /*max-width:810px;*/ height:100%;  background:#edece9;}
body { font-size:100%; word-break:break-all; -ms-word-break:break-all: }
body {	font-family:"Spoqa Han Sans"; }
img, fieldset, object { border:0; }
ul, ol { list-style:none; }
em, address, dfn { font-style:normal; }
a { text-decoration:none; color:#000; }
a:hover, a:active, a:focus { text-decoration:none; }
img { vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; }
/*
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/

textarea:focus, input:focus{ outline:none; }

.w100p { width:100%; }