@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.6/static/pretendard.css");

*, *:before, *:after {
	box-sizing: border-box;
	/* letter-spacing: -0.1px; */
}

html, body {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;

	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: 400;

	background: #f4f4f4;
	color: #333;

	word-break: keep-all;
}

.divFooter {
	padding: 2rem 0;
	text-align: center;

	font-size: 1rem;
	color: #333;

	background: #dedede;
}
.divFooter > p {
	padding: 0;
	margin: 0 0 0.6rem 0;
}
.divFooter > p:last-child {
	margin: 0;
}

@media (max-width: 600px) {
	html, body {
		font-size: 14px;		
	}
}
