@charset "utf-8";
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");

@import "subHeader.css";
@import "footer.css";

*{margin:0; padding:0; list-style:none;}
a{text-decoration:none;}

/* body, hmtl{font-family: "Nanum Gothic", dotum, sans-serif;} */
body *,
hmtl {
 font-family: "NanumBarunGothic", dotum, sans-serif;
 /* 반응형 모바일에서 위로 스크롤시 자동 새로고침 방지 */
 overscroll-behavior: contain;
}
