@charset "utf-8";			

#errorBody{min-height:calc(100vh - 228px);}
#errorBody .error_wrap{text-align:center;margin-top:78px;margin-bottom:60px;}
#errorBody .error_image{height:280px;}
#errorBody .error_title{line-height:38px;margin-top:28px;}
#errorBody .error_description{line-height:22px;margin-top:16px;}
#errorBody .home_button{width:204px;margin-top:28px;}
#errorBody .query_button{width:204px;margin-top:8px;}
@media only screen and (max-width:599px) {
	#errorBody{min-height:calc(100vh - 98px);}
	#errorBody .error_wrap{text-align:center;margin-top:58px;margin-bottom:0;padding:0 16px;}
	#errorBody .error_image{height:auto;width:90%;max-width:310px;}
	#errorBody .error_title{margin-top:40px;}
}
@media only screen and (max-width:349px) {
	#errorBody .error_description{font-size:14px;}
}

