@charset "utf-8";

/* 4K 대응 */
@media screen and (min-width: 2000px) {
	html, body {font-size: .5vw !important;}
}