/* reset */
*{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: 1.0em; font-weight: 400; font-style: normal;
    color: #333;
    list-style: none;
    font-family: "Noto Sans KR", sans-serif; /* 공백이 있을 땐 큰따옴표로 가져옴 */
}
a{text-decoration: none;}
table,tr,td,th{border-collapse: collapse;}
button{cursor: pointer;} /* 초기화 끝 */