@font-face {
	font-family: eng-num;
	src: url('../assets/ttf/League_Gothic.ttf');
}
.fs {
	width: 100vw;
	min-height: 100vh;
}
.img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}