.km-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26, 31, 35, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.km-header__inner,
.km-footer__inner,
.km-page-wrap {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.km-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.km-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.km-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.km-logo__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.km-logo__text strong {
  font-size: 20px;
  line-height: 1.1;
}

.km-logo__text small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.km-site-brand-slot {
  display: none;
}

.km-site-brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #0a43ff;
  text-decoration: none;
  padding: 10px 18px 10px 0;
}

.km-site-brand__title {
  color: #0a43ff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 10px 24px rgba(10, 67, 255, 0.28);
  filter: drop-shadow(0 0 10px rgba(64, 143, 255, 0.24));
}

.km-site-brand__tag {
  color: #2457e6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: none;
}

#c_portalResnav_main-15915913893168181 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#c_portalResnav_main-15915913893168181 .nav {
  width: 100%;
}

.km-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.km-nav__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.km-nav__item {
  position: relative;
}

.km-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  border-radius: 999px;
  transition: 0.2s ease;
}

.km-nav__link:hover,
.km-nav__link.is-active {
  color: #00eace;
  background: rgba(0, 234, 206, 0.08);
}

.km-subnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 10px 0;
  margin: 10px 0 0;
  list-style: none;
  background: #20252a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.km-nav__item:hover > .km-subnav {
  display: block;
}

.km-subnav a {
  display: block;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.km-subnav a:hover {
  color: #00eace;
  background: rgba(255, 255, 255, 0.04);
}

.km-subnav-toggle,
.km-nav-toggle {
  display: none;
}

.km-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #00eace;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.km-page-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 36px;
  background: linear-gradient(180deg, #11181c 0%, #1d2529 100%);
  color: #fff;
}

.km-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(0, 201, 161, 0.16) 0%, rgba(0, 201, 161, 0) 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.km-page-hero h1 {
  position: relative;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.km-page-hero p {
  position: relative;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 760px;
}

.km-page-hero--rich {
  position: relative;
  overflow: hidden;
}

.km-page-hero--rich::after {
  content: "";
  position: absolute;
  inset: auto -10% -80px auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 201, 161, 0.24) 0%, rgba(0, 201, 161, 0) 70%);
  pointer-events: none;
}

.km-page-hero__eyebrow,
.km-section-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #9ff9e5;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.km-page-hero__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.km-page-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.km-page-wrap {
  padding: 32px 0 56px;
}

.km-about-banner picture,
.km-about-banner img {
  display: block;
  width: 100%;
}

.km-about-banner img,
.km-legacy-banner img {
  height: clamp(220px, 28vw, 420px);
  object-fit: cover;
  object-position: center;
}

.km-about-origin {
  background: #fff;
}

.km-about-origin__breadcrumb {
  padding-bottom: 8px;
}

.km-about-origin__shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.km-about-origin__toggle {
  display: none;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #111827;
  font-size: 16px;
  text-align: left;
}

.km-about-origin .cateBox {
  border: 1px solid #e4e4e4;
  background: #fff;
}

.km-about-origin .cate1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.km-about-origin .cateListBox {
  border-bottom: 1px solid #eaeaea;
}

.km-about-origin .cateListBox:last-child {
  border-bottom: 0;
}

.km-about-origin .cateNameH3 {
  margin: 0;
}

.km-about-origin .cateName {
  display: block;
  padding: 18px 22px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.2s ease;
}

.km-about-origin .cateName:hover,
.km-about-origin .cateName.is-active {
  background: #f7f7f7;
  color: #111;
}

.km-about-origin .p_contentBox {
  background: #fff;
}

.km-about-origin .p_header {
  margin: 0;
  padding-bottom: 16px;
  color: #111;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
}

.km-about-origin .borderB_dividers {
  border-bottom: 1px solid #e7e7e7;
}

.km-about-origin .p_tit {
  display: none;
}

.km-about-origin .p_content {
  padding-top: 28px;
}

.km-about-origin .p_con {
  color: #444;
  font-size: 14px;
  line-height: 3;
}

.km-about-origin .reset_style p {
  margin: 0 0 10px;
  line-height: 3;
}

.km-about-origin .reset_style img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 14px;
}

.km-legacy-banner picture,
.km-legacy-banner img {
  display: block;
  width: 100%;
}

