.report2 .report_subtitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.report2 .report_subtitle h4 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #111;
}
.report2 .report_subtitle p {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: #767676;
  letter-spacing: -0.025rem;
}
.report2 .row .radio-area {
  padding-top: 2.875rem;
}
.report2 .row .textarea {
  margin-bottom: 0 !important;
}
.report2 .row .file_name:focus {
  border: 0.0625rem solid #dadada;
}
.report2 .row .file_select_btn {
  font-family: "Pretendard";
  white-space: nowrap;
}
.report2 .agree_wrap div .scroll_container {
  height: 21.5rem;
}
.report2 .agree_wrap div .scroll_container dl dt {
  margin-bottom: 1rem;
}
.report2 .agree_wrap div .scroll_container dl dt.bold_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #111;
}
.report2 .agree_wrap div ~ div .scroll_container {
  height: 14.25rem;
}
.report2 .align-center button {
  margin-top: 1.5rem !important;
}
@media (max-width: 47.5rem) {
  .report2 .report_subtitle {
    margin-bottom: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }
  .report2 .report_subtitle h4 {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
    color: #111;
  }
  .report2 .row .radio-area {
    padding-top: 2.625rem;
  }
  .report2 .row .radio-area input[type="radio"] {
    height: 1.375rem !important;
  }
  .report2 .row .radio-area .radio-label ~ input {
    margin-left: 1rem;
  }
  .report2 .row .textarea {
    max-height: 15.4375rem;
  }
  .report2 .row .textarea textarea::-moz-placeholder {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #adadad;
  }
  .report2 .row .textarea textarea::placeholder {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #adadad;
  }
  .report2 .row .file_select_btn {
    width: 5.375rem;
  }
  .report2 .agree_wrap div .scroll_container {
    max-height: 28.5rem;
  }
  .report2 .agree_wrap div .scroll_container dl dt {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #767676;
  }
  .report2 .agree_wrap div .scroll_container dl dt.bold_title {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5625rem;
    color: #111;
  }
  .report2 .agree_wrap div .scroll_container dl dd {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
  .report2 .agree_wrap div ~ div .scroll_container {
    max-height: 18.875rem;
  }
  .report2 .align-center button {
    margin-top: 2rem !important;
  }
  .report2 .input-area.radio-area {
    gap: 4px;
  }
  .report2 .input-area.radio-area label + input {
    margin-left: 2% !important;
  }
  .report2 .input-area.radio-area input {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
