body {
    
}

.input-form {
    padding: 100pt 0 30pt;
    width: 700px;
}

.input-form .fs-2 {
    /* 기업 회원가입 */
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

.input-form .fs-6 {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.input-form h3 {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 63px;
    text-align: center;

    color: #FFFFFF;

    margin-bottom: 63px;
}

.input-form .join-box.tab-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
    grid-gap: 0;
}

.input-form .join-box.tab-area .join-btn {
    background: transparent;
    width: 50%;
    padding: 12px 0 14px;

    border-radius: 0;
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    /* identical to box height, or 110% */
    text-align: center;
    letter-spacing: -0.02em;

    color: #F2F2F2;
    border-bottom: 1px solid #D9F2F2 !important;
}

.input-form .join-box.tab-area button.active {
    border-bottom: 1px solid #9EEF20 !important;
    color: #fff;
    font-family: 'The Jamsil OTF 3 Regular';
}

.login-form {
    background: transparent !important;
    max-width: 100%;
    border: none !important;
    border-radius: 0 !important;
}

.form-label {
    text-align: left;
    margin-bottom: 8px;

    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    font-feature-settings: 'calt'off;

    color: #FFFFFF;
}

.btn {
    background: #A0FF0B;
    margin: 0 0 6px;
}


.input-form .label-text {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    margin-left: 10px;
    color: #FFFFFF;


}

.btn-primary {
    border-radius: 8px !important;
    background: #9EEF20 !important;

    font-family: 'Pretendard-r' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: #000;
    padding: 19px 0;
    width: 100%;
}

.find-password, .find-password a {

    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */

    color: #FFFFFF;

}

.join-link-box {
    width: 60%;
    margin: 35px auto;
}

.join-link-box .label-join-link {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.join-link-box .join-link-tag a {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    text-decoration-line: underline !important;
    text-underline-position: under;
    color: #FFFFFF;
}

input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;

    border: 1px solid #FFFFFF;
    background: transparent;
    background-color: transparent;
    border-radius: 3px;
}

input[type="checkbox"]:checked+label::after {
    content: '✔';
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    color: #9EEF20;
    left: 0;
    top: -2px;
}


.term-box span {
    font-family: 'The Jamsil OTF 3 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */

    color: #FFFFFF;
    vertical-align: super;
    margin-left: 6px;

}

.term-box span b {
    font-family: 'The Jamsil OTF 3 Regular';
}

.validation-form {
    padding: 0;
}


.py-2 a {
    text-align: right;
    text-decoration-line: underline !important;
    text-underline-position: under;
    color: #FFFFFF;
}


@media (max-width: 992px) {
    body {
        
    }

    .input-form {
        padding: 80px 30px !important;
        width: 100%;
    }

    .input-form .fs-2 {
        /* 기업 회원가입 */
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 24px !important;
        line-height: 28px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;

        color: #FFFFFF;

        margin-bottom: 10px;
    }

    .input-form .fs-6 {
        font-family: 'The Jamsil OTF 3 Regular';
        font-family: 'Gmarket Sans TTF';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;

    }

    .input-form h3 {
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 24px !important;
        line-height: 28px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;

        color: #FFFFFF;

        margin-bottom: 10px;
    }

    .input-form .join-box.tab-area {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        grid-gap: 0;
    }

    .input-form .join-box.tab-area .join-btn {

        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;

        background: transparent;

        padding: 16px 0;

        border-radius: 0;
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        /* identical to box height, or 110% */
        text-align: center;
        letter-spacing: -0.02em;

        color: #F2F2F2;
        border-bottom: 1px solid #D9F2F2 !important;
    }

    .input-form .join-box.tab-area button.active {
        background: #A0FF0B;
        color: #1D2338;
    }


    .login-form {
        background: transparent !important;
        max-width: 100%;
        border: none !important;
        border-radius: 0 !important;
    }

    .form-label {
        text-align: left;
        margin-bottom: 8px;

        font-family: 'The Jamsil OTF 3 Regular';
        font-family: 'Gmarket Sans TTF';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */
        font-feature-settings: 'calt'off;

        color: #FFFFFF;


    }

    .btn {
        background: #A0FF0B;
        margin: 0 0 6px;
    }

    .input-form .label-text {
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 120% */
        margin-left: 10px;
        color: #FFFFFF;
    }

    .btn-primary {
        border-radius: 8px !important;
        background: #9EEF20 !important;

        font-family: 'Pretendard-r' !important;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;

        color: #000;
        padding: 19px 0;
        width: 100%;
    }

    .find-password, .find-password a {

        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        /* identical to box height, or 120% */

        color: #FFFFFF;

    }

    .join-link-box {
        width: 60%;
        margin: 35px auto;
    }

    .join-link-box .label-join-link {
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .join-link-box .join-link-tag a {
        font-family: 'The Jamsil OTF 3 Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        text-align: right;
        text-decoration-line: underline !important;
        text-underline-position: under;
        color: #FFFFFF;
    }

    input[type="checkbox"]+label {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;

        border: 1px solid #FFFFFF;
        background: transparent;
        background-color: transparent;
        border-radius: 3px;
    }

    input[type="checkbox"]:checked+label::after {
        content: '✔';
        font-size: 14px;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        color: #9EEF20;
        left: 0;
        top: -2px;
    }


    .term-box span {
        font-family: 'The Jamsil OTF 3 Regular';
        /* 이용약관 및 개인정보 처리방침에 동의합니다. */
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */

        color: #FFFFFF;
    }

    .term-box span b {
        font-family: 'The Jamsil OTF 3 Regular';
    }

    .btn {
        padding: 8px !important;
        border-radius: 30px !important;

        font-family: 'The Jamsil OTF 3 Regular' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 24px !important;

        text-align: center !important;
    }

}