@font-face {
  font-family: "General Sans";
  src: url("fonts/general-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/general-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/pretendard-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/pretendard-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --history-nav-ink: #001422;
  --history-nav-muted: #5d6b79;
  --history-nav-line: #dee3e6;
  --history-nav-blue: #0080ff;
  --history-nav-ease: cubic-bezier(.22, 1, .36, 1);
  --news-ink: #001422;
  --news-body: #1e2b33;
  --news-muted: #4e5e68;
  --news-line: #dee3e6;
  --news-soft: #f5f8fa;
  --news-blue: #0080ff;
  background: #fff;
  color: var(--news-ink);
  font-family: "General Sans", "Pretendard", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--news-ink);
  background: #fff;
  font-family: "General Sans", "Pretendard", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fPSBzf {
  display: flex;
}

.iRgpoQ {
  flex-direction: column;
}

.bYPztT {
  align-items: center;
}

.bYPznK {
  justify-content: center;
}

.pvuga {
  gap: 16px;
}

.pezuA {
  position: relative;
}

.kdFIjO {
  width: 100%;
}

.hYZFkb {
  position: relative;
}

.jTWvec {
  position: relative;
}

.dMMuNs {
  display: block;
}

.cGFOJB {
  display: block;
}

.diIDZo {
  display: none;
}

.history-site-header,
.history-site-header *,
.history-mobile-panel,
.history-mobile-panel * {
  box-sizing: border-box;
}

.history-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 240px 1fr 114px;
  align-items: center;
  padding: 0 20px;
  color: var(--history-nav-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  transition: background .4s var(--history-nav-ease), box-shadow .4s ease, opacity .35s ease, transform .55s var(--history-nav-ease);
}

.history-site-header.scrolled,
.history-site-header:hover,
.history-site-header:focus-within {
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 20, 34, .04);
}

.history-site-header.past-hero {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.history-logo img {
  width: 191px;
  height: 42px;
  object-fit: contain;
}

.history-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: -29px;
  font-size: 17px;
}

.history-nav-item {
  position: relative;
  min-width: 124px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 4px;
}

.history-nav-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #111827;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.history-nav-item:hover .history-nav-trigger::after,
.history-nav-item:focus-within .history-nav-trigger::after,
.history-nav-item.is-open .history-nav-trigger::after {
  transform: scaleX(1);
}

.history-nav-panel {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 2300;
  width: 282px;
  padding: 18px 0;
  border: 1px solid var(--history-nav-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s var(--history-nav-ease);
}

.history-nav-item:hover .history-nav-panel,
.history-nav-item:focus-within .history-nav-panel,
.history-nav-item.is-open:hover .history-nav-panel,
.history-nav-item.is-open:focus-within .history-nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.history-nav-panel a {
  display: block;
  padding: 14px 32px;
  color: #111827;
  font-size: 17px;
  line-height: 1.42;
  transition: color .2s ease, background .2s ease, transform .2s var(--history-nav-ease);
}

.history-nav-panel a:hover,
.history-nav-panel a:focus-visible {
  color: var(--history-nav-blue);
  background: rgba(0, 128, 255, .05);
  transform: translateX(2px);
  outline: 0;
}

.history-nav-panel.mega {
  width: 654px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px;
}

.history-nav-panel.science,
.history-nav-panel.business {
  width: 382px;
  padding: 20px;
}

.history-nav-thumb {
  width: 100%;
  height: 120px;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #eaf8ff;
}

.history-nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-nav-group-label {
  margin: 0 0 18px;
  color: #1687ff;
  font-size: 15px;
  line-height: 1.4;
}

.history-nav-card-link {
  padding: 0 !important;
  margin-bottom: 26px;
}

.history-nav-card-link strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

.history-nav-card-link > span {
  display: block;
  color: var(--history-nav-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.history-nav-card-link:hover strong {
  color: var(--history-nav-blue);
}

.history-external-mark {
  display: inline-block;
  margin-left: 4px;
  font-size: .9em;
  transform: translateY(-1px);
}

.history-language {
  position: relative;
  z-index: 2500;
  justify-self: end;
}

.history-language-btn {
  min-width: 94px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(0, 20, 34, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  font-size: 14px;
}

.history-language.open .history-language-btn {
  border-color: #e1b051;
  box-shadow: 0 0 0 1px #e1b051 inset;
  background: rgba(255, 255, 255, .56);
}

.history-chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .25s var(--history-nav-ease);
}

.history-language.open .history-chevron,
.history-family.open .history-chevron {
  transform: rotate(225deg) translateY(-2px);
}

.history-language-menu {
  position: absolute;
  top: 48px;
  right: 0;
  width: 94px;
  display: grid;
  padding: 8px 0;
  border: 1px solid rgba(0, 20, 34, .05);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s var(--history-nav-ease);
}

.history-language.open .history-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.history-language-menu button {
  height: 34px;
  font-size: 14px;
}

.history-language-menu button:hover {
  background: #f4f8fb;
}

.history-menu-toggle {
  display: none;
  justify-self: end;
  width: 34px;
  height: 34px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.history-menu-toggle span,
.history-menu-toggle::before,
.history-menu-toggle::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--history-nav-ink);
  position: absolute;
}

.history-menu-toggle::before {
  transform: translateY(-6px);
}

.history-menu-toggle::after {
  transform: translateY(6px);
}

.history-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: none;
  padding: 20px 16px;
  overflow-y: auto;
  color: var(--history-nav-ink);
  background: #fff;
}

.history-mobile-panel.open {
  display: block;
  animation: historyPanelIn .28s var(--history-nav-ease);
}

@keyframes historyPanelIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.history-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  font-size: 16px;
}

