.kim-news-page {
  background: #fff;
  color: #111827;
}

.kim-news-wrap {
  width: min(var(--kimplast-layout-max, 1260px), calc(100% - 48px));
  margin: 0 auto;
}

.kim-news-hero {
  padding: 12px 0 24px;
  background: #fff;
}

.kim-news-hero__media {
  position: relative;
  min-height: 460px;
  border-radius: 26px;
  overflow: hidden;
  background: #d8e1ea;
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.14);
}

.kim-news-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--kim-news-hero-bg, none);
  background-position: var(--kim-news-hero-position, center center);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--kim-news-hero-shift, 0px), 0) scale(1.04);
  transform-origin: center top;
  transition: transform 0.7s ease;
}

.kim-news-hero__media::after {
  content: none;
}

.kim-news-hero-copy {
  background: #fff;
  padding: 40px 0 52px;
}

.kim-news-hero-copy__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.kim-news-hero-copy__inner h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.08;
  font-weight: 800;
}

.kim-news-hero-copy__inner p {
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(17, 24, 39, 0.74);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.68;
}

.kim-news-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 460px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate3d(0, var(--kim-news-hero-content-shift, 0px), 0);
  transition: transform 0.7s ease;
}

.kim-news-hero__inner h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.06;
  font-weight: 800;
}

.kim-news-hero__inner p {
  margin: 16px auto 0;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.62;
  font-weight: 520;
}

.kim-news-hero.is-motion-ready [data-kim-news-hero-title],
.kim-news-hero.is-motion-ready [data-kim-news-hero-desc] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.kim-news-hero.is-motion-ready [data-kim-news-hero-desc] {
  transition-delay: 0.12s;
}

.kim-news-hero.is-motion-ready.is-visible [data-kim-news-hero-title],
.kim-news-hero.is-motion-ready.is-visible [data-kim-news-hero-desc] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.kim-news-content {
  background: #fff;
  padding: 14px 0 86px;
}

.kim-news-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.kim-news-tabs__btn {
  border: 0;
  border-radius: 18px;
  min-height: 74px;
  background: #53b4e8;
  color: #061427;
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.kim-news-tabs__btn:hover,
.kim-news-tabs__btn:focus-visible {
  transform: translateY(-2px);
  background: #2ea3dd;
  color: #fff;
  box-shadow: 0 14px 30px rgba(46, 163, 221, 0.34);
  outline: none;
}

.kim-news-tabs__btn.is-active {
  background: linear-gradient(135deg, #1091d7 0%, #31b5ee 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(16, 145, 215, 0.34);
}

.kim-news-panel {
  display: none;
}

.kim-news-panel.is-active {
  display: block;
}

.kim-news-panel[hidden] {
  display: none !important;
}

.kim-news-slider {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #d8e3ee;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.14);
}

.kim-news-slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.kim-news-slide {
  width: 100%;
  flex: 0 0 100%;
}

.kim-news-slide__link {
  position: relative;
  min-height: 450px;
  display: block;
  text-decoration: none !important;
  color: #fff;
  background-image: var(--kim-news-slide-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kim-news-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 45, 0.16) 0%, rgba(7, 24, 45, 0.52) 46%, rgba(7, 24, 45, 0.86) 100%);
}

.kim-news-slide__content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 1;
}

.kim-news-slide__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #24a7eb;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.kim-news-slide__title {
  display: block;
  margin-top: 12px;
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.kim-news-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.kim-news-slider__dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.kim-news-slider__dot:hover,
.kim-news-slider__dot:focus-visible {
  transform: scale(1.12);
  background: rgba(255, 255, 255, 0.88);
  outline: none;
}

.kim-news-slider__dot.is-active {
  background: #24a7eb;
  box-shadow: 0 0 0 3px rgba(36, 167, 235, 0.32);
}

.kim-news-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kim-news-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.kim-news-card__media {
  display: block;
  overflow: hidden;
}

.kim-news-card__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.kim-news-card:hover .kim-news-card__media img {
  transform: scale(1.08);
}

.kim-news-card__body {
  padding: 14px 16px 16px;
}

.kim-news-card__body h3 {
  margin: 0;
  font-size: clamp(24px, 1.35vw, 30px);
  line-height: 1.28;
  font-weight: 800;
}

.kim-news-card__body h3 a {
  color: #111827;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.kim-news-card:hover .kim-news-card__body h3 a {
  color: #1091d7;
}

.kim-news-card__body p {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(17, 24, 39, 0.58);
}

.kim-news-empty {
  margin-top: 22px;
  border: 1px dashed rgba(17, 24, 39, 0.24);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  color: rgba(17, 24, 39, 0.72);
  font-size: 17px;
}

@media (max-width: 1100px) {
  .kim-news-wrap {
    width: calc(100% - 32px);
  }

  .kim-news-hero__media,
  .kim-news-hero__inner {
    min-height: 420px;
  }

  .kim-news-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kim-news-slide__link {
    min-height: 400px;
  }

  .kim-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .kim-news-hero__media::before {
    background-image: var(--kim-news-hero-bg-mobile, var(--kim-news-hero-bg, none));
    background-position: var(--kim-news-hero-position-mobile, var(--kim-news-hero-position, center center));
  }

  .kim-news-wrap {
    width: calc(100% - 24px);
  }

  .kim-news-hero {
    padding-bottom: 26px;
  }

  .kim-news-hero__media,
  .kim-news-hero__inner {
    min-height: 320px;
  }

  .kim-news-hero__media {
    border-radius: 18px;
  }

  .kim-news-hero__inner {
    padding: 28px 20px;
  }

  .kim-news-content {
    padding-bottom: 60px;
  }

  .kim-news-hero-copy__inner h1 {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.1;
  }

  .kim-news-hero-copy__inner p {
    font-size: 15px;
    line-height: 1.58;
  }

  .kim-news-hero-copy {
    padding: 28px 0 36px;
  }

  .kim-news-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .kim-news-tabs::-webkit-scrollbar {
    display: none;
  }

  .kim-news-tabs__btn {
    flex: 0 0 auto;
    width: auto;
    min-width: min(168px, calc(100vw - 48px));
    min-height: 58px;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 18px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .kim-news-slide__link {
    min-height: 280px;
  }

  .kim-news-slide__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .kim-news-slide__badge {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .kim-news-slide__title {
    margin-top: 9px;
    font-size: clamp(22px, 6vw, 32px);
  }

  .kim-news-slider__dots {
    bottom: 10px;
  }

  .kim-news-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-news-hero__media::before,
  .kim-news-hero__inner,
  .kim-news-hero.is-motion-ready [data-kim-news-hero-title],
  .kim-news-hero.is-motion-ready [data-kim-news-hero-desc] {
    transition: none;
    transform: none;
  }

  .kim-news-hero.is-motion-ready [data-kim-news-hero-title],
  .kim-news-hero.is-motion-ready [data-kim-news-hero-desc] {
    opacity: 1;
  }
}