@charset "utf-8";
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* paging */
.paging {
	margin-top: 120px;
	text-align: center;
}
.paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #666666;
	font-size: var(--fz-18);
	line-height: 50px;
}
.paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #37a7ca;
	color: #fff;
	font-size: var(--fz-18);
	line-height: 50px;
	font-weight: 400;
}
.paging .page_begin {
	width: 50px;
	height: 50px;
	background: url(/images/common/page_begin.png) no-repeat center;
	border: 0;
}
.paging .page_prev {
	width: 50px;
	height: 50px;
	background: url(/images/common/page_prev.png) no-repeat center;
	border: 0;
	margin-right: 20px;
}
.paging .page_next {
	width: 50px;
	height: 50px;
	background: url(/images/common/page_next.png) no-repeat center;
	border: 0;
	margin-left: 20px;
}
.paging .page_end {
	width: 50px;
	height: 50px;
	background: url(/images/common/page_end.png) no-repeat center;
	border: 0;
}

.innerwrap {
	width: 92%;
	max-width: 1560px;
	margin: 0 auto;
}

/* ========== 공통 서브 비주얼 — sticky expand ========== */
.sub-visual {
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

.sub-visual.style-expand {
	height: 250vh;
}

/* 서브 비주얼 — expand 없이 타이틀만 (Product 등) */
.sub-visual:not(.style-expand) {
	height: auto;
	padding: 160px 0 100px;
}

.sub-visual:not(.style-expand) .sub-tit-wrap {
	position: relative;
	top: auto;
	transform: none;
	will-change: auto;
}

.sub-visual .visual-motion {
	width: 100%;
	height: 100%;
}

.sub-visual.style-expand .visual-motion {
	position: sticky;
	top: 0;
	height: 100vh;
	height: 100dvh;
	overflow: clip;
}

.sub-visual .sub-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sub-visual .sub-tit-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	will-change: transform;
}

.sub-visual .sub-tit-wrap .dep1 {
	font-family: "Manrope";
	width: 300px;
	margin: 0 auto;
	color: #111;
	font-size: var(--fz-30);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(50px);
	animation: subVisualAni02 0.8s 0.7s forwards;
}

.sub-visual .sub-tit-wrap .line {
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	margin: 20px 0 0;
	background-color: rgba(0, 0, 0, 0.3);
	transform: translateX(-50%);
	animation: subVisualAni01 0.5s 0.3s forwards;
}

.sub-visual .sub-tit-wrap .slogan {
	font-family: "Manrope";
	margin-top: 41px;
	color: #111;
	font-size: var(--fz-60);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.1;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-50px);
	animation: subVisualAni02 0.8s 0.7s forwards;
}

@keyframes subVisualAni01 {
	100% {
		width: 300px;
	}
}

@keyframes subVisualAni02 {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.sub-visual.style-expand .sub-visual-back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: clip;
	border-radius: 16px;
	will-change: width, height, top, left, border-radius;
}

.sub-visual.style-expand .sub-visual-back .img {
	transform: scale(1.42);
}

.sub-visual .sub-visual-back .img {
	position: absolute;
	inset: 0;
	overflow: clip;
	background-size: cover;
	background-position: center;
}
.sub-visual.pn1 .sub-visual-back .img {
	background: url(/images/page/sub-visual1.png) no-repeat center / cover;
}
.sub-visual.pn1.sn2 .sub-visual-back .img {
	background: url(/images/page/sub-visual12.png) no-repeat center / cover;
}
.sub-visual.pn1.sn3 .sub-visual-back .img {
	background: url(/images/page/sub-visual13.png) no-repeat center / cover;
}
.sub-visual.pn3 .sub-visual-back .img {
	background: url(/images/page/sub-visual3.png) no-repeat center / cover;
}
.sub-visual.pn4 .sub-visual-back .img {
	background: url(/images/page/sub-visual4.png) no-repeat center / cover;
}
.sub-visual.pn5 .sub-visual-back .img {
	background: url(/images/page/sub-visual5.png) no-repeat center / cover;
}
.sub-visual.pn5.sn2 .sub-visual-back .img {
	background: url(/images/page/sub-visual52.png) no-repeat center / cover;
}