.history-mobile-lang {
  display: flex;
  align-items: center;
  gap: 16px;
}

.history-mobile-lang .inactive {
  color: #abb4bc;
}

.history-mobile-close {
  width: 34px;
  height: 34px;
  position: relative;
}

.history-mobile-close::before,
.history-mobile-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 1.6px;
  background: var(--history-nav-ink);
}

.history-mobile-close::before {
  transform: rotate(45deg);
}

.history-mobile-close::after {
  transform: rotate(-45deg);
}

.history-mobile-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 20, 34, .12);
  font-size: 20px;
  font-weight: 600;
}

.history-mobile-links span {
  color: rgba(0, 20, 34, .18);
  font-size: 30px;
}

.history-mobile-group {
  border-bottom: 1px solid rgba(0, 20, 34, .12);
}

.history-mobile-group > a {
  border-bottom: 0;
}

.history-mobile-sub {
  display: grid;
  padding: 0 0 14px 18px;
}

.history-mobile-sub a {
  min-height: 36px;
  border-bottom: 0;
  color: #4e5e68;
  font-size: 15px;
  font-weight: 500;
}

.news-board {
  padding: 88px 0 0;
  background: #fff;
}

.hOWwVK {
  width: 100%;
}

.jeDqXE {
  --news-board-gutter: clamp(20px, 4.861vw, 70px);
  width: min(1380.8px, calc(100% - var(--news-board-gutter) - var(--news-board-gutter)));
  margin: 0 auto;
  padding-top: 100px;
}

.huyUhB {
  margin: 0;
  height: 188.8px;
  display: flex;
  align-items: flex-start;
  font-size: 60px;
  line-height: 1.48;
  font-weight: 600;
  letter-spacing: 0;
}

.kcZqKF {
  gap: 80px;
}

.news-featured {
  min-height: 329.7px;
}

.news-featured-row {
  display: flex;
  min-height: 329.7px;
  color: inherit;
}

.featured-copy {
  position: relative;
  width: 50%;
  min-height: 329.7px;
  padding: 75px 40px 32px;
  background: #051f39;
}

.featured-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.featured-category span {
  min-width: 72px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 0;
  color: #fff;
  background: var(--news-blue);
  font-size: 14px;
  line-height: 1.5;
}

.featured-title {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 28px;
  line-height: 1.48;
  font-weight: 500;
  letter-spacing: 0;
  transition: color .25s ease;
}

.featured-summary {
  margin: 0 0 32px;
  overflow: hidden;
  color: #819aad;
  font-size: 18px;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-date {
  margin: 0;
  color: #819aad;
  font-size: 18px;
  line-height: 1.48;
}

.featured-media {
  width: 50%;
  min-height: 329.7px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
  background: #f7f9fb;
}

.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--history-nav-ease), filter .5s ease;
}

.news-featured-row:hover .featured-media img,
.news-card-shell:hover img {
  transform: scale(1.045);
  filter: saturate(1.03);
}

.news-featured-row:hover .featured-title {
  color: #c7efff;
}

.news-card-shell:hover h5 {
  color: var(--news-blue);
}

.news-list-section {
  gap: 24px;
}

