@charset "utf-8";
/* ============================================================
   Cellemedy — SCIENCE 2026 update (TSMT / ENCORE / Pipeline)
   신규 컴포넌트 전용 스타일. 기존 CSS 는 건드리지 않음.
   ============================================================ */

/* ---------- TSMT 비교 (THE CHALLENGE vs OUR SOLUTION) ---------- */
.vs-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0}
.vs-card{border-radius:22px;padding:46px 48px 44px}
.vs-card--challenge{background:#f6faff}
.vs-card--solution{background:#fef8f9}
.vs-eyebrow{font-family:'Play','NotoKR','Apple SD Gothic Neo',Helvetica,sans-serif,Arial;font-weight:700;font-size:13.5px;
  letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px}
.vs-card--challenge .vs-eyebrow{color:#0453dc}
.vs-card--solution .vs-eyebrow{color:#b80505}
.vs-title{font-size:31px;font-weight:700;line-height:1.28;color:#101322;margin:0 0 30px;word-break:keep-all}
.vs-body{display:flex;align-items:center;gap:30px}
.vs-fig{flex:0 0 40%;display:flex;align-items:center;justify-content:center}
.vs-fig img{max-width:100%;height:auto;display:block}
.vs-list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;gap:26px}
.vs-list li{display:flex;align-items:flex-start;gap:16px;font-size:17px;line-height:1.5;color:#3f4354;word-break:keep-all}
.vs-badge{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-2px}
.vs-card--challenge .vs-badge{background:#e0eefe}
.vs-card--solution .vs-badge{background:#fedae0}
.vs-badge svg{width:17px;height:17px;display:block}

.vs-sep{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:0 26px}
.vs-sep__line{flex:1;width:1px;background:#e7e9ee}
.vs-sep__chip{flex:0 0 auto;width:54px;height:54px;border-radius:50%;background:#e9edf5;color:#4b567a;
  font-family:'Play','NotoKR','Apple SD Gothic Neo',Helvetica,sans-serif,Arial;font-weight:700;font-size:16px;letter-spacing:.05em;
  display:flex;align-items:center;justify-content:center}

@media (max-width:1264px){
  .vs-card{padding:32px 28px 30px;border-radius:18px}
  .vs-title{font-size:23px;margin-bottom:22px}
  .vs-body{gap:18px}
  .vs-list{gap:18px}
  .vs-list li{font-size:15px;gap:12px}
  .vs-badge{flex:0 0 32px;width:32px;height:32px}
  .vs-sep{padding:0 14px}
  .vs-sep__chip{width:46px;height:46px;font-size:14px}
}
@media (max-width:768px){
  .vs-wrap{grid-template-columns:1fr}
  .vs-card{padding:26px 20px 24px}
  .vs-title{font-size:20px;margin-bottom:18px}
  .vs-body{flex-direction:column;gap:16px}
  .vs-fig{flex:0 0 auto;max-width:210px;margin:0 auto}
  .vs-list{width:100%}
  .vs-list li{font-size:14.5px}
  .vs-sep{flex-direction:row;padding:16px 0;gap:12px}
  .vs-sep__line{width:auto;height:1px;flex:1}
}

/* ---------- 섹션 소제목 바 ---------- */
.section-bar{background:#c8102e;color:#fff;font-weight:700;font-size:20px;line-height:1.4;
  padding:14px 20px;text-align:center;margin:0 0 28px}
.section-bar--dark{background:#1a1a1a}
@media (max-width:768px){.section-bar{font-size:15px;padding:11px 14px;margin-bottom:18px}}

/* ---------- MoA 4단계 ---------- */
.moa-block{margin-bottom:34px}
.moa-block__head{color:#fff;font-weight:700;font-size:19px;line-height:1.4;text-align:center;padding:13px 16px}
.moa-block--encore .moa-block__head{background:#c8102e}
.moa-block--adc .moa-block__head{background:#6e6e73}
.moa-body{padding:20px}
.moa-block--encore .moa-body{background:#fbe9ea}
.moa-block--adc .moa-body{background:#f4ecf7}
.moa-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.moa-shot{overflow:hidden;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center}
.moa-shot img{width:100%;height:100%;object-fit:cover;display:block}
.moa-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:14px}
.moa-step-label{position:relative;background:#111;color:#fff;font-weight:700;font-size:15px;
  text-align:center;padding:11px 8px;letter-spacing:.01em}
.moa-step-label::after{content:"";position:absolute;top:50%;right:-14px;transform:translateY(-50%);
  width:0;height:0;border-left:9px solid #111;border-top:6px solid transparent;border-bottom:6px solid transparent}
.moa-step-label:last-child::after{display:none}
@media (max-width:1264px){
  .moa-block__head{font-size:16px}
  .moa-step-label{font-size:12.5px;padding:9px 5px}
}
@media (max-width:768px){
  .moa-body{padding:12px}
  .moa-panel,.moa-steps{grid-template-columns:repeat(2,1fr);gap:11px}
  .moa-steps{margin-top:10px}
  .moa-block__head{font-size:14px;padding:10px}
  .moa-step-label{font-size:11px;padding:8px 4px}
  .moa-step-label::after{right:-8px;border-left-width:6px;border-top-width:4px;border-bottom-width:4px}
  .moa-step-label:nth-child(2)::after{display:none}
}

/* ---------- Key Advantages (배경 패널 + 카드 3+2) ---------- */
.moa-block--adv .moa-block__head{background:#c8102e}
.adv-panel{background:#f5f6f8;padding:34px 26px 36px}
.adv-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
.adv-card{flex:0 1 calc(33.333% - 12px);min-width:230px;background:#fff;border:1px solid #e6e7ea;
  border-radius:14px;padding:26px 20px 24px;text-align:center;position:relative;
  box-shadow:0 1px 2px rgba(16,18,24,.04);
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.adv-card:hover{border-color:#c8102e;box-shadow:0 12px 28px rgba(200,16,46,.12);transform:translateY(-3px)}
.adv-card__no{position:absolute;top:13px;left:16px;font-family:'Play','NotoKR','Apple SD Gothic Neo',Helvetica,sans-serif,Arial;font-weight:700;
  font-size:12px;letter-spacing:.08em;color:#c9cbd1}
.adv-card:hover .adv-card__no{color:#c8102e}
.adv-card__icon{width:68px;height:68px;margin:0 auto 14px;border-radius:50%;background:#fdf0f2;
  display:flex;align-items:center;justify-content:center}
.adv-card__icon img{width:38px;height:38px;display:block}
.adv-card__tit{font-size:16.5px;font-weight:700;line-height:1.45;color:#1c1c1e;word-break:keep-all;margin:0}
.adv-card__rule{display:block;width:24px;height:3px;background:#c8102e;border-radius:2px;margin:13px auto 0;opacity:.85}
@media (max-width:1264px){
  .adv-panel{padding:26px 18px 28px}
  .adv-card{flex:0 1 calc(50% - 9px);padding:22px 16px 20px}
  .adv-card__tit{font-size:15px}
  .adv-card__icon{width:60px;height:60px}.adv-card__icon img{width:34px;height:34px}
}
@media (max-width:768px){
  .adv-panel{padding:16px 12px 18px}
  .adv-grid{gap:11px}
  .adv-card{flex:1 1 100%;min-width:0;padding:20px 14px 18px}
  .adv-card__tit{font-size:14.5px}
  .adv-card__icon{width:54px;height:54px;margin-bottom:11px}.adv-card__icon img{width:30px;height:30px}
}

/* ---------- 파이프라인 표 ---------- */
.pl-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.pl-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}
.pl-table th,.pl-table td{text-align:center;vertical-align:middle}
.pl-table thead th{background:#111;color:#fff;font-weight:700;padding:14px 8px;font-size:17px}
.pl-table thead .pl-table__grp{border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:10px}
.pl-table thead .pl-table__stage{font-size:14px;font-weight:700;padding:8px 6px}
.pl-table tbody td{padding:22px 10px;font-size:16px;color:#222;border-bottom:1px solid #e0e0e0}
.pl-table tbody tr:last-child td{border-bottom:1px solid #bdbdbd}
.pl-table .pl-modality{font-weight:700;background:#fafafa;border-right:1px solid #e0e0e0;border-bottom:1px solid #bdbdbd}
.pl-table .pl-target{font-weight:700}
.pl-table .pl-target--new{color:#9e9e9e}
.pl-table .pl-sep td{border-bottom:1px solid #eee}
.pl-bar{display:block;height:9px;border-radius:2px;background:#dcdcdc;margin:0 6px}
.pl-bar--on{background:#c8102e}
@media (max-width:768px){
  .pl-table thead th{font-size:14px;padding:10px 6px}
  .pl-table thead .pl-table__stage{font-size:11px}
  .pl-table tbody td{padding:16px 6px;font-size:13px}
}

/* ---------- TSMT-PDVE 3단 카드 ---------- */
.tri-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.tri-card{display:flex;flex-direction:column;background:#fff;border:1px solid #edeef1;
  border-radius:16px;overflow:hidden;box-shadow:0 2px 10px rgba(16,18,24,.05)}
.tri-head{display:flex;align-items:center;gap:15px;padding:22px 22px}
.tri-head--blue{background:linear-gradient(135deg,#2a69b7,#5a92d2)}
.tri-head--green{background:linear-gradient(135deg,#08af79,#2bc390)}
.tri-head--red{background:linear-gradient(135deg,#c62e45,#cb465a)}
.tri-head__icon{flex:0 0 46px;width:46px;height:46px;border-radius:50%;
  background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);
  display:flex;align-items:center;justify-content:center}
.tri-head__icon svg{width:23px;height:23px;display:block}
.tri-head h5{margin:0;color:#fff;font-size:19px;font-weight:700;line-height:1.3;word-break:keep-all}
.tri-body{flex:1;padding:22px;display:flex;flex-direction:column;gap:18px}

.tri-box{border-radius:12px;padding:18px 18px 16px}
.tri-box--blue{background:#f7fbff;border:1px solid #e8f1fb}
.tri-box--green{background:#f6fcfa;border:1px solid #e2f4ed}
.tri-box--red{background:#fef8f9;border:1px solid #f9e9ec}
.tri-chip{display:inline-block;font-weight:700;font-size:15px;padding:5px 13px;border-radius:7px;margin-bottom:12px}
.tri-chip--blue{background:#d9e9fa;color:#0b4da2}
.tri-chip--green{background:#dbf2ec;color:#087a52}

.tri-subhead{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.tri-subhead__ico{flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#fbe4e8;
  display:flex;align-items:center;justify-content:center}
.tri-subhead__ico svg{width:17px;height:17px;display:block}
.tri-subhead__t{font-weight:700;font-size:15.5px;color:#ce0003;background:#fbe4e8;
  padding:4px 10px;border-radius:6px;line-height:1.35;word-break:keep-all}

.tri-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.tri-list li{position:relative;padding-left:18px;font-size:15.5px;line-height:1.5;color:#41465a;word-break:keep-all}
.tri-list li::before{content:"";position:absolute;left:1px;top:8px;width:7px;height:7px;border-radius:50%}
.tri-list--blue li::before{background:#3b82c4}
.tri-list--green li::before{background:#17a673}
.tri-list--red li::before{background:#d33a4e}

.tri-fig{width:100%;height:auto;display:block;border-radius:10px}
.tri-checks{background:#f2fbf8;border:1px solid #dff2ea;border-radius:12px;padding:16px 16px 14px;
  display:flex;flex-direction:column;gap:12px}
.tri-checks p{margin:0;display:flex;align-items:flex-start;gap:11px;font-size:15.5px;font-weight:700;
  line-height:1.45;color:#123a6b;word-break:keep-all}
.tri-check{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#1dc88c;
  display:flex;align-items:center;justify-content:center;margin-top:-1px}
.tri-check svg{width:14px;height:14px;display:block}

.tri-note{margin:2px 0 0;font-size:15.5px;line-height:1.6;color:#2c364e;text-align:center;
  font-style:italic;word-break:keep-all}
.tri-note b{color:#ce0003;font-weight:700;font-style:italic}

@media (max-width:1264px){
  .tri-grid{grid-template-columns:1fr;gap:18px}
  .tri-head h5{font-size:17px}
  .tri-list li,.tri-checks p,.tri-note{font-size:14.5px}
}
@media (max-width:768px){
  .tri-head{padding:16px 16px;gap:12px}
  .tri-head__icon{flex:0 0 38px;width:38px;height:38px}
  .tri-head__icon svg{width:19px;height:19px}
  .tri-head h5{font-size:15.5px}
  .tri-body{padding:16px;gap:14px}
  .tri-box{padding:14px}
  .tri-list li,.tri-checks p,.tri-note{font-size:14px}
}

/* ---------- 공통 여백 ---------- */
.stack-gap{display:flex;flex-direction:column;gap:56px}
@media (max-width:768px){.stack-gap{gap:34px}}

/* ---------- ENCORE-EGFR 단계 (세로 한 덩어리) ---------- */
.egfr-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:stretch}
.egfr-step{position:relative;display:flex;flex-direction:column;
  border:1px solid #e9e9ec;border-radius:10px;background:#fff}
.egfr-step__pill{background:#c8102e;color:#fff;font-weight:700;text-align:center;padding:11px 6px;font-size:16px;
  border-radius:9px 9px 0 0}
.egfr-step__img{border-bottom:1px solid #f0f0f2;background:#fff;overflow:hidden;
  aspect-ratio:3/2;display:flex;align-items:center;justify-content:center}
.egfr-step__img img{width:100%;height:100%;object-fit:cover;display:block}
.egfr-step__foot{background:#111;color:#fff;font-weight:700;text-align:center;padding:10px 6px;font-size:15px}
.egfr-step__data{flex:1;background:#fff;padding:14px 12px;display:flex;align-items:center;justify-content:center;
  min-height:190px;border-radius:0 0 9px 9px}
.egfr-step__data img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}
/* 열 사이 화살표 (잘리지 않도록 overflow 미사용) */
.egfr-step::after{content:"";position:absolute;top:50%;right:-20px;transform:translateY(-50%);
  width:0;height:0;border-left:11px solid #c8102e;border-top:8px solid transparent;border-bottom:8px solid transparent;z-index:3}
.egfr-step:last-child::after{display:none}
@media (max-width:1264px){
  .egfr-row{gap:24px}
  .egfr-step__pill{font-size:13px}
  .egfr-step__foot{font-size:12px}
  .egfr-step__data{min-height:150px}
  .egfr-step::after{right:-17px;border-left-width:9px;border-top-width:6px;border-bottom-width:6px}
}
@media (max-width:768px){
  .egfr-row{grid-template-columns:repeat(2,1fr);gap:18px}
  .egfr-step__pill{font-size:12px;padding:8px 4px}
  .egfr-step__foot{font-size:11px;padding:8px 4px}
  .egfr-step__data{min-height:110px;padding:8px}
  .egfr-step::after{right:-13px;border-left-width:7px;border-top-width:5px;border-bottom-width:5px}
  .egfr-step:nth-child(2n)::after{display:none}
}

/* ---------- Before & After 캡슐화 (ENCORE) ---------- */
.ba-sec{background:#fdf9fa;border-radius:18px;padding:30px 30px 34px}
.ba-title{margin:0 0 22px;font-size:27px;font-weight:700;line-height:1.35;color:#0f1a2b;word-break:keep-all}
.ba-title b{color:#c8102e;font-weight:700}
.ba-grid{display:grid;grid-template-columns:1.32fr 1fr;gap:20px;align-items:stretch}
.ba-figs{background:#fff;border-radius:14px;padding:26px 24px 24px;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}
.ba-col{display:flex;flex-direction:column;align-items:center;gap:16px}
.ba-col img{width:100%;max-width:218px;height:auto;display:block}
.ba-pill{display:inline-block;font-size:15.5px;font-weight:700;line-height:1;padding:12px 22px;border-radius:999px;white-space:nowrap}
.ba-pill--before{background:#fbeeef;color:#20242e}
.ba-pill--after{background:#c8102e;color:#fff}
.ba-arrow{width:0;height:0;border-left:19px solid #c8102e;border-top:13px solid transparent;border-bottom:13px solid transparent;margin-bottom:44px}

.ba-list{background:#fff;border-radius:14px;padding:10px 24px;display:flex;flex-direction:column;justify-content:center}
.ba-list__item{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #f2eef0}
.ba-list__item:last-child{border-bottom:0}
.ba-list__ico{flex:0 0 52px;width:52px;height:52px;border-radius:14px;background:#fbedef;
  display:flex;align-items:center;justify-content:center}
.ba-list__ico svg{width:25px;height:25px;display:block}
.ba-list__t{font-size:16.5px;line-height:1.45;color:#1b2432;word-break:keep-all}

@media (max-width:1264px){
  .ba-sec{padding:22px 20px 26px}
  .ba-title{font-size:21px;margin-bottom:16px}
  .ba-grid{grid-template-columns:1fr;gap:14px}
  .ba-list__t{font-size:15px}
  .ba-list__ico{flex:0 0 44px;width:44px;height:44px}.ba-list__ico svg{width:21px;height:21px}
}
@media (max-width:768px){
  .ba-sec{padding:16px 14px 20px;border-radius:14px}
  .ba-title{font-size:17px}
  .ba-figs{padding:16px 12px;gap:8px}
  .ba-pill{font-size:12.5px;padding:9px 12px}
  .ba-arrow{border-left-width:13px;border-top-width:9px;border-bottom-width:9px;margin-bottom:34px}
  .ba-list{padding:6px 14px}
  .ba-list__item{padding:13px 0;gap:12px}
  .ba-list__t{font-size:14px}
  .ba-list__ico{flex:0 0 38px;width:38px;height:38px;border-radius:11px}.ba-list__ico svg{width:19px;height:19px}
}
