/* ERROR */
#error_page{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #eef3f8;
}
#error_page .error_conts{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 788px;
    width: 100%;
}
#error_page .error_conts .slogan{
    margin: 20px 0;
}
#error_page .error_conts .slogan img{
    max-width: 200px;
    width: 100%;
}
#error_page .error_conts .error_conts_inner {
    border: 1px solid #e3e8ef;
    padding: 70px 0 50px;
    text-align: center;
    background-color: #f2f4f7;
    border-radius: 21px;
    box-sizing: border-box;
}
#error_page .error_conts .img{
    height: 100px;
}
#error_page .error_conts .tit{
    padding: 30px 0 12px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    color: #231F20;
    word-break: keep-all;
}
#error_page .error_conts .txt{
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
    color: #231F20;
    word-break: keep-all;
}
#error_page .error_conts .btn_home{
    display: block;
    margin: 30px auto 0;
    max-width: 256px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #1e73be;
    border-radius: 30px;
    box-sizing: border-box;
}