.sub-visual .sub-visual-back .img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.sub-visual .sub-visual-back .sub-visual-wrap {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.sub-visual .sub-visual-back .dep2 {
	font-family: "Manrope";
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.96px;
	text-align: center;
	white-space: nowrap;
}

.page-slg {
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 80px;
}

/* ========== About ========== */
.aboutPage .section1,
.aboutPage .section2,
.aboutPage .section3,
.aboutPage .section4 {
	position: relative;
}

/* Vision */
.aboutPage .section1 {
	padding: 200px 0;
}

.aboutPage .aboutVision {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.aboutPage .aboutVision-txt {
	flex: 1;
	min-width: 0;
}

.aboutPage .aboutVision-label {
	margin: 0 0 30px;
	color: #111;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutFillText {
	text-align: left;
}

.aboutPage .aboutFillText-line {
	margin: 0;
	font-size: var(--fz-60);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
	background-image: linear-gradient(90deg, #111 0%, #111 var(--fill, 0%), #bababa var(--fill, 0%), #bababa 100%);
	background-size: 100% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.aboutPage .aboutVision-img {
	flex-shrink: 0;
	width: 500px;
	aspect-ratio: 500 / 333;
	overflow: hidden;
	border-radius: 16px;
}

.aboutPage .aboutVision-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Mission */
.aboutPage .aboutMission {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	width: 94%;
	max-width: 1780px;
	padding: 140px 100px;
	background: url(/images/page/about_mission_bg.jpg) no-repeat center / cover;
	margin: 0 auto;
}

.aboutPage .aboutMission-txt {
	position: relative;
	z-index: 1;
	max-width: 900px;
}

.aboutPage .aboutMission-label {
	margin: 0 0 30px;
	color: #fff;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutMission-desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-family: pretendard, sans-serif;
	font-size: var(--fz-28);
	font-weight: 500;
	line-height: 1.4;
}

/* 핵심가치 */
.aboutPage .section3 {
	padding: 200px 0;
	background: linear-gradient(180deg, #fff 0%, #dae4ef 100%);
}

.aboutPage .aboutValue-head {
	margin-bottom: 10px;
}

.aboutPage .aboutValue-tit {
	margin: 0 0 30px;
	color: #111;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutValue-desc {
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-30);
	font-weight: 400;
	line-height: 1.4;
}

.aboutPage .aboutValue-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 100px 0 0;
}

.aboutPage .aboutValue-list > li {
	flex: 0 0 auto;
	width: calc((100% - 80px) / 3);
	max-width: 440px;
}

.aboutPage .aboutValue-img {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 50%;
}

.aboutPage .aboutValue-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutPage .aboutValue-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin-top: 50px;
	text-align: center;
}

.aboutPage .aboutValue-info .en {
	margin: 0;
	color: #37a7ca;
	font-size: var(--fz-28);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutValue-info .line {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}

.aboutPage .aboutValue-info .ko {
	margin: 0;
	color: #111;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-44);
	font-weight: 600;
	line-height: 1.4;
}

/* 핵심역량 */
.aboutPage .section4 {
	overflow: hidden;
	padding: 140px 0 160px;
	background: #111;
}

.aboutPage .aboutCapability-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.aboutPage .aboutCapability-dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
}

.aboutPage .section4 .innerwrap {
	position: relative;
	z-index: 1;
}

.aboutPage .aboutCapability-tit {
	margin: 0 0 70px;
	color: #fff;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutCapability-list {
	display: flex;
	gap: 20px;
}

.aboutPage .aboutCapability-list > li {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 508px;
	padding: 50px 24px;
	border-radius: 16px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
}

.aboutPage .aboutCapability-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
}

.aboutPage .aboutCapability-icon img {
	display: block;
	width: 100px;
	height: auto;
}

.aboutPage .aboutCapability-txt {
	width: 100%;
}

.aboutPage .aboutCapability-txt .en {
	margin: 0 0 10px;
	color: #111;
	font-size: var(--fz-30);
	font-weight: 600;
	line-height: 1.4;
}

.aboutPage .aboutCapability-txt .ko {
	margin: 0;
	color: rgba(0, 0, 0, 0.6);
	font-family: pretendard, "Noto Sans KR", sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.4;
}





/* ========== Business Area ========== */
/* innerwrap 없이 와이드 — Figma px 170 기준, max-width 제한 없음 */
.businessPage .section1 {
	padding: 160px 170px 100px;
}

.businessPage .businessIntro {
	margin: 0;
	color: #1a1a1a;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-60);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.24px;
	word-break: keep-all;
}

.businessPage .section2 {
	padding: 0 0 120px;
}

.businessPage .businessStage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: clamp(20px, 3.5vh, 40px) clamp(20px, 3.5vw, 40px);
	box-sizing: border-box;
}

