@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
	margin:0;
	padding:0;
	font-family:"Malgun Gothic";
	line-height:0;
    max-height: 1000000px;
}
li {
    list-style: none;
}
a {
	text-decoration:none
}