sub__detail--error {
	min-height: calc(100vh - 145px);
	padding: 20px;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 15%;
	bottom: 20%;
}
.sub__detail--error-p1 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding-top: 120px;
	text-align: center;
	background: url(../../images/m_img-error.png) no-repeat center 30px;
	background-size: 75px;
	font-weight: 700;
}
.sub__detail--error-p2 {
	font-size: 16px;
	color: #222;
	text-align: center;
	padding-bottom: 25px;
}
.sub__detail--error-p3 {
	font-size: 11px;
	color: #ff3300;
	text-align: center;
	padding-bottom: 10px;
}
.sub__detail--error-p4 {
	font-size: 11px;
	color: #888;
	text-align: center;
}
.sub__detail--error button {
	display: inline-block;
	padding: 10px 0;
	font-size: 12px;
	width: 40%;
	border-radius: 3px;
	margin: 40px 3px 0;
}
