main.product_pcb section#using_network .inner h3 {
  margin-top: 80rem;
}
@media (max-width: 767px) {
  main.product_pcb section#using_network .inner h3 {
    margin-top: 60rem;
  }
}
main.product_pcb section#using_network .inner > p {
  margin-top: 30rem;
}
main.product_pcb section#support_specification {
  padding: 102rem 0 120rem;
}
main.product_pcb section#support_specification .inner > div.table_container {
  overflow: auto;
}
main.product_pcb section#support_specification .inner > div.table_container table {
  border-spacing: 0;
  width: 800rem;
  margin: 0 auto;
  margin-top: 40rem;
  overflow: scroll;
}
@media (max-width: 767px) {
  main.product_pcb section#support_specification .inner > div.table_container table {
    width: 100%;
  }
}
main.product_pcb section#support_specification .inner > div.table_container table tbody tr th {
  background-color: #3A4644;
  border-bottom: solid 1rem #818987;
  width: 300rem;
  font-size: 16rem;
  line-height: 1.75;
  color: #FFFFFF;
  padding: 14rem 0;
}
@media (max-width: 767px) {
  main.product_pcb section#support_specification .inner > div.table_container table tbody tr th {
    width: 130rem;
    font-size: 15rem;
  }
}
main.product_pcb section#support_specification .inner > div.table_container table tbody tr td {
  background-color: #fff;
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  padding: 14rem 30rem;
  font-size: 15rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  main.product_pcb section#support_specification .inner > div.table_container table tbody tr td {
    font-size: 15rem;
    padding: 10rem;
  }
}
main.product_pcb section#support_specification .inner > div.table_container table tbody tr:first-of-type td {
  border-top: solid 1rem #3A4644;
}
main.product_pcb section#support_specification .inner > div.table_container table tbody tr:last-of-type th {
  border-bottom: none;
}/*# sourceMappingURL=product_pcb.css.map */