/* 뷰포트 중앙 — 부모 기준 비율 맞춤 (100vw 미사용: 스크롤바 폭으로 가로 스크롤 생김 방지) */
.businessPage .businessList {
	--business-ar: 1580 / 790;
	--business-radius: clamp(12px, 1.25vw, 24px);
	position: relative;
	width: min(1580px, 100%, calc((100vh - 40px) * 1580 / 790));
	width: min(1580px, 100%, calc((100dvh - 40px) * 1580 / 790));
	aspect-ratio: var(--business-ar);
	height: auto;
	max-height: calc(100vh - 40px);
	max-height: calc(100dvh - 40px);
	overflow: hidden;
	border-radius: var(--business-radius);
	background: #fafafa;
}

.businessPage .businessItem {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	/* 카드 배경은 list에만 — 겹침 시 뒤 카드가 앞을 가리지 않음 */
	background: transparent;
	pointer-events: none;
}

.businessPage .businessItem.is-active {
	pointer-events: auto;
}

.businessPage .businessItem:nth-child(1) {
	z-index: 1;
}

.businessPage .businessItem:nth-child(2) {
	z-index: 2;
}

.businessPage .businessItem:nth-child(3) {
	z-index: 3;
}

.businessPage .businessItem:nth-child(4) {
	z-index: 4;
}

.businessPage .businessItem:nth-child(5) {
	z-index: 5;
}

.businessPage .businessItem-img {
	flex: 0 0 50.633%;
	width: 50.633%;
	max-width: none;
	height: 100%;
	overflow: hidden;
	border-radius: var(--business-radius);
	/* 세로 clip — GSAP가 숫자 --clip 만 보간 (0~100) */
	--clip: 0;
	clip-path: inset(calc(var(--clip) * 1%) 0% 0% 0%);
	will-change: clip-path;
}

/* 2번째부터 — 세로 clip 닫힘 / 텍스트 숨김, 첫 카드만 노출 */
.businessPage .businessItem:not(:first-child) .businessItem-img {
	--clip: 100;
}

.businessPage .businessItem:not(:first-child) .businessItem-txt {
	opacity: 0;
	visibility: hidden;
}

.businessPage .businessItem-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.businessPage .businessItem-txt {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding:
		clamp(28px, 4.2vw, 80px)
		clamp(28px, 4.2vw, 80px)
		clamp(28px, 4.2vw, 80px)
		clamp(36px, 5.2vw, 100px);
	box-sizing: border-box;
}

.businessPage .businessItem-head {
	padding-bottom: clamp(16px, 2.1vw, 40px);
}

.businessPage .businessItem-head .num {
	margin: 0 0 clamp(12px, 1.25vw, 24px);
	color: #37a7ca;
	font-family: pretendard, sans-serif;
	font-size: clamp(28px, 2.6vw, var(--fz-50));
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.24px;
}

