/* 에러페이지 */
.wrap-error {display: flex; align-items: center; justify-content: center; width: 100%; height: 100vh; background: #c8e7f3 url('../img/bg-error.jpg') no-repeat center;}
.wrap-error .inner {max-width: 1240px; margin: 0 auto; text-align: center;}
.wrap-error .big-font {display: block; position: relative; font-family: pb; font-size: 50px; line-height: 1.3; color: #5c8fdb;}
/* .wrap-error .big-font .icon {position: absolute; right: -210px; top: -187px; width: 409px; height: 242px; background: url('../img/ic-error.png') no-repeat center;} */
.wrap-error .small-font {margin-top: 35px; font-family: pr; font-size: 20px; color: #333;}
.wrap-error .link {display: inline-flex; justify-content: center; align-items: center; height: 55px; margin-top: 70px; background: #204e93; padding: 0 90px; border-radius: 100px; font-family: psb; font-size: 16px; color: #fff;}

@media screen and (max-width: 1200px) {
    .wrap-error .big-font {font-size: 35px;}
    .wrap-error .small-font {font-size: 17px;}
    /* .wrap-error .big-font .icon {right: -80px; top: -94px; width: 200px; height: 122px; background-size: 100% auto;} */
    .wrap-error .link {margin-top: 50px;}
}

@media screen and (max-width: 1000px) {
    .wrap-error .big-font {font-size: 30px;}
    .wrap-error .small-font {margin-top: 20px;}
    .wrap-error .link {height: 50px; margin-top: 30px; padding: 0 50px;}
}

@media screen and (max-width: 768px) {
    .wrap-error .big-font {font-size: 20px;}
    .wrap-error .small-font {font-size: 15px;}
    .wrap-error .link {height: 40px; margin-top: 20px; padding: 0 40px;}
}