@charset "utf-8";
/* CSS Document */


body.error{background: #fff;margin: 0;padding: 0}
.error-wrap{
    max-width:764px;
    height: auto;
    margin: 90px auto;
    font-family: 'Noto Sans KR','Nanum Gothic', 'Malgun Gothic';
    font-size: 16px
}
.text-left{
   width:415px;
    float: left;
    padding: 20px 50px ;
}
.content::after{
    content: '';
    display: block;
    clear: both;
}
h1,h2, h3, h4,h5,p{margin: 0}
.text-left h5{
    font-family:'Nanum Gothic';
    font-size:15px ;
    color:#555;
    margin-left: 5px
}
.text-left h3{
    font-family:'Nanum Gothic';
    font-size:28px ;
    color:#222;
    margin-top: 10px;
    margin-bottom: 50px
}
.text-left p{
    font-family:'Nanum Gothic';
    font-size:14px ;
    color:#333;
    margin-left: 3px;
    line-height: 2.1;
    margin-bottom: 18px
}
.text-left span{
    letter-spacing: -5px;
    
}
.line{
    margin: 0 auto;
    width:90%;
    border-bottom:1px solid lightgrey
}
.con-bottom{
   padding: 20px 50px; 
}

.con-bottom p{
    margin-top: 10px;
    font-family:'Nanum Gothic';
    font-size:15px ;
    color:#666;
    line-height: 1.6
}
.logo{
    display: block;
    text-align: center;
    margin-top: 100px;
}
.logo img{
    width:220px;
    height: auto
}