.businessPage .businessItem-head .tit {
	margin: 0;
	color: #333;
	font-family: pretendard, sans-serif;
	font-size: clamp(28px, 2.6vw, var(--fz-50));
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.24px;
}

.businessPage .businessItem-cards {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 0.85vw, 16px);
}

.businessPage .businessCard {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.1vw, 40px);
	padding-right: clamp(16px, 2.1vw, 40px);
	border-radius: clamp(10px, 0.85vw, 16px);
	background: #fff;
}

.businessPage .businessCard-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: clamp(64px, 5.3vw, 102px);
	height: clamp(64px, 5.3vw, 102px);
	border-radius: clamp(10px, 0.85vw, 16px);
	background: #37a7ca;
}

.businessPage .businessCard-icon img {
	display: block;
	width: clamp(28px, 2.3vw, 44px);
	height: clamp(28px, 2.3vw, 44px);
	object-fit: contain;
}

.businessPage .businessCard-desc {
	flex: 1;
	min-width: 0;
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: clamp(14px, 0.95vw, var(--fz-18));
	font-weight: 700;
	line-height: 1.5;
	word-break: keep-all;
}





/* ========== Location ========== */
.locationPage .section1 {
	padding: 160px 0 200px;
}

.locationPage .locationBox {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.locationPage .locationMap {
	flex: 1;
	min-width: 0;
	min-height: 700px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 16px;
	box-sizing: border-box;
}

.locationPage .locationMap iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locationPage .locationInfo {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: space-between;
	width: 508px;
	min-height: 700px;
	padding: 60px 40px;
	border-radius: 16px;
	background: #37a7ca;
	box-sizing: border-box;
}

.locationPage .locationInfo-tit {
	margin: 0 0 24px;
	color: #fafafa;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-32);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.16px;
}

.locationPage .locationInfo-addr {
	margin: 0;
	color: #f2f2f2;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
}

.locationPage .locationInfo-contactTit {
	margin: 0 0 24px;
	color: #fafafa;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-26);
	font-weight: 600;
	line-height: 1.3;
}

.locationPage .locationInfo-line {
	width: 100%;
	height: 1px;
	margin-bottom: 24px;
	background: #fafafa;
}

.locationPage .locationInfo-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.locationPage .locationInfo-list > li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.locationPage .locationInfo-list .label {
	flex-shrink: 0;
	width: 60px;
	color: #f2f2f2;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.5;
}

.locationPage .locationInfo-list .value {
	flex: 1;
	min-width: 0;
	color: #f2f2f2;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.5;
	word-break: break-all;
}





/* ========== Product List ========== */
.productPage .section1 {
	padding: 0 0 200px;
}

.productPage .productLayout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.productPage .productFilter {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	gap: 60px;
	width: 361px;
	padding: 60px 40px;
	border-radius: 16px;
	background: #fafafa;
	box-sizing: border-box;
}

.productPage .productFilter-group {
	width: 100%;
}

.productPage .productFilter-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0 0 22px;
	border: 0;
	border-bottom: 2px solid #666;
	background: transparent;
	color: #1a3556;
	font-family: "Manrope", sans-serif;
	font-size: var(--fz-26);
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.productPage .productFilter-chevron {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.productPage .productFilter-group:not(.is-open) .productFilter-chevron {
	transform: rotate(-90deg);
}

.productPage .productFilter-group:not(.is-open) .productFilter-list {
	display: none;
}

.productPage .productFilter-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productPage .productFilter-list > li {
	border-bottom: 1px solid #ccc;
}

.productPage .productFilter-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 20px 8px 21px;
	cursor: pointer;
}

.productPage .productFilter-item input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.productPage .productFilter-check {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	border: 1px solid #666;
	border-radius: 4px;
	background: #fafafa;
	box-sizing: border-box;
}

.productPage .productFilter-check img {
	display: none;
	width: 12px;
	height: 12px;
}

.productPage .productFilter-item input:checked + .productFilter-check,
.productPage .productFilter-item.is-active .productFilter-check {
	border-color: #37a7ca;
	background: #37a7ca;
}

.productPage .productFilter-item input:checked + .productFilter-check img,
.productPage .productFilter-item.is-active .productFilter-check img {
	display: block;
}

.productPage .productFilter-label {
	color: #808080;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.48px;
}

.productPage .productFilter-item input:checked ~ .productFilter-label,
.productPage .productFilter-item.is-active .productFilter-label {
	color: #0089b2;
	font-weight: 600;
}

.productPage .productContent {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 40px;
	min-width: 0;
}

.productPage .productSearchWrap {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	padding: 40px;
	border-radius: 16px;
	background: #f2f2f2;
	box-sizing: border-box;
}

.productPage .productTotal {
	display: flex;
	flex-shrink: 0;
	align-items: flex-start;
	gap: 16px;
	margin: 0;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-32);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.16px;
	white-space: nowrap;
}

