error.scss 824 Bytes
.err-page {
    .err-bg {
        position: fixed;
        height: 200px;
        width: 200px;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -100px;
        background: url("img/common/404.png") no-repeat;
        background-size: 100% 100%;
    }

    .err-refresh {
        margin-top: -250px;
    }

    .refresh-wrap {
        width: 460px;
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -230px;
        text-align: center;

        .refresh-msg {
            line-height: 1.4;
            padding: 20px 0;
        }

        .refresh-btn {
            width: 200px;
            line-height: 60px;
            background-color: #414141;
            display: block;
            color: #fff;
            margin: 10px auto;
        }
    }
}