@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");

:root {
	--ndda-green: #136512;
	--ndda-blue: #0d4ac4;
	--ndda-hyperlink: #0563c1;
}

.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	margin: 0 auto;
	font-family: "Noto Sans KR", Arial, sans-serif;
	font-size: 18px;
}

header {
	width: 100%;
	padding-top: 3rem;
}

.container {
	max-width: 768px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}

	.container {
		padding: 0 1rem;
	}
}

main {
	line-height: 1.6;
}

h1 {
	margin: 1em 0 0 0;
	line-height: 1.5;
	font-weight: 600;
	color: var(--ndda-green);
}

h2 {
	font-size: 1.3em;
	margin-top: 1.3em;
	font-weight: 600;
	color: var(--ndda-blue);
}

ul > li:has(ul) {
	list-style-type: none;
}

li > ul {
	list-style-type: "–";
}

li > ul > li {
	padding-left: 8px;
}

li {
	line-height: 1.8;
}

a {
	color: var(--ndda-hyperlink);
}

footer {
	min-height: 50px;
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}

footer img {
	width: 100%;
}