.km-legacy-section,
.km-contact-section {
  background: #fff;
}

.km-legacy-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.km-legacy-aside .cateBox {
  border: 1px solid #e4e4e4;
  background: #fff;
}

.km-legacy-aside .backBtn {
  display: none;
  height: 48px;
  padding: 0 18px;
  align-items: center;
  color: #111827;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}

.km-legacy-aside .cate1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.km-legacy-aside .cateListBox {
  border-bottom: 1px solid #ececec;
}

.km-legacy-aside .cateListBox:last-child {
  border-bottom: 0;
}

.km-legacy-aside .cateNameH3 {
  margin: 0;
}

.km-legacy-aside .cateName {
  display: block;
  padding: 18px 22px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.2s ease;
}

.km-legacy-aside .cateName:hover,
.km-legacy-aside .cateName.is-active {
  background: #f7f7f7;
  color: #111;
}

.km-legacy-content__head {
  margin-bottom: 24px;
}

.km-legacy-content__head h1 {
  margin: 0 0 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 400;
  color: #111;
}

.km-legacy-newslist {
  display: flex;
  flex-direction: column;
}

.km-legacy-newsitem {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #ececec;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.km-legacy-newsitem:first-child {
  padding-top: 0;
}

.km-legacy-newsitem:hover {
  transform: translateY(-2px);
  border-color: #dfe7e6;
}

.km-legacy-newsitem__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.km-legacy-newsitem__header h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

.km-legacy-newsitem__header a {
  color: #111;
  text-decoration: none;
}

.km-legacy-newsitem__datebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  border-radius: 18px;
  background: #f6f8f8;
  color: #111827;
}

.km-legacy-newsitem__datebox strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.km-legacy-newsitem__datebox span {
  margin-top: 8px;
  font-size: 13px;
  color: #6b7280;
}

.km-legacy-newsitem__date {
  flex: 0 0 auto;
  color: #00a884;
  font-size: 13px;
  white-space: nowrap;
}

.km-legacy-newsitem__summary {
  margin-top: 14px;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.km-legacy-newsitem__more {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #111;
  text-decoration: none;
}

.km-legacy-newsitem__more::after {
  content: "+";
  margin-left: 8px;
  color: #00a884;
}

.km-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.km-contact-layout.is-single {
  grid-template-columns: 1fr;
}

.km-contact-map,
.km-contact-copy {
  background: #fff;
}

#km-contact-map {
  width: 100%;
  min-height: 350px;
  opacity: 0.9;
  filter: saturate(0.9);
}

.km-contact-copy__inner {
  min-height: 350px;
  padding: 28px 16px 0 12px;
  color: #696969;
  font-size: 14px;
  line-height: 2.6;
}

.km-contact-copy__inner p {
  margin: 0 0 10px;
}

.km-contact-copy__inner a {
  color: inherit;
  text-decoration: none;
}

.km-contact-rich {
  margin-top: 28px;
}

.km-panel {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 28px 0;
}

.km-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.km-section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(22px, 3vw, 30px);
}

.km-section-head p {
  max-width: 420px;
  margin: 0;
  color: #6b7280;
  line-height: 1.8;
}

.km-breadcrumb {
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 14px;
}

.km-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.km-channel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.km-channel-tab {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef2f4;
  color: #374151;
  text-decoration: none;
}

.km-channel-tab.is-active {
  background: #00c9a1;
  color: #fff;
}

.km-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.km-article-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #eef2f4;
}

.km-article-item:last-child {
  border-bottom: 0;
}

.km-article-item img {
  width: 180px;
  height: 118px;
  object-fit: cover;
  border-radius: 16px;
}

.km-article-item h3,
.km-article-detail h1 {
  margin: 0;
}

.km-article-item a,
.km-article-detail a {
  color: #111827;
  text-decoration: none;
}

.km-article-item p {
  margin: 10px 0 0;
  color: #6b7280;
}

.km-article-meta {
  margin-top: 12px;
  color: #9ca3af;
  font-size: 14px;
}

.km-article-detail__meta {
  margin: 16px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f4;
  color: #6b7280;
  font-size: 14px;
}

.km-article-detail .article-content {
  margin-top: 28px;
  color: #1f2937;
  line-height: 1.9;
}

