@media (max-width: 1023px) {
	html {
		font-size: 12px !important;
	}
	.upper-in {
		display: none;
	}
	.upper-app {
		display: block;
	}
}

@media (min-width: 1024px) and (max-width:1399px) {
	html {
		font-size: 14px !important;
	}
	.upper-placeholder {
		height: 0;
	}
}

@media (min-width: 1400px) {
	html {
		font-size: 16px !important;
	}
	.upper-placeholder {
		height: 0;
	}
}
