@charset "utf-8";
/* =========================================================================
   MarkHub(마크허브) 메인 랜딩 - 확정 시안(Figma 28:729) 적용
   2026-06-10 / 전용 스타일. 모든 규칙은 #mh-main 스코프로 board.css 충돌 차단
   ========================================================================= */

/* 사용자 공통(서브 헤더 등)에서도 토큰 사용하도록 전역 정의 */
:root {
	--mh-primary: #3182F6; --mh-primary-d: #1B64DA; --mh-primary-l: #E8F3FF;
	--mh-ink: #191F28; --mh-gray: #4E5968; --mh-gray-l: #8B95A1;
	--mh-line: #F2F4F6; --mh-line-2: #E5E8EB; --mh-bg: #F9FAFB;
	--mh-orange: #FE9A00; --mh-green: #00BC7D; --mh-indigo: #6155FF;
	--mh-radius: 16px;
	--mh-shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	--mh-shadow: 0 8px 10px -6px rgba(0,0,0,.1), 0 20px 25px -5px rgba(0,0,0,.1);
}

#mh-main {
	--mh-primary: #3182F6;
	--mh-primary-d: #1B64DA;
	--mh-primary-l: #E8F3FF;
	--mh-ink: #191F28;
	--mh-gray: #4E5968;
	--mh-gray-l: #8B95A1;
	--mh-line: #F2F4F6;
	--mh-line-2: #E5E8EB;
	--mh-bg: #F9FAFB;
	--mh-orange: #FE9A00;
	--mh-green: #00BC7D;
	--mh-indigo: #6155FF;
	--mh-radius: 16px;
	--mh-shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	--mh-shadow: 0 8px 10px -6px rgba(0,0,0,.1), 0 20px 25px -5px rgba(0,0,0,.1);

	font-family: "Pretendard", "Pretendard Variable", -apple-system, "Noto Sans KR", sans-serif;
	color: var(--mh-ink);
	background: #fff;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
/* 메인페이지 배경: 섹션별 매핑(Figma 481:873) — 전체 그라데이션 제거 */

/* ---- 스코프 리셋 (board.css 등 글로벌 간섭 차단) ----
   주의: `#mh-main *`(특정성 1,0,0)에 margin/padding 0 을 주면 클래스 기반
   padding(0,1,0)을 이겨버려 카드/칩 패딩이 전부 죽는다. box-sizing 만 전역으로,
   margin/padding 리셋은 ID 특정성 없는 요소 셀렉터로 분리한다. */
#mh-main * { box-sizing: border-box; }
#mh-main h1, #mh-main h2, #mh-main h3, #mh-main h4, #mh-main h5,
#mh-main p, #mh-main ul, #mh-main ol, #mh-main li, #mh-main figure,
#mh-main dl, #mh-main dd { margin: 0; padding: 0; }
#mh-main a { color: inherit; text-decoration: none; }
#mh-main ul, #mh-main li { list-style: none; }
#mh-main button { font-family: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
#mh-main img { max-width: 100%; display: block; }
#mh-main h1, #mh-main h2, #mh-main h3, #mh-main h4 { font-weight: 700; line-height: 1.2; }

#mh-main .mh-container { max-width: 1440px; margin: 0 auto; padding: 0 20px; }
#mh-main .mh-eyebrow { color: var(--mh-primary); font-weight: 800; font-size: 18px; letter-spacing: .01em; text-transform: uppercase; }
#mh-main .mh-sec-head { text-align: center; margin-bottom: 48px; }
#mh-main .mh-sec-head h2 { font-size: 36px; letter-spacing: -.03em; margin: 12px 0 16px; }
#mh-main .mh-sec-head p { color: var(--mh-gray); font-size: 20px; }
#mh-main section { padding: 96px 0; }

