@charset "utf-8";
.error-bg{padding:40px 0 60px}
.error{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:550px}
.error-img_404{width:680px}
.error-img_500{width:620px}
.error-img>img{width:100%}

@media (max-width:767px){.error{height:10rem}
.error-img_404{width:12rem}
.error-img_500{width:10rem}}