.price-page-wrap {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64rem;
  position: relative;
}

.container-price {
  width: 100%;
  max-width: 1100rem;
}

.table-wrap {
  width: 100%;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
}

.table-wrap table {
  width: 100%;
  padding: 0;
}

.th {
  height: 57rem;
  text-align: left;
  padding: 8rem 24rem;
  font-weight: 700;
  font-size: 16rem;
  line-height: calc(24 / 16);
}

.th-1 {
  padding-left: 48rem;
  position: relative;
  min-width: 300rem;
}

.th-2 {
  width: 210rem;
}

.th-3 {
  width: 210rem;
}

.th-4 {
  width: 250rem;
}

.table-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44rem;
}

.table-logo img {
  max-width: 100%;
}

.tr {
  border-top: 1rem solid #e5e7eb;
}

.td {
  padding: 24rem;
  height: 57rem;
  font-size: 16rem;
  line-height: calc(24 / 16);
}
.td-2,
.td-3 {
  width: 210rem;
}

.td-4 {
  width: 250rem;
}

.price-back-wrap {
  position: absolute;
  top: 16rem;
  left: 16rem;
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: 20rem;
  line-height: 100%;
}

.price-text-block {
  margin-top: 32rem;
  padding: 16rem;
  border: 1rem solid #000000;
  border-radius: 12rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

@media screen and (max-width: 991.9px) {
  .table-wrap {
    overflow-y: auto;
  }
  .price-page-wrap {
    padding: 64rem 16rem;
  }
}