.productPage .productTotal-label {
	color: #808080;
}

.productPage .productTotal-num {
	color: #0089b2;
}

.productPage .productSearch {
	display: flex;
	flex: 1;
	align-items: center;
	min-width: 0;
	height: 60px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

.productPage .productSearch-field {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 16px;
	min-width: 0;
	height: 100%;
	padding: 0 24px 0 40px;
	box-sizing: border-box;
}

.productPage .productSearch-icon {
	display: block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.productPage .productSearch-input {
	flex: 1;
	min-width: 0;
	height: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: #333;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.5;
}

.productPage .productSearch-input::placeholder {
	color: #808080;
}

.productPage .productSearch-submit {
	flex-shrink: 0;
	width: 112px;
	height: 100%;
	border: 0;
	border-radius: 16px;
	background: #333;
	color: #fafafa;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-15);
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
}

.productPage .productList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.productPage .productItem-link {
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: inherit;
	text-decoration: none;
}

.productPage .productItem-img {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 16px;
	background: #f5f5f5;
}

.productPage .productItem-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.productPage .productItem-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.productPage .productItem-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.productPage .productItem-tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 4px;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-15);
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}

.productPage .productItem-tag--brand {
	background: #e6e6e6;
	color: #808080;
}

.productPage .productItem-tag--cate {
	background: #37a7ca;
	color: #fafafa;
}

.productPage .productItem-tit {
	margin: 0 0 8px;
	color: #333;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-26);
	font-weight: 600;
	line-height: 1.3;
	word-break: keep-all;
}

.productPage .productItem-desc {
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.5;
}

.productPage .paging {
	margin-top: 40px;
}





/* ========== Brands ========== */
.brandsPage .section1 {
	position: relative;
	padding: 200px 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, #fff 0%, #dae4ef 40%, rgba(218, 228, 239, 0) 100%),
		url(/images/page/brands_bg.png) no-repeat center bottom / cover;
}

.brandsPage .brandsIntro {
	margin: 0;
	color: #000;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.5;
	word-break: keep-all;
}

.brandsPage .brandList {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}

.brandsPage .brandCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	box-sizing: border-box;
	padding: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.brandsPage .brandCard-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding: 16px 0;
}

.brandsPage .brandCard-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* 로고 leaf — 피그마 outer 80px 박스 내 브랜드별 실제 치수 유지 */
.brandsPage .brandCard-logo--pacbio img {
	width: 160px;
	height: 35px;
}

.brandsPage .brandCard-logo--bionano img {
	width: 200px;
	height: 58px;
}

.brandsPage .brandCard-logo--vizgen img {
	width: 200px;
	height: 59px;
}

.brandsPage .brandCard-logo--missionbio img {
	width: 288px;
	height: 44px;
}

