/** @format */
.otgs-development-site-front-end {
	display: none;
}

.error404 #main {
	padding-top: var(--desktop-header-height);
}

.error404 #footer {
	position: fixed;
	bottom: 0;
}

.error404 .contents--404 {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1100px) {
	.error404 #main {
		padding-top: var(--mobile-header-height);
	}
}
