@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

:root { --hc-blue:#2788ff; --hc-green:#49e286; --hc-navy:#192945; --hc-pale:#e9f2ff; }
.rb_carousel_main { display:none !important; }
.contents_wrap > .index { width:100% !important; max-width:none !important; padding:0 !important; }
.human-city-main, .human-city-main * { box-sizing:border-box; }
.human-city-main { color:#111; font-family:'Paperlogy', Pretendard, 'Noto Sans KR', sans-serif; background:#fff; overflow:hidden; }
.hc-hero { position:relative; width:calc(100% - 80px); max-width:1840px; height:600px; margin:0 auto; border-radius:30px; overflow:hidden; background:var(--hc-blue); }
.hc-hero-track { display:flex; width:100%; height:100%; transition:transform .6s ease; }
.hc-hero-slide { position:relative; flex:0 0 100%; width:100%; height:100%; overflow:hidden; background:var(--hc-blue); }
.hc-hero-paper { position:absolute; width:720px; height:426px; object-fit:fill; left:50%; top:56px; transform:translateX(-50%); }
.hc-hero-block { position:absolute; left:16.5%; top:49%; width:9.3%; height:27.84%; object-fit:contain; }
.hc-hero-green { position:absolute; width:180px; height:175px; object-fit:contain; left:17%; top:80px; transform:rotate(-14deg); }
.hc-hero-blue { position:absolute; width:271px; height:259px; object-fit:contain; right:10%; top:139px; }
.hc-hero-spring { position:absolute; right:11%; top:57.83%; width:clamp(72px, 5.71vw, 105px); height:auto; aspect-ratio:105 / 135; object-fit:contain; }
.hc-hero-star { position:absolute; width:61px; height:58px; object-fit:contain; left:12%; top:210px; }
.hc-hero-star-right { left:89%; top:24%; width:58px; height:58px; transform:rotate(119deg); }
.hc-hero-sparkle { position:absolute; width:35px; height:35px; object-fit:contain; }
.hc-hero-sparkle-one { left:74%; top:17.3%; }
.hc-hero-sparkle-two { left:18%; top:24.3%; }
.hc-hero-sparkle-three { left:14.5%; top:61%; width:60px; height:60px; }
.hc-hero-copy { position:relative; z-index:2; max-width:900px; margin:0 auto; padding-top:130px; text-align:center; }
.hc-eyebrow { font-size:16px; margin:0 0 28px; }
.hc-hero-title { margin:0; font-size:50px; line-height:1.3; letter-spacing:-2px; font-weight:800; }
.hc-hero-title strong { color:var(--hc-blue); font-weight:800; }
.hc-hero-desc { margin:25px 0 28px; font-size:18px; line-height:1.65; font-weight:700; }
.hc-desc-mobile { display:none; }
.hc-pill { display:inline-flex; min-width:177px; height:49px; padding:0 28px; align-items:center; justify-content:center; border:3px solid transparent; border-radius:50px; background:var(--hc-green); color:#111; font-size:16px; font-weight:700; transition:transform .2s, background-color .2s, border-color .2s; margin-top:77px;}
.hc-pill-arr { position:absolute; z-index:3; top:430px; left:calc(50% + 96px); width:70px; height:70px; object-fit:contain; pointer-events:none; }
.hc-pill:hover, .hc-pill:focus-visible { border-color:var(--hc-green); background:#fff; color:#111; transform:translateY(-2px); }
.hc-pill:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.hc-hero-arrow { position:absolute; z-index:5; top:50%; width:46px; height:46px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.82); color:#192945; font:300 36px/42px Arial,sans-serif; cursor:pointer; transform:translateY(-50%); box-shadow:0 4px 14px rgba(25,41,69,.15); }
.hc-hero-prev { left:24px; }.hc-hero-next { right:24px; }
.hc-hero-dots { position:absolute; z-index:5; bottom:18px; left:50%; display:flex; gap:8px; transform:translateX(-50%); }
.hc-hero-dots button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.55); cursor:pointer; transition:width .2s, border-radius .2s, background .2s; }
.hc-hero-dots button.is-active { width:25px; border-radius:5px; background:#fff; }

/* Hero motion: active slides reveal once, then decorative objects move subtly. */
.hc-hero-slide .hc-hero-paper,
.hc-hero-slide .hc-hero-block,
.hc-hero-slide .hc-hero-green,
.hc-hero-slide .hc-hero-blue,
.hc-hero-slide .hc-hero-copy > * { opacity:0; }
.hc-hero-slide.is-active .hc-hero-paper { animation:hc-hero-paper-in .8s cubic-bezier(.22,1,.36,1) both; }
.hc-hero-slide.is-active .hc-hero-block { animation:hc-hero-object-in .7s .2s cubic-bezier(.22,1,.36,1) both, hc-hero-float 4.8s 1s ease-in-out infinite; }
.hc-hero-slide.is-active .hc-hero-green { animation:hc-hero-object-in .7s .1s cubic-bezier(.22,1,.36,1) both, hc-hero-float 4.2s .9s ease-in-out infinite; }
.hc-hero-slide.is-active .hc-hero-blue { animation:hc-hero-object-in .75s .25s cubic-bezier(.22,1,.36,1) both, hc-hero-float 5.2s 1.1s ease-in-out infinite reverse; }
.hc-hero-slide.is-active .hc-hero-copy > * { animation:hc-hero-copy-in .65s cubic-bezier(.22,1,.36,1) both; }
.hc-hero-slide.is-active .hc-eyebrow { animation-delay:.18s; }
.hc-hero-slide.is-active .hc-hero-title { animation-delay:.28s; }
.hc-hero-slide.is-active .hc-hero-desc { animation-delay:.38s; }
.hc-hero-slide.is-active .hc-pill { animation-delay:.48s; }
.hc-hero-slide.is-active .hc-pill-arr { animation:hc-hero-copy-in .65s .56s cubic-bezier(.22,1,.36,1) both, hc-hero-arrow-bob 1.8s 1.3s ease-in-out infinite; }
.hc-hero-slide.is-active .hc-hero-star { animation:hc-hero-twinkle 2.8s ease-in-out infinite; }
.hc-hero-slide.is-active .hc-hero-star-right { animation-delay:-1.35s; }
.hc-hero-slide.is-active .hc-hero-sparkle { animation:hc-hero-twinkle 2.2s ease-in-out infinite; }
.hc-hero-slide.is-active .hc-hero-sparkle-two { animation-delay:-.8s; }
.hc-hero-slide.is-active .hc-hero-sparkle-three { animation-delay:-1.5s; }
.hc-hero-slide.is-active .hc-hero-spring { animation:hc-hero-spring-sway 3.6s ease-in-out infinite; transform-origin:50% 12%; }

@keyframes hc-hero-paper-in {
  from { opacity:0; scale:.94; }
  to { opacity:1; scale:1; }
}
@keyframes hc-hero-object-in {
  from { opacity:0; translate:0 22px; scale:.9; }
  to { opacity:1; translate:0 0; scale:1; }
}
@keyframes hc-hero-copy-in {
  from { opacity:0; translate:0 18px; }
  to { opacity:1; translate:0 0; }
}
@keyframes hc-hero-float {
  0%, 100% { translate:0 0; }
  50% { translate:0 -9px; }
}
@keyframes hc-hero-twinkle {
  0%, 100% { opacity:.45; scale:.82; }
  50% { opacity:1; scale:1.12; }
}
@keyframes hc-hero-spring-sway {
  0%, 100% { rotate:-2deg; translate:0 0; }
  50% { rotate:3deg; translate:0 -5px; }
}
@keyframes hc-hero-arrow-bob {
  0%, 100% { translate:0 0; }
  50% { translate:6px -3px; }
}

@media (prefers-reduced-motion:reduce) {
  .hc-hero-track { transition-duration:.01ms; }
  .hc-hero-slide *,
  .hc-hero-slide.is-active * { animation:none !important; }
  .hc-hero-slide .hc-hero-paper,
  .hc-hero-slide .hc-hero-block,
  .hc-hero-slide .hc-hero-green,
  .hc-hero-slide .hc-hero-blue,
  .hc-hero-slide .hc-hero-copy > * { opacity:1; }
}
.hc-section { width:min(1400px, calc(100% - 48px)); margin:0 auto; }
.hc-program { padding-top:68px; }
.hc-kicker { margin:0 0 10px; color:var(--hc-green); font-size:20px; font-weight:700; }
.hc-section h2 { margin:0; font-size:38px; line-height:1.25; letter-spacing:-1.5px; font-weight:800; }
.hc-lead { margin:25px 0 52px; font-size:17px; }
.hc-program-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:39px; }
.hc-program-card { position:relative; display:block; height:321px; padding:40px 34px; overflow:hidden; border-radius:30px; color:#111; transition:transform .2s, box-shadow .2s; }
.hc-program-card:hover { transform:translateY(-5px); box-shadow:0 16px 34px rgba(25,41,69,.12); }
.hc-program-card h3 { position:relative; z-index:2; margin:0 0 14px; font-size:28px; line-height:1.3; font-weight:800; }
.hc-program-card p { position:relative; z-index:2; margin:0; font-size:17px; line-height:1.45; }
.hc-program-card img { position:absolute; right:34px; bottom:26px; width:115px; height:105px; object-fit:contain; }
.hc-program-card span { position:absolute; left:34px; bottom:31px; opacity:0; font-size:38px; font-weight:200; transition:opacity .2s; }
.hc-program-card:hover span { opacity:1; }
.card-light { background:#f5f5f5; }.card-pale { background:var(--hc-pale); color:var(--hc-navy); }.card-blue { background:var(--hc-blue); color:#fff; }.card-navy { background:var(--hc-navy); color:#fff; }
.hc-info-grid { display:grid; grid-template-columns:1fr 1fr; gap:38px; margin-top:46px; }
.hc-notice, .hc-inquiry { min-height:321px; border-radius:30px; }
.hc-notice { padding:40px 34px; border:1px solid #c8c8c8; }
.hc-tabs { display:flex; align-items:center; gap:28px; margin-bottom:28px; }
.hc-tabs button { margin:0; padding:0; border:0; background:transparent; color:#b4b4b4; font-family:inherit; font-size:28px; font-weight:800; cursor:pointer; }
.hc-tabs button.is-active { color:#111; text-decoration:underline; text-underline-offset:5px; }
.hc-tab-panel[hidden] { display:none; }
.hc-notice ul { margin:0; padding:0; list-style:none; }
.hc-notice li { display:flex; gap:20px; align-items:center; min-height:46px; font-size:18px; }
.hc-notice li a { min-width:0; overflow:hidden; color:#111; text-overflow:ellipsis; white-space:nowrap; }.hc-notice li time { flex:none; margin-left:auto; color:#929292; font-size:16px; }
.hc-notice li:not(.hc-latest-empty):hover a, .hc-notice li:not(.hc-latest-empty):hover time { color:#2788ff; }
.hc-notice li.is-new a, .hc-notice li.is-new time { color:var(--hc-blue); text-decoration:underline; text-underline-offset:3px; }
.hc-notice li.hc-latest-empty { justify-content:center; color:#929292; }
.hc-inquiry { position:relative; display:flex; align-items:flex-start; justify-content:space-between; padding:46px 45px 30px 56px; background:#e1edff; color:#111; }
.hc-inquiry h3 { margin:0 0 28px; font-size:28px; line-height:1.4; font-weight:800; }.hc-inquiry p { margin:0; font-size:20px; line-height:1.5; }.hc-inquiry img { align-self:center; width:231px; height:225px; object-fit:contain; }
.hc-inquiry::after { position:absolute; bottom:31px; left:56px; opacity:0; color:#2788ff; font-size:38px; font-weight:200; line-height:1; content:'→'; transition:opacity .2s; }
.hc-inquiry:hover::after { opacity:1; }
.hc-archive { padding-top:105px; padding-bottom:145px; }
.hc-archive-tabs { display:flex; gap:22px; margin:28px 0 45px; }
.hc-archive-tabs button { margin:0; padding:0; border:0; background:transparent; color:#aaa; font-family:inherit; font-size:17px; cursor:pointer; }
.hc-archive-tabs button.is-active { color:#111; text-decoration:underline; text-underline-offset:5px; font-weight:700; }
.hc-archive-panel[hidden] { display:none; }
.hc-archive-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:47px; }
.hc-archive-card { display:flex; min-width:0; flex-direction:column; color:#111; }
.hc-archive-card img { width:100%; aspect-ratio:1.78; border-radius:30px; object-fit:cover; transition:transform .25s; }.hc-archive-card:hover img { transform:translateY(-4px); }
.hc-archive-no-thumb { display:flex; width:100%; aspect-ratio:1.78; align-items:center; justify-content:center; border-radius:30px; background:#f5f5f5; color:#929292; font-size:14px; }
.hc-archive-card strong { position:relative; display:block; margin-top:18px; padding-right:42px; overflow:hidden; font-size:17px; line-height:1.4; white-space:nowrap; }
.hc-archive-card strong span { display:block; overflow:hidden; text-overflow:ellipsis; }
.hc-archive-card strong::after { position:absolute; top:50%; right:0; opacity:0; color:var(--hc-blue); font-size:30px; font-weight:300; line-height:1; content:'→'; transform:translateY(-50%); transition:opacity .2s; }
.hc-archive-card:hover strong span { color:var(--hc-blue); text-decoration:underline; text-underline-offset:3px; }
.hc-archive-card:hover strong::after { opacity:1; }
.hc-archive-card time { margin-top:6px; color:#aaa; font-size:16px; }
.hc-archive-empty { margin:0; padding:60px 0; color:#929292; text-align:center; }

@media (max-width:1200px) {
  .hc-hero { width:calc(100% - 40px); }.hc-hero-spring { right:12%; width:clamp(64px, 7vw, 84px); }.hc-program-grid { gap:18px; }.hc-program-card { padding:30px 25px; }.hc-program-card h3 { font-size:23px; }.hc-info-grid { gap:20px; }.hc-inquiry { padding-left:38px; }.hc-inquiry::after { left:38px; }.hc-inquiry img { width:190px; }
}
@media (max-width:1024px) {
  .hc-info-grid { grid-template-columns:1fr; }
}
@media (max-width:860px) {
  .hc-hero { width:calc(100% - 28px); height:560px; border-radius:24px; }.hc-hero-paper { width:630px; max-width:110%; height:390px; top:62px; }.hc-hero-green { left:-20px; top:70px; width:135px; }.hc-hero-blue { right:-35px; top:120px; width:180px; }
  .hc-hero-spring { right:-2%; top:56%; width:clamp(54px, 9vw, 72px); }.hc-hero-copy { padding:128px 22px 0; }.hc-eyebrow { font-size:13px; }.hc-hero-title { font-size:37px; }.hc-hero-desc { font-size:15px; }
  .hc-program-grid { grid-template-columns:repeat(2,1fr); }.hc-archive-grid { gap:20px; }.hc-archive-card img, .hc-archive-no-thumb { border-radius:20px; }
}
@media (max-width:560px) {
  .hc-section { width:calc(100% - 32px); }.hc-hero { height:500px; }.hc-hero-paper { width:520px; height:340px; top:55px; }.hc-hero-copy { padding-top:115px; }.hc-hero-title { font-size:29px; letter-spacing:-1px; }.hc-hero-desc br { display:none; }.hc-hero-desc { max-width:300px; margin:18px auto 24px; }.hc-pill { min-width:150px; height:45px; }
  .hc-program { padding-top:54px; }.hc-kicker { font-size:16px; }.hc-section h2 { font-size:29px; }.hc-lead { margin:18px 0 32px; font-size:15px; line-height:1.5; }.hc-program-grid { grid-template-columns:1fr; gap:14px; }.hc-program-card { height:235px; border-radius:22px; }.hc-program-card img { width:95px; height:90px; }.hc-info-grid { margin-top:30px; }.hc-notice, .hc-inquiry { min-height:0; border-radius:22px; }.hc-notice { padding:28px 22px; }.hc-tabs h3, .hc-tabs a { font-size:22px; }.hc-notice li { font-size:14px; }.hc-notice li time { font-size:12px; }.hc-inquiry { padding:30px 22px; }.hc-inquiry h3 { font-size:22px; }.hc-inquiry p { font-size:15px; }.hc-inquiry img { width:120px; height:140px; }
  .hc-archive { padding-top:75px; padding-bottom:80px; }.hc-archive-tabs { flex-wrap:wrap; margin-bottom:30px; }.hc-archive-grid { grid-template-columns:1fr; gap:36px; }
}

/* Figma mobile main (520px artboard) */
@media (max-width:600px) {
  .hc-hero { width:calc(100% - 40px); height:auto; margin-top:21px; aspect-ratio:480 / 392; border-radius:30px; }
  .hc-hero-paper { top:14.8%; width:88.1%; max-width:none; height:64%; object-fit:fill; }
  .hc-hero-block, .hc-hero-green, .hc-hero-blue, .hc-hero-star-right { display:none; }
  .hc-hero-sparkle { display:none; }
  .hc-hero-star { left:2.2%; top:35.7%; width:7.5%; height:auto; }
  .hc-hero-spring { display:none; }
  .hc-hero-copy { height:100%; padding:20% 7% 0; }
  .hc-eyebrow { display:none; }
  .hc-hero-title { font-size:min(32px, calc(6.6667vw - 2.6667px)); line-height:1.18; letter-spacing:-1px; white-space:nowrap; }
  .hc-hero-desc { width:75%; margin:6% auto 0; max-width:360px; font-size:min(16px, calc(3.3333vw - 1.3333px)); line-height:1.45; }
  .hc-hero-desc br { display:initial; }
  .hc-pill { position:absolute; bottom:6.1%; left:50%; width:min(134px, 27.92%); min-width:0; height:min(49px, 12.5%); padding:0 3.75%; transform:translateX(-50%); font-size:min(16px, calc(3.3333vw - 1.3333px)); white-space:nowrap; }
  .hc-pill-arr { top:auto; bottom:13%; left:64%; width:12%; height:auto; }
  .hc-pill:hover, .hc-pill:focus-visible { transform:translateX(-50%) translateY(-2px); }
  .hc-hero-arrow { width:34px; height:34px; font-size:27px; line-height:31px; }
  .hc-hero-prev { left:8px; }.hc-hero-next { right:8px; }
  .hc-hero-dots { bottom:2.2%; }
  .hc-hero-dots button { width:7px; height:7px; }
  .hc-hero-dots button.is-active { width:20px; }

  .hc-section { width:calc(100% - 40px); }
  .hc-program { padding-top:42px; }
  .hc-kicker { margin-bottom:6px; font-size:16px; }
  .hc-section h2 { font-size:26px; letter-spacing:-1px; }
  .hc-lead { margin:22px 0 40px; font-size:16px; white-space:nowrap; }
  .hc-program-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:24px 27px; }
  .hc-program-card { height:auto; aspect-ratio:1 / 1; padding:clamp(16px, 4.6vw, 24px); border-radius:30px; }
  .hc-program-card h3 { margin-bottom:10px; font-size:clamp(17px, 4.23vw, 22px); line-height:1.35; }
  .hc-program-card p { font-size:clamp(11px, 2.7vw, 14px); line-height:1.45; }
  .hc-program-card img { right:11%; bottom:12%; width:28%; height:27%; }
  .hc-program-card span { left:11%; bottom:10%; font-size:30px; }

  .hc-info-grid { display:block; margin-top:40px; }
  .hc-notice { min-height:271px; padding:27px 33px 20px; border-radius:30px; }
  .hc-tabs { gap:18px; margin-bottom:16px; }
  .hc-tabs button { font-size:22px; }
  .hc-notice li { min-height:42px; font-size:clamp(13px, 3.45vw, 18px); }
  .hc-notice li time { display:none; }
  .hc-inquiry { min-height:234px; margin-top:40px; padding:31px 34px 25px; border-radius:30px; }
  .hc-inquiry h3 { margin-bottom:12px; font-size:22px; }
  .hc-inquiry p { font-size:16px; line-height:1.5; }
  .hc-inquiry img { align-self:center; width:29%; height:auto; max-height:135px; }
  .hc-inquiry::after { bottom:27px; left:34px; font-size:30px; }

  .hc-archive { padding-top:70px; padding-bottom:85px; }
  .hc-archive-tabs { gap:20px; margin:26px 0 36px; flex-wrap:nowrap; white-space:nowrap; }
  .hc-archive-tabs button { font-size:clamp(12px, 3.45vw, 18px); }
  .hc-archive-grid { display:block; }
  .hc-archive-card { display:none; }
  .hc-archive-card:first-child { display:flex; }
  .hc-archive-card img, .hc-archive-no-thumb { aspect-ratio:474 / 287; border-radius:30px; }
  .hc-archive-card strong { margin-top:27px; font-size:18px; }
  .hc-archive-card time { font-size:16px; }
}

@media (max-width:540px) {
  .hc-desc-desktop { display:none; }
  .hc-desc-mobile { display:block; white-space:nowrap; }
  .hc-hero-desc { width:auto; max-width:none; font-size:calc(3.3333vw - 1.3333px); }
}

@media (max-width:410px) {
  .hc-lead { font-size:12px; }
  .hc-program-grid { gap:14px; }
  .hc-program-card { border-radius:22px; }
  .hc-notice { padding-right:22px; padding-left:22px; }
  .hc-inquiry { padding-right:22px; padding-left:22px; }
  .hc-inquiry::after { left:22px; }
  .hc-inquiry h3 { font-size:19px; }
  .hc-inquiry p { font-size:13px; }
}