.brandsPage .brandCard-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.brandsPage .brandCard-line {
	width: 100%;
	height: 1px;
	background: #ccc;
}

.brandsPage .brandCard-name {
	margin: 0;
	color: #333;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-26);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	word-break: keep-all;
}

.brandsPage .brandCard-desc {
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-20);
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	word-break: keep-all;
}






.bbs {
	padding: 200px 0;
}
.bbs .bbs-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}
.bbs .bbs-top .total {
	font-size: var(--fz-20);
	font-weight: 500;
	color: #666;
}
.bbs .bbs-top .total span {
	color: #000;
}
.bbs .bbs-search {
	height: 60px;
	border-radius: 12px;
	border: 1px solid #ccc;
	display: flex;
}
.bbs .bbs-search__select {
	position: relative;
	width: 170px;
	height: 100%;
	padding: 0 30px;
	font-size: var(--fz-18);
	box-sizing: border-box;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: url(/images/page/select_arrow.png) no-repeat right 30px center;
	cursor: pointer;
}
.bbs .bbs-search__field {
	display: inline-block;
	width: 400px;
	padding: 0 30px;
	position: relative;
}
.bbs .bbs-search__field:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background: #ccc;
}

.bbs .bbs-search__input {
	width: calc(100% - 25px);
	height: 100%;
	border: none;
	font-size: var(--fz-18);
	box-sizing: border-box;
}
.bbs .bbs-search__submit {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	appearance: none;
	background: none;
	border: none;
}

/* 브로셔 */
.bbs1 .bbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 70px;
}
.bbs1 .bbs-list__item {
	width: calc((100% - 210px) / 4);
}
.bbs1 .bbs-list__link {
	display: block;
	width: 100%;
}
.bbs1 .bbs-list__thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 391 / 518;
	border-radius: 16px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.bbs1 .bbs-list__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bbs1 .bbs-list__hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(55, 167, 202, 0.88);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s;
}
.bbs1 .bbs-list__link:hover .bbs-list__hover {
	opacity: 1;
}
.bbs1 .bbs-list__hover-txt {
	display: block;
	margin-top: 5px;
	font-size: var(--fz-22);
	font-weight: 700;
	color: #fff;
}
.bbs1 .bbs-list__cate {
	display: inline-block;
	border-radius: 4px;
	background: #e6e6e6;
	padding: 5px 10px;
	font-size: var(--fz-15);
	font-weight: 600;
	color: #808080;
	margin: 24px 0 16px;
}
.bbs1 .bbs-list__tit {
	font-size: var(--fz-26);
	font-weight: 500;
	color: #171717;
}

/* 뉴스, 프로모션 */
.bbs2 .bbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 30px;
}
.bbs2 .bbs-list__item {
	width: calc((100% - 60px) / 3);
}
.bbs2 .bbs-list__link {
	width: 100%;
	display: block;
}
.bbs2 .bbs-list__thumb {
	width: 100%;
	aspect-ratio: 572 / 320;
	border-radius: 16px;
	overflow: hidden;
}
.bbs2 .bbs-list__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.bbs2 .bbs-list__link:hover .bbs-list__img {
	transform: scale(1.1);
}
.bbs2 .bbs-list__tit {
	margin: 25px 0 15px;
	font-size: var(--fz-26);
	font-weight: 500;
	color: #171717;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bbs2 .bbs-list__con {
	font-size: var(--fz-20);
	line-height: 1.4em;
	height: 2.8em;
	color: #6c6c6c;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bbs2 .bbs-list__date {
	margin-top: 20px;
	font-family: "Manrope";
	font-size: var(--fz-20);
	font-weight: 500;
	color: #acacac;
}

