@charset "utf-8";
/* error */
body { overflow-y: hidden; background: #fdfdfd; }
.container { height: 1000%; min-height: 1080px; }
.container .error-page {  height: 250px; position: relative; margin: 100px auto; padding-top: 38px; text-align: center; }
.container .error-page .txt { padding: 0 20px; }
.container .error-page .txt img { width: 200px; margin-bottom: 50px; }
.container .error-page .txt h1 { font-size: 3rem; font-weight: bold; color: #555; line-height: 33px; margin-bottom: 20px; }
.container .error-page .txt p { font-size: 1.5rem; color: #555; line-height: 25px; }

.container .error-page .txt .home-btn { height: 40px; width: 155px; background: #52a2e4; display: inline-block; border-radius: 3px; line-height: 40px; font-size: 1.5rem; color: #fff; text-align: center; margin-top: 50px; }
.container .error-page .txt .home-btn img { padding: 12px 5px 10px 0px; }

@media all and (max-width: 650px)
{
	.container .error-page .txt img { width: 150px; }
	.container .error-page .txt p { line-height: 18px; }
}