﻿@charset "utf-8";

.error_content {
    width: 100%;
    background-color: #ffffff;
}
.error_content div {
    display: flow-root;
    margin: 0 auto;
}       
.errorPage > div {
    width: 600px;
    font-family: AkzidenzGrotesk-Medium;
    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 {
    float: right;
}
.errorPage div div.errorpagePageArc > li {
    width: 100%;
    min-height: 43px;
    padding-top: 60px;
}

        
        

@media all and (min-width:769px) and (max-width:1439px) {
    #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: 600px;
        font-family: AkzidenzGrotesk-Medium;
        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-family: AkzidenzGrotesk-Medium;
        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-block;
    }
}