
body {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 560px;
}

.main-container {
    font-family: SpoqaHanSans;
    width: 100%;
    max-width: 688px;
    height: 560px;
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px #ededf2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 48px 0 57px 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #222233;
    margin-bottom: 8px;
}

p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666677;
}

.title {
    margin-top: 50px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9999aa;
}

.content {
    margin-top: 8px;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #222233;
    font-family: sans-serif;
}

button {
    width: 208px;
    height: 56px;
    border-radius: 4px;
    border: solid 1px #ededf2;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9999aa;
}

button:hover {
    background-color: #e65c5c;
    color: #ffffff;
    cursor: pointer;
}

.back-btn {
    color: #0060ad;
}

.rejection {
    color: #e65c5c;
}

.rejection-info {
    margin: 24px;
    padding: 24px;
    border-radius: 4px;
    border: solid 1px #ededf2;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222233;
}

.error-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    body {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 560px;
    }

    .main-container {
        font-family: SpoqaHanSans;
        width: 100%;
        max-width: 688px;
        height: 560px;
        margin: 0 auto;
        border-radius: 4px;
        border: solid 1px #ededf2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 48px 0 57px 0;
        text-align: center;
        box-sizing: border-box;
    }

    h1 {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #222233;
        margin-bottom: 8px;
    }

    p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #666677;
    }

    .title {
        margin-top: 50px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #9999aa;
    }

    .content {
        margin-top: 8px;
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #222233;
    }

    button {
        width: 208px;
        height: 56px;
        border-radius: 4px;
        border: solid 1px #ededf2;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #9999aa;
    }

    button:hover {
        background-color: #e65c5c;
        color: #ffffff;
        cursor: pointer;
    }

    .back-btn {
        color: #0060ad;
    }

    .rejection {
        color: #e65c5c;
    }

    .rejection-info {
        margin: 24px;
        padding: 24px;
        border-radius: 4px;
        border: solid 1px #ededf2;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #222233;
    }


}

@media only screen and (max-width: 759px) {
    body {
        margin: 0;
    }

    .main-container {
        border: 0;
        max-width: 100%;
    }

    .error-wrapper {
        padding: 50px;
        box-sizing: border-box;
    }
}