.bbs-view {
	padding: 200px 0;
}
.bbs-view .tit-wrap {
	padding: 80px 110px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.bbs-view .tit-wrap .tit-wrap_tit {
	font-size: var(--fz-40);
	font-weight: 500;
}
.bbs-view .tit-wrap .tit-wrap_date {
	margin-top: 50px;
	font-family: "Manrope";
	font-size: var(--fz-24);
	font-weight: 500;
	color: #acacac;
}
.bbs-view .con-wrap {
	padding: 80px 110px;
	border-bottom: 1px solid #ccc;
}
.bbs-view .con-wrap .con-wrap_file {
	margin-top: 80px;
	display: flex;
	align-items: baseline;
}
.bbs-view .con-wrap .con-wrap_file dt {
	position: relative;
	padding-right: 32px;
	flex-shrink: 0;
	font-size: var(--fz-20);
	color: #333;
}
.bbs-view .con-wrap .con-wrap_file dt:after {
	content: "";
	position: absolute;
	right: 17px;
	top: 2px;
	width: 1px;
	height: 20px;
	background: #b3b3b3;
}
.bbs-view .con-wrap .con-wrap_file dt img {
	margin-right: 10px;
}
.bbs-view .con-wrap .con-wrap_file dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.bbs-view .con-wrap .con-wrap_file dd ul li {
	display: inline-block;
}
.bbs-view .con-wrap .con-wrap_file dd ul li a {
	font-size: var(--fz-20);
	color: #6c6c6c;
}
.bbs-view .list-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 80px auto 0;
	width: 180px;
	height: 60px;
	border-radius: 60px;
	background: #37a7ca;
	font-size: var(--fz-20);
	font-weight: 600;
	color: #fff;
}
.bbs-view .list-btn img {
	width: 16px;
}

.contact {
	padding: 200px 0;
}
.contact__required {
	text-align: right;
	font-size: var(--fz-20);
	font-weight: 500;
	margin-bottom: 20px;
}
.contact__required span {
	color: #37a7ca;
}
.contact__fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
	padding: 60px 0;
	border-top: 1px solid #666;
}
.contact__field {
	width: 100%;
}
.contact__field--half {
	width: 48%;
}
.contact__label {
	font-size: var(--fz-20);
	font-weight: 700;
	margin-bottom: 15px;
}
.contact__label span {
	color: #37a7ca;
}
.contact__input {
	font-size: var(--fz-20);
	width: 100%;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	height: 65px;
	padding: 0 20px;
	box-sizing: border-box;
}
.contact__textarea {
	width: 100%;
	height: 280px;
	overflow-y: hidden;
	padding: 20px;
	font-size: var(--fz-20);
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	resize: none;
}

.contact__agree-tit {
	font-size: var(--fz-20);
	font-weight: 700;
	margin-bottom: 15px;
}
.contact__agree-tit span {
	color: #37a7ca;
}

.contact__agree-box {
	width: 100%;
	padding: 30px 20px;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
}
.contact__agree-inner {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	font-size: var(--fz-18);
	font-weight: 700;
	line-height: 1.4em;
	color: #333;
}
.contact__agree-check {
	margin-top: 15px;
}
.contact__agree-input {
	display: none;
}
.contact__agree-label {
	position: relative;
	padding-left: 36px;
	font-size: var(--fz-18);
	font-weight: 700;
}
.contact__agree-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
}
.contact__agree-input:checked + .contact__agree-label:before {
	background: url(/images/page/contact_chk_icon.png) no-repeat center / contain;
	border: none;
}
.contact__recaptcha {
	margin-top: 40px;
}
.contact__actions {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #666;
	text-align: center;
}
.contact__submit {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 60px;
	border-radius: 60px;
	background: #37a7ca;
	border: none;
	font-size: var(--fz-20);
	font-weight: 600;
	color: #fff;
}


/* ========== Distributors ========== */
.distributorsPage .section1 {
	padding: 160px 0 200px;
}

.distributorsPage .distIntro {
	margin: 0 0 100px;
}

.distributorsPage .distIntro-tit {
	margin: 0 0 30px;
	color: #1a1a1a;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
	word-break: keep-all;
}

