@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --bg: #f7f9fa;
  --paper: #ffffff;
  --ink: #050505;
  --muted: #667078;
  --line: rgba(5, 5, 5, 0.1);
  --soft-line: rgba(5, 5, 5, 0.055);
  --orange: #f5a000;
  --red: #e14a2a;
  --charcoal: #161a1d;
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: inherit; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 92px; pointer-events: none; }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 92px; background: linear-gradient(180deg, rgba(247,249,250,.97), rgba(247,249,250,0)); }
.site-logo { position: absolute; top: clamp(18px, 2.2vw, 27px); left: clamp(20px, 4.4vw, 64px); pointer-events: auto; }
.site-logo img { display: block; width: 122px; height: auto; }
.main-menu { position: absolute; top: clamp(14px,2.4vw,26px); left: 50%; display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(245,160,0,.18); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 10px 28px rgba(5,5,5,.05); backdrop-filter: blur(14px); pointer-events: auto; transform: translateX(-50%); }
.main-menu__item { position: relative; }
.main-menu__item::after { content: ""; position: absolute; top: 100%; right: 0; left: 0; height: 14px; }
.main-menu__link { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 18px; border-radius: 999px; color: #2f363c; font-size: .9rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.main-menu__item:hover .main-menu__link:not(.is-active),
.main-menu__item:focus-within .main-menu__link:not(.is-active) { background: linear-gradient(135deg, #6d767d, #050505); color: #fff; }
.main-menu__link.is-active,
.main-menu__item:hover .main-menu__link.is-active,
.main-menu__item:focus-within .main-menu__link.is-active { background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; }
.main-menu__submenu { position: absolute; top: calc(100% + 10px); left: 50%; min-width: 210px; margin: 0; padding: 10px; border: 1px solid rgba(245,160,0,.16); border-radius: 8px; background: rgba(255,255,255,.97); box-shadow: 0 20px 50px rgba(5,5,5,.1); list-style: none; opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .18s, visibility .18s, transform .18s; }
.main-menu__item:hover .main-menu__submenu,
.main-menu__item:focus-within .main-menu__submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.main-menu__submenu a { display: block; padding: 10px 12px; border-radius: 6px; color: #394047; font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-menu__submenu a:hover,
.main-menu__submenu a:focus,
.main-menu__submenu a.is-current { background: rgba(245,160,0,.12); color: var(--ink); outline: none; }
.mobile-menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; height: clamp(560px,70vh,680px); min-height: 560px; display: flex; align-items: end; overflow: hidden; padding: 152px clamp(22px,5vw,72px) 72px; background: #0d1114; color: #fff; }
.hero--plain { height: auto; min-height: 62vh; background: var(--paper); color: var(--ink); }
.hero--subpage { height: clamp(560px,70vh,680px); min-height: 560px; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.42) 38%, rgba(5,5,5,.08) 76%); }
.hero--subpage .hero__media::after { background: linear-gradient(0deg, rgba(5,5,5,.48) 0%, rgba(5,5,5,.08) 58%), linear-gradient(90deg, rgba(5,5,5,.78) 0%, rgba(5,5,5,.5) 38%, rgba(5,5,5,.12) 78%); }
.hero--history .hero__media img { object-position: 50% 50%; }
.hero--certificates .hero__media img { object-position: 52% 50%; }
.hero--location .hero__media img { object-position: 52% 48%; }
.hero__inner { position: relative; z-index: 1; width: min(1180px,100%); margin: 0 auto; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.2rem,7vw,6.8rem); line-height: .98; letter-spacing: 0; word-break: keep-all; }
.hero p:last-child { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem,1.35vw,1.12rem); line-height: 1.78; word-break: keep-all; }
.hero--plain p:last-child { color: var(--muted); }

