.site-shell--bstig {
  /* background: #f4f7fb; */
  color: #1b2430;
}

.site-header--bstig {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 8px 28px rgba(12, 31, 56, 0.08);
}

.site-header__inner {
  min-height: 78px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.site-header__brand-text {
  max-width: 280px;
  font-size: 14px;
  line-height: 1.4;
  color: #e9eef6;
}

.site-header__nav {
  gap: 8px;
}

.site-header__item.active .site-header__link,
.site-header__link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.site-header__link {
  padding: 10px 16px !important;
  border-radius: 999px;
  color: #d7dfeb !important;
  font-size: 15px;
}

.site-header__meta {
  margin-left: 20px;
  color: #a7b5c7;
}

.site-header__meta-link {
  color: #d7dfeb !important;
}

.site-header__spacer {
  height: 90px;
}

.site-header--bstig .header_list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px);
  width: min(1660px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 100px;
}

.site-header--bstig .header_list2,
.site-header--bstig .header_list4 {
  flex: 0 0 auto;
}

.site-header--bstig .header_list3 {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header--bstig .header_list4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header--bstig .header_list4 > a {
  display: flex;
  align-items: center;
}

.site-header--bstig .list4 {
  width: min(900px, 100%);
}

.site-header--bstig .search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  line-height: 1;
}

.site-header--bstig .searcha {
  width: 30px;
  height: 30px;
  display: block;
}

.is-inner .header_title.title1 span {
  line-height: 66px;
  color: #1b2430;
  border-bottom: 4px solid transparent;
  display: inline-block;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.is-inner .header_title.title1:hover span,
.is-inner .header_title.title1.active span {
  color: #005bb6;
  border-bottom-color: #005bb6;
}

.is-inner .navlist ul {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(12, 31, 56, 0.12);
}

.is-inner .navlist ul li a:hover {
  color: #005bb6;
}

.site-header-mobile {
  display: none;
}

.site-header-mobile__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 16px;
}

.site-header-mobile__brand img {
  height: 36px;
}

.site-header-mobile__toggle {
  border: 0;
  background: transparent;
}

.site-header-mobile__nav {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
  background: #fff;
}

.site-header-mobile__nav li + li {
  border-top: 1px solid #eef2f7;
}

.site-header-mobile__nav a {
  display: block;
  padding: 12px 0;
  color: #10213d;
}

.site-footer--bstig {
  background: linear-gradient(180deg, #11233f 0%, #09182d 100%);
  color: #dbe4ef;
  border-top: 0 !important;
}

.site-footer--bstig a {
  color: #fff;
}

.site-footer__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
}

.site-footer__list {
  list-style: none;
  padding-left: 0;
}

.site-footer__list li {
  margin-bottom: 10px;
}

.site-footer__copyright {
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #90a3bb;
}

.page-hero--bstig {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.page-hero__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 18, 35, 0.8), rgba(20, 48, 84, 0.35));
}

.page-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 34px;
}

.page-hero__eyebrow {
  margin-bottom: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8fb9ff;
}

.page-hero__title {
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 700;
}

.page-hero__subtitle {
  max-width: 720px;
  color: #e3ecf8;
}

.page-breadcrumb--bstig {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #6b7889;
  font-size: 14px;
}

.page-breadcrumb__label {
  padding: 4px 10px;
  border-radius: 999px;
  background: #dfe8f4;
  color: #183153;
}

