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


.innerWrap{width:94%;margin:0 auto;}



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

/* ========== About — sticky expand (Figma 시작 구도) ========== */
.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: 120px 0 80px;
}

.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: 26%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 4%;
	text-align: center;
	transform: translateY(-50%);
	will-change: transform;
}

.sub-visual .sub-tit-wrap .dep1 {
	width: min(300px, 40vw);
	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: 16px 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 {
	margin-top: 36px;
	color: #111;
	font-size: var(--fz-60);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.15;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(-50px);
	animation: subVisualAni02 0.8s 0.7s forwards;
}

@keyframes subVisualAni01 {
	100% {
		width: min(300px, 40vw);
	}
}

@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 .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 {
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.96px;
	text-align: center;
	white-space: nowrap;
}

.sub-visual + #main {
	/* 공통 비주얼 다음 본문 — 페이지별 섹션 padding 사용 */
}

.aboutPage .section1,
.aboutPage .section2,
.aboutPage .section3,
.aboutPage .section4 {
	position: relative;
	background: #fff;
}

.aboutPage .innerwrap {
	width: 94%;
	margin: 0 auto;
}

.aboutPage .section1 {
	padding: 100px 0 80px;
}

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

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

.aboutPage .aboutVision-label {
	margin: 0 0 24px;
	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;
	word-break: keep-all;
	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: 38%;
	max-width: 420px;
	aspect-ratio: 500 / 333;
	overflow: hidden;
	border-radius: 16px;
}

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

.aboutPage .section2 {
	padding: 0 0 80px;
}

.aboutPage .aboutMission {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	min-height: 480px;
	padding: 100px 60px;
}

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

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

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

.aboutPage .aboutMission-label {
	margin: 0 0 24px;
	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.5;
}

.aboutPage .section3 {
	padding: 80px 0;
	background: linear-gradient(180deg, #fff 0%, #dae4ef 100%);
}

.aboutPage .aboutValue-tit {
	margin: 0 0 20px;
	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);
	line-height: 1.4;
}

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

.aboutPage .aboutValue-list > li {
	flex: 1;
	max-width: 320px;
}

.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: 12px;
	margin-top: 36px;
	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: 100px 0 120px;
	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 50px;
	color: #fff;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-52);
	font-weight: 700;
	line-height: 1.4;
}

.aboutPage .aboutCapability-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

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

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

.aboutPage .aboutCapability-icon img {
	display: block;
	width: 90px;
	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);
	line-height: 1.4;
}





/* ========== Business Area ========== */
.businessPage .section1 {
	padding: 100px 3% 70px;
}

.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 3% 140px;
}

.businessPage .businessList {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.businessPage .businessItem {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border-radius: 20px;
	background: #fafafa;
}

.businessPage .businessItem-img {
	flex-shrink: 0;
	width: 46%;
	aspect-ratio: 800 / 790;
	overflow: hidden;
	border-radius: 20px;
	will-change: clip-path;
}

.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: 48px 40px;
	box-sizing: border-box;
}

.businessPage .businessItem-head {
	padding-bottom: 28px;
}

.businessPage .businessItem-head .num {
	margin: 0 0 16px;
	color: #37a7ca;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-50);
	font-weight: 700;
	line-height: 1.2;
}

.businessPage .businessItem-head .tit {
	margin: 0;
	color: #333;
	font-family: pretendard, sans-serif;
	font-size: clamp(28px, 3.6vw, 40px);
	font-weight: 700;
	line-height: 1.25;
	word-break: keep-all;
}

.businessPage .businessItem-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.businessPage .businessCard {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-right: 24px;
	border-radius: 14px;
	background: #fff;
}

.businessPage .businessCard-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 14px;
	background: #37a7ca;
}

.businessPage .businessCard-icon img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
}

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

.businessPage .businessCard-desc br {
	display: none;
}





/* ========== Location ========== */
.locationPage .innerwrap {
	width: 94%;
	margin: 0 auto;
}

