.error .header_gnb {
    position: relative;
    height: 56px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fede2a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.error .header_gnb .tit_area {
    text-align: center;
    vertical-align: middle;
}

.error .header_gnb .tit_area img {
    position: relative;
    top: 28px;
    width: 124px;
}

.error .header_gnb .txt_log {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    color: #333;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: '나눔고딕', NanumGothic, HelveticaNeue, AppleSDGothicNeo-Regular, sans-serif;
}

.error .title_msg {
    padding: 70px 20px 30px;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -1px;
    text-align: center;
    color: #555;
    font-weight: bold;
}

.error .title_msg .strong {
    font-weight: normal;
    color: #ff7801;
    font-weight: bold;
}

.error .content {
    clear: both;
    width: 100%;
    background-color: #fff;
    color: #888;
    text-align: center;
    letter-spacing: -1px;
}

.error p+p {
    padding: 20px 30px;
}

.error .link_text {
    color: #ff7801;
    text-decoration: underline;
}

.error .btn_home {
    display: inline-block;
    max-width: 100%;
    padding: 8px 16px;
    margin-left: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    font-size: 14px;
    color: #6b4c4c;
    font-weight: bold;
    background: #fede2a;
    height: 20px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 3px;
    white-space: nowrap;
}

.error .btn_back {
    display: inline-block;
    max-width: 100%;
    padding: 8px 16px;
    margin-left: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    font-size: 14px;
    color: #fff;
    background: #5d4444;
    height: 20px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 3px;
    white-space: nowrap;
}

.error .button {
    clear: both;
    padding: 37px 30px 55px;
    text-align: center;
}

.error .footer {
    clear: both;
    padding: 1.5em 0 2em;
    border-top: 1px solid #dfe1e3;
    font-size: 10px;
    color: #909090;
    text-align: center;
}

.error .footer a {
    color: #909090
}