/* .footer_block_3_logo{
    display: block;
} */

#section_error {
    margin: 0px auto;
    height: calc(100vh - 170px);
    background: url('/error/error_bg.jpg') 50% 0 no-repeat;
    background-size: cover;
}

#section_error h3{
    margin: 0;
}

#contents_simple .doc_title{
    display: none;
}

#contents_simple .container{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 2rem 1rem;
    border: 1px solid #cfcfcf;
    transform: translate(-50%, -50%);
    background-color: #ffffffab;
    max-width: 450px;
}

#contents_simple .error_btn{
    margin: 1rem 0 0 0;
}

.error_basic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    height: 60vh;
    max-width: 800px;
    margin: 0 auto;
}

.error_desc {
    text-align: center;
}