/* common */

/* ===== 공통 텍스트/뱃지 스타일 (여러 섹션 공용 — 값 동일, 마진 등 세부 차이는 아래 개별 규칙에서 보정) ===== */
.greeting__intro-label,
.greeting__sec-tit,
.partner__sec-tit,
.service__table-tit,
.svc-sec-tit,
.system__tit,
.hcintro__tit-main,
.hcbiome__intro-tit,
.hcbiome__app-title-kr,
.hcprobiotics__tit-tit,
.cf-sec__label { color: #111111; font-size: 42px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.84px; }

.partner__sec-desc,
.service__table-desc { color: #333333; font-size: 20px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; letter-spacing: -0.4px; }

.svc-feat-card__num,
.svc-mini-card__num,
.hcbiome__report-card-num,
.hcbiome__process-num { flex: none; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 5px; background: var(--color-primary); color: var(--color-white); font-size: 14px; font-family: var(--engFont); font-weight: 800; line-height: 1.3; }
.svc-mini-card__num { background: var(--color-brown); }
.hcbiome__report-card-num,
.hcbiome__process-num { letter-spacing: -0.28px; }

.drug__flow-step-num,
.system__timeline-num { flex: none; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--color-primary); color: var(--color-white); font-size: 15px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; }
.system__timeline-num { letter-spacing: -0.3px; }

/* ===== 서브비주얼(#sv) ===== */
#sv { width: 100%; background: var(--color-white); }
/* DOM은 crumb(nav) → title(h1) 순서 유지(접근성 낭독 순서), 시안상 시각 순서는 title이 위 → column-reverse로 시각 순서만 뒤집음 */
.sv__inner { display: flex; flex-direction: column-reverse; max-width: 1760px; width: 93.75%; margin: 0 auto; padding: 110px 0 160px; gap: 30px; box-sizing: border-box; }

.sv__crumb { display: flex; align-items: center; justify-content: center; gap: 20px; }
.sv__crumb-home { display: flex; align-items: center; justify-content: center; color: var(--color-primary); }
.sv__crumb-bar { flex: none; width: 1px; height: 15px; background: #e5e5e5; }
.sv__crumb-item { position: relative; display: inline-flex; align-items: center; gap: 10px; color: #555555; font-size: 16px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.32px; cursor: pointer; }
.sv__crumb-item:not(.sv__crumb-item--current) { font-family: var(--engFont); }
.sv__crumb-arrow { flex: none; pointer-events: none; transition: transform .2s ease; }
.sv__crumb-item.is-open .sv__crumb-arrow { transform: rotate(180deg); }

/* 헤더 GNB 노드를 클론해서 채우는 브레드크럼 드롭다운 */
.sv__crumb-dropdown {
	position: absolute; /* popup */
	top: calc(100% + 12px);
	left: 0;
	z-index: 60; /* .ana-tab(sticky, z-index:50)보다 위에 뜨도록 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	background: rgba(255, 255, 255);
	border-radius: 10px;
	outline: 1px solid #e5e5e5;
	outline-offset: -1px;
}
.sv__crumb-dropdown-link { color: #555555; font-size: 15px; font-family: var(--engFont); font-weight: 500; line-height: 1.3; white-space: normal; transition: color .2s ease; }
.sv__crumb-dropdown-link:hover,
.sv__crumb-dropdown-link:focus,
.sv__crumb-dropdown-link--current { color: var(--color-primary) !important; font-weight: 700; }

.sv__title { color: #111111; font-size: 70px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -1.4px; text-align: center; }

/* ===== 회사소개(greeting) ===== */
.greeting__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }

.greeting__pillars { display: flex; align-items: center; justify-content: center; margin-bottom: 120px; }
.greeting__pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
	padding: 0 50px;
	border-radius: 50%;
	text-align: center;
}
.greeting__pillar:nth-child(1) { position: relative; z-index: 1; background: rgba(223, 84, 14, .1); }
.greeting__pillar:nth-child(2) { position: relative; z-index: 2; margin-left: -50px; background: rgba(223, 84, 14, .2); }
.greeting__pillar:nth-child(3) { position: relative; z-index: 3; margin-left: -50px; background: rgba(223, 84, 14, .32); }
.greeting__pillar-tit { color: #111111; font-size: 32px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.64px; }
.greeting__pillar-tit span { color: var(--color-primary); font-size: 1em; }
.greeting__pillar-txt { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; letter-spacing: -0.36px; }

.greeting__intro { margin-bottom: 160px; }
.greeting__intro-label { display: block; margin-bottom: 60px; }
.greeting__intro-tit { color: #111111; font-size: 54px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -1.08px; margin-bottom: 60px; }
.greeting__intro-txt { display: flex; flex-direction: column; gap: 20px; }
.greeting__intro-txt p { color: #555555; font-size: 20px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; letter-spacing: -0.4px; }

.greeting__sec-tit { margin-bottom: 60px; }

.greeting__biz-row { display: flex; align-items: center; gap: 60px; margin-bottom: 60px; }
.greeting__biz-row:last-child { margin-bottom: 0; }
.greeting__biz-row--rev { flex-direction: row-reverse; }
.greeting__biz-img { flex: 1 1 1px; min-width: 0; aspect-ratio: 740 / 450; border-radius: 20px; overflow: hidden; }
.greeting__biz-txt { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.greeting__biz-tit { color: var(--color-primary); font-size: 40px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.8px; }
.greeting__biz-desc { color: #222222; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.7; letter-spacing: -0.44px; }
.greeting__biz-sub { color: #333333; font-size: 19px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.38px; }

/* EN 전용: 영문 번역 후 문장이 길어져 박스 폭 전체를 채우는 문제 방지 */
html[lang="en"] .greeting__pillar-txt,
html[lang="en"] .greeting__intro-tit,
html[lang="en"] .greeting__biz-desc,
html[lang="en"] .greeting__biz-sub { max-width: 90%; }

/* ===== 연혁(history) ===== */
.history__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }

.history__list { position: relative; }
.history__list::before { content: ''; position: absolute; /* decoration: 타임라인 세로선 — 높이는 js/sub.js가 마지막 dot 위치까지로 설정 */ left: 50%; top: 6px; height: var(--history-line-h, calc(100% - 12px)); width: 2px; background: #e5e5e5; transform: translateX(-50%); z-index: 0; }

.history__item { display: flex; align-items: flex-start; gap: 74px; padding-bottom: 120px; }
.history__item:last-child { padding-bottom: 0; }

.history__side { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 40px; }
.history__side--left { text-align: right; align-items: flex-end; }
.history__side--right { text-align: left; align-items: flex-start; }

.history__dot { flex: none; position: relative; z-index: 1; width: 12px; height: 12px; margin-top: 20px; border-radius: 50%; background: #f3f3f3; }
.history__dot--active { background: var(--color-primary); }

.history__year { color: var(--color-primary); font-size: 40px; font-family: var(--engFont); font-weight: 800; line-height: 1.3; letter-spacing: -0.8px; }

.history__desc-list { display: flex; flex-direction: column; gap: 15px; }
.history__desc-list li { display: flex; align-items: flex-start; gap: 15px; color: #222222; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.5; letter-spacing: -0.4px; }
.history__side--left .history__desc-list li { flex-direction: row-reverse; }
.history__dot-mark { flex: none; width: 8px; height: 8px; margin-top: calc((1.5em - 8px) / 2); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M0 4L4 0L8 4L4 8L0 4Z' fill='%23DF540E'/%3E%3C/svg%3E") no-repeat center / contain; }

/* 스크롤 위치를 따라 타임라인 위를 내려오는 펄스 인디케이터 (위치는 js/sub.js가 top/height로 제어) */
.history__progress { position: absolute; left: 50%; top: 0; list-style: none; pointer-events: none; z-index: 2; }
.history__progress-line { position: absolute; top: 6px; left: 0; margin-left: -1px; width: 2px; height: 0; background: var(--color-primary); }
.history__progress-dot { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
.history__progress-dot i { position: absolute; left: 50%; top: calc(50% + 6px); /* js가 잡는 기준점이 .history__dot의 윗변이라 원 높이(12px)의 절반만큼 내려서 중심을 맞춤 */ border-radius: 50%; background: var(--color-primary); animation: historyProgressPulse 1.6s ease-in-out infinite; }
.history__progress-dot i:first-child { width: 50px; height: 50px; margin: -25px 0 0 -25px; opacity: .1; }
.history__progress-dot i:last-child { width: 30px; height: 30px; margin: -15px 0 0 -15px; }

@keyframes historyProgressPulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.15); }
}

/* ===== 파트너십 & 네트워크(partner) ===== */
.partner__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0px 0 200px; }

.partner__lead { color: #111111; font-size: 54px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -1.08px; }
.partner__divider {
	width: 100%;
    height: 1px;
    margin: 40px 0 100px;
    border-top: 1px dashed #e5e5e5;
 }

.partner__group { margin-bottom: 120px; }
.partner__group:last-child { margin-bottom: 0; }
.partner__sec-tit { margin-bottom: 20px; }
.partner__sec-desc { margin-bottom: 60px; }

.partner__logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }
.partner__logo-card { display: flex; flex-direction: column; gap: 25px; box-sizing: border-box; padding: 25px 25px 24px; border-radius: 20px; background: #f8f8f8; }
.partner__logo-img { display: flex; align-items: center; justify-content: center; height: 200px; border-radius: 20px; background: var(--color-white); box-sizing: border-box; }
.partner__logo-img img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.partner__logo-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 20px;
    color: #111111;
    font-size: 24px;
    font-family: var(--baseFont);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.48px;
}
.partner__logo-arrow { display: flex; align-items: center; justify-content: center; color: #111111; }

.partner__icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.partner__icon-card { display: flex; align-items: center; gap: 40px; box-sizing: border-box; min-height: 180px; padding: 40px; border-radius: 20px; background: rgba(101, 95, 90, .03); border: 1px solid rgba(101, 95, 90, .5); }
.partner__icon-img { flex: none; display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 50%; background: var(--color-white); box-shadow: 0 10px 30px rgba(101, 95, 90, .15); box-sizing: border-box; }
.partner__icon-img img { width: auto; height: auto; max-width: 56px; max-height: 56px; object-fit: contain; }
.partner__icon-txt { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.partner__icon-txt strong { color: #111111; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.44px; }
.partner__icon-txt span { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.36px; }

.partner__map { position: relative; width: 100%; aspect-ratio: 1600 / 745; }
.partner__map-img { width: 100%; height: 100%; }
.partner__map-img img { width: 100%; height: auto; object-fit: contain; }
.partner__map-img svg { display: block; width: 100%; height: 100%; }

/* 지도 svg를 인라인으로 심은 뒤, 국가 핀(halo r=16)에만 ping 애니메이션 적용 — Korea(r=24/6/120)는 반지름이 달라 자동 제외됨 */
.partner__map-img svg circle[r="16"] {
	transform-box: fill-box;
	transform-origin: center;
	animation: partnerMapPing 2.2s ease-out infinite;
}
.partner__map-img svg circle[r="16"]:nth-of-type(4n+1) { animation-delay: 0s; }
.partner__map-img svg circle[r="16"]:nth-of-type(4n+2) { animation-delay: .5s; }
.partner__map-img svg circle[r="16"]:nth-of-type(4n+3) { animation-delay: 1s; }
.partner__map-img svg circle[r="16"]:nth-of-type(4n+4) { animation-delay: 1.5s; }

@keyframes partnerMapPing {
	0% { transform: scale(1); opacity: .15; }
	100% { transform: scale(1.6); opacity: 0; }
}

/* ===== 오시는길(location) ===== */
.location__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }

.location__body { display: flex; align-items: center; gap: 120px; }
.location__map { flex: 860 1 0px; min-width: 0; aspect-ratio: 860 / 600; border-radius: 20px; overflow: hidden; box-shadow: inset 0 0 0 5px #e5e5e5; }

.location__info { flex: 620 1 0px; min-width: 0; box-sizing: border-box; display: flex; flex-direction: column; }

.location__addr { display: flex; flex-direction: column; gap: 30px; }
.location__addr-item { display: flex; flex-direction: column; gap: 10px; }
.location__addr-label { display: flex; align-items: center; gap: 10px; color: var(--color-primary); font-size: 18px; font-family: var(--baseFont); font-weight: 600; letter-spacing: -0.36px; }
.location__addr-ico { flex: none; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; }
.location__addr-txt { color: #222222; font-size: 28px; font-family: var(--baseFont); font-weight: 600; line-height: 1.6; letter-spacing: -0.64px; }

.location__divider {
    width: 100%;
    height: 1px;
    margin: 60px 0;
    border-top: 1px dashed #e5e5e5;
}

.location__contact { display: flex; flex-direction: column; gap: 20px; }
.location__contact-row { display: flex; align-items: center; gap: 30px; }
.location__contact-row dt { flex: 0 0 80px; color: var(--color-primary); font-size: 20px; font-family: var(--engFont); font-weight: 800; line-height: 1.3; letter-spacing: -0.4px; }
.location__contact-bar { width: 1px; height: 20px; background: #e5e5e5; }
.location__contact-row dd { color: #333333; font-size: 20px; font-family: var(--baseFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.4px; }

/* ===== 분석(platform/disease/service) 공통 ===== */
.platform__inner,
.disease__inner,
.service__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }

/* 탭바만 컨텐츠보다 넓은 1760 inner(헤더/푸터 inner와 동일 폭) — .platform__inner 밖의 형제 요소로 배치 */
/* 원본 실측: 바 전체 높이 64px(패딩10 + 알약44 + 패딩10) — 선택 탭은 바 안에 뜬 둥근 알약(pill) 모양, 비활성 탭은 배경 없이 같은 자리만 차지 */
.ana-tab { position: sticky; top: 10px; z-index: 50; max-width: 1760px; width: 93.75%; margin: 0px auto 100px; box-sizing: border-box; padding: 10px; background: #655f5a; border-radius: 10px; }
.ana-tab__list { position: relative; display: flex; gap: 20px; }
.ana-tab__item { flex: 1 1 0; min-width: 0; }
/* stack: 활성 탭 위치로 좌우 슬라이드하는 배경 인디케이터, JS(sub.js)가 width/transform을 계산해서 넣어줌 */
.ana-tab__indicator { position: absolute; top: 0; left: 0; height: 100%; background: var(--color-primary); border-radius: 5px; transition: transform .3s ease, width .3s ease; z-index: 0; pointer-events: none; }
/* base.css의 a:link{color:#666}가 .ana-tab__link(class 1개)보다 명시도가 높아 흰색이 먹지 않음 → !important 필수(@docs/03-components) */
.ana-tab__link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; padding: 10px 0; box-sizing: border-box; border-radius: 5px; color: var(--color-white) !important; font-size: 17px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.34px; text-align: center; white-space: nowrap; }
.ana-tab__link--en { font-family: var(--engFont); }
/* 1280px 이하에서 드롭다운 트리거로 노출되는 버튼(JS가 생성) — PC에서는 가로 탭바를 그대로 쓰므로 기본은 숨김 */
.ana-select-btn { display: none; }

.ana-row { display: flex; gap: 120px; margin-bottom: 120px; }
.ana-row:last-child { margin-bottom: 0; }
.ana-row--rev { flex-direction: row-reverse; }
.ana-row__img { flex: 1 1 1px; min-width: 0; aspect-ratio: 740 / 800; border-radius: 20px; overflow: hidden; background: #f8f8f8; }
.ana-row__content { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 40px; justify-content: center; }

.ana-row__title-group { display: flex; flex-direction: column; gap: 10px; }
.ana-row__tit { color: #111111; font-size: 54px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -1.08px; }
.ana-row__tit--en { font-family: var(--engFont); font-weight: 800; }
.ana-row__eng { color: var(--color-primary); font-size: 22px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }
.ana-row__desc-bold { color: #222222; font-size: 26px; font-family: var(--baseFont); font-weight: 600; line-height: 1.5; letter-spacing: -0.52px; }
.ana-row__desc { color: #333333; font-size: 19px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.38px; }
.ana-row__desc-indent { display: inline-block; padding-left: 1em; }

.ana-label { display: block; color: #111111; font-size: 20px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.4px; margin-bottom: 16px; }
.ana-check-list { display: flex; flex-direction: column; gap: 4px; }
.ana-check-list li { display: flex; align-items: flex-start; gap: 10px; color: #333333; font-size: 17px; font-family: var(--engFont); font-weight: 500; line-height: 1.6; letter-spacing: -0.34px; }
.ana-check-list li i { flex: none; margin-top: 5px; color: var(--color-primary); font-size: 16px; }
.ana-tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
/* 긴 플랫폼 장비명(예: LC-MS/MS 태그)은 좁은 화면에서 한 줄에 안 들어가 줄바꿈이 필요 → height 대신 min-height로 세로 여유 확보 */
.ana-tag { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 20px; box-sizing: border-box; border: 1px solid #dddddd; border-radius: 999px; color: #555555; font-size: 17px; font-family: var(--engFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.34px; }

/* ===== 분석 서비스 — 검사 항목별 분석법 및 분석 장비 ===== */
.service__divider { width: 100%; height: 1px; background: #e5e5e5; margin-bottom: 100px; }
.service__table-tit { margin-bottom: 20px; }
.service__table-desc { margin-bottom: 32px; }

.service__table-tool { display: flex; justify-content: flex-end; margin-bottom: 24px; }
/* 원본 실측: select 150px + input(검색아이콘 포함) 350px, 두 박스 사이 구분선 없음 */
.srch { display: flex; align-items: center; border: 1px solid #e5e5e5; border-radius: 10px; box-sizing: border-box; }
.srch form { display: contents; }
/* 네이티브 select의 열린 목록은 OS 기본 스타일이라 브랜드와 안 어울려서, 버튼+리스트로 만든 커스텀 드롭다운으로 대체(값은 hidden select에 동기화해 폼 제출에는 그대로 사용) */
.srch__select-wrap { position: relative; flex: none; width: 150px; box-sizing: border-box; }
/* .srch의 overflow:hidden을 없앤 대신, select-btn 자체 왼쪽 모서리만 둥글게 처리해 컨테이너 라운드와 맞춤(팝업 리스트가 잘리지 않게) */
.srch__select-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 20px 30px; border: none; border-radius: 10px 0 0 10px; background: var(--color-white); font: inherit; cursor: pointer; }
.srch__select-value { color: #111111; font-size: 16px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; }
.srch__select-arrow,
.cf-select-arrow { flex: none; pointer-events: none; transition: transform .2s ease; }
.srch__select-wrap.is-open .srch__select-arrow,
.cf-select-wrap.is-open .cf-select-arrow { transform: rotate(180deg); }
/* popup — .cf-select-*(문의폼)와 공유, js/sub.js 공용 컴포넌트 */
.srch__select-list,
.cf-select-list { position: absolute; top: calc(100% + 8px); left: 0; z-index: 10; min-width: 100%; box-sizing: border-box; margin: 0; padding: 8px; display: flex; flex-direction: column; gap: 4px; list-style: none; background: var(--color-white); border: 1px solid #e5e5e5; border-radius: 10px; box-shadow: 0 8px 24px rgba(0, 0, 0, .1); }
/* display:flex(author)가 브라우저 기본 [hidden]{display:none}(UA)보다 우선순위가 높아 hidden 속성만으로는 안 닫히므로 명시적으로 재정의 */
.srch__select-list[hidden],
.cf-select-list[hidden] { display: none; }
.srch__select-list li,
.cf-select-list li { padding: 12px 16px; border-radius: 6px; color: #111111; font-size: 16px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; white-space: nowrap; cursor: pointer; }
.cf-select-list li { letter-spacing: -0.32px; }
.srch__select-list li:hover,
.srch__select-list li[aria-selected="true"],
.cf-select-list li:hover,
.cf-select-list li[aria-selected="true"] { background: var(--color-primary); color: var(--color-white); }
.srch__field { flex: 1 1 350px; min-width: 0; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 20px 30px; }
.srch__input { flex: 1; min-width: 0; border: none; background: none; padding: 0; color: #111111; font-size: 16px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; }
.srch__input::placeholder { color: #aaaaaa; }
.srch__btn { flex: none; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: none; background: none; padding: 0; cursor: pointer; }

.service__table-wrap { width: 100%; overflow-x: auto; }
.service__table { width: 100%; min-width: 600px; border-collapse: collapse; }
.service__table thead th { padding: 30px 16px; background: #f8f8f8; border-top: 2px solid #000000; color: #111111; font-size: 18px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.36px; text-align: center; white-space: nowrap; }
.service__table tbody td { padding: 20px 16px; border-bottom: 1px solid #e5e5e5; color: #333333; font-size: 17px; font-family: var(--engFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.34px; text-align: center; }

/* ===== 페이지네이션(.paging) — 서브페이지 공용 ===== */
.paging { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 102px; }
.paging .arr { display: flex; align-items: center; gap: 5px; }
.paging .arr a,
.paging li a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; box-sizing: border-box; border-radius: 5px; background: #eeeeee; color: #aaaaaa; }
.paging ul { display: flex; align-items: center; gap: 5px; }
.paging li a { font-size: 16px; font-family: var(--engFont); font-weight: 700; }
.paging li.on a { background: var(--color-primary); color: var(--color-white); }

/* ===== 게시판 목록(.notice) — 회사소식·언론보도 공용 ===== */
.notice__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }
.notice__tool { display: flex; justify-content: flex-end; margin-bottom: 30px; }
.notice__list { border-top: 2px solid #000000; }
.notice__item { border-bottom: 1px solid #e5e5e5; transition: border-color .2s ease; }
.notice__item:hover { border-bottom-color: var(--color-primary); }
.notice__link { display: flex; align-items: center; gap: 40px; padding: 40px; }
.notice__thumb { flex: none; width: 120px; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; background: #f8f8f8; }
.notice__thumb img { width: 100%; height: 100%; object-fit: cover; }
.notice__thumb--default { display: flex; align-items: center; justify-content: center; }
.notice__thumb--default img { width: auto; height: auto; object-fit: contain; }
.notice__txt { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.notice__title { color: #111111 !important; font-size: 22px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.44px; transition: color .2s ease; }
.notice__meta { display: flex; align-items: center; gap: 20px; }
.notice__date { color: #555555; font-size: 16px; font-family: var(--engFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.32px; }
.notice__views { display: flex; align-items: center; gap: 10px; color: #555555; font-size: 16px; font-family: var(--baseFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.32px; }
.notice__views-num { font-family: var(--engFont); }
.notice__bar { flex: none; width: 1px; height: 15px; background: #e5e5e5; }
.notice__arrow { flex: none; display: flex; align-items: center; justify-content: center; width: 14px; color: #cccccc; transition: color .2s ease; }
.notice__link:hover .notice__title { color: var(--color-primary) !important; }
.notice__link:hover .notice__arrow { color: var(--color-primary); }

/* ===== 언론보도 갤러리(.press) — 카드 그리드 ===== */
.press__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }
.press__tool { display: flex; justify-content: flex-end; margin-bottom: 30px; }
.press-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.press-card { display: flex; flex-direction: column; gap: 25px; padding: 25px; box-sizing: border-box; background: #F8F8F8; border-radius: 20px; height: 520px; overflow: hidden; }
.press-card__thumb { flex: none; position: relative; aspect-ratio: 335 / 215; overflow: hidden; border-radius: 20px; background: #ffffff; }
.press-card__thumb img { transition: transform .3s ease; }
.press-card:hover .press-card__thumb img { transform: scale(1.08); }
.press-card__thumb--default { display: flex; align-items: center; justify-content: center; background: #f8f8f8; }
.press-card__thumb--default img { width: auto; height: auto;object-fit: contain; }
.press-card__txt { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 25px; }
.press-card__post { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 30px; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5; }
.press-card__date { flex: none; color: #555555; font-size: 16px; font-family: var(--engFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.32px; }
.press-card__title { flex: none; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: #111111 !important; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.5; letter-spacing: -0.44px; }
.press-card__more { color: #cccccc; font-size: 18px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.36px; }
.press-card:hover .press-card__title { text-decoration: underline; }

/* ===== 게시판 상세(.notice-view) — 회사소식·언론보도 공용 ===== */
.notice-view__inner { max-width: 1000px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }
.notice-view__editor {line-height: 1.3; padding-bottom: 60px; border-bottom: 1px solid #e5e5e5; display: flex; flex-direction: column; gap: 30px; }
.notice-view__title-wrap { padding: 60px 0; border-top: 2px solid #000000; border-bottom: 1px solid #000000; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.notice-view__title { color: #111111; font-size: 32px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.64px; text-align: center; }
.notice-view__meta { display: flex; align-items: center; gap: 20px; }
.notice-view__date { color: #555555; font-size: 16px; font-family: var(--engFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.32px; }
.notice-view__views { display: flex; align-items: center; gap: 10px; color: #555555; font-size: 16px; font-family: var(--baseFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.32px; }
.notice-view__views-num { font-family: var(--engFont); }
.notice-view__bar { flex: none; width: 1px; height: 15px; background: #e5e5e5; }

.notice-view__body { height: auto; display: flex; flex-direction: column;justify-content: center; padding: 30px; box-sizing: border-box; border-radius: 10px; background: #fff; }
.notice-view__body-label { color: #cccccc; font-size: 24px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.48px; text-align: center; }
.notice-view__body-content { width: 100%; min-width: 0; color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; text-align: left; word-break: break-word; }
.notice-view__body-content img { max-width: 100%; height: auto;}

.notice-view__file-list { display: flex; flex-direction: column; gap: 5px; }
.notice-view__file-item { position: relative; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 30px 50px; box-sizing: border-box; border-radius: 10px; background: #f8f8f8; }
.notice-view__file-name { flex: 1 1 0; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666666; font-size: 17px; font-family: var(--baseFont); font-weight: 400; line-height: 1.3; letter-spacing: -0.34px; }
.notice-view__file-download { flex: none; display: flex; align-items: center; gap: 10px; color: var(--color-primary) !important; font-size: 17px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.34px; text-transform: uppercase; }
/* stretched-link: 박스 전체를 탭 가능하게(모바일 터치 영역 확대) — a에 ::after로 부모(li) 전체를 덮는 투명 클릭 영역만 추가, 시각적 레이아웃은 그대로 */
.notice-view__file-download::after { content: ''; position: absolute; /* overlay */ inset: 0; }

.notice-view__nav { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; }
.notice-view__nav-btn { flex: none; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; color: #111111; }
.notice-view__list-btn { display: flex; align-items: center; justify-content: center; width: 300px; height: 80px; box-sizing: border-box; border-radius: 10px; background: var(--color-primary); color: var(--color-white) !important; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.4px; text-align: center; }

/* ===== SERVICE 공통(svc-*) ===== */
.why__inner,
.drug__inner,
.health__inner,
.ivd__inner,
.tissue__inner,
.logistics__inner {
	max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0px 0 200px;
	display: flex; flex-direction: column; gap: 100px;
}

.svc-sec { display: flex; flex-direction: column; gap: 60px; }

.svc-intro { padding-bottom: 60px; border-bottom: 1px dashed #e5e5e5; }
.svc-intro p { color: #555555; font-size: 20px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; letter-spacing: -0.40px; }

.svc-sec-tit--en { font-family: var(--engFont); }
.svc-sec-desc { color: #333333; font-size: 20px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.40px; margin-top: 20px; }

.svc-sub-tit { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.svc-sub-tit__bar { width: 50px; height: 3px; background: var(--color-primary); }
.svc-sub-tit__txt { color: #111111; font-size: 32px; font-family: var(--baseFont); font-weight: 600; letter-spacing: -0.64px; }

/* 번호배지 + 타이틀 + 불릿 카드 (3열 flex 등분) */
.svc-feat-list { display: flex; flex-wrap: wrap; gap: 20px; }
.svc-feat-card { flex: 1 1 320px; min-width: 0; box-sizing: border-box; padding: 50px; background: rgba(223, 84, 14, .03); border: 1px solid rgba(223, 84, 14, .5); border-radius: 20px; display: flex; flex-direction: column; gap: 30px; }
.svc-feat-card__head { display: flex; align-items: center; gap: 16px; }
.svc-feat-card__tit { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.40px; }
.svc-feat-card__list { display: flex; flex-direction: column; gap: 8px; }
.svc-feat-card__list li { position: relative; padding-left: 14px; color: #555555; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.34px; }
.svc-feat-card__group { display: flex; flex-direction: column; gap: 30px; }
.svc-feat-card__group-item { display: flex; flex-direction: column; gap: 10px; }
.svc-feat-card__group-tit { color: var(--color-primary); font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.5; letter-spacing: -0.36px; }
.svc-feat-card__group-item p { position: relative; padding-left: 14px; color: #555555; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.34px; }
.svc-feat-card__list li::before,
.svc-feat-card__group-item p::before { content: ''; position: absolute; /* decoration: 불릿 점 */ left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-primary); }

/* 라벨/스탯 칩 로우 */
.svc-chip-list { display: flex; flex-wrap: wrap; gap: 20px; }
.svc-chip { flex: 1 1 320px; min-width: 0; box-sizing: border-box; display: flex; align-items: center; justify-content: flex-start; height: 70px; padding: 0 30px; background: rgba(223, 84, 14, .03); border: 1px solid rgba(223, 84, 14, .5); border-radius: 10px; color: #111111; font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; text-align: left; }

/* 3x2 번호배지 + 한줄 라벨 (브라운 톤) */
.svc-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.svc-mini-card { display: flex; align-items: center; gap: 12px; box-sizing: border-box; padding: 28px 30px; background: rgba(101, 95, 90, .03); border: 1px solid rgba(101, 95, 90, .5); border-radius: 10px; }
.svc-mini-card__txt { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; letter-spacing: -0.36px; }

/* 큰 숫자 + 라벨 스탯 타일 */
.svc-stat-list { flex: 0 0 520px; display: flex; flex-direction: column; gap: 20px; }
.svc-stat-tile { flex: 1 1 0; min-width: 0; box-sizing: border-box; padding: 40px 32px; background: rgba(101, 95, 90, .03); border: 1px solid rgba(101, 95, 90, .5); border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.svc-stat-tile__num { color: #111111; font-size: 56px; font-family: var(--engFont); font-weight: 700; line-height: 1; letter-spacing: -1.12px; }
.svc-stat-tile__label { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 500; line-height: 1.4; letter-spacing: -0.40px; }

/* 도넛 차트 (conic-gradient 데이터는 인라인 style로 페이지별 지정) */
.svc-donut-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; }
.svc-donut-card { flex: 1 1 0; min-width: 0; height: 520px; box-sizing: border-box; overflow: hidden; padding: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 60px; background: var(--color-white); border: 1px solid rgba(101, 95, 90, .5); border-radius: 20px; }
.svc-donut-card img { width: 100%; height: 100%; object-fit: contain; }
.svc-donut { position: relative; flex: none; width: 402px; height: 402px; border-radius: 50%; }
.svc-donut::before { content: ''; position: absolute; /* decoration: 도넛 중앙 홀 */ inset: 101px; border-radius: 50%; background: var(--color-white); }
.svc-donut__label { position: absolute; /* overlay: 차트 중앙 라벨 */ inset: 101px; display: flex; align-items: center; justify-content: center; text-align: center; color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 500; line-height: 1.4; }
.svc-donut-legend { display: flex; flex-direction: column; gap: 12px; }
.svc-donut-legend li { display: flex; align-items: center; gap: 4px; }
.svc-donut-legend__dot { flex: none; width: 10px; height: 10px; border-radius: 50%; }
.svc-donut-legend__label { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; letter-spacing: -0.36px; }
.svc-donut-legend__pct { color: #333333; font-size: 18px; font-family: var(--engFont); font-weight: 500; }

/* 파트너 로고 타일 */
.svc-logo-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.svc-logo-card { flex: 0 0 304px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; height: 140px; background: var(--color-white); border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden;}
.svc-logo-card img {
    width: 100%;
    object-fit: cover;
}

/* ===== WHY U2XLab(why) ===== */
.why__tit { display: flex; flex-direction: column; gap: 8px; }
.why__tit-kr { color: #111111; font-size: 54px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -1.08px; }
.why__tit-en { color: var(--color-primary); font-size: 22px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }

.why__diagram-box { box-sizing: border-box; padding: 60px; background: #f8f8f8; border-radius: 20px; display: flex; flex-direction: column; gap: 60px; }
.why__diagram-intro { max-width: 800px; display: flex; flex-direction: column; gap: 12px; }
.why__diagram-intro-tit { color: #111111; font-size: 42px; font-family: var(--baseFont); font-weight: 700; line-height: 1.4; letter-spacing: -0.84px; }
.why__diagram-intro-sub { color: var(--color-brown); font-size: 28px; font-family: var(--engFont); font-weight: 700; line-height: 1.4; letter-spacing: -0.56px; }

.why__diagram-row { display: flex; align-items: center; justify-content: center; gap: 25px; }
.why__diagram-node { flex: none; width: 300px; height: 300px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; text-align: center; background: #fdf6f3; border: 1px solid rgba(223, 84, 14, .5); border-radius: 50%; }
.why__diagram-node-ico { flex: none; width: 60px; height: 60px; }
.why__diagram-node-tit { color: #111111; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }
.why__diagram-node-sub { color: var(--color-primary); font-size: 18px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; }
.why__diagram-arrow { flex: none; width: 15px; height: 20px; color: var(--color-primary); }

/* ===== 의약품 임상시험(drug) ===== */
.drug__rows { display: flex; flex-direction: column; gap: 60px; }
.drug__row { display: flex; align-items: center; gap: 120px; }
.drug__row--rev { flex-direction: row-reverse; }
.drug__row-img { flex: 1 1 1px; min-width: 0; aspect-ratio: 740 / 450; border-radius: 20px; overflow: hidden; background: #f8f8f8; }
.drug__row-content { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 40px; }
.drug__row-label { color: var(--color-primary); font-size: 40px; font-family: var(--engFont); font-weight: 800; line-height: 1.3; letter-spacing: -0.80px; }
.drug__row-text { display: flex; flex-direction: column; gap: 20px; }
.drug__row-tit { color: #222222; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.7; letter-spacing: -0.44px; }
.drug__row-desc { color: #333333; font-size: 19px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.38px; }

.drug__flow-tit { display: flex; flex-direction: column; gap: 20px; }
.drug__flow-diagram { box-sizing: border-box; padding: 20px; border: 2px solid rgba(9, 46, 103, .10); border-radius: 100px; }
.drug__flow-row { display: flex; align-items: center; gap: 25px; }
.drug__flow-step { flex: 1 1 0; min-width: 0; height: 260px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; padding: 0 16px; text-align: center; background: rgba(223, 84, 14, .05); border: 1px solid var(--color-primary); border-radius: 1000px; box-shadow: 20px 20px 20px rgba(0, 0, 0, .10); }
.drug__flow-step-ico { flex: none; width: 50px; height: 50px; }
.drug__flow-step-tit { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.40px; }
.drug__flow-arrow { flex: none; width: 8px; height: 10px; opacity: .2; }
.drug__flow-arrow:nth-of-type(2) { opacity: .5; }
.drug__flow-arrow:nth-of-type(3) { opacity: .7; }
.drug__flow-arrow:nth-of-type(4) { opacity: 1; }

.drug__flow-cols { display: flex; flex-wrap: wrap; gap: 40px 65px; padding: 0 20px; box-sizing: border-box; }
.drug__flow-col { flex: 1 1 220px; min-width: 0; }
.drug__flow-col ul { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.drug__flow-col li { display: flex; align-items: flex-start; justify-content: center; gap: 8px; color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.34px; text-align: center; }
.drug__flow-col li::before { content: ''; flex: none; /* decoration: 체크마크 아이콘 */ width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20d='M4%2010.3L8.3%2014.6L16%205.8'%20fill='none'%20stroke='%23DF540E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 20px 20px; }

/* 모바일 전용 스텝+설명 카드(768px 이하에서만 노출, media.css 참고) — 데스크탑 다이어그램과 내용이 중복되므로 기본은 숨김 */
.drug__flow-mobile { display: none; }
.drug__flow-mobile-card { box-sizing: border-box; padding: 24px 16px; background: rgba(223, 84, 14, .05); border: 1px solid var(--color-primary); border-radius: 20px; display: flex; flex-direction: column; gap: 20px; }
.drug__flow-mobile-card-head { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.drug__flow-mobile-card-num { flex: none; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--color-primary); color: var(--color-white); font-size: 13px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; }
.drug__flow-mobile-card-ico { flex: none; width: 40px; height: 40px; }
.drug__flow-mobile-card-tit { color: #111111; font-size: 17px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.34px; }
/* 세부 내용 중간 정렬 요청 — desktop .drug__flow-col li와 동일하게 체크아이콘을 flex 아이템으로 바꿔 텍스트와 함께 가운데 정렬(답답해 보이지 않도록 항목 간 gap도 확대) */
.drug__flow-mobile-card-list { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.drug__flow-mobile-card-list li { display: flex; align-items: flex-start; justify-content: center; gap: 8px; color: #333333; font-size: 14px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.28px; text-align: center; }
.drug__flow-mobile-card-list li::before { content: ''; flex: none; /* decoration: 체크마크 아이콘 */ width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20d='M4%2010.3L8.3%2014.6L16%205.8'%20fill='none'%20stroke='%23DF540E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 16px 16px; }

/* ===== 건강기능식품 인체적용시험(health) ===== */
.health__table-wrap { width: 100%; overflow-x: auto; }
.health__table { width: 100%; min-width: 720px; border-collapse: collapse; }
.health__table th { padding: 20px 16px; background: var(--color-primary); color: var(--color-white); font-size: 17px; font-family: var(--baseFont); font-weight: 500; text-align: center; }
.health__table th:first-child { font-family: var(--engFont); }
.health__table td { padding: 20px 16px; border-bottom: 1px solid #e5e5e5; color: #333333; font-size: 16px; font-family: var(--baseFont); font-weight: 400; text-align: center; }
.health__table td.health__table-cat { background: rgba(223, 84, 14, .03); color: #111111; font-weight: 600; }
.health__table td.is-point { color: var(--color-primary); font-weight: 600; }
.health__table-note { margin-top: 16px; color: #555555; font-size: 15px; font-family: var(--baseFont); font-weight: 300; letter-spacing: -0.30px; }

.health__ref-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; }
.health__ref-row .svc-stat-list { flex: 0 0 440px; }

.health__chart { flex: 1 1 560px; min-width: 0; aspect-ratio: 1140 / 540; box-sizing: border-box; background: var(--color-white); border: 1px solid rgba(101, 95, 90, .5); border-radius: 20px; overflow: hidden; }
.health__chart img { width: 100%; height: 100%; object-fit: contain; }

.health__cap-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.health__cap-card { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.health__cap-img { width: 100%; aspect-ratio: 1 / 1; border-radius: 20px; overflow: hidden; background: #d9d9d9; }
.health__cap-label { color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; letter-spacing: -0.34px; text-align: center; }

/* ===== 바이오물류(logistics) ===== */
.logistics__map-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; }
.logistics__highlight { flex: 1 1 0; min-width: 0; box-sizing: border-box; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; text-align: center; background: rgba(223, 84, 14, .03); border: 1px solid rgba(223, 84, 14, .5); border-radius: 20px; }
.logistics__highlight-lead { display: flex; flex-direction: column; gap: 25px; }
.logistics__highlight-num { color: var(--color-primary); font-size: 64px; font-family: var(--engFont); font-weight: 700; line-height: 1; letter-spacing: -1.28px; }
.logistics__highlight-sub { color: var(--color-primary); font-size: 22px; font-family: var(--baseFont); font-weight: 500; line-height: 1.4; letter-spacing: -0.44px; }
.logistics__highlight-group { display: flex; flex-direction: column; gap: 10px; }
.logistics__highlight-tit { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 500; line-height: 1.4; letter-spacing: -0.40px; }
.logistics__highlight-desc { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.36px; }

.logistics__map-card { flex: 0 1 960px; min-width: 0; position: relative; aspect-ratio: 960 / 520; box-sizing: border-box; background: #e8e8e8; border-radius: 20px; overflow: hidden; }
.logistics__map-img { position: absolute; /* stack: 지도 배경 이미지 */ inset: 0; width: 100%; height: 100%; }
.logistics__map-pin { position: absolute; /* overlay: 지도 위 병원 좌표 마커 */ left: var(--x); top: var(--y); transform: translate(-50%, -100%); width: 24px; }
.logistics__map-tit { position: absolute; /* overlay: 지도 카드 좌상단 타이틀 */ left: 40px; top: 40px; max-width: 60%; color: #111111; font-size: 44px; font-family: var(--baseFont); font-weight: 700; line-height: 1.4; letter-spacing: -0.88px; }
.logistics__map-tit em { color: inherit; font-family: var(--engFont); font-style: normal; }

/* flex-wrap을 쓰면 카드 3개의 flex-basis(260/260/620px) 합이 컨테이너 폭보다 커지는 순간 줄바꿈되어 PC 화면 폭에 따라 2+1로 갈라짐 → wrap을 없애고 flex-shrink로 항상 3개가 한 줄에 들어가도록 고정(모바일까지 전 구간 한 줄 유지) */
/* align-items:stretch(기본값) — 카드마다 라벨 줄바꿈 수가 달라 내용 높이가 제각각이라, 셋 다 같은 행 높이로 늘리고 각 카드 내부에서 justify-content:center로 세로 중앙정렬해 높이를 통일 */
.logistics__stat-row { display: flex; gap: 20px; }
.logistics__stat-row .svc-stat-tile { flex: 1 1 260px; min-width: 0; padding: 50px 0; }
.logistics__stat-row .svc-stat-tile--wide { flex: 0 1 620px; }

/* flex-wrap을 쓰면 카드 3개의 flex-basis(460px) 합이 컨테이너 폭보다 커지는 순간 줄바꿈되어 PC 화면 폭에 따라 2+1로 갈라짐 → wrap을 없애고 flex-shrink로 항상 3개가 한 줄에 들어가도록 고정(768px 이하는 media.css에서 column으로 전환) */
.logistics__svc-grid { display: flex; gap: 20px; }
.logistics__svc-card { flex: 1 1 460px; min-width: 0; box-sizing: border-box; padding: 50px; display: flex; flex-direction: column; gap: 50px; background: rgba(101, 95, 90, .03); border: 1px solid rgba(101, 95, 90, .5); border-radius: 20px; }
.logistics__svc-head { display: flex; align-items: center; gap: 30px; }
.logistics__svc-ico {overflow: hidden; flex: none; width: 120px; height: 120px; border-radius: 10px; background: var(--color-white); box-shadow: 0 20px 30px rgba(101, 95, 90, .15); }
.logistics__svc-tit { color: #111111; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }
.logistics__svc-desc { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.36px; }

.logistics__step-list { display: flex; flex-wrap: wrap; gap: 20px; }
.logistics__step { flex: 1 1 220px; min-width: 0; display: flex; flex-direction: column; gap: 40px; }
.logistics__step-box { box-sizing: border-box; height: 100px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px 30px 12px 16px; background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20301%20100'%20fill='none'%3E%3Cpath%20d='M263.415%2096.57C261.516%2098.7492%20258.766%20100%20255.876%20100H10C4.47715%20100%200%2095.5229%200%2090V10C0%204.47716%204.47715%200%2010%200H255.876C258.766%200%20261.516%201.25079%20263.415%203.42996L298.274%2043.43C301.556%2047.1954%20301.556%2052.8046%20298.274%2056.57L263.415%2096.57Z'%20fill='%23DF540E'%20fill-opacity='0.03'/%3E%3Cpath%20d='M10%200.5H255.876C258.622%200.50004%20261.234%201.68862%20263.038%203.75879L297.897%2043.7588C301.015%2047.3358%20301.015%2052.6642%20297.897%2056.2412L263.038%2096.2412C261.234%2098.3114%20258.622%2099.5%20255.876%2099.5H10C4.75329%2099.5%200.5%2095.2467%200.5%2090V10C0.500001%204.7533%204.7533%200.5%2010%200.5Z'%20stroke='%23DF540E'%20stroke-opacity='0.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% 100%; color: var(--color-primary); font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.40px; }
.logistics__step-txt { display: flex; flex-direction: column; gap: 5px; padding-right: 20px; box-sizing: border-box; }
.logistics__step-txt li { display: flex; align-items: flex-start; gap: 10px; color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.5; letter-spacing: -0.36px; }
.logistics__step-txt li span:first-child { flex: none; }
.logistics__step-txt li span:last-child { flex: 1 1 0; min-width: 0; }
/* PC는 step-box 자체가 화살표(쉐브론) 모양이라 방향성이 이미 보임 → 별도 연결 화살표는 세로 스택으로 바뀌는 좁은 화면에서만 노출 */
.logistics__step-arrow { display: none; }

.logistics__pack-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.logistics__pack-card { flex: 1 1 380px; min-width: 0; box-sizing: border-box; height: 544px; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 30px; background: #f8f8f8; border-radius: 20px; }
.logistics__pack-text { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.logistics__pack-tit { color: #111111; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.44px; text-align: center; }
.logistics__pack-sub { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.36px; text-align: center; }
.logistics__pack-img { width: 100%; aspect-ratio: 690 / 350; border-radius: 10px; overflow: hidden; background: var(--color-white); }

/* ===== U2XLab IT SYSTEM(system) ===== */
.system__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; display: flex; flex-direction: column; gap: 120px; }
.system__block { display: flex; flex-direction: column; gap: 60px; }
/* 배너 이미지 위 dim + 중앙 카피 */
.system__banner { position: relative; width: 100%; aspect-ratio: 1600 / 400; border-radius: 20px; overflow: hidden; }
.system__banner-img { position: absolute; /* stack: 배너 배경 이미지 */ inset: 0; width: 100%; height: 100%; }
.system__banner-txt { position: absolute; /* overlay: 배경 위 중앙 카피 */ left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; box-sizing: border-box; padding: 0 40px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.system__banner-tit { color: var(--color-white); font-size: 32px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.64px; }
.system__banner-desc { color: var(--color-white); font-size: 19px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.38px; }

/* 실시간 통합 데이터 흐름 다이어그램 */
.system__diagram { box-sizing: border-box; width: 100%; margin-top: 36px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.system__diagram-img { display: block; width: 100%; height: auto; border-radius: 12px; }

/* IT 통합 솔루션 카드(LIMS/EDC/RVDS) */
.system__solution-list { display: flex; flex-wrap: wrap; gap: 20px; }
.system__solution-card { position: relative; flex: 1 1 calc((100% / 3 - 40px)); min-width: 0; box-sizing: border-box; padding: 50px; display: flex; flex-direction: column; gap: 50px; background: rgba(101, 95, 90, .03); border: 1px solid rgba(101, 95, 90, .5); border-radius: 20px; overflow: hidden; }
.system__solution-badge { position: absolute; /* overlay: 카드 우상단 상태 배지 */ right: 25px; top: 25px; box-sizing: border-box; display: flex; align-items: center; height: 36px; padding: 0 20px; background: var(--color-brown); border-radius: 999px; color: var(--color-white); font-size: 15px; font-family: var(--baseFont); font-weight: 500; letter-spacing: -0.3px; }
.system__solution-head { display: flex; align-items: center; gap: 30px; }
.system__solution-ico { flex: none; display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; background: var(--color-white); box-shadow: 0 20px 30px rgba(101, 95, 90, .15); border-radius: 10px; }
.system__solution-ico img { object-fit: contain; }
.system__solution-txt { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.system__solution-tit { color: #111111; font-size: 22px; font-family: var(--engFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }
.system__solution-sub { color: var(--color-brown); font-size: 18px; font-family: var(--engFont); font-weight: 700; line-height: 1.4; letter-spacing: -0.36px; }
.system__solution-body { display: flex; flex-direction: column; }
.system__solution-body li { position: relative; padding-left: 13px; color: #555555; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.34px; }
.system__solution-body li::before { content: ''; position: absolute; /* decoration: 불릿 점 */ left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--color-brown); }

/* Core Value 리스트 */
.system__value-list { position: relative; display: flex; flex-direction: column; gap: 40px; }
.system__value-list::before { content: ''; position: absolute; /* decoration: 번호 원 연결 세로선 */ left: 29px; top: 30px; bottom: 0; width: 1px; border-left: 1px dashed #DDDDDD; z-index: 0; }
.system__value-item { display: flex; align-items: flex-start; gap: 20px; }
.system__value-num { position: relative; z-index: 1; flex: none; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: var(--color-primary); border-radius: 100px; color: var(--color-white); font-size: 16px; font-family: var(--engFont); font-weight: 800; letter-spacing: -0.32px; }
.system__value-content { flex: 1 1 0; min-width: 0; box-sizing: border-box; display: flex; flex-direction: column; gap: 33px; padding-top: 13px; }
.system__value-tit { color: #222222; font-size: 24px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.48px; }
.system__value-tit-en { font-family: var(--engFont); }
.system__value-body { box-sizing: border-box; padding-right: 80px; display: flex; flex-direction: column; gap: 6px; }
.system__value-sub { color: var(--color-primary); font-size: 20px; font-family: var(--baseFont); font-weight: 500; line-height: 1.4; letter-spacing: -0.4px; }
.system__value-body p { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.36px; }

/* IT System 구축 Timeline */
.system__timeline { position: relative; display: flex; align-items: stretch; gap: 20px; }
.system__timeline-line { position: absolute; /* decoration: 타임라인 가로 기준선 */ left: 0; top: 161px; width: 100%; height: 1px; background: #d9d9d9; border-top: 1px solid rgba(223, 84, 14, .5); }
.system__timeline-step { position: relative; z-index: 1; flex: 1 1 0; min-width: 0; box-sizing: border-box; padding: 50px 30px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; background: #fdf6f3; border: 1px solid rgba(223, 84, 14, .5); border-radius: 20px; }
.system__timeline-txt strong { display: block; color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.4; letter-spacing: -0.4px; margin-bottom: 10px; }
.system__timeline-txt p { color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 200; line-height: 1.6; letter-spacing: -0.34px; }
.system__timeline-step--active { background: var(--color-primary); border-color: var(--color-primary); }
.system__timeline-step--active .system__timeline-num { background: var(--color-white); color: var(--color-primary); }
.system__timeline-step--active .system__timeline-txt strong,
.system__timeline-step--active .system__timeline-txt p { color: var(--color-white); }

/* ===== RVDS 소개(rvdsintro) ===== */
.rvdsintro__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; display: flex; flex-direction: column; gap: 90px; }

.rvdsintro__head { display: flex; flex-direction: column; gap: 30px; padding-bottom: 60px; border-bottom: 1px dashed #e5e5e5; }
.rvdsintro__tit { color: #111111; font-size: 54px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -1.08px; }
.rvdsintro__eng { color: var(--color-brown); font-size: 28px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.56px; }
.rvdsintro__eng span { color: var(--color-primary); }
.rvdsintro__desc { color: #555555; font-size: 20px; font-family: var(--baseFont); font-weight: 400; line-height: 1.6; letter-spacing: -0.4px; }

.rvdsintro__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rvdsintro__card { box-sizing: border-box; padding: 50px; display: flex; flex-direction: column; gap: 60px; background: rgba(223, 84, 14, .03); border: 1px solid rgba(223, 84, 14, .5); border-radius: 20px; overflow: hidden; }
.rvdsintro__card-head { display: flex; align-items: center; gap: 30px; }
.rvdsintro__ico { flex: none; display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; background: var(--color-white); box-shadow: 0 20px 30px rgba(223, 84, 14, .15); border-radius: 10px; }
.rvdsintro__ico img {object-fit: contain; }
.rvdsintro__txt { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.rvdsintro__card-tit { color: #111111; font-size: 22px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.44px; }
.rvdsintro__card-sub { color: var(--color-primary); font-size: 18px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.36px; }
.rvdsintro__card-desc { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.36px; }

.rvdsintro__link-wrap { display: flex; justify-content: center; }
.rvdsintro__link { display: inline-flex; align-items: center; gap: 12px; padding: 22px 40px; border: 1px solid var(--color-primary); border-radius: 50px; color: var(--color-primary); font-size: 20px; font-family: var(--engFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.4px; transition: background .2s ease, color .2s ease; }
.rvdsintro__link:hover { background: var(--color-primary); color: var(--color-white); }
.rvdsintro__link-arrow { flex: none; }

/* ===== 맞춤형 헬스케어(hcintro) ===== */
.hcintro__inner { max-width: 1120px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; }

.hcintro__tit { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; margin-bottom: 60px; }
.hcintro__tit-desc { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.4px; } /* 원본 letter-spacing 미기재, 공식(fontSize×-0.02) 적용 추정치 — 이하 hc* 전 규칙 동일 */

.hcintro__scroll { display: flex; flex-direction: column; background: #f8f8f8; border-radius: 20px; overflow: hidden; }

.hcintro__sec { display: flex; flex-direction: column; align-items: center; gap: 60px; box-sizing: border-box; padding: 120px 60px; }
.hcintro__sec--02,
.hcintro__sec--04 { position: relative; overflow: hidden; }

.hcintro__block-tit { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.hcintro__block-tit::before { content: ''; position: absolute; /* decoration: 타이틀 위 포인트 바 */ left: 50%; top: -20px; transform: translateX(-50%); width: 50px; height: 3px; background: var(--color-primary); }
.hcintro__block-tit-main { color: #111111; font-size: 32px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.64px; }
.hcintro__block-tit-desc { color: #888888; font-size: 18px; font-family: var(--baseFont); font-weight: 500; line-height: 1.6; letter-spacing: -0.36px; }
.hcintro__block-tit--white::before { background: var(--color-white); }
.hcintro__block-tit--white .hcintro__block-tit-main,
.hcintro__block-tit--white .hcintro__block-tit-desc { color: var(--color-white); text-shadow: 0 2px 12px rgba(0, 0, 0, .45); }

.hcintro__product { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.hcintro__product-img { position: relative; width: 100%; aspect-ratio: 1000 / 560; border-radius: 20px; overflow: hidden; }
.hcintro__product-cap { position: absolute; /* overlay: 이미지 위 캡션 */ left: 30px; right: 30px; bottom: 30px; display: flex; flex-direction: column; gap: 5px; }
.hcintro__product-cap-tit { color: #333333; font-size: 16px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.32px; }
.hcintro__product-cap-desc { color: #888888; font-size: 16px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.32px; }
/* 모바일 전용 캡션(768px 이하에서만 노출, media.css 참고) — 이미지 위 오버레이 캡션과 내용이 중복되므로 기본은 숨김 */
.hcintro__product-cap-mobile { display: none; flex-direction: column; gap: 5px; padding-top: 16px; }

.hcintro__step-list { display: flex; align-items: stretch; gap: 10px; }
.hcintro__step-item { flex: 1 1 0; min-width: 0; box-sizing: border-box; display: flex; align-items: center; gap: 30px; padding: 15px 30px; border-radius: 10px; }
.hcintro__step-item--orange { background: var(--color-primary); }
.hcintro__step-item--brown { background: var(--color-brown); }
.hcintro__step-item--yellow { background: #ede67b; }
.hcintro__step-ico { flex: none; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--color-white); }
.hcintro__step-ico img { width: 100%; height: 100%; object-fit: contain; }
.hcintro__step-txt { flex: 1 1 0; min-width: 0; color: var(--color-white); font-size: 18px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.36px; }
.hcintro__step-item--yellow .hcintro__step-txt { color: var(--color-brown); }

/* 디자인 PNG 실측(PowerShell 픽셀 스캔) 기준: 오렌지 패널은 섹션 전체(타이틀+카드)를 덮고,
   카드 3개는 세로가 아니라 가로 1줄(JSX flexDirection:'column' 표기는 실제와 불일치) —
   패널 y폭 614는 title+row형 카드(230px)가 정확히 맞아떨어지는 높이라 섹션 전체 커버가 맞음 */
.hcintro__sec--02 { border-radius: 20px 100px 20px 100px; }
.hcintro__sec02-bg { position: absolute; /* overlay: 섹션 전체를 채우는 배경 사진 */ inset: 0; z-index: 0; }
.hcintro__sec02-bg img { width: 100%; height: 100%; object-fit: cover; }

/* 실측: 카드 폭 320px + 간격 20px × 2 = 1000(box 폭)과 정확히 일치 → 가로 3등분 */
.hcintro__card-list { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: row; gap: 20px; }
.hcintro__card { flex: 1 1 0; min-width: 0; box-sizing: border-box; height: 230px; padding: 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; text-align: center; background: var(--color-white); border-radius: 20px; }
.hcintro__card-ico { flex: none; width: 40px; height: 40px; }
.hcintro__card-tit { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.4px; }
.hcintro__card-desc { color: #888888; font-size: 18px; font-family: var(--baseFont); font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; }

.hcintro__sec04-bg { position: absolute; /* overlay: 섹션 전체를 채우는 회색 배경 */ inset: 0; z-index: 0; background: #eeeeee; border-radius: 60px 60px 0 0; }

/* 질환 다이어그램은 개별 아이콘/텍스트 대신 이미지 한 장으로 대체(퍼블리셔 삽입) */
.hcintro__disease { position: relative; z-index: 1; width: 100%; aspect-ratio: 1000 / 600; }
.hcintro__disease img { object-fit: contain; }

/* ===== 유투바이옴 검사(hcbiome) ===== */
.hcbiome__inner { max-width: 1120px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; display: flex; flex-direction: column; gap: 150px; }

.hcbiome__group { display: flex; flex-direction: column; gap: 60px; }

.hcbiome__intro { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.hcbiome__intro-desc { color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.4px; }

.hcbiome__scroll { display: flex; flex-direction: column; background: #f8f8f8; border-radius: 20px; overflow: hidden; }

.hcbiome__report { position: relative; box-sizing: border-box; padding: 120px 60px; display: flex; flex-direction: column; align-items: center; gap: 60px; }
.hcbiome__report-bg { position: absolute; /* overlay: 배경 사진 */ inset: 0; overflow: hidden; border-radius: 20px 100px 20px 100px; }
.hcbiome__report-bg img { width: 100%; height: 100%; object-fit: cover; }
.hcbiome__report-title { position: relative; z-index: 1; width: 100%; max-width: 1000px; padding-top: 23px; text-align: center; color: var(--color-white); font-size: 32px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.64px; }
.hcbiome__report-title::before { content: ''; position: absolute; /* decoration: 타이틀 상단 포인트 라인 */ left: 50%; top: 0; transform: translateX(-50%); width: 50px; height: 3px; background: var(--color-white); }

/* 디자인 PNG 실측: 6개 카드는 세로 stack이 아니라 3열×2행 grid, 칸당 320×230, gap 20(가로/세로 동일) — JSX flexDirection:'column'은 실제와 불일치 */
.hcbiome__report-list { position: relative; z-index: 1; width: 100%; max-width: 1000px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hcbiome__report-card { box-sizing: border-box; height: 230px; padding: 0 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; background: var(--color-white); border-radius: 20px; }
.hcbiome__report-card-tit { width: 100%; color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.4px; text-align: center; }
.hcbiome__report-card-txt { width: 100%; color: #888888; font-size: 18px; font-family: var(--baseFont); font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; text-align: center; }

.hcbiome__target { box-sizing: border-box; padding: 60px; display: flex; align-items: center; gap: 20px; }
.hcbiome__target-tit { flex: none; color: #111111; font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; }
.hcbiome__target-bar { flex: none; width: 1px; height: 15px; background: #e5e5e5; }
.hcbiome__target-txt { flex: 1 1 0; min-width: 0; color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.36px; }

/* NGS 비교 섹션은 표 대신 이미지 한 장으로 대체(퍼블리셔 삽입) */
.hcbiome__compare { width: 100%; }
.hcbiome__compare img { width: 100%; height: auto; object-fit: contain; }

.hcbiome__process { box-sizing: border-box; padding: 120px 60px; display: flex; flex-direction: column; align-items: center; gap: 60px; }
.hcbiome__process-title { position: relative; width: 100%; max-width: 1000px; padding-top: 23px; text-align: center; color: #111111; font-size: 32px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.64px; }
.hcbiome__process-title::before { content: ''; position: absolute; /* decoration: 타이틀 상단 포인트 라인 */ left: 50%; top: 0; transform: translateX(-50%); width: 50px; height: 3px; background: var(--color-primary); }

.hcbiome__process-list { width: 100%; max-width: 1000px; display: flex; flex-direction: column; border-top: 2px solid #000000; }
.hcbiome__process-item { box-sizing: border-box; padding: 20px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid #e5e5e5; }
.hcbiome__process-item:last-child { border-bottom: 0; }
.hcbiome__process-tit { flex: 0 0 250px; color: #111111; font-size: 18px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.36px; }
.hcbiome__process-desc { flex: 1 1 0; min-width: 0; color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.36px; }
.hcbiome__process-highlight { color: var(--color-primary); font-weight: 600; }

.hcbiome__app { display: flex; flex-direction: column; align-items: center; gap: 60px; text-align: center; }
.hcbiome__app-title { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.hcbiome__app-title-kr em { font-family: var(--engFont); font-style: normal; }
.hcbiome__app-desc { color: #333333; font-size: 20px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.4px; }

.hcbiome__app-mobile { display: flex; align-items: center; gap: 20px; }
/* 폰 프레임·그림자는 이미지 자체에 포함되어 있어 CSS로 중복 추가하지 않음 */
.hcbiome__app-phone { flex: none; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.hcbiome__app-phone-img { width: 100%; height: 100%; object-fit: contain; }

.hcbiome__app-btn-link { display: flex; width: 85%; }
.hcbiome__app-btn-link img { display: block; width: 100%; height: auto; }

/* ===== 맞춤형 프로바이오틱스(hcprobiotics) ===== */
/* 스펙 상단 ☆con(1176px)은 좌우 28px 여백을 포함한 값이고, 그 안에 중첩된 ☆con(1120px)이
   실제 이미지·표 등 모든 콘텐츠 요소의 실측 최대폭이므로 1120px을 inner 기준값으로 사용 */
.hcprobiotics__inner {
	max-width: 1176px; width: 93.75%; margin: 0 auto; padding: 0 0 200px;
	display: flex; flex-direction: column; align-items: center; gap: 60px;
}

.hcprobiotics__tit { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.hcprobiotics__tit-desc { max-width: 560px; color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 300; line-height: 1.6; letter-spacing: -0.4px; }

.hcprobiotics__groups { display: flex; flex-direction: column; gap: 120px; width: 100%; }
.hcprobiotics__group { display: flex; flex-direction: column; align-items: center; gap: 60px; width: 100%; }

.hcprobiotics__banner { width: 100%; aspect-ratio: 1120 / 720; border-radius: 20px; overflow: hidden; }

.hcprobiotics__brand { display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: center; }
.hcprobiotics__brand-logo { width: 210px; aspect-ratio: 210 / 50; }
.hcprobiotics__brand-logo--02 { width: 280px; aspect-ratio: 280 / 48; }
.hcprobiotics__brand-desc { color: #888888; font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.4px; }

.hcprobiotics__row-list { width: 100%; max-width: 1000px; display: flex; flex-direction: column; border-top: 1px solid var(--bd); }
.hcprobiotics__row { display: flex; align-items: center; gap: 15px; min-height: 80px; padding: 20px; box-sizing: border-box; border-bottom: 1px solid var(--bd); }
.hcprobiotics__row-badge { flex: none; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--c); color: var(--color-white); font-size: 16px; font-family: var(--engFont); font-weight: 800; line-height: 1.3; letter-spacing: -0.32px; }
.hcprobiotics__row-tit { flex: none; width: 100px; color: var(--c); font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; }
.hcprobiotics__row-desc { flex: 1 1 0; min-width: 0; color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.36px; }

/* 궤도(원형 3개 겹침) 다이어그램은 반응형 대응이 애매해 이미지 한 장으로 대체(퍼블리셔 삽입) */
.hcprobiotics__orbit { width: 100%; max-width: 1000px; aspect-ratio: 1000 / 932; }
.hcprobiotics__orbit img { object-fit: contain; }

.hcprobiotics__eng { font-family: var(--engFont); }

.hcprobiotics__compare-wrap { width: 100%; }
.hcprobiotics__compare {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
	width: 100%; background: var(--color-white); border-radius: 20px 20px 0 0; overflow: hidden;
}
.hcprobiotics__compare-cell { display: flex; align-items: center; justify-content: center; padding: 20px 16px; box-sizing: border-box; text-align: center; }
.hcprobiotics__compare-cell:nth-child(-n+3) { padding: 30px 16px; color: var(--color-white); font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; }
.hcprobiotics__compare-cell:nth-child(-n+3):nth-child(3n+1) { background: var(--c1); }
.hcprobiotics__compare-cell:nth-child(-n+3):nth-child(3n+2) { background: var(--c2); }
.hcprobiotics__compare-cell:nth-child(-n+3):nth-child(3n) { background: var(--c3); }
.hcprobiotics__compare-cell:nth-child(n+4) { color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.34px; }
.hcprobiotics__compare-cell:nth-child(n+4):nth-child(3n+1) { background: var(--t1); }
.hcprobiotics__compare-cell:nth-child(n+4):nth-child(3n+2) { background: var(--t2); }
.hcprobiotics__compare-cell:nth-child(n+4):nth-child(3n) { background: var(--t3); }

/* ===== CONTACT 문의폼 공통(cf-*) — 견적문의(quote) · 일반문의(inquiry) 2개 페이지 공용 ===== */
.quote__inner,
.inquiry__inner { max-width: 1600px; width: 93.75%; margin: 0 auto; padding: 0px 0 200px; }

.cf-form { display: flex; flex-direction: column; }

.cf-sec { display: flex; align-items: flex-start; gap: 0; padding: 60px 0; border-bottom: 1px dashed #e5e5e5; }
.cf-sec:first-child { padding-top: 0; }
.cf-sec:last-child { border-bottom: 0; }

.cf-sec__label { flex: 0 0 520px; }
.cf-sec__body { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; }

.cf-row { display: flex; align-items: center; gap: 0; }
.cf-row--top { align-items: flex-start; }
/* 라디오 전용 행 — 원본 지정값(height:62). 입력창이 없어 콘텐츠만으로는 22px대로 쪼그라들어
   다른 입력 행(패딩으로 62px)과 나란히 있을 때 간격이 좁아 보였음 */
.cf-row--radio { height: 62px; }
.cf-row__label { flex: 0 0 250px; color: #111111; font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; }
.cf-row__req { color: var(--color-primary); }
.cf-row__field { flex: 1 1 0; min-width: 0; }

.cf-input {
	box-sizing: border-box; width: 100%; display: flex; align-items: center;
	padding: 20px 30px; border: 0; border-radius: 10px; background: #f8f8f8;
	color: #111111; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.34px;
}
.cf-input::placeholder { color: #888888; }
.cf-input:focus { background: var(--color-white); outline: 2px solid var(--color-primary); outline-offset: -2px; }
.cf-input--sm { width: 80px; flex: none; text-align: center; }
textarea.cf-input { height: 200px; align-items: flex-start; resize: none; font-family: var(--baseFont); }

.cf-mail { display: flex; align-items: center; gap: 10px; }
/* input 기본 flex(0 1 auto)로는 select-wrap(flex:1 1 0, min-width:0)과 축소 비율이 안 맞아
   select만 찌그러들며 텍스트가 세로로 줄바꿈됨 — 같은 행의 flex 아이템은 전부 동일 비율로 */
.cf-mail .cf-input,
.cf-range .cf-input { flex: 1 1 0; min-width: 0; }
.cf-mail__at { flex: none; width: 20px; text-align: center; color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; letter-spacing: -0.34px; }
.cf-range { display: flex; align-items: center; gap: 10px; }
.cf-range .cf-input.js-date { cursor: pointer; }
.cf-range__bar { flex: none; width: 20px; text-align: center; color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; letter-spacing: -0.34px; }

/* 커스텀 select(콤보박스) — 목록/화살표/hover 스타일은 .srch__select-*(검색바)와 공유(위쪽 SERVICE 섹션 참고), js/sub.js 공용 컴포넌트. 문의폼은 wrap/btn/value만 자체 스타일 */
.cf-select-wrap { position: relative; flex: 1 1 0; min-width: 0; }
.cf-select-btn { width: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; border: 0; border-radius: 10px; background: #f8f8f8; font: inherit; cursor: pointer; }
.cf-select-value { color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.34px; }

/* 라디오(임상시험 단계 · 필요/불필요/미정 등) */
.cf-radio-group { flex: 1 1 0; display: flex; flex-wrap: wrap; align-items: center; gap: 60px; }
.cf-radio { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
.cf-radio input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cf-radio__mark { display: grid; place-items: center; flex: none; width: 15px; height: 15px; box-sizing: border-box; border-radius: 50%; border: 2px solid #e5e5e5; }
.cf-radio__mark::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: transparent; }
.cf-radio input:checked + .cf-radio__mark { border-color: var(--color-primary); }
.cf-radio input:checked + .cf-radio__mark::before { background: var(--color-primary); }
.cf-radio input:focus-visible + .cf-radio__mark { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.cf-radio__txt { color: #333333; font-size: 17px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.34px; }

/* 문서보관 — 라디오 옵션 하나에 입력창이 끼는 케이스만 별도 wrap으로 확장 */
.cf-radio-inline { display: inline-flex; align-items: center; gap: 10px; }

/* 첨부파일 */
.cf-file { flex: 1 1 0; display: flex; align-items: center; gap: 10px; }
.cf-file__name { flex: 1 1 0; min-width: 0; box-sizing: border-box; padding: 20px 30px; border-radius: 10px; background: #f8f8f8; color: #888888; font-size: 17px; font-family: var(--baseFont); font-weight: 300; line-height: 1.3; letter-spacing: -0.34px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cf-file__btn { flex: none; width: 200px; box-sizing: border-box; padding: 20px 30px; border: 0; border-radius: 10px; background: var(--color-brown); color: var(--color-white); font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.36px; text-align: center; cursor: pointer; }
.cf-file input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; }

/* 자동등록방지 */
.cf-code { flex: 1 1 0; display: flex; align-items: center; gap: 10px; }
.cf-code__img { flex: none; width: 148px; height: 62px; box-sizing: border-box; overflow: hidden; border-radius: 10px; background: #f8f8f8; }
.cf-code__field { flex: 1 1 0; min-width: 0; display: flex; align-items: center; }
.cf-code__field .cf-input { padding-right: 62px; }
.cf-code__refresh { flex: none; width: 22px; height: 22px; margin-left: -42px; display: flex; align-items: center; justify-content: center; border: 0; background: none; padding: 0; color: #111111; cursor: pointer; }

/* 개인정보처리방침 동의 */
.cf-agree { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 120px; }
.cf-agree__check { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.cf-agree__check input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cf-agree__box { display: grid; place-items: center; flex: none; width: 20px; height: 20px; box-sizing: border-box; border-radius: 5px; border: 2px solid #e5e5e5; }
.cf-agree__box svg { width: 12px; height: 8px; color: #cccccc; }
.cf-agree__check input:checked + .cf-agree__box { border-color: var(--color-primary); }
.cf-agree__check input:checked + .cf-agree__box svg { color: var(--color-primary); }
.cf-agree__check input:focus-visible + .cf-agree__box { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.cf-agree__txt { text-align: center; color: #111111; font-size: 20px; font-family: var(--baseFont); font-weight: 500; line-height: 1.3; letter-spacing: -0.40px; }
.cf-agree__link { background: none; border: 0; padding: 0; text-align: center; color: #aaaaaa; font-size: 17px; font-family: var(--baseFont); font-weight: 500; text-decoration: underline; line-height: 1.3; letter-spacing: -0.34px; cursor: pointer; }

/* 버튼(취소/문의하기) */
.cf-btns { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 40px; }
.cf-btn { width: 300px; height: 80px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: var(--color-white); font-size: 20px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.40px; cursor: pointer; }
.cf-btn--cancel { background: var(--color-brown); }
.cf-btn--submit { background: var(--color-primary); }

/* 개인정보처리방침 팝업 */
.cf-modal-overlay { position: fixed; /* overlay */ inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .5); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.cf-modal-overlay.is-open { opacity: 1; pointer-events: auto; }
.cf-modal { width: 1000px; max-width: 90vw; box-sizing: border-box; background: var(--color-white); border-radius: 10px; overflow: hidden; transform: translateY(-16px); transition: transform .2s ease; }
.cf-modal-overlay.is-open .cf-modal { transform: translateY(0); }
.cf-modal__head { position: relative; box-sizing: border-box; padding: 24px 60px; background: var(--color-primary); display: flex; align-items: center; justify-content: center; }
.cf-modal__tit { text-align: center; color: var(--color-white); font-size: 28px; font-family: var(--baseFont); font-weight: 600; line-height: 1.3; letter-spacing: -0.56px; }
.cf-modal__close { position: absolute; /* popup */ right: 24px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border: 0; background: none; padding: 0; color: var(--color-white); cursor: pointer; }
.cf-modal__body { box-sizing: border-box; max-height: 460px; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 30px; }
.cf-modal__group { display: flex; flex-direction: column; gap: 10px; }
.cf-modal__group h3 { color: #555555; font-size: 15px; font-family: var(--baseFont); font-weight: 600; line-height: 1.7; letter-spacing: -0.30px; }
.cf-modal__group p { color: #555555; font-size: 15px; font-family: var(--baseFont); font-weight: 300; line-height: 1.7; letter-spacing: -0.30px; }

/* ===== 개인정보처리방침(privacy) ===== */
.privacy__inner { max-width: 1120px; width: 93.75%; margin: 0 auto; padding: 0 0 200px; display: flex; flex-direction: column; gap: 60px; }
.privacy__sec { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; width: 100%; }
.privacy__sec-tit { color: #111111; font-size: 24px; font-family: var(--baseFont); font-weight: 700; line-height: 1.3; letter-spacing: -0.48px; }
.privacy__lead { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 500; line-height: 1.5; letter-spacing: -0.36px; }
.privacy__lead--dark { color: #111111; line-height: 1.7; }
.privacy__list { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.privacy__list--nested { padding: 0 15px; box-sizing: border-box; }
.privacy__sub-tit { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 600; line-height: 1.5; letter-spacing: -0.36px; }
.privacy__item { color: #333333; font-size: 18px; font-family: var(--baseFont); font-weight: 300; line-height: 1.5; letter-spacing: -0.36px; }

/* ===== EN 전용 오버라이드 =====
   영문 번역 후 문장이 길어져 박스 폭 전체를 채우는 곳에 여백을 두기 위함.
   국문(/kr/)은 원래 폭 그대로 유지되도록 html[lang="en"]으로 범위 한정. */
html[lang="en"] .partner__lead,
html[lang="en"] .ana-row__desc-bold,
html[lang="en"] .ana-row__desc,
html[lang="en"] .svc-intro p,
html[lang="en"] .svc-sec-desc,
html[lang="en"] .drug__row-tit,
html[lang="en"] .drug__row-desc,
html[lang="en"] .logistics__svc-desc,
html[lang="en"] .system__banner-desc,
html[lang="en"] .system__value-body p,
html[lang="en"] .system__timeline-txt p,
html[lang="en"] .rvdsintro__desc,
html[lang="en"] .hcintro__block-tit-main,
html[lang="en"] .hcintro__block-tit-desc,
html[lang="en"] .privacy__lead,
html[lang="en"] .privacy__item { max-width: 90%; }

html[lang="en"] .system__timeline-txt p,
html[lang="en"] .hcintro__card-desc { max-width: 90%; margin: 0 auto; }

html[lang="en"] .hcbiome__report-card-txt { max-width: 90%; margin: 0 auto; }

html[lang="en"] .system__banner-txt { max-width: 1000px; }

html[lang="en"] .hcbiome__report-card {
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--color-white);
    border-radius: 20px;
}

html[lang="en"] .hcprobiotics__brand-logo {
    width: 231px;
    aspect-ratio: 231 / 50;
}
html[lang="en"] .hcprobiotics__brand-logo--02 {
    width: 370px;
    aspect-ratio: 370 / 48;
}

html[lang="en"] .cf-radio-group {
    flex: 1 1 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

@media(max-width:768px){
	.hcprobiotics__brand-logo {max-width:70%}
}

html[lang="en"] .logistics__stat-row .svc-stat-tile{padding: 50px 30px;}

.svc-sec-tit{font-family: var(--engFont);}


.m_on_br{display: none;}

@media(max-width:1600px){
    .logistics__step-box{font-size: 1.25em;}
    .logistics__step-box br{display: none;}
}

@media(max-width:1024px){
    .logistics__step-box{font-size: 1.25em;}
    .logistics__step-box br{display: block;}
}

@media(max-width:768px){
    .logistics__step-box{font-size: 1.75em;}
    .logistics__step-box br{display: block;}
}

.notice-view__body img{width: auto;}