@charset "utf-8";
@font-face {
    font-family: "HanwhaB";
    src: url("../font/01HanwhaB.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');

*{margin: 0; padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{display: block; border: none;}

body,section,div,header,footer,nav,li,p,h1,h2,h3,a{font-family: 'Noto Sans KR', sans-serif; font-weight: 700 ; font-style: normal; font-size: 15px;}
h1,h2{font-family: "HanwhaB"; font-weight: bold; font-style: normal; font-size: 75px;}