.foi-subnav {
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #dcdcdc;
}

.foi-subnav__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foi-subnav__item {
  position: relative;
  padding: 0 28px;
}

.foi-subnav__item + .foi-subnav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.foi-subnav__link {
  display: inline-block;
  padding: 20px 0 18px;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.foi-subnav__link:hover,
.foi-subnav__link:focus,
.foi-subnav__link.is-active {
  color: #444;
  text-decoration: none;
}

.foi-page {
  background: #f4f4f4;
  padding: 74px 0 96px;
}

.foi-page__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.foi-title {
  margin: 0 0 42px;
  color: #2d2d2d;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.foi-hero {
  margin-bottom: 44px;
}

.foi-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.foi-card {
  background: #fff;
  padding: 48px 58px 24px;
}

.foi-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.foi-table td,
.foi-table th {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  color: #666;
  font-size: 16px;
  line-height: 1.35;
}

.foi-table th {
  color: #333;
  font-weight: 700;
  width: 19%;
}

.foi-table td {
  width: 31%;
}

.foi-table--summary tr:first-child th,
.foi-table--summary tr:first-child td {
  border-top: 0;
}

.foi-table--management {
  border-top: 4px solid #3b3b3b;
  border-bottom: 4px solid #3b3b3b;
}

.foi-table--management thead th {
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
}

.foi-table--management tbody th,
.foi-table--management tbody td {
  border-bottom: 1px solid #e2e2e2;
}

.foi-table--management tbody th {
  width: 26%;
}

.foi-table--management tbody td {
  width: 74%;
}

.foi-contact {
  margin-top: 12px;
  padding: 14px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.foi-list-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.foi-list {
  background: #fff;
  padding: 18px 0 20px;
}

.foi-list-item {
  display: block;
  padding: 34px 18px 30px;
  margin: 0 40px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}

.foi-list-item:hover,
.foi-list-item:focus {
  color: inherit;
  text-decoration: none;
}

.foi-list-item__title {
  display: block;
  color: #222;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

.foi-list-item__meta {
  display: block;
  margin-top: 14px;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.5;
}

.foi-pagination {
  margin: 0;
  text-align: right;
}

.foi-pagination .pagination {
  margin: 0;
}

.foi-pagination .pagination > li {
  display: inline-block;
  vertical-align: top;
}

.foi-pagination .pagination > li > a,
.foi-pagination .pagination > li > span {
  min-width: 24px;
  height: 24px;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #6e6e73;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.foi-pagination .pagination > li > a:hover,
.foi-pagination .pagination .is-current > a,
.foi-pagination .pagination .is-current > span {
  color: #444;
  border-color: #d6d6d6;
  background: #f5f5f5;
}

.foi-pagination .pagination > li.is-disabled > span,
.foi-pagination .pagination > li.is-disabled > a {
  color: #666;
  background: #fff;
  cursor: default;
}

.foi-pagination .pagination > li.is-arrow > a,
.foi-pagination .pagination > li.is-arrow > span {
  font-size: 20px;
  line-height: 18px;
}

.foi-pagination .pagination > li:first-child > a,
.foi-pagination .pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.foi-pagination .pagination > li:last-child > a,
.foi-pagination .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cate-list .cate-txt.is-current {
  color: #222;
}

.foi-detail-page {
  padding-top: 54px;
}

.foi-detail-card {
  background: #fff;
  padding: 48px 56px 56px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
}

.foi-detail-breadcrumb {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 1.6;
}

.foi-detail-breadcrumb a {
  color: #9a9a9a;
  text-decoration: none;
}

.foi-detail-breadcrumb a:hover,
.foi-detail-breadcrumb a:focus {
  color: #d81e25;
  text-decoration: none;
}

.foi-detail-breadcrumb span {
  margin: 0 10px;
}

.foi-detail-title {
  margin: 18px 0 0;
  color: #202020;
  font-size: 40px;
  line-height: 1.32;
  font-weight: 700;
}

.foi-detail-meta {
  margin-top: 18px;
  color: #8f8f8f;
  font-size: 16px;
  line-height: 1.7;
}

.foi-detail-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #ebebeb;
}

.foi-detail-btn,
.foi-detail-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.foi-detail-btn {
  background: #d81e25;
  color: #fff;
}

.foi-detail-btn:hover,
.foi-detail-btn:focus {
  background: #bf1620;
  color: #fff;
  text-decoration: none;
}

.foi-detail-back {
  border: 1px solid #d6d6d6;
  color: #666;
}

.foi-detail-back:hover,
.foi-detail-back:focus {
  border-color: #d81e25;
  color: #d81e25;
  text-decoration: none;
}

.foi-detail-preview {
  margin-top: 34px;
  padding: 24px 28px;
  background: #f6f6f6;
}

.foi-detail-preview__label {
  margin: 0 0 10px;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.foi-detail-preview__path {
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-all;
}

.foi-section-image {
  margin-bottom: 34px;
}

.foi-section-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1279px) {
  .foi-page {
    padding: 56px 24px 72px;
  }

  .foi-title {
    font-size: 44px;
  }

  .foi-list-item__title {
    font-size: 24px;
  }

  .foi-detail-card {
    padding: 36px 32px 40px;
  }

  .foi-detail-title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .foi-subnav__list {
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .foi-subnav__item {
    padding: 0 16px;
  }

  .foi-subnav__item + .foi-subnav__item::before {
    height: 18px;
  }

  .foi-title {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .foi-card {
    padding: 28px 22px 18px;
  }

  .foi-table,
  .foi-table tbody,
  .foi-table tr,
  .foi-table th,
  .foi-table td {
    display: block;
    width: 100%;
  }

  .foi-table th,
  .foi-table td {
    padding: 12px 0;
  }

  .foi-list-item {
    margin: 0 22px;
    padding: 24px 0;
  }

  .foi-pagination {
    margin-top: 0;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .foi-subnav__link {
    padding: 12px 0;
    font-size: 14px;
  }

  .foi-page {
    padding: 34px 12px 48px;
  }

  .foi-title {
    font-size: 28px;
  }

  .foi-list-item__title {
    font-size: 18px;
  }

  .foi-list-item__meta,
  .foi-contact,
  .foi-table td,
  .foi-table th {
    font-size: 14px;
  }

  .foi-pagination .pagination > li > a,
  .foi-pagination .pagination > li > span {
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 22px;
  }

  .foi-pagination .pagination > li.is-arrow > a,
  .foi-pagination .pagination > li.is-arrow > span {
    font-size: 20px;
    line-height: 18px;
  }
}
