/* notfoundSec
------------------------------------*/

.notfoundSecWrap {
    padding: 32px 0;
}

.notfoundSecWrap .notfoundSec {
    min-width: 800px;
    width: 800px;
    padding: 80px 16px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .notfoundSecWrap .notfoundSec {
        min-width: inherit;
        width: auto;
    }
}

/* notfoundTit
------------------------------------*/
.notfoundTit {
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #656c7b;
}

@media screen and (max-width: 767px) {
    .notfoundTit {
        font-size: 24px;
    }
}