.page-sortnav--bstig {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-sortnav__link {
  border-radius: 999px;
  border: 1px solid #cad6e5;
  background: #fff;
  color: #193152;
}

.page-sortnav__link.is-active {
  background: #193152;
  border-color: #193152;
  color: #fff;
}

.pages {
  padding-top: 14px;
  padding-bottom: 56px;
}

.page-panel {
  /* background: #fff;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(12, 31, 56, 0.08); */
  padding: 28px;
}

.family-layout {
  display: grid;
  gap: 28px;
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.family-grid--business-links .family-card {
  position: relative;
  min-height: 220px;
}

.family-card {
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  color: #1a2430;
  box-shadow: 0 12px 30px rgba(12, 31, 56, 0.08);
}

.family-card__meta {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef4fb;
  color: #33527d;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.family-card__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.family-card__desc {
  color: #5e6d80;
  line-height: 1.8;
}

.family-card__action {
  display: inline-block;
  margin-top: 16px;
  color: #8c7d5d;
  font-weight: 600;
}

.family-list-item {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #e4ebf3;
}

.family-list-item__title {
  font-size: 20px;
  font-weight: 600;
  color: #10213d;
}

.family-list-item__date {
  color: #7d8b9d;
  font-size: 14px;
}

.family-list-item__desc {
  color: #556476;
  line-height: 1.8;
}

.family-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.family-feature__content {
  font-size: 15px;
}

.family-stats,
.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.family-stat {
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #143257, #0d1d35);
  color: #fff;
  display: grid;
  gap: 8px;
}

.family-stat strong {
  font-size: 32px;
  line-height: 1;
}

.family-stat span {
  color: rgba(255, 255, 255, 0.8);
}

.news-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.news-board__column {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(12, 31, 56, 0.08);
  padding: 22px;
}

.news-board__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.news-board__head h3 {
  margin: 0;
  font-size: 22px;
}

.job-block {
  padding: 28px 0;
  border-bottom: 1px solid #e4ebf3;
}

.job-block:first-of-type {
  padding-top: 6px;
}

.job-block__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.job-block__link {
  white-space: nowrap;
  color: #8c7d5d;
  font-weight: 600;
}

.job-block__content {
  color: #49566a;
  line-height: 1.9;
}

.job-block__content p,
.job-block__content li {
  margin-bottom: 10px;
}

.media-feature {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid #e4ebf3;
}

.media-feature--news {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.media-feature__image {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8eef7;
}

.media-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-feature__body {
  display: grid;
  gap: 12px;
}

.media-feature__more {
  white-space: nowrap;
  color: #8c7d5d;
  font-weight: 600;
}

/* .article-prevnext {
  border-top: 1px solid #e4ebf3;
  padding-top: 18px;
} */

.family-about-detail,
.family-article,
.family-news-center,
.family-business,
.family-party {
  overflow: hidden;
}

.article-detail {
  padding: 42px 0 36px;
}

.article-detail__head {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.xw-title {
  margin-top: 12px !important;
  margin-bottom: 0;
  color: #10213d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
}

.newxqbox {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 22px 0 12px;
  color: #5c6980;
  font-size: 14px;
}

.newxqbox1 {
  white-space: nowrap;
}

.article-detail__meta .newxqbox1 + .newxqbox1 {
  position: relative;
  padding-left: 22px;
}

.article-detail__meta .newxqbox1 + .newxqbox1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #cad6e5;
  transform: translateY(-50%);
}

.hr1a {
  width: min(100%, 1180px);
  height: 1px;
  margin: 0 auto 26px;
  background: #d8dee8;
}

.article-detail .content,
.about-detail__content {
  width: min(100%, 1180px);
  margin: 0 auto;
  color: #2d3748;
  font-size: 17px;
  line-height: 2;
}

.article-detail__content {
  min-height: 160px;
}

.article-detail .content p,
.about-detail__content p {
  margin-bottom: 16px;
}

.article-detail .content img,
.about-detail__content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 18px auto;
}

.listaaa {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: flex;
  gap: 24px;
  /* padding-top: 18px; */
}

.titleo1 {
  flex: 1;
  color: #334155;
  line-height: 1.8;
}

.titleo1 a {
  color: #0d5db8;
}

.article-prevnext__next {
  text-align: right;
}

.article-back {
  margin: 44px 0 10px;
  text-align: center;
}

/* .article-back .btn1 {
  min-width: 170px;
  border-color: #005bb6;
} */

.about-detail__head .hr1a {
  margin-bottom: 34px;
}

.family-about--live .aboutlist,
.family-about--live .gy2box,
.family-news-center--live .dangwulistbox1,
.family-news-center--live .bodya,
.family-news-center--live .boxnew {
  width: min(1560px, 92vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.family-about--live .aboutlist {
  align-items: stretch;
  gap: 34px;
}

.family-about--live .aboutlist2 {
  padding-left: 40px !important;
}

.family-about--live .msgl1,
.family-about--live .gy1_title1 {
  /* width: auto !important;
  max-width: 1014px; */
}

.family-about--live .gy1_title1 {
  /* left: 50% !important;
  transform: translateX(-50%); */
}

.family-about--live .gy25 {
  min-height: 240px;
}

.family-news-center--live .listboxnewlist1 {
  gap: 34px;
}

.family-news-center--live .listboxnewlist2a {
  padding-left: 0 !important;
}

.family-news-center--live .pbg {
  border-radius: 10px;
}

.family-news-center--live .newlistbox {
  padding-right: 10px;
}

.family-news-center--live .boxnew {
  margin-top: 60px !important;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}

.section-heading__eyebrow {
  margin: 0;
  color: #b8893d;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-heading__title {
  margin: 0;
  font-size: 34px;
  color: #10213d;
}

.home-business {
  padding: 62px 0;
}

.home-notice {
  background: #fff;
}

.home-business,
.home-party {
  background: #f7f9fc;
}

.home-news,
.home-jobs {
  background: #fff;
}

.home-stats {
  background: linear-gradient(135deg, #0c203c 0%, #173964 100%);
}

.home-stats .family-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-notice__grid,
.home-jobs__list {
  display: grid;
  gap: 14px;
}

.home-notice__item,
.home-jobs__item,
.home-news__item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f4f7fb;
  color: #17233a;
}

.home-notice__date,
.home-jobs__meta,
.home-news__item-date {
  white-space: nowrap;
  color: #8c7d5d;
  font-size: 13px;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.home-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(12, 31, 56, 0.08);
}

.home-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.home-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card__body {
  padding: 22px;
}

.home-card__title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #10213d;
}

.home-card__desc {
  color: #66758a;
  line-height: 1.8;
}

.home-news__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.home-news__column {
  padding: 24px;
  border-radius: 22px;
  background: #f4f7fb;
}

.home-news__column-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.home-news__column-head h3 {
  margin: 0;
  font-size: 22px;
  color: #10213d;
}

@media (max-width: 991px) {
  .site-header__brand-text,
  .site-header__meta {
    display: none;
  }

  .pcshow {
    display: none !important;
  }

  .site-header-mobile {
    display: block;
  }

  .page-hero__title,
  .section-heading__title {
    font-size: 28px;
  }

  .page-panel {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .site-header__spacer {
    height: 72px;
  }

  .page-hero--bstig {
    min-height: 220px;
  }

  .page-hero__content {
    padding-bottom: 24px;
  }

  .page-panel {
    border-radius: 18px;
    padding: 18px;
  }

  .family-feature {
    grid-template-columns: 1fr;
  }

  .media-feature,
  .media-feature--news {
    grid-template-columns: 1fr;
  }

  .home-notice,
  .home-business,
  .home-news,
  .home-party,
  .home-stats,
  .home-jobs {
    /* padding: 42px 0; */
  }

  .home-notice__item,
  .home-jobs__item,
  .home-news__item {
    flex-direction: column;
  }

  .article-detail {
    padding: 26px 0 24px;
  }

  .xw-title {
    font-size: 26px;
    line-height: 1.5;
  }

  .newxqbox {
    flex-wrap: wrap;
    gap: 12px 22px;
  }

  .listaaa {
    flex-direction: column;
    gap: 10px;
  }

  .article-prevnext__next {
    text-align: left;
  }
}

.is-home .site-shell--bstig,
.is-home.site-shell--bstig {
  /* background: #071427; */
}

.is-home .site-header--bstig {
  background: transparent;
  box-shadow: none;
}

.is-inner .site-header--bstig {
  background: #fff;
}

.site-header__spacer {
  height: 100px;
}

.nybanner-1 {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.topa {
  height: 550px;
  width: 100%;
  padding-top: 200px;
  margin-left: 0;
  background-size: cover !important;
}

.top_title1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-left: clamp(30px, 12vw, 200px);
}

.top_hr1 {
  width: 60px;
  height: 4px;
  background: #fff;
  margin-top: 26px;
}

.top_msg1 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 26px;
  /* letter-spacing: 0.22em; */
  text-transform: uppercase;
}

.boxnew {
  display: flex;
  width: min(1560px, 92vw);
  margin: auto;
  align-items: center;
}

.boxnew1,
.boxnew3 {
  flex: 1;
}

.boxnew2 {
  margin: auto;
  border-bottom: 1px solid #d6d6d6;
  padding-right: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.boxnew21 {
  color: #666;
  line-height: 1.8;
}

.carabox {
  width: min(1560px, 92vw);
  height: 110px;
  background: #fff;
  box-shadow: 0 9px 88px 7px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  display: flex;
  margin: auto;
  position: relative;
  top: -55px;
  overflow: hidden;
}

.cara1 {
  flex: 5;
  /* height: 110px; */
  padding-left: 30px;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 0 20px;
}

.cara2 {
  flex: 2;
  height: 110px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 110px;
  text-align: right;
  padding-right: 50px;
}

.cara3 {
  display: inline-block;
  height: 100px;
  min-width: 100px;
  padding: 0 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 100px;
  margin-left: 0;
}

.cara3_act {
  color: #fff !important;
  background: #005bb6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.inner-footer-shell {
  height: 40px;
}

.site-footer--bstig {
  background: none;
  color: inherit;
}

.site-footer--bstig a {
  color: inherit;
}

@media (max-width: 991px) {
  .site-header__spacer {
    height: 60px;
  }

  .site-header--bstig .header_list1 {
    width: min(1660px, calc(100% - 24px));
    min-height: 76px;
    gap: 12px;
  }

  .nybanner-1 {
    height: 260px;
  }

  .topa {
    height: 260px;
    width: 100%;
    background-size: cover !important;
    padding-top: 90px;
    margin-left: 0;
  }

  .top_title1 {
    padding-left: 30px;
    font-size: 26px;
  }

  .top_msg1 {
    font-size: 14px;
  }

  .boxnew {
    width: min(1560px, 94vw);
  }

  .boxnew2 {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    text-align: center;
  }

  .carabox {
    width: min(1560px, 94vw);
    height: auto;
    min-height: 110px;
    padding: 20px 0;
    top: -30px;
    flex-direction: column;
  }

  .cara1,
  .cara2 {
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 0 24px;
    text-align: center;
  }

  .cara1 {
    justify-content: center;
  }

  .cara2 {
    margin-top: 10px;
  }

  .cara3 {
    height: auto;
    line-height: 48px;
    min-width: 0;
  }
}
