.inner_wrap .info_area .content li.info_wrap .info_tb {
  width: 100%;
}

.inner_wrap .info_area .content li.info_wrap .info_tb table {
  width: 100%;
  font-family: "Noto Sans KR";
  margin-top: 10px;
}

.inner_wrap .info_area .content li.info_wrap .info_tb thead th {
  padding: 5px;
  background-color: #f4b6c2;
  text-align: center;
  border-radius: 15px 15px 0 0;
  border-right: 1px solid #fff;
  font-family: "Noto Sans KR";
  font-weight: 600;
}

.inner_wrap .info_area .content li.info_wrap .info_tb thead th:last-child {
  border-right: 0;
}
.inner_wrap .info_area .content li.info_wrap .info_tb tbody td {
  padding: 8px;
  width: calc(100% / 4);
  text-align: center;
  border-left: 1px solid #f5b6c2;
  border-bottom: 1px solid #f5b6c2;
  font-family: "Noto Sans KR";
  font-weight: 600;
}
.inner_wrap .info_area .content li.info_wrap .info_tb.info_tb2 tbody td {
  width: auto !important;
}
.inner_wrap .info_area .content li.info_wrap .info_tb.info_tb3 tbody td {
  width: auto !important;
}
.inner_wrap
  .info_area
  .content
  li.info_wrap
  .info_tb.info_tb3
  tbody
  td:first-child {
  width: 90px !important;
}
.inner_wrap .info_area .content li.info_wrap .info_tb tbody td:first-child {
  border-left: 0;
}
.inner_wrap .info_area .content li.info_wrap .info_tb tbody td.border_pink {
  border-left: 1px solid #f5b6c2;
}
.inner_wrap .info_area .content li.info_wrap .info_tb tbody tr.pink td {
  background-color: #fdeff2;
  font-weight: 500;
}

@media all and (max-width: 425px) {
  .inner_wrap .info_area .content li.info_wrap .info_tb tbody td {
    padding: 5px;
    font-size: 14px;
    word-break: keep-all;
  }
}