.km-article-detail .article-content img {
  max-width: 100%;
  height: auto;
}

.km-legacy-detail .newsBox {
  background: #fff;
}

.km-legacy-detail .newsTitle {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.45;
}

.km-legacy-detail .newsTime {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
  color: #666;
  font-size: 14px;
}

.km-legacy-detail .newsarticles {
  padding-top: 28px;
}

.km-legacy-detail .article-content {
  color: #444;
  line-height: 2.2;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 1.8em 0 0.72em;
  color: #111827;
  line-height: 1.35;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
  margin-bottom: 1.1em;
}

.article-content ul,
.article-content ol {
  padding-left: 1.4em;
}

.article-content blockquote {
  padding: 16px 20px;
  border-left: 3px solid #00c9a1;
  background: #f7fbfa;
  color: #4b5563;
}

.article-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
}

.article-content th {
  background: #f8fafc;
  color: #111827;
}

.km-legacy-detail .article-content img {
  max-width: 100%;
  height: auto;
}

.km-legacy-detail__heroimage {
  margin-top: 24px;
}

.km-legacy-detail__heroimage img {
  display: block;
  width: 100%;
  height: auto;
}

.km-legacy-detail__files {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}

.km-legacy-detail .p_PrevAndNext {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #ececec;
}

.km-legacy-detail .p_previewBox,
.km-legacy-detail .p_nextBox {
  padding: 18px 20px;
  background: #f8fafb;
  border-radius: 18px;
}

.km-legacy-detail .i_title {
  display: block;
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 13px;
}

.km-legacy-detail .p_PreviewTitle {
  color: #111827;
  text-decoration: none;
  line-height: 1.7;
}

.km-legacy-related {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #ececec;
}

.km-legacy-related h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: 22px;
  font-weight: 400;
}

.km-data-grid,
.km-feature-grid,
.km-contact-grid,
.km-subchannel-grid {
  display: grid;
  gap: 18px;
}

.km-data-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.km-feature-grid,
.km-contact-grid,
.km-subchannel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.km-data-card,
.km-feature-card,
.km-contact-card,
.km-subchannel-card,
.km-rich-block,
.km-empty-state,
.km-cta-banner {
  border: 1px solid #eef2f4;
  border-radius: 0;
  background: transparent;
}

.km-data-card,
.km-feature-card,
.km-contact-card,
.km-subchannel-card,
.km-rich-block,
.km-empty-state {
  padding: 22px 0;
}

.km-data-card strong {
  display: block;
  color: #00a884;
  font-size: 28px;
  line-height: 1.1;
}

.km-data-card span,
.km-feature-card p,
.km-contact-card p,
.km-subchannel-card span,
.km-rich-block p,
.km-empty-state p {
  display: block;
  margin: 10px 0 0;
  color: #4b5563;
  line-height: 1.9;
}

.km-feature-card h3,
.km-contact-card h3,
.km-rich-block h3,
.km-empty-state h3,
.km-cta-banner h3 {
  margin: 0;
  font-size: 20px;
}

.km-subchannel-grid {
  margin-top: 20px;
}

.km-subchannel-card {
  color: #111827;
  text-decoration: none;
  transition: 0.2s ease;
}

.km-subchannel-card strong {
  display: block;
  font-size: 17px;
}

.km-subchannel-card.is-active,
.km-subchannel-card:hover {
  border-color: rgba(0, 201, 161, 0.35);
  box-shadow: 0 14px 36px rgba(0, 201, 161, 0.12);
  transform: translateY(-2px);
}

.km-step-list {
  display: grid;
  gap: 16px;
}

.km-step-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eef2f4;
}

.km-step-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #00c9a1;
  color: #fff;
  font-size: 20px;
}

.km-step-list span {
  color: #374151;
  line-height: 1.9;
}

.km-rich-block,
.km-empty-state,
.km-cta-banner {
  margin-top: 20px;
}

.km-rich-content {
  color: #1f2937;
  line-height: 1.9;
}

.km-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.km-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ecfdf8;
  color: #0f766e;
  font-size: 14px;
}

.km-tag-list--side span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.km-contact-card a,
.km-side-meta a {
  color: inherit;
}

