.register-wrapper {
    padding: 105px 20px 100px;
}

.row-wrap {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
}

.register-wrap {
    padding: 0px 20px 80px;
}

.register-wrap .register-box-wrap {
    padding: 80px 120px 108px;
    background: url(/images/login-bg-s.png) right 20px top 157px no-repeat rgb(124, 90, 255);
    border-radius: 10px;
    max-width: 680px;
    width: 100%;
    margin: 0px auto;
}

.register-wrap .register-box-wrap .register-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 11px;
}

.register-wrap .register-box-wrap .register-box .register-left {
    display: flex;
    gap: 20px;
}

.register-wrap .register-box-wrap .register-box a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.5;
}

.register-wrap .register-box-wrap .register-box a.active {
    opacity: 1;
}

.register-component {
    display: block;
}

.register-infor {
    position: relative;
    margin-top: 20px;
}

.register-infor p {
    margin: 0;
}

.register-infor .id-triangle {
    transform: rotate(180deg);
    position: absolute;
    top: -5px;
    left: 80px;
    z-index: 1;
    display: none;
}

.id-input {
    width: 100%;
    position: relative;
    margin-top: 10px;
    border: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: normal;
    text-align: left;
    color: rgb(0, 0, 0);
    padding: 18px 22px;
    border-radius: 10px;
    box-sizing: border-box;
}

.register-infor .line {
    border-top: 1px solid rgb(224, 224, 224);
    margin: 12px 0px;
    opacity: 0.3;
}

.register-infor .code-input {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.referer-code-input {
    width: 63%;
    position: relative;
    border: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: normal;
    text-align: left;
    color: rgb(0, 0, 0);
    padding: 18px 22px;
    border-radius: 10px;
    box-sizing: border-box;
}

.register-infor .code-input .save-money {
    border-radius: 9px;
    background: rgb(150, 123, 255);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 3px;
    width: 148px;
    height: 25px;
}

.register-infor .code-input .save-money img {
    position: relative;
    top: 1px;
}

.register-infor p {
    font-size: 12px;
}

.register-infor .code-input .save-money p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    top: -1px;
}

.register-infor .checkbox-wrap {
    margin-top: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 22px 22px;
}

.register-infor .checkbox-wrap .consent-box {
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(233, 233, 233);
    margin-bottom: 18px;
}

.register-infor .checkbox-wrap input[type="checkbox"] {
    display: none;
}

.register-infor .checkbox-wrap svg {
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.register-infor .checkbox-wrap input[type="checkbox"]:checked + label svg {
    cursor: pointer;
}

.register-infor .checkbox-wrap input[type="checkbox"]:checked + label svg rect {
    stroke: rgb(255, 255, 255);
    fill: rgb(124, 90, 255);
}

.register-infor .checkbox-wrap input[type="checkbox"]:checked + label svg path {
    stroke: rgb(255, 255, 255);
    opacity: 1;
}

.register-infor .checkbox-wrap .consent-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.02em;
}

.register-infor .checkbox-wrap .under-consent-box {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.register-infor .checkbox-wrap .under-consent-box .under-check {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.register-infor .checkbox-wrap .under-consent-box .under-check svg {
    position: relative;
    top: 1px;
}

.register-infor .checkbox-wrap .under-consent-box .under-check p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
}

.register-infor .checkbox-wrap .under-consent-box a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: rgb(163, 163, 163);
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(163, 163, 163);
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.register-infor .checkbox-wrap .t-consent {
    margin-top: 16px;
}

.button-wrapper {
    margin-top: 12px;
}

.com-button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.register-button {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    background-color: rgb(124, 90, 255);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
}

.com-button a {
    display: inline-block;
    width: 100%;
    line-height: 52px;
    height: auto;
    background: rgb(150, 123, 255);
    border-radius: 10px;
}



.overlay-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all;
}

.overlay-wrapper .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.2s;
}

.overlay-wrapper .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 298px;
    width: 100%;
    height: auto;
    z-index: 99999;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    transition: 0.2s;
    padding: 26px 15px 15px;
}

.overlay-wrapper .container p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}

.overlay-wrapper .container span {
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-align: center;
    display: block;
    line-height: 120%;
    margin-bottom: 21px;
}

.overlay-wrapper .flex {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 8px;
}

.overlay-wrapper .container p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}

.overlay-wrapper .flex .btn {
    width: 100%;
    background: rgb(124, 90, 255);
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.2s;
}

.overlay-wrapper .flex .btn:last-child {
    background: rgb(124, 90, 255);
    color: rgb(255, 255, 255);
}

.com-button .loginbtn.kakaologinbtn {
    background: #FEE500 !important;
    border: 1px solid #FEE500;
    margin-top: 12px;
    color: rgb(0 0 0 / 85%);
    text-align: center;
}

.com-button .loginbtn.kakaologinbtn img {
    margin-right: 8px;
}

@media (max-width: 770px) {
    .register-wrapper {
        padding: 94px 20px 50px;
    }

    .register-wrap .register-box-wrap {
        padding: 40px 30px 45px;
        background-size: 173px 199px;
        background-repeat: no-repeat;
        background-position: right 9px bottom 9px;
    }

    .login-content .login-box {
        font-size: 14px;
        line-height: 20px;
    }

    .login-content .login-box .login-left {
        gap: 16px;
    }

    .login-content .id-triangle {
        transform: rotate(180deg);
        position: absolute;
        top: 111px;
        left: 64px;
    }

    .id-input {
        padding: 16px 20px;
        font-size: 12px;
        line-height: 17px;
        margin-top: 16px;
        border-radius: 6px;
    }

    .password-wrap {
        font-size: 16px;
    }

    .pw-input {
        padding: 16px 20px;
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px;
        border-radius: 6px;
    }

    .login-button-wrap {
        font-size: 13px;
    }

    .rememberme-wrap {
        font-size: 14px;
    }

    .register-wrap .register-box-wrap .register-box {
        font-size: 14px;
        margin-top: 11px;
    }

    .register-wrap .register-box-wrap .register-box .register-left {
        display: flex;
        gap: 20px;
    }

    .register-wrap .register-box-wrap .register-box a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        opacity: 0.5;
    }

    .register-component {
        overflow: scroll;
    }

    .register-infor .id-triangle {
        transform: rotate(180deg);
        position: absolute;
        top: 111px;
        left: 64px;
    }

    .referer-code-input {
        padding: 16px 20px;
        font-size: 12px;
        line-height: 17px;
        margin-top: 16px;
        border-radius: 6px;
    }

    .register-infor .checkbox-wrap {
        margin-top: 10px;
        border-radius: 6px;
        padding: 16px 20px 19px;
    }

    .register-infor .checkbox-wrap .consent-box {
        padding-bottom: 13px;
        margin-bottom: 14px;
    }

    .register-infor .checkbox-wrap .consent-box p {
        font-size: 13px;
        line-height: 19px;
    }

    .register-infor .checkbox-wrap .under-consent-box {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .register-infor .checkbox-wrap .under-consent-box .under-check {
        display: flex;
        gap: 14px;
    }

    .register-infor .checkbox-wrap .under-consent-box .under-check p {
        font-size: 12px;
        line-height: 17px;
    }

    .register-infor .checkbox-wrap .under-consent-box a {
        font-size: 12px;
        letter-spacing: -0.36px;
    }

    
    
}