@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

@font-face {
    font-family: 'HanawBoldFont';
    src: url('../fonts/HANAW/Hana2-Bold.ttf') format('truetype');
  }

* {box-sizing:border-box;}
html, body, h1, h2, h3,h4,h5,h6, ul, ol,li, a, img, p, div,
header, nav, main, article, aside, section ,footer, address,
table, tr, td, th, del, span, em ,strong, sup, sub, dl, dt ,dd,
form, fieldset, legned, input, label, select, option, button{
    margin: 0; padding: 0;
    font-family: 'HanawBoldFont','Noto Sans KR', sans-serif;
    font-weight: normal; font-style: normal;
    font-size: 1.0rem; line-height: 1.0; letter-spacing: 0em;
}
table, tr, td, th {border-collapse: collapse;}
ul, ol, li {list-style: none;}
a {text-decoration: none; color: #000;}
button {cursor: pointer; border: 0; background: none;}
textarea {resize: none; border:0;}
fieldset{border:0;}
.skip {display:none}