#req_modal .req_modal_wrap {
  padding: 0 40px 40px;
}
.agree .pv_box_view {
  color: var(--primary-color);
}
#req_modal .pd_info .prd_tit_wrap .prd_tit {
  justify-content: center;
}
.req_form .pd_info .prd_tit_wrap .prd_tit {
  justify-content: center;
  line-break: anywhere;
}
@media all and (max-width: 1023px) {
  #req_modal .req_modal_wrap,
  .req_form .req_form_modal_wrap {
    padding: 20px;
    height: fit-content;
  }
}
