@charset "utf-8";

a.tip { display: inline; color: var(--base2); font-weight: 700; border-bottom: 2px solid var(--base2); transition: all .2s; padding-bottom: 1px; }
a.tip:hover { color: var(--base1); border-color: var(--base1); }
a.tip::after { content: " →"; font-size: 13px; }

.contents.guide .guide-stats { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 16px; }
.contents.guide .guide-stats span { font-size: 13px; color: var(--gray1); padding-left: 12px; position: relative; }
.contents.guide .guide-stats span:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--base1); }


/* =============================================
   1. 2단 래퍼
   ============================================= */
.contents.guide .guide-wrap { display: grid; grid-template-columns: 300px 1fr; gap: clamp(40px, 10vw, 80px); align-items: start; min-height: 80vh; padding: 50px 0 100px 0;}


/* =============================================
   2. 좌측 사이드바 (LNB)
   ============================================= */
.contents.guide .gin-title { border-bottom: 2px solid var(--base2); }
.contents.guide .gin-title a { display: block; font-size: 24px; font-weight: 700; color: #000; padding: 0 0 10px; letter-spacing: -0.3px; }
.contents.guide .gin-title a:hover { color: var(--base1); }
.contents.guide .guide-lnb { position: sticky; top: 20px; }
.contents.guide .guide-lnb-title { font-size: 14px; font-weight: 700; color: var(--gray1); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; padding-left: 4px; }
.contents.guide .gin-cat-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 0; background: transparent; border: none; border-radius: 8px; cursor: pointer; transition: background .15s; text-align: left; gap: 10px; }
.contents.guide .gin-cat-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: var(--bg1); flex-shrink: 0; transition: background .15s; }
.contents.guide .gin-cat-icon svg { width: 16px; height: 16px; fill: var(--gray1); transition: fill .15s; }
.contents.guide .gin-cat.open .gin-cat-icon,
.contents.guide .gin-cat-btn:hover .gin-cat-icon { background: var(--base2); }
.contents.guide .gin-cat.open .gin-cat-icon svg,
.contents.guide .gin-cat-btn:hover .gin-cat-icon svg { fill: #fff; }
.contents.guide .gin-cat-label { font-size: clamp(16px, 1vw, 18px); line-height: 1; font-weight: 700; color: #333; flex: 1; }
.contents.guide .gin-cat.open .gin-cat-label { color: var(--base2); }
.contents.guide .gin-arrow { display: block; width: 6px; height: 6px; border-right: 1.5px solid var(--gray1); border-bottom: 1.5px solid var(--gray1); transform: rotate(45deg); transition: transform .2s; flex-shrink: 0; margin-top: -3px; }
.contents.guide .gin-cat.open .gin-arrow { transform: rotate(-135deg); margin-top: 2px; border-color: var(--base2); }
.contents.guide .gin-sub { display: none; padding: 4px 0 8px 42px; margin: 0; }
.contents.guide .gin-cat.open + .gin-cat { margin-top: 20px; }
.contents.guide .gin-cat.open .gin-sub { display: block; }
.contents.guide .gin-sub li { margin: 0; }
.contents.guide .gin-sub li + li { margin-top: 7px; }
.contents.guide .gin-sub li a { position: relative; display: block; font-size: 15px; border-radius: 6px; transition: all .15s; line-height: 1.4; padding-left: 10px; }
.contents.guide .gin-sub li a:before { content: ""; width: 3px; height: 3px; background: var(--base2); position: absolute; left: 3px; top: 7px; border-radius: 50%; }
.contents.guide .gin-sub li a:hover { color: var(--base2); }
.contents.guide .gin-sub li a.active { color: var(--base1); }


/* =============================================
   3. 우측 콘텐츠
   ============================================= */
.contents.guide .guide-content { min-width: 0; }


/* =============================================
   4. 히어로
   ============================================= */
.contents.guide .guide-hero-inline { padding-bottom: 36px; border-bottom: 1px solid var(--border); margin-bottom: 0; }
.contents.guide .guide-hero-inline .eyebrow { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--base1); margin-bottom: 10px; }
.contents.guide .guide-hero-inline h1 { font-size: clamp(24px, 4vw, 50px); font-weight: 900; line-height: 1.25; color: var(--base2); margin-bottom: 10px; letter-spacing: -.02em; }
.contents.guide .guide-hero-inline p { color: var(--gray1); line-height: 1.7; margin-bottom: 18px; }
.contents.guide .guide-keywords { display: flex; flex-wrap: wrap; gap: 8px; }
.contents.guide .guide-keywords a { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; background: #fff; border: 1px solid var(--border); border-radius: 100px; font-size: 14px; font-weight: 500; color: #444; transition: all .15s; }
.contents.guide .guide-keywords a:hover { border-color: var(--base2); color: var(--base2); background: rgba(35,65,125,.04); }


/* =============================================
   5. 섹션 공통
   ============================================= */
.contents.guide .alert { display: flex; width: fit-content; font-size: 14px; font-weight: 600; color: #fff; padding: 5px 20px; background: var(--base3); border-radius: 100px; }
.contents.guide .guide-section { padding: 80px 0 0; }
.contents.guide .guide-section:first-child { padding-top: 36px; }
.contents.guide .guide-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.contents.guide .guide-section-title { font-size: 18px; font-weight: 700; color: #111; display: flex; align-items: center; gap: 8px; }
.contents.guide .guide-section-title::before { content: ""; display: block; width: 3px; height: 18px; background: var(--base2); border-radius: 2px; flex-shrink: 0; }


/* =============================================
   6. 카테고리 카드
   ============================================= */
.contents.guide .guide-cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.contents.guide .guide-cat-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 40px; background: #fff; border: 1px solid var(--border); border-radius: 12px; text-align: center; transition: all .2s; cursor: pointer; text-decoration: none; color: inherit; }
.contents.guide .guide-cat-card:hover { border-color: var(--base2); box-shadow: 0 4px 16px rgba(35,65,125,.1); transform: translateY(-2px); }
.contents.guide .cat-icon { display: flex; align-items: center; justify-content: center; width: 80px; aspect-ratio: 1/1; border-radius: 10px; background: var(--bg1); transition: background .2s; }
.contents.guide .cat-icon svg { width: 40%; aspect-ratio: 1/1; fill: var(--base2); transition: fill .2s; }
.contents.guide .guide-cat-card:hover .cat-icon { background: var(--base2); }
.contents.guide .guide-cat-card:hover .cat-icon svg { fill: #fff; }
.contents.guide .guide-cat-card h3 { font-weight: 700; color: #000; line-height: 1.3; margin: 0; }
.contents.guide .guide-cat-card p { font-size: 15px; color: var(--gray1); line-height: 1.4; margin: 0; }


/* =============================================
   7. 추천 가이드 카드
   ============================================= */
.contents.guide .guide-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contents.guide .guide-card { display: flex; align-items: flex-start; gap: 20px; padding: 18px 20px; background: #fff; border: 1px solid var(--border); border-radius: 12px; transition: all .2s; text-decoration: none; color: inherit; }
.contents.guide .guide-card-icon { display: flex; align-items: center; justify-content: center; width: 70px; aspect-ratio: 1/1; border-radius: 10px; flex-shrink: 0; }
.contents.guide .guide-card-icon.hp { background: rgba(35,65,125,.08); }
.contents.guide .guide-card-icon.rn { background: rgba(51,180,167,.1); }
.contents.guide .guide-card-icon.se { background: rgba(53,81,196,.08); }
.contents.guide .guide-card-icon.dc { background: rgba(234,34,39,.06); }
.contents.guide .guide-card-icon svg { width: 20px; height: 20px; }
.contents.guide .guide-card-icon.hp svg { fill: var(--base2); }
.contents.guide .guide-card-icon.rn svg { fill: var(--base3); }
.contents.guide .guide-card-icon.se svg { fill: var(--blue); }
.contents.guide .guide-card-icon.dc svg { fill: var(--base1); }
.contents.guide .guide-card-body { flex: 1; min-width: 0; }
.contents.guide .guide-card-cat { font-size: 14px; font-weight: 700; color: var(--gray1); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; display: block; }
.contents.guide .guide-card-body h3 { font-weight: 700; color: var(--base3); line-height: 1.4; margin-bottom: 5px; }
.contents.guide .guide-card-body p { font-size: 15px; color: var(--gray1); line-height: 1.5; }


/* =============================================
   8. 전체 목록 섹션
   ============================================= */
.contents.guide .guide-list { list-style: none; padding: 0; margin: 0; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.contents.guide .guide-list li { border-bottom: 1px solid var(--border); }
.contents.guide .guide-list li:last-child { border-bottom: none; }
.contents.guide .guide-list li a { display: flex; align-items: center; gap: 14px; padding: 15px 18px; color: #333; font-weight: 500; transition: background .15s; }
.contents.guide .guide-list li a:hover { background: var(--bg1); color: var(--base2); }
.contents.guide .guide-list li a:hover .list-num { color: var(--base1); }
.contents.guide .guide-list .list-num { font-size: 14px; font-weight: 700; color: var(--border); flex-shrink: 0; width: 20px; }
.contents.guide .guide-list .list-tit { flex: 1; }
.contents.guide .guide-list .list-arrow { font-size: 14px; color: var(--border); flex-shrink: 0; transition: transform .15s, color .15s; }
.contents.guide .guide-list li a:hover .list-arrow { transform: translateX(3px); color: var(--base2); }


/* =============================================
   9. 상세 페이지 레이아웃
   ============================================= */
.contents.guide .guide-layout { display: grid; grid-template-columns: 1fr 260px; gap: 50px; align-items: start; }
.contents.guide .guide-body { min-width: 0; }
.contents.guide .guide-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.contents.guide .guide-meta .meta-cat { font-size: 14px; font-weight: 700; color: var(--base1); letter-spacing: .08em; text-transform: uppercase; }
.contents.guide .guide-meta .meta-date,
.contents.guide .guide-meta .meta-read { font-size: 14px; color: var(--gray1); }
.contents.guide .guide-meta .meta-date::before,
.contents.guide .guide-meta .meta-read::before { content: "·"; margin-right: 8px; color: var(--border); }
.contents.guide .guide-body h1 { font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: 1.3; color: #111; letter-spacing: -.02em; margin-bottom: 16px; }
.contents.guide .guide-body .guide-intro { font-size: clamp(16px, 1.4vw, 18px); color: #555; line-height: 1.8; padding-bottom: 32px; }
.contents.guide .guide-body h2 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; color: #111; margin: 52px 0 16px; padding-left: 14px; border-left: 4px solid var(--base1); line-height: 1.3; }
.contents.guide .guide-body h3 { font-size: clamp(17px, 1.5vw, 20px); font-weight: 700; color: #222; margin: 32px 0 12px; }
.contents.guide .guide-body p { font-size: 16px; color: #444; line-height: 1.9; margin-bottom: 20px; }
.contents.guide .guide-body strong { font-weight: 700; color: #111; }
.contents.guide .guide-body ul,
.contents.guide .guide-body ol { margin: 0; padding-left: 20px; }
.contents.guide .guide-body ul li { list-style: disc; font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 6px; }
.contents.guide .guide-body ol li { list-style: decimal; font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 6px; }
.contents.guide .guide-summary { background: var(--bg1); border: 1px solid var(--border); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; padding: 24px 28px; margin: 0 0 40px; }
.contents.guide .guide-summary .summary-label { font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; display: block; }
.contents.guide .guide-summary ul { margin: 0; padding-left: 18px; }
.contents.guide .guide-summary ul li { list-style: disc; font-size: 15px; color: #333; line-height: 1.7; margin-bottom: 4px; }
.contents.guide .guide-toc { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 22px 24px; margin-bottom: 40px; }
.contents.guide .guide-toc .toc-title { font-size: 14px; font-weight: 700; color: #111; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; display: block; }
.contents.guide .guide-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc-counter; }
.contents.guide .guide-toc ol li { counter-increment: toc-counter; margin-bottom: 6px; }
.contents.guide .guide-toc ol li a { display: flex; align-items: baseline; gap: 10px; font-size: 15px; color: #555; font-weight: 500; transition: color .2s; line-height: 1.5; }
.contents.guide .guide-toc ol li a::before { content: counter(toc-counter, decimal-leading-zero); font-size: 14px; font-weight: 700; color: var(--border); flex-shrink: 0; }
.contents.guide .guide-toc ol li a:hover { color: var(--base1); }
.contents.guide .guide-toc ol li a:hover::before { color: var(--base1); }
.contents.guide .guide-checklist { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 28px 32px; margin: 32px 0; }
.contents.guide .guide-checklist .checklist-title { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.contents.guide .guide-checklist .checklist-title::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--base1); border-radius: 50%; }
.contents.guide .guide-checklist ul { margin: 0; padding: 0; list-style: none; }
.contents.guide .guide-checklist ul li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #333; line-height: 1.7; padding: 10px 0; border-bottom: 1px solid var(--bg1); }
.contents.guide .guide-checklist ul li:last-child { border-bottom: none; }
.contents.guide .guide-checklist ul li::before { content: ""; display: inline-block; width: 18px; height: 18px; border: 2px solid var(--border); border-radius: 4px; flex-shrink: 0; margin-top: 2px; }
.contents.guide .guide-table-wrap { overflow-x: auto; margin: 32px 0; border-radius: 12px; border: 1px solid var(--border); }
.contents.guide .guide-table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; min-width: 480px; }
.contents.guide .guide-table thead th { background: var(--blue); color: #fff; font-weight: 700; padding: 14px 20px; text-align: left; font-size: 14px; }
.contents.guide .guide-table tbody tr { border-bottom: 1px solid var(--border); transition: background .15s; }
.contents.guide .guide-table tbody tr:last-child { border-bottom: none; }
.contents.guide .guide-table tbody tr:hover { background: var(--bg1); }
.contents.guide .guide-table tbody td { padding: 14px 20px; color: #444; line-height: 1.6; vertical-align: top; }
.contents.guide .guide-table tbody td:first-child { font-weight: 600; color: #222; }
.contents.guide .guide-faq dl { margin: 0; padding: 0; }
.contents.guide .guide-faq dt { font-size: 16px; font-weight: 600; color: #111; padding: 20px 24px 0; cursor: pointer; }
.contents.guide .guide-faq dd { font-size: 15px; color: #555; line-height: 1.8; padding: 8px 24px 20px; margin: 0; border-bottom: 1px solid var(--border); }
.contents.guide .guide-faq dd:last-child { border-bottom: none; }
.contents.guide .guide-related { margin-top: 52px; }
.contents.guide .guide-related .related-heading { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 16px; }
.contents.guide .guide-related-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.contents.guide .guide-related-list a { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--bg1); border: 1px solid var(--border); border-radius: 10px; font-size: 15px; font-weight: 600; color: #333; transition: all .2s; }
.contents.guide .guide-related-list a:hover { background: #fff; border-color: var(--blue); color: var(--blue); }
.contents.guide .guide-related-list a::before { content: "→"; font-size: 15px; color: var(--base1); flex-shrink: 0; }
.contents.guide .guide-body .highlight { background: rgba(255,213,45,.35); padding: 0 4px; border-radius: 3px; }
.contents.guide .guide-tip,
.contents.guide .guide-warning { padding: 18px 22px; border-radius: 10px; margin: 24px 0; font-size: 15px; line-height: 1.7; color: #333; }
.contents.guide .guide-tip { background: rgba(51,180,167,.08); border-left: 4px solid var(--base3); }
.contents.guide .guide-warning { background: rgba(234,34,39,.06); border-left: 4px solid var(--base1); }
.contents.guide .guide-tip a,
.contents.guide .guide-warning a { display: inline; color: var(--base2); font-weight: 700; border-bottom: 2px solid var(--base2); transition: all .2s; padding-bottom: 1px; }
.contents.guide .guide-tip a:hover,
.contents.guide .guide-warning a:hover { color: var(--base1); border-color: var(--base1); }
.contents.guide .guide-tip a::after,
.contents.guide .guide-warning a::after { content: " →"; font-size: 13px; }
.contents.guide .guide-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--gray1); margin-bottom: 20px; flex-wrap: wrap; }
.contents.guide .guide-breadcrumb a { color: var(--gray1); transition: color .2s; }
.contents.guide .guide-breadcrumb a:hover { color: var(--base1); }
.contents.guide .guide-breadcrumb .sep { color: var(--border); }
.contents.guide .guide-breadcrumb .current { color: #333; font-weight: 600; }


/* =============================================
   10. 우측 사이드바
   ============================================= */
.contents.guide .guide-sidebar { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 16px; }
.contents.guide .sidebar-toc { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px 20px; }
.contents.guide .sidebar-toc .toc-label { font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gray1); margin-bottom: 14px; display: block; }
.contents.guide .sidebar-toc ol { list-style: none; padding: 0; margin: 0; counter-reset: side-toc; }
.contents.guide .sidebar-toc ol li { counter-increment: side-toc; margin-bottom: 2px; }
.contents.guide .sidebar-toc ol li a { display: flex; align-items: baseline; gap: 8px; font-size: 14px; color: #666; padding: 5px 8px; border-radius: 6px; transition: all .2s; line-height: 1.5; }
.contents.guide .sidebar-toc ol li a::before { content: counter(side-toc); font-size: 14px; font-weight: 700; color: var(--border); flex-shrink: 0; min-width: 14px; }
.contents.guide .sidebar-toc ol li a:hover,
.contents.guide .sidebar-toc ol li a.active { background: var(--bg1); color: var(--base1); }
.contents.guide .sidebar-cta { background: var(--base2); border-radius: 14px; padding: 26px 22px; display: flex; flex-direction: column; gap: 10px; }
.contents.guide .sidebar-cta strong { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.4; display: block; }
.contents.guide .sidebar-cta p { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.6; margin: 0; }
.contents.guide .sidebar-cta a { display: block; padding: 12px 16px; border-radius: 8px; font-size: 15px; font-weight: 700; text-align: center; transition: all .2s; }
.contents.guide .sidebar-cta a:first-of-type { background: var(--base4); color: #000; }
.contents.guide .sidebar-cta a:first-of-type:hover { background: #fff; color: var(--base2); }
.contents.guide .sidebar-cta a.secondary { background: rgba(255,255,255,.12); color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.22); }
.contents.guide .sidebar-cta a.secondary:hover { background: rgba(255,255,255,.22); color: #fff; }
.contents.guide .sidebar-contact { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; }
.contents.guide .sidebar-contact strong { font-size: 15px; font-weight: 700; color: #111; display: block; margin-bottom: 10px; }
.contents.guide .sidebar-contact p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }
.contents.guide .sidebar-contact a { color: var(--base2); font-weight: 600; }


/* =============================================
   11. GEO 전문성 블록
   ============================================= */
.contents.guide .guide-authority { background: var(--bg1); border: 1px solid var(--border); border-left: 4px solid var(--base2); border-radius: 0 12px 12px 0; padding: 20px 24px; margin: 0 0 32px; }
.contents.guide .guide-authority p { font-size: 15px; color: #444; line-height: 1.9; margin: 0; }
.sr-geo { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }


/* =============================================
   반응형 — PC (1249px 이하)
   ============================================= */
@media screen and (max-width: 1249px) {
	.contents.guide .guide-wrap { grid-template-columns: 220px 1fr; }
	.contents.guide .guide-content { padding-left: 36px; }
	.contents.guide .guide-cat-grid { grid-template-columns: repeat(3, 1fr); }
	.contents.guide .guide-card-grid { grid-template-columns: repeat(2, 1fr); }
}


/* =============================================
   반응형 — 태블릿 (991px 이하)
   ============================================= */
@media screen and (max-width: 991px) {
	.contents.guide .guide-wrap { grid-template-columns: 1fr; }
	.contents.guide .guide-content { padding: 30px 0 40px; }
	.contents.guide .guide-cat-grid { grid-template-columns: repeat(3, 1fr); }
	.contents.guide .guide-card-grid { grid-template-columns: 1fr; }
	.contents.guide .guide-sidebar { position: static; }
	.contents.guide .guide-layout { grid-template-columns: 1fr; }

	/* LNB */
	.contents.guide .guide-lnb { position: static; border-right: none;}
	.contents.guide .guide-lnb-inner { padding-right: 0; display: block; }
	.contents.guide .gin-title { display: none; }
	.contents.guide .gin-divider { display: none; }
	.contents.guide .gin-cat { flex: none; border-bottom: 1px solid var(--border); }
	.contents.guide .gin-cat:last-child { border-bottom: none; }
	.contents.guide .gin-cat-btn { padding: 12px 16px; background: #fafafa; }
	.contents.guide .gin-cat.open .gin-cat-btn { background: var(--bg1); }
	.contents.guide .gin-cat-icon { width: 28px; height: 28px; }
	.contents.guide .gin-cat-icon svg { width: 14px; height: 14px; }
	.contents.guide .gin-sub { padding: 4px 0 10px 44px; background: #fff; }
	.contents.guide .gin-sub li a { padding: 6px 10px; }

	/* 모바일 토글 버튼 */
	.contents.guide .gin-mobile-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 18px; background: var(--base2); border: none; border-radius: 10px; cursor: pointer; box-sizing: border-box; }
	.contents.guide .gin-mobile-toggle .gin-toggle-left { display: flex; align-items: center; gap: 6px; min-width: 0; }
	.contents.guide .gin-mobile-toggle .gin-toggle-label { font-size: 13px; color: rgba(255,255,255,.75); font-weight: 400; white-space: nowrap; flex-shrink: 0; }
	.contents.guide .gin-mobile-toggle .gin-toggle-current { font-size: 15px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.contents.guide .gin-mobile-toggle .gin-toggle-arrow { display: block; width: 8px; height: 8px; border-right: 2px solid rgba(255,255,255,.85); border-bottom: 2px solid rgba(255,255,255,.85); transform: rotate(45deg); transition: transform .2s; flex-shrink: 0; margin-top: -4px; }
	.contents.guide .gin-mobile-toggle.open .gin-toggle-arrow { transform: rotate(-135deg); margin-top: 4px; }

	/* 카테고리 목록 래퍼 */
	.contents.guide .gin-mobile-body { display: none; margin-top: 8px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
	.contents.guide .gin-mobile-body.open { display: block; }
}


/* =============================================
   반응형 — 모바일 (767px 이하)
   ============================================= */
@media screen and (max-width: 767px) {
	.contents.guide .guide-lnb {position:sticky; top:0; left:0; transform:translateX(-20px); width:calc(100% + 40px); background:#fff; box-shadow: 0 10px 10px rgba(0, 0, 0, .1);}
	.contents.guide .gin-mobile-toggle {border-radius:0;}
	.contents.guide .gin-mobile-body {margin:0; border-radius:0; border:0;}
	.contents.guide .guide-cat-grid { grid-template-columns: repeat(2, 1fr); }
	.contents.guide .guide-card-grid { grid-template-columns: 1fr; }
	.contents.guide .guide-related-list { grid-template-columns: 1fr; }
	.contents.guide .guide-wrap {padding:0;}
	.contents.guide .gin-sub li a:before {top:13px;}
	.contents.guide .gin-cat-btn {border-radius:0;}
	.contents.guide .gin-sub li + li {margin-top:0;}
}


/* =============================================
   반응형 — PC (992px 이상) — 토글 버튼 숨김
   ============================================= */
@media screen and (min-width: 992px) {
	.contents.guide .gin-mobile-toggle { display: none; }
	.contents.guide .gin-mobile-body { display: block !important; border: none; margin-top: 0; border-radius: 0; overflow: visible; }
	.contents.guide .gin-divider { display: block; }
}



.guide-expert-note { margin:70px 0 0; padding:0 0 70px; }
.guide-expert-note .expert-note-box { padding:42px 48px; border-radius:24px; background:#f5f8ff; border:1px solid #dfe8f8; }
.guide-expert-note .expert-label { display:inline-block; margin-bottom:12px; font-size:13px; font-weight:800; letter-spacing:0.08em; color:#1f5fd6; }
.guide-expert-note h2 { margin:0 0 16px; font-size:28px; line-height:1.35; font-weight:800; color:#111827; }
.guide-expert-note p { margin:0 0 10px; font-size:16px; line-height:1.75; color:#4b5563; }

@media (max-width:640px) {
	.guide-expert-note { margin-top:50px; padding-bottom:50px; }
	.guide-expert-note .expert-note-box { padding:30px 22px; border-radius:20px; }
	.guide-expert-note h2 { font-size:23px; }
	.guide-expert-note p { font-size:15px; }
}