/* Minification failed. Returning unminified contents.
(17,33): run-time error CSS1038: Expected hex color, found '#fffc'
 */
#contents.content_error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1034px;
    height: calc(100vh - 284.5px);
    background-color: #f9f9f9;
    background: url("../Images/user/404error_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.gradient_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fffc, #fefefe 60%, #fff);
}

#contents.content_error .inner {
    z-index: 2;
}

.error_titstory {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.error_title {
    font-size: 150px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.txt_error,
.desc_error,
.wrap_btn {
    width: 100%;
    text-align: center;
}

.txt_error {
    display: block;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: normal;
}

.desc_error {
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

    .desc_error .link_txt {
        text-decoration: underline;
    }

.wrap_btn {
    margin-top: 50px;
}

    .wrap_btn .btn_basic {
        display: inline-block;
        min-width: 120px;
        height: 32px;
        padding: 0 23px;
        border-radius: 20px;
        border: 1px solid #657b87;
        font-size: 14px;
        color: #657b87;
        line-height: 32px;
        box-sizing: border-box;
        text-align: center;
        background-color: #fff;
        -webkit-transition: background-color 0.1s linear, border-color 0.1s linear;
        -moz-transition: background-color 0.1s linear, border-color 0.1s linear;
        transition: background-color 0.1s linear, border-color 0.1s linear;
    }

        .wrap_btn .btn_basic:hover {
            color: #fff;
            background-color: #657b87;
            border: 1px solid #657b87;
            text-decoration: none;
        }

