@charset "utf-8";

.error_content {
    width: 100%;
    background-color: #ffffff;
}
.error_content div {
    display: flow-root;
    margin: 0 auto;
}
.errorPage > div {
    width: 600px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 200px;
}
.errorPage div li {
    width: 100%;
}
.errorPage div li.errorPageTitle{
    font-weight: 700;
    position: relative;
}

.errorPage div li.errorPageTitle .num{
    font-size: 3em;
    color: #15151540;
    position: absolute;
    top: -60px;
    right: 0;
}
.errorPage div li:first-child {
    width: 100%;
    font-size: 28px;
}
.errorPage div li:nth-child(2) {
    padding-top:12px;
}
.errorPage div .errorPageContent {
    text-align: center;
}
.errorPage div .errorPageContent span {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 30px);
    color: #868e96;
    margin-bottom: 10px;
}
.errorPage div li div.bottomLine {
    margin: 30px 0 30px 0;
    width: 100%;
}
.errorPage div div.errorpagePageArc {
    float: right;
}
.errorPage div div.errorpagePageArc > li {
    width: 100%;
    min-height: 43px;
    padding-top: 60px;
}

.bottomLine{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: #d2d2d2 1px solid;
}

.btn_gr {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 8px 20px 8px 20px;
    background-color: #868e96;
    font-size: 14px !important;
    color: #ffffff;
    cursor: pointer;
}

.btn_wh {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 8px 20px 8px 20px;
    border: #d2d2d2 1px solid;
    font-size: 14px !important;
    color: #868e96;
    cursor: pointer;
}

.btn_wh > span:first-child, .btn_gr > span:first-child {
    vertical-align: sub;
}

.btn_wh > span:last-child, .btn_gr > span:last-child {
    font-size: 20px !important;
    margin-left: 10px;
    float: right;
    line-height: 32px;
}

@media all and (min-width:769px) and (max-width:1439px) {
    .error_content ul{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .error_content {
        width: 100%;
        background-color: #ffffff;
    }
    .error_content div {
        display: flow-root;
        margin: 0 auto;
    }
    .errorPage > div {
        width: 600px;
        font-size: 16px;
        line-height: 25px;
        margin-top: 200px;
    }
    .errorPage div li {
        width: 100%;
    }
    .errorPage div li:first-child {
        width: 100%;
        font-size: 28px;
    }
    .errorPage div li:nth-child(2) {
        padding-top:12px;
    }
    .errorPage div .errorPageContent {
        text-align: center;
    }
    .errorPage div .errorPageContent span {
        display: inline-block;
        font-size: 14px;
        width: calc(100% - 30px);
        color: #868e96;
        margin-bottom: 10px;
    }
    .errorPage div li div.bottomLine {
        margin: 30px 0 30px 0;
        width: 100%;
    }
    .errorPage div div.errorpagePageArc {
/*        width: calc(100% - 308px);*/
        float: right;
    }
    .errorPage div div.errorpagePageArc > li {
        width: 100%;
        min-height: 43px;
        padding-top: 60px;
    }

}




@media all and (max-width:768px) {
    #gnb .gnb, .top_content ul, .error_content ul, .sub_content ul, footer > ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .error_content {
        width: 100%;
        background-color: #ffffff;
    }
    .error_content div {
        display: flow-root;
        margin: 0 auto;
    }
    .errorPage > div {
        width: calc(100% - 40px);
        margin-left: 20px;
        font-size: 14px;
        margin-top: 150px;
        margin-bottom: 101px;
    }
    .errorPage div li {
        width: 100%;
    }
    .errorPage div li:first-child {
        width: 100%;
        font-size: 26px;
        line-height: 30px;
    }
    .errorPage div li:nth-child(2) {
        padding-top:12px;
    }
    .errorPage div .errorPageContent {
        text-align: center;
    }
    .errorPage div .errorPageContent span {
        display: inline-block;
        font-size: 14px;
        width: calc(100% - 30px);
        color: #868e96;
        margin-bottom: 10px;
    }
    .errorPage div li div.bottomLine {
        margin: 20px 0 20px 0;
        width: 100%;
    }
    .errorPage div div.errorpagePageArc > li {
        width: 100%;
        min-height: 43px;
        padding-top: 60px;
    }
    .errorPage div div.errorpagePageArc > li span.btn_gr {
        display: inline-flex;
    }
    .btn_wh, .btn_gr{box-sizing: border-box;}
    .btn_wh > span:first-child, .btn_gr > span:first-child {
        line-height: 25px;
        float: left;
    }
    .btn_wh > span:last-child, .btn_gr > span:last-child {
        font-size: 20px !important;
        margin-left: 10px;
        float: none;
    }


}