/* 동훈인베스트먼트 홈페이지 공통 CSS - 자동 생성 (build_cms.py) */
/* ===== 메일플러그 기본 레이아웃 정리 (새 디자인이 켜진 페이지에서만 적용) ===== */ body.dh-on > .navbar-fixed-top, body.dh-on > .navbar, body.dh-on .topmarginLay_a, body.dh-on .footer_copy, body.dh-on > br { display: none !important; }
body.dh-on .container.sub-layout, body.dh-on .container.container_slide { width: 100%; max-width: none; margin: 0; padding: 0; }
body.dh-on .container.sub-layout::before, body.dh-on .container.sub-layout::after, body.dh-on .container.container_slide::before, body.dh-on .container.container_slide::after { display: none; }
body.dh-on .container::before, body.dh-on .container::after { display: none; }
body.dh-on { background: #fff; }
body.dh-on {--navy: #141B4D; --navy-900: #0d1238; --indigo: #606eb2; --indigo-700: #4a5699; --indigo-50: #eef2ff; --indigo-200: #c7d2fe; --ink: #111827; --body: #333; --muted: #6b7280; --line: #e5e7eb; --bg-alt: #f9fafb; --white: #fff; --ipo: #b45309; --ipo-bg: #fffbeb; --ipo-line: #fbbf24; --mna: #1d4ed8; --mna-bg: #eff6ff; --mna-line: #60a5fa; --font: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; --header-h: 72px; --radius: 14px; --shadow: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -2px rgba(0,0,0,.05); --shadow-lg: 0 14px 28px -10px rgba(20,27,77,.22);}
body.dh-on *, body.dh-on *::before, body.dh-on *::after {box-sizing: border-box;}
html.dh-on {scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%;}
body.dh-on {margin: 0; padding-top: var(--header-h); font-family: var(--font); color: var(--body); background: var(--white); line-height: 1.65; font-size: 16px; text-rendering: optimizeLegibility; word-break: keep-all; overflow-wrap: break-word; overflow-x: hidden;}
body.dh-on.nav-open, body.dh-on.modal-open {overflow: hidden;}
body.dh-on h1, body.dh-on h2, body.dh-on h3, body.dh-on h4 {margin: 0; color: var(--ink); line-height: 1.3; letter-spacing: -.02em;}
body.dh-on p {margin: 0;}
body.dh-on ul, body.dh-on ol {list-style: none; margin: 0; padding: 0;}
body.dh-on a {color: inherit; text-decoration: none;}
body.dh-on img {max-width: 100%; height: auto;}
body.dh-on button {font: inherit; cursor: pointer;}
body.dh-on .sr-only {position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;}
body.dh-on a:focus-visible, body.dh-on button:focus-visible, body.dh-on input:focus-visible {outline: 2px solid var(--indigo); outline-offset: 2px;}
body.dh-on .skip-link {position: absolute; left: 12px; top: -60px; z-index: 3000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px;}
body.dh-on .skip-link:focus {top: 12px;}
body.dh-on .container {width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px;}
body.dh-on .section {padding: 96px 0;}
body.dh-on .section.alt {background: var(--bg-alt);}
body.dh-on .section.tight {padding: 64px 0;}
body.dh-on .site-header {position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-h); background: rgba(255,255,255,.94); -webkit-backdrop-filter: saturate(180%) blur(8px); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--line); transition: transform .3s ease, box-shadow .2s;}
body.dh-on .site-header.scrolled {box-shadow: 0 1px 4px rgba(0,0,0,.06);}
body.dh-on .site-header.dh-hide {transform: translateY(-100%);}
body.dh-on .header-inner {display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 16px;}
body.dh-on .brand {display: flex; align-items: center; height: 100%;}
body.dh-on .brand img {height: 34px; width: auto; display: block;}
body.dh-on .brand-fallback {display: none; font-weight: 800; letter-spacing: -.02em; color: var(--navy); white-space: nowrap;}
body.dh-on .brand-fallback.is-on {display: inline;}
body.dh-on .nav ul {display: flex; align-items: center; gap: 6px;}
body.dh-on .nav a {display: block; padding: 8px 14px; font-size: 15px; font-weight: 500; color: var(--muted); border-radius: 8px; position: relative; transition: color .2s;}
body.dh-on .nav a::after {content: ''; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--navy); transform: scaleX(0); transition: transform .25s ease-out;}
body.dh-on .nav a:hover, body.dh-on .nav a[aria-current="page"] {color: var(--navy);}
body.dh-on .nav a:hover::after, body.dh-on .nav a[aria-current="page"]::after {transform: scaleX(1);}
body.dh-on .header-tools {display: flex; align-items: center; gap: 4px;}
body.dh-on .lang-switch {background: none; border: none; padding: 8px 8px; font-size: 14px; color: var(--muted); font-weight: 500; transition: color .2s;}
body.dh-on .lang-switch:hover, body.dh-on .lang-switch.active {color: var(--navy); font-weight: 700;}
body.dh-on .menu-btn {display: none; width: 44px; height: 44px; background: none; border: none; position: relative;}
body.dh-on .menu-btn span {position: absolute; left: 11px; right: 11px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .25s, opacity .2s, top .25s;}
body.dh-on .menu-btn span:nth-child(1) {top: 15px;}
body.dh-on .menu-btn span:nth-child(2) {top: 21px;}
body.dh-on .menu-btn span:nth-child(3) {top: 27px;}
body.dh-on.nav-open .menu-btn span:nth-child(1) {top: 21px; transform: rotate(45deg);}
body.dh-on.nav-open .menu-btn span:nth-child(2) {opacity: 0;}
body.dh-on.nav-open .menu-btn span:nth-child(3) {top: 21px; transform: rotate(-45deg);}
body.dh-on .btn {display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 26px; border-radius: 999px; font-size: 15px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s, border-color .2s;}
body.dh-on .btn:hover {transform: translateY(-2px);}
body.dh-on .btn-solid {background: var(--navy); color: #fff;}
body.dh-on .btn-solid:hover {background: var(--indigo); color: #fff;}
body.dh-on .btn-outline {border-color: var(--navy); color: var(--navy); background: transparent;}
body.dh-on .btn-outline:hover {background: var(--indigo-50); color: var(--navy);}
body.dh-on .btn-light {background: #fff; color: var(--navy);}
body.dh-on .btn-light:hover {background: var(--indigo-50); color: var(--navy);}
body.dh-on .btn-ghost {border-color: rgba(255,255,255,.55); color: #fff;}
body.dh-on .btn-ghost:hover {background: rgba(255,255,255,.12); border-color: #fff; color: #fff;}
body.dh-on .sec-head {display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap;}
body.dh-on .eyebrow {font-size: 13px; font-weight: 700; letter-spacing: .16em; color: var(--indigo-700); text-transform: uppercase; margin-bottom: 10px;}
body.dh-on .sec-head h2 {font-size: 34px; font-weight: 800;}
body.dh-on .sec-head .sec-lead {margin-top: 10px; color: var(--muted); font-size: 17px; max-width: 720px;}
body.dh-on .more-link {font-weight: 700; color: var(--navy); font-size: 15px; white-space: nowrap;}
body.dh-on .more-link:hover {color: var(--indigo);}
body.dh-on .hero {position: relative; overflow: hidden; color: #fff; min-height: 74vh; display: flex; align-items: center; padding: 80px 0 150px; background: radial-gradient(900px 500px at 85% -10%, rgba(96,110,178,.55), transparent 60%), radial-gradient(700px 420px at 0% 110%, rgba(96,110,178,.35), transparent 60%), linear-gradient(135deg, var(--navy-900), var(--navy) 55%, #232d7a);}
body.dh-on .hero::before {content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 0%, transparent 70%); mask-image: radial-gradient(ellipse at 70% 30%, #000 0%, transparent 70%);}
body.dh-on .hero .container {position: relative;}
body.dh-on .hero-eyebrow {display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .18em; color: var(--indigo-200); margin-bottom: 22px; padding-bottom: 8px; border-bottom: 1px solid rgba(199,210,254,.4);}
body.dh-on .hero-title {font-size: 54px; line-height: 1.25; font-weight: 800; letter-spacing: -.03em; color: #fff; max-width: 900px; margin-bottom: 22px;}
body.dh-on .hero-title span {display: block; text-wrap: balance; word-break: keep-all;}
body.dh-on .hero-sub {font-size: 19px; color: #dbe1ff; max-width: 720px; margin-bottom: 36px;}
body.dh-on .hero-actions {display: flex; flex-wrap: wrap; gap: 12px;}
body.dh-on .rise {opacity: 0; transform: translateY(16px); animation: rise .8s ease-out forwards;}
body.dh-on .rise.d1 {animation-delay: .1s;}
body.dh-on .rise.d2 {animation-delay: .4s;}
body.dh-on .rise.d3 {animation-delay: .7s;}
body.dh-on .rise.d4 {animation-delay: .95s;}
@keyframes rise { to { opacity: 1; transform: none; }
}
body.dh-on .stats-wrap {margin-top: -84px; position: relative; z-index: 2;}
body.dh-on .stats {display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;}
body.dh-on .stat {background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow-lg);}
body.dh-on .stat-num {display: block; font-size: 30px; line-height: 1.2; font-weight: 800; color: var(--navy); letter-spacing: -.02em; font-variant-numeric: tabular-nums;}
body.dh-on .stat-label {display: block; margin-top: 6px; font-size: 14px; color: var(--muted);}
body.dh-on .asof {margin-top: 14px; font-size: 13px; color: var(--muted); text-align: right;}
body.dh-on .page-hero {padding: 64px 0 56px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy) 60%, #232d7a); position: relative; overflow: hidden;}
body.dh-on .page-hero::after {content: ''; position: absolute; right: -80px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(96,110,178,.5), transparent 70%);}
body.dh-on .page-hero .container {position: relative; z-index: 1;}
body.dh-on .crumbs {font-size: 13px; color: var(--indigo-200); margin-bottom: 14px;}
body.dh-on .crumbs a:hover {color: #fff; text-decoration: underline;}
body.dh-on .page-hero h1 {color: #fff; font-size: 40px; font-weight: 800;}
body.dh-on .page-hero p {margin-top: 12px; color: #dbe1ff; font-size: 18px; max-width: 760px;}
body.dh-on .card {background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);}
body.dh-on .grid {display: grid; gap: 20px;}
body.dh-on .grid-2 {grid-template-columns: repeat(2, 1fr);}
body.dh-on .grid-3 {grid-template-columns: repeat(3, 1fr);}
body.dh-on .toolbar {display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px;}
body.dh-on .filter-bar {display: flex; flex-wrap: wrap; gap: 8px;}
body.dh-on .pill {display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 14px; font-weight: 600; transition: all .2s;}
body.dh-on .pill em {font-style: normal; font-size: 12px; font-weight: 700; color: var(--muted); background: #f0f0f0; border-radius: 999px; padding: 1px 8px;}
body.dh-on .pill:hover {border-color: var(--navy); color: var(--navy);}
body.dh-on .pill[aria-pressed="true"] {background: var(--navy); border-color: var(--navy); color: #fff;}
body.dh-on .pill[aria-pressed="true"] em {background: rgba(255,255,255,.2); color: #fff;}
body.dh-on .search {position: relative;}
body.dh-on .search input {height: 40px; width: 240px; max-width: 100%; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: 14px; color: var(--ink); background: #fff;}
body.dh-on .search input::placeholder {color: #9ca3af;}
body.dh-on .result-count {font-size: 14px; color: var(--muted); margin-bottom: 16px;}
body.dh-on .result-count strong {color: var(--navy);}
body.dh-on .empty {text-align: center; padding: 64px 0; color: var(--muted);}
body.dh-on .pf-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px;}
body.dh-on .pf-grid.compact {grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
body.dh-on .pf-card {display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; min-height: 150px; padding: 22px 16px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, border-color .2s, box-shadow .2s;}
body.dh-on a.pf-card:hover, body.dh-on .pf-card:hover {transform: translateY(-3px); border-color: var(--navy); box-shadow: var(--shadow-lg);}
body.dh-on .pf-card.is-ipo {border-color: var(--ipo-line); background: linear-gradient(to bottom right, #fff, var(--ipo-bg));}
body.dh-on .pf-card.is-mna {border-color: var(--mna-line); background: linear-gradient(to bottom right, #fff, var(--mna-bg));}
body.dh-on .pf-card .logo-wrap {height: 64px; width: 100%; display: flex; align-items: center; justify-content: center;}
body.dh-on .pf-card img {max-height: 64px; max-width: 100%; width: auto; transition: transform .2s;}
body.dh-on .pf-card:hover img {transform: scale(1.05);}
body.dh-on .pf-name {margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--muted); transition: color .2s;}
body.dh-on .pf-card:hover .pf-name {color: var(--navy);}
body.dh-on .pf-desc {margin-top: 6px; font-size: 12px; line-height: 1.4; color: var(--muted);}
body.dh-on .logo-fallback {font-weight: 700; font-size: 16px; color: var(--navy); line-height: 1.3;}
body.dh-on .pf-grid .empty {grid-column: 1 / -1;}
body.dh-on .pf-card.no-logo .logo-wrap {display: none;}
body.dh-on .pf-card.no-logo .pf-name {margin-top: 0; font-size: 16px; font-weight: 700; color: var(--navy);}
body.dh-on .badge {position: absolute; top: 8px; right: 8px; font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 3px 10px; border-radius: 999px; color: #fff;}
body.dh-on .badge-ipo {background: linear-gradient(135deg, #b45309, #d97706);}
body.dh-on .badge-mna {background: linear-gradient(135deg, #1d4ed8, #3b82f6);}
body.dh-on .fund-summary {font-size: 15px; color: var(--muted);}
body.dh-on .fund-summary strong {color: var(--navy);}
body.dh-on .table-wrap {background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;}
body.dh-on table.fund {width: 100%; border-collapse: separate; border-spacing: 0;}
body.dh-on .fund thead th {background: #f8f9fa; color: #495057; font-weight: 700; font-size: 14px; padding: 16px 14px; text-align: center; border-bottom: 1px solid var(--line); white-space: nowrap;}
body.dh-on .fund thead th:first-child {text-align: left; padding-left: 28px;}
body.dh-on .fund tbody tr {transition: background .2s;}
body.dh-on .fund tbody tr:hover {background: #f8f9fa;}
body.dh-on .fund tbody th, body.dh-on .fund tbody td {padding: 20px 14px; border-bottom: 1px solid #eee; font-size: 15px; vertical-align: middle;}
body.dh-on .fund tbody tr:last-child th, body.dh-on .fund tbody tr:last-child td {border-bottom: none;}
body.dh-on .fund tbody th {text-align: left; font-weight: 700; color: #111; padding-left: 28px; line-height: 1.4;}
body.dh-on .fund .c {text-align: center;}
body.dh-on .fund .l {text-align: left; color: #555; font-weight: 500;}
body.dh-on .year {display: block; margin-top: 4px; color: #8a929b; font-size: 13px; font-weight: 400;}
body.dh-on .status {display: inline-flex; align-items: center; justify-content: center; height: 30px; min-width: 80px; padding: 0 14px; border-radius: 6px; font-size: 13px; font-weight: 700;}
body.dh-on .status-active {background: var(--indigo-50); color: var(--navy);}
body.dh-on .status-liquid {background: #fff7ed; color: #c2410c;}
body.dh-on .status-term {background: #f3f4f6; color: #6b7280;}
body.dh-on .fund-card {padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: transform .2s, border-color .2s, box-shadow .2s;}
body.dh-on .fund-card:hover {transform: translateY(-3px); border-color: var(--navy); box-shadow: var(--shadow-lg);}
body.dh-on .fund-card h3 {font-size: 17px; line-height: 1.4;}
body.dh-on .fund-card .meta {display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 14px;}
body.dh-on .fund-card .size {font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -.02em;}
body.dh-on .fund-card .area {color: var(--muted); font-size: 14px;}
body.dh-on .team-card {display: flex; overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s;}
body.dh-on .team-card:hover {transform: translateY(-4px); border-color: var(--navy); box-shadow: var(--shadow-lg);}
body.dh-on .team-card .profile {flex: 0 0 34%; background: #f8f9fa; border-right: 1px solid #f0f0f0; padding: 26px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px;}
body.dh-on .avatar {width: 64px; height: 64px; border-radius: 50%; background: var(--indigo-50); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 8px;}
body.dh-on .avatar svg {width: 30px; height: 30px;}
body.dh-on .team-card h3 {font-size: 20px;}
body.dh-on .team-card .position {font-size: 14px; font-weight: 600; color: var(--indigo-700); white-space: pre-line;}
body.dh-on .team-card .work {flex: 1; padding: 24px; display: flex; flex-direction: column;}
body.dh-on .team-card h4 {font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 6px;}
body.dh-on .team-card p {font-size: 15px; color: #4b5563; white-space: pre-line;}
body.dh-on .team-card .univ {margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line);}
body.dh-on .team-card .work > p + h4 {margin-top: 16px;}
body.dh-on .intro {font-size: 18px; line-height: 1.8; color: #374151; max-width: 820px;}
body.dh-on .focus-card {padding: 26px;}
body.dh-on .focus-card h3 {font-size: 19px; margin-bottom: 6px;}
body.dh-on .focus-card .count {font-size: 13px; font-weight: 700; color: var(--indigo-700); margin-bottom: 14px;}
body.dh-on .focus-card ul li {font-size: 14px; color: #4b5563; padding: 6px 0; border-top: 1px dashed var(--line);}
body.dh-on .focus-card ul li a:hover {color: var(--navy); text-decoration: underline;}
body.dh-on .timeline {position: relative; margin-left: 8px; padding-left: 28px; border-left: 2px solid var(--indigo-200);}
body.dh-on .tl-item {position: relative; padding-bottom: 26px;}
body.dh-on .tl-item:last-child {padding-bottom: 0;}
body.dh-on .tl-item::before {content: ''; position: absolute; left: -37px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--navy);}
body.dh-on .tl-year {font-size: 20px; font-weight: 800; color: var(--navy);}
body.dh-on .tl-item p {color: #374151; font-size: 15px;}
body.dh-on .tl-item .sub {color: var(--muted); font-size: 13px;}
body.dh-on .notice {display: flex; gap: 16px; padding: 24px 26px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: var(--radius);}
body.dh-on .notice .ic {flex: 0 0 auto; width: 28px; height: 28px; color: #c2410c;}
body.dh-on .notice h3 {font-size: 17px; margin-bottom: 6px; color: #9a3412;}
body.dh-on .notice p {font-size: 15px; color: #7c2d12;}
body.dh-on .explore {display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;}
body.dh-on .explore a {display: flex; flex-direction: column; justify-content: space-between; min-height: 140px; padding: 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); transition: all .2s;}
body.dh-on .explore a strong {font-size: 20px; color: var(--ink);}
body.dh-on .explore a span {font-size: 22px; color: var(--muted); transition: transform .2s, color .2s;}
body.dh-on .explore a:hover {background: var(--navy); border-color: var(--navy); transform: translateY(-3px);}
body.dh-on .explore a:hover strong {color: #fff;}
body.dh-on .explore a:hover span {color: #fff; transform: translateX(4px);}
body.dh-on .contact-card {padding: 32px;}
body.dh-on .contact-card h3 {font-size: 21px; margin-bottom: 18px;}
body.dh-on .info-list li {display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px dashed var(--line); font-size: 15px;}
body.dh-on .info-list li:last-child {border-bottom: none;}
body.dh-on .info-list .k {flex: 0 0 60px; color: var(--muted); font-weight: 600;}
body.dh-on .info-list a {color: var(--navy);}
body.dh-on .info-list a:hover {text-decoration: underline;}
body.dh-on .contact-card p {color: #4b5563; font-size: 15px;}
body.dh-on .checklist {margin: 16px 0 22px;}
body.dh-on .checklist li {position: relative; padding: 5px 0 5px 24px; font-size: 15px; color: #374151;}
body.dh-on .checklist li::before {content: ''; position: absolute; left: 4px; top: 13px; width: 8px; height: 8px; border-radius: 50%; background: var(--indigo);}
body.dh-on .card-actions {display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px;}
body.dh-on .site-footer {background: var(--navy-900); color: #c7cbe6; padding: 56px 0 40px; margin-top: 0;}
body.dh-on .footer-top {display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.12);}
body.dh-on .footer-logo {font-weight: 800; font-size: 19px; color: #fff; letter-spacing: -.02em; margin-bottom: 14px;}
body.dh-on .footer-info li {font-size: 14px; line-height: 1.9;}
body.dh-on .footer-info strong {color: #fff; margin-right: 8px; font-weight: 600;}
body.dh-on .footer-info a:hover {color: #fff; text-decoration: underline;}
body.dh-on .footer-nav {display: flex; gap: 8px 24px; flex-wrap: wrap; align-content: flex-start; max-width: 360px;}
body.dh-on .footer-nav a {font-size: 14px; color: #c7cbe6;}
body.dh-on .footer-nav a:hover {color: #fff;}
body.dh-on .copyright {padding-top: 24px; font-size: 13px; color: #8f94b8;}
body.dh-on .overlay {display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.6); align-items: center; justify-content: center; padding: 16px;}
body.dh-on .overlay.open {display: flex;}
body.dh-on .dh-modal {background: #fff; width: 100%; max-width: 500px; border-radius: var(--radius); box-shadow: var(--shadow-lg);}
body.dh-on .modal-head {padding: 16px 22px; border-bottom: 1px solid var(--line);}
body.dh-on .modal-head h2 {font-size: 18px; display: flex; align-items: center; gap: 10px;}
body.dh-on .modal-head svg {width: 22px; height: 22px; color: #c2410c; flex: 0 0 auto;}
body.dh-on .modal-body {padding: 22px; max-height: 60vh; overflow-y: auto; font-size: 15px; line-height: 1.7;}
body.dh-on .modal-foot {padding: 14px 22px; background: var(--bg-alt); border-top: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); display: flex; justify-content: flex-end; gap: 8px; flex-wrap: wrap;}
body.dh-on .modal-foot button {padding: 9px 18px; border-radius: 6px; font-weight: 600; transition: all .2s;}
body.dh-on .btn-modal-close {background: var(--navy); color: #fff; border: 1px solid var(--navy);}
body.dh-on .btn-modal-close:hover {background: var(--indigo); border-color: var(--indigo);}
body.dh-on .btn-modal-snooze {background: #fff; color: #4b5563; border: 1px solid var(--line);}
body.dh-on .btn-modal-snooze:hover {background: #f3f4f6;}
body.dh-on .to-top {position: fixed; right: 28px; bottom: 28px; z-index: 900; width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--navy); color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.3); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, background .2s, transform .2s;}
body.dh-on .to-top.is-on {opacity: 1; visibility: visible;}
body.dh-on .to-top:hover {background: var(--indigo); transform: translateY(-3px);}
body.dh-on .to-top svg {width: 20px; height: 20px;}
html.js body.dh-on .reveal {opacity: 0; transform: translateY(18px); transition: opacity .7s ease-out, transform .7s ease-out;}
html.js body.dh-on .reveal.in {opacity: 1; transform: none;}
html.js body.dh-on .grid > .reveal:nth-child(2), html.js body.dh-on .stats > .reveal:nth-child(2) {transition-delay: .06s;}
html.js body.dh-on .grid > .reveal:nth-child(3), html.js body.dh-on .stats > .reveal:nth-child(3) {transition-delay: .12s;}
html.js body.dh-on .stats > .reveal:nth-child(4) {transition-delay: .18s;}
html.js body.dh-on .stats > .reveal:nth-child(5) {transition-delay: .24s;}
body.dh-on [hidden] {display: none !important;}
body.dh-on .cta {display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 48px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy) 60%, #232d7a);}
body.dh-on .cta h2 {color: #fff; font-size: 28px; max-width: 640px;}
body.dh-on .cta p {margin-top: 8px; color: #dbe1ff;}
body.dh-on .noscript-msg {text-align: center; padding: 24px; background: var(--bg-alt);}
@media (max-width: 1100px) { body.dh-on .stats {grid-template-columns: repeat(3, 1fr);}
body.dh-on .explore {grid-template-columns: repeat(3, 1fr);}
body.dh-on .hero-title {font-size: 46px;}
}
@media (max-width: 900px) { body.dh-on {--header-h: 64px;}
body.dh-on .menu-btn {display: block;}
body.dh-on .nav {position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; background: #fff; padding: 12px 24px 40px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; overflow-y: auto;}
body.dh-on.nav-open .nav {opacity: 1; visibility: visible; transform: none;}
body.dh-on .nav ul {flex-direction: column; align-items: stretch; gap: 0;}
body.dh-on .nav a {padding: 20px 4px; font-size: 22px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); border-radius: 0;}
body.dh-on .nav a::after {display: none;}
body.dh-on .nav a[aria-current="page"] {color: var(--navy);}
body.dh-on .section {padding: 64px 0;}
body.dh-on .section.tight {padding: 48px 0;}
body.dh-on .sec-head h2 {font-size: 28px;}
body.dh-on .page-hero {padding: 44px 0 40px;}
body.dh-on .page-hero h1 {font-size: 32px;}
body.dh-on .page-hero p {font-size: 16px;}
body.dh-on .hero {min-height: 0; padding: 56px 0 120px;}
body.dh-on .hero-title {font-size: 34px;}
body.dh-on .hero-sub {font-size: 17px;}
body.dh-on .grid-3 {grid-template-columns: repeat(2, 1fr);}
body.dh-on .contact-grid {grid-template-columns: 1fr;}
body.dh-on .team-grid {grid-template-columns: 1fr;}
}
@media (max-width: 820px) { body.dh-on .table-wrap {border: none; box-shadow: none; background: transparent; overflow: visible;}
body.dh-on table.fund, body.dh-on .fund tbody {display: block;}
body.dh-on .fund thead {display: none;}
body.dh-on .fund tr {display: block; margin-bottom: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;}
body.dh-on .fund tbody th {display: block; padding: 16px 20px; background: var(--bg-alt); border-bottom: 1px solid #f0f0f0; font-size: 17px;}
body.dh-on .fund tbody td {display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 20px; text-align: right; border-bottom: 1px solid #f5f5f5;}
body.dh-on .fund tbody td:last-child {border-bottom: none;}
body.dh-on .fund tbody td::before {content: attr(data-label); font-weight: 600; color: var(--muted); font-size: 14px; text-align: left;}
body.dh-on .fund .l, body.dh-on .fund .c {text-align: right;}
}
@media (max-width: 640px) { body.dh-on .container {padding: 0 20px;}
body.dh-on .stats {grid-template-columns: repeat(2, 1fr); gap: 12px;}
body.dh-on .stats .stat:last-child {grid-column: 1 / -1;}
body.dh-on .stat {padding: 18px 16px;}
body.dh-on .stat-num {font-size: 24px;}
body.dh-on .stats-wrap {margin-top: -72px;}
body.dh-on .asof {text-align: left;}
body.dh-on .grid-2, body.dh-on .grid-3 {grid-template-columns: 1fr;}
body.dh-on .explore {grid-template-columns: repeat(2, 1fr);}
body.dh-on .explore a {min-height: 110px; padding: 18px;}
body.dh-on .explore a strong {font-size: 17px;}
body.dh-on .hero-title {font-size: 29px;}
body.dh-on .team-card {flex-direction: column;}
body.dh-on .team-card .profile {flex-basis: auto; border-right: none; border-bottom: 1px solid #f0f0f0; padding: 20px;}
body.dh-on .pf-grid {grid-template-columns: repeat(2, 1fr); gap: 12px;}
body.dh-on .pf-card {min-height: 130px; padding: 20px 10px 12px;}
body.dh-on .search {width: 100%;}
body.dh-on .search input {width: 100%;}
body.dh-on .to-top {right: 18px; bottom: 18px;}
body.dh-on .footer-top {flex-direction: column;}
body.dh-on .contact-card {padding: 24px;}
body.dh-on .cta {padding: 32px 24px;}
body.dh-on .cta h2 {font-size: 22px;}
}
@media (prefers-reduced-motion: reduce) { html.dh-on {scroll-behavior: auto;}
body.dh-on *, body.dh-on *::before, body.dh-on *::after {animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important;}
body.dh-on .rise, html.js body.dh-on .reveal {opacity: 1; transform: none;}
}

/* 메인 화면 컨테이너 정리 */
body.dh-on .container.container_contents { width: 100%; max-width: none; margin: 0; padding: 0; }
body.dh-on .container.container_contents::before, body.dh-on .container.container_contents::after { display: none; }
body.dh-on .container_slide, body.dh-on .container_mmenu, body.dh-on .footer-social-layout { display: none !important; }

/* 포트폴리오 카운트 숨김 */
body.dh-on #pf-filters .pill em,
body.dh-on #pf-count { display: none !important; }

/* 홈 상단 통계 숨김 */
body.dh-on .stats-wrap { display: none !important; }

/* 메뉴 호버 볼드 (글자 폭 흔들림 방지) */
body.dh-on .nav a:hover, body.dh-on .nav a:focus-visible { font-weight: 700; color: var(--navy); }
@media (min-width: 901px) {
  body.dh-on .nav a { text-align: center; }
  body.dh-on .nav a::before { content: attr(data-text); display: block; height: 0; overflow: hidden; visibility: hidden; font-weight: 700; pointer-events: none; }
}

/* 헤더 항상 고정 (스크롤해도 숨기지 않음) */
body.dh-on .site-header.dh-hide { transform: none !important; }

/* 하단 푸터 메뉴 숨김 */
body.dh-on .footer-nav { display: none !important; }

/* 홈 '더 알아보기' 섹션 숨김 (상단 고정 메뉴와 중복) */
body.dh-on section[aria-labelledby="h-explore"] { display: none !important; }

/* 푸터 한 줄 정보 + 여백 축소 */
body.dh-on .site-footer { padding: 36px 0 26px; }
body.dh-on .footer-top { padding-bottom: 20px; gap: 16px; }
body.dh-on .footer-logo { margin-bottom: 8px; }
body.dh-on .footer-info { display: flex; flex-wrap: wrap; gap: 2px 28px; }
body.dh-on .footer-info li { line-height: 1.8; }
body.dh-on .site-footer .copyright { margin-top: 16px; }

/* About 펀드별 해시태그 */
body.dh-on .fund-tag-card { gap: 14px; }
body.dh-on .hashtags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
body.dh-on .hashtag { display: inline-block; font-size: 13px; font-weight: 600; line-height: 1.2; color: var(--indigo-700); background: rgba(96, 110, 178, 0.12); border-radius: 999px; padding: 6px 12px; }

/* 페이지 하단 사칭 주의 숨김 (홈 팝업으로 안내) */
body.dh-on section:has(> .container > .notice) { display: none !important; }
body.dh-on #dh-page .notice { display: none !important; }

/* 모바일 메뉴 펼침 수정: 헤더의 backdrop-filter가 fixed 메뉴의 기준 영역을 헤더 크기로 좁히던 문제 */
@media (max-width: 900px) {
  body.dh-on .site-header { -webkit-backdrop-filter: none; backdrop-filter: none; background: #fff; }
  body.dh-on .nav { z-index: 999; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); }
  body.dh-on .nav a { font-size: 20px; padding: 18px 4px; }
  body.dh-on .nav a[aria-current="page"]::before { content: none; }
}
