.formBox {
    margin-top: 60px;
}
@media all and (max-width: 540px) {
    .formBox {
        margin-top: 30px;
    }
}
.infoBox {
    padding: 30px;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #e8e7e7;
    margin-bottom: 10px;
}

/* form 아스트로 뒤로 */
.ant-form-item
    .ant-form-item-label
    > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    order: 2 !important;
}
.ant-form-item .ant-form-item-label > label::after {
    margin-inline-end: 0 !important;
}

@media all and (max-width: 987px) {
    .formItemStyle .ant-row {
        flex-flow: nowrap !important;
    }
}
@media all and (max-width: 962px) {
    .formItemStyle .ant-row {
        flex-direction: column !important;
    }
    .ant-form-horizontal .ant-form-item-label {
        flex: 0 !important;
    }
    .mobileBR {
        display: none;
    }
}
.captchaBox {
    width: 180px;
    height: auto;
    border: 1px solid #e8e7e7;
    border-radius: 6px;
    padding: 6px;
}
.captchaSection {
    display: flex;
}
.mg-6 {
    margin-top: 60px;
}
.buttonWrap {
    gap: 8px;
}
@media all and (max-width: 650px) {
    .buttonWrap {
        width: 100%;
    }
    .buttonWrap button {
        width: 50%;
    }
}
.checkTxt {
    font-size: 18px;
}
@media all and (max-width: 540px) {
    .checkTxt {
        font-size: 16px;
    }
}