/* ===================== Header ===================== */
#mh-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--mh-line);
}
#mh-header .inner { max-width: 1240px; margin: 0 auto; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
#mh-logo { display: flex; align-items: center; gap: 8px; }
#mh-logo .badge { width: 32px; height: 32px; border-radius: 8px; background: var(--mh-primary); color: #fff; font-weight: 800; font-size: 16px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 6px -1px rgba(49,130,246,.2); font-family: "Outfit", sans-serif; }
#mh-logo .name { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
#mh-logo .name b { color: var(--mh-primary); font-weight: 700; }
#mh-nav { display: flex; align-items: center; gap: 44px; }
#mh-nav a { color: var(--mh-gray); font-size: 18px; font-weight: 500; letter-spacing: -.03em; transition: color .15s; }
#mh-nav a:hover { color: var(--mh-primary); }
#mh-auth { display: flex; align-items: center; gap: 8px; }
#mh-auth a { padding: 12px 24px; border-radius: 8px; font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
#mh-auth .login { color: var(--mh-primary); background: var(--mh-primary-l); }
#mh-auth .join { color: var(--mh-orange); background: rgba(254,154,0,.1); }
#mh-mobile-btn { display: none; width: 40px; height: 40px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
#mh-mobile-btn i { width: 22px; height: 2px; background: var(--mh-ink); border-radius: 2px; }

