
/* =========================
   CancerOK Hub Typography
   (폰트/사이즈/간격/표 스타일)
   ========================= */

:root{
  --text:#111827;
  --muted:#4b5563;
  --line:#e5e7eb;
  --soft:#f3f4f6;
  --bg:#ffffff;

  --fs-base:16px;          /* 본문 기본 */
  --lh-base:1.75;          /* 캡처 화면처럼 여유 있게 */
  --max:860px;             /* 가운데 정렬 폭 */
}

/* 페이지 기본 */
html,body{height:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);

  /* “화면과 비슷한” 한글 시스템/프리텐다드 계열 스택 */
  font-family:'dotum';

  font-size:var(--fs-base);
  line-height:var(--lh-base);
  letter-spacing:-0.2px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* 본문 컨테이너 */
.hub{
  margin:0 auto;
}

/* 섹션 간격 */
.hub section{margin:0 0 34px;}
.hub .divider{
  border:0;
  border-top:1px solid var(--line);
  margin:22px 0;
}

/* 제목 스타일 (캡처의 굵기/크기 톤) */
.hub h1{
  line-height:1.25;
  margin:0 0 14px;
  font-weight:800;
  letter-spacing:-0.6px;
}
.hub h2{
  font-size:24px;
  line-height:1.35;
  margin:28px 0 12px;
  font-weight:800;
  letter-spacing:-0.5px;
}
.hub h3{
  font-size:18px;
  line-height:1.45;
  margin:18px 0 10px;
  font-weight:700;
  letter-spacing:-0.3px;
}

/* 본문 */
.hub p{
  margin:0 0 12px;
  color:var(--text);
}
.hub .lead{
  font-size:16px;
  color:var(--muted);
  margin-top:-2px;
}

/* 강조(캡처처럼 과하지 않게) */
.hub strong{
  font-weight:800;
}
.hub .note{
  padding:12px 14px;
  border:1px solid var(--line);
  background:#fafafa;
  border-radius:10px;
  color:var(--muted);
}

/* 리스트 */
.hub ul{
  margin:10px 0 14px 18px;
  padding:0;
}
.hub li{margin:6px 0; color:var(--text);}

/* 표 (캡처 화면의 얇은 선/정렬 느낌) */
.hub .table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:12px 0 18px;
}
.hub table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}
.hub th,
.hub td{
  padding:12px 14px;
  border-top:1px solid var(--line);
  border-right:1px solid var(--line);	
  vertical-align:top;
  font-size:15px;
}
.hub th{
  background:#f9fafb;
  color:#374151;
  font-weight:700;
  text-align:left;
  white-space:nowrap;
}
.hub td{
  color:#111827;
}

/* 캡처처럼 가운데 정렬이 필요한 열에 적용 */
.hub .ta-c{text-align:center;}
.hub .ta-r{text-align:right;}
.hub .nowrap{white-space:nowrap;}

/* 모바일 대응 (캡처처럼 글자 크기 크게 변하지 않게) */
@media (max-width:480px){
  :root{ --fs-base:15.5px; }
  .hub{padding:22px 14px 50px;}
  .hub h1{font-size:26px;}
  .hub h2{font-size:21px;}
  .hub h3{font-size:17px;}
}
	
	
	
/* ✅ 암보험 허브 전용 스타일: 외부 영향 최소화 */
.ck-cancerhub{max-width:980px;margin:0 auto;padding:0 0 28px 0; font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif; color:#111}
.ck-tabs{display:flex;gap:0;border:1px solid #d7d7d7;border-radius:8px;overflow:hidden;background:#f7f7f7}
.ck-tab{flex:1;text-align:center;padding:12px 10px;text-decoration:none;color:#444;font-weight:700;font-size:14px;line-height:1;border-right:1px solid #d7d7d7}
.ck-tab:last-child{border-right:0}
.ck-tab:hover{background:#eeeeee}
.ck-card{border:1px solid #e3e3e3;margin-top:14px;background:#fff}
.ck-card__hd{padding:18px 18px 10px 18px;border-bottom:1px solid #f0f0f0}
.ck-card__bd{padding:16px 18px 18px 18px}
.ck-h2{margin:0;font-size:20px;letter-spacing:-0.3px;color:#111;display:flex;align-items:center;gap:8px}
.ck-num{align-items:center;justify-content:center;border-radius:6px;background:#111;color:#fff;}
.ck-lead{margin:8px 0 0 0;color:#666;font-size:16px;line-height:1.5}
.ck-h3{margin:18px 0 10px 0;font-size:16px;color:#111;}
.ck-h4{margin:18px 0 10px 0;font-size:16px;color:#111; border: 1px solid #e5e7eb; border-radius: 25px; padding: 10px; background-color: #f7f7f7;}
.ck-h4 p{background-color: #549df1; color: #fff; float: left; border-radius: 25px; margin-right: 5px; padding:0 5px;}	
.ck-h4 p .faq{background-color: #549df1; color: #fff; width: 45px; float: left; border-radius: 25px; margin-right: 5px; padding-left: 5px;}	

.ck-p{margin:10px 0;color:#222;font-size:15px;line-height:1.75; letter-spacing: -1px;}
.ck-ul{margin:10px 0 0 18px;padding:0;color:#222;font-size:15px;line-height:1.75}
.ck-ul li{margin:4px 0; padding: 0;}
.ck-note{margin:14px 0 0 0;padding:12px 12px;background:#fafafa;color:#000;font-size:15px;line-height:1.75;border-radius:8px}
.ck-tablewrap{width:100%;overflow:auto;border:1px solid #e6e6e6;background:#fff}
.ck-table{width:100%;border-collapse:collapse;min-width:700px}
.ck-table th,.ck-table td{border-bottom:1px solid #eee;padding:10px 10px;line-height:1.6;vertical-align:top}
.ck-table th{background:#f7f7f7;color:#333;font-weight:800;text-align:left}
.ck-table tr:last-child td{border-bottom:0}
.ck-faq{margin:0}
.ck-qa{padding:12px 0;border-bottom:1px solid #efefef}
.ck-qa:last-child{border-bottom:0}
.ck-qa dt{font-weight:900;font-size:14px;color:#111;margin:0 0 8px 0}
.ck-qa dd{margin:0;color:#222;font-size:14px;line-height:1.75}
.ck-toplink{margin-top:14px;text-align:right}
.ck-toplink a{color:#1a73e8;text-decoration:none;font-size:14px}
.ck-toplink a:hover{text-decoration:underline}	  
