@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d6dde6;
  table-layout: fixed;
}
table caption {
  display: none;
}
table th,
table td {
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.54px;
  vertical-align: middle;
}
table th .tr_bold,
table td .tr_bold {
  font-weight: 600;
}
table th .tr_red,
table td .tr_red {
  color: #d92d20;
}
table th {
  font-weight: 600;
  text-align: center;
  background: #f4f6f8;
  border: 1px solid #d6dde6;
}
table td {
  font-weight: 400;
  text-align: center;
  background: #fff;
  border: 1px solid #d6dde6;
}
table .tr_text_left {
  text-align: left;
}

.table_sub_comment {
  margin: 15px 0;
  color: #555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.54px;
}

@media (max-width: 1280px) {
  table th, table td {
    font-size: 0.89rem;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.48px;
  }
  .table_sub_comment {
    font-size: 0.89rem;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.48px;
  }
}
@media (max-width: 1023px) {
  table th, table td {
    font-size: 0.78rem;
  }
  .table_sub_comment {
    font-size: 0.78rem;
  }
}