.km-empty-state {
  text-align: center;
}

.km-empty-state .km-tag-list {
  justify-content: center;
}

.km-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  margin-top: 32px;
  background: transparent;
  border-top: 1px solid #eef2f4;
  border-bottom: 1px solid #eef2f4;
}

.km-cta-banner h3,
.km-cta-banner p {
  color: #111;
}

.km-cta-banner p {
  margin: 12px 0 0;
  line-height: 1.9;
  color: #666;
}

.km-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.km-side-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.km-side-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 0;
  border-bottom: 1px solid #eef2f4;
}

.km-side-card--accent {
  background: transparent;
  color: #111;
  border: 1px solid #eef2f4;
  padding: 24px;
}

.km-side-card--accent p {
  color: #666;
}

.km-side-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  color: #666;
  font-size: 14px;
}

.km-side-card__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.km-side-card--accent .km-side-card__title {
  color: #111;
}

.km-side-links,
.km-side-news,
.km-side-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.km-side-link,
.km-side-news__item,
.km-side-button {
  text-decoration: none;
}

.km-side-link {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  background: #f5f8f9;
  color: #1f2937;
  transition: 0.2s ease;
}

.km-side-link:hover,
.km-side-link.is-active {
  background: #00c9a1;
  color: #fff;
}

.km-side-news__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #111827;
}

.km-side-news__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(0, 201, 161, 0.12);
  color: #00a884;
  font-size: 13px;
  font-weight: 700;
}

.km-side-news__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.km-side-news__body strong {
  font-size: 15px;
  line-height: 1.6;
}

.km-side-news__body small {
  color: #9ca3af;
}

.km-side-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #00c9a1;
  color: #fff;
}

.km-side-button.is-secondary {
  background: #f5f8f9;
  color: #333;
  border: 1px solid #eef2f4;
}

.km-footer {
  margin-top: 48px;
  background: #021c11;
  color: #fff;
}

.km-footer__inner {
  padding: 42px 0 24px;
}

.km-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}

.km-footer__brand {
  max-width: 400px;
}

.km-footer__brand img {
  width: 148px;
  max-width: 100%;
  margin-bottom: 18px;
}

.km-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.km-footer__links {
  display: flex;
  gap: 64px;
}

.km-footer__link-group h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}

.km-footer__link-group p,
.km-footer__link-group a {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  text-decoration: none;
}

.km-footer__link-group a:hover {
  color: #fff;
}

.km-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.km-footer__copyright p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.km-footer__copyright p:last-child {
  margin-bottom: 0;
}

.km-footer__copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.km-footer__copyright a:hover {
  color: #fff;
}

.km-footer__stats {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.km-footer__stats strong {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .km-site-brand-slot {
    min-height: 64px;
  }

  .km-site-brand__title {
    font-size: 24px;
  }

  .km-site-brand__tag {
    font-size: 12px;
  }

  .km-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .km-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
  }

  .km-nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: #1a1f23;
    border-radius: 20px;
  }

  .km-nav.is-open {
    display: flex;
  }

  .km-nav__list,
  .km-article-item,
  .km-section-head,
  .km-cta-banner,
  .km-about-origin__shell,
  .km-legacy-shell,
  .km-contact-layout,
  .km-legacy-newsitem__header {
    flex-direction: column;
  }

  .km-footer__top,
  .km-footer__links,
  .km-footer__bottom {
    flex-direction: column;
    gap: 32px;
  }
  
  .km-footer__bottom {
    align-items: flex-start;
  }

  .km-about-origin__shell {
    display: flex;
    gap: 20px;
  }

  .km-legacy-shell,
  .km-contact-layout {
    display: flex;
    gap: 20px;
  }

  .km-nav__item:hover > .km-subnav {
    display: none;
  }

  .km-subnav-toggle {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 0;
  }

  .km-subnav-toggle::before {
    content: "+";
    color: #fff;
    font-size: 20px;
  }

  .km-subnav-toggle.is-open::before {
    content: "-";
  }

  .km-subnav {
    position: static;
    margin-top: 8px;
    box-shadow: none;
  }

  .km-article-item img {
    width: 100%;
    height: auto;
  }

  .km-about-origin__toggle {
    display: block;
  }

  .km-legacy-aside .backBtn {
    display: flex;
  }

  .km-about-origin .cate1 {
    display: none;
  }

  .km-about-origin .cate1.is-open {
    display: block;
  }

  .km-legacy-aside .cate1 {
    display: none;
  }

  .km-legacy-aside .cate1.is-open {
    display: block;
  }

  .km-legacy-newsitem__header h5 {
    font-size: 20px;
  }

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

  .km-legacy-newsitem__datebox {
    width: 92px;
  }

  .km-legacy-detail .p_PrevAndNext {
    grid-template-columns: 1fr;
  }

  .km-data-grid,
  .km-feature-grid,
  .km-contact-grid,
  .km-subchannel-grid {
    grid-template-columns: 1fr;
  }

  .km-step-list article {
    grid-template-columns: 1fr;
  }

  .km-cta-banner__actions {
    justify-content: flex-start;
  }
}

