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

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

body,section,header,footer,div,nav,h1,h2,h3,h4,h5,h6,p,li,a,address,span{font-family: 'Noto Sans KR', sans-serif; font-size: 14px; font-weight: 400; color: #000;}