
*{
    box-sizing: border-box;
}

.err-body-wrap{
    width:100%;
    height: 100%;
    padding:4vw;
    margin: 0;
}

.err-title-wrap {
    width: 100%;
}

.err-title {
    width: 100%;
    font-size: 10vw;
    text-align: center;
    margin-bottom: 0;
    color: #082f41;
}

.err-sub-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 3.0em;
    margin-top: 0;
    color: #082f41;
}

.err-desc-wrap {
    width: 100%;
    text-align: center;
}

.err-foot-wrap {
    width: 100%;
    text-align: center;
}

.err-desc {
    width: 80%;
    margin: auto;
    font-size: 1.5em;
    line-height: 1.7em;
    color: #2286b4;
}

.err-foot-lnk {
    text-decoration: none;
    font-size: 2.0em;
    color:#082f41;
}
