@charset "utf-8";
/* ********************************************************************
 * name : 동아대학교 고기능성밸브 기술지원센터
 * filename : main.css
 * author : JBieN 제이비엔
 * date : 2026-06-26
********************************************************************* */
#main-content { position: relative; min-width: 320px; width: 100%; }

/* =============================================
   Hero
============================================= */
#hero { overflow: hidden; width: 100%; height: 100vh; position: relative; background-color: #000; }
.heroSlide { width: 100%; height: 100vh; float: left; transition: opacity .6s ease, transform .3s ease; }
.heroSlide .swiper-slide { backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; }
.heroSlideItem { height: 100%; }

.heroImg {width: 100%; height: 100%;background-size: cover !important;transform: scale(1.08);transition: transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);will-change: transform;}

/* TODO: 슬라이드별 이미지 */
.heroImg01 { background: #000 url(../img/main/m_vis01.jpg) no-repeat 50% 50% / cover; }
.heroImg02 { background: #000 url(../img/main/m_vis02.jpg) no-repeat 50% 50% / cover; }
.heroImg03 { background: #000 url(../img/main/m_vis03.jpg) no-repeat 50% 50% / cover; }

.activeItem .heroImg { transform: scale(1); }

/* heroTxt */
.heroTxtWrap { position: absolute; left: 7vw; top: 23vh; width: 100%; height: 100%; z-index: 1; }
.heroTxt { display: flex; align-items: flex-start; height: 100%; flex-direction: column; }
.heroTxt .heroTxt01 span,
.heroTxt .heroTxt02 { opacity: 0; }
.ani .heroTxt .heroTxt01 span,
.ani .heroTxt .heroTxt02 { opacity: 1; }
.heroTxt .heroTxt01 { font-size: 3.2vw; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; color: #fff; }
.heroTxt .heroTxt01 span { display: block; }
.heroTxt .heroTxt01 span em { font-weight: inherit; }
.heroTxt .heroTxt02 { font-size: clamp(15px,1.1vw,25px); line-height: 1.41; color: #fff; margin-top: 2rem; }

.activeItem .heroTxt01 span,
.activeItem .heroTxt02 { animation: txtActiveAni 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; }
.activeItem .heroTxt01 span:nth-child(1) { animation-delay: 0.3s; }
.activeItem .heroTxt01 span:nth-child(2) { animation-delay: 0.45s; }
.activeItem .heroTxt02 { animation-delay: 0.75s; }
.prevItem .heroTxt01 span,
.prevItem .heroTxt02 { animation: txtFadeOut .8s cubic-bezier(0.4, 0, 0.2, 1) both; }

@keyframes txtActiveAni {
  from { opacity: 0; transform: translateX(100px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes txtFadeOut {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-60px); }
}

/* heroControl */
.heroControl { position: absolute; z-index: 99; left: 3%; height: 100%; }

.heroArrow {display: flex;align-items: center;opacity: 0;transform: translateY(100%);transition: var(--transition-slow);position: absolute;top: 47vh; left: 4vw;}
.heroArrow button {display: block;width: 6rem; height: 6rem;border-radius: 50%;font-size: 2.4rem;color: #fff;background: rgb(0 0 0 / 10%);backdrop-filter: blur(1rem);margin-left: 1rem;overflow: hidden;}
.heroArrow button:first-child { margin-left: 0; }
.heroArrow button i { transition: var(--transition-base); position: relative; transition-delay: 0.2s; }
.heroArrow button:hover i { transition-delay: 0s; }
.heroArrow button span {position: absolute;background: var(--main-color);display: block;width: 0; height: 0;transform: translate(-50%, -50%);border-radius: 50%;transition: width 0.5s ease-out, height 0.5s ease-out;}
.heroArrow button:hover span { width: 40vw; height: 40vw; transition: width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s; }
.ani .heroArrow { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }

/* heroProgress */
.heroProgress { display: flex; align-items: center; height: 100%; margin-top: 4em; width: 10px; }
.heroProgressBar.swiper-pagination-bullets { display: flex; flex-direction: column; background: none; }
.heroProgressBar.swiper-pagination-bullets span { position: relative; width: 1px; height: 22.24rem; background: none; opacity: 1; }
.heroProgressBar.swiper-pagination-bullets span:first-child { margin-left: 0; }
.heroProgressBar.swiper-pagination-bullets span button { position: relative; display: block; width: 1px; height: 100%; margin: 0; padding: 0; background: rgba(255, 255, 255, .2); border: 0; font-size: 0; cursor: pointer; }
.heroProgressBar.swiper-pagination-bullets span button .bar { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; transform-origin: 50% 0%; transform: scaleY(0); transition: transform .5s linear; }
.heroProgressBar.swiper-pagination-bullets span button::before { white-space: nowrap; }
.heroProgressBar.swiper-pagination-bullets span button::after { position: absolute; left: 2rem; top: 50%; transform: translateY(-50%); font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; color: #fff; white-space: nowrap; clip-path: inset(0 100% 0 0); transition: clip-path .8s ease; }
.heroProgressBar.swiper-pagination-bullets span.swiper-pagination-bullet-active button::after { clip-path: inset(0 0 0 0); }
.heroProgressBar.swiper-pagination-bullets.play:not(.delay) span.swiper-pagination-bullet-active button .bar { transform: scaleY(1); transform-origin: 50% 0%; transition: transform 6.5s linear; }

/* inquiryMotion */
.inquiryMotion { width: clamp(300px, 17vw, 360px); height: 88px; position: absolute; bottom: 14vh; left: 7vw; z-index: 100; }
.inquiryBtn {width: 88px; height: 88px;display: flex;align-items: center;justify-content: flex-start;overflow: hidden;border-radius: 999px;background: rgb(255 255 255 / 12%);backdrop-filter: blur(8px);color: #fff;text-decoration: none;animation: inquiryBtnOpen 1s cubic-bezier(.16, 1, .3, 1) .8s forwards;}
.inquiryIcon { position: relative; flex: 0 0 88px; width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; }
.inquiryIcon img { width: 21px; height: 20px; }
.inquiryIcon::before { content: ""; width: 60px; height: 60px; border-radius: 50%; background: #1687ff; position: absolute; z-index: -1; }
.inquiryText { white-space: nowrap; margin-left: 13px; font-size: clamp(18px,1vw,23px); font-weight: 600; opacity: 0; transform: translateX(-18px); filter: blur(5px); animation: inquiryTextShow .55s ease .9s forwards; }
.inquiryBtn:hover .inquiryIcon::before { background: var(--hover-color); transition: all 0.5s ease; }

@keyframes inquiryBtnOpen { from { width: 88px; } to { width: clamp(300px, 17vw, 360px); } }
@keyframes inquiryTextShow { to { opacity: 1; transform: translateX(0); filter: blur(0); } }

/* projectStats */
.projectStats {position: absolute;right: 2.5vw;bottom: 0;transform: translateY(-20%);z-index: 10;width: 24vw;color: #fff;}
.projectStats h3 {font-size: 2.3vw;font-weight: 600;line-height: 1.2;}
.projectStatsSub {margin-top: 1.2rem;font-size: clamp(1rem, 1.2vw, 3rem);line-height: 1.2;}
.projectStatsList { margin-top: 2.2rem; position: relative; border-top: 1px solid rgba(255, 255, 255, .35); }
.projectStatsItem { display: flex; align-items: flex-start; gap: .4rem; flex-direction: column; padding: 1.5rem 0; position: relative; }

.projectStatsNum { display: flex; align-items: baseline; gap: 2em; }
.projectStatsNum strong {display: block;min-width: 8.5rem;font-size: 3vw;font-weight: 500;line-height: 1;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;}
.projectStatsNum span {display: block;font-size: 1.1vw;font-weight: 500;line-height: 1.2;}
.projectStatsText em {font-size: clamp(1rem, 1.2vw, 3rem);}

/* 마스크 애니메이션 초기 상태 (overflow는 처음부터 적용, opacity/clip-path는 JS 클래스로 토글) */
.projectStats h3,
.projectStatsSub,
.projectStatsNum strong,
.projectStatsNum span,
.projectStatsText em {display: block;overflow: hidden;clip-path: inset(0 0 100% 0);transform: translateY(-22px);opacity: 0;}

/* 라인 */
.projectStatsItem::after {content: "";position: absolute;left: 0; bottom: 0;width: 100%;height: 1px;background: rgba(255, 255, 255, .35);transform: scaleX(0);transform-origin: left center;}

/* 진입 애니메이션 */
.ani .projectStats h3 { animation: statMaskDown .9s cubic-bezier(.16, 1, .3, 1) .25s forwards; }
.ani .projectStatsSub { animation: statMaskDown .9s cubic-bezier(.16, 1, .3, 1) .38s forwards; }
.ani .projectStatsItem:nth-child(1) .projectStatsNum strong { animation: statMaskDown .9s cubic-bezier(.16, 1, .3, 1) .72s forwards; }
.ani .projectStatsItem:nth-child(1) .projectStatsNum span { animation: statMaskDown .8s cubic-bezier(.16, 1, .3, 1) .82s forwards; }
.ani .projectStatsItem:nth-child(1) .projectStatsText em { animation: statMaskDown .8s cubic-bezier(.16, 1, .3, 1) .94s forwards; }
.ani .projectStatsItem:nth-child(1)::after { animation: statLine .9s cubic-bezier(.16, 1, .3, 1) 1.02s forwards; }
.ani .projectStatsItem:nth-child(2) .projectStatsNum strong { animation: statMaskDown .9s cubic-bezier(.16, 1, .3, 1) 1.14s forwards; }
.ani .projectStatsItem:nth-child(2) .projectStatsNum span { animation: statMaskDown .8s cubic-bezier(.16, 1, .3, 1) 1.24s forwards; }
.ani .projectStatsItem:nth-child(2) .projectStatsText em { animation: statMaskDown .8s cubic-bezier(.16, 1, .3, 1) 1.36s forwards; }
.ani .projectStatsItem:nth-child(2)::after { animation: statLine .9s cubic-bezier(.16, 1, .3, 1) 1.42s forwards; }

@keyframes statMaskDown {
  from { clip-path: inset(0 0 100% 0); transform: translateY(-22px); opacity: 0; }
  to { clip-path: inset(0 0 0 0); transform: translateY(0); opacity: 1; }
}
@keyframes statLine { to { transform: scaleX(1); } }

/* =============================================
   Hero반응형
============================================= */
@media (max-width: 1700px) {
	.heroTxt .heroTxt01 {font-size: 4.2vw;}
	.heroTxt .heroTxt02 {font-size: 1.5vw;}

	.projectStats h3{font-size: 3.5vw;}
	.projectStatsNum span {font-size: 1.5vw;}
	.projectStatsNum strong {font-size: 4.5vw;}
	.projectStatsNum {gap: 0.5em;}
}

@media (max-width: 1280px) {
	.heroTxt .heroTxt01 {font-size: 4.5vw;}
	.heroTxt .heroTxt02 {font-size: 1.8vw;}

	.projectStats {width: 35vw;}
	.projectStats h3 {font-size: 4vw;}
	.projectStatsNum strong {font-size: 5vw;}
	.projectStatsSub,
	.projectStatsText em,
	.projectStatsNum span{font-size: 2vw;}
	.projectStatsNum {gap: 0.2em;}
}

@media (max-width: 820px) {
    .heroTxt .heroTxt01 {font-size: 5.5vw;}
    .heroTxt .heroTxt02 {font-size: 2.5vw;width: 80%;line-height: 1.5;}
	.heroArrow button {width: 4.5rem;height: 4.5rem;font-size: 2rem;}
	.heroProgress {display: none;}
	.heroTxtWrap {top: 27vh;left: 3vw;}
	.heroArrow {top: 20dvh;left: 0;}

	.inquiryMotion {left: 3vw;}
	.inquiryBtn {width:60px;height: 60px;}
	.inquiryIcon::before {width: 45px;height: 45px;}
	.inquiryIcon img {width: 16px;height: 15px;}
	.inquiryIcon {flex: 0 0 60px;width: 60px;height: 60px;}
	.inquiryText {font-size: 15px;}
	@keyframes inquiryBtnOpen { from { width: 60px; } to {width: 232px;} }
}

@media (max-width: 640px) {
	.heroImg:after{content: '';position: absolute;background: #000;width: 100%;height: 100%;opacity: 0.4;top: 0;left: 0;}
	.heroTxtWrap {top: 27vh;}
    .heroTxt .heroTxt01 {font-size: 7vw;width: 90dvw;}
	.heroTxt .heroTxt02 {font-size: 17px;width:90dvw;}
	.quickContact {top: 79dvh;width: 50px;height: 180px;}
	.quickText {font-size: 13px;}
	.inquiryMotion {bottom: inherit;left: 3vw;top: 50vh;display: none;}
	.projectStats {width: 75vw;right: inherit;left: 3vw;top: 70svh;}
	.projectStats h3 {font-size: 7vw;}
	.projectStatsNum strong {font-size: 8vw;}
	.projectStatsSub,
	.projectStatsText em,
	.projectStatsNum span{font-size: 3.5vw;}
	.projectStatsNum {gap: 0;}
	.projectStatsText em{display:none;}
	.projectStatsNum strong {min-width: 7rem;}
}

/* =============================================
   KolasSec
============================================= */
.kolasSec { position: relative; height: 100vh; min-height: 110rem; background: #202124; overflow: hidden; color: #fff; }
.kolasInner { position: relative; width: 100%; height: 100%; }

.kolasBg {position: absolute;left: 50%; top: 50%;width: 100vw; height: 100vh;transform: translate(-50%, -50%) scale(1);overflow: hidden;z-index: 1;transition: width 2.8s cubic-bezier(.22, 1, .36, 1), height 2.8s cubic-bezier(.22, 1, .36, 1), transform 2.8s cubic-bezier(.22, 1, .36, 1);}
.kolasBg img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.08); transition: transform 1.5s cubic-bezier(.16, 1, .3, 1); }
.kolasDim { position: absolute; inset: 0; background: rgba(0, 0, 0, .48); }

.kolasSec.isActive .kolasBg { width: min(1447px, 76vw); height: min(728px, 86vh); }
.kolasSec.isActive .kolasBg img { transform: scale(1); }

.kolasLeft { position: absolute; left: 1.2vw; top: 50%; z-index: 3; transform: translateY(-50%); }
.kolasLeft h2 { font-size: clamp(36px,3.5vw,7.8rem); line-height: 1.18; font-weight: 500; }
.kolasLeft h2 span { display: block; overflow: hidden; }
.kolasLeft h2 em { display: block; font-style: normal; transform: translateY(110%); transition: transform .9s cubic-bezier(.16, 1, .3, 1); }

.kolasRight { position: absolute; right: 1.5vw; top: 50%; z-index: 3; /*width: 60rem;*/ text-align: right; transform: translateY(-50%); }
.kolasRight h3 { font-size: clamp(25px,2vw,4.5rem); font-weight: 600; letter-spacing: -.04em; }
.kolasRight h3 span, .kolasRight p span { display: block; overflow: hidden; }
.kolasRight h3 em, .kolasRight p em { display: block; font-style: normal; transform: translateY(110%); transition: transform .85s cubic-bezier(.16, 1, .3, 1); }
.kolasRight p { margin-top: 3rem; font-size: clamp(16px,1vw,2.2rem); line-height: 1.75; font-weight: 500; color: rgba(255, 255, 255, .92); }

.kolasBtn { margin-top: 4.5rem; margin-left: auto; width: 194px; height: 74px; opacity: 0; transform: translateY(2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1), background .35s ease; }

.kolasSec.isActive .kolasLeft h2 span:nth-child(1) em { transform: translateY(0); transition-delay: .75s; }
.kolasSec.isActive .kolasLeft h2 span:nth-child(2) em { transform: translateY(0); transition-delay: .9s; }
.kolasSec.isActive .kolasRight h3 em { transform: translateY(0); transition-delay: 1.05s; }
.kolasSec.isActive .kolasRight p span:nth-child(1) em { transform: translateY(0); transition-delay: 1.18s; }
.kolasSec.isActive .kolasRight p span:nth-child(2) em { transform: translateY(0); transition-delay: 1.28s; }
.kolasSec.isActive .kolasBtn { opacity: 1; transform: translateY(0); transition-delay: 1.42s; }

/* =============================================
   EquipShowcase (장비소개 코비플로우 슬라이더 + 상세 팝업)
============================================= */
.equipShowcase { position: relative; background: #202124; }
.equipSec { position: relative; height: 500px; }
.equipSticky { position: relative; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }

.equipShowcase .equipSec .equipWrap {
  --centerW: 400px;
  --sideW: 245px;
  --itemGap: clamp(-100px, calc(16vw - 285px), 25px);
  --d1: calc(322.5px + var(--itemGap));
  --d2: calc(567.5px + var(--itemGap) * 2);
  --d3: calc(812.5px + var(--itemGap) * 3);
  --d4: calc(var(--d3) + 360px);
  --introScale: 1;
  position: relative;width: 100vw; transform: translateZ(0);will-change: transform;
}
.equipList { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.equipItem {
  --w: var(--sideW);
  --x: 0px;
  --o: 0;
  --z: 1;
  --lift: 0px;
  position: absolute;left: 50%; top: 54%;width: var(--w);aspect-ratio: 1;border-radius: 999px;overflow: hidden;
  opacity: var(--o); transform: translate3d(calc(-50% + var(--x)), calc(-50% + var(--lift)), 0) scale(var(--introScale));
  transition: width 1.9s cubic-bezier(.22, 1, .36, 1), transform 1.9s cubic-bezier(.22, 1, .36, 1), opacity 1.2s ease, filter 1.2s ease, box-shadow 1.9s cubic-bezier(.22, 1, .36, 1);
  z-index: var(--z);will-change: width, transform, opacity, filter;pointer-events: auto;
}

.equipWrap:not(.isReady) .equipItem { --x: 0px; --o: 0; --introScale: .55; }
.equipBtn { position: relative; display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; color: inherit; cursor: default; }
.equipBtn:focus-visible { outline: 3px solid rgba(244, 234, 216, .75); outline-offset: 8px; }
.equipBtn > img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); transition: transform 1.9s cubic-bezier(.22, 1, .36, 1); }
.equipCta {position: absolute;left: 50%; bottom: 30px;padding: 6px 18px 6px 0;background: rgb(0 0 0 / 5%);backdrop-filter: blur(3px);font-size: 14px;letter-spacing: -.02em;opacity: 0;transform: translateX(-50%) translateY(12px);transition: opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1);}
.equipCta .cmBicon { width: 3rem; height: 3rem; margin: 0 1rem 0 0.8rem; }
.equipCta .cmBicon > img { width: 14px; height: 14px; }

#equipSlide{cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none;}
#equipSlide.isDragging{cursor:grabbing;}
#equipSlide.isDragging *{cursor:grabbing!important;}
#equipSlide img{pointer-events:none;-webkit-user-drag:none;user-select:none;}
.equipItem .equipBtn{cursor:grab;}
.equipItem[data-pos="0"] .equipBtn{cursor:pointer;}

/* 중앙(활성) 아이템 */
.equipItem[data-pos="0"] { --w: var(--centerW); --x: 0px; --o: 1; --z: 14; --lift: -4px; pointer-events: auto; }
.equipItem[data-pos="0"] .equipBtn { cursor: pointer; }
.equipItem[data-pos="0"] .equipBtn img { transform: scale(1); }
.equipItem[data-pos="0"] .equipBtn:hover img { transform: scale(1.025); }
.equipItem[data-pos="0"] .equipCta { opacity: 1; transform: translateX(-50%) translateY(0); }

/* 양옆 아이템들 */
.equipItem[data-pos="-1"] { --x: calc(0px - var(--d1)); --o: .94; --z: 13; }
.equipItem[data-pos="1"] { --x: var(--d1); --o: .94; --z: 13; }
.equipItem[data-pos="-2"] { --x: calc(0px - var(--d2)); --o: .78; --z: 12; }
.equipItem[data-pos="2"] { --x: var(--d2); --o: .78; --z: 12; }
.equipItem[data-pos="-3"] { --x: calc(0px - var(--d3)); --o: .58; --z: 11; }
.equipItem[data-pos="3"] { --x: var(--d3); --o: .58; --z: 11; }
.equipItem[data-pos="-4"] { --x: calc(0px - var(--d4)); --o: 0; --z: 1; }
.equipItem[data-pos="4"] { --x: var(--d4); --o: 0; --z: 1; }

/* 처음 열릴 때 중앙에서 좌우로 부드럽게 퍼지는 딜레이 */
.equipSec.isAni .equipItem[data-pos="-1"],
.equipSec.isAni .equipItem[data-pos="1"] { transition-delay: .16s; }
.equipSec.isAni .equipItem[data-pos="-2"],
.equipSec.isAni .equipItem[data-pos="2"] { transition-delay: .34s; }
.equipSec.isAni .equipItem[data-pos="-3"],
.equipSec.isAni .equipItem[data-pos="3"] { transition-delay: .54s; }
.equipSec.isAni .equipItem[data-pos="-4"],
.equipSec.isAni .equipItem[data-pos="4"] { transition-delay: .72s; }
.equipWrap.isReady .equipItem { transition-delay: 0s !important; }


/* =============================================
   KolasSec EquipShowcase 반응형
============================================= */
@media (min-width: 2100px) {
	.kolasSec.isActive .kolasBg {width: 80vw; height: auto;}

	.equipSec {height: 700px; }
	.equipShowcase {padding: 5vh 0 8vh;}
	.equipShowcase .equipSec .equipWrap {
		--centerW: 600px;
		--sideW: 400px;
		--d1: calc(422.5px + var(--itemGap));
		--d2: calc(750.5px + var(--itemGap) * 2);
		--d3: calc(1046.5px + var(--itemGap) * 3);
	}
}

@media (max-width: 1800px) {
	.kolasSec{min-height: inherit;height: 80svh;max-height: 850px;}
	.kolasSec.isActive .kolasBg{height: auto;}
	
	.equipShowcase {padding-top: 3svh;}
}

@media (max-width: 1280px) {
	.kolasSec{max-height: 650px;}
	.kolasLeft h2 {font-size: clamp(26px, 2.5vw, 7.8rem);}
	.kolasRight p {font-size: clamp(14px, 1vw, 2.2rem);}
	.kolasBtn {height: 60px;}
	.kolasBtn .cmBicon {width: 4.8rem;height: 4.8rem;}
}

@media (max-width: 820px) {
	.kolasInner {padding: 7svh 3dvw;z-index: 1;}
	.kolasLeft,
	.kolasRight{position: initial;transform: initial;}
	.kolasSec.isActive .kolasBg {z-index: -1;width: 94dvw;margin-top: -40px;}
	.kolasLeft{}
	.kolasRight{text-align: left;padding-top: 240px;}
	.kolasRight p span,
	.kolasRight p em{display: contents;margin-top: 0;line-height: 1.5;}
	.kolasRight p {margin-top: 1.5rem;}
	.kolasBtn {margin-left: 0;margin-top: 2em;width: 166px;}
}

@media (max-width: 768px) {
	.equipWrap .cmBiconB{display:none;}
}

@media (max-width: 640px) {
	.kolasSec{height: 580px;}
	.kolasSec.isActive .kolasBg {margin-top: -60px;}
	.equipSec {height: 400px;}
}

/* =============================================
   TechSec (기술분야 리스트 + 호버 이미지) + keyFlow (키워드 흐름)
============================================= */

.techSec { background: #202124; overflow: hidden; color: #fff; container-type: inline-size; }
.techIn { width: 100%; min-height: 760px; padding: 0 0 clamp(50px, 30vh, 70px); display: flex; flex-direction: column; justify-content: center; }
.techList { position: relative; z-index: 2; width: min(100%, 1920px); margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.techItem a{position: relative;min-height: 132px;display: grid;grid-template-columns: minmax(250px, 330px) minmax(420px, 1fr) 44px;
  align-items: center;  column-gap: clamp(26px, 4vw, 72px);  border-bottom: 1px solid rgba(255, 255, 255, 0.09);  outline: none;  isolation: isolate;
  padding: 0 clamp(24px, 4vw, 30px);  transition: border-color 0.72s ease, box-shadow 0.72s ease;
 }
.techItem a::before {content: "";position: absolute;z-index: -1;inset: 0;
  background: radial-gradient(circle at 84% 50%, rgb(22 135 255 / 4%), rgba(22, 135, 255, 0) 38%), linear-gradient(90deg, rgb(255 255 255 / 0%), rgba(255, 255, 255, 0) 62%);
  opacity: 0;  transform: scaleX(0.985);  transform-origin: right center;
  transition: opacity 0.92s cubic-bezier(0.16, 1, 0.3, 1), transform 1.08s cubic-bezier(0.16, 1, 0.3, 1);
 }
.techItem a:hover,
.techItem a:focus-visible { z-index: 6; border-bottom-color: rgba(255, 255, 255, 0.16); }
.techItem a:focus-visible { box-shadow: inset 0 0 0 2px rgba(22, 135, 255, 0.72); }
.techItem a:hover::before,
.techItem a:focus-visible::before { opacity: 1; transform: scaleX(1); }

.techTit { margin: 0; font-size: clamp(24px, 1.6vw, 40px); font-weight: 400; line-height: 1.18; letter-spacing: -0.052em; color: rgba(255, 255, 255, 0.28); transition: color 0.62s ease, transform 0.88s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.72s ease; }
.techTxt { margin: 0; font-size: clamp(16px, 1.1vw, 24px); font-weight: 400; line-height: 1.58; letter-spacing: -0.04em; color: rgba(255, 255, 255, 0.25); opacity: 0.82; transition: color 0.62s ease, opacity 0.62s ease, transform 0.88s cubic-bezier(0.16, 1, 0.3, 1); }
.techPlus { justify-self: center; opacity: 0.34; transform: rotate(180deg); transition: opacity 0.58s ease, transform 0.82s cubic-bezier(0.16, 1, 0.3, 1); }

.techItem a:hover .techTit,
.techItem a:focus-visible .techTit,
.techItem a:hover .techTxt,
.techItem a:focus-visible .techTxt { color: #fff; opacity: 1; transform: translate3d(6px, -1px, 0); text-shadow: 0 10px 34px rgba(0, 0, 0, 0.34); }
.techItem a:hover .techPlus,
.techItem a:focus-visible .techPlus { opacity: 1; transform: rotate(45deg); }

.techImg {position: absolute;z-index: 10;top: 50%;right: clamp(36px, 47vw, 192px);width: var(--img-w); height: var(--img-h);margin: 0;overflow: hidden;pointer-events: none;
  background: #e7ebf0;  border-radius: 3px;  opacity: 0;  transform: translate3d(0, calc(-50% + 46px), 0) scale(0.955) rotateX(4deg);
  transform-origin: center bottom;  clip-path: inset(100% 0 0 0 round 3px);  filter: blur(9px) saturate(0.86) contrast(0.95);
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: opacity 0.78s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1.16s cubic-bezier(0.16, 1, 0.3, 1), filter 1.02s ease;
}
.techImg img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.12) translateY(12px); transform-origin: center; transition: transform 1.42s cubic-bezier(0.16, 1, 0.3, 1); }
.techImg::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.36) 44%, rgba(255, 255, 255, 0) 58%); opacity: 0; transform: translateX(-130%); }
.techItem a:hover .techImg,
.techItem a:focus-visible .techImg { opacity: 1; transform: translate3d(0, -50%, 0) scale(1) rotateX(0deg); clip-path: inset(0 0 0 0 round 3px); filter: blur(0) saturate(1) contrast(1); }
.techItem a:hover .techImg img,
.techItem a:focus-visible .techImg img { transform: scale(1.015) translateY(0); }
.techItem a:hover .techImg::after,
.techItem a:focus-visible .techImg::after { animation: imgShine 1.34s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both; }

@keyframes imgShine {
  0% { opacity: 0; transform: translateX(-130%); }
  24% { opacity: 0.55; }
  100% { opacity: 0; transform: translateX(130%); }
}

/* keyFlow: 무한 스크롤 키워드 띠 */
.keyFlow { position: relative; width: 100%; overflow: hidden; margin-top: clamp(116px, 14vh, 152px); }
.keyFlow::before,
.keyFlow::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(42px, 10vw, 210px); pointer-events: none; }
.keyFlow::before { left: 0; background: linear-gradient(90deg, #202226, rgba(32, 34, 38, 0)); }
.keyFlow::after { right: 0; background: linear-gradient(270deg, #202226, rgba(32, 34, 38, 0)); }
.keyTrack { display: flex; width: max-content; will-change: transform; animation: keyMove 48s linear infinite; padding: 2px 0; }
.keyGroup { display: flex; align-items: center; gap: clamp(22px, 1.8vw, 38px); margin: 0; padding: 0 clamp(22px, 1.8vw, 38px) 0 0; list-style: none; }
.keyGroup > li { display: flex; }
.keyItem {--bubbleX: 50%;--bubbleY: 50%;position: relative;isolation: isolate;overflow: hidden;height: 76px;min-width: clamp(184px, 12vw, 232px);padding: 0 34px;border-radius: 999px;
  display: inline-flex;  align-items: center;  justify-content: center;  border: 1px solid rgba(255, 255, 255, 0.055);  background: #25272b;  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1vw, 20px);  font-weight: 750;  letter-spacing: -0.04em;  white-space: nowrap;  transform: translateZ(0);
  transition: border-color 0.58s ease, color 0.58s ease, box-shadow 0.58s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
 }
.keyBubble { position: absolute; z-index: 0; top: var(--bubbleY); left: var(--bubbleX); display: block; width: 0; height: 0; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); background: linear-gradient(135deg, #0f7bf2 0%, #1687ff 52%, #49adff 100%); transition: width 0.52s ease-out, height 0.52s ease-out, opacity 0.34s ease-out; opacity: 0.92; }
.keyTxt { position: relative; z-index: 1;font-size: clamp(16px, 1vw, 22px);}
.keyItem:hover { border-color: rgba(255, 255, 255, 0.18); color: #fff; transform: translateY(-2px); }
.keyItem:hover .keyBubble { width: max(360px, 24vw); height: max(360px, 24vw); transition: width 0.58s ease-in 0.06s, height 0.58s ease-in 0.06s, opacity 0.24s ease-in; }

@keyframes keyMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-33.333333%, 0, 0); }
}


/* =============================================
   TechSec반응형
============================================= */
@media (min-width: 2100px) {
	.techList {width:calc(100% - 6%)}
	.techItem a {grid-template-columns: minmax(250px, 430px) minmax(420px, 1fr) 44px;}
}

@media (max-width: 1720px) {
	.techIn {min-height: 650px;}
	.techImg { right: 80px;}
	.keyFlow {margin-top: 100px;}
}

@media (max-width: 1480px) {
	.techItem a{min-height: 128px;grid-template-columns: minmax(130px, 202px) minmax(370px, 1fr) 40px;justify-content: space-around;}
	.techImg { right: 42px;width: 170px;height: auto; }
}

@media (max-width: 980px) {
	.techIn { min-height: auto; padding: 86px 0 80px; }
	.techItem a{ min-height: 174px; grid-template-columns: 1fr 36px; grid-template-areas: "tit plus" "txt plus"; align-content: center; row-gap: 12px; padding-right: 0;padding: 0 3%; }
	.techTit { grid-area: tit; }
	.techTxt { grid-area: txt; max-width: calc(100% - 24px); }
	.techPlus { grid-area: plus; }
	.techImg { right: 24px;}
	.keyFlow { margin-top: 56px; }
}

@media (max-width: 640px) {
	.techIn { padding: 66px 0 64px; }
	.techItem a{ min-height: 160px;grid-template-columns: 1fr 20px;}
	.techTit { font-size: 24px; }
	.techTxt { font-size: 15px; line-height: 1.5}
	.keyItem { height: 58px; min-width: 164px; padding: 0 22px; font-size: 15px; }
	.keyItem:hover .keyBubble { width: 320px; height: 320px; }
}


/* =============================================
   NewsSec (센터소식 카드 캐러셀 + logoPin 배경 심볼)
============================================= */
.newsSec { position: relative; padding: clamp(11rem, 11vw, 18rem) 0 clamp(13rem, 12vw, 15rem); overflow: clip; }
.newsIn { position: relative; z-index: 2; width: min(calc(100% - clamp(24px, 4vw, 80px)), 180rem); margin: 0 auto; }
.newsHead { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; margin-bottom: clamp(5.6rem, 5vw, 8.4rem); }
.newsLead { margin-bottom: 1.5rem; color: #006FF5; font-size: clamp(1.7rem, 1.25vw, 2.2rem); font-weight: 700; line-height: 1.2; }
.newsTit { font-size: clamp(3.6rem, 2.5vw, 6.2rem); font-weight: 600; line-height: 1.3; letter-spacing: -0.06em; }
.headBtns { display: flex; gap: 1.4rem; align-items: center; }
.newsCtrl { display: flex; gap: 1rem; align-items: center; }

.ctrlBtn {--mx: 50%; --my: 50%;position: relative;isolation: isolate;display: flex;align-items: center;justify-content: center;width: 6rem; height: 6rem;
  border-radius: 50%;  font-size: 2.4rem;  overflow: hidden;  color: #162033;  background: rgba(247, 249, 252, 0.9);  backdrop-filter: blur(0.6rem);
  transition: color 0.35s var(--news-ease), border-color 0.35s var(--news-ease), transform 0.45s var(--news-ease), box-shadow 0.45s var(--news-ease);
  }
.ctrlBtn:hover,
.ctrlBtn:focus-visible { color: #fff; }

.btnBub {position: absolute;z-index: -1;top: var(--my, 50%); left: var(--mx, 50%);display: block;width: 0; height: 0;
  border-radius: 50%;  background: var(--main-color);  transform: translate(-50%, -50%);  transition: width 0.48s ease-out, height 0.48s ease-out;
}
.ctrlBtn:hover .btnBub,
.ctrlBtn:focus-visible .btnBub { width: 36rem; height: 36rem; transition: width 0.5s ease-in 0.08s, height 0.5s ease-in 0.08s; }

.btnTxt { position: relative; z-index: 1; }

.newsGo {--mx: 3.6rem; --my: 50%;isolation: isolate;height: 8rem;padding: 0 3rem 0 0.2rem;border-radius: 999rem;overflow: hidden;
  color: #15305a;  font-size: 1.6rem;  font-weight: 700;  letter-spacing: -0.03em;  background: #f3f7ff;
  transition: color 0.42s var(--news-ease), transform 0.42s var(--news-ease), box-shadow 0.42s var(--news-ease);
}

/* logoPin: JS가 --logo-alpha / --logo-blur / --logo-scale / --logo-y 를 직접 제어 */
.logoPin {--logo-alpha: 0;--logo-blur: 14px;--logo-scale: .96;--logo-y: -16px;position: fixed;top: 50vh; left: 50vw;z-index: -1;height: 0;
  pointer-events: none;  opacity: var(--logo-alpha);  filter: blur(var(--logo-blur));transform: translate(-23.5vh, calc(-25vh + var(--logo-y))) scale(var(--logo-scale));
  transform-origin: center;  will-change: opacity, filter, transform;transition: opacity .18s linear, filter .18s linear, transform .18s linear;
}
.logoSym { width: clamp(40rem, 22vw, 76rem); display: block; }

.newsView { --cueX: 50%; --cueY: 50%; position: relative; z-index: 3; width: 100%; overflow: hidden; outline: none; }
.newsView:focus-visible { border-radius: 2.6rem; box-shadow: 0 0 0 0.4rem rgba(7, 133, 255, 0.24); }
.newsTrack {padding: 5em 0 9em;display: flex;gap: var(--gap-size);will-change: transform;transform: translate3d(0, 0, 0);
  transition-property: transform;  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);  transition-duration: 780ms;
}
.newsSlide { flex: 0 0 calc((100% - (var(--gap-size) * 3)) / 4); min-width: 0; }
.newsCard { position: relative; min-height: clamp(42rem, 27vw, 51rem); }
.cardLink {position: relative;display: block;min-height: clamp(45rem, 30vw, 53rem);
  padding: clamp(20rem, 13.4vw, 23rem) clamp(2.7rem, 1.9vw, 3.8rem) clamp(3rem, 2.3vw, 4.4rem);
  border-radius: clamp(1.8rem, 1.35vw, 2.6rem);  overflow: hidden;  background: rgb(243 244 246 / 75%);  transform: translateY(0);
  transition: background 0.45s var(--news-ease), transform 0.6s var(--news-ease), box-shadow 0.6s var(--news-ease), border-color 0.45s var(--news-ease);
  backdrop-filter: blur(1rem);
}
.cardLink::before { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; }

.newsCard:hover .cardLink,
.newsCard:focus-within .cardLink { background: rgba(247, 249, 252, 0.82); color: #3368b6; }
.newsCard:hover .cardLink::before,
.newsCard:focus-within .cardLink::before { opacity: 1; }
.cardLink:focus-visible { outline: 0.4rem solid rgba(7, 133, 255, 0.34); outline-offset: 0.4rem; }

.cardFig {position: absolute;top: clamp(2.8rem, 2vw, 4rem); left: clamp(2.7rem, 1.9vw, 3.8rem);z-index: 2;width: min(25rem, 63%);aspect-ratio: 1.62 / 1;overflow: hidden;
  border-radius: 1.2rem;  opacity: 0;  filter: blur(1.2rem);  clip-path: inset(0 100% 0 0 round 1.2rem);  transform: translate3d(0, 2.8rem, 0) scale(0.96);
  transition: opacity 0.56s var(--news-ease), filter 0.9s var(--news-ease), transform 0.9s var(--news-ease), clip-path 0.9s var(--news-ease);
}
.cardFig::after { content: ""; position: absolute; inset: -20%; background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.65) 48%, transparent 68%); opacity: 0; transform: translateX(-80%); transition: opacity 0.4s var(--news-ease), transform 1.1s var(--news-ease); }
.cardFig img { width: 100%; height: 100%; object-fit: cover; }

.newsCard:hover .cardFig,
.newsCard:focus-within .cardFig { opacity: 1; filter: blur(0); clip-path: inset(0 0 0 0 round 1.2rem); transform: translate3d(0, 0, 0) scale(1); }
.newsCard:hover .cardFig::after,
.newsCard:focus-within .cardFig::after { opacity: 1; transform: translateX(80%); }

.cardIco { position: absolute; top: 3.5em; right: clamp(2.8rem, 2vw, 4rem); width: 1.8rem; height: 1.8rem; z-index: 4; transform: rotate(180deg); filter: brightness(0) saturate(100%); }
.newsCard:hover .cardIco,
.newsCard:focus-within .cardIco { transform: rotate(45deg); transition: all 0.5s ease; filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2582%) hue-rotate(199deg) brightness(101%) contrast(102%); }

.cardTit,
.cardTxt { position: relative; z-index: 3; }
.cardTit { display: -webkit-box;overflow: hidden; color: #101218; font-size: clamp(2rem, 1.25vw, 2.8rem); font-weight: 700; line-height: 1.28; letter-spacing: -0.055em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: color 0.35s var(--news-ease), transform 0.6s var(--news-ease); }
.newsCard:hover .cardTit,
.newsCard:focus-within .cardTit { color: var(--main-color); transform: translateY(-0.2rem); }
.cardTxt { display: -webkit-box; margin-top: clamp(3.2rem, 2vw, 5.2rem); overflow: hidden; color: #273141; font-size: clamp(1.45rem, 0.95vw, 1.67rem); font-weight: 500; line-height: 1.85; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }

.viewCue { position: absolute; top: 0; left: 0; z-index: 10; display: grid; place-items: center; width: 9.4rem; height: 9.4rem; border-radius: 50%; pointer-events: none; color: #fff; opacity: 0; transform: translate3d(var(--cueX), var(--cueY), 0) translate(-50%, -50%) scale(0.78); transition: opacity 0.22s ease, transform 0.38s var(--news-ease); will-change: transform; }
.newsView.hasCue .viewCue { opacity: 1; transform: translate3d(var(--cueX), var(--cueY), 0) translate(-50%, -50%) scale(1); }
.cueRing { position: absolute; inset: 0; border-radius: inherit; background: rgba(7, 133, 255, 0.94); box-shadow: 0 2rem 5rem rgba(7, 133, 255, 0.34); }
.cueIco { position: absolute; top: 2.5em; right: clamp(2.8rem, 2vw, 4rem); width: 1.8rem; height: 1.8rem; z-index: 4; transform: rotate(45deg); }
.cueTxt { position: relative; margin-top: 2.1rem; font-size: 1.2rem; font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; }

/* =============================================
   News 반응형
============================================= */
@media (hover: none) and (pointer: coarse) {
  .viewCue { display: none; }
  .cardFig { opacity: 1; filter: none; clip-path: inset(0 0 0 0 round 1.2rem); transform: none; }
}

@media (min-width: 2100px) {
	.newsIn {width:calc(100% - 6%)}
}

@media (max-width: 1680px) {
	.newsSec {padding: 10rem 0 5rem;}
	.newsHead {margin-bottom: 3rem;}
}

@media (max-width: 1280px) {
  .newsSlide { flex-basis: calc((100% - (var(--gap-size) * 2)) / 3); }
}

@media (max-width: 960px) {
	.newsSec {padding: 10rem 0 2rem;}
	.newsTrack {padding: 2em 0 9em;}
	.newsHead { grid-template-columns: 1fr; align-items: start; }
	.headBtns { width: 100%; flex-direction: row; justify-content: space-between; }
	.newsSlide { flex-basis: calc((100% - var(--gap-size)) / 2); }
	.cardFig {opacity:1;filter: none;clip-path: none;transform: none;transition: none;}
	.cardTit {margin-top: 1em;}
	.cardTxt {margin-top: 2rem;}
}

@media (max-width: 640px) {
	.newsSec {padding: 10rem 0 0;}
	.newsIn {width: calc(100% - 6%);}
	.newsSlide { flex-basis: 100%; }
	.logoPin { display: none; }
	.cardTit {font-size: 22px;font-weight: 600;}
	.cardTxt {font-size: 15px;font-weight: 300;line-height: 1.6;margin-top: 1em;}
}


/* =============================================
   inqSec (온라인 문의)
============================================= */
.inqSec {position: relative;background: #fff;overflow: hidden;}
.inqSec::before {content: "";position: absolute;left: 0; top: 0;width: 100%; height: 120px;pointer-events: none;background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 100%);}

.inqIn {
  --bgX: 0px;
  --bgY: 0px;
  --scrY: 0px;
  position: relative;  display: flex;  align-items: center;  justify-content: space-between;  gap: clamp(4rem, 7vw, 12rem);  width: min(184rem, calc(100% - 3.2rem));  min-height: clamp(28rem, 21vw, 39rem);
  margin: 0 auto;  padding: clamp(5.4rem, 6vw, 8.4rem) clamp(5rem, 8.2vw, 16rem);  overflow: hidden;  border-radius: 2rem;
  background: url('../img/main/inq_bg.jpg') no-repeat; background-size: calc(110% + 2rem) auto;
  background-position: calc(50% + var(--bgX)) calc(50% + var(--bgY) + var(--scrY));
  isolation: isolate;  transform: translateZ(0);
  transition: background-size 1.25s var(--ease), filter 1.25s var(--ease), transform 1.25s var(--ease);
  will-change: background-position, background-size;
}

.inqCopy, .inqBtns { position: relative; z-index: 2; }
.inqCopy { max-width: 58rem; color: #fff; }
.inqLabel { margin-bottom: 1.3rem; font-size: clamp(1.5rem, 1vw, 1.8rem); font-weight: 600;}
.inqTit { font-size: clamp(3.8rem, 3.4vw, 5.4rem); line-height: 1.08; font-weight: 600; }
.inqTxt { margin-top: 1.8rem; color: rgb(255 255 255 / 80%); font-size: clamp(1.7rem, 1.35vw, 2rem); font-weight: 500; line-height: 1.75; }

.inqBtns { display: flex; align-items: center; gap: 1.5em; }
.inqBtn {--x: 50%; --y: 50%;isolation: isolate;position: relative;display: inline-flex;align-items: center;justify-content: center;
  min-width: clamp(23rem, 16vw, 30rem);  min-height: clamp(6.4rem, 4.2vw, 7.6rem);  padding: 0 3rem;  overflow: hidden;  border-radius: 999rem;  color: #fff;  
  font-size: clamp(1.5rem, .95vw, 1.8rem);  font-weight: 500; background: var(--main-color);  transition:background-color .45s var(--ease);
}
.inqBtn.isMain { background: var(--main-color); }
.inqBtn.isSub { background: rgb(255 255 255 / 0%); backdrop-filter: blur(1.4rem);}
.inqBtn.isSub:hover,
.inqBtn.isSub:focus-visible { background: rgba(23, 134, 255, .65); }

.inqBtn .btnTxt { position: relative; z-index: 2; }
.inqBtn .btnBubble {position: absolute;left: var(--x); top: var(--y);z-index: 1;width: 0; height: 0;border-radius: 50%;
  background: var(--main-deep);  opacity: .95;  transform: translate(-50%, -50%);  transition: width .48s ease-out, height .48s ease-out;  pointer-events: none;
}
.inqBtn.isSub .btnBubble { background: var(--main-color); }
.inqBtn:hover .btnBubble,
.inqBtn:focus-visible .btnBubble { width: 42rem; height: 42rem; transition: width .52s ease-in .06s, height .52s ease-in .06s; }


/* =============================================
   반응형
============================================= */
@media (min-width: 2100px) {
	.inqIn {width:calc(100% - 6%)}
}

@media (max-width: 1280px) {
  .inqIn { padding-inline: clamp(4rem, 6vw, 8rem); gap: 4rem; }
  .inqBtns { gap: 2rem; }
  .inqBtn { min-width: 22rem; }
}

@media (max-width: 1024px) {
	.inqIn { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 42rem; background-size: auto 100%; background-position: center; }
	.inqCopy { max-width: 100%; }
	.inqBtns { width: 100%; }
	.inqBtn { flex: 1 1 0; min-width: 0; }
}

@media (max-width: 768px) {
	.equipShowcase .equipSec .equipWrap { --centerW: min(72vw, 400px); --sideW: 38vw; --d1: 42vw; --d2: 76vw; --d3: 110vw; --d4: 145vw; --itemGap: 12px; }
	.equipItem { top: 56%; }
	.equipItem[data-pos="-3"], .equipItem[data-pos="3"] { --o: 0; }
	.equipCta { bottom: 24px; padding: 9px 14px; font-size: 13px; }
	.inqSec { padding-top: 1.6rem; }
	.inqIn { width: calc(100% - 2.4rem); min-height: auto; padding: 4.2rem 2.8rem; border-radius: 1.8rem; background-size: auto 112%; background-position: 58% center; }
	.inqTxt br { display: none; }
	.inqBtns { flex-direction: column; align-items: stretch; gap: 1.2rem; }
	.inqBtn { width: 100%; min-height: 6.2rem;font-size: 16px;}
}

@media (max-width: 480px) {
	.inqIn { padding: 3.6rem 2.2rem; background-position: 65% center; }
	.inqTit { font-size: 3.6rem; }
	.equipCta {font-size: 12px;padding: 6px 12px 6px 0;width: 111.3px;}
	.equipCta .cmBicon{width: 2.5rem;height: 2.5rem;margin: 0 0.5rem 0 0.8rem;}
}

@media (prefers-reduced-motion: reduce) {
	.equipWrap::before,
	.equipItem,
	.equipCta { transition: none; }
	.techItem,
	.techItem::before,
	.techTit,
	.techTxt,
	.techPlus,
	.techImg,
	.techImg img,
	.keyItem,
	.keyBubble { transition-duration: 0.01ms !important; }

	.techItem:hover .techImg::after,
	.techItem:focus-visible .techImg::after,
	.keyTrack { animation: none !important; }
  html { scroll-behavior: auto; }
  .inqIn, .inqLabel, .inqTit, .inqTxt, .inqBtn { transition: none !important; }
  .inqLabel, .inqTit, .inqTxt, .inqBtn { opacity: 1 !important; filter: none !important; transform: none !important; clip-path: none !important; }
}


/* =============================================
   프로그램
============================================= */
.projectStatsAdminFloatingBtn { position: absolute; right: 24px; bottom: 24px; z-index: 9998; padding: 10px 14px; border: 0; border-radius: 6px; background: #111; color: #fff; font-size: 14px; line-height: 1.2; cursor: pointer; box-shadow: 0 10px 24px rgba(0,0,0,.24); }
.projectStatsAdminLayer[hidden] { display: none; }
.projectStatsAdminLayer { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.projectStatsAdminDim { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.projectStatsAdminBox { position: relative; width: min(380px, 100%); padding: 24px; border-radius: 8px; background: #fff; color: #111; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.projectStatsAdminBox h3 {margin: 0 0 18px;font-size: 2.5rem;font-weight: 700;}
.projectStatsAdminBox label { display: block; margin-top: 12px; }
.projectStatsAdminBox label span {display: block;margin-bottom: 6px;font-size: 1.8rem;font-weight: 600;}
.projectStatsAdminBox input[type="number"] {width: 100%;height: 42px;padding: 0 12px;border: 1px solid #ddd;border-radius: 4px;box-sizing: border-box;font-size: 1.7rem;}
.projectStatsAdminMsg { min-height: 20px; margin: 12px 0 0; color: #d33; font-size: 13px; }
.projectStatsAdminActions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 18px; }
.projectStatsAdminActions button {min-width: 72px;height: 38px;border: 0;border-radius: 4px;cursor: pointer;font-size: 1.5rem;}
.projectStatsAdminActions button[type="submit"] { background: #111; color: #fff; }