.news-toolbar {
  min-height: 52.15px;
  margin-bottom: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.news-search {
  width: 260px;
  height: 52.15px;
}

.news-search > div {
  height: 52.15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #9dabb4;
  border-radius: 8px;
  background: #f7f9fb;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.news-search:focus-within > div {
  border-color: var(--news-blue);
  box-shadow: 0 0 0 4px rgba(0, 128, 255, .08);
}

.news-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--news-ink);
  background: transparent;
  font-size: 16px;
  line-height: 1.76;
}

.news-search input::placeholder {
  color: #9dabb4;
}

.news-search button {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--news-ink);
}

.news-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  padding-bottom: 0;
}

.news-card-shell {
  width: calc((100% - 80px) / 3);
  min-width: 0;
  cursor: pointer;
  outline: 0;
}

.news-card-shell:focus-visible .news-card {
  box-shadow: 0 0 0 4px rgba(0, 128, 255, .14);
}

.news-card {
  height: 100%;
  min-height: 369.65px;
  gap: 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform .35s var(--history-nav-ease), box-shadow .35s ease, border-color .25s ease;
}

.news-card-shell:hover .news-card,
.news-card-shell:focus-visible .news-card {
  box-shadow: none;
  transform: translateY(-4px);
}

.news-card-shell:active .news-card {
  transform: translateY(-2px) scale(.995);
}

.news-card figure {
  position: relative;
  height: auto;
  aspect-ratio: 362.925 / 204.137;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f9fb;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--history-nav-ease), filter .5s ease;
}

.fzoNxe {
  min-height: 109.5px;
  justify-content: flex-start;
  padding: 0 8px;
  gap: 16px;
}

.fzoNxe h5 {
  margin: 0;
  color: var(--news-body);
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 22px;
  line-height: 1.52;
  font-weight: 500;
  letter-spacing: 0;
  transition: color .25s ease;
}

.fzoNxe time {
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.48;
}

.news-empty {
  margin: 0 0 120px;
  padding: 48px 0;
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  color: var(--news-muted);
  text-align: center;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
  margin-top: 64px;
    margin-bottom: 30px;
}

.news-pagination[hidden] {
  display: none !important;
}

.news-pagination__button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  color: #819aad;
  background: transparent;
  font: 500 20px/1 "General Sans", "Pretendard", Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.news-pagination__button:hover,
.news-pagination__button:focus-visible {
  color: #354f60;
  outline: 0;
}

.news-pagination__button.is-active {
  color: #fff;
  background: #354f60;
  font-weight: 700;
}

.news-pagination__button.is-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}

.news-pagination__button:disabled {
  color: #c7d1d8;
  cursor: default;
}

.news-pagination__button:disabled:hover {
  color: #c7d1d8;
}

.news-skeleton {
  min-height: 370px;
  border-radius: 0;
  background: linear-gradient(90deg, #eef3f6 0%, #f8fafb 40%, #eef3f6 80%);
  background-size: 220% 100%;
  animation: newsPulse 1.2s ease-in-out infinite;
}

.featured-skeleton {
  min-height: 330px;
}

@keyframes newsPulse {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}

.news-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .62s ease, transform .72s var(--history-nav-ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.news-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.history-footer-shell {
  position: relative;
  background: #fff;
}

.history-footer {
  min-height: 584px;
  padding: 64px clamp(32px, 6.2vw, 80px) 58px;
  border-radius: 40px 40px 0 0;
  background: #001422;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(280px, 360px);
  gap: 48px;
}

.history-footer-logo {
  width: 180px;
  margin-bottom: 78px;
}

.history-footer-claim {
  margin: 0 0 36px;
  font-size: clamp(46px, 5vw, 58px);
  line-height: 1.18;
}

.history-footer-claim span {
  color: #9dabb4;
}

.history-contact-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--news-ink);
  font-size: 24px;
  transition: transform .35s var(--history-nav-ease), box-shadow .35s;
}

.history-contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 255, 255, .12);
}

.history-circle-arrow {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #233744;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.history-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 62px;
  color: #c7cdd1;
  font-size: 16px;
}

.history-copyright {
  margin-top: 28px;
  color: #4e5e68;
  font-size: 16px;
}

.history-support-list {
  display: grid;
  gap: 20px;
  margin-top: 92px;
  color: #c7cdd1;
  font-size: 14px;
  line-height: 1.55;
}

.history-support-list p {
  margin: 0;
}

.history-support-list strong {
  display: block;
  color: #fff;
  font-weight: 600;
}

