.consult_popup {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.consult_popup_bg {
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 102%;
    background-color: rgba(0, 0, 0, 0.7);
}
.consult_popup_div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-top: 0;
    z-index: 1000;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.consult_popup_div::-webkit-scrollbar {
    display: none;
}
.consult_popup_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.consult_popup_top .consult-img {
    width: 59px;
    height: 72px;
}
.consult_popup_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
    font-size: 26px;
    font-family: 'NaverBD-EB', sans-serif;
}
.consult_popup_title span {
    color: #01cb5c;
}
.consult_popup_subtitle {
    font-size: 18px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
}
.consult_popup_item {
    overflow-y: auto;
    max-height: 600px;
}
.consult_popup_content {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 10px;
}
.consult_popup_content .content_title {
    color: #666666;
    margin-top: 20px;
}
.consult_popup_content placeholder {
    color: #888888;
}

.consult_popup_content .content-select {
    width: 100%;
    padding: 10px;
    border: none;
    background: #F7F8FB;
    outline: none;
    color: #888888;
}

.consult_popup_content .content-input {
    width: 100%;
    border: none;
    background: #F7F8FB;
    padding: 10px;
}
.consult_popup_content .content-textarea {
    width: 100%;
    height: 110px;
    padding: 10px;
    border: none;
    resize: none;
    background: #F7F8FB;
}
.content_note {
    font-size: 12px;
    color: #ff0000;
    margin-top: 10px;
}
.consult_check.type_40_check {
    margin-top: 20px;
}
.consult_btn_wrap {
    text-align: center;
    margin-top: 20px;
}
.consult_btn_wrap .consult_btn {
    width: 82%;
    height: 60px;
    background-color: #01cb5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    padding: 16px 0;
}
.consult_btn_wrap .return_btn {
    width: 15%;
    height: 60px;
    background-color: #fff;
    color: #01cb5c;
    border: 1px solid #01cb5c;
    border-radius: 8px;
    font-size: 20px;
    padding: 16px 0;
}
.consult_btn_wrap .return_btn svg {
    width: 26px;
    height: 26px;
}
.consult_popup_footer {
    font-size: 12px;
    color: #11af58;
    margin-top: 10px;
}
.type_40_check {
    margin: 0;
    padding-bottom: 10px;
}
.type_40_check p {
    font-size: 14px;
}
.type_40_check_li {
    margin: 0;
    margin-bottom: 10px;
}
.type_40_check label {
    font-size: 13px;
    padding-top: 3px;
}

@media screen and (max-width: 1024px) {
    .consult_popup_div {
        top: 0;
        padding: 20px;
    }
    .consult_popup_title {
        margin-bottom: 20px;
    }
    .consult_popup_title p {
        margin: 10px 0;
    }
    .consult_popup_div .forms-textarea {
        margin-top: 15px;
    }
    .consult_popup_div .check_wrap {
        margin-top: 10px;
    }
    .consult_popup_div .button_wrap {
        margin-top: 15px;
    }
}