html {
    position: relative;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

footer {
    position: absolute;
    width: 100%;
    padding: 30px 0 50px 0 !important;
    height: auto !important;
    bottom: 0;
}

/** 404 Page --- start */
#not_found_page {
    text-align: center;
}

#not_found_page p {
    margin-top: -115px;
    margin-bottom: 10px;
}

.not-found-page {
    font-family: 'Malgun Gothic', serif;
    margin-top: -55px;
    padding-bottom: 80px;
}

.not-found-page-desc {
    margin: -76px 0 7px 0;
}

.not-found-page-back-button {
    font-size: 20px;
    text-decoration: unset !important;
    color: #0ab8a4;
}

.not-found-page-back-button:hover span {
    text-decoration: underline !important;
}
/** 404 Page --- end */