.history-family {
  position: relative;
  margin-top: 30px;
}

.history-family-menu {
  display: none;
  position: absolute;
  right: 0;
  bottom: 58px;
  left: 0;
  padding: 18px 16px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  background: #001422;
  color: #c7cdd1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.history-family.open .history-family-menu {
  display: grid;
  gap: 16px;
  animation: historyPanelIn .22s var(--history-nav-ease);
}

.history-family-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  color: #c7cdd1;
  background: #001422;
  font-size: 17px;
}

.history-family.open .history-family-btn {
  border-color: #e1b051;
  box-shadow: 0 0 0 1px #e1b051 inset;
}

.history-sns {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.history-sns a {
  transition: opacity .2s, transform .25s var(--history-nav-ease);
}

.history-sns a:hover {
  transform: translateY(-3px);
}

.history-sns .yt,
.history-sns .blog {
  min-width: 32px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  color: #001422;
  font-size: 11px;
  font-weight: 700;
}

.history-top-link {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 clamp(24px, 3.75vw, 48px) 12px auto;
  border-radius: 12px;
  color: #fff;
  background: #001422;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax -12px -100vmax);
  opacity: 1;
  pointer-events: auto;
  transition: transform .35s var(--history-nav-ease), background .35s;
}

.history-top-link:hover {
  background: #08253b;
  transform: none;
}

.history-arrow-up {
  width: 28px;
  height: 28px;
  position: relative;
}

.history-arrow-up::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 13px;
  width: 1.5px;
  height: 26px;
  background: currentColor;
}

.history-arrow-up::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 13px;
  height: 13px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(225deg);
}

@media (max-width: 1199.98px) {
  .history-site-header {
    height: 56px;
    grid-template-columns: 1fr auto;
    padding: 0 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .history-site-header.scrolled,
  .history-site-header:hover,
  .history-site-header:focus-within {
    background: rgba(255, 255, 255, .92);
  }

  .history-logo img {
    width: 131px;
    height: 34px;
    object-fit: cover;
  }

  .history-desktop-nav,
  .history-language {
    display: none;
  }

  .history-menu-toggle {
    display: inline-flex;
  }

  .news-board {
    padding-top: 56px;
  }

  .jeDqXE {
    width: 100%;
    margin: 0;
    padding: 80px 20px 120px;
  }

  .huyUhB {
    height: 144px;
    font-size: 52px;
  }

  .news-featured-row {
    min-height: 300px;
  }

  .featured-copy,
  .featured-media {
    min-height: 300px;
  }

  .featured-copy {
    padding: 68px 32px 28px;
  }

  .news-grid {
    gap: 40px;
  }

  .news-card-shell {
    width: calc((100% - 40px) / 2);
  }

  .history-footer {
    grid-template-columns: 1fr;
  }

  .history-support-list {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .news-board {
    padding-top: 56px;
  }

  .jeDqXE {
    width: 100%;
    margin: 0;
    padding: 56px 20px 88px;
  }

  .huyUhB {
    height: 116px;
    font-size: 44px;
  }

  .kcZqKF {
    gap: 48px;
  }

  .news-featured {
    min-height: 0;
  }

  .news-featured-row {
    display: flex;
    flex-direction: column;
  }

  .featured-copy,
  .featured-media {
    width: 100%;
    min-height: 260px;
  }

  .featured-copy {
    padding: 62px 24px 28px;
  }

  .featured-media {
    min-height: 220px;
    border-radius: 0 0 16px 16px;
  }

  .featured-title {
    font-size: 24px;
  }

  .news-toolbar {
    justify-content: stretch;
  }

  .news-search {
    width: 100%;
  }

  .news-grid {
    gap: 40px;
  }

  .news-pagination {
    margin-top: 40px;
      margin-bottom: 30px;
  }

  .news-card-shell {
    width: 100%;
  }

  .fzoNxe {
    min-height: 0;
    padding: 0 8px;
  }

  .fzoNxe h5 {
    font-size: 20px;
  }

  .history-footer {
    min-height: auto;
    padding: 44px 24px 56px;
    border-radius: 24px 24px 0 0;
  }

  .history-footer-logo {
    margin-bottom: 54px;
  }

  .history-footer-claim {
    font-size: 40px;
  }

  .history-contact-btn {
    min-height: 54px;
    font-size: 22px;
  }

  .history-top-link {
    margin-right: 22px;
  }
}