/* ===================== Hero ===================== */
#mh-hero { background: linear-gradient(180deg, #EBF3FF 0%, #fff 100%); padding: 80px 0 100px; }
#mh-hero .inner { display: flex; align-items: center; justify-content: space-between; gap: 64px; }
#mh-hero .left { flex: 1; max-width: 520px; }
.mh-badge { display: inline-flex; align-items: center; gap: 6px; color: var(--mh-primary); font-weight: 800; font-size: 18px; text-transform: uppercase; letter-spacing: .01em; }
.mh-badge svg { width: 14px; height: 14px; }
#mh-hero h1 { font-size: 48px; font-weight: 800; letter-spacing: -.03em; line-height: 1.2; margin: 20px 0 24px; }
#mh-hero h1 .pt { color: var(--mh-primary); }
#mh-hero .lead { color: var(--mh-gray); font-size: 20px; letter-spacing: -.02em; margin-bottom: 24px; }
#mh-hero .desc { font-size: 20px; font-weight: 600; letter-spacing: -.02em; line-height: 1.6; margin-bottom: 32px; }
.mh-hero-btns { display: flex; gap: 16px; }
.mh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 20px 24px; border-radius: 12px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; transition: transform .12s, box-shadow .12s; }
.mh-btn svg { width: 16px; height: 16px; flex: 0 0 16px; }
.mh-btn:active { transform: translateY(1px); }
.mh-btn.primary { background: var(--mh-primary); color: #fff; box-shadow: 0 4px 6px -4px rgba(49,130,246,.15), 0 10px 15px -3px rgba(49,130,246,.15); }
/* #mh-main a{color:inherit}(ID 우선순위)가 .mh-btn.primary 흰색을 덮는 문제 해결 — 히어로/CTA primary 버튼 흰 글씨 (Figma 5/27) */
#mh-main a.mh-btn.primary { color: #fff; }
.mh-btn.primary:hover { background: var(--mh-primary-d); }
.mh-btn.ghost { background: #fff; color: var(--mh-gray); border: 1px solid var(--mh-line-2); }
.mh-btn.ghost:hover { border-color: var(--mh-primary); color: var(--mh-primary); }

/* Hero 우측 보안 카드 */
#mh-hero .right { flex: 0 0 480px; }
.mh-secure-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--mh-line); border-radius: 24px; padding: 36px 32px; box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); }
.mh-secure-card .blur1 { position: absolute; top: 0; right: 0; width: 128px; height: 128px; border-radius: 999px; background: rgba(49,130,246,.08); filter: blur(64px); }
.mh-secure-card .blur2 { position: absolute; bottom: 0; left: 0; width: 128px; height: 128px; border-radius: 999px; background: rgba(97,85,255,.08); filter: blur(64px); }
.mh-secure-top { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; margin-bottom: 32px; }
.mh-secure-top .l { display: flex; align-items: center; gap: 6px; }
.mh-secure-top .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--mh-green); }
.mh-secure-top span { font-family: "Noto Sans KR", monospace; font-size: 14px; color: var(--mh-gray-l); letter-spacing: .01em; }
.mh-secure-body { position: relative; background: linear-gradient(157deg, var(--mh-bg), #fff); border: 1px solid rgba(229,232,235,.4); border-radius: 16px; padding: 24px 16px; box-shadow: inset 0 2px 4px rgba(0,0,0,.05); text-align: center; }
.mh-secure-ico { width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 999px; background: rgba(49,130,246,.1); display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.mh-secure-ico svg { width: 32px; height: 32px; color: var(--mh-primary); }
#mh-main .mh-secure-body h3 { font-size: 18px; letter-spacing: -.03em; margin-bottom: 12px; }
#mh-main .mh-secure-body .sub { color: var(--mh-gray); font-size: 14px; letter-spacing: -.03em; margin-bottom: 20px; }
.mh-secure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mh-chip { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--mh-line); border-radius: 12px; padding: 12px; font-size: 14px; font-weight: 500; color: var(--mh-gray); }
.mh-chip svg { width: 14px; height: 14px; flex: 0 0 14px; color: var(--mh-primary); }
.mh-chip svg { width: 14px; height: 14px; color: var(--mh-primary); flex: 0 0 14px; }

/* ===================== Our Works (통계) ===================== */
#mh-works { background: #fff; }
.mh-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; }
.mh-stat-row.two { grid-template-columns: 1fr 1fr; }
.mh-stat-card { position: relative; overflow: hidden; background: var(--mh-bg); border: 1px solid var(--mh-line); border-radius: 20px; padding: 28px; box-shadow: var(--mh-shadow-sm); }
.mh-stat-tag { display: inline-block; background: #fff; border: 1px solid var(--mh-line); border-radius: 999px; padding: 7px 14px; font-size: 14px; font-weight: 700; color: var(--mh-gray-l); margin-bottom: 20px; }
.mh-stat-card .label { font-size: 17px; font-weight: 700; letter-spacing: -.03em; color: var(--mh-gray-l); margin-bottom: 24px; }
.mh-stat-num { display: flex; align-items: flex-end; gap: 4px; }
/* 시안(260529): 출원 건수 숫자는 세로 그라데이션(#5190EB→#A8AFB8) 텍스트 채움 */
.mh-stat-num b { font-size: 32px; font-weight: 800; letter-spacing: -.01em; line-height: 1;
	background: linear-gradient(180deg, #5190EB 0%, #A8AFB8 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent; color: transparent; }
.mh-stat-num span { font-size: 18px; font-weight: 700; color: var(--mh-gray); }
/* 등록률·고객만족도(alt)는 단색 잉크 유지 */
.mh-stat-card.alt .mh-stat-num b { background: none; -webkit-text-fill-color: #0F172B; color: #0F172B; }
/* 하단 와이드 카드: 설명 + 리본 아이콘 + 장식 blur */
.mh-stat-card.alt { display: flex; flex-direction: column; }
.mh-stat-card .mh-stat-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; }
.mh-stat-card .mh-stat-foot p { color: var(--mh-gray); font-size: 15px; letter-spacing: -.02em; }
.mh-stat-card .mh-stat-foot svg { width: 22px; height: 22px; color: var(--mh-primary); flex: 0 0 22px; }
.mh-stat-card .deco { position: absolute; top: -20px; right: -20px; width: 120px; height: 120px; border-radius: 999px; background: rgba(49,130,246,.06); filter: blur(40px); }

/* ===================== Services ===================== */
#mh-services { background: linear-gradient(180deg, #fff 0%, #BFD9FF 100%); }
.mh-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mh-svc-card { background: #fff; border: 1px solid var(--mh-line); border-radius: 30px; padding: 40px; transition: transform .15s, box-shadow .15s, border-color .15s; }
.mh-svc-card:hover { transform: translateY(-4px); box-shadow: var(--mh-shadow); border-color: rgba(49,130,246,.3); }
.mh-svc-ico { width: 60px; height: 60px; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; }
.mh-svc-ico svg { width: 30px; height: 30px; }
.mh-svc-ico.blue { background: #E8F3FF; color: var(--mh-primary); }
.mh-svc-ico.amber { background: rgba(254,154,0,.1); color: var(--mh-orange); }
.mh-svc-ico.violet { background: #FAF5FF; color: #AD46FF; }
#mh-main .mh-svc-card h3 { font-size: 26px; font-weight: 600; letter-spacing: -.03em; margin-bottom: 40px; }
#mh-main .mh-svc-card .txt { color: var(--mh-gray); font-size: 18px; line-height: 1.5; margin-bottom: 40px; min-height: 54px; }
.mh-svc-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.mh-svc-tags span { background: #F9FAFB; border: 1px solid rgba(242,244,246,.6); border-radius: 10px; padding: 6px 12px; font-size: 16px; font-weight: 700; color: var(--mh-gray); }
.mh-svc-more { display: inline-flex; align-items: center; gap: 8px; color: var(--mh-primary); font-weight: 700; font-size: 18px; padding-top: 24px; border-top: 1px solid rgba(242,244,246,.6); width: 100%; box-sizing: border-box; }
#mh-main a.mh-svc-more { color: var(--mh-primary); }

/* ===================== 5단계 프로세스 ===================== */
#mh-steps { background: linear-gradient(180deg, #BFD9FF 0%, #fff 100%); }
.mh-step-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.mh-step { background: #F9FAFB; border: 1px solid transparent; border-radius: 20px; padding: 30px 24px; text-align: center; }
.mh-step .no { width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 999px; border: 1px solid var(--mh-primary); background: #fff; color: var(--mh-primary); font-weight: 800; font-size: 24px; font-family: "Outfit", sans-serif; display: flex; align-items: center; justify-content: center; box-shadow: var(--mh-shadow-sm); }
#mh-main .mh-step h4 { font-size: 20px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 24px; }
.mh-step p { color: var(--mh-gray); font-size: 18px; line-height: 1.5; }

/* ===================== Pricing ===================== */
#mh-pricing { background: #fff; }
.mh-tabs { display: flex; justify-content: center; gap: 0; background: var(--mh-bg); border: 1px solid var(--mh-line); border-radius: 16px; padding: 6px; width: fit-content; margin: 0 auto 36px; }
#mh-main .mh-tabs button { padding: 13px 38px; border-radius: 12px; font-size: 15px; font-weight: 700; color: var(--mh-gray); transition: all .15s; }
#mh-main .mh-tabs button.on { background: #fff; color: var(--mh-primary); box-shadow: 0 1px 2px -1px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.1); }
.mh-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
/* 저작권 요금은 카드 2개 — 가운데 정렬 */
#mh-main .mh-price-grid[data-pane="cr"] { grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; }
.mh-price-card { position: relative; background: #fff; border: 1px solid var(--mh-line-2); border-radius: 24px; padding: 36px 30px; overflow: hidden; }
.mh-price-card.reco { border: 1.5px solid var(--mh-primary); box-shadow: 0 4px 16px rgba(0,0,0,.25); transform: translateY(-8px); padding: 44px 34px; }
.mh-reco-tag { position: absolute; top: 0; right: 0; background: var(--mh-primary); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .12em; padding: 6px 18px; border-bottom-left-radius: 25px; }
.mh-price-card .ptype { font-size: 14px; font-weight: 700; color: var(--mh-primary); text-transform: uppercase; margin-bottom: 12px; }
.mh-price-card .pname { font-size: 20px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 10px; }
.mh-price-amt { display: flex; align-items: baseline; gap: 2px; margin-bottom: 8px; }
.mh-price-amt b { font-size: 38px; font-weight: 700; color: var(--mh-ink); letter-spacing: -.02em; }
.mh-price-card.reco .mh-price-amt b { font-size: 42px; }
.mh-price-amt span { font-size: 16px; font-weight: 700; color: var(--mh-gray); }
.mh-price-card .psub { color: var(--mh-gray-l); font-size: 14px; font-weight: 500; margin-bottom: 22px; }
.mh-price-hl { display: flex; align-items: center; gap: 6px; background: var(--mh-bg); border: 1px solid rgba(242,244,246,.6); border-radius: 14px; padding: 15px; font-size: 14px; font-weight: 600; color: var(--mh-gray); margin-bottom: 22px; }
.mh-price-hl svg { width: 18px; height: 18px; flex: 0 0 18px; }
.mh-price-feat-head { font-size: 14px; font-weight: 700; color: var(--mh-gray-l); text-transform: uppercase; margin-bottom: 15px; }
/* ul margin 리셋(#mh-main ul) 회피 위해 #mh-main 접두사로 우선순위 확보 */
#mh-main .mh-price-feat { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.mh-price-feat li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--mh-gray); line-height: 1.4; }
.mh-price-feat svg { width: 16px; height: 16px; color: var(--mh-primary); flex: 0 0 16px; }
.mh-price-btn { display: block; width: 100%; text-align: center; padding: 16px; border-radius: 16px; font-size: 17px; font-weight: 600; }
/* #mh-main a{color:inherit} ID 리셋 회피 위해 #mh-main 접두사로 흰색 강제 */
#mh-main .mh-price-btn.fill { background: var(--mh-primary); color: #fff; font-size: 18px; font-weight: 700; }
.mh-price-btn.fill:hover { background: var(--mh-primary-d); }
.mh-price-btn.line { background: var(--mh-bg); color: var(--mh-gray); }
.mh-price-btn.line:hover { color: var(--mh-primary); }

/* ===================== Reviews ===================== */
#mh-reviews { background: #EBF3FF; }
.mh-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* 고객후기 마키 무한롤링 (검수사항3 p8) — 1행 우→좌, 2행 좌→우, hover 시 일시정지.
   트랙 콘텐츠는 2벌 복제되어 -50% 이동 시 이음새 없이 루프 (카드 간격은 margin-right로 픽셀 정합) */
.mh-review-marquee { display: flex; flex-direction: column; gap: 24px; overflow: hidden; }
.mh-marquee-row { overflow: hidden; }
.mh-marquee-track { display: flex; align-items: stretch; width: max-content; animation: mhMarquee 45s linear infinite; will-change: transform; }
.mh-marquee-track.reverse { animation-name: mhMarqueeRev; }
.mh-marquee-row:hover .mh-marquee-track { animation-play-state: paused; }
.mh-marquee-track .mh-review-card { width: 457px; flex: 0 0 auto; margin-right: 24px; min-height: 0; }
.mh-marquee-track .mh-review-card .body { min-height: 0; }
@keyframes mhMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes mhMarqueeRev { from { transform: translateX(-50%); } to { transform: translateX(0); } }
/* (구) 후기 슬라이더 스타일 — 마키 전환으로 미사용 */
.mh-review-slider { position: relative; }
.mh-review-viewport { overflow: hidden; transition: height .45s cubic-bezier(.4,0,.2,1); }
.mh-review-track { display: flex; align-items: flex-start; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.mh-review-slide { flex: 0 0 100%; min-width: 100%; }
.mh-review-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--mh-line-2); box-shadow: var(--mh-shadow-sm); color: var(--mh-gray); font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; z-index: 2; }
.mh-review-arrow:hover { background: var(--mh-primary); border-color: var(--mh-primary); color: #fff; box-shadow: var(--mh-shadow); }
.mh-review-arrow.prev { left: -23px; }
.mh-review-arrow.next { right: -23px; }
.mh-review-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 28px; }
.mh-review-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: var(--mh-line-2); cursor: pointer; transition: all .25s; }
.mh-review-dot:hover { background: var(--mh-gray-l); }
.mh-review-dot.on { width: 26px; background: var(--mh-primary); }
.mh-review-card { background: #fff; border: 1px solid var(--mh-line); border-radius: 30px; padding: 40px; box-shadow: var(--mh-shadow-sm); display: flex; flex-direction: column; min-height: 300px; }
.mh-stars { color: #FFBA00; font-size: 20px; letter-spacing: 1px; margin-bottom: 24px; }
.mh-review-badge { display: inline-block; align-self: flex-start; background: #E8F3FF; color: var(--mh-primary); font-size: 16px; font-weight: 700; padding: 6px 12px; border-radius: 10px; margin-bottom: 24px; }
#mh-main .mh-review-card .body { font-size: 18px; color: var(--mh-gray); line-height: 1.5; letter-spacing: -.02em; margin-bottom: 24px; min-height: 100px; }
.mh-review-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; border-top: 1px solid rgba(242,244,246,.8); margin-top: auto; }
.mh-review-foot .who { font-size: 17px; font-weight: 700; }
.mh-review-foot .tag { font-size: 16px; font-weight: 700; color: var(--mh-gray-l); background: var(--mh-bg); padding: 8px; border-radius: 8px; }

/* ===================== Q&A Board ===================== */
#mh-board { background: #fff; }
.mh-board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mh-board-col { display: flex; flex-direction: column; gap: 20px; }
.mh-board-col .head { display: flex; align-items: center; gap: 9px; padding: 4px 0 20px; border-bottom: 2px solid #E2E8F0; font-weight: 700; font-size: 20px; color: var(--mh-ink); }
.mh-board-col .head i { width: 8px; height: 20px; border-radius: 999px; background: var(--mh-primary); }
.mh-board-col.amber .head i { background: var(--mh-orange); }
.mh-board-col.violet .head i { background: var(--mh-indigo); }
.mh-board-col ul { display: flex; flex-direction: column; gap: 8px; }
.mh-board-col li { padding: 14px; background: rgba(249,250,250,.5); border: 1px solid rgba(242,244,246,.8); border-radius: 20px; transition: background .12s; }
.mh-board-col li.answered { cursor: pointer; }
.mh-board-col li.answered:hover { background: var(--mh-bg); }
.mh-board-col li .mh-qa-head { display: flex; align-items: flex-end; justify-content: space-between; }
.mh-board-col li .mh-qa-body { display: none; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(242,244,246,.9); font-size: 14px; color: var(--mh-gray); line-height: 1.7; }
.mh-board-col li.open .mh-qa-body { display: block; }
.mh-board-col li.open .st { color: var(--mh-primary); }
.mh-board-col li .t { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.mh-board-col li .t b { font-size: 16px; font-weight: 700; color: var(--mh-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mh-board-col li .t span { font-size: 14px; color: var(--mh-gray-l); }
.mh-board-col li .st { font-size: 12px; font-weight: 400; color: var(--mh-primary); flex: 0 0 auto; padding-left: 12px; white-space: nowrap; }
.mh-board-col.amber li .st { color: var(--mh-orange); }
.mh-board-col.violet li .st { color: var(--mh-indigo); }

/* ===================== CTA ===================== */
#mh-cta { background: #F9FAFB; text-align: center; }
#mh-cta .box { position: relative; overflow: hidden; padding: 24px 0; }
#mh-cta .box::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 420px; height: 280px; border-radius: 999px; background: radial-gradient(closest-side, rgba(49,130,246,.10), rgba(97,85,255,.06) 60%, transparent); filter: blur(60px); z-index: 0; }
#mh-cta h2 { position: relative; z-index: 1; font-size: 36px; letter-spacing: -.03em; margin-bottom: 16px; }
#mh-cta p { position: relative; z-index: 1; color: var(--mh-gray); font-size: 18px; margin-bottom: 32px; }
#mh-cta .btns { position: relative; z-index: 1; display: flex; justify-content: center; gap: 16px; }

/* ===================== Footer ===================== */
#mh-footer { background: #fff; border-top: 1px solid #CCCCCC; padding: 120px 0 60px; }
#mh-footer .top { display: flex; justify-content: flex-start; gap: 80px; padding-bottom: 70px; align-items: flex-start; }
#mh-footer .fbrand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
#mh-footer .fbrand .von { display: flex; align-items: center; justify-content: center; padding: 4px 8px; border-radius: 6px; background: var(--mh-primary); color: #fff; font-family: "Outfit", sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -.02em; }
#mh-footer .fbrand .txt b { font-size: 18px; font-weight: 800; letter-spacing: -.03em; display: block; line-height: 1.1; }
#mh-footer .fbrand .txt span { display: block; font-size: 9px; line-height: 1.4; color: var(--mh-gray-l); letter-spacing: .02em; }
#mh-footer .fmain { flex: 1; display: flex; flex-direction: column; gap: 30px; }
#mh-footer .fnav { display: flex; gap: 40px; }
#mh-footer .fnav a { font-size: 16px; font-weight: 700; color: #191F28; }
#mh-footer .fnav a:hover { color: var(--mh-primary); }
#mh-footer .fmeta { display: flex; flex-direction: column; gap: 10px; }
#mh-footer .fmeta p { display: flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; gap: 10px; font-size: 16px; color: #555; }
#mh-footer .fmeta p i { width: 1px; height: 12px; background: #CCCCCC; display: inline-block; }
#mh-footer .fcontact { flex: 0 0 auto; display: flex; flex-direction: column; gap: 4px; }
#mh-footer .fcontact .r1 { display: flex; align-items: center; gap: 10px; }
#mh-footer .fcontact .r1 b { color: var(--mh-primary); font-size: 17px; font-weight: 700; }
#mh-footer .fcontact .r1 span { color: #555; font-size: 16px; }
#mh-footer .fcontact .r2 { color: #555; font-size: 16px; }
#mh-footer .fcontact .r2 span { font-size: 14px; color: #8B95A1; }
#mh-footer .bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 40px; border-top: 1px solid #CCCCCC; }
#mh-footer .bottom .copy { font-size: 14px; color: #717171; }
#mh-footer .bottom .links { display: flex; gap: 40px; font-size: 14px; color: #555; }

/* ===================== 반응형 ===================== */
@media (max-width: 1024px) {
	#mh-main .mh-svc-grid, #mh-main .mh-review-grid, #mh-main .mh-board-grid, #mh-main .mh-price-grid { grid-template-columns: 1fr 1fr; }
	#mh-main .mh-review-arrow { display: none; } /* 여백 부족 → 닷 인디케이터로만 전환 */
	#mh-main .mh-step-grid { grid-template-columns: repeat(2, 1fr); }
	#mh-main .mh-stat-row { grid-template-columns: 1fr; }
	#mh-hero .inner { flex-direction: column; }
	#mh-hero .right { flex: none; width: 100%; max-width: 480px; }
	.mh-price-card.reco { transform: none; }
}
@media (max-width: 768px) {
	#mh-nav, #mh-auth { display: none; }
	#mh-mobile-btn { display: flex; }
	#mh-main section { padding: 64px 0; }
	#mh-hero h1 { font-size: 34px; }
	#mh-main .mh-sec-head h2 { font-size: 28px; }
	#mh-main .mh-svc-grid, #mh-main .mh-review-grid, #mh-main .mh-board-grid, #mh-main .mh-price-grid, #mh-main .mh-step-grid, #mh-main .mh-stat-row.two { grid-template-columns: 1fr; }
	#mh-footer .top { flex-direction: column; }
	#mh-footer .cols { flex-wrap: wrap; gap: 32px; }
	#mh-footer .bottom { flex-direction: column; gap: 12px; }
	.mh-hero-btns, #mh-cta .btns { flex-direction: column; }
	/* 후기 슬라이더: JS setHeight 가 모바일에서 viewport 높이를 0으로 잡아 카드가 안 보임 + 카드 고정높이(300)로 짧은 후기 하단 빈공백 → 모바일은 auto 높이 + 카드/본문 고정높이 해제(내용맞춤) */
	#mh-main .mh-review-viewport { height: auto !important; }
	#mh-main .mh-review-card { min-height: 0; }
	#mh-main .mh-review-card .body { min-height: 0; margin-bottom: 16px; }
	/* CTA: .box padding 좌우 0 + column stretch 로 버튼이 화면 양끝에 붙음(풀블리드) → 좌우 여백 복원 */
	#mh-cta .box { padding-left: 20px; padding-right: 20px; }
}
