
    .prev_search_result{
        display: none;
    }
    .popupApply > div{
        height: 110%;
        padding-bottom: 5.4rem;
        text-align: inherit;
        background-color: #E2EBEE;
    }

	@media (max-width: 1280px) {
        .popupApply > div {
            height: 50%;
        }
    }

    .popupApply .consultingWrap{
        width: 100%;
        background-color: #E2EBEE;
        padding-top: 3rem;
        display: flex;
        flex-direction: column;
        height: 90%;
        justify-content: space-between;
    }

    .popupApply .consultingWrap .form-area {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .popupApply .consultingWrap .form-info{
		gap: 1rem;
	}

