/* 서브페이지 상단 공통 */

.fix_menu_wrap {
  left: 0;
  top: -72px;
  width: 100%;
  background: #fff;
  position: absolute;
}
.fix_menu_wrap.showup {
}
.fix_menu_wrap.fix {
  position: fixed;
  top: 52.7px;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
}
.fix_menu_wrap.fix .fix_menu {
  justify-content: center;
  box-sizing: border-box;
}
.fix_menu_wrap .fix_menu {
  overflow: hidden;
  padding: 10px 0 16px;
  transition: all 0.3s;
  max-width: 1200px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
}
.fix_menu_wrap .fix_menu li {
  padding: 9px 24px;
  line-height: 24px;
  font-weight: 500;
  color: #999999;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  top: 75px;
  opacity: 0;
  transition: all 0.65s;
  box-sizing: border-box;
  margin-right: 10px;
}
.fix_menu_wrap .fix_menu li:last-child {
  margin-right: 0;
}
.fix_menu_wrap.fix .fix_menu.on li {
  transition: color 0.2s;
}
.fix_menu_wrap .fix_menu li:hover {
  color: #000;
}
.fix_menu_wrap .fix_menu.on li {
  top: 0;
  opacity: 1;
}
.fix_menu_wrap.fix .fix_menu.on li {
  transition-delay: unset !important;
}
.fix_menu_wrap.fix .fix_menu.on li:first-child {
}
.fix_menu_wrap .fix_menu.on li:nth-child(2) {
  transition-delay: 0.1s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(3) {
  transition-delay: 0.2s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(4) {
  transition-delay: 0.3s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(5) {
  transition-delay: 0.4s;
}
.fix_menu_wrap .fix_menu li.on {
  background-color: #000;
  color: #fff;
}
.sub_top {
  max-width: 1200px;
  width: 100%;
  padding: 140px 0px 150px;
  margin: 0 auto;
}
.sub_top .sub_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
}
.sub_top .sub_top_desc {
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0 0px;
}

/* report */
.wrap {
  position: relative;
}
.report_container {
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  width: 100%;
}

/* report banner */
.report_bnr {
}
.report_bnr .report_bnr_mo {
  display: none;
}
.report_bnr {
  position: relative;
  padding-bottom: 32%;
  overflow: hidden;
}
.report_bnr img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  width: 100%;
}
@media all and (max-width: 767px) {
  .report_bnr {
    height: 75vw;
    padding-bottom: unset;
  }
  .report_bnr .report_bnr_mo {
    display: block;
  }
  .report_bnr .report_bnr_pc {
    display: none;
  }
}

/* report container */
.report_container #report_cont2 .flex_row_2 {
  
}

/* 제보절차 */
#report_cont1 {
  padding-top: 120px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#report_cont1 b.process_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  width: 25%;
}

/* 제보절차 - 제보유형 */
#report_cont1 .process_right b.process_subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}
#report_cont1 .process_right {
  width: 75%;
}
#report_cont1 .process_right p.process_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 40px;
}
#report_cont1 .report_category_list {
  display: flex;
  padding-bottom: 60px;
}
#report_cont1 .report_category_list ul {
  width: 300px;
}
#report_cont1 .report_category_list ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style: disc inside;
}
#report_cont1 .report_category_list ul li span.category_list_number {
  display: none;
}

/* 제보절차 - 처리절차 */
#report_cont1 ul.procedure_list {
  display: flex;
  gap: 18px;
  padding-bottom: 60px;
}
#report_cont1 ul.procedure_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 166px;
  border: 1px solid #DBDBDB;
  border-radius: 3px 14px 3px 14px;
}
#report_cont1 ul.procedure_list li:hover {
  border-color: #000000;
}
#report_cont1 ul.procedure_list li .procedure_item_number {
  background-color: #000000;
  color: #ffffff;
  width: 25px;
  height: 25px;
  font-size: 11px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  border-radius: 3px 0 3px 0;
  position: absolute;
  top: -1px;
  left: -1px;
}
#report_cont1 ul.procedure_list li .procedure_item_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding-bottom: 4px;
}
#report_cont1 ul.procedure_list li .procedure_item_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #666666;
}


