/* reset.css */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {
  margin:0;
  padding:0;
}
html {
  width:100%;
  height:100%;
  overflow-x:hidden;
}
body,code {
  font-size:13px;
  font-family:"Noto Sans CJK KR", sans-serif;
  color:#000;
  background:#fff;
}
body {
  width:100%; overflow-x:hidden;
}
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; max-width:100%; height:auto; display:block; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
input,select,textarea {
  font-size:100%;
  font-family:"Noto Sans CJK KR","Segoe UI","맑은 고딕","malgun gothic","돋움","dotum",sans-serif;
  color:#000;
  box-sizing:border-box;
}
button {
  font-family:"Noto Sans CJK KR","Segoe UI","맑은 고딕","malgun gothic","돋움","dotum",sans-serif;
  overflow:visible;
  padding:0;
  margin:0;
  border:0;
  cursor:pointer;
  background:none;
}
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; }
*, *::before, *::after{ box-sizing:border-box; }