.product-article {
  padding: 140px 0;
  background-color: #f7f7f7;
}

.product-article .sectioninner {
  background-color: #fff;
  padding: 70px 50px;
}

.product-article .sectioninner .upper {
  margin-bottom: 50px;
}

.product-article .sectioninner .upper .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 12px;
  color: #f0243f;
  border: 1px solid #f0243f;
  border-radius: 20px;
  padding: 8px 15px;
}

.product-article .sectioninner .upper h2 {
  margin-bottom: 60px;
}

.product-article .sectioninner .upper .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}

.product-article .sectioninner .upper .detail .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
  height: auto;
}

.product-article .sectioninner .upper .detail .img img {
  width: 100%;
  height: auto;
}

.product-article .sectioninner .upper .detail .text .title {
  font-weight: bold;
}

.product-article .sectioninner .upper .detail .text ul {
  margin-bottom: 20px;
}

.product-article .sectioninner .upper .detail .text ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}

.product-article .sectioninner .lower .item+.item {
  margin-top: 50px;
}

.product-article .sectioninner .lower h3 {
  background-color: #dadada;
  padding: 20px 25px;
  font-weight: bold;
  margin-bottom: 16px;
}

.product-article .sectioninner .lower .table-row {
  margin-bottom: 16px;
  display: block;
  width: 100%;
}

.product-article .sectioninner .lower .table-row h3 {
  margin-bottom: 10px;
  padding: 20px 25px;
  background-color: #dadada;
}

.product-article .sectioninner .lower .table-row .table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-article .sectioninner .lower .table-row .table-wrapper table {
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

.product-article .sectioninner .lower .table-row .table-wrapper table.few-items {
  max-width: 600px;
}

.product-article .sectioninner .lower .table-row .table-wrapper table thead tr th {
  border: 1px solid #dadada;
  background-color: #f7f7f7;
  font-weight: bold;
  padding: 20px 25px;
  word-wrap: break-word;
  text-align: center;
  min-width: 175px;
}

.product-article .sectioninner .lower .table-row .table-wrapper table tbody tr td {
  border: 1px solid #dadada;
  padding: 20px 25px;
  font-weight: 500;
  word-wrap: break-word;
  text-align: center;
  min-width: 150px;
}

.product-article .sectioninner .lower .table-col table {
  width: 100%;
  border-collapse: collapse;
}

.product-article .sectioninner .lower .table-col table tbody tr th {
  border: 1px solid #dadada;
  background-color: #f7f7f7;
  padding: 20px 25px;
  font-weight: bold;
  min-width: 214px;
}

.product-article .sectioninner .lower .table-col table tbody tr td {
  border: 1px solid #dadada;
  padding: 20px 25px;
  font-weight: 500;
  text-align: left;
  word-wrap: break-word;
}

.product-article .sectioninner .lower .annotation ul li {
  text-align: left;
  margin-bottom: 10px;
}

.product-article .btnbox {
  margin-top: 100px;
}

@media screen and (max-width: 842px) {
  .product-article .sectioninner {
    padding: 50px 30px;
  }

  .product-article .sectioninner .upper .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 842px) {
  .product-article .sectioninner .lower .table-row .table-wrapper table {
    width: 100%;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table thead {
    display: none;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table tr {
    display: block;
    margin-bottom: 8px;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #dadada;
    text-align: right;
    font-size: 16px;
    position: relative;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table td:before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table td span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table thead tr th {
    padding: 10px 15px;
  }

  .product-article .sectioninner .lower .table-row .table-wrapper table tbody tr td {
    padding: 10px 15px;
    text-align: right;
  }

  .product-article .sectioninner .lower .table-col table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    border: none;
  }

  .product-article .sectioninner .lower .table-col table tbody tr th,
  .product-article .sectioninner .lower .table-col table tbody tr td {
    width: 100%;
    border: 1px solid #dadada;
  }

  .product-article .sectioninner .lower .table-col table tbody tr th {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }

  .product-article .sectioninner .lower .table-col table tbody tr td {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .product-article .sectioninner .lower .annotation ul li {
    font-size: 14px;
  }
}
/*# sourceMappingURL=common-product.css.map */