﻿.wrap{
    width:480px;
    margin:0 auto;
}

.error{
    width: 90%; 
    margin: 30px 5% 0 5%;

    text-align: center;
}
.error>p:first-child{
    font-size: 15px;
    font-weight: 700;
    color: #ffc044;
    margin-top: 70px;
}
.error img{
    margin: 10px 0 30px 0;
}
.error div>p:first-child{
    font-size: 16px;
    font-weight: 600;
}
.error div>p:last-child{
    font-size: 15px;
    font-weight: 500;
    color: #aeaeae;
    margin: 10px 0 80px;
}

.error a{
    display: block;
    height: 50px;
    background:#33A898;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 8px;
   font-size: 14px;
   font-family: Pretendard;
   font-weight: 500;
   cursor: pointer;
   line-height: 50px;
}


@media (max-width:480px) {
    .wrap{
        width: 100%;
        margin: 0 auto;
    }

}