@charset "utf-8"; /*글자 인코딩 방식*/

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

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


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

button{cursor: pointer;}

body,section,div,header,footer,nav,ul,li,a,p,h1,h2,h3,address,span, pre, button{font-family: 'Pretendard-Regular', sans-serif; font-size: 14px; font-weight: 400; font-style: normal; line-height: 1.6em;}