



.error {
    padding: 12rem 2rem;
    text-align: center;
}
@media (min-width: 1060px) {
    .error {
        padding: 8rem 4rem;
    }
}
.error__contents {
    background: url(/pages/header/images/ico-error.svg) no-repeat center top;
    background-size: 48px 48px;
}
@media (min-width: 1060px) {
    .error__contents {
        background-size: 104px 104px;
    }
}
.error__title {
    margin-bottom: 1.2rem;
    padding-top: 6rem;
    color: rgb(var(--color-color1));
    font-weight: 700;
    font-size: 1.4rem;
}
@media (min-width: 1060px) {
    .error__title {
        margin-bottom: 2rem;
        padding-top: 14rem;
        font-size: 1.8rem;
    }
}
.error__desc {
    color: rgb(var(--color-color1));
    font-size: 1.2rem;
    line-height: 1.58;
}
@media (min-width: 1060px) {
    .error__desc {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
.error__desc.-desc {
    color: #555;
    font-size: 1rem;
}
.error__buttons {
    margin-top: 4rem;
}
@media (min-width: 1060px) {
    .error__buttons {
        margin-top: 6rem;
    }
}
.button {
    display: inline-block;
    min-width: 10rem;
    margin: 0;
    min-height: 2rem;
    padding: .5rem 1.6rem;
    border: 0;
    border-radius: 999.9rem;
    background-color: #fff;
    border: 2px solid rgb(var(--color-color1));
    color: rgb(var(--color-color1));
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
@media (min-width: 1060px) {
    .button {
        min-width: 15rem;
        min-height: 3.8rem;
        padding: .5rem 1rem;
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button.-ghost {
    border: 2px solid rgb(var(--color-color1));
    background-color: rgb(var(--color-white));
    color: rgb(var(--color-color1));
}
@media (max-width: 1060px) {
    .button.-ghost + .button.-ghost {
        margin-top: 20px;
    }
}
@media (min-width: 1060px) {
    .button.-ghost + .button.-ghost {
        margin-left: 20px;
    }
}
.button.-ghost.-fmkakao {
    color: #191919;
    background-color: #fee500;
    border-color: #fee500;
}






.shbox-wraparea {
    margin-top: 1rem;
}
.shbox-wraparea .forms {
    position: relative;
}
.shbox-wraparea .forms input {
    width: 400px;
    max-width: 100%;
    height: 50px;
    outline: none;
    border-radius: 10px;
    border: 1px solid;
    padding: 0 1rem;
    font-size: 1rem;
}






