:root {
  --ink: #1d2633;
  --muted: #7c838c;
  --line: #d8d8d8;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --brand: #de1d2f;
  --brand-dark: #be1425;
  --blue: #263245;
  --gold: #c59a43;
  --shadow: none;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #ececec;
}

.topbar {
  background: #fff;
  color: #2a3342;
  font-size: 15px;
  line-height: 1.4;
}

.topbar .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  white-space: nowrap;
}

.topbar span:last-child {
  color: #4f5865;
}

.header-main {
  min-height: 104px;
  padding: 20px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.float {
  float: left;
}

.top-w {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(420px, 520px) minmax(220px, 1fr);
  align-items: center;
  column-gap: 40px;
  padding-top: 22px;
  padding-bottom: 18px;
  background-color: #fff;
  min-height: 90px;
}

.logo {
  display: flex;
  align-items: center;
  width: 180px;
  flex: 0 0 180px;
  cursor: pointer;
}

.logo img {
  width: 180px;
  height: auto;
}

.search {
  width: 100%;
  max-width: 520px;
  height: 38px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex: 0 1 520px;
}

.search > input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-right: 1px solid #d8d8d8;
  padding: 0 14px;
  outline: 0;
  color: var(--ink);
  font: inherit;
  line-height: 38px;
}

.search > input::placeholder {
  color: #9aa1aa;
}

.search > button {
  flex: 0 0 70px;
  display: block;
  height: 100%;
  border: 0;
  background: #f7f7f7;
  color: #1f2630;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.search > button:hover {
  background: var(--brand);
  color: #fff;
}

.searchform {
  display: flex;
  width: 100%;
  height: 100%;
}

.box-input-search {
  float: left;
  width: calc(100% - 40px);
  height: 100%;
}

.font-gj {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 15px;
  outline: 0;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 38px;
  float: left;
}

.top-button,
.button {
  border: 0;
  background: var(--brand);
  color: #fff;
  padding: 10px 28px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.top-button:hover,
.button:hover {
  background: var(--brand-dark);
}

.top-button {
  width: 40px;
  height: 100%;
  float: left;
  padding: 0;
  background: url("../images/images-top-search.jpg") center center / 40px 38px no-repeat;
}

.top-button:hover {
  background: url("../images/images-top-search.jpg") center center / 40px 38px no-repeat;
}

.language {
  margin-left: 0;
  width: auto;
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  color: #5d5d5d;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 74px;
  height: 32px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  flex-wrap: nowrap;
  word-break: keep-all;
}

.language-switch::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  flex: 0 0 auto;
}

.language-switch span {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}

.language-switch:hover {
  color: #002856;
}

.top-w > .language {
  justify-self: end;
  float: none;
}

.language img {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}

.top-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  float: none;
  min-width: 0;
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 1;
}

