/* 보고서 contents */
#report {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 33px 26px;
}

#report h4.sub_tit {
  font-size: 16px;
  font-weight: 500;
}

.tbl_report table {
  overflow: hidden;
  border: 1px solid #000;
}

.tbl_report table thead th {
  background-color: #EEEEEE;
  border: 1px solid #000;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}

.tbl_report table tbody th,
.tbl_report table tbody td {
  background-color: #fff;
  border: 1px solid #000;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.tbl_report .tal {
  text-align: left;
}

.tbl_report .tar {
  text-align: right;
}

.tbl_report .report_title h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tbl_report .report_title p {
  font-size: 20px;
  font-weight: 500;
}

.tbl_report .payment_area {
  height: 60px;
}

.tbl_report .payment_area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report_input_text {
  height: 150px;
}

.report_logo {
  display: flex;
  justify-content: center;
}
