@charset "utf-8";

#inc04 {
  padding: 0 60px;
  margin: 130px 0;
}
#inc04 .inner {
  max-width: 1240px;
  margin: 0 auto;
}
#inc04 .title_area {
  text-align: center;
  margin-bottom: 60px;
}
#inc04 .title_area .eng {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--primary);
  font-family: var(--e-font);
  margin-bottom: 14px;
}
#inc04 .title_area h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-bottom: 14px;
}
#inc04 .title_area .sub {
  font-size: 16px;
  color: #888;
}
#inc04 .table_wrap {
  overflow-x: auto;
}
#inc04 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#inc04 table thead tr th {
  padding: 22px 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
#inc04 table thead th.item_th {
  width: 20%;
}
#inc04 table thead th.paper_th {
  width: 36%;
  background: #f5f5f5;
  border-radius: 20px 0px 0 0;
  color: #888;
}
#inc04 table thead th.esl_th {
  width: 36%;
  background: var(--primary);
  border-radius: 0px 20px 0 0;
  color: #111;
  border-bottom: 2px solid #fff;
}
#inc04 table thead th span {
  display: inline-block;
}
#inc04 table tbody tr td {
  padding: 20px 28px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
  word-break: keep-all;
  line-height: 1.5;
}
#inc04 table tbody tr:last-child td {
  border-bottom: none;
}
#inc04 table tbody td.item {
  text-align: left;
  font-weight: 600;
  color: #6a9d7d;
  padding-left: 10px;
  text-align: center;
  /* background: linear-gradient(
    90deg,
    #a0efbd 0%,
    #e1f1e7 9.52%,
    rgba(255, 255, 255, 0) 56.29%
  );
   */
  background: linear-gradient(
    6deg,
    #ebf9ff 0%,
    #f6fffa 9.52%,
    rgba(255, 255, 255, 0) 56.29%
  );
  border-radius: 10px 0 0 10px;
  border-bottom: 1px solid #fff;
  box-shadow: inset -7px -6px 10px rgb(233 255 241);
}
#inc04 table tbody td.paper {
  background: #fafafa;
  color: #999;
}
#inc04 table tbody td.esl {
  background: rgba(82, 230, 136, 0.08);
  color: #111;
  font-weight: 600;
}
#inc04 table tbody tr:last-child td.paper {
  border-radius: 0 0 0 20px;
}
#inc04 table tbody tr:last-child td.esl {
  border-radius: 0 0 20px 0;
}

/* 반응형 [s] */
@media (max-width: 1380px) {
  #inc04 {
    padding: 0 2.5%;
  }
  #inc04 .title_area h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  #inc04 {
    margin: 110px 0;
  }
  #inc04 .title_area h2 {
    font-size: 30px;
  }
  #inc04 table thead tr th {
    padding: 18px 14px;
    font-size: 16px;
  }
  #inc04 table tbody tr td {
    padding: 18px 16px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #inc04 {
    margin: 90px 0;
  }
  #inc04 .title_area {
    margin-bottom: 40px;
  }
  #inc04 .title_area h2 {
    font-size: 26px;
  }
  #inc04 table thead th.item_th {
    width: 32%;
  }
  #inc04 table thead th.paper_th,
  #inc04 table thead th.esl_th {
    width: 34%;
  }
  #inc04 table thead tr th {
    padding: 15px 10px;
    font-size: 14px;
  }
  #inc04 table tbody tr td {
    padding: 15px 10px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #inc04 {
    margin: 70px 0;
  }
  #inc04 .title_area h2 {
    font-size: 22px;
  }
  #inc04 .title_area .sub {
    font-size: 14px;
  }
  #inc04 table thead tr th {
    padding: 13px 8px;
    font-size: 13px;
  }
  #inc04 table tbody tr td {
    padding: 13px 8px;
    font-size: 12px;
  }
  #inc04 table thead th.paper_th,
  #inc04 table thead th.esl_th {
    border-radius: 12px 12px 0 0;
  }
  #inc04 table tbody tr:last-child td.paper {
    border-radius: 0 0 0 12px;
  }
  #inc04 table tbody tr:last-child td.esl {
    border-radius: 0 0 12px 0;
  }
}
/* 반응형 [e] */