.header-auth span {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-auth span[hidden],
.nav-member-entry span[hidden] {
  display: none;
}

.header-auth a,
.header-auth button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #dedede;
  color: #3a4352;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.header-auth a:first-child,
.header-auth button:first-child {
  border-right: 0;
}

.header-auth a:hover,
.header-auth button:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.nav-member-entry {
  display: none;
}

.top-w > div[style*="clear"] {
  display: none;
}

.nav-btn {
  display: none;
  width: 40px;
  height: 43px;
  margin-top: 19px;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-btn img {
  width: 40px;
  height: auto;
}

.nav-btn .btn-hide {
  display: none;
}

.nav-btn.open .btn-show {
  display: none;
}

.nav-btn.open .btn-hide {
  display: block;
}

.nav {
  background: #fff;
  color: #1f2630;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  position: relative;
  z-index: 1;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: min(1180px, calc(100% - 40px));
  height: 48px;
  margin: 0 auto;
  position: relative;
}

.nav a,
.nav button,
.nav-item > a {
  color: #1f2630;
  background: transparent;
  border: 0;
  width: auto;
  min-width: 104px;
  height: 48px;
  margin: 0;
  padding: 0 18px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  word-break: keep-all;
}

.nav-inner > a,
.nav-inner > button,
.nav-inner > .nav-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav a:hover,
.nav a.active,
.nav button:hover,
.nav-item:hover > a {
  color: var(--brand);
  background: transparent;
  border-bottom: 4px solid var(--brand);
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 125px;
  height: 48px;
  position: relative;
}

.nav-item > a {
  display: inline-flex;
  width: auto;
  min-width: 100%;
}

.nav-dropdown {
  box-sizing: content-box;
  display: none;
  width: 1114px;
  min-height: 221px;
  padding: 35px 0 50px 55px;
  background-color: #efefef;
  position: absolute;
  left: 50%;
  margin-left: -584px;
  z-index: 11111;
  top: 48px;
  border: 1px solid #ccc;
  color: #5d5d5d;
}

.nav-industry .nav-dropdown {
  margin-left: -708px;
}

.nav-service .nav-dropdown {
  margin-left: -834px;
}

.has-dropdown:hover .nav-dropdown {
  display: block;
}

.dropdown-image,
.dropdown-copy,
.dropdown-links {
  display: block;
  float: left;
}

.dropdown-image img {
  width: 224px;
  height: 150px;
  object-fit: cover;
}

.dropdown-copy {
  box-sizing: content-box;
  width: 303px;
  padding: 0 36px 0 20px;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 23px;
}

.dropdown-links {
  box-sizing: content-box;
  width: 246px;
  height: 221px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 25px;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}

.dropdown-links a {
  display: block;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0;
  color: #5d5d5d;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 0;
}

.dropdown-links a:hover,
.dropdown-links a.current {
  color: var(--brand);
  border-bottom: 0;
}

.dropdown-links img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 430px;
  height: 430px;
  overflow: hidden;
  background: #000 url("../images/images-banner.jpg") center center / cover no-repeat;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  z-index: 1;
  pointer-events: none;
}

.hero-video,
.hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.hero-poster {
  z-index: 0;
}

.hero-video {
  z-index: 1;
}

.hero .container {
  min-height: 430px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: min(560px, 100%);
  margin-top: 14px;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 500;
}

.hero p {
  margin: 0 0 34px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero .button {
  min-width: 190px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  font-size: 20px;
  line-height: 55px;
}

.floating-training-ad {
  position: fixed;
  top: 500px;
  left: 0;
  z-index: 100;
  width: 320px;
  height: 160px;
}

.floating-training-ad img {
  width: 320px;
  height: 160px;
  object-fit: cover;
}

.home-service-strip {
  background: #e9e9e9;
}

.home-service-strip .container {
  min-height: 108px;
  display: flex;
  align-items: center;
  position: relative;
}

.home-service-strip nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #9a9a9a;
  font-size: 16px;
}

.home-service-strip a:hover {
  color: var(--brand);
}

.home-intro {
  background: #fff;
  text-align: center;
  padding: 58px 0 16px;
}

.home-intro p {
  margin: 0 auto;
  max-width: 980px;
  color: #39445a;
  font-size: 20px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.home-intro span {
  display: block;
  width: 24px;
  height: 24px;
  margin: 28px auto 0;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
}

.legacy-topics {
  padding-top: 8px;
}

.legacy-section-title {
  margin: 0 0 24px;
  color: #253044;
  font-size: 26px;
  font-weight: 500;
}

.legacy-section-title.compact {
  margin-top: 28px;
}

.home-values {
  padding: 0 0 18px;
}

.home-values p {
  margin: 0;
  padding: 0 36px 0 24px;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 35px;
}

.home-values a {
  color: var(--brand);
}

.legacy-services {
  margin-top: 0;
}

.legacy-services-title {
  margin: 48px 0 24px;
  color: #253044;
  font-size: 26px;
  font-weight: 500;
}

.legacy-services-wrapper {
  width: 100%;
}

.legacy-services-carousel {
  width: 1038px;
  height: 370px;
  position: relative;
  margin: 0 auto 40px;
}

.legacy-services-carousel .pager {
  text-align: center;
  margin: 0 auto;
  height: 32px;
}

.legacy-services-carousel .pager a {
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 10px 5px 10px 0;
  background: #ec9198;
  border-radius: 50%;
}

.legacy-services-carousel .pager a.selected {
  background: #d92231;
}

.legacy-services-viewport {
  width: 1038px;
  height: 370px;
  overflow: hidden;
}

.legacy-services-carousel ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  height: 370px;
  transition: transform 1s ease;
  will-change: transform;
}

.legacy-services-carousel li {
  color: #999;
  display: flex;
  flex-direction: column;
  flex: 0 0 346px;
  width: 346px;
  height: 370px;
  padding: 0;
  position: relative;
  text-align: left;
  background: #fff;
}

.legacy-services-carousel li:hover {
  background: #eee;
  cursor: pointer;
}

.legacy-service-image {
  display: block;
  position: relative;
  height: 202px;
  overflow: hidden;
}

.legacy-service-image img {
  width: 328px;
  height: 184px;
  margin: 9px;
  object-fit: cover;
}

.legacy-service-image span {
  position: absolute;
  top: 6%;
  left: 6%;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.legacy-services-carousel li .con {
  width: 316px;
  flex: 1 1 auto;
  min-height: 80px;
  max-height: 104px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.legacy-services-carousel li .btn {
  display: block;
  background: url("../images/images-bj1.jpg") no-repeat;
  width: 124px;
  height: 34px;
  line-height: 34px;
  font-family: Arial, sans-serif;
  color: #fff;
  margin: auto 0 0 16px;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
}

.legacy-services-carousel li:hover .btn,
.legacy-services-carousel li .btn.hover {
  background: url("../images/images-bj2.jpg") no-repeat;
  color: #5d5d5d;
}

.legacy-services-carousel .prev,
.legacy-services-carousel .next {
  position: absolute;
  top: 160px;
  width: 50px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font: 90px/60px "SimSun", "宋体", serif;
  background-color: transparent;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}

.legacy-services-carousel .prev {
  left: -57px;
}

.legacy-services-carousel .next {
  right: -62px;
}

.legacy-services-carousel .prev::before {
  content: "<";
}

.legacy-services-carousel .next::before {
  content: ">";
}

.home-bottom-legacy {
  background: #fff;
  padding: 16px 0 50px;
}

.home-bottom-grid {
  width: 1038px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 28px;
  align-items: start;
}

.home-bottom-column h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.home-party-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-party-list article {
  min-width: 0;
}

.home-party-image {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #eee;
}

.home-party-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-party-list h3 {
  margin: 18px 0 8px;
  color: #343434;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-party-list p {
  height: 72px;
  margin: 0 0 24px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
}

.legacy-small-btn {
  display: inline-block;
  width: 124px;
  height: 34px;
  padding-left: 15px;
  background: url("../images/images-bj1.jpg") no-repeat;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
}

.legacy-small-btn:hover {
  background-image: url("../images/images-bj2.jpg");
  color: #5d5d5d;
}

.home-friend-links {
  border-top: 1px solid #d2d2d2;
}

.home-friend-links a {
  display: block;
  height: 30px;
  border-bottom: 1px solid #d2d2d2;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-friend-links a:hover {
  color: var(--brand);
}

.home-about-mini img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 22px;
}

.home-about-mini p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  max-height: 120px;
  overflow: hidden;
}

.home-bottom-empty {
  color: #888;
  font-size: 14px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.topic-card {
  background: #e9e9e9;
  min-width: 0;
}

.legacy-service-main {
  background: #fff;
  padding: 58px 0 72px;
}

.legacy-service-layout {
  width: 1093px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 813px) 240px;
  gap: 40px;
  align-items: start;
}

.legacy-service-left {
  min-width: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}

.legacy-service-title {
  margin: 0 0 28px;
  color: #111827;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

.legacy-service-body {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
}

.legacy-service-body p {
  margin: 0 0 14px;
}

.legacy-service-body .bt {
  color: #d92231;
  font-size: 16px;
  font-weight: 700;
}

.legacy-service-body .ke-insertfile {
  color: #e53333;
  text-decoration: none;
}

.legacy-membership-actions {
  margin-top: 8px;
}

.legacy-membership-actions a {
  text-decoration: none;
}

.legacy-membership-actions .an-rh {
  display: block;
  width: 300px;
  height: 44px;
  background: #d92231;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  padding-left: 18px;
  position: relative;
}

.legacy-membership-actions .an-rh i {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 15px;
  height: 19px;
  background: url("../images/images-jt.jpg") center / contain no-repeat;
}

.legacy-service-body img {
  max-width: 100%;
  height: auto;
}

.legacy-service-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  color: #fff;
  background: #d92231;
  text-decoration: none;
}

.legacy-service-intro {
  margin: -8px 0 22px;
  color: #666;
  line-height: 1.8;
}

.legacy-service-list {
  border-top: 1px solid #e4e4e4;
}

.legacy-certification-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-certification-list a {
  color: inherit;
  text-decoration: none;
}

.legacy-certification-list li {
  width: 813px;
  min-height: 118px;
  padding: 0 0 24px;
  margin: 0 0 24px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}

.legacy-certification-list dl,
.legacy-certification-list dt,
.legacy-certification-list dd {
  margin: 0;
  padding: 0;
}

.legacy-certification-list dt {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

.legacy-certification-list dd {
  margin-top: 10px;
  color: #777;
  font-size: 15px;
  line-height: 1.9;
}

.legacy-service-list-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
}

.legacy-service-list-image {
  display: block;
  width: 150px;
  height: 92px;
  overflow: hidden;
  background: #eee;
}

.legacy-service-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-service-list-copy strong,
.legacy-training-list strong {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.legacy-service-list-copy time {
  display: block;
  margin: 5px 0;
  color: #999;
  font-size: 13px;
}

.legacy-service-list-copy em,
.legacy-training-list em {
  display: block;
  color: #888;
  font-style: normal;
  line-height: 1.7;
}

.legacy-release-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-release-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.legacy-release-list li {
  min-height: 210px;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.legacy-release-image {
  width: 260px;
  height: 180px;
  margin-right: 0;
  overflow: hidden;
  background: #fff;
}

.legacy-release-image img {
  width: 260px;
  height: 180px;
  border: 1px solid #ccc;
  object-fit: cover;
}

.legacy-release-list dl {
  width: 530px;
  margin: 0 0 0 20px;
  padding: 0;
  color: #5d5d5d;
}

.legacy-release-list dt {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 2%;
}

.legacy-release-list dt.rq {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 1.5%;
}

.legacy-release-list dd {
  margin: 0;
  padding: 0;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 23px;
}

.legacy-release-list a:hover dt:first-child {
  color: #d92231;
}

.legacy-release-detail-title span {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.legacy-release-detail-body {
  padding: 30px 0 40px;
}

.legacy-release-detail-body p {
  padding: 0;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 23px;
}

.legacy-release-detail-nav {
  margin-top: 24px;
}

.legacy-release-detail-links {
  float: left;
  width: 710px;
}

.legacy-release-detail-links div {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 23px;
}

.legacy-release-detail-links a {
  color: #5d5d5d;
  text-decoration: none;
}

.legacy-release-detail-links a:hover {
  color: #d92231;
}

.legacy-release-detail-back {
  float: right;
  display: inline-block;
  padding: 5px 32px;
  border: 0;
  background: #d92231;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.legacy-release-list + .pagination {
  justify-content: flex-end;
  margin-top: 4px;
}

.legacy-service-rail {
  width: 240px;
}

.legacy-service-nav,
.legacy-service-related,
.legacy-service-feature {
  background: #eee;
  border-top: 4px solid #d92231;
  padding: 28px 34px 32px;
}

.legacy-service-related,
.legacy-service-feature {
  margin-top: 18px;
}

.legacy-service-nav h2,
.legacy-service-related h2,
.legacy-service-feature h2 {
  margin: 0 0 20px;
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.legacy-service-nav a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 2.1;
  text-decoration: none;
}

.legacy-service-nav a.active,
.legacy-service-nav a:hover,
.legacy-service-related a:hover {
  color: #d92231;
}

.legacy-service-related a {
  display: block;
  margin-bottom: 18px;
  color: #d92231;
  text-decoration: none;
}

.legacy-service-related strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.legacy-service-related span {
  display: block;
  margin-top: 6px;
  color: #333;
  font-size: 13px;
}

.legacy-service-more {
  width: 132px;
  height: 34px;
  margin-top: 12px;
  background: #d92231;
  color: #fff !important;
  line-height: 34px;
  text-align: center;
}

.legacy-service-feature p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.legacy-service-feature a {
  display: block;
  margin-top: 14px;
  color: #d92231;
  font-size: 14px;
  text-decoration: none;
}

.legacy-service-tabs {
  margin-bottom: 18px;
}

.legacy-service-tabs a {
  display: inline-block;
  margin: 0 18px 12px 0;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.legacy-service-tabs a.active,
.legacy-service-tabs a:hover {
  color: #d92231;
}

.legacy-show-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  margin: 24px 0 0;
}

.legacy-show-tabs a {
  display: block;
  width: 195px;
  height: 32px;
  margin: 0 0 25px;
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.legacy-show-tabs a.active,
.legacy-show-tabs a:hover {
  background: #d92231;
  color: #fff;
}

.legacy-show-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 0;
  overflow: hidden;
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}

.legacy-show-item {
  display: grid;
  grid-template-columns: 81px 276px;
  column-gap: 22px;
  color: #333;
  text-decoration: none;
  width: 429px;
  min-height: 112px;
  padding-top: 50px;
}

.legacy-show-item img {
  display: block;
  width: 81px;
  height: 60px;
  border: 1px solid #ccc;
  object-fit: cover;
  background: #fff;
}

.legacy-show-item strong {
  display: block;
  margin: 0 0 8px;
  color: #d92231;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.legacy-show-item em {
  display: block;
  color: #5d5d5d;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.legacy-training-page {
  margin-top: 2%;
}

.legacy-training-banner {
  margin-bottom: 0;
}

.legacy-demand-banner {
  margin-bottom: 20px;
}

.legacy-training-banner img,
.legacy-demand-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.legacy-training-banner img {
  height: 140px;
}

.legacy-demand-banner img {
  max-height: 210px;
}

.legacy-training-list {
  margin: 0;
  padding: 0 0 5%;
  list-style: none;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

.legacy-training-list li {
  margin: 0;
  padding-top: 5%;
  border-bottom: 0;
}

.legacy-training-list a {
  display: block;
  min-height: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.legacy-training-list dl,
.legacy-training-list dt,
.legacy-training-list dd {
  margin: 0;
  padding: 0;
}

.legacy-training-list dt {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.legacy-training-list a:hover dt {
  color: #d92231;
}

.legacy-training-list dd {
  min-height: 0;
  padding-top: 1%;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 23px;
}

.legacy-training-page .pagination {
  justify-content: flex-end;
  margin: 28px 0 0;
}

.legacy-training-consult {
  margin-top: 24px;
}

.legacy-training-consult h3 {
  margin: 2% 0 18px;
  color: #f00;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.legacy-training-consult .legacy-contact-form-grid {
  column-gap: 4%;
  row-gap: 14px;
}

.legacy-training-consult .legacy-contact-form label,
.legacy-training-consult .legacy-contact-textarea {
  color: #5d5d5d;
  font-size: 16px;
}

.legacy-training-consult .legacy-contact-form span {
  flex: 0 0 48px;
}

.legacy-training-consult .legacy-contact-form input,
.legacy-training-consult .legacy-contact-form textarea {
  border: 0;
  background: #f1f1f1;
}

.legacy-training-consult .legacy-contact-form input {
  height: 32px;
}

.legacy-training-consult .legacy-contact-form textarea {
  min-height: 126px;
}

.legacy-training-consult .legacy-contact-form .bk {
  width: 123px;
  height: 35px;
  margin-top: 4%;
  margin-left: 6%;
  background: #d92231;
  font-size: 16px;
  line-height: 35px;
}

.legacy-demand-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-right: 0;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 35px;
  margin-top: 5%;
}

.legacy-demand-table th,
.legacy-demand-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 8px;
  text-align: center;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
}

.legacy-demand-table th {
  background: #fff;
  font-weight: 400;
}

.legacy-demand-table th:nth-child(1),
.legacy-demand-table td:nth-child(1) {
  width: 316px;
}

.legacy-demand-table th:nth-child(2),
.legacy-demand-table td:nth-child(2) {
  width: 276px;
}

.legacy-demand-table th:nth-child(3),
.legacy-demand-table td:nth-child(3) {
  width: 155px;
}

.legacy-demand-page {
  position: relative;
}

.legacy-demand-banner {
  margin-bottom: 0;
}

.legacy-demand-banner img {
  height: 209px;
}

.legacy-demand-tabs {
  width: 825px;
  margin-top: 5px;
  overflow: hidden;
}

.legacy-demand-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-demand-tabs a {
  display: block;
  float: left;
  color: #333;
}

.legacy-demand-tabs li {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 6px;
  padding: 0 61px;
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.legacy-demand-tabs li.active,
.legacy-demand-tabs li.oncick,
.legacy-demand-tabs a:hover li {
  background: #d92231;
  color: #fff;
}

.legacy-demand-page .pagination {
  justify-content: flex-end;
  margin-top: 24px;
}

.legacy-demand-table tr.gg {
  cursor: pointer;
}

.legacy-demand-table tr.gg:hover td {
  color: #d92231;
}

.legacy-demand-popup {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 10%;
  left: 50%;
  width: 830px;
  height: 350px;
  margin-left: -480px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  padding: 90px 10px 160px 30px;
  color: #5d5d5d;
}

.legacy-demand-popup.is-visible {
  visibility: visible;
}

.legacy-demand-popup .ch {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #d92231;
  font-size: 20px;
  font-weight: 400;
}

.legacy-demand-popup .cha {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 33px;
  border: 0;
  background: transparent;
  padding: 0;
}

.legacy-demand-popup .cha img {
  width: 38px;
  height: 33px;
}

.legacy-demand-popup .jScrollbar {
  height: 350px;
  overflow: auto;
  padding-right: 20px;
}

.legacy-demand-popup .www {
  width: 750px;
  float: left;
}

.legacy-demand-popup dl,
.legacy-demand-popup dt,
.legacy-demand-popup dd {
  margin: 0 0 20px;
  padding: 0;
}

.legacy-demand-popup dt {
  color: #dc3d48;
  font-size: 16px;
  line-height: 24px;
}

.legacy-demand-popup dd,
.legacy-demand-popup p,
.legacy-demand-popup span {
  color: inherit;
  font-size: inherit;
  line-height: 23px;
}

.topic-card > img {
  width: 100%;
  height: 166px;
  object-fit: cover;
  filter: grayscale(1);
}

.topic-card-head {
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  padding: 20px 0 8px 18px;
}

.topic-card-head h3 {
  margin: 0;
  color: #253044;
  font-size: 25px;
  font-weight: 500;
}

.topic-card-head a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--brand);
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.topic-card-head a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-55%, -50%) rotate(45deg);
}

.topic-card ul {
  list-style: none;
  margin: 0;
  padding: 8px 24px 24px;
}

.topic-card li {
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--brand);
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-modern {
  display: none;
}

.section {
  padding: 54px 0;
}

.inner-section {
  padding-top: 52px;
}

.section.white {
  background: #fff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--line);
  padding-bottom: 14px;
}

.section-head h2,
.page-title h1 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

.section-head span,
.page-title p {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 24px;
}

.grid.two {
  grid-template-columns: 1.15fr 0.85fr;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.news-list,
.plain-list {
  display: grid;
  gap: 12px;
}

.news-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.date-box {
  border-left: 4px solid var(--brand);
  padding-left: 12px;
  color: var(--muted);
}

.date-box strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.news-item h3,
.feature h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.news-item p,
.feature p {
  margin: 0;
  color: var(--muted);
}

.feature {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-body {
  padding: 20px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.quick-links a {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  min-height: 96px;
  display: flex;
  align-items: end;
  color: var(--blue);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.quick-links a:hover {
  transform: translateY(-3px);
  border-color: var(--brand);
}

.page-hero {
  background: #fff;
  border-bottom: 1px solid #dedede;
  padding: 48px 0 40px;
}

.breadcrumbs {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}

.layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.inner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}

.side-nav {
  background: #ededed;
  border-top: 4px solid var(--brand);
  box-shadow: var(--shadow);
}

.side-nav h2 {
  margin: 0;
  padding: 20px;
  font-size: 22px;
}

.side-nav a {
  display: block;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.side-nav a[hidden] {
  display: none;
}

.side-nav a.active,
.side-nav a:hover {
  color: var(--brand);
  background: #fff7f8;
}

.content-panel {
  min-width: 0;
  background: #fff;
  padding: 30px 0;
  box-shadow: var(--shadow);
}

.inner-title {
  margin: 0 0 22px;
}

.inner-title.compact {
  margin-top: 28px;
}

.inner-title h1 {
  margin: 0 0 24px;
  color: #101722;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.inner-title p {
  margin: 0 0 14px;
  color: #303747;
  font-size: 15px;
  line-height: 1.7;
}

.legacy-list {
  display: grid;
  gap: 0;
}

.legacy-list-item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
}

.legacy-list-item img {
  width: 260px;
  height: 180px;
  object-fit: cover;
  background: #eee;
}

.legacy-list-item h3 {
  margin: 0 0 10px;
  color: #243048;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.legacy-list-item time {
  display: block;
  margin: 0 0 10px;
  color: #283548;
  font-size: 18px;
}

.legacy-list-item p {
  margin: 0;
  color: #687083;
  font-size: 15px;
  line-height: 1.65;
}

.legacy-list-item:hover h3 {
  color: var(--brand);
}

.right-rail {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.rail-card {
  background: #ededed;
  border-top: 4px solid var(--brand);
  padding: 38px 30px 30px;
}

.rail-card h2,
.rail-subscribe h2 {
  margin: 0 0 22px;
  color: #4a4f58;
  font-size: 22px;
  font-weight: 500;
}

.rail-nav a {
  display: block;
  margin: 0 0 10px;
  color: #4a4f58;
  font-size: 15px;
}

.rail-nav a.active,
.rail-nav a:hover {
  color: var(--brand);
}

.rail-related a {
  display: block;
  margin-bottom: 24px;
}

.rail-related strong {
  display: block;
  color: var(--brand);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.rail-related span {
  display: block;
  margin-top: 8px;
  color: #111;
  font-size: 15px;
}

.rail-related p {
  margin: 0 0 18px;
  color: var(--muted);
}

.rail-related.compact a {
  margin-bottom: 20px;
}

.rail-more {
  width: 176px;
  height: 34px;
  display: grid !important;
  place-items: center;
  margin: 8px auto 0 !important;
  background: var(--brand);
  color: #fff !important;
  font-weight: 700;
}

.rail-subscribe {
  border-top: 4px solid var(--brand);
  padding: 18px 0 0;
}

.rail-subscribe strong {
  display: block;
  margin: -12px 0 8px;
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.rail-subscribe form {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 6px;
}

.rail-subscribe input {
  min-width: 0;
  height: 30px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font: inherit;
}

.rail-subscribe button {
  width: 32px;
  height: 30px;
  border: 0;
  background: #bfbfbf;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.rail-subscribe .alert {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  padding: 6px 8px;
  font-size: 13px;
}

.rail-feature {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-top: 4px solid var(--brand);
  background: #ededed;
  padding: 50px 30px 28px;
}

.rail-feature::before {
  content: "";
  position: absolute;
  inset: 10px 0 auto auto;
  width: 190px;
  height: 82px;
  opacity: 0.32;
  background:
    radial-gradient(ellipse at 22% 52%, #bdbdbd 0 18%, transparent 19%),
    radial-gradient(ellipse at 50% 38%, #bdbdbd 0 23%, transparent 24%),
    radial-gradient(ellipse at 76% 52%, #bdbdbd 0 18%, transparent 19%);
}

.rail-feature h2 {
  position: relative;
  margin: 0 0 16px;
  color: #263142;
  font-size: 20px;
  font-weight: 600;
}

.rail-feature p,
.rail-feature a {
  position: relative;
  color: #4b5363;
  font-size: 15px;
  line-height: 1.75;
}

.rail-feature a {
  display: inline-block;
  margin-top: 10px;
}

.legacy-about-gap {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
}

.legacy-about {
  background: #fff;
}

.legacy-about-main {
  width: 1170px;
  margin: 0 auto;
  padding: 50px 0 10px;
  overflow: hidden;
}

.legacy-about-left {
  float: left;
  width: 813px;
}

.legacy-about-title {
  margin: 0;
  color: #111;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
}

.legacy-about-body {
  padding-bottom: 7%;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.legacy-about-body p {
  margin: 16px 0;
  padding: 30px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.legacy-about-body .MsoNormal {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.legacy-about-body .MsoNormal[style*="text-indent"] {
  text-align: left;
}

.legacy-about-body .legacy-blank-line {
  min-height: 23px;
}

.legacy-about-body .MsoNormal[align="center"],
.legacy-about-body .MsoNormal[style*="text-align:center"] {
  text-align: center;
}

.legacy-about-body .MsoNormal b {
  font-weight: 700;
}

.legacy-about-body .MsoNormal span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.legacy-about-body ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.legacy-about-body li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.legacy-about-lead {
  color: var(--brand);
  font-size: 20px;
  line-height: 23px;
}

.legacy-about-org {
  width: 512px;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.legacy-contact {
  padding-top: 0;
}

.legacy-contact-card {
  margin: 0;
}

.legacy-contact-spacer {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.legacy-contact-logo img {
  width: 160px;
  height: 47px;
  margin-top: 20px;
  object-fit: contain;
}

.legacy-contact-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.legacy-contact-list li {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.legacy-contact-map {
  float: left;
  max-width: 100%;
  margin-top: 6px;
}

.legacy-contact-map img {
  display: block;
  max-width: 100%;
  height: auto;
}

.legacy-contact-consult {
  clear: both;
  padding-top: 28px;
}

.legacy-contact-consult h2 {
  margin: 0 0 18px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.legacy-contact-form {
  width: 100%;
  max-width: 760px;
}

.legacy-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 14px;
}

.legacy-contact-form label,
.legacy-contact-textarea {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.legacy-contact-form span {
  flex: 0 0 54px;
}

.legacy-contact-form i {
  color: var(--brand);
  font-style: normal;
}

.legacy-contact-form input,
.legacy-contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d3d3d3;
  color: #333;
  font: inherit;
  outline: none;
}

.legacy-contact-form input {
  height: 34px;
  padding: 4px 8px;
}

.legacy-contact-textarea {
  align-items: flex-start;
  margin-top: 14px;
}

.legacy-contact-form textarea {
  min-height: 120px;
  padding: 8px;
  resize: vertical;
}

.legacy-contact-form .bk {
  width: 118px;
  height: 36px;
  margin-top: 16px;
  margin-left: 54px;
  border: 0;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 36px;
}

.legacy-contact-form .alert {
  display: none;
  margin: 12px 0 0 54px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.legacy-contact-form .alert.show {
  display: block;
}

.legacy-contact-form .alert.error {
  color: var(--brand);
}

.legacy-honor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 34px;
  margin: 36px 0 26px;
  padding: 0;
  list-style: none;
}

.legacy-honor-grid li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-honor-item {
  display: block;
  color: #5d5d5d;
  text-align: center;
}

.legacy-honor-item img {
  display: block;
  width: 224px;
  height: 150px;
  margin: 0 auto 12px;
  object-fit: cover;
  background: #eee;
}

.legacy-honor-item span {
  display: block;
  min-height: 48px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
}

.legacy-honor-item:hover span {
  color: var(--brand);
}

.legacy-honor-empty {
  grid-column: 1 / -1;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.legacy-staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 34px;
  margin: 36px 0 26px;
  padding: 0;
  list-style: none;
}

.legacy-staff-grid li {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legacy-staff-card {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5d5d5d;
  cursor: pointer;
  font: inherit;
  text-align: center;
}

.legacy-staff-photo {
  display: block;
  width: 180px;
  height: 190px;
  margin: 0 auto 8px;
  overflow: hidden;
  background: #eee;
}

.legacy-staff-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-staff-en,
.legacy-staff-name {
  display: block;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
}

.legacy-staff-card:hover .legacy-staff-en,
.legacy-staff-card:hover .legacy-staff-name {
  color: var(--brand);
}

.legacy-staff-cover {
  position: fixed;
  inset: 0;
  z-index: 800;
  background: rgba(0, 0, 0, 0.55);
}

.legacy-staff-cover[hidden] {
  display: none;
}

body.legacy-staff-open {
  overflow: hidden;
}

.legacy-staff-detail {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 820;
  visibility: hidden;
  width: min(760px, calc(100% - 36px));
  min-height: 320px;
  max-height: calc(100vh - 72px);
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.legacy-staff-detail.is-open {
  visibility: visible;
}

.legacy-staff-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 33px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}

.legacy-staff-detail-inner {
  display: grid;
  grid-template-columns: 222px 1fr;
  gap: 30px;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding-right: 8px;
}

.legacy-staff-profile {
  color: #5d5d5d;
  text-align: center;
}

.legacy-staff-profile img {
  display: block;
  width: 222px;
  height: 235px;
  margin: 0 auto 8px;
  object-fit: cover;
  background: #eee;
}

.legacy-staff-detail-body {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

.legacy-staff-detail-body p,
.legacy-staff-detail-body h1,
.legacy-staff-detail-body h2,
.legacy-staff-detail-body h3,
.legacy-staff-detail-body h4,
.legacy-staff-detail-body div,
.legacy-staff-detail-body span {
  max-width: 100%;
  color: #000;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.legacy-staff-detail-body p,
.legacy-staff-detail-body h1,
.legacy-staff-detail-body h2,
.legacy-staff-detail-body h3,
.legacy-staff-detail-body h4 {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.legacy-staff-detail-body img {
  max-width: 100%;
  height: auto;
}

.legacy-about-right {
  box-sizing: content-box;
  float: left;
  width: 263px;
  margin-left: 49px;
  padding: 20px 0 30px 30px;
  background: #eee;
  border-top: 4px solid var(--brand);
}

.legacy-about-nav h2,
.legacy-about-related h2 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
}

.legacy-about-nav a {
  display: block;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 30px;
}

.legacy-about-nav a.active,
.legacy-about-nav a:hover {
  color: var(--brand);
}

.legacy-about-related h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 1.4;
}

.legacy-about-related-item {
  display: block;
  width: 230px;
  margin-bottom: 40px;
  cursor: pointer;
}

.legacy-about-related-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.legacy-about-related-item span {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.legacy-about-more {
  width: 176px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-left: 26px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
}

.legacy-about-more span {
  font-size: 16px;
  line-height: 1;
}

.legacy-about-clear {
  clear: both;
}

.rich-text h2 {
  margin-top: 0;
}

.rich-text p {
  margin: 0 0 16px;
}

.article-title {
  text-align: center;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.article-title h1 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.article-body {
  color: #303747;
  font-size: 16px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.article-nav {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.article-nav-links {
  flex: 1;
  min-width: 0;
  color: #5e6675;
  font-size: 15px;
  line-height: 1.75;
}

.article-nav-item {
  margin: 0 0 4px;
  overflow-wrap: anywhere;
}

.article-nav-links a {
  color: #5e6675;
}

.article-nav-links a:hover {
  color: var(--brand);
}

.article-nav-return {
  flex: 0 0 auto;
  min-width: 96px;
  align-self: center;
  text-align: center;
}

.meta {
  color: var(--muted);
  font-size: 14px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.pagination a,
.pagination strong {
  min-width: 22px;
  min-height: 22px;
  border: 1px solid var(--line);
  padding: 0 6px;
  text-align: center;
  background: #fff;
  line-height: 22px;
}

.pagination strong,
.pagination a:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.empty-state {
  margin: 0;
  color: var(--muted);
}

[data-api-member-status].error {
  color: #9f1c28;
}

.content-panel.is-loading {
  opacity: 0.72;
}

.article-body img {
  max-width: 100%;
  height: auto;
  margin: 14px auto;
}

.article-attachment {
  margin-top: 20px;
}

.member-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 20px;
}

.member-hero-search {
  max-width: 100%;
  overflow: visible;
  border-top: 4px solid var(--brand);
  background: #ededed;
  padding: 50px 70px 46px;
  text-align: center;
}

.member-hero-search h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  max-width: 100%;
  margin: 0 0 8px;
  color: #4a4f58;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
}

.member-hero-search h1 span {
  display: inline-block;
  max-width: 100%;
}

.member-hero-search p {
  max-width: 100%;
  margin: 0 0 12px;
  color: #4d5566;
  font-size: 12px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.member-hero-search form {
  display: grid;
  grid-template-columns: 1fr 42px;
  width: min(520px, 100%);
  margin: 0 auto 18px;
}

.member-hero-search input {
  min-width: 0;
  height: 38px;
  border: 0;
  background: #fff;
  padding: 0 16px;
  color: #4b5363;
  font: inherit;
}

.member-hero-search button {
  width: 42px;
  height: 38px;
  border: 0;
  background: #fff;
  color: #9a9a9a;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.member-hero-search span {
  display: block;
  color: #687083;
  font-size: 12px;
  text-align: right;
}

.member-search input,
.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  border: 1px solid var(--line);
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}

.form-grid input:disabled,
.form-grid textarea:disabled,
.form-grid select:disabled {
  background: #f4f4f4;
  color: #777;
  cursor: not-allowed;
}

.table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 12px 10px;
  vertical-align: top;
}

th {
  background: #f7f9fc;
  color: var(--blue);
  white-space: nowrap;
}

.member-table {
  border: 1px solid #cfcfcf;
}

.member-table th,
.member-table td {
  border: 1px solid #cfcfcf;
  padding: 13px 10px;
  text-align: center;
  color: #263142;
  line-height: 1.75;
}

.member-table th {
  background: #fff;
  color: #263142;
  font-weight: 400;
}

.member-table td:nth-child(2) {
  text-align: left;
}

.member-company-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(38, 49, 66, 0.35);
  text-underline-offset: 4px;
}

.member-company-link:hover {
  color: var(--red);
  text-decoration-color: currentColor;
}

.showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.showcase-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.showcase-item img {
  width: 150px;
  height: 96px;
  object-fit: cover;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tag-row span {
  border: 1px solid var(--line);
  color: var(--blue);
  padding: 6px 12px;
  background: #fff;
}

.showcase-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin: 0 0 64px;
}

.showcase-tabs span {
  height: 32px;
  display: grid;
  place-items: center;
  background: #f0f0f0;
  color: #253044;
  font-weight: 600;
}

.legacy-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 20px;
}

.legacy-showcase-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  min-height: 132px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d4d4d4;
}

.legacy-showcase-item img {
  width: 150px;
  height: 96px;
  object-fit: contain;
  border: 1px solid #c9c9c9;
  background: #fff;
}

.legacy-showcase-item h3 {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.legacy-showcase-item p {
  margin: 0 0 14px;
  color: #303747;
  font-size: 14px;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.member-auth-form {
  max-width: 920px;
}

.member-auth-form.form-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.member-auth-form label,
.member-field {
  min-width: 0;
  color: #263142;
  font-size: 15px;
  line-height: 1.65;
}

.member-auth-form input,
.member-auth-form textarea,
.member-auth-form select {
  margin-top: 5px;
}

.member-password-control {
  position: relative;
  display: block;
}

.member-password-control input {
  padding-right: 50px;
}

.member-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -16px;
  border: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}

.member-password-toggle::before,
.member-password-toggle::after {
  content: "";
  position: absolute;
}

.member-password-toggle::before {
  left: 7px;
  top: 11px;
  width: 20px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50% / 60%;
}

.member-password-toggle::after {
  left: 15px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.member-password-toggle.is-visible::before {
  transform: rotate(-8deg);
}

.member-password-toggle.is-visible::after {
  left: 7px;
  top: 18px;
  width: 22px;
  height: 2px;
  border-radius: 0;
  background: currentColor;
  transform: rotate(-38deg);
}

.member-auth-form small,
.member-field small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.member-dynamic-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.member-field.full {
  grid-column: 1 / -1;
}

.member-field-label {
  display: block;
  margin-bottom: 5px;
}

.member-field-options {
  min-height: 45px;
  border: 1px solid var(--line);
  padding: 9px 12px;
  background: #fff;
}

.member-field-options label {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  margin-bottom: 4px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.member-field-options input {
  width: auto;
  margin: 0 7px 0 0;
}

.member-repeatable {
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.member-repeatable-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eceef2;
}

.member-repeatable-head > div {
  min-width: 0;
}

.member-repeatable-add,
.member-repeatable-title button,
.member-repeatable-file button {
  min-height: 34px;
  border: 1px solid #cfd3d9;
  background: #fff;
  color: #263142;
  font: inherit;
  cursor: pointer;
}

.member-repeatable-add {
  flex: 0 0 auto;
  padding: 0 16px;
  border-color: var(--brand);
  color: #fff;
  background: var(--brand);
}

.member-repeatable-add:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.member-repeatable-list {
  display: grid;
  gap: 14px;
}

.member-repeatable-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid #dfe3e8;
  background: #fafafa;
}

.member-repeatable-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #162033;
}

.member-repeatable-title strong {
  font-size: 16px;
}

.member-repeatable-title button,
.member-repeatable-file button {
  padding: 0 12px;
  color: #6b7280;
}

.member-repeatable-title button:hover,
.member-repeatable-file button:hover {
  color: var(--brand);
  border-color: var(--brand);
}

.member-repeatable-item label {
  display: block;
  margin-bottom: 12px;
}

.member-repeatable-upload {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.member-repeatable-files {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
}

.member-repeatable-file {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 5px 6px 5px 10px;
  border: 1px solid #d8dce2;
  background: #fff;
  color: #263142;
}

.member-repeatable-file a {
  max-width: 220px;
  color: #263142;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-upload-button {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  margin-bottom: 0;
  border: 1px solid #cfd3d9;
  background: #fff;
  cursor: pointer;
}

.member-upload-button:hover {
  color: var(--brand);
  border-color: var(--brand);
}

.member-upload-button input {
  display: none;
}

.member-repeatable-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 4px;
}

.member-repeatable-checks label {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.member-repeatable-checks input {
  width: auto;
  margin: 0 7px 0 0;
}

.member-captcha-field {
  display: block;
}

.member-captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 172px;
  align-items: stretch;
  gap: 12px;
  margin-top: 5px;
}

.member-captcha-row input {
  margin-top: 0;
}

.member-captcha-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  min-width: 172px;
  height: 45px;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  overflow: hidden;
}

.member-captcha-image:disabled {
  cursor: wait;
  opacity: 0.78;
}

.member-captcha-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-captcha-image img[hidden],
.member-captcha-image span[hidden] {
  display: none;
}

.member-captcha-image span {
  font-size: 13px;
}

.member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.member-actions .button {
  width: 128px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--brand);
  font: inherit;
  line-height: 1;
  white-space: nowrap;
}

.member-inline-link {
  color: var(--brand);
  font-size: 15px;
  line-height: 44px;
}

.member-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
  align-items: stretch;
  margin-top: 5px;
}

.member-code-row input {
  margin-top: 0;
}

.member-code-row .button {
  width: 100%;
  height: 45px;
  padding: 0 14px;
  margin: 0;
  white-space: nowrap;
}

.member-actions .alert {
  flex: 1 1 100%;
  margin-top: 0;
}

.member-audit-notice {
  padding: 14px 16px;
  border: 1px solid #f1c5c8;
  background: #fff5f5;
  color: #9f1239;
  line-height: 1.7;
}

.member-audit-notice.pending {
  border-color: #f3d38d;
  background: #fff8e6;
  color: #8a5a00;
}

.member-audit-notice.approved {
  border-color: #bfe3c5;
  background: #f3fbf5;
  color: #166534;
}

.member-audit-notice strong {
  display: block;
  margin-bottom: 4px;
  color: inherit;
}

.member-monitoring-notice {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid #c8d8f0;
  background: #f4f8ff;
  color: #1e3a8a;
  line-height: 1.7;
}

.member-monitoring-notice.ready {
  border-color: #bfe3c5;
  background: #f3fbf5;
  color: #166534;
}

.member-monitoring-notice.pending {
  border-color: #f3d38d;
  background: #fff8e6;
  color: #8a5a00;
}

.member-monitoring-notice.blocked,
.member-monitoring-notice.error {
  border-color: #f1c5c8;
  background: #fff5f5;
  color: #9f1239;
}

.member-monitoring-notice strong {
  color: inherit;
}

.member-monitoring-notice .button {
  width: fit-content;
  min-width: 150px;
}

.member-submit-mask {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.45);
}

.member-submit-mask[hidden] {
  display: none;
}

.member-submit-mask-panel {
  width: min(360px, 100%);
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
}

.member-submit-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 14px;
  border: 4px solid #e5e7eb;
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: member-spin 0.8s linear infinite;
}

.member-submit-mask strong {
  display: block;
  color: #162033;
  font-size: 20px;
  line-height: 1.4;
}

.member-submit-mask p {
  margin: 8px 0 0;
  color: #687083;
  font-size: 15px;
  line-height: 1.6;
}

@keyframes member-spin {
  to {
    transform: rotate(360deg);
  }
}

.member-password-form {
  max-width: 760px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

[data-member-center-status] {
  margin: 0 0 18px;
}

.button.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #263142;
  background: #fff;
  border: 1px solid #cfcfcf;
}

.button.secondary:hover {
  color: #fff;
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.hero .button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero .button.secondary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.alert {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  background: #eef8f1;
  color: #24613b;
}

.alert.error {
  background: #fff0f0;
  color: #9f1c28;
}

.alert.show {
  display: block;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.footer {
  background: #f4f4f4;
  border-top: 1px solid #d8d8d8;
  color: #333;
  padding: 28px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer img {
  width: 126px;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 16px;
}

.footer-links a {
  padding: 0 18px;
  border-right: 1px solid #cfcfcf;
  font-size: 14px;
}

.footer-links a:first-child {
  padding-left: 0;
}

.qr {
  text-align: center;
}

.qr img {
  width: 104px;
  margin: 0 auto 8px;
}

@media (max-width: 900px) {
  .main,
  .footer-grid {
    width: min(100% - 28px, 1180px);
  }

  .top-w {
    grid-template-columns: 180px minmax(260px, 1fr) auto;
    column-gap: 24px;
    min-height: 130px;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-right: 124px;
    position: relative;
  }

  .topbar .container {
    min-height: 34px;
    white-space: normal;
  }

  .topbar span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-main {
    min-height: auto;
    padding: 16px 0;
    gap: 20px;
  }

  .search {
    width: min(100%, 500px);
    flex-basis: 420px;
    margin: 0;
  }

  .language {
    margin-left: 0;
  }

  .top-actions {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 56px;
    min-width: 0;
    gap: 0;
  }

  .top-actions .language {
    display: flex;
    margin: 0;
  }

  .top-actions .header-auth {
    display: none;
  }

  .top-actions .language-switch {
    min-width: 66px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e8ebef;
    border-radius: 6px;
    background: #fff;
    color: #2f3742;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  }

  .top-actions .language-switch::after {
    width: 7px;
    height: 7px;
  }

  .header-auth a {
    padding: 0 10px;
  }

  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 1px solid #e8ebef;
    border-radius: 6px;
    background: #fff;
    color: #5f6670;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    transition: background 0.2s ease, color 0.2s ease;
  }

  .nav-btn:hover,
  .nav-btn:focus-visible {
    background: #f4f5f7;
    color: var(--brand);
    outline: none;
  }

  .nav-btn img,
  .nav-btn .btn-show,
  .nav-btn .btn-hide {
    display: none;
  }

  .nav-btn::before,
  .nav-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  .nav-btn::before {
    transform: translate(-50%, calc(-50% - 9px));
    box-shadow: 0 9px 0 var(--brand);
  }

  .nav-btn::after {
    transform: translate(-50%, calc(-50% + 9px));
  }

  .nav-btn.open {
    color: var(--brand);
  }

  .nav-btn.open::before {
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: none;
  }

  .nav-btn.open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .nav {
    display: block;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }

  .nav .nav-inner {
    display: none;
  }

  .nav.open .nav-inner {
    display: flex;
  }

  .nav-toggle {
    display: block;
    width: min(100% - 28px, 1180px);
    height: 44px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-top: 1px solid #ececec;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .nav > .nav-toggle {
    width: min(100% - 28px, 1180px);
    min-width: 0;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    line-height: 44px;
    border-bottom: 0;
    text-align: left;
  }

  .nav-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    gap: 0;
    width: min(100% - 28px, 750px);
    height: auto;
    margin: 0 auto;
    padding: 8px 0;
  }

  .nav a,
  .nav button,
  .nav-item > a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 0;
    white-space: nowrap;
    text-align: left;
    border-bottom: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .nav-member-entry {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ececec;
  }

  .nav-member-entry span {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nav-member-entry span[hidden] {
    display: none;
  }

  .nav-inner > a,
  .nav-inner > button,
  .nav-inner > .nav-item > a,
  .nav-member-entry a,
  .nav-member-entry button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 12px 0;
    text-align: left;
    line-height: 24px;
  }

  .nav-member-entry button {
    color: #1f2630;
    background: transparent;
    border: 0;
    font: inherit;
    cursor: pointer;
  }

  .nav-member-entry a:hover,
  .nav-member-entry button:hover {
    color: var(--brand);
  }

  .nav > .nav-toggle {
    width: min(100% - 28px, 1180px);
    height: 44px;
    margin: 0 auto;
    padding: 0;
    line-height: 44px;
    text-align: left;
  }

  .nav-item {
    width: 100%;
    height: auto;
  }

  .nav a:hover,
  .nav a.active,
  .nav button:hover,
  .nav-item:hover > a {
    border-bottom: 0;
  }

  .nav-dropdown {
    display: none !important;
  }

  .home-intro p,
  .hero p {
    max-width: 100%;
  }

  .grid.two,
  .grid.three,
  .inner-layout,
  .layout,
  .legacy-about-main,
  .quick-links,
  .showcase,
  .topic-grid,
  .home-bottom-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-bottom-grid {
    row-gap: 34px;
  }

  .home-party-list {
    grid-template-columns: 1fr 1fr;
  }

  .legacy-services-carousel,
  .legacy-services-viewport {
    width: min(100%, 692px);
  }

  .legacy-services-carousel .prev {
    left: -8px;
  }

  .legacy-services-carousel .next {
    right: -12px;
  }

  .legacy-about-gap {
    height: 24px;
  }

  .legacy-about-main {
    width: min(100% - 28px, 1170px);
    padding-top: 34px;
    overflow: visible;
  }

  .legacy-about-left,
  .legacy-about-right {
    float: none;
    width: 100%;
  }

  .legacy-honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-about-right {
    margin: 30px 0 0;
  }

  .showcase-item {
    grid-template-columns: 120px 1fr;
  }

  .legacy-list-item {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
  }

  .legacy-list-item img {
    width: 180px;
    height: 126px;
  }

  .member-hero-search {
    padding: 36px 28px 34px;
  }

  .member-auth-form,
  .member-password-form {
    max-width: 100%;
  }

  .legacy-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-tabs {
    margin-bottom: 34px;
  }

  .legacy-service-main {
    padding: 34px 0 48px;
  }

  .legacy-service-layout {
    width: min(100% - 28px, 1093px);
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legacy-service-left,
  .legacy-service-rail {
    width: 100%;
  }

  .legacy-service-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .legacy-service-body {
    overflow-wrap: anywhere;
  }

  .legacy-certification-list li {
    width: 100%;
  }

  .legacy-release-image {
    float: none;
    width: min(100%, 260px);
    height: auto;
    margin: 0 0 16px;
  }

  .legacy-release-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 9;
  }

  .legacy-release-list dl {
    float: none;
    width: 100%;
    margin: 0;
  }

  .legacy-release-detail-links {
    float: none;
    width: 100%;
  }

  .legacy-release-detail-back {
    float: none;
    margin-top: 14px;
  }

  .legacy-show-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .legacy-show-tabs a {
    width: 100%;
    margin: 0;
  }

  .legacy-show-grid {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding-bottom: 34px;
  }

  .legacy-show-item {
    width: 100%;
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 16px;
    min-height: 0;
    padding-top: 20px;
  }

  .legacy-show-item img {
    width: 96px;
    height: 72px;
  }

  .legacy-demand-tabs {
    width: 100%;
    overflow: visible;
  }

  .legacy-demand-tabs ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .legacy-demand-tabs a,
  .legacy-demand-tabs li {
    float: none;
    width: 100%;
  }

  .legacy-demand-tabs li {
    margin: 0;
    padding: 0 8px;
  }

  .legacy-demand-page {
    overflow-x: auto;
  }

  .legacy-demand-table {
    min-width: 640px;
  }

  .legacy-demand-popup {
    top: 5%;
    left: 14px;
    right: 14px;
    width: auto;
    height: 80vh;
    margin-left: 0;
    padding: 76px 16px 24px;
  }

  .legacy-demand-popup .ch {
    left: 16px;
    right: 60px;
    font-size: 18px;
    line-height: 1.35;
  }

  .legacy-demand-popup .cha {
    right: 16px;
  }

  .legacy-demand-popup .jScrollbar {
    height: calc(80vh - 110px);
    padding-right: 0;
  }

  .legacy-demand-popup .www {
    float: none;
    width: 100%;
  }

  .legacy-service-nav,
  .legacy-service-related,
  .legacy-service-feature {
    padding: 24px 24px 28px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .logo img {
    width: 180px;
  }

  .topbar .container {
    justify-content: flex-start;
    text-align: center;
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    display: none;
  }

  .topbar span:first-child {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .topbar span:last-child {
    display: none;
  }

  .header-main {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .logo {
    width: 180px;
    flex-basis: auto;
    margin: 0 auto;
  }

  .hero,
  .hero .container {
    height: 390px;
    min-height: 390px;
  }

  .hero-video,
  .hero-poster {
    height: 390px;
  }

  .search {
    margin: 0;
    width: 100%;
    max-width: calc(100vw - 28px);
    flex-basis: auto;
    display: block;
    position: relative;
  }

  .search > input {
    width: 100%;
    padding-right: 14px;
    border-right: 0;
  }

  .search > button {
    display: none;
  }

  .box-input-search {
    width: calc(100% - 40px);
  }

  .font-gj {
    width: 100%;
  }

  .top-w {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "logo"
      "search";
    align-items: center;
    gap: 12px 10px;
    min-height: auto;
    position: relative;
    padding-right: 0;
  }

  .top-actions {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 56px;
    min-width: 0;
    gap: 0;
  }

  .top-actions .language {
    display: flex;
    margin: 0;
  }

  .top-actions .header-auth {
    display: none;
  }

  .top-actions .language-switch {
    min-width: 66px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #e8ebef;
    border-radius: 6px;
    background: #fff;
    color: #2f3742;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  }

  .top-actions .language-switch::after {
    width: 7px;
    height: 7px;
  }

  .top-w .logo {
    grid-area: logo;
    float: none;
    margin: 0;
  }

  .top-w .search {
    grid-area: search;
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .top-w > div[style*="clear"] {
    display: none;
  }

  .floating-training-ad {
    position: static;
    width: 100%;
    height: auto;
    background: #e9e9e9;
  }

  .floating-training-ad a {
    display: block;
    width: 100%;
  }

  .floating-training-ad img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 17px;
  }

  .home-service-strip .container {
    align-items: stretch;
    flex-direction: column;
    padding-top: 0;
  }

  .home-service-strip nav {
    flex-wrap: wrap;
    padding: 12px 0;
    gap: 10px;
  }

  .home-intro p {
    font-size: 17px;
    text-align: left;
  }

  .home-values p {
    padding: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .home-bottom-legacy {
    padding-bottom: 34px;
  }

  .home-party-list {
    grid-template-columns: 1fr;
  }

  .home-party-image,
  .home-about-mini img {
    height: 170px;
  }

  .legacy-services-title {
    margin: 34px 0 20px;
  }

  .legacy-services-carousel,
  .legacy-services-viewport {
    width: 346px;
    max-width: 100%;
  }

  .legacy-services-carousel {
    margin-bottom: 28px;
  }

  .legacy-services-viewport {
    margin: 0 auto;
  }

  .legacy-services-carousel li {
    flex-basis: 346px;
  }

  .legacy-services-carousel .prev,
  .legacy-services-carousel .next {
    top: 150px;
    font-size: 64px;
  }

  .legacy-services-carousel .prev {
    left: -8px;
  }

  .legacy-services-carousel .next {
    right: -8px;
  }

  .topic-card > img {
    height: 150px;
  }

  .legacy-about-title {
    font-size: 22px;
  }

  .legacy-about-lead {
    font-size: 18px;
  }

  .legacy-about-body,
  .legacy-about-body p,
  .legacy-about-body li {
    font-size: 15px;
    line-height: 1.7;
  }

  .legacy-honor-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .legacy-staff-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .legacy-staff-detail {
    padding: 22px;
  }

  .legacy-staff-detail-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-right: 0;
  }

  .legacy-honor-item img {
    width: 100%;
    max-width: 224px;
    height: auto;
    aspect-ratio: 112 / 75;
  }

  .news-item,
  .form-grid,
  .member-dynamic-fields,
  .member-search {
    grid-template-columns: 1fr;
  }

  .member-actions {
    align-items: stretch;
  }

  .member-captcha-row {
    grid-template-columns: 1fr;
  }

  .member-code-row {
    grid-template-columns: 1fr;
  }

  .member-captcha-image {
    width: 100%;
    min-width: 0;
  }

  .member-repeatable {
    padding: 14px;
  }

  .member-repeatable-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .member-repeatable-add,
  .member-upload-button {
    width: 100%;
  }

  .member-repeatable-title {
    align-items: flex-start;
  }

  .member-repeatable-file {
    width: 100%;
    justify-content: space-between;
  }

  .member-repeatable-file a {
    max-width: calc(100% - 66px);
  }

  .member-actions .button {
    width: 100%;
  }

  .footer {
    padding: 28px 0 34px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .footer img {
    margin-bottom: 18px;
  }

  .footer-links {
    display: block;
    margin-bottom: 22px;
  }

  .footer-links a {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    line-height: 24px;
  }

  .footer p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
  }

  .footer-contact-line span {
    display: block;
    margin-bottom: 8px;
  }

  .qr {
    width: 100%;
    text-align: center;
  }

  .content-panel {
    overflow: visible;
    padding: 22px;
  }

  .legacy-list-item {
    display: block;
  }

  .legacy-list-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 9;
    margin-bottom: 14px;
  }

  .right-rail {
    gap: 10px;
  }

  .member-hero-search {
    padding: 28px 16px;
    text-align: left;
  }

  .member-hero-search h1 {
    display: block;
    font-size: 21px;
    line-height: 1.32;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .member-hero-search h1 span {
    display: block;
  }

  .member-hero-search span {
    text-align: left;
  }

  .showcase-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .legacy-showcase-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
  }

  .legacy-showcase-item img {
    width: 92px;
    height: 72px;
  }

  .member-table {
    width: 760px;
    min-width: 760px;
  }

  .legacy-service-main {
    padding: 28px 0 40px;
  }

  .legacy-service-layout {
    width: min(100% - 28px, 1093px);
    gap: 24px;
  }

  .legacy-service-title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.35;
  }

  .legacy-service-left {
    font-size: 15px;
    line-height: 1.75;
  }

  .legacy-service-body {
    padding-bottom: 24px;
  }

  .legacy-membership-actions .an-rh {
    width: 100%;
    height: auto;
    min-height: 44px;
    padding: 0 46px 0 16px;
    line-height: 44px;
  }

  .legacy-certification-list dt,
  .legacy-release-list dt,
  .legacy-training-list dt {
    font-size: 18px;
    line-height: 1.45;
  }

  .legacy-release-list li {
    min-height: 0;
    padding: 18px 0;
  }

  .legacy-release-list dt.rq {
    font-size: 15px;
    line-height: 1.6;
  }

  .legacy-release-list dd,
  .legacy-release-detail-body p {
    font-size: 15px;
    line-height: 1.75;
  }

  .legacy-release-detail-title span {
    font-size: 15px;
  }

  .legacy-service-nav h2,
  .legacy-service-related h2,
  .legacy-service-feature h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .legacy-service-nav a {
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .legacy-service-related {
    display: none;
  }

  .legacy-show-tabs {
    grid-template-columns: 1fr;
  }

  .legacy-show-item {
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 14px;
  }

  .legacy-show-item img {
    width: 86px;
    height: 64px;
  }

  .legacy-show-item strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .legacy-show-item em {
    font-size: 13px;
    line-height: 1.55;
  }

  .legacy-training-banner img,
  .legacy-demand-banner img {
    height: auto;
    max-height: none;
  }

  .legacy-training-consult .legacy-contact-form-grid {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .legacy-training-consult .legacy-contact-form label,
  .legacy-training-consult .legacy-contact-textarea {
    align-items: flex-start;
  }

  .legacy-training-consult .legacy-contact-form span {
    flex: 0 0 48px;
    line-height: 32px;
  }

  .legacy-training-consult .legacy-contact-form .bk {
    margin-left: 48px;
  }

  .legacy-demand-tabs ul {
    grid-template-columns: 1fr;
  }

  .legacy-demand-table {
    min-width: 600px;
    font-size: 14px;
  }

  .legacy-demand-popup {
    left: 10px;
    right: 10px;
    padding: 76px 14px 22px;
  }

  .pagination {
    flex-wrap: wrap;
  }
}