.locationPage .section1 {
	padding: 100px 0 140px;
}

.locationPage .locationBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.locationPage .locationMap {
	width: 100%;
	aspect-ratio: 16 / 10;
	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-direction: column;
	justify-content: space-between;
	gap: 48px;
	width: 100%;
	min-height: 0;
	padding: 48px 36px;
	border-radius: 16px;
	background: #37a7ca;
	box-sizing: border-box;
}

.locationPage .locationInfo-tit {
	margin: 0 0 20px;
	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 20px;
	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: 20px;
	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 .innerwrap {
	width: 94%;
	margin: 0 auto;
}

.productPage .section1 {
	padding: 0 0 140px;
}

.productPage .productLayout {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.productPage .productFilter {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	padding: 40px 32px;
	border-radius: 16px;
	background: #fafafa;
	box-sizing: border-box;
}

.productPage .productFilter-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0 0 18px;
	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: 18px 8px;
	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-direction: column;
	gap: 32px;
	min-width: 0;
}

.productPage .productSearchWrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	padding: 32px;
	border-radius: 16px;
	background: #f2f2f2;
	box-sizing: border-box;
}

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

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

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

.productPage .productSearch {
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

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

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

.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: 100px;
	height: 100%;
	border: 0;
	border-radius: 14px;
	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(2, minmax(0, 1fr));
	gap: 40px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.productPage .productItem-link {
	display: flex;
	flex-direction: column;
	gap: 20px;
	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: 14px;
}

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

.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 6px;
	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: 20px;
}





/* ========== Brands ========== */
.brandsPage .innerwrap {
	width: 94%;
	margin: 0 auto;
}

.brandsPage .section1 {
	position: relative;
	padding: 140px 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(2, minmax(0, 1fr));
	gap: 24px;
	margin: 70px 0 0;
	padding: 0;
	list-style: none;
}

.brandsPage .brandCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	box-sizing: border-box;
	padding: 32px;
	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: 72px;
	box-sizing: border-box;
	padding: 12px 0;
}

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

.brandsPage .brandCard-logo--pacbio img {
	width: 140px;
	height: 31px;
}

.brandsPage .brandCard-logo--bionano img {
	width: 180px;
	height: 52px;
}

.brandsPage .brandCard-logo--vizgen img {
	width: 180px;
	height: 53px;
}

.brandsPage .brandCard-logo--missionbio img {
	width: 240px;
	height: 37px;
}

.brandsPage .brandCard-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	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;
}
/* ========== Distributors ========== */
.distributorsPage .innerwrap {
	width: 94%;
	margin: 0 auto;
}

.distributorsPage .section1 {
	padding: 100px 0 140px;
}

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

.distributorsPage .distIntro-tit {
	margin: 0 0 20px;
	color: #1a1a1a;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-40);
	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-20);
	font-weight: 400;
	line-height: 1.4;
	word-break: keep-all;
}

.distributorsPage .distLayout {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.distributorsPage .distMapPanel {
	width: 100%;
	padding: 32px 40px;
	border-radius: 16px;
	background: #dfeef2;
	box-sizing: border-box;
}

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

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

.distributorsPage .distRegionBtn {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 140px;
	height: 52px;
	padding: 12px 16px;
	border: none;
	border-radius: 12px;
	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-16);
	font-weight: 500;
	line-height: 1.4;
	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: 1;
	min-width: 0;
	max-width: 360px;
	margin: 0 auto;
	aspect-ratio: 420 / 560;
	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);
	}
}

.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: 12px;
	width: 100%;
}

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

.distributorsPage .distAccHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 20px 28px;
	border: 1px solid #ccc;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
	text-align: left;
}

.distributorsPage .distAccHead-tit {
	color: #666;
	font-family: pretendard, sans-serif;
	font-size: var(--fz-22);
	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: 28px;
	box-sizing: border-box;
	overflow: hidden;
}

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

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

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

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

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

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

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