.subnav { position: relative; z-index: 10; padding: 0 clamp(22px,5vw,72px); background: rgba(247,249,250,.94); border-bottom: 1px solid var(--line); }
.subnav__inner { width: min(1180px,100%); margin: 0 auto; display: flex; gap: 6px; overflow-x: auto; padding: 11px 0; }
.subnav a { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 999px; color: #465057; font-size: .82rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.subnav a.is-current { background: var(--ink); color: #fff; }

.section { padding: clamp(84px,10vw,132px) clamp(22px,5vw,72px); background: var(--paper); }
.section--tint { background: var(--bg); }
.section--dark { background: var(--charcoal); color: #fff; }
.section--graphic { position: relative; overflow: hidden; }
.section--graphic::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .08; background-image: linear-gradient(90deg, transparent 0 8%, rgba(225,74,42,.48) 8% 8.35%, transparent 8.35% 100%), linear-gradient(0deg, transparent 0 20%, rgba(5,5,5,.38) 20% 20.25%, transparent 20.25% 100%), radial-gradient(circle at 78% 26%, rgba(245,160,0,.75) 0 5px, transparent 6px), radial-gradient(circle at 88% 56%, rgba(225,74,42,.75) 0 4px, transparent 5px), radial-gradient(circle at 68% 76%, rgba(5,5,5,.55) 0 4px, transparent 5px); background-size: 160px 160px, 120px 120px, auto, auto, auto; }
.section--partners { background: #fff; color: var(--ink); }
.section__inner { width: min(1180px,100%); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: clamp(28px,5vw,70px); align-items: start; margin-bottom: clamp(38px,6vw,70px); }
.section-no { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.section-head h2 { margin: 0; font-size: clamp(2rem,4.2vw,4.8rem); line-height: 1.05; letter-spacing: 0; word-break: keep-all; }
.section-head p { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.78; word-break: keep-all; }
.section-head--center { grid-template-columns: 1fr; justify-items: center; gap: 14px; text-align: center; }
.section-head--center > div { width: 100%; min-width: 0; }
.section-head--center h2 { max-width: none; }
.section-head--center p { width: min(700px,100%); margin-right: auto; margin-left: auto; }
.section--dark .section-head p { color: rgba(255,255,255,.68); }

.statement { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(32px,5vw,72px); align-items: start; }
.statement__lead { margin: 0; font-size: clamp(2rem,4.5vw,4.9rem); line-height: 1.06; letter-spacing: 0; word-break: keep-all; }
.statement__copy { display: grid; gap: 24px; color: #4d565d; line-height: 1.85; word-break: keep-all; }
.statement__copy p { margin: 0; }
.statement--greeting { grid-template-columns: 1fr; justify-items: center; gap: 34px; text-align: center; }
.statement__head { display: grid; justify-items: center; max-width: 920px; }
.statement--greeting .statement__lead { text-align: center; }
.statement--greeting .statement__copy { position: relative; max-width: 920px; gap: 18px; padding: clamp(34px,4.5vw,48px) clamp(24px,5vw,64px) clamp(34px,4.5vw,48px) clamp(94px,9vw,132px); border-top: 1px solid rgba(225,74,42,.2); border-bottom: 1px solid rgba(5,5,5,.1); background: rgba(255,255,255,.56); color: #3f474e; text-align: left; }
.statement--greeting .statement__copy::before { content: ""; position: absolute; top: clamp(32px,4vw,44px); left: clamp(24px,4vw,44px); width: clamp(42px,5vw,62px); aspect-ratio: 420 / 260; background: url("../assets/about/graphics/greeting-quote-bg.svg") center / contain no-repeat; opacity: .88; pointer-events: none; }
.statement--greeting .statement__copy p { position: relative; z-index: 1; }

.value-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.value-row { position: relative; display: grid; justify-items: center; align-content: start; min-height: 286px; padding: 32px 24px 28px; border: 1px solid var(--line); background: #fff; text-align: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.value-row:hover { border-color: rgba(225,74,42,.28); box-shadow: 0 18px 44px rgba(5,5,5,.07); transform: translateY(-3px); }
.value-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 6px auto 24px; border: 1px solid rgba(225,74,42,.16); background: #fbfcfc; }
.value-icon img { width: 42px; height: 42px; object-fit: contain; }
.value-row strong { font-size: clamp(1.16rem,2vw,1.45rem); word-break: keep-all; }
.value-row p { margin: 14px 0 0; color: var(--muted); line-height: 1.68; word-break: keep-all; }

.info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 46px; border-top: 1px solid var(--ink); }
.info-item { display: grid; grid-template-columns: 124px minmax(0,1fr); gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.info-item dt { color: var(--muted); font-size: .78rem; font-weight: 850; }
.info-item dd { margin: 0; color: #1c2227; font-weight: 760; line-height: 1.55; word-break: keep-all; }

.section--organization { padding-bottom: clamp(120px,13vw,176px); }
.partners { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; width: min(1100px,100%); margin: 0 auto; }
.partner-card { display: grid; min-height: 246px; align-content: start; justify-items: center; padding: 28px 24px; border: 1px solid var(--line); background: #fff; text-align: center; }
.partner-card__logo { width: 190px; height: 58px; display: flex; align-items: center; justify-content: center; }
.partner-card__logo img { width: 190px; height: 58px; object-fit: contain; filter: none; }
.partner-card__name { margin: 22px 0 0; color: var(--ink); font-size: 1rem; font-weight: 850; line-height: 1.35; text-decoration: none; border-bottom: 1px solid rgba(5,5,5,.22); transition: color .18s ease, border-color .18s ease; }
.partner-card__name:hover, .partner-card__name:focus-visible { color: var(--red); border-color: var(--red); outline: none; }
.partner-card p { max-width: 340px; margin: 12px auto 0; color: var(--muted); line-height: 1.72; word-break: keep-all; }

.raon-org { width: min(980px,100%); margin: 0 auto; }
.raon-org__top { display: grid; justify-items: center; }
.raon-org__box { min-height: 62px; display: grid; place-items: center; padding: 15px 20px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 850; line-height: 1.35; text-align: center; word-break: keep-all; }
.raon-org__box--ceo { min-width: 210px; border-color: transparent; background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; }
.raon-org__box--main { min-width: 210px; border-color: rgba(225,74,42,.28); }
.raon-org__box--overseas, .raon-org__box--support { min-width: 210px; }
.raon-org__box--division { min-width: 0; width: 100%; border-color: rgba(225,74,42,.22); }
.raon-org__row { position: relative; display: block; margin-top: 34px; }
.raon-org__row::before { content: ""; position: absolute; top: -34px; left: 50%; width: 1px; height: 34px; background: #c8d0d4; transform: translateX(-50%); }
.raon-org__row::after { content: ""; position: absolute; top: -18px; right: 115px; left: 115px; height: 1px; background: #c8d0d4; }
.raon-org__main { position: relative; display: grid; justify-items: center; gap: 30px; }
.raon-org__overseas, .raon-org__support { position: absolute; top: 0; width: 230px; display: grid; justify-items: center; }
.raon-org__overseas { left: 0; }
.raon-org__support { right: 0; }
.raon-org__overseas::before, .raon-org__support::before { content: ""; position: absolute; top: -18px; left: 50%; width: 1px; height: 18px; background: #c8d0d4; transform: translateX(-50%); }
.raon-org__divisions { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; width: 100%; }
.raon-org__divisions::before { content: ""; position: absolute; top: -30px; left: 50%; width: 1px; height: 14px; background: #c8d0d4; transform: translateX(-50%); }
.raon-org__divisions::after { content: ""; position: absolute; top: -16px; left: 12.5%; right: 12.5%; height: 1px; background: #c8d0d4; }
.raon-org__division { position: relative; display: grid; align-content: start; gap: 9px; }
.raon-org__division::before { content: ""; position: absolute; top: -16px; left: 50%; width: 1px; height: 16px; background: #c8d0d4; transform: translateX(-50%); }
.raon-org__sub { min-height: 40px; display: grid; place-items: center; padding: 9px 10px; background: #f3f5f6; color: #465057; font-size: .83rem; font-weight: 760; text-align: center; line-height: 1.35; word-break: keep-all; }

.timeline { display: grid; gap: 18px; width: min(920px,100%); margin: 0 auto; }
.history-card { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: clamp(22px,4vw,46px); align-items: center; min-height: 218px; padding: 34px clamp(24px,4vw,42px); border: 1px solid var(--line); background: #fff; text-align: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.history-card:hover { border-color: rgba(225,74,42,.28); box-shadow: 0 18px 44px rgba(5,5,5,.07); transform: translateY(-3px); }
.history-card time { display: grid; justify-items: center; align-content: center; gap: 6px; min-height: 116px; color: var(--red); font-size: clamp(2rem,3.4vw,3.8rem); font-weight: 900; line-height: .95; letter-spacing: 0; }
.history-card time i { color: #a9b1b6; font-size: .6em; font-style: normal; font-weight: 800; line-height: 1; }
.history-card h3 { margin: 0 0 16px; font-size: clamp(1.2rem,2vw,1.65rem); line-height: 1.35; word-break: keep-all; }
.history-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #4d565d; line-height: 1.62; word-break: keep-all; }
.history-card li { padding: 0; }

.cert-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.cert-card { min-height: 316px; display: grid; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cert-card:hover { border-color: rgba(225,74,42,.36); box-shadow: 0 18px 48px rgba(5,5,5,.08); transform: translateY(-3px); }
.cert-card__trigger { display: grid; grid-template-rows: auto 1fr auto; justify-items: center; width: 100%; min-height: 316px; padding: 30px 26px 24px; border: 0; background: transparent; color: inherit; text-align: center; cursor: pointer; }
.cert-card__trigger:focus-visible { outline: 2px solid var(--orange); outline-offset: -4px; }
.cert-icon { width: 72px; height: 92px; display: grid; place-items: center; border: 1px solid rgba(225,74,42,.22); background: linear-gradient(180deg,#fff,#f7f9fa); }
.cert-icon svg { width: 38px; height: 38px; stroke: var(--red); }
.cert-card__content { display: grid; align-content: start; justify-items: center; gap: 10px; padding: 24px 0 14px; }
.cert-card__content strong { font-size: 1.18rem; line-height: 1.35; word-break: keep-all; }
.cert-card__content span { color: var(--muted); line-height: 1.65; word-break: keep-all; }
.cert-card__content small { color: #8a949b; font-size: .72rem; font-weight: 800; letter-spacing: .05em; }
.cert-card__action { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 14px; border: 1px solid rgba(5,5,5,.14); border-radius: 999px; color: var(--ink); font-size: .78rem; font-weight: 850; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.cert-card__trigger:hover .cert-card__action, .cert-card__trigger:focus-visible .cert-card__action { border-color: var(--orange); background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; }

.location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.location-card { display: grid; gap: 22px; padding: 30px; border: 1px solid var(--line); background: #fff; }
.location-card h3 { margin: 0; font-size: clamp(1.4rem,2.4vw,2rem); }
.location-card dl { display: grid; gap: 13px; margin: 0; }
.location-card div { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 14px; }
.location-card dt { color: var(--muted); font-size: .8rem; font-weight: 850; }
.location-card dd { margin: 0; line-height: 1.55; font-weight: 760; word-break: keep-all; }
.location-card dd a { text-decoration: none; border-bottom: 1px solid rgba(225,74,42,.28); color: inherit; transition: color .18s ease, border-color .18s ease; }
.location-card dd a:hover,
.location-card dd a:focus-visible { border-color: var(--red); color: var(--red); outline: none; }
.location-photo { height: 260px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #eef2f3; }
.location-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.location-photo:hover img { transform: scale(1.035); }
.location-photo--suwon img { object-position: 50% 34%; }
.location-photo--gangbuk img { object-position: 44% 50%; }
.map-link { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-weight: 850; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.map-link:hover, .map-link:focus-visible { border-color: var(--orange); background: linear-gradient(135deg,var(--orange),var(--red)); color: #fff; outline: none; }

.site-footer { padding: 36px clamp(22px,5vw,72px) 40px; background: #050505; color: #fff; }
.footer__inner { display: grid; grid-template-columns: minmax(180px,.72fr) minmax(0,1.28fr); grid-template-areas: "brand info" "copy info"; gap: 18px 56px; width: min(1180px,100%); margin: 0 auto; }
.footer__brand { grid-area: brand; align-self: start; margin: 0; font-size: .95rem; font-weight: 900; }
.footer__info { grid-area: info; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 24px; align-content: start; margin: 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.footer__info div { display: inline-flex; min-width: 0; align-items: baseline; }
.footer__info dt { color: rgba(255,255,255,.48); font-weight: 800; }
.footer__info dd { margin: 0 0 0 6px; word-break: keep-all; }
.footer__copy { grid-area: copy; margin: 10px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .76rem; }
.footer__copyright { display: block; margin-top: 10px; }
.footer__legal-links { display: inline-flex; flex-wrap: wrap; gap: 8px 12px; }
.footer__legal-links a { color: inherit; text-decoration: none; }
.footer__legal-links a:hover, .footer__legal-links a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header, .site-header::before { height: 72px; }
  .site-logo { top: 17px; left: 20px; }
  .site-logo img { width: 98px; }
  .main-menu { display: none; }
  .mobile-menu-toggle { position: absolute; top: 14px; right: 20px; z-index: 2; display: grid; width: 42px; height: 42px; padding: 11px 10px; border: 1px solid rgba(5,5,5,.1); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(5,5,5,.08); cursor: pointer; pointer-events: auto; }
  .mobile-menu-toggle span { display: block; width: 100%; height: 1.5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: 72px; right: 16px; left: 16px; z-index: 1; max-height: calc(100dvh - 88px); overflow-y: auto; padding: 12px 16px 16px; border: 1px solid rgba(5,5,5,.09); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 20px 48px rgba(5,5,5,.16); pointer-events: auto; }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu__group { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .mobile-menu__group p { grid-column: 1 / -1; margin: 0 0 8px; color: var(--red); font-size: .73rem; font-weight: 900; letter-spacing: .11em; }
  .mobile-menu a { display: block; padding: 9px 0; color: #20252a; font-size: .9rem; font-weight: 750; line-height: 1.35; text-decoration: none; word-break: keep-all; }
  .mobile-menu__utility { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding-top: 12px; }
  .mobile-menu__utility a { text-align: center; }
  .hero { height: auto; min-height: 68svh; padding: 122px 22px 52px; }
  .hero--plain { min-height: 62vh; }
  .hero--subpage { height: auto; min-height: 68svh; }
  .hero--subpage .hero__media::after { background: linear-gradient(0deg, rgba(5,5,5,.86) 0%, rgba(5,5,5,.42) 58%, rgba(5,5,5,.18) 100%); }
  .hero--history .hero__media img { object-position: 70% 50%; }
  .hero--certificates .hero__media img { object-position: 72% 50%; }
  .hero--location .hero__media img { object-position: 64% 50%; }
  .hero h1 { font-size: clamp(3rem,14vw,4.7rem); }
  .hero p:last-child { max-width: 92%; }
  .subnav { padding: 0 22px; }
  .section { padding: 78px 22px; }
  .section-head, .statement { grid-template-columns: 1fr; gap: 18px; }
  .statement--greeting .statement__copy { padding-left: 78px; }
  .statement--greeting .statement__copy::before { left: 22px; width: 42px; }
  .value-row { grid-template-columns: 1fr; gap: 10px; }
  .info-grid, .partners, .cert-grid, .location-grid, .value-list { grid-template-columns: 1fr; }
  .history-card { grid-template-columns: 1fr; gap: 18px; }
  .history-card time { min-height: auto; }
  .raon-org__row { display: grid; gap: 18px; }
  .raon-org__main { order: 1; }
  .raon-org__overseas, .raon-org__support { position: relative; top: auto; right: auto; left: auto; width: 100%; }
  .raon-org__overseas { order: 2; }
  .raon-org__support { order: 3; }
  .raon-org__row::after, .raon-org__overseas::before, .raon-org__support::before, .raon-org__divisions::after { display: none; }
  .raon-org__divisions { grid-template-columns: 1fr; }
  .raon-org__box { width: 100%; }
  .info-item, .location-card div { grid-template-columns: 94px minmax(0,1fr); }
  .partner-card { min-height: 180px; }
  .footer__inner { display: block; }
  .footer__brand { margin-bottom: 18px; }
  .footer__info { grid-template-columns: 1fr; font-size: .74rem; }
  .footer__copy { margin-top: 24px; }
  .footer__copyright { margin-top: 12px; }
  .footer__info div:not(:last-child)::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