/* 제보 및 제보결과 조회 */
#report_cont2 {
  padding-top: 120px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#report_cont2 b.action_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  width: 25%;
}
#report_cont2 .action_right {
    width: 100%;
    padding-top: 10px;
}
#report_cont2 .action_right ul.action_right_list {
  display: flex;
  gap: 23px;
}
#report_cont2 .action_right ul.action_right_list button {
  background-color: #F7F7F7;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  width: 284px;
  height: 230px;
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  padding: 24px;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
#report_cont2 .action_right ul.action_right_list button img {
  filter: invert(84%) sepia(0%) saturate(1795%) hue-rotate(329deg) brightness(86%) contrast(83%);
}
#report_cont2 .action_right ul.action_right_list button:hover {
  background-color: #00263E;
  border: none;
  color: #FFFFFF;
  box-shadow: 0 0 20px 0 #00000040;
}
#report_cont2 .action_right ul.action_right_list button:hover img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(266deg) brightness(103%) contrast(101%);
}


/* 제보자 보호 원칙 */
#report_cont3 {
  padding: 120px 0 200px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#report_cont3 b.principle_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  width: 25%;
}
#report_cont3 .principle_right {
  width: 75%;
}
#report_cont3 .principle_right ul.principle_list {
  padding-left: 18px;
}
#report_cont3 .principle_right ul.principle_list li {
  display: list-item;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style: disc outside;
}

@media all and (max-width: 1280px) {
  .sub_top {
    padding: 140px 20px 150px;
  }
  .fix_menu_wrap .fix_menu {
    padding: 10px 20px 16px;
  }
  #report_cont1 .flex_row_2,
  #report_cont2 .flex_row_2,
  #report_cont3 .flex_row_2 {
    padding: 0 20px;
  }
}
@media all and (max-width: 1024px) {
  .sub_top {
    padding: 110px 20px;
  }
  .sub_top .sub_title {
    font-size: 40px;
  }
  .sub_top .sub_top_desc {
    font-size: 16px;
    line-height: 24px;
  }
  .fix_menu_wrap .fix_menu {
    padding: 0 20px 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .fix_menu_wrap.fix .fix_menu {
    padding: 10px 20px;
    justify-content: unset;
  }

  .fix_menu_wrap .fix_menu li {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media all and (max-width: 767px) {
  .sub_top .sub_title {
    font-size: 30px;
    line-height: 36px;
  }
  .fix_menu_wrap {
    top: -57px;
  }
  .fix_menu_wrap.fix {
    border-bottom: 1px solid #eeeeee;
  }

  #report_cont1,
  #report_cont2,
  #report_cont3 {
    padding: 60px 0;
  }
  #report_cont1 .flex_row_2 b.process_title,
  #report_cont1 .flex_row_2 .process_right,
  #report_cont2 .flex_row_2 b.action_title,
  #report_cont2 .flex_row_2 .action_right,
  #report_cont3 .flex_row_2 b.principle_title,
  #report_cont3 .flex_row_2 .principle_right {
    width: 100%;
  }
  #report_cont1 .flex_row_2 b.process_title,
  #report_cont2 .flex_row_2 b.action_title,
  #report_cont3 .flex_row_2 b.principle_title {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 20px;
    display: inline-block;
  }


  /* 제보절차 */
  #report_cont1 .flex_row_2 .process_right b.process_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  #report_cont1 .flex_row_2 .process_right p.process_desc {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
  }

  /* 제보절차 - 제보유형 */
  #report_cont1 .report_category_list {
    flex-direction: column;
    padding-bottom: 30px;
  }
  #report_cont1 .report_category_list ul {
    width: 100%;
  }
  #report_cont1 .report_category_list ul li {
    font-size: 14px;
    line-height: 25px;
    list-style: none;
  }
  #report_cont1 .report_category_list ul li span.category_list_number {
    display: inline;
  }

  /* 제보절차 - 처리절차 */
  #report_cont1 ul.procedure_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 30px;
  }
  #report_cont1 ul.procedure_list li {
    width: calc(50vw - 26px);
    height: calc(50vw - 26px);
  }
  #report_cont1 ul.procedure_list li .procedure_item_title {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 2px;
  }
  #report_cont1 ul.procedure_list li .procedure_item_desc {
    font-size: 13px;
    line-height: 20px;
  }

  /* 제보 및 제보결과 조회 */
  #report_cont2 .action_right ul.action_right_list {
    flex-wrap: wrap;
    gap: 12px;
  }
  #report_cont2 .action_right ul.action_right_list button {
    background-color: #FFFFFF;
    border: 1px solid #00263E;
    border-radius: 14px;
    outline: none;
    width: calc(50vw - 26px);
    height: 150px;
    color: #00263E;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    gap: 8px;
  }
  #report_cont2 .action_right ul.action_right_list button img {
    width: 30px;
    height: 30px;
    filter: invert(10%) sepia(28%) saturate(5439%) hue-rotate(181deg) brightness(97%) contrast(104%);
  }
  #report_cont2 .action_right ul.action_right_list button:hover {
    background-color: #FFFFFF;
    border: 1px solid #00263E;
    color: #00263E;
    box-shadow: none;
  }
  #report_cont2 .action_right ul.action_right_list button:hover img {
    filter: invert(10%) sepia(28%) saturate(5439%) hue-rotate(181deg) brightness(97%) contrast(104%);
  }

  /* 제보자 보호 원칙 */
  #report_cont3 .principle_right ul.principle_list li {
    font-size: 14px;
    line-height: 25px;
  }
}