.distributorsPage .distIntro-desc {
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-26);
	font-weight: 400;
	line-height: 1.3;
	word-break: keep-all;
}

.distributorsPage .distLayout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.distributorsPage .distMapPanel {
	flex: 1;
	min-width: 0;
	padding: 40px 70px;
	border-radius: 16px;
	background: #dfeef2;
	box-sizing: border-box;
}

.distributorsPage .distMapPanel-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.distributorsPage .distRegionList {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
}

.distributorsPage .distRegionBtn {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 200px;
	height: 60px;
	padding: 16px 24px;
	border: none;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	cursor: pointer;
	box-sizing: border-box;
	text-align: left;
}

.distributorsPage .distRegionBtn-dot {
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #37a7ca;
}

.distributorsPage .distRegionBtn-txt {
	color: #1a1a1a;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-20);
	font-weight: 500;
	line-height: 1.6;
	opacity: 0.5;
	white-space: nowrap;
}

.distributorsPage .distRegionItem.is-active .distRegionBtn {
	background: #37a7ca;
}

.distributorsPage .distRegionItem.is-active .distRegionBtn-dot {
	background: #fafafa;
}

.distributorsPage .distRegionItem.is-active .distRegionBtn-txt {
	color: #fafafa;
	opacity: 1;
}

.distributorsPage .distMap {
	flex-shrink: 0;
	width: 420px;
	height: 560px;
	overflow: hidden;
}

.distributorsPage .distMap svg {
	display: block;
	width: 100%;
	height: 100%;
}

.distributorsPage .mapPin {
	cursor: pointer;
}

.distributorsPage .mapPin circle {
	transition: r 0.3s ease;
}

.distributorsPage .mapPin-glow {
	opacity: 0;
	transform-box: fill-box;
	transform-origin: center;
	pointer-events: none;
}

.distributorsPage .mapPin.is-active .mapPin-glow {
	animation: mapPinPulse 1.8s ease-out infinite;
}

@keyframes mapPinPulse {
	0% {
		opacity: 0.55;
		transform: scale(0.85);
	}
	70% {
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}

/* 충청 지역 — $showChungcheong=false 시 지도 핀도 숨김 */
.distributorsPage.is-hide-chungcheong .mapPin--chungcheong,
.distributorsPage.is-hide-chungcheong .distRegionItem--chungcheong,
.distributorsPage.is-hide-chungcheong .distAccItem--chungcheong {
	display: none;
}

.distributorsPage .distAccordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-shrink: 0;
	width: 511px;
}

.distributorsPage .distAccItem {
	border-radius: 16px;
	background: #fafafa;
}

.distributorsPage .distAccHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 24px 40px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background: #fff;
	backdrop-filter: blur(10px);
	cursor: pointer;
	box-sizing: border-box;
	text-align: left;
}

.distributorsPage .distAccHead-tit {
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-26);
	font-weight: 500;
	line-height: 1.3;
}

.distributorsPage .distAccItem.is-open .distAccHead-tit {
	color: #333;
}

.distributorsPage .distAccHead-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	transition: transform 0.25s ease;
}

.distributorsPage .distAccHead-icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.distributorsPage .distAccItem.is-open .distAccHead-icon {
	transform: scaleY(-1);
}

.distributorsPage .distAccBody {
	display: none;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
}

.distributorsPage .distContact {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.distributorsPage .distContact-row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.distributorsPage .distContact-label {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	min-height: 27px;
	padding: 2px 0;
}

.distributorsPage .distContact-label img {
	display: block;
	width: 20px;
	height: 20px;
}

.distributorsPage .distContact-label span {
	width: 80px;
	color: #333;
	font-family: manrope, pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.48px;
}

.distributorsPage .distContact-value {
	flex: 1;
	min-width: 0;
	margin: 0;
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-18);
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
}

.distributorsPage .distContact-divider {
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background: #b3b3b3;
}
