@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
body{font-family: "Noto Sans KR", sans-serif;}
*{box-sizing: border-box;}
html,body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,blockquote,q,video,img
table, tr,td,th,thead,tfoot,tbody,
form,fieldset,legend,input,textarea,button,select,option,label,
div,section,article,header,nav,main,aside,footer,address,
figure,figcaption,sup,sub,em,strong,span,i,del,s,a,code,mark{
  margin: 0; padding: 0; line-height: 1.0;
  font-size: 16px; font-weight: 400; font-style: normal;
  color: #000; list-style:none;
  font-family: "Noto Sans KR", sans-serif;
}
a{text-decoration: none;}
table, tr, td, th{border-collapse: collapse;}
button{cursor: pointer;}
img{vertical-align: top;}