/* report modal dialog */
.report_modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  overflow: hidden;
  z-index: 99999;
}
.report_modal_container.on {
  display: block;
}
.report_modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  max-height: 80%;
  overflow-y: auto;
  background: #FFFFFF;
}
@media all and (max-width: 767px) {
  .report_modal {
    width: 90%;
  }
}
.report_modal button.modal_close_btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}
@media all and (max-width: 767px) {
  .report_modal button.modal_close_btn {
    top: 10px;
    right: 10px;
  }
}
.report_modal .modal_title {
  display: block;
  padding: 50px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
@media all and (max-width: 767px) {
  .report_modal .modal_title {
    padding: 40px 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.report_modal .modal_content {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content {
    padding: 0 16px;
  }
}
.report_modal .modal_content .modal_subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_subtitle {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.report_modal .modal_content .modal_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.report_modal .modal_content .modal_form .modal_label_comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: -10px;
  color: #666666;
}
.report_modal .modal_content .modal_form .error_comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #FF4853;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_form .modal_label_comment,
  .report_modal .modal_content .modal_form .error_comment {
    font-size: 13px;
    line-height: 20px;
  }
}
.report_modal .modal_content .modal_form .modal_input_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.report_modal .modal_content .modal_form .modal_input_container label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.report_modal .modal_content .modal_form .modal_input_container label.required:after {
  content: " *";
  color: #FC313D;
}
.report_modal .modal_content .modal_form .modal_input_container.half {
  width: calc(50% - 10px);
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_form .modal_input_container.half {
    width: 100%;
  }
}
.report_modal .modal_content .modal_form .modal_input_container input,
.report_modal .modal_content .modal_form .modal_input_container select,
.report_modal .modal_content .modal_form .modal_input_container textarea {
  background-color: #F8F9FB;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  outline: none;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_form .modal_input_container input,
  .report_modal .modal_content .modal_form .modal_input_container textarea {
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
  }
  .report_modal .modal_content .modal_form .modal_input_container textarea#report_type_description {
    min-height: 120px;
  }
  .report_modal .modal_content .modal_form .modal_input_container textarea#report_content {
    min-height: 280px;
  }
}
.report_modal .modal_content .modal_form .modal_input_container textarea {
  resize: none;
}
.report_modal .modal_content .modal_form .modal_input_container input::placeholder,
.report_modal .modal_content .modal_form .modal_input_container textarea::placeholder {
  color: #999999;
}
.report_modal .modal_content .modal_form .modal_input_container input.input_error,
.report_modal .modal_content .modal_form .modal_input_container select.input_error,
.report_modal .modal_content .modal_form .modal_input_container textarea.input_error {
  border-color: #FF4853;
}
.report_modal .modal_content .modal_form .pc_flex_row_2 {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_form .pc_flex_row_2 {
    flex-direction: column;
  }
}
.report_modal .modal_content .modal_form .modal_file_input_container {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .modal_form .modal_file_input_container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.report_modal .modal_content .modal_form .modal_file_input_container label {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  cursor: pointer;
}
.report_modal .modal_content .modal_form .modal_file_input_container span#uploaded_file_name {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
}
.report_modal .modal_content .report_agreement {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 30px;
}
.report_modal .modal_content .report_agreement .report_agreement_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.report_modal .modal_content .report_agreement .report_agreement_content {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  color: #666666;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.report_modal .modal_content .report_agreement .report_agreement_content u {
  color: #000000;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .report_agreement .report_agreement_content {
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    height: 140px;
    overflow-y: scroll;
  }
}
.report_modal .modal_content .report_agreement_check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.report_modal .modal_content .report_agreement_check label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .report_modal .modal_content .report_agreement_check {
    gap: 10px;
  }
  .report_modal .modal_content .report_agreement_check label {
    font-size: 14px;
    line-height: 21px;
  }
}
.report_modal .modal_content .report_agreement_check label span.required {
  color: #FF4853;
}
.report_modal .modal_content .report_agreement_check input[type="checkbox"] {
  accent-color: #00263E;
  outline: none;
  cursor: pointer;
}
/* 실명으로 제보하기 모달의 경우 보이지 않음 */
#report_modal.report_with_name .hide_with_name {
  display: none;
}
/* 익명으로 제보하기 모달의 경우 보이지 않음 */
#report_modal.report_anonymous .hide_anonymous {
  display: none;
}

