* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    height: 100%;
    background-image: url("../image/background.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.btnBox {
    width: 100%;
    position: absolute;
    bottom: 137px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btnBox button {
    width: 95%;
    height: 44px;
    background: linear-gradient(124deg, #475CE8 0%, #5C1BE8 100%);
    border-radius: 22px 22px 22px 22px;
    border: none;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBox button:nth-child(2) {
    margin-top: 30px;
    border: 1px solid #6046E8;
    background: transparent;
    font-weight: 350;
    font-size: 14px;
    color: #6046E8;
}

.btnBox p {
    margin-top: 32px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 12px;
    color: #464646;
}

.guidance {
    background-image: url("../image/guidance.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.guidance .title {
    position: absolute;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #3D3D3D;
    top: 208px;
    left: 94px;
}