/* Let homepage product cards grow for longer custom copy. */
#c_portalResProduct_list-15604779207580265 .proContainer {
  align-items: stretch;
}

#c_portalResProduct_list-15604779207580265 .proLi {
  height: auto;
}

#c_portalResProduct_list-15604779207580265 .proLink {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#c_portalResProduct_list-15604779207580265 .txtBox {
  height: auto;
  min-height: 164px;
  overflow: visible;
}

#c_portalResProduct_list-15604779207580265 .proTitle {
  height: auto;
  min-height: 56px;
  align-items: flex-start;
}

#c_portalResProduct_list-15604779207580265 .proTitle .name {
  display: block;
  line-height: 1.5;
  white-space: normal;
}

#c_portalResProduct_list-15604779207580265 .proSummry {
  display: block;
  height: auto;
  min-height: 88px;
  margin-top: 12px;
  line-height: 1.8;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

/* Homepage copy refresh for kuaima001. */
#w_common_text-1558591253332 > div,
#w_common_text-1560481347277 > div,
#w_common_text-1560478578263 > div,
#w_common_text-1560485072899 > div,
#w_common_text-1560485072902 > div,
#w_common_text-1560485072913 > div,
#w_common_text-1560485072916 > div,
#w_common_text-1560485072927 > div,
#w_common_text-1560485072930 > div {
  display: none;
}

#w_common_text-1558591253332::before,
#w_common_text-1560481347277::before,
#w_common_text-1560478578263::before,
#w_common_text-1560485072899::before,
#w_common_text-1560485072902::before,
#w_common_text-1560485072913::before,
#w_common_text-1560485072916::before,
#w_common_text-1560485072927::before,
#w_common_text-1560485072930::before {
  display: block;
  white-space: normal;
}

#w_common_text-1558591253332::before {
  content: "围绕内容生产、自动营销与品牌搜索增长打造 AI 产品矩阵";
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 1.8;
}

#w_common_text-1560481347277::before {
  content: "围绕品牌增长、获客转化与搜索信任建设提供智能化方案";
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 1.8;
}

#w_common_text-1560478578263::before {
  content: "关注 AI 增长、品牌内容与企业智能化转型的最新动态";
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

#w_common_text-1560485072899::before,
#w_common_text-1560485072913::before,
#w_common_text-1560485072927::before {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

#w_common_text-1560485072899::before {
  content: "快马科技是谁？";
}

#w_common_text-1560485072913::before {
  content: "我们在做什么？";
}

#w_common_text-1560485072927::before {
  content: "我们为什么这么做？";
}

#w_common_text-1560485072902::before,
#w_common_text-1560485072916::before,
#w_common_text-1560485072930::before {
  color: #838792;
  font-size: 14px;
  line-height: 2;
}

#w_common_text-1560485072902::before {
  content: "快马科技有限公司是一家聚焦企业增长智能化的 AI 科技公司，帮助企业把内容生产、营销转化与品牌建设做得更高效、更稳定。";
}

#w_common_text-1560485072916::before {
  content: "我们围绕三大产品线持续打磨能力：自媒体创作智能体、自媒体自动营销智能体、品牌 AI 搜索问答优化智能体。";
}

#w_common_text-1560485072930::before {
  content: "因为企业需要用更低成本实现持续内容输出、自动化营销和品牌认知建设，快马科技希望用可落地的 AI 产品让增长更稳定、更可复制。";
}