.report_modal .modal_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 50px 0;
}
.report_modal .modal_footer button {
  width: 223px;
  height: 53px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  padding: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.report_modal .modal_footer button.submit_btn {
  background-color: #00263E;
  color: #FFFFFF;
}
.report_modal .modal_footer button.cancel_btn {
  background-color: #999999;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .report_modal .modal_footer {
    padding: 40px 16px 20px;
  }
  .report_modal .modal_footer button {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 17px;
  }
}


/* 제출 완료 modal dialog */
.report_modal.success {
  width: 355px;
}
.report_modal.success .success_modal_title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 60px 50px 0;
  text-align: center;
}
.report_modal.success .success_modal_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 24px 50px 19px;
  text-align: center;
  word-break: keep-all;
}
.success_modal_warning {
  border-radius: 4px;
  background: rgba(255, 175, 163, 0.20);
  font-size: 15px;
  color: #ff4853;
  font-weight: 400;
  line-height: 22px;
  text-align: start;
  padding: 9px 20px;
  margin: 0 40px 60px;
}

#icon_warning{
  padding: 3px 6px 0 0;
}

@media all and (max-width: 767px) {
  .report_modal.success {
    width: 260px;
  }
  .report_modal.success .success_modal_title {
    font-size: 16px;
    line-height: 24px;
    padding: 40px 50px 0;
  }
  .report_modal.success .success_modal_content {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 18px 24px 14px;
  }
  .success_modal_warning {
    border-radius: 4px;
    background: rgba(255, 175, 163, 0.20);
    font-size: 12px;
    color: #ff4853;
    font-weight: 400;
    line-height: 16px;
    text-align: start;
    padding: 8px 12px;
    margin: 0 20px 40px;
  }
  #icon_warning{
    padding: 2px 4px 0 0;
  }
}

