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

*{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none; display: block; color: #241E20;}
img{border:none; display: block;}
button{border: none; background: none;}
body,section,header,footer,div,nav,h1,h2,h3,h4,p,li,a,address,span{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #241E20;
    text-decoration: none;
    font-style: normal;
}
h2{font-weight: 700; font-size: 2.5em;}