/* Homepage solutions copy refresh. */
#c_portalResNews_list-15604831837892170 .title,
#c_portalResNews_list-15604831837892170 .sunmry {
  position: relative;
  color: transparent !important;
}

#c_portalResNews_list-15604831837892170 .title::before,
#c_portalResNews_list-15604831837892170 .sunmry::before {
  display: block;
  color: inherit;
  white-space: normal;
}

#c_portalResNews_list-15604831837892170 .title {
  min-height: 54px;
}

#c_portalResNews_list-15604831837892170 .title::before {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

#c_portalResNews_list-15604831837892170 .sunmry {
  min-height: 150px;
  line-height: 1.9;
}

#c_portalResNews_list-15604831837892170 .sunmry::before {
  color: #666;
  font-size: 14px;
}

#c_portalResNews_list-15604831837892170 .col:nth-child(1) .title::before {
  content: "内容增长解决方案";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(1) .sunmry::before {
  content: "帮助企业围绕品牌定位与用户需求建立持续内容生产机制，让官网、公众号、视频号与社媒内容协同输出。";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(2) .title::before {
  content: "自动营销解决方案";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(2) .sunmry::before {
  content: "把账号运营、内容分发、互动承接与线索跟进串联成自动化流程，提升企业获客效率与转化稳定性。";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(3) .title::before {
  content: "品牌搜索优化解决方案";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(3) .sunmry::before {
  content: "围绕搜索结果、问答场景和品牌口碑建立正向信息阵地，让潜在客户在决策前先看到清晰专业的品牌内容。";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(4) .title::before {
  content: "企业 AI 增长解决方案";
}

#c_portalResNews_list-15604831837892170 .col:nth-child(4) .sunmry::before {
  content: "结合企业业务目标，整合内容、营销、搜索与数据能力，构建可执行、可复用、可持续的 AI 增长体系。";
}

/* Homepage news copy refresh. */
#c_portalResNews_list-15604789468718895 .js_coverUrlTitle,
#c_portalResNews_list-15604789468718895 .p_title,
#c_portalResNews_list-15604789468718895 .p_summary {
  position: relative;
  color: transparent !important;
}

#c_portalResNews_list-15604789468718895 .js_coverUrlTitle::before,
#c_portalResNews_list-15604789468718895 .p_title::before,
#c_portalResNews_list-15604789468718895 .p_summary::before {
  display: block;
  white-space: normal;
}

#c_portalResNews_list-15604789468718895 .p_title {
  min-height: 34px;
}

#c_portalResNews_list-15604789468718895 .p_title::before {
  color: #222;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

#c_portalResNews_list-15604789468718895 .p_summary {
  min-height: 84px;
  line-height: 1.9;
}

#c_portalResNews_list-15604789468718895 .p_summary::before {
  color: #666;
  font-size: 14px;
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(1) .js_coverUrlTitle::before,
#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(1) .p_title::before {
  content: "快马科技发布内容增长智能引擎";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(1) .p_summary::before {
  content: "围绕企业品牌内容生产场景，快马科技升级自媒体创作智能体，帮助运营团队实现更稳定的高质量内容输出。";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(2) .js_coverUrlTitle::before,
#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(2) .p_title::before {
  content: "自动营销智能体进入企业增长实战阶段";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(2) .p_summary::before {
  content: "从曝光到互动，再到线索承接与转化跟踪，快马科技持续优化自动营销流程，让企业获客动作更高效。";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(3) .js_coverUrlTitle::before,
#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(3) .p_title::before {
  content: "品牌 AI 搜索问答优化需求持续增长";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(3) .p_summary::before {
  content: "越来越多企业开始重视搜索与问答场景中的品牌认知，快马科技用结构化内容能力帮助企业建立可信信息入口。";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(4) .js_coverUrlTitle::before,
#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(4) .p_title::before {
  content: "AI 正在重塑企业品牌与增长路径";
}

#c_portalResNews_list-15604789468718895 .p_articles:nth-of-type(4) .p_summary::before {
  content: "快马科技聚焦企业真实增长场景，把内容、营销与品牌搜索能力打通，帮助企业建立长期可持续的增长机制。";
}
