@charset "utf-8";

/*
    error.css 23년 5월 25일(목) 제작 제작자 : 김동영
    수정시 수정사항, 수정자 기입
    예 : 22-12-05 김동영 .main-img-box padding-left:10px에서 15px로 수정

*/

.error-box {
    border-top:solid 1px #ddd;
    margin-bottom: -100px;
}

.application-body {
    background: #f5f5f5;
    text-align: center;
}

.app-wrap {
    padding: 150px 0;
}

.app-wrap h3 {
    font-size:42px;
    font-weight: 500;
}

.app-wrap figure {
    margin-top: 50px;
}

.app-wrap p {
    margin-top: 65px;
    font-size:16px;
    color:#222;
    font-weight: 500;
}

.app-wrap .history-back {
    margin-top: 55px;
}

.app-wrap .history-back img {
    width: 24px;
    height: 20px;
}

.app-wrap .history-back span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.app-wrap .history-back button {
    background: #222;
    width: 230px;
    height: 60px;
    border-radius: 30px;
}

.app-wrap .history-back button:hover {
    background: #222 !important;
}

.app-wrap .history-back button:focus {
    background: #222 !important;
}

@media (max-width:1199px) {
    .app-wrap figure img {
        width:100%;
    }
    .app-wrap {
        padding: 60px 0;
    }
}