/* HTML 초기화용 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
* { 
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
body, html,
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,table,tr,td,th,thead,tbody,tfoot, 
div, header,nav,aside,article,section,footer,figure,address,blockquote,video,iframe,hr,
span,em,strong,q,a,sub,sup,details,figcaption,summary,time,s,del,code,mark,img,fieldset,
input,button,select,textarea {
    font-family: 'Noto Sans KR', sans-serif; /* 가장 근접한 글꼴 */
    font-size: 1.0em;
    font-weight: normal;
    font-style: unset;
    line-height: 1.0; margin:0; padding :0;
}
a {color: #000; text-decoration: none;}
ul,ol,li {list-style: none;}
table, tr, td, th {border-collapse: collapse;}
th {text-align: left;}
fieldset {border: 0;}
legend {display: none;}
input, button, label {cursor: pointer;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}