.booklet-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .booklet-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .booklet-unit {
    display: block;
    gap: 16px;
  }
}

.booklet-unit__img {
  width: 280px;
}

@media screen and (max-width: 960px) {
  .booklet-unit__img {
    width: 220px;
  }
}

@media screen and (max-width: 960px) {
  .booklet-unit__img {
    margin: 0 auto;
  }
}

.booklet-unit__txt {
  width: calc( 100% - 312px);
}

@media screen and (max-width: 960px) {
  .booklet-unit__txt {
    width: calc( 100% - 244px);
  }
}

@media screen and (max-width: 768px) {
  .booklet-unit__txt {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .booklet-unit__txt .tbl table tbody tr th {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .booklet-unit__txt .tbl table tbody tr th {
    width: 90px;
  }
}

.booklet-unit__txt .tbl table tbody tr td {
  text-align: left;
}

/*# sourceMappingURL=../../../maps/general/pages/booklet.css.map */
