@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
body{font-family: "Inter", 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;
  list-style:none;
  font-family: "Noto Sans KR", sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}
table, tr, td, th{
  border-collapse: collapse;
}
button{
  cursor: pointer;
}
img{
  vertical-align: top;
}