/* 제보결과 조회 modal dialog */
@media all and (max-width: 767px) {
  #result_modal_step1 .report_modal .modal_content .modal_form {
    width: 100% !important;
  }
  #result_modal_step1 .report_modal .modal_footer button,
  #result_modal_step2 .report_modal .modal_footer button {
    width: 140px;
  }
}
.report_result_caption_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.report_result_caption_top .my_report_count {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
@media all and (max-width: 767px) {
  .report_result_caption_top .my_report_count {
    font-size: 15px;
    line-height: 23px;
  }
}
.report_procedure_tooltip {
  position: relative;
}
.report_procedure_tooltip .report_procedure_tooltip_trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .report_procedure_tooltip .report_procedure_tooltip_trigger {
    font-size: 12px;
    line-height: 18px;
  }
}
.report_procedure_tooltip .report_procedure_tooltip_info {
  display: none;
  position: absolute;
  width: 200px;
  right: 0;
  border: 1px solid #E1E1E1;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  padding: 24px;
}
.report_procedure_tooltip .report_procedure_tooltip_info.on {
  display: block;
}
.report_procedure_tooltip .report_procedure_tooltip_info button.tooltip_close_btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.report_procedure_tooltip .report_procedure_tooltip_info button.tooltip_close_btn img {
  width: 12px;
  height: 12px;
}
.report_procedure_tooltip .report_procedure_tooltip_info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.report_procedure_tooltip .report_procedure_tooltip_info ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.report_procedure_tooltip .report_procedure_tooltip_info ul li p {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.report_procedure_tooltip .report_procedure_tooltip_info ul li span {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#result_modal_step2 section.modal_content {
  min-height: 250px;
}
table.report_result_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}
table.report_result_table thead tr th {
  background: #F8F9FB;
  padding: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
table.report_result_table thead tr th.report_result_th_createdAt {
  width: 100px !important;
}
table.report_result_table thead tr th.report_result_th_reportStatus {
  width: 80px !important;
}
@media all and (max-width: 767px) {
  table.report_result_table thead tr th {
    font-size: 12px;
    line-height: 18px;
  }
  table.report_result_table thead tr th.report_result_th_createdAt {
    display: none;
  }
  table.report_result_table thead tr th.report_result_th_reportStatus {
    width: 80px !important;
  }
}
table.report_result_table tbody tr:not(:last-child) {
  border-bottom: 1px #E1E1E1 solid;
}
table.report_result_table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
}
table.report_result_table tbody tr td.report_result_td_title {
  display: table-cell;
  width: 100%;
}
table.report_result_table tbody tr td.report_result_td_title p {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table.report_result_table tbody tr td.report_result_td_createdAt {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
table.report_result_table tbody tr td.report_result_td_title p.report_result_td_mobile_createdAt {
  display: none;
}
@media all and (max-width: 767px) {
  table.report_result_table tbody tr td.report_result_td_title {
    font-size: 13px;
    line-height: 20px;
  }
  table.report_result_table tbody tr td.report_result_td_createdAt {
    display: none;
  }
  table.report_result_table tbody tr td.report_result_td_title p.report_result_td_mobile_createdAt {
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
span.report_status_badge {
  display: block;
  width: 64px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  background: #FFFFFF;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: auto;
}
span.report_status_badge.COMPLETE {
  border: 1px solid #999999;
  background: #999999;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  span.report_status_badge {
    width: 60px;
    font-size: 12px;
    line-height: 18px;
  }
}

div.report_result_detail {
  display: flex;
  flex-direction: column;
}
div.report_result_detail b.report_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #000000;
  word-break: break-word;
  white-space: pre-line;
}
@media all and (max-width: 767px) {
  div.report_result_detail b.report_title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
  }
}
div.report_result_detail .report_desc {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
  padding: 14px 0;
  border-bottom: 1px solid #E1E1E1;
}
div.report_result_detail .report_desc p {
  flex-basis: 50%;
  word-break: break-word;
  white-space: pre-line;
}
@media all and (max-width: 767px) {
  div.report_result_detail .report_desc {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  div.report_result_detail .report_desc p {
    flex-basis: 100%;
  }
}
div.report_result_detail .report_content {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #666666;
  padding: 14px 0 60px;
  word-break: break-word;
  white-space: pre-line;
}
@media all and (max-width: 767px) {
  div.report_result_detail .report_content {
    font-size: 13px;
    line-height: 20px;
    padding: 12px 0 30px;
  }
}
div.report_result_detail .report_file {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 20px;
}
div.report_result_detail .report_file a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: #666666;
  cursor: pointer;
}
div.report_result_detail .report_file span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
@media all and (max-width: 767px) {
  div.report_result_detail .report_file  {
    padding-bottom: 10px;
  }
  div.report_result_detail .report_file a {
    font-size: 12px;
    line-height: 18px;
  }
  div.report_result_detail .report_file span {
    font-size: 11px;
    line-height: 16px;
  }
}
div.report_result_detail .report_reply {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  padding: 20px;
  background-color: #F8F9FB;
  border-radius: 4px;
  min-height: 240px;
  word-break: break-word;
  white-space: pre-line;
}
@media all and (max-width: 767px) {
  div.report_result_detail .report_reply {
    font-size: 13px;
    line-height: 20px;
    padding: 14px;
    min-height: 140px;
  }
}

.message-box {
  display: flex;
  align-items: flex-start;
}

select {
  color: gray;
}

select option:disabled {
  color: gray;
}

select.initial {
  color: gray;
}

select.changed {
  color: black;
}