body {
	background-color: #fff;
}
.cont-body {
	padding-bottom: 0;
}
.fail-info {
	text-align: center;
	margin-top: 40px;
}
.fail-info .err-img {
	display: block;
	margin: auto;
	width: 278px;
	height: auto;
}
.fail-info .err-txt {
	margin-top: 50px;
	font-size: 18px;
	color: #999;
	line-height: 24px;
}
.fail-info .title-txt {
	margin-top: 26px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.fail-info .u-btn {
	margin-top: 40px;
}
.fail-info .u-btn:active, .fail-info .u-btn:hover {
	border-color: #316e9d;
    background-color: #316e9d;
    color: #fff;
}



.footer-info {
	text-align: center;
	margin: 40px auto;
}
.footer-info .logo {
	width: 204px;
	height: auto;
	margin-top: 40px;
}
.footer-info .link a {
	font-size: 16px;
	color: #333;
	margin: 0 20px;
	text-decoration: underline;
}
@media screen and (min-width: 529px) {
	.fail-info .u-btn {
		height: 40px;
		line-height: 40px;
		padding: 0 60px;
		border-radius: 30px;
		font-size: 16px;
	}
	.footer-info .link {
		line-height: 22px;
	}
}
@media screen and (min-height: 670px) {
	.fail-info {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin-top: -380px;
	}
	.footer-info {
		position: absolute;
		right: 0;
		bottom: 50px;
		left: 0;
		margin: 0;
	}
}
@media screen and (max-width: 530px) {
	.fail-info {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin-top: -5rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fail-info .err-img {
		width: 6.2rem;
	}
	.fail-info .err-txt {
		margin-top: 0.8rem;
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	.fail-info .title-txt {
		margin-top: 2rem;
		font-size: 0.9rem;
		line-height: 1.25rem;
	}
	.fail-info .u-btn {
		display: block;
		margin: 2rem auto 0;
		width: 9rem;
		padding: 0;
		font-size: 0.9rem;
	}
	.fail-info .ecode-bar {
		display: none;
	}
	.footer-info {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 1.5rem;
		margin: 0;
	}
	.footer-info .logo {
		width: 6.4rem;
		margin-top: 1.6rem;
	}
	.footer-info .link a {
		font-size: 0.7rem;
		margin: 0 0.6rem;
	}
}
@media screen and (max-height: 540px) {
	.fail-info {
		position: static;
		margin-top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.footer-info {
		position: static;
		margin: 40px auto;
	}
}
