@charset "utf-8";

html{box-sizing:border-box}
*,*::after,*::before{box-sizing:inherit}
html,body,hgroup,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,p,blockquote,pre,abbr,form,fieldset,legend,label,input,select,textarea,button,table,caption,thead,tbody,tfoot,tr,th,td{padding:0;margin:0}
body{background-color:#1a1c20}
table{border-collapse:collapse;border-spacing:0}
fieldset,iframe,img{border:0}
dl,ol,ul,li{list-style:none}
a{color:inherit;text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline}
button{border:0;color:inherit;font:inherit}
::-moz-placeholder{opacity:1}
::-ms-clear{display:none}
body,input,select,textarea,button{font-family:NanumSquare,"맑은 고딕","Malgun Gothic","Apple SD Gothic Neo",sans-serif;font-size:14px;line-height:1.135}
