	/*------------- ERROR Page -----------*/
    .err-wrapper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    
    .err-wrapper .header { 
        width: 100%;
        height: 40px;
        background-color: rgb(43, 51, 59);
            font-weight: 700;
        color: #fff;
        font-size: 14pt;
        line-height: 40px;
        padding: 0 10px;
    }
    .err-wrapper .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        bottom: 0;
        margin: auto;
    }
    
    .err-wrapper .area-info{
            margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
        width: 300px;
        height: 150px;
    }
    .err-wrapper .area-info .icon {
             float: left;
        position: relative;
        width: 60px;
        height: 60px;
    
    }
    .err-wrapper .area-info .icon img {
            max-width: 100%;
        max-height: 100%;
        /* width: 60px; */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* height: 60px; */
        margin: auto;
    }
    .err-wrapper .area-info .detail {
            float: left;
        font-size: 14pt;
        line-height: 30px;
        margin-left: 20px;
    }
    .err-wrapper .area-info .detail .title{
        font-size: 10pt;
        font-weight: bold;
        font-family: Dotum;
    }