@charset "UTF-8";

/* ============================================================
   BASE
============================================================ */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#252b40;font-family:"Pretendard Variable","Pretendard","Noto Sans KR",Arial,sans-serif;overflow-x:hidden;word-break:keep-all}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
::selection{background:#465cff;color:#fff}
.siteProgress{position:fixed;left:0;top:0;width:0;height:2px;background:#465cff;z-index:120}


@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.heroScroll i::after,
	.whyDataDot,
	.whyAiOrbit::before,
	.scanLight,
	.displayGlow{animation:none!important}
}

/* ============================================================
   HEADER
============================================================ */
.siteHeader{position:absolute;left:0;top:0;width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 100px;z-index:100;border-bottom:1px solid transparent;transition:height .35s ease,background .35s ease,border-color .35s ease}
.siteHeader.isScrolled{position:fixed;height:80px;background:#fff;border-color:rgba(28,37,65,.08);backdrop-filter:blur(10px)}
.brandLogo {width:180px; height:50px;}
.brandLogo span {background: url(/assets/img/logo.png) no-repeat;display: flex;width: 180px;height: 50px;background-size: contain;}

/* 서브페이지 상단 */
.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .brandLogo>span{background-image:url('/assets/img/logo_white.png')}
.siteHeader.siteHeaderSub:not(.isScrolled) .mainNav a{position:relative;}
.siteHeader.siteHeaderSub:not(.isScrolled) .mainNav a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(45deg,transparent,#bcbbff,transparent);transform:scaleX(0);transform-origin:right;transition:transform .28s ease;}
.siteHeader.siteHeaderSub:not(.isScrolled) .mainNav a:hover::after,.siteHeader.siteHeaderSub:not(.isScrolled) .mainNav a.isActive::after{transform:scaleX(1);transform-origin:left;}
.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .brandLogo>span{background-image:url('/assets/img/logo_white.png');}
.siteHeader.siteHeaderSub{background:transparent;}
.siteHeader.siteHeaderSub .mainNav a{color:#fff;}
.siteHeader.siteHeaderSub .menuButton span{background:#fff;}
.siteHeader.siteHeaderSub .btn-intro{color:#fff;background:rgb(255 255 255 / 19%);backdrop-filter:blur(5px);}
.siteHeader.siteHeaderSub.isScrolled{background:#fff;border-color:#e7eaf2;box-shadow:0 10px 30px rgba(24,39,80,.08);backdrop-filter:blur(16px)}
.siteHeader.siteHeaderSub.isScrolled .mainNav a{color:#20283b}
.siteHeader.siteHeaderSub.isScrolled .mainNav .btn-intro{color:#454D86;background:#F0F2FA}
.siteHeader.siteHeaderSub.isScrolled .menuButton span{background:#20283b}

.mainNav .introHomeBtn{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 0;color:#656b82;font-size:16px;font-weight:600;line-height:1; white-space:nowrap;transition:color .25s ease;}
.mainNav .introHomeBtn::after{display:none;}
.mainNav .introHomeBtn img{display:block;width:15px;height:15px;object-fit:contain;opacity:.75;transition:opacity .25s ease;}
.mainNav .introHomeBtn:hover{color:#605dff;}
.mainNav .introHomeBtn:hover img{opacity:1;}
.siteHeader.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .mainNav .introHomeBtn{color:rgba(255,255,255,.8);}
.siteHeader.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .mainNav .introHomeBtn::before{background:rgba(255,255,255,.3);}
.siteHeader.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .mainNav .introHomeBtn img{filter:brightness(0) invert(1);}
.siteHeader.siteHeaderSub.isScrolled .mainNav .introHomeBtn{color:#656b82;}
.siteHeader.siteHeaderSub.isScrolled .mainNav .introHomeBtn::before{background:#dfe2eb;}
.siteHeader.siteHeaderSub.isScrolled .mainNav .introHomeBtn img{filter:none;}
.siteHeader.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .mainNav .introHomeBtn:hover{color:#605dff;}
.siteHeader.siteHeaderSub:not(.isScrolled):not(.isMenuOpen) .mainNav .introHomeBtn:hover img{filter:none;opacity:1;}
.siteHeader.siteHeaderSub.isScrolled .mainNav .introHomeBtn:hover{color:#605dff;}
.siteHeader.siteHeaderSub.isScrolled .mainNav .introHomeBtn:hover img{filter:none;opacity:1;}

/* 스크롤 또는 모바일 메뉴 오픈 */
.siteHeaderSub.isScrolled .brandLogo>span,
.siteHeaderSub.isMenuOpen .brandLogo>span{background-image:url('/assets/img/logo.png')}
.mainNav{display:flex;align-items:center;gap:80px;color:#202536}
.mainNav a{position:relative;padding:8px 0;font-weight:600;font-size:18px}
.mainNav a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(45deg, #dfe3ff, #605dff, #e6e9ff);transform:scaleX(0);transform-origin:right;transition:transform .28s ease}
.mainNav a:hover::after{transform:scaleX(1);transform-origin:left}
.mainNav .btn-intro{background:#F0F2FA;color:#454D86;padding:10px 20px;border-radius:15px;font-size:16px}
.mainNav .btn-intro:hover{background:#455cff;color:#fff;transition:.3s}
.mainNav .btn-intro:hover::after{display:none}

/* 탑버튼 */
.topButton{position:fixed;right:36px;bottom:36px;z-index:110;width:58px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:0;border:1px solid #dfe4f1;border-radius:50%;background:rgba(255,255,255,.94);color:#465cff;box-shadow:0 12px 30px rgba(36,47,83,.13);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(15px);cursor:pointer;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .25s ease,color .25s ease}
.topButton.isShow{opacity:1;visibility:visible;transform:translateY(0)}
.topButton span{font-size:20px;font-weight:500;line-height:1}
.topButton small{font-size:9px;font-weight:800;letter-spacing:.08em}
.topButton:hover{border-color:#465cff;background:#465cff;color:#fff;transform:translateY(-4px)}
.menuButton{display:none;position:relative;width:46px;height:46px;padding:0;border:0;background:transparent;cursor:pointer;z-index:102}
.menuButton span{position:absolute;left:10px;width:26px;height:3px;border-radius:10px;background:#252b40;transition:top .3s ease,transform .3s ease,opacity .2s ease}
.menuButton span:nth-child(1){top:14px}
.menuButton span:nth-child(2){top:22px;width:22px}
.menuButton span:nth-child(3){top:30px}


@media(max-width:1650px){
	.siteHeader{padding:0 60px}
	.mainNav{gap:48px}
}

@media(max-width:1200px){
	.siteHeader{position:fixed;left:0;top:0;height:70px;padding:0 45px;background:#fff;z-index:120;transition:background .25s ease,border-color .25s ease}
	.siteHeader.isScrolled{height:70px}
	.siteHeader.isMenuOpen{background:#fff;border-color:#e7eaf2}
	.menuButton{display:block}
	.mainNav{position:fixed;left:0;right:0;top:70px;width:100%;height:calc(100dvh - 70px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:42px;padding:60px 24px;background:#111827;opacity:0;visibility:hidden;pointer-events:none;transform:none;transform-origin:right top;clip-path:circle(0 at 100% 0);transition:clip-path .82s cubic-bezier(.22,1,.36,1),opacity .25s ease,visibility .25s ease;overflow:hidden;z-index:110}
	.mainNav::before{content:"";position:absolute;inset:0;background:url(/assets/img/back2.png) center center / cover no-repeat #2f2952;background-position:left;transform:scale(1.06);transition:transform 1s cubic-bezier(.22,1,.36,1);z-index:0}
	.mainNav::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(8,15,32,.88) 0%,rgba(20,32,68,.72) 48%,rgba(70,92,255,.46) 100%);z-index:1}
	.siteHeader.isMenuOpen .mainNav{opacity:1;visibility:visible;pointer-events:auto;clip-path:circle(150vmax at 100% 0)}
	.siteHeader.isMenuOpen .mainNav::before{transform:scale(1)}
	.mainNav a{position:relative;z-index:2;padding:8px 0;color:#fff;font-size:30px;font-weight:800;opacity:0;transform:translateX(34px);text-shadow:0 8px 24px rgba(0,0,0,.28);transition:opacity .42s ease,transform .58s cubic-bezier(.22,1,.36,1)}
	.siteHeader.isMenuOpen .mainNav a{opacity:1;transform:translateX(0)}
	.siteHeader.isMenuOpen .mainNav a:nth-child(1){transition-delay:.18s}
	.siteHeader.isMenuOpen .mainNav a:nth-child(2){transition-delay:.24s}
	.siteHeader.isMenuOpen .mainNav a:nth-child(3){transition-delay:.30s}
	.siteHeader.isMenuOpen .mainNav a:nth-child(4){transition-delay:.36s}
	.siteHeader.isMenuOpen .mainNav a:nth-child(5){transition-delay:.42s}
	.mainNav a::after{background:#fff}
	.mainNav .btn-intro{position:relative;z-index:2;padding:14px 30px;background:rgba(255,255,255,.16);border-radius:999px;color:#fff;font-size:20px;backdrop-filter:blur(10px)}
	.mainNav .btn-intro:hover{background:#fff;color:#465cff}
	.siteHeader.isMenuOpen .menuButton span:nth-child(1){top:22px;transform:rotate(45deg)}
	.siteHeader.isMenuOpen .menuButton span:nth-child(2){opacity:0}
	.siteHeader.isMenuOpen .menuButton span:nth-child(3){top:22px;transform:rotate(-45deg)}
	.siteHeader.siteHeaderSub.isMenuOpen .menuButton span{background:#20283b}
	body.isMenuOpen{overflow:hidden}
	.mainNav .introHomeBtn{position:absolute;top:10%;left:50%;z-index:3;display:flex;align-items:center;gap:10px;width:auto;height:36px;margin:0;padding:0;background:transparent;border:0;color:rgba(255,255,255,.75);font-size:28px;font-weight:600;line-height:1;transform:translate(-50%, -50%) !important;}
	.mainNav .introHomeBtn::before,.mainNav .introHomeBtn::after{display:none;}
	.mainNav .introHomeBtn img{display:block;width:24px;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;}
}

@media(max-width:991px){
	.siteHeader{height:70px;padding:0 24px}
	.siteHeader.isScrolled{height:70px}
	.brandLogoImage{width:150px}
	.topButton {bottom:20px; right:20px;}
}

@media(max-width:768px){
	.siteHeader{height:60px;padding:0 20px}
	.siteHeader.isScrolled{height:60px}
	.brandLogo {width: 160px;height: 40px;display: flex;align-items: center;justify-content: center;}
	.brandLogo span {background: url(/assets/img/logo.png) no-repeat;display: flex;width: 160px;height: 40px;background-size: contain;}
	.mainNav{top:60px;height:calc(100dvh - 60px);gap:34px;padding:52px 22px;clip-path:circle(0 at 100% 0)}
	.siteHeader.isMenuOpen .mainNav{clip-path:circle(150vmax at 100% 0)}
	.mainNav a{font-size:26px;transform:translateX(28px)}
	.menuButton span{left:20px;width:22px;height:2px}
	.menuButton span:nth-child(2){width:17px}
	.topButton{right:18px;bottom:18px;width:50px;height:50px}
	.topButton span{font-size:18px}
	.mainNav .introHomeBtn {font-size:20px; gap:7px;}
	.mainNav .introHomeBtn img {width:17px;}
}

@media (max-width:480px) {
	.brandLogoImage {width:140px;}
	.topButton small {display:none;}
	.topButton {width:40px; height:40px;}
	.brandLogo {width: 140px;height: 40px;display: flex;align-items: center;justify-content: center;}
	.brandLogo span {background: url(/assets/img/logo.png) no-repeat;display: flex;width: 140px;height: 40px;background-size: contain;}
}

@media(max-width:360px){
	.topButton{width:44px;height:44px}
	.topButton span{font-size:16px}
}


/* ============================================================
   FOOTER
============================================================ */
.siteFooter{--footer-grid:90px;position:relative;overflow:hidden;padding:100px 160px;background:radial-gradient(ellipse 60% 80% at 85% 20%,rgb(45 77 227 / 32%),transparent 60%),#0b0f1c;color:#fff}
.siteFooter::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:var(--footer-grid) var(--footer-grid);pointer-events:none}
.siteFooter .footerGridFx{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}
.siteFooter .footerHoverCell{position:absolute;z-index:1;width:var(--footer-grid);height:var(--footer-grid);background:linear-gradient(135deg,rgba(130,158,255,.3),rgba(130,158,255,.06));box-shadow:inset 0 0 0 1px rgba(140,165,255,.4);opacity:0;pointer-events:none;animation:footerHoverCell 1.2s ease-out forwards}
.siteFooter .footerGridCell{position:absolute;display:block;opacity:0;background:linear-gradient(135deg,rgba(130,158,255,.16),rgba(130,158,255,.025));box-shadow:inset 0 0 0 1px rgba(140,165,255,.13);pointer-events:none;will-change:opacity}
.siteFooter .footerInner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);align-items:center;gap:clamp(50px,6vw,110px);width:100%;margin:0 auto}
.siteFooter .footerEyebrow{color:#4d68ff;font-size:19px;font-weight:800;letter-spacing:.25rem}
.siteFooter .footerTitle{margin:30px 0 0;color:#fff;font-size:29px;font-weight:700;line-height:1.5;letter-spacing:-.02em;word-break:keep-all}
.siteFooter .footerContact{display:flex;align-items:center;gap:44px;margin-top:34px}
.siteFooter .footerContact a,.siteFooter .footerContact span{display:inline-flex;align-items:center;gap:12px;color:#e8ecf6;font-size:17px;font-weight:600;transition:color .25s ease}
.siteFooter .footerContact a::before,.siteFooter .footerContact span::before{content:"";width:8px;height:8px;border-radius:50%;background:#2ee6d6;box-shadow:0 0 10px rgba(46,230,214,.55)}
.siteFooter .footerMeta{margin-top:56px}
.siteFooter .footerMeta p{display:flex;align-items:center;flex-wrap:wrap;gap:0 14px;margin:0;color:rgba(255,255,255,.7);font-size:15px;font-weight:400;line-height:1.7}
.siteFooter .footerMeta p i{width:1px;height:11px;background:rgba(255,255,255,.2)}
.siteFooter .footerMeta .footerCopyright{display:inline;margin-top:12px;color:rgba(255,255,255,.7);white-space:normal;word-break:keep-all;overflow-wrap:break-word}
.siteFooter .footerMeta .footerCopyright .near{display:inline-block;color:#2ee6d6;font-weight:400;white-space:nowrap}
.siteFooter .footerSolutions{display:block;position:relative;padding:50px;background:rgba(255,255,255,.035);backdrop-filter:blur(6px)}
.siteFooter .footerSolutions::before,.siteFooter .footerSolutions::after{content:"";position:absolute;width:8px;height:8px;background:rgba(255,255,255,.35)}
.siteFooter .footerSolutions::before{top:-4px;left:-4px}
.siteFooter .footerSolutions::after{right:-4px;bottom:-4px}
.siteFooter .footerSolutionsTitle{display:block;margin:0;color:#fff;font-size:26px;font-weight:700;letter-spacing:-.01em}
.siteFooter .footerSolutionsToggle>span{color:inherit;font:inherit;letter-spacing:inherit}
.siteFooter .footerSolutionsToggle>i{display:none}
.siteFooter .footerSolutionList{display:block;position:static;max-height:none;margin:14px 0 0;padding:0;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;list-style:none;transform:none}
.siteFooter .footerSolutionList li+li{border-top:1px solid rgba(255,255,255,.07)}
.siteFooter .footerSolutionList a{display:flex;align-items:center;gap:14px;padding:15px 2px;color:rgba(255,255,255,.88);font-size:16px;font-weight:500;transition:color .25s ease}
.siteFooter .footerSolutionList a i{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:none;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:12px;font-style:normal;transition:background .25s ease,transform .25s ease}
.siteFooter .footerSolutionList a:hover{color:#fff}
.siteFooter .footerSolutionList a:hover i{background:#465cff;transform:translateX(4px)}
@keyframes footerHoverCell{0%{opacity:1}100%{opacity:0}}

@media(max-width:1800px){
	.siteFooter{padding:100px}
}

@media(max-width:1400px){
	.siteFooter{padding:100px 80px}
	.siteFooter .footerTitle{font-size:26px}
	.siteFooter .footerEyebrow{font-size:16px}
	.siteFooter .footerSolutions{padding:38px 40px 42px}
}

@media(max-width:1200px){
	.siteFooter .footerInner{grid-template-columns:minmax(0,1fr) 300px;align-items:flex-end;gap:60px;overflow:visible}
	.siteFooter .footerTitle{font-size:24px}
	.siteFooter .footerSolutions{display:block;position:relative;z-index:20;width:300px;height:60px;margin:0;padding:0;justify-self:end;overflow:visible;background:transparent;backdrop-filter:none}
	.siteFooter .footerSolutions::before,.siteFooter .footerSolutions::after{display:none}
	.siteFooter .footerSolutionsTitle{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;margin:0;padding:0 16px 0 22px;box-sizing:border-box;border:0;border-radius:10px;background:#222738;color:#fff;font-size:14px;cursor:pointer;user-select:none;transition:background .25s ease}
	.siteFooter .footerSolutionsTitle:hover,.siteFooter .footerSolutions.isOpen .footerSolutionsTitle{background:#292f43}
	.siteFooter .footerSolutionsToggle>span{font-family:"Poppins",sans-serif;font-size:14px;font-weight:600;letter-spacing:.01em}
	.siteFooter .footerSolutionsToggle>i{display:flex;position:relative;align-items:center;justify-content:center;width:32px;height:32px;flex:none;border:0;border-radius:50%;background:rgba(255,255,255,.09);transform:none;transition:background .25s ease}
	.siteFooter .footerSolutionsToggle>i::before{content:"";display:block;width:7px;height:7px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:translateY(-2px) rotate(45deg);transition:transform .25s ease}
	.siteFooter .footerSolutionsToggle>i::after{display:none}
	.siteFooter .footerSolutions.isOpen .footerSolutionsToggle>i{transform:none}
	.siteFooter .footerSolutions.isOpen .footerSolutionsToggle>i::before{transform:translateY(2px) rotate(225deg)}
	.siteFooter .footerSolutionList{position:absolute;right:0;bottom:68px;left:0;z-index:30;display:block;width:100%;max-height:380px;margin:0;padding:8px 20px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;background:rgb(54 65 105 / 33%); border-radius:12px;box-shadow:0 14px 34px rgba(0,0,0,.22);backdrop-filter:blur(20px);transform:translateY(7px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}
	.siteFooter .footerSolutions.isOpen .footerSolutionList{max-height:380px;margin:0;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
	.siteFooter .footerSolutionList li+li{border-top:1px solid rgba(255,255,255,.06)}
	.siteFooter .footerSolutionList a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 2px;color:rgba(255,255,255,.72);font-size:14px;font-weight:500;line-height:1.45;transition:color .25s ease}
	.siteFooter .footerSolutionList a:hover{color:#fff}
	.siteFooter .footerSolutionList a i{display:inline-flex;width:auto;height:auto;flex:none;border:0;border-radius:0;background:transparent;color:#7690ff;font-size:0;transform:none}
	.siteFooter .footerSolutionList a i::before{content:"↗";font-size:13px;font-style:normal}
	.siteFooter .footerSolutionList a:hover i{background:transparent;transform:none}
}

@media(max-width:991px){
	.siteFooter{padding:80px 40px}
	.siteFooter .footerInner{grid-template-columns:1fr;gap:36px}
	.siteFooter .footerTitle{font-size:24px}
	.siteFooter .footerSolutions{width:100%;justify-self:end}
}

@media(max-width:640px){
	.siteFooter .footerTitle{font-size:22px}
	.siteFooter .footerMeta p .footerNear{display:none}
	.siteFooter .footerMeta p i:first-of-type{display:none}
	.siteFooter .footerSolutionList a{font-size:14px}
}

@media(max-width:540px){
	.siteFooter{--footer-grid:56px}
	.siteFooter .footerTitle{font-size:20px}
	.siteFooter .footerContact{flex-direction:column;align-items:flex-start;gap:14px;margin-top:26px}
	.siteFooter .footerContact a,.siteFooter .footerContact span{font-size:15px}
	.siteFooter .footerMeta{margin-top:40px}
	.siteFooter .footerMeta p{font-size:14px}
}

@media(max-width:480px){
	.siteFooter{padding:50px 20px}
	.siteFooter .footerEyebrow{font-size:14px}
	.siteFooter .footerSolutions{width:100%}
	.siteFooter .footerSolutionList a{padding:12px 2px;font-size:13px}
	.siteFooter .footerSolutionsTitle {height:50px;}
}

@media(max-width:438px){
	.siteFooter .footerTitle br{display:none}
}

@media(max-width:360px){
	.siteFooter .footerTitle{font-size:18px}
	.siteFooter .footerMeta p{font-size:13px}
	.siteFooter .footerSolutionList a{font-size:12px}
}

@media(max-width:320px){
	.siteFooter{--footer-grid:48px}
	.siteFooter .footerTitle{font-size:17px}
}



/* ============================================================
   HERO (MAIN VISUAL)
============================================================ */
.heroSection{padding:80px clamp(18px,2.55vw,49px) 62px;background:#fff}
.heroSection .heroFrame{position:relative;width:100%;height:calc(100vh - 120px);min-height:700px;margin:0 auto;overflow:hidden;border-radius:40px;background:#111827;box-shadow:none}
.heroSection .heroFrame::before{content:none}
.heroSection .heroFrame::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 48% 38% at 100% 100%,rgba(6,13,25,1) 0%,rgba(6,13,25,.92) 36%,rgba(6,13,25,.5) 62%,rgba(6,13,25,0) 100%),linear-gradient(180deg,rgba(6,13,25,0) 0%,rgba(6,13,25,0) 62%,rgba(6,13,25,.06) 70%,rgba(6,13,25,.32) 82%,rgba(6,13,25,.9) 100%)}
.heroSection .heroVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.heroSection .heroShade{position:absolute;inset:0;z-index:1;background:linear-gradient(93deg,rgb(21 31 45 / 0%),rgb(19 25 39 / 27%),rgb(23 34 53 / 0%))}
.heroSection .heroContent{position:relative;z-index:3;width:55%;height:100%;min-height:0;padding:36px 30px 56px clamp(56px,7vw,138px);display:flex;flex-direction:column;justify-content:center;color:#fff}
.heroSection .heroEyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#fff;font-size:16px;font-weight:500}
.heroSection .heroEyebrow:before{content:"";flex:none;width:54px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 42%,rgba(255,255,255,1) 100%);box-shadow:4px 0 8px rgba(255,255,255,.18)}
.heroSection .heroTitle{margin:0;color:#fff;font-size:60px;line-height:1.14;font-weight:700}
.heroSection .heroTitle span{display:block;margin-top:6px;color:#AEB7C5}
.heroSection .heroDesc{max-width:530px;margin:34px 0 0;color:#fff;font-size:20px;line-height:1.56}
.heroSection .heroButton{width:max-content;height:50px;margin-top:32px;padding:0 30px;display:inline-flex;align-items:center;gap:16px;border-radius:999px;background:linear-gradient(180deg,#2d3543 0%,#293548 100%);color:#fff;font-size:20px;font-weight:600;backdrop-filter:blur(12px);transition:background .28s ease,transform .28s ease}
.heroSection .heroButton:hover{background:rgba(70,92,255,.92);transform:translateY(-3px)}
.heroSection .heroButtonIcon{object-fit:contain}
.heroSection .heroStats{display:flex;gap:50px;width:480px;margin-top:80px;background:linear-gradient(86deg,rgb(21 31 45 / 0%),#131927,rgb(23 34 53 / 0%));padding:20px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);text-align:center}
.heroSection .heroStat{display:grid;gap:5px}
.heroSection .heroStat strong{color:#fff;font-size:19px;font-weight:500}
.heroSection .heroStat span{color:rgba(255,255,255,.60);font-size:17px}
.heroSection .heroScroll{position:absolute;z-index:4;left:50%;bottom:18px;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.62);font-size:14px;font-weight:800;letter-spacing:.14em;transform:translateX(-50%)}
.heroSection .heroScroll i{position:relative;width:1px;height:34px;overflow:hidden;background:rgba(255,255,255,.22)}
.heroSection .heroScroll i::after{content:"";position:absolute;left:0;top:0;width:1px;height:17px;background:#fff;animation:heroScrollMove 1.65s ease-in-out infinite}

@keyframes heroScrollMove{0%{transform:translateY(-18px);opacity:0}25%{opacity:1}75%{opacity:1}100%{transform:translateY(36px);opacity:0}}

@media(max-width:1650px){
	.heroSection .heroTitle{font-size:50px}
	.heroSection .heroDesc{font-size:18px}
	.heroSection .heroScroll{font-size:12px}
}
@media(max-width:1400px){
	.heroSection .heroTitle{font-size:46px}
	.heroSection .heroContent{width:60%}
}
@media(max-width:1200px){
	.heroSection{padding-top:70px}
	.heroSection .heroFrame{height:calc(100svh - 148px)}
	.heroSection .heroTitle{font-size:44px}
	.heroSection .heroDesc{font-size:17px}
	.heroSection .heroStats{margin-top:56px}
}
@media(max-width:1009px){
	.heroSection .heroContent{width:66%;padding-left:48px}
	.heroSection .heroButton{font-size:18px}
}
@media(max-width:991px){
	.heroSection .heroFrame{height:600px;min-height:0;border-radius:24px}
	.heroSection .heroContent{width:68%;padding-left:54px}
	.heroSection .heroTitle{font-size:36px}
	.heroSection .heroStat strong{font-size:15px}
	.heroSection .heroStat span{font-size:15px}
	.heroSection .heroStats{width:410px;gap:38px;padding:14px 20px}
}
@media(max-width:840px){
	.heroSection .heroContent{width:78%}
}
@media(max-width:768px){
	.heroSection{padding:60px 18px 42px}
	.heroSection .heroFrame{height:600px;border-radius:21px}
	.heroSection .heroEyebrow:before{width:25px}
}
@media(max-width:640px){
	.heroSection{padding:60px 15px 30px}
	.heroSection .heroVideo{object-position:64% center}
	.heroSection .heroShade{background:linear-gradient(180deg,rgb(9 17 31 / 0%) 0%,rgb(9 17 31 / 0%) 35%,rgb(9 17 31 / 11%) 100%)}
	.heroSection .heroContent{width:100%;height:100%;padding:62px 24px 64px;justify-content:center}
	.heroSection .heroDesc{margin-top:24px;font-size:18px}
	.heroSection .heroButton{height:44px;margin-top:24px}
	.heroSection .heroStats{width:320px;gap:18px;margin-top:64px}
	.heroSection .heroStat strong{font-size:15px}
	.heroSection .heroStat span{font-size:13px}
	.heroSection .heroScroll{display:none}
	.heroSection .heroFrame{height:500px}
	.heroSection .heroEyebrow{margin-bottom:20px;font-size:15px}
	.heroSection .heroTitle{font-size:30px}
	.heroSection .heroEyebrow:before{width:30px}
}
@media(max-width:480px){
	.heroSection .heroShade{background:linear-gradient(180deg,rgb(9 17 31 / 0%) 0%,rgb(9 17 31 / 47%) 35%,rgb(9 17 31 / 18%) 100%)}
}
@media(max-width:380px){
	.heroSection .heroStats{width:100%;justify-content:center;flex-direction:column;gap:15px}
	.heroSection .heroTitle{font-size:25px}
	.heroSection .heroDesc{font-size:16px}
	.heroSection .heroStat strong{text-align:left;line-height:1; font-size:13px;}
	.heroSection .heroStat{display:flex;gap:10px}
	.heroSection .heroStat span{line-height:1;font-size:13px}
	.heroSection .heroContent{padding:60px 20px 0}
	
}

/* ============================================================
   WHY LINK CLASS
============================================================ */
.whySection{--why-primary:#315efb;--why-primary-dark:#17348f;--why-navy:#151d32;--why-text:#252c40;--why-subtext:#6c768d;--why-line:#dce2ed;position:relative;height:calc(100vh + clamp(420px,32vw,620px));background:radial-gradient(circle at 77% 47%,rgba(74,102,255,.11),transparent 35%),#fafbff}
.whySection .whySticky{position:sticky;top:0;display:flex;align-items:center;min-height:100vh;padding:100px 160px;box-sizing:border-box;overflow:clip}
.whySection .whyInner{position:relative;display:grid;grid-template-columns:minmax(500px,.78fr) minmax(780px,1.22fr);align-items:center;gap:clamp(45px,2vw,85px);width:100%;max-width:1840px;margin:0 auto}
.whySection .whyCopy{position:relative;z-index:20;align-self:center;max-width:720px}
.whySection .whyEyebrow{margin-bottom:25px;color:#455DFF;font-size:18px;font-weight:800;letter-spacing:0.25rem}
.whySection .whyBgNumber{position:absolute;top:-22px;left:-42px;z-index:-1;color:transparent;font-size:clamp(110px,8vw,165px);font-weight:800;line-height:1;letter-spacing:-.08em;opacity:.8;-webkit-text-stroke:1px rgba(36,52,92,.07)}
.whySection .whyTitle{margin:0;color:#3C3F53;font-size:50px;font-weight:800;line-height:1.2;word-break:keep-all}
.whySection .whyTitle strong{display:block;margin-top:3px;color:#455DFF;font-weight:800}
.whySection .whyDescription{margin:50px 0 0;color:#5E627E;font-size:clamp(16px,1.08vw,20px);font-weight:450;line-height:1.7;letter-spacing:-.025em;word-break:keep-all}
.whySection .whyPointList{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:100px;padding-top:26px;border-top:1px solid #d9deea}
.whySection .whyPoint strong{display:block;margin-bottom:5px;color:#455DFF;font-size:18px;font-weight:850}
.whySection .whyPoint span{display:block;color:#3C3F53;font-size:18px;font-weight:600;line-height:1.45;white-space:nowrap}
.whySection .whyVisual{position:relative;z-index:10;min-width:0;overflow:visible}
.whySection .whyDevices{position:relative;display:flex;flex-wrap:wrap;row-gap:40px;align-items:center;justify-content:center;gap:6px;width:100%;min-height:580px;padding:18px 0 62px;box-sizing:border-box}
.whySection .whyDevices::before{content:"";position:absolute;left:50%;bottom:26px;width:78%;height:72px;border-radius:50%;background:radial-gradient(ellipse,rgba(68,91,190,.10),rgba(84,108,212,.03) 52%,transparent 74%);filter:blur(16px);transform:translateX(-50%)}
.whySection .whyDevice{position:relative;z-index:2;width:360px;min-width:360px;flex:0 0 auto}
.whySection .whyDeviceVisitor,.whySection .whyDeviceCounselor{transform:none}
.whySection .whyDeviceFrame{padding:3px 9px 9px 9px;border:1px solid #dde3ef;border-radius:28px;background:#f6f8fb;box-shadow:0 18px 44px rgba(41,61,128,.08),0 6px 16px rgba(40,59,122,.04)}
.whySection .whyDeviceScreen{display:flex;flex-direction:column;height:500px;border-radius:21px;background:#fff;overflow:hidden}
.whySection .whyDeviceHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 13px;background:#f6f8fb;box-sizing:border-box}
.whySection .whyLogoImage{display:block;width:100px;height:auto;object-fit:contain}
.whySection .whyHeaderActions{display:flex;align-items:center;gap:4px}
.whySection .whyStatusPill{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border:1px solid #e0e5ee;border-radius:18px;background:#fff;color:#647089;font-size:11px;font-weight:500;white-space:nowrap;box-sizing:border-box}
.whySection .whyStatusPill i{display:block;width:6px;height:6px;border-radius:50%;background:#24d96d;box-shadow:0 0 0 3px rgba(36,217,109,.10)}
.whySection .whyStatusPill strong{color:#23345d;font-size:12px;font-weight:800}
.whySection .whySaveButton{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 13px;border:1px solid #dde4ee;border-radius:18px;background:#fff;color:#26438f;font-size:11px;font-weight:700;cursor:pointer}
.whySection .whySaveButton img{height:9px;margin-right:5px}

/* WHY - 채팅 영역 */
.whySection .whyChatArea{display:flex;flex:1;min-height:0;flex-direction:column;gap:17px;padding:13px 10px 12px;overflow:hidden;box-sizing:border-box}
.whySection .whyBubble{position:relative;max-width:78%;padding:11px 13px 13px;border-radius:15px;box-sizing:border-box;opacity:0;transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}
.whySection .whyBubble.isVisible{opacity:1;transform:translateY(0)}
.whySection .whyBubble strong{display:block;font-size:11px;font-weight:600;line-height:1.4;letter-spacing:-.02em;word-break:keep-all}
.whySection .whyBubble span{display:block;margin-top:6px;font-size:10px;font-weight:400;line-height:1.4;letter-spacing:-.02em;word-break:keep-all}
.whySection .whyBubble time{position:absolute;bottom:-17px;color:#9ea7b8;font-size:9px;font-weight:400;white-space:nowrap}
.whySection .whyBubbleLeft{align-self:flex-start}
.whySection .whyBubbleLeft time{left:0}
.whySection .whyBubbleRight{align-self:flex-end}
.whySection .whyBubbleRight time{right:0}
.whySection .whyBubbleDark{border-radius:15px 15px 15px 5px;background:linear-gradient(145deg,#314ead,#273871);color:#fff}
.whySection .whyBubbleDark span{color:#66eaff}
.whySection .whyBubbleLight{border-radius:15px 15px 5px 15px;background:#f5f7fb;color:#243047}
.whySection .whyBubbleLight strong{color:#1e3fa8}
.whySection .whyBubbleWide{max-width:82%}
.whySection .whyBubbleSmall{max-width:82%}

/* WHY - 음성/제어 패널 */
.whySection .whyVoicePanel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:40px;margin:0 10px 8px;padding:0 11px;border:1px solid #e1e6ee;border-radius:12px;background:#fff;box-sizing:border-box}
.whySection .whyVoiceState{display:flex;align-items:center;gap:5px;color:#3e4b66;font-size:10px;font-weight:700;white-space:nowrap}
.whySection .whyVoiceState i{display:block;width:6px;height:6px;border-radius:50%;background:#23d96c}
.whySection .whyVoiceWave{display:flex;align-items:center;justify-content:center;gap:3px;height:20px}
.whySection .whyVoiceWave i{display:block;width:2px;height:5px;border-radius:2px;background:#3d63d7;animation:whyVoiceWave 1s ease-in-out infinite alternate}
.whySection .whyVoiceWave i:nth-child(2n){height:11px;animation-delay:-.2s}
.whySection .whyVoiceWave i:nth-child(3n){height:16px;animation-delay:-.4s}
.whySection .whyVoiceWave i:nth-child(5n){height:8px;animation-delay:-.6s}
.whySection .whyVoiceEnd{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border:0;border-radius:15px;background:#3158c7;color:#fff;font-size:10px;font-weight:700;cursor:pointer;white-space:nowrap}
.whySection .whyVoiceEnd img{height:11px;margin-right:5px}
.whySection .whyControlPanel{display:flex;align-items:center;gap:7px;min-height:44px;margin:0 10px 10px;padding:0 10px;border:1px solid #e1e6ee;border-radius:12px;background:#fff;box-sizing:border-box}
.whySection .whyControlPanel > strong{margin-right:auto;color:#2e3952;font-size:8px;font-weight:700;white-space:nowrap}
.whySection .whyControlPanel span{display:inline-flex;align-items:center;gap:5px;height:25px;padding:0 6px;border:1px solid #e2e6ee;border-radius:14px;background:#fbfcfe;color:#68748c;font-size:7px;font-weight:600;white-space:nowrap}
.whySection .whyControlPanel b{display:inline-flex;align-items:center;justify-content:center;height:15px;padding:0 6px;border-radius:9px;background:#3257c0;color:#fff;font-size:6px;font-weight:500;box-sizing:border-box}
.whySection .whyControlPanel span:last-of-type b{background:#9ea1a8}

/* WHY - 하단 네비 / 캡션 */
.whySection .whyBottomNav{display:grid;height:36px;border-top:1px solid #dfe4ec;background:#fff}
.whySection .whyBottomNavCounselor{grid-template-columns:repeat(3,1fr)}
.whySection .whyBottomNavVisitor{grid-template-columns:repeat(2,1fr)}
.whySection .whyBottomNav span{display:flex;align-items:center;justify-content:center;color:#8a94a8;font-size:11px;font-weight:600}
.whySection .whyBottomNav span + span{border-left:1px solid #e7ebf1}
.whySection .whyBottomNav span img{height:11px;margin-right:5px}
.whySection .whyBottomNav span.isActive{background:#dfe7fb;color:#21398e}
.whySection .whyDeviceCaption{position:absolute;left:50%;bottom:-65px;text-align:center;white-space:nowrap;transform:translateX(-50%)}
.whySection .whyDeviceCaption strong{display:block;color:#3a62ff;font-size:13px;font-weight:900;letter-spacing:.12em}
.whySection .whyDeviceCaption span{display:block;margin-top:3px;color:#697489;font-size:18px;font-weight:700}

/* WHY - AI 센터 */
.whySection .whyAiCenter{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;min-width:130px !important;width:130px;flex:0 0 auto}
.whySection .whyDataLine{position:relative;flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(92,118,255,.5));overflow:hidden}
.whySection .whyDataLineRight{background:linear-gradient(90deg,rgba(92,118,255,.5),transparent)}
.whySection .whyDataDot{position:absolute;top:50%;left:-4px;width:4px;height:4px;border-radius:50%;background:#5f7cff;box-shadow:0 0 6px rgba(95,124,255,.45);transform:translateY(-50%);animation:whyDataMove 2.8s linear infinite}
.whySection .whyDataLineRight .whyDataDot{left:auto;right:-4px;animation-name:whyDataMoveReverse}
.whySection .whyDataDot02{width:3px;height:3px;animation-delay:1.4s}
.whySection .whyAiEffect{position:relative;display:flex;align-items:center;justify-content:center;width:74px;height:74px;flex:0 0 74px}
.whySection .whyAiOrbit{position:absolute;inset:0;background:rgb(152 187 255 / 31%);border-radius:24px}
.whySection .whyAiOrbit::before{content:"";position:absolute;top:-3px;left:50%;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#617cff;box-shadow:0 0 8px rgba(97,124,255,.45);transform:translateX(-50%);animation:whyOrbitMove 5s linear infinite;transform-origin:50% 40px}
.whySection .whyAiCore{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;flex-direction:column;width:60px;height:60px;border:1px solid rgba(73,98,224,.16);border-radius:18px;background:#fff;box-shadow:0 10px 22px rgba(52,70,146,.09)}
.whySection .whyAiCore::before{content:"";position:absolute;inset:7px;border-radius:13px;background:radial-gradient(circle,rgba(89,112,255,.07),transparent 70%);pointer-events:none}
.whySection .whyAiCore strong{position:relative;color:#315efb;font-size:21px;font-weight:850;line-height:1}
.whySection .whyAiCore small{position:relative;margin-top:3px;color:#929caf;font-size:5px;font-weight:850;letter-spacing:.11em}
.whySection .whyAiSignal{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:2px;height:7px;margin-bottom:3px}
.whySection .whyAiSignal i{display:block;width:2px;height:3px;border-radius:2px;background:#5b78f5;animation:whyAiSignal .8s ease-in-out infinite alternate}
.whySection .whyAiSignal i:nth-child(2){height:6px;animation-delay:-.25s}
.whySection .whyAiSignal i:nth-child(3){height:4px;animation-delay:-.5s}

/* WHY - ANIMATION */
@keyframes whyVoiceWave{from{opacity:.35;transform:scaleY(.45)}to{opacity:1;transform:scaleY(1)}}
@keyframes whyDataMove{0%{left:-4px;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:100%;opacity:0}}
@keyframes whyDataMoveReverse{0%{right:-4px;opacity:0}12%{opacity:1}88%{opacity:1}100%{right:100%;opacity:0}}
@keyframes whyOrbitMove{to{transform:translateX(-50%) rotate(360deg)}}
@keyframes whyAiSignal{from{transform:scaleY(.45);opacity:.45}to{transform:scaleY(1);opacity:1}}

@media (max-width:1800px){
	.whySection .whySticky{padding:100px}
}

@media (max-width:1700px){
	.whySection .whyDevice{width:300px;min-width:300px}
	.whySection .whySaveButton img{display:none}
	.whySection .whyLogoImage{width:80px}
	.whySection .whyStatusPill{font-size:8px;height:24px}
	.whySection .whySaveButton{height:24px;font-size:8px}
	.whySection .whyStatusPill strong{font-size:8px}
	.whySection .whyBubble strong{font-size:8px}
	.whySection .whyBubble span{font-size:8px}
	.whySection .whyPointList{display:flex;flex-direction:column; margin-top:30px;gap:30px;}
	.whySection .whySaveButton{font-size:5px}
	.whySection .whyControlPanel > strong{font-size:7px}
	.whySection .whyControlPanel{padding:0 5px}
	.whySection .whyControlPanel b{padding:0;background:transparent;color:#000}
	.whySection .whyControlPanel span:last-of-type b{background:transparent}
	.whySection .whyVoiceEnd{font-size:8px;height:22px}
}

@media(max-width:1650px){
	.whySection .whyInner{grid-template-columns:minmax(430px,.82fr) minmax(820px,1.18fr);gap:35px}
	.whySection .whyDevices{gap:0}
	.whySection .whyDeviceScreen{height:470px}
}

@media (max-width:1500px){
	.whySection .whyDevice{width:300px;min-width:300px}
	.whySection .whySticky{padding:100px}
}

@media(max-width:1400px){
	.whySection .whySticky{padding:100px 80px}
	.whySection .whyTitle{font-size:36px}
	.whySection .whyInner{display:flex;flex-direction:column}
	.whySection .whyDeviceScreen{height:450px}
	.whySection .whyCopy{width:100%;max-width:100%}
	.whySection .whyPointList{flex-direction:row;gap:70px}
	.whySection .whyTitle strong{display:inline-flex;padding-left:10px;margin-top:0}
	.whySection .whyTitle{display:flex}
	.whySection .whyDescription{font-size:22px}
}

@media(max-width:1200px){
	.whySection .whyEyebrow{font-size:16px}
	.whySection .whyTitle{font-size:36px}
	.whySection .whyPoint span{font-size:20px}
	.whySection .whyAiCenter{width:100px;min-width:100px !important}
}

@media(max-width:991px){
	.whySection .whySticky{padding:50px 40px}
	.whySection .whyTitle{font-size:30px}
	.whySection .whyDescription{font-size:18px}
	.whySection{height:auto!important;min-height:0!important;overflow:visible!important;padding-top:0}
	.whySection .whyInner{height:auto!important;min-height:0!important;overflow:visible!important}
	.whySection .whySticky{position:relative!important;top:auto!important;height:auto!important;min-height:0!important;overflow:visible!important}
	.whySection .whyVisual{position:relative!important;top:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;transform:none!important}
	.whySection .whyDevice{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;opacity:1!important}
	.whySection .whyAiCenter{transform:none!important;opacity:1!important}
}

@media(max-width:840px){
	.whySection .whyDescription br{display:none}
}

@media (max-width:780px){
	.whySection .whyAiSignal{display:none}
	.whySection .whyAiCenter{display:none}
	.whySection .whyDevices{flex-direction:column;gap:100px}
}

@media(max-width:768px){
	.whySection .whyPointList{grid-template-columns:1fr;gap:30px;margin-top:42px;padding-top:22px}
	.whySection .whyPoint{display:grid;grid-template-columns:30px 1fr;align-items:center}
	.whySection .whyPoint strong{margin:0;width:30px}
	.whySection .whyPoint span{white-space:normal;font-size:18px}
	.whySection .whyDevice{width:320px;min-width:320px}
	.whySection .whyDeviceScreen{height:500px}
	.whySection .whyDeviceHeader{min-height:52px;padding:0 10px}
	.whySection .whyLogoImage{width:98px}
	.whySection .whyStatusPill{height:30px;padding:0 9px;font-size:10px}
	.whySection .whyStatusPill strong{font-size:10px}
	.whySection .whySaveButton{height:30px;padding:0 10px;font-size:10px}
	.whySection .whyChatArea{gap:15px;padding:11px 8px 10px}
	.whySection .whyBubble{padding:10px 11px 12px}
	.whySection .whyBubble strong{font-size:10px}
	.whySection .whyBubble span{font-size:9px}
	.whySection .whyVoicePanel{gap:7px;min-height:36px;margin:0 8px 7px;padding:0 9px}
	.whySection .whyVoiceState{font-size:9px}
	.whySection .whyVoiceEnd{height:25px;padding:0 9px;font-size:9px}
	.whySection .whyControlPanel{flex-wrap:wrap;align-items:flex-start;min-height:auto;margin:0 8px 8px;padding:8px}
	.whySection .whyControlPanel > strong{width:100%;margin-right:0;font-size:9px}
	.whySection .whyBottomNav{height:40px}
	.whySection .whyBottomNav span{font-size:12px}
	.whySection .whyAiCore{width:47px;height:47px;border-radius:15px}
	.whySection .whyAiCore strong{font-size:17px}
	.whySection .whyAiCore small{font-size:4px}
	.whySection .whyAiOrbit{border-radius:19px}
	.whySection .whyAiOrbit::before{width:6px;height:6px;transform-origin:50% 31px}
	.whySection .whyControlPanel span{font-size:10px}
	.whySection .whyControlPanel b{font-size:9px}
	.whySection .whyDeviceCaption span{font-size:16px}
	.whySection .whyDeviceCaption strong{font-size:11px}
	.whySection .whyEyebrow{margin-bottom:15px}
	.whySection .whyDeviceCaption{bottom:-60px}
}

@media (max-width:680px){
	.whySection .whyTitle{flex-direction:column}
	.whySection .whyTitle strong{padding-left:0}
	.whySection .whyPointList{flex-direction:column;gap:20px}
	.whySection .whyTitle{gap:5px}
	.whySection .whyEyebrow{margin-bottom:20px}
}

@media(max-width:640px){
	.whySection .whyEyebrow{font-size:15px}
	.whySection .whyDeviceCaption strong{font-size:12px}
}

@media(max-width:540px){
	.whySection .whyDescription{margin-top:34px;line-height:1.5}
}

@media(max-width:480px){
	.whySection .whySticky{padding:50px 20px}
	.whySection .whyTitle{font-size:25px}
	.whySection .whyEyebrow{font-size:14px}
	.whySection .whyPoint strong,.whySection .whyPoint span{font-size:16px}
}

@media(max-width:360px){
	.whySection .whyTitle{font-size:26px;gap:3px}
	.whySection .whyDescription{font-size:16px}
	.whySection .whyDevice{width:300px;min-width:300px}
	.whySection .whyControlPanel span{font-size:9px;padding:0 5px}
}

@media(max-width:320px){
	.whySection .whyTitle{font-size:26px}
}

/* ============================================================
   PROBLEM TO SOLUTION
============================================================ */
.problemSection{position:relative;background:#f5f6fb;border-top:1px solid #dce2ec;border-bottom:1px solid #dce2ec}
.problemSection .problemInner{width:min(1780px,100%);margin:0 auto;display:grid;grid-template-columns:45% 55%}
.problemSection .problemNav{position:sticky;top:0;height:100vh;min-height:760px;padding:160px 100px 100px 100px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #dce2ec;background:#F5F6FB}
.problemSection .problemEyebrow{color:#4562ff;font-size:18px;font-weight:800;letter-spacing:0.25rem}
.problemSection .problemTitle{margin:28px 0 0;font-size:50px;line-height:1.3;font-weight:800;color:#3C3F53}
.problemSection .problemTitle b{color:#4562ff;display:inline-flex}
.problemSection .problemIntro{max-width:420px;margin:54px 0 0;color:#5E627E;font-size:20px;line-height:1.5}
.problemSection .problemSteps{display:grid;gap:22px}
.problemSection .problemStep{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:center;color:#B0B2BE;font-size:12px;transition:color .28s ease}
.problemSection .problemStep i{position:relative;height:2px;background:#d2d8e2;overflow:hidden}
.problemSection .problemStep i::after{content:"";position:absolute;inset:0;background:linear-gradient(89deg,#a7c2ff,#495ce5,rgb(255 255 255 / 0%));transform:translateX(-101%);transition:transform .5s ease}
.problemSection .problemStep.isActive{color:#3C3F53;font-weight:700}
.problemSection .problemStep.isActive i::after{transform:none}
.problemSection .problemStep b{font-size:18px;letter-spacing:0.1rem}
.problemSection .problemStep span{font-size:18px;letter-spacing:0.1rem;width:120px}
.problemSection .problemList{padding:0 clamp(42px,5vw,86px)}
.problemSection .problemPanel{padding:clamp(82px,7vw,160px) 0 50px;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #dce2ec}
.problemSection .problemPanel:last-child{border-bottom:0}
.problemSection .panelLabel{display:inline-flex;width:max-content;align-items:center;height:46px;padding:0 24px;border-radius:999px;background:linear-gradient(90deg,#4e69ff,#2b3aa7);color:#fff;font-size:15px;font-weight:800;letter-spacing:0.12rem}
.problemSection .panelTitle{margin:28px 0 0;color:#3C3F53;font-size:32px;font-weight:800;line-height:1.08}
.problemSection .panelProblem{margin:24px 0 0;color:#5E627E;font-size:20px;font-weight:450;line-height:1.5;letter-spacing:-.025em;word-break:keep-all}
.problemSection .panelSolution{display:grid;grid-template-columns:130px 1fr;gap:40px;align-items:start;margin-top:46px;padding-top:26px;border-top:1px solid #dce2ec}
.problemSection .panelSolution strong{color:#4562ff;font-size:20px;font-weight:800;letter-spacing:.07em}
.problemSection .panelSolution p{margin:0;color:#1f2b45;font-size:18px;font-weight:600;line-height:1.68;letter-spacing:-.02em}
.problemSection .problemLanguagePanel{position:relative}
.problemSection .problemLanguageLabel{display:inline-flex;width:max-content;align-items:center;height:46px;padding:0 24px;border-radius:999px;background:linear-gradient(90deg,#4e69ff,#2b3aa7);color:#fff;font-size:15px;font-weight:800;letter-spacing:0.12rem}
.problemSection .problemLanguageTitle{margin:28px 0 0;color:#3C3F53;font-size:32px;font-weight:800;line-height:1.08}
.problemSection .problemLanguageDescription{margin:24px 0 0;color:#5E627E;font-size:20px;font-weight:450;line-height:1.5;letter-spacing:-.025em;word-break:keep-all}
.problemSection .problemLanguageVisual{position:relative;height:330px;margin-top:44px;border-radius:20px;background:radial-gradient(circle at 32% 50%,rgba(61,98,255,.085),transparent 34%),linear-gradient(180deg,#fff 0%,#f8faff 100%);box-shadow:0 24px 64px rgba(53,75,130,.09);overflow:hidden}
.problemSection .problemLanguageTop{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:24px 28px 0}
.problemSection .problemLanguageStatus{display:flex;align-items:center;gap:16px;color:#888A97;font-size:16px;font-weight:500}
.problemSection .problemLanguageDot{display:block;width:8px;height:8px;border-radius:50%;background:#3e63ff;box-shadow:0 0 0 5px rgba(61,98,255,.12);animation:problemLanguageDot 1.6s ease-in-out infinite}
.problemSection .problemLanguageDetecting{color:#181a23;font-size:16px;font-weight:600}
.problemSection .problemLanguageStage{position:relative;z-index:2;height:215px;margin:20px 28px 0;border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;overflow:hidden}
.problemSection .problemLanguageStage::before{content:"";position:absolute;top:50%;right:0;left:0;height:1px;background:#dfe5f1}
.problemSection .problemLanguageStage::after{content:"";position:absolute;top:0;bottom:0;left:-110px;width:110px;background:linear-gradient(90deg,transparent,rgb(111 215 255 / 12%),transparent);animation:problemLanguageScan 3.4s ease-in-out infinite}
.problemSection .problemLanguageWave{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:0 38px}
.problemSection .problemLanguageWave span{display:block;width:4px;height:24px;border-radius:999px;background:linear-gradient(180deg,#9bb1ff,#3e63ff);transform-origin:center;animation:problemLanguageWave 1.25s ease-in-out infinite}
.problemSection .problemLanguageWave span:nth-child(2n){animation-delay:-.13s}
.problemSection .problemLanguageWave span:nth-child(3n){animation-delay:-.31s}
.problemSection .problemLanguageWave span:nth-child(4n){animation-delay:-.47s}
.problemSection .problemLanguageWave span:nth-child(5n){animation-delay:-.68s}
.problemSection .problemLanguageWave span:nth-child(7n){animation-delay:-.86s}
.problemSection .problemDetectedLanguage{position:absolute;top:50%;right:42px;z-index:4;width:220px;padding:22px 22px 20px;background:#fff;box-shadow:0 18px 46px rgb(80 90 117 / 12%);transform:translateY(-50%);border-radius:17px}
.problemSection .problemDetectedLanguage small{display:block;color:#8a95a8;font-size:14px;font-weight:500}
.problemSection .problemDetectedLanguage strong{display:block;margin-top:12px;color:#3C3F53;font-size:30px;font-weight:800;line-height:1}
.problemSection .problemDetectedMeta{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #e6ebf3}
.problemSection .problemDetectedMeta span{color:#252a33;font-size:14px;font-weight:600}
.problemSection .problemDetectedMeta b{color:#3e63ff;font-size:16px;font-weight:800}
.problemSection .problemLanguageProgress{position:absolute;right:280px;bottom:20px;left:28px;height:2px;background:#edf1f7;overflow:hidden;width:calc(100% - 55px)}
.problemSection .problemLanguageProgress::before{content:"";display:block;width:42%;height:100%;background:linear-gradient(90deg,#7e9cff,#3e63ff);animation:problemLanguageProgress 2.8s ease-in-out infinite}
.problemSection .problemLanguageBottom{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 28px 30px}
.problemSection .problemLanguageBottomTitle{color:#7f8a9d;font-size:11px;font-weight:800;letter-spacing:.1em}
.problemSection .problemLanguageChips{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.problemSection .problemLanguageChip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #dfe5ef;background:#fff;color:#68748a;font-size:11px;font-weight:700}
.problemSection .problemLanguageChip.isActive{border-color:#3e63ff;background:#3e63ff;color:#fff;box-shadow:0 8px 20px rgba(61,98,255,.18)}
.problemSection .accuracyVisual{position:relative;margin-top:46px;padding:30px;overflow:hidden;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#f9fbff 100%);box-shadow:0 26px 68px rgba(53,75,130,.1)}
.problemSection .accuracyHead{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}
.problemSection .accuracyHead span{color:#8791a4;font-size:16px;font-weight:600}
.problemSection .accuracyState{display:inline-flex;align-items:center;gap:7px;color:#c46b74;font-size:16px;font-weight:600}
.problemSection .accuracyState::before{content:"";width:7px;height:7px;border-radius:50%;background:#c46b74;box-shadow:0 0 0 4px rgba(196,107,116,.1)}
.problemSection .noiseStrip{position:relative;z-index:2;height:56px;margin-top:18px;overflow:hidden;background:#f7f8fb;border-top:1px solid #eef1f6;border-bottom:1px solid #eef1f6}
.problemSection .noiseBars{position:absolute;inset:0;display:flex;align-items:center;gap:5px;padding:0 18px;opacity:.65}
.problemSection .noiseBars span{width:3px;height:12px;border-radius:99px;background:#a7afbd;animation:noiseMove 1s ease-in-out infinite}
.problemSection .noiseBars span:nth-child(2n){animation-delay:-.13s}
.problemSection .noiseBars span:nth-child(3n){animation-delay:-.31s}
.problemSection .noiseBars span:nth-child(4n){animation-delay:-.47s}
.problemSection .recognizedBox{position:relative;z-index:2;margin-top:18px;padding:22px 24px;border:1px solid #e3e7ef;background:#fff;border-radius:15px}
.problemSection .recognizedBox small{display:block;margin-bottom:12px;color:#5E627E;font-size:16px;font-weight:500}
.problemSection .recognizedText{margin:0;color:#27334c;font-size:25px;line-height:1.5;letter-spacing:-.04em;font-weight:700}
.problemSection .wrongWord{position:relative;color:#C45959}
.problemSection .wrongWord::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:#c46b74;animation:wrongUnderline 2.7s ease-in-out infinite}
.problemSection .correctionScan{position:relative;z-index:2;height:78px;display:flex;align-items:center;justify-content:center}
.problemSection .correctionScan::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,#cbd5ff 16%,#4562ff 50%,#cbd5ff 84%,transparent)}
.problemSection .scanLabel{position:relative;z-index:3;padding:9px 20px;border:1px solid #455DFF;border-radius:20px;background:#fff;color:#455DFF;font-size:15px;font-weight:600;box-shadow:0 10px 28px rgba(69,98,255,.11)}
.problemSection .scanLight{position:absolute;z-index:2;top:50%;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(69,98,255,.13),0 0 20px rgba(69,98,255,.55);transform:translateY(-50%);animation:scanTravel 2.8s ease-in-out infinite}
.problemSection .resultBox{position:relative;z-index:2;padding:24px;border:1px solid #dce4f3;background:#fff;border-radius:15px}
.problemSection .resultTop{display:flex;align-items:center;justify-content:space-between}
.problemSection .resultTop span{display:block;margin-bottom:12px;color:#5E627E;font-size:16px;font-weight:500}
.problemSection .resultState{display:inline-flex;align-items:center;gap:8px;color:#1d1f2b;font-size:20px;font-weight:700;position:absolute;right:20px;top:50%;transform:translate(-10%,-50%)}
.problemSection .resultState::before{content:"✓";width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#4562ff;color:#fff;font-size:15px}
.problemSection .correctedText{color:#101b34;font-size:29px;line-height:1.45;letter-spacing:-.046em;font-weight:800}
.problemSection .fixedWord{position:relative;display:inline-block;color:#4562ff;overflow:hidden;vertical-align:bottom}
.problemSection .fixedWord::after{content:"";position:absolute;inset:0;background:#fff;animation:revealCorrection 2.8s ease-in-out infinite}
.problemSection .contextRow{position:relative;z-index:2;display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:22px}
.problemSection .contextRow>span:first-child{margin-right:4px;color:#8c96a8;font-size:9px;font-weight:800;letter-spacing:.09em}
.problemSection .contextChip{padding:7px 11px;border:1px solid #dfe5ef;background:#fff;color:#596579;font-size:9px;font-weight:700}
.problemSection .contextChip.isKey{border-color:#cfd8ff;color:#4562ff;background:#f3f5ff}
.problemSection .displayStage{position:relative;height:320px;margin-top:48px;overflow:hidden;border-radius:30px;isolation:isolate}
.problemSection .displayStage::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(69,98,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(69,98,255,.035) 1px,transparent 1px);background-size:42px 42px;mask:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 82%)}
.problemSection .stageEyebrow{position:absolute;left:28px;top:24px;z-index:5;color:#8d97a9;font-size:9px;font-weight:800;letter-spacing:.13em}
.problemSection .displayScene{position:absolute;inset:0;perspective:1400px}
.problemSection .displayOrbit{position:absolute;left:50%;top:52%;width:470px;height:470px;border:1px solid rgba(69,98,255,.14);border-radius:50%;box-shadow:0 0 0 44px rgba(69,98,255,.025),0 0 0 88px rgba(69,98,255,.015);transform:translate(-50%,-50%)}
.problemSection .displayCenterLine{position:absolute;left:50%;top:50%;z-index:3;width:1px;height:210px;background:linear-gradient(transparent,#4562ff,transparent);opacity:.25;transform:translate(-50%,-50%) scaleY(.25);transform-origin:center;transition:transform 1s ease .15s,opacity 1s ease .15s}
.problemSection .problemPanel.isVisible .displayCenterLine{opacity:.9;transform:translate(-50%,-50%) scaleY(1)}
.problemSection .displayPane{position:absolute;left:50%;top:52%;width:350px;height:230px;padding:28px;border:1px solid rgba(173,190,255,.6);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(234,240,255,.54));box-shadow:0 30px 60px rgba(55,82,175,.14),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(18px);opacity:.15;transform-style:preserve-3d;transition:transform 1.05s cubic-bezier(.22,.8,.22,1),opacity .8s ease}
.problemSection .displayPaneLeft{transform:translate(-50%,-50%);box-shadow:none}
.problemSection .displayPaneRight{transform:translate(-50%,-50%);box-shadow:none}
.problemSection .problemPanel.isVisible .displayPaneLeft{opacity:1;transform:translate(calc(-100% - 42px),-50%) rotateY(16deg) rotateZ(-2deg);background:url(/assets/img/img2.jpg) no-repeat;background-size:cover;border:none}
.problemSection .problemPanel.isVisible .displayPaneRight{opacity:1;transform:translate(calc(0% + 42px),-50%) rotateY(-16deg) rotateZ(2deg);background:url(/assets/img/img1.jpg) no-repeat;background-size:cover;border:none}
.problemSection .displayPane small{display:block;color:#a9b5ff;font-size:16px;font-weight:700}
.problemSection .displayPane h3{margin:22px 0 0;color:#fff;font-size:20px;line-height:1.45;letter-spacing:-.04em;font-weight:700}
.problemSection .displayPane p{margin:16px 0 0;color:#fff;font-size:18px;line-height:1.4}
.problemSection .displayGlow{position:absolute;left:50%;top:calc(50% - 96px);z-index:4;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 0 7px rgba(69,98,255,.13),0 0 34px rgba(69,98,255,.6);opacity:0;transform:translate(-50%,-50%);will-change:top}
.problemSection .problemPanel[dataPanel="2"].isVisible .displayGlow{animation:displayGlowMove 2.5s ease-in-out 1 forwards}

.problemSection .displayCenterText{position:absolute;left:50%;top:50%;z-index:5;display:flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border:1px solid rgba(173,190,255,.5);border-radius:30px;background:#fff;box-shadow:0 8px 22px rgba(69,98,255,.14);color:#4562ff;font-size:14px;font-weight:700;white-space:nowrap;transform:translate(-50%,-50%)}
.problemSection .stageCaption{position:absolute;left:50%;bottom:0;color:#7b879b;font-size:18px;font-weight:600;white-space:nowrap;transform:translateX(-50%)}
.problemSection .stageCaption strong{color:#4562ff;font-weight:600}
.problemSection .recordFlowVisual{padding:50px 0}
.problemSection .recordFlowCaption{position:absolute;left:28px;top:24px;z-index:2;color:#929bb3;font-size:9px;font-weight:800;letter-spacing:.15em}
.problemSection .recordFlow{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr) 48px minmax(0,1fr);align-items:center}
.problemSection .recordFlowItem{position:relative;min-height:205px;padding:25px 21px 24px;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(58,78,143,.08);backdrop-filter:blur(8px);transition:transform .4s ease,box-shadow .4s ease}
.problemSection .recordFlowItem:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(58,78,143,.13)}
.problemSection .recordFlowNumber{position:absolute;right:27px;top:32px;color:#edf0ff;font-size:30px;line-height:1;font-weight:900;letter-spacing:-.08em}
.problemSection .recordFlowIcon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:23px;border-radius:16px;background:#edf1ff;color:#3e5dff}
.problemSection .recordFlowIcon img{height:26px}
.problemSection .recordFlowItem h4{position:relative;margin:0 0 11px;color:#34384d;font-size:18px;line-height:1.35;font-weight:800;letter-spacing:-.035em}
.problemSection .recordFlowItem p{position:relative;margin:0;color:#717b98;font-size:14px;line-height:1.4;font-weight:500;letter-spacing:-.015em}
.problemSection .recordFlowArrow{position:relative;height:1px;margin:0 8px;background:linear-gradient(90deg,rgba(61,91,255,.15),rgba(61,91,255,.82))}
.problemSection .recordFlowArrow::after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;border-top:2px solid #536eff;border-right:2px solid #536eff;transform:translateY(-50%) rotate(45deg)}
.problemSection .recordFlowResult{color:#7b879b;padding-top:40px;font-size:18px;font-weight:600;white-space:nowrap;text-align:center}
.problemSection .recordFlowResult strong{color:#4562ff;font-weight:600}

.problemSection .problemPanel[dataPanel="3"] .recordFlow>.recordFlowItem,.problemSection .problemPanel[dataPanel="3"] .recordFlow>.recordFlowArrow{opacity:0;will-change:opacity,translate}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>.recordFlowItem{animation:recordCardShow .6s cubic-bezier(.22,.8,.22,1) both}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>.recordFlowArrow{animation:recordArrowShow .5s ease both}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>:nth-child(1){animation-delay:.05s}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>:nth-child(2){animation-delay:.15s}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>:nth-child(3){animation-delay:.25s}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>:nth-child(4){animation-delay:.35s}
.problemSection .problemPanel[dataPanel="3"].isRecordPlayed .recordFlow>:nth-child(5){animation-delay:.45s}


/* PROBLEM - ANIMATION */
@keyframes problemLanguageDot{50%{box-shadow:0 0 0 10px rgba(61,98,255,.03)}}
@keyframes problemLanguageScan{0%{left:-110px}100%{left:100%}}
@keyframes problemLanguageWave{0%,100%{opacity:.42;transform:scaleY(.38)}50%{opacity:1;transform:scaleY(3.5)}}
@keyframes problemLanguageProgress{0%{transform:translateX(-100%)}100%{transform:translateX(340%)}}
@keyframes noiseMove{0%,100%{transform:scaleY(.45);opacity:.28}50%{transform:scaleY(2.5);opacity:.8}}
@keyframes wrongUnderline{0%,18%{transform:scaleX(0);opacity:0}34%,82%{transform:scaleX(1);opacity:1}100%{transform:scaleX(0);opacity:0}}
@keyframes scanTravel{0%{left:0;opacity:0}14%{opacity:1}86%{opacity:1}100%{left:calc(100% - 13px);opacity:0}}
@keyframes revealCorrection{0%,32%{transform:translateX(0)}54%,86%{transform:translateX(105%)}100%{transform:translateX(0)}}
@keyframes displayGlow{50%{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 0 11px rgba(69,98,255,.07),0 0 42px rgba(69,98,255,.68)}}
@keyframes displayGlowMove{0%{top:calc(50% - 96px);opacity:0}12%{opacity:1}85%{opacity:1}100%{top:calc(50% + 96px);opacity:0}}
@keyframes recordCardShow{from{opacity:0;translate:0 22px}to{opacity:1;translate:0 0}}
@keyframes recordArrowShow{from{opacity:0;translate:-12px 0}to{opacity:1;translate:0 0}}

@media (max-width:1800px){
	.problemSection .displayPane{width:250px}
	.problemSection .problemPanel.isVisible .displayPaneLeft{opacity:1;transform:translate(calc(-100% - 42px),-50%) rotateY(16deg) rotateZ(-2deg);background:linear-gradient(rgba(10,14,26,.5),rgba(10,14,26,.5)),url(/assets/img/img2.jpg) no-repeat;background-position:top;background-size:cover;border:none}
	.problemSection .problemPanel.isVisible .displayPaneRight{opacity:1;transform:translate(calc(0% + 42px),-50%) rotateY(-16deg) rotateZ(2deg);background:linear-gradient(rgba(10,14,26,.5),rgba(10,14,26,.5)),url(/assets/img/img1.jpg) no-repeat;background-position:top;background-size:cover;border:none}
	.problemSection .displayPane p{font-size:16px}
}

@media(max-width:1650px){
	.problemSection .problemTitle{font-size:44px}
	.problemSection .problemIntro{font-size:18px}
	.problemSection .problemTitle br{display:none}
	.problemSection .problemLanguageWave span{width:2px;height:18px}
}

@media(max-width:1400px){
	.problemSection{border:none}
	.problemSection .problemNav{position:relative;width:100%;height:auto;min-height:0;padding:100px 80px 0;display:block;border-right:0;border-bottom:none}
	.problemSection .problemNav > div:first-child{width:100%}
	.problemSection .problemEyebrow{font-size:16px}
	.problemSection .problemTitle{margin-top:20px;font-size:36px}
	.problemSection .problemTitle br{display:none}
	.problemSection .problemIntro{margin-top:38px;font-size:22px;max-width:100%}
	.problemSection .problemSteps{display:none}
	.problemSection .problemStep{grid-template-columns:34px minmax(0,1fr) 130px;width:100%;gap:14px}
	.problemSection .problemStep b{font-size:15px}
	.problemSection .problemStep span{width:auto;font-size:15px}
	.problemSection .problemList{display:block;width:100%;padding:0 80px}
	.problemSection .problemPanel{width:100%;min-height:auto;padding:50px 0;justify-content:flex-start}
	.problemSection .problemLanguageLabel{height:40px;padding:0 20px;font-size:13px}
	.problemSection .problemLanguageTitle{font-size:32px}
	.problemSection .problemLanguageDescription{font-size:18px}
	.problemSection .problemLanguageDescription br{display:none}
	.problemSection .panelLabel{height:40px;padding:0 20px;font-size:13px}
	.problemSection .panelTitle{font-size:32px}
	.problemSection .panelProblem{font-size:22px}
	.problemSection .panelProblem br{display:none}
	.problemSection .panelSolution{gap:35px;border-top:none}
	.problemSection .panelSolution strong{font-size:20px}
	.problemSection .panelSolution p{font-size:20px;line-height:1.5}
	.problemSection .panelSolution p br{display:none}
	.problemSection .recordFlowVisual{padding:100px}
	.problemSection .resultState{font-size:15px}
	.problemSection .resultState::before{width:17px;height:17px;font-size:10px}
	.problemSection .recognizedBox small{font-size:14px}
	.problemSection .resultTop span{font-size:14px}
	.problemSection .accuracyHead span{font-size:14px}
	.problemSection .accuracyState{font-size:14px}
	.problemSection .problemDetectedLanguage{right:80px;width:280px}
	.problemSection .problemLanguageStatus{font-size:14px}
	.problemSection .problemLanguageDetecting{font-size:14px}
	.problemSection .problemInner{display:flex;flex-direction:column;width:100%;max-width:none;margin:0}
	.problemSection .problemLanguageWave{padding:0 100px}
	.problemSection .problemIntro br{display:none}
	.problemSection .displayPane{width:300px}
	.problemSection .stageCaption{font-size:18px}
	.problemSection .recordFlowItem p{font-size:16px}
	.problemSection .recordFlowItem h4{font-size:20px}
}

@media(max-width:1200px){
	.problemSection .problemTitle{font-size:40px}
	.problemSection .displayPane{width:305px}
	.problemSection .recordFlow{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr)}
	.problemSection .recordFlowItem{padding:22px 17px}
}

@media(max-width:1009px){
	.problemSection .problemInner{display:block}
	.problemSection .problemNav{position:relative;height:auto;min-height:0;border-right:0;border-bottom:1px solid #dce2ec}
	.problemSection .problemSteps{display:none}
	.problemSection .problemPanel{min-height:auto}
	.problemSection .recordFlow{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr)}
}

@media (max-width:991px){
	.problemSection .problemList{padding:0 40px}
	.problemSection .problemNav{padding:50px 40px}
	.problemSection .panelProblem{font-size:19px}
	.problemSection .panelTitle{font-size:28px}
	.problemSection .panelSolution{margin-top:26px}
	.problemSection .panelSolution p{font-size:18px}
	.problemSection .panelSolution strong{font-size:18px}
	.problemSection .recognizedText{font-size:22px}
	.problemSection .correctedText{font-size:22px}
	.problemSection .panelSolution{gap:25px}
	.problemSection .problemDetectedLanguage{right:20px}
	.problemSection .problemTitle{font-size:30px}
	.problemSection .problemIntro{font-size:18px;margin-top:18px}
	.problemSection .recordFlowVisual{padding:50px 0}
	.problemSection .problemPanel[dataPanel="3"] .recordFlow>.recordFlowItem,
	.problemSection .problemPanel[dataPanel="3"] .recordFlow>.recordFlowArrow{opacity:1;animation:none}
}

@media(min-width:841px){
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayCenterLine{opacity:.9;transform:translate(-50%,-50%) scaleY(1)}
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayPaneLeft{opacity:1;transform:translate(calc(-100% - 42px),-50%) rotateY(16deg) rotateZ(-2deg);background:url(/assets/img/img2.jpg) center/cover no-repeat;border:none}
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayPaneRight{opacity:1;transform:translate(calc(0% + 42px),-50%) rotateY(-16deg) rotateZ(2deg);background:url(/assets/img/img1.jpg) center/cover no-repeat;border:none}
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayGlow{animation:displayGlowMove 2.5s ease-in-out 1 forwards}
}

@media(min-width:841px) and (max-width:1800px){
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayPaneLeft{opacity:1;transform:translate(calc(-100% - 42px),-50%) rotateY(16deg) rotateZ(-2deg);background:linear-gradient(rgba(10,14,26,.5),rgba(10,14,26,.5)),url(/assets/img/img2.jpg) top/cover no-repeat;border:none}
	.problemSection .problemPanel[dataPanel="2"].isPlayed .displayPaneRight{opacity:1;transform:translate(calc(0% + 42px),-50%) rotateY(-16deg) rotateZ(2deg);background:linear-gradient(rgba(10,14,26,.5),rgba(10,14,26,.5)),url(/assets/img/img1.jpg) top/cover no-repeat;border:none}
}

@media(max-width:840px){
	.problemSection .panelProblem br,.problemSection .problemLanguageDescription br,.problemSection .panelSolution p br{display:none}
	.problemSection .displayPane{width:300px;height:210px;padding:24px}
	.problemSection .problemDetectedLanguage{width:200px}
	.problemSection .displayScene{perspective:none}
	.problemSection .displayPane{opacity:1!important;transform-style:flat;transition:none!important}
	.problemSection .displayPaneLeft{border:0;background:url(/assets/img/img2.jpg) center/cover no-repeat!important;transform:translate(calc(-100% - 24px),-50%)!important}
	.problemSection .displayPaneRight{border:0;background:url(/assets/img/img1.jpg) center/cover no-repeat!important;transform:translate(calc(0% + 24px),-50%)!important}
	.problemSection .problemPanel.isVisible .displayPaneLeft{transform:translate(calc(-100% - 24px),-50%)!important}
	.problemSection .problemPanel.isVisible .displayPaneRight{transform:translate(calc(0% + 24px),-50%)!important}
	.problemSection .displayGlow{display:none}
	.problemSection .problemLanguageStage{height:200px}
	.problemSection .displayCenterLine{opacity:.6;transition:none;transform:translate(-50%,-50%) scaleY(1)}
	.problemSection .problemLanguageVisual{height:300px}
}

@media(max-width:768px){
	.problemSection .problemLanguageBottom{align-items:flex-start;flex-direction:column;padding:24px 18px 165px}
	.problemSection .problemLanguageChips{justify-content:flex-start}
	.problemSection .panelProblem{font-size:18px}
	.problemSection .panelSolution strong{font-size:16px}
	.problemSection .panelSolution{gap:0}
	.problemSection .problemLanguageTitle{font-size:26px}
	.problemSection .displayPane h3{font-size:18px}
	.problemSection .displayStage{height:auto;margin-top:32px;overflow:visible;border-radius:0;isolation:auto}
	.problemSection .displayStage::before{display:none}
	.problemSection .displayScene{position:relative;inset:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;perspective:none}
	.problemSection .displayPane{position:relative;left:auto;top:auto;width:100%;height:auto;aspect-ratio:1.35/1;padding:24px 20px;border:0;border-radius:22px;opacity:1!important;overflow:hidden;transform:none!important;transform-style:flat;transition:none!important;backdrop-filter:none}
	.problemSection .displayPaneLeft{grid-column:1;background:url(/assets/img/img2.jpg) center/cover no-repeat!important}
	.problemSection .displayPaneRight{grid-column:2;background:url(/assets/img/img1.jpg) center/cover no-repeat!important}
	.problemSection .problemPanel.isVisible .displayPaneLeft{padding:30px;opacity:1;transform:none!important;background:url(/assets/img/img2.jpg) center/cover no-repeat!important}
	.problemSection .problemPanel.isVisible .displayPaneRight{padding:30px;opacity:1;transform:none!important;background:url(/assets/img/img1.jpg) center/cover no-repeat!important}
	.problemSection .displayPane small{position:relative;z-index:2}
	.problemSection .displayPane h3{position:relative;z-index:2;margin-top:14px;line-height:1.4}
	.problemSection .displayPane p{position:relative;z-index:2;margin-top:12px;line-height:1.45}
	.problemSection .displayCenterLine{display:none}
	.problemSection .displayGlow{display:none}
	.problemSection .displayCenterText{display:none}
	.problemSection .recordFlowItem p{font-size:15px}
	.problemSection .recordFlow{grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr)}
	.problemSection .stageCaption{position:relative;left:auto;bottom:auto;grid-column:1/-1;width:100%;margin-top:12px;text-align:center;white-space:normal;transform:none}
}

@media (max-width:680px){
	.problemSection .recordFlow{display:flex;flex-direction:column;gap:17px}
	.problemSection .recordFlowItem p{font-size:16px}
	.problemSection .recordFlowItem{width:100%;min-height:auto;transform:none!important}
	.problemSection .recordFlowArrow{width:1px;height:28px;margin:0;background:linear-gradient(180deg,rgba(61,91,255,.15),rgba(61,91,255,.8))}
	.problemSection .recordFlowArrow::after{right:auto;left:50%;top:auto;bottom:0;transform:translateX(-50%) rotate(135deg)}
	.problemSection .problemTitle br{display:block}
	.problemSection .problemIntro br{display:block}
	.problemSection .problemLanguageDescription br{display:block}
	.problemSection .panelProblem br{display:block}
	.problemSection .panelSolution p br{display:block}
	.problemSection .problemTitle{margin-top:20px}
}

@media(max-width:640px){
	.problemSection .problemTitle{font-size:30px}
	.problemSection .panelProblem{font-size:18px}
	.problemSection .panelSolution{grid-template-columns:1fr;gap:10px}
	.problemSection .panelSolution p{font-size:18px}
	.problemSection .accuracyVisual{padding:20px}
	.problemSection .recognizedText{font-size:20px}
	.problemSection .correctedText{font-size:20px}
	.problemSection .displayOrbit{width:340px;height:340px}
	.problemSection .displayPane{width:270px;height:200px;padding:22px}
	.problemSection .problemPanel.isVisible .displayPaneLeft{transform:translate(-50%,-88%) rotateY(0deg)}
	.problemSection .problemPanel.isVisible .displayPaneRight{transform:translate(-50%,0%) rotateY(0deg)}
	.problemSection .displayCenterLine{height:70px}
	.problemSection .recordFlowVisual{padding:0;margin-top:30px}
	.problemSection .problemLanguageWave{padding:0 20px}
	.problemSection .scanLabel{font-size:14px}
}

@media (max-width:600px){
	.problemSection .displayScene{display:flex;flex-direction:column}
	.problemSection .problemPanel.isVisible .displayPaneLeft{width:100%}
	.problemSection .displayPane{width:100%;height:220px}
	.problemSection .problemPanel.isVisible .displayPaneRight{width:100%}
	.problemSection .displayPane{padding:30px}
	.problemSection .panelProblem br{display:none}
	.problemSection .panelSolution p br{display:none}
	.problemSection .problemLanguageDescription br{display:none}
	.problemSection .resultState{top:30%}
	.problemSection .panelTitle,.problemSection .problemLanguageTitle{font-size:26px;line-height:1.3}
}

@media(max-width:540px){
	.problemSection .displayStage{height:500px}
	.problemSection .problemLanguageDescription{margin:14px 0 0}
	.problemSection .panelProblem{margin:14px 0 0}
}

@media(max-width:480px){
	.problemSection .problemNav{padding:50px 20px}
	.problemSection .problemTitle{font-size:25px}
	.problemSection .panelLabel,.problemSection .problemLanguageLabel{height:40px;padding:0 18px;font-size:13px}
	.problemSection .recognizedText{font-size:18px}
	.problemSection .correctedText{font-size:18px}
	.problemSection .resultState{position:static;transform:none;margin-top:14px;font-size:16px}
	.problemSection .problemList{padding:0 20px}
	.problemSection .problemDetectedLanguage strong{font-size:24px}
	.problemSection .recordFlowResult{white-space:normal}
	.problemSection .recognizedBox{padding:15px;font-size:15px;margin-top:12px}
	.problemSection .resultBox{padding:15px}
	.problemSection .scanLight{width:8px;height:8px}
	.problemSection .problemEyebrow{font-size:14px}
	.problemSection .problemLanguageProgress{bottom:40px}
	.problemSection .problemPanel.isVisible .displayPaneLeft {padding:30px 20px;}
	.problemSection .problemPanel.isVisible .displayPaneRight {padding:30px 20px;}
}

@media (max-width:400px){
	.problemSection .problemLanguageWave{padding:0}
	.problemSection .problemDetectedLanguage{width:170px;right:0}
	.problemSection .problemDetectedLanguage strong{font-size:20px}
	.problemSection .problemLanguageWave{gap:4px}
	.problemSection .panelLabel,.problemSection .problemLanguageLabel{font-size:12px}
}

@media(max-width:360px){
	.problemSection .panelTitle,.problemSection .problemLanguageTitle{font-size:25px}
	.problemSection .accuracyVisual{padding:16px}
	.problemSection .recognizedText{font-size:16px}
	.problemSection .correctedText{font-size:16px}
	.problemSection .scanLabel{padding:7px 14px}
	.problemSection .problemIntro{font-size:16px}
	.problemSection .panelProblem{font-size:16px}
	.problemSection .problemLanguageDescription{font-size:16px}
	.problemSection .panelSolution p{font-size:16px}
	.problemSection .recordFlowResult{font-size:16px}
	.problemSection .stageCaption{font-size:16px}
}

@media(max-width:320px){
	.problemSection .problemTitle{font-size:28px}
	.problemSection .panelTitle,.problemSection .problemLanguageTitle{font-size:23px}
	.problemSection .panelLabel,.problemSection .problemLanguageLabel{height:36px;padding:0 14px;font-size:12px}
	.problemSection .recordFlowItem{padding:20px 16px}
}

/* ============================================================
   KEY FEATURES
============================================================ */
.keyFeatureSection{position:relative;overflow:hidden;padding:160px 0;background:#fff url("/assets/img/back.png") center 250px/100% auto no-repeat}
.keyFeatureSection .keyFeatureInner{width:min(1500px,calc(100% - 80px));margin:0 auto}
.keyFeatureSection .keyFeatureHead{text-align:center}
.keyFeatureSection .keyFeatureEyebrow{color:#4562ff;font-size:18px;font-weight:800;letter-spacing:0.25rem}
.keyFeatureSection .keyFeatureTitle{font-size:50px;font-weight:800;line-height:1.2;word-break:keep-all;color:#3C3F53;margin:20px 0 0}
.keyFeatureSection .keyFeatureTitle strong{display:block;color:#465cff;font-weight:800}
.keyFeatureSection .keyFeatureDescription{margin:50px;color:#66708c;font-size:20px;font-weight:500;line-height:1.5}
.keyFeatureSection .keyFeatureStage{position:relative;height:560px;margin-top:14px}
.keyFeatureSection .keyFeatureVisual{position:absolute;inset:0;perspective:1700px}
.keyFeatureSection .keyFeatureVisualItem{position:absolute;left:50%;top:50%;width:430px;height:500px;margin:0;opacity:1;cursor:pointer;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.22,.8,.22,1),opacity .55s ease,filter .55s ease;will-change:transform}
.keyFeatureSection .keyFeatureVisualItem img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{z-index:6;opacity:1;filter:none;transform:translate(-50%,-50%) translateZ(80px) scale(1.06)}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{z-index:4;opacity:1;filter:saturate(.95);transform:translate(-132%,-46%) rotateZ(-2deg) scale(.79)}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{z-index:5;opacity:1;filter:saturate(.98);transform:translate(22%,-46%) rotateZ(2deg) scale(.82)}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="2"]{z-index:3;opacity:1;filter:saturate(.9);transform:translate(92%,-48%) rotateZ(1deg) scale(.68)}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-2"]{z-index:3;opacity:1;filter:saturate(.9);transform:translate(-192%,-48%) rotateZ(-1deg) scale(.68)}
.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="hidden"]{z-index:1;opacity:0;pointer-events:none;transform:translate(-50%,-45%) scale(.55)}
.keyFeatureSection .keyFeatureCardArea{position:absolute;left:80px;bottom:140px;z-index:10;width:410px;height:250px;box-shadow:4px 5px 9px #63d5bc75;border-radius:26px;overflow:hidden}
.keyFeatureSection .keyFeatureCard{position:absolute;inset:0;height:250px;padding:34px 38px;border-radius:26px;color:#fff;box-shadow:0 22px 48px rgba(70,92,255,.18);opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease}
.keyFeatureSection .keyFeatureCard:first-of-type{background:url(/assets/img/icon10.png) no-repeat #465cff;background-position:90% 15%;background-size:45px}
.keyFeatureSection .keyFeatureCard:nth-of-type(2){background:url(/assets/img/icon11.png) no-repeat #465cff;background-position:90% 15%;background-size:45px}
.keyFeatureSection .keyFeatureCard:nth-of-type(3){background:url(/assets/img/icon12.png) no-repeat #465cff;background-position:90% 15%;background-size:45px}
.keyFeatureSection .keyFeatureCard:last-of-type{background:url(/assets/img/icon13.png) no-repeat #465cff;background-position:90% 15%;background-size:45px}
.keyFeatureSection .keyFeatureCard.keyFeatureActive{opacity:1;visibility:visible;transform:none}
.keyFeatureSection .keyFeatureCardStep{display:block;font-size:14px;font-weight:800;letter-spacing:.02em;color:#89F3FF}
.keyFeatureSection .keyFeatureCard h3{margin:15px 0 0;font-size:24px;font-weight:700;line-height:1.35;letter-spacing:-.04em}
.keyFeatureSection .keyFeatureCard p{margin:29px 0 0;color:rgba(255,255,255,.94);font-size:16px;font-weight:600;line-height:1.55}
.keyFeatureSection .keyFeatureTabs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:min(820px,100%);margin:48px auto 0}
.keyFeatureSection .keyFeatureTab{height:50px;padding:0 10px;border-radius:12px;background:#fff;color:#6b7083;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0px 0px 10px rgb(65 81 137 / 15%);transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease}
.keyFeatureSection .keyFeatureTab:hover{color:#465cff;border-color:#cbd3ff;transform:translateY(-2px)}
.keyFeatureSection .keyFeatureTab.keyFeatureActive{border-color:#465cff;background:#465cff;color:#fff;box-shadow:0 12px 26px rgba(70,92,255,.18)}
.keyFeatureSection .keyFeatureControlBar{display:flex;align-items:center;justify-content:center;gap:20px;width:min(780px,calc(100% - 40px));margin:32px auto 0}
.keyFeatureSection .keyFeatureCount{flex:0 0 auto;display:flex;align-items:baseline;gap:4px;color:#a1a7b6;font-size:13px;font-weight:700;white-space:nowrap}
.keyFeatureSection .keyFeatureCount strong{color:#465cff;font-size:18px;font-weight:800}
.keyFeatureSection .keyFeatureProgress{position:relative;flex:1 1 auto;width:auto;min-width:300px;height:4px;overflow:hidden;border-radius:999px;background:#e3e6ed}
.keyFeatureSection .keyFeatureProgressFill{position:absolute;left:0;top:0;width:0;height:100%;border-radius:inherit;background:linear-gradient(45deg,#465cff,#3341ad);will-change:width}
.keyFeatureSection .keyFeatureProgressFill.keyFeaturePlaying{animation:keyFeatureProgressMove 5s linear forwards}
.keyFeatureSection .keyFeaturePlayer{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}
.keyFeatureSection .keyFeatureMove,.keyFeatureSection .keyFeatureToggle{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:26px;height:30px;padding:0;border:0;background:transparent;color:#626a80;cursor:pointer;transition:color .25s ease,transform .25s ease}
.keyFeatureSection .keyFeatureMove{font-size:27px;font-weight:400;line-height:1}
.keyFeatureSection .keyFeatureToggleIcon{position:relative;display:block;width:14px;height:13px}
.keyFeatureSection .keyFeatureToggleIcon::before,.keyFeatureSection .keyFeatureToggleIcon::after{content:"";position:absolute;top:2px;width:3px;height:12px;border-radius:1px;background:currentColor}
.keyFeatureSection .keyFeatureToggleIcon::before{left:2px}
.keyFeatureSection .keyFeatureToggleIcon::after{right:2px}
.keyFeatureSection .keyFeatureToggle.keyFeaturePaused .keyFeatureToggleIcon::before{left:3px;top:2px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid currentColor;border-radius:0;background:transparent}
.keyFeatureSection .keyFeatureToggle.keyFeaturePaused .keyFeatureToggleIcon::after{display:none}
.keyFeatureVisualItem{overflow:visible}
.keyFeatureControlHighlight{position:absolute;left:11%;top:84%;z-index:20;width:79%;height:6%;border:1px solid rgb(102 234 255 / 78%);border-radius:8px;opacity:0;pointer-events:none;transition:opacity .4s ease;box-shadow:0 0 8px rgba(102,234,255,.25),0 0 20px rgba(70,92,255,.18)}
.keyFeatureVisualItem[data-key-feature-image="2"][data-key-feature-position="0"] .keyFeatureControlHighlight{opacity:1;animation:keyFeatureHighlightPulse 1.8s ease-in-out infinite}

@keyframes keyFeatureHighlightSpin{to{transform:rotate(360deg)}}
@keyframes keyFeatureHighlightSweep{0%{left:-18%;opacity:0}20%{opacity:1}80%{opacity:1}100%{left:100%;opacity:0}}
@keyframes keyFeatureHighlightPulse{0%,100%{box-shadow:0 0 8px rgba(102,234,255,.25),0 0 18px rgba(70,92,255,.18)}50%{box-shadow:0 0 12px rgba(102,234,255,.65),0 0 30px rgba(70,92,255,.4)}}
@keyframes keyFeatureProgressMove{from{width:0}to{width:100%}}

@media(max-width:1650px){
	.keyFeatureSection .keyFeatureTitle{font-size:46px}
	.keyFeatureSection .keyFeatureCardArea{left:60px;bottom:120px}
}

@media(max-width:1400px){
	.keyFeatureSection .keyFeatureVisualItem{width:390px;height:470px}
	.keyFeatureSection .keyFeatureDescription{margin-top:38px;font-size:22px}
	.keyFeatureSection .keyFeatureEyebrow{font-size:16px}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-125%,-46%) rotateZ(-2deg) scale(.76)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(18%,-46%) rotateZ(2deg) scale(.78)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="2"]{transform:translate(78%,-48%) rotateZ(1deg) scale(.64)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-2"]{transform:translate(-178%,-48%) rotateZ(-1deg) scale(.64)}
	.keyFeatureSection .keyFeatureTitle{font-size:36px}
	.keyFeatureControlHighlight{left:9%;width:82%}
}

@media(max-width:1200px){
	.keyFeatureSection{min-height:900px}
	.keyFeatureSection .keyFeatureInner{width:min(100% - 48px,1100px)}
	.keyFeatureSection .keyFeatureTitle{font-size:36px}
	.keyFeatureSection .keyFeatureStage{height:500px}
	.keyFeatureSection .keyFeatureVisualItem{width:350px;height:430px}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-112%,-45%) rotateZ(-2deg) scale(.72)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(12%,-45%) rotateZ(2deg) scale(.74)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="2"]{transform:translate(60%,-48%) scale(.58)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-2"]{transform:translate(-160%,-48%) scale(.58)}
	.keyFeatureSection .keyFeatureCardArea{left:20px;bottom:104px;width:330px}
	.keyFeatureSection .keyFeatureCard:first-of-type{background-size:40px}
	.keyFeatureSection .keyFeatureCard:nth-of-type(2){background-size:40px}
	.keyFeatureSection .keyFeatureCard:nth-of-type(3){background-size:40px}
	.keyFeatureSection .keyFeatureCard:last-of-type{background-size:40px}
}
@media(max-width:1009px){
	.keyFeatureSection .keyFeatureStage{height:480px}
	.keyFeatureSection .keyFeatureVisualItem{width:330px;height:410px}
	.keyFeatureSection .keyFeatureCardArea{bottom:40px;width:330px}
	.keyFeatureSection .keyFeatureCard{padding:30px 32px}
}

@media(max-width:991px){
	.keyFeatureSection{min-height:auto;padding:90px 0 80px}
	.keyFeatureSection .keyFeatureInner{width:100%;padding:0 40px}
	.keyFeatureSection .keyFeatureTitle{font-size:30px}
	.keyFeatureSection .keyFeatureDescription{font-size:19px;margin:50px 0}
	.keyFeatureSection .keyFeatureStage{height:650px;margin-top:30px}
	.keyFeatureSection .keyFeatureVisual{height:420px}
	.keyFeatureSection .keyFeatureVisualItem{top:48%;width:310px;height:390px}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{transform:translate(-50%,-50%) scale(1)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-94%,-48%) scale(.62);opacity:.45}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(-6%,-48%) scale(.62);opacity:.45}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="2"],.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-2"]{opacity:0}
	.keyFeatureSection .keyFeatureCardArea{left:50%;bottom:-15px;width:min(400px,calc(100% - 24px));min-height:190px;transform:translateX(-50%)}
	.keyFeatureSection .keyFeatureCard{min-height:190px}
	.keyFeatureSection .keyFeatureTabs{grid-template-columns:repeat(4,1fr);width:100%}
	.keyFeatureSection .keyFeatureProgress{width:72%}
}

@media(max-width:840px){
	.keyFeatureSection .keyFeatureStage{height:650px}
	.keyFeatureSection .keyFeatureTabs{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
	.keyFeatureSection .keyFeatureControlBar{gap:10px;width:100%;margin-top:24px}
	.keyFeatureSection .keyFeatureProgress{min-width:0}
	.keyFeatureSection .keyFeatureCount{font-size:11px}
	.keyFeatureSection .keyFeatureCount strong{font-size:16px}
	.keyFeatureSection .keyFeaturePlayer{gap:6px}
	.keyFeatureSection .keyFeatureMove{font-size:23px}
	.keyFeatureSection .keyFeatureDescription{font-size:18px}
}

@media(max-width:640px){
	.keyFeatureSection{padding:74px 0 90px;background:#fff url("/assets/img/back.png") center 170px/160% auto no-repeat}
	.keyFeatureSection .keyFeatureHead{text-align:center}
	.keyFeatureSection .keyFeatureTitle{margin-top:20px;line-height:1.26}
	.keyFeatureSection .keyFeatureTitle strong{display:block}
	.keyFeatureSection .keyFeatureDescription{margin:24px 0 0;font-size:18px}
	.keyFeatureSection .keyFeatureDescription br{display:none}
	.keyFeatureSection .keyFeatureStage{position:relative;display:flex;flex-direction:column;gap:26px;height:auto;margin-top:32px}
	.keyFeatureSection .keyFeatureVisual{position:relative;display:block;width:100%;height:340px;overflow:hidden;perspective:900px}
	.keyFeatureSection .keyFeatureVisualItem{display:block;position:absolute;left:50%;top:50%;width:min(270px,70vw);height:auto;margin:0;opacity:0;filter:none;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .45s ease;will-change:transform}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{display:block;left:50%;top:50%;width:min(270px,70vw);height:auto;opacity:1;z-index:5;transform:translate(-50%,-50%) scale(1)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{display:block;opacity:.42;z-index:3;transform:translate(-88%,-50%) rotateZ(-4deg) scale(.66)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{display:block;opacity:.42;z-index:3;transform:translate(-12%,-50%) rotateZ(4deg) scale(.66)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-2"],.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="2"],.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="hidden"]{display:none;opacity:0}
	.keyFeatureSection .keyFeatureVisualItem img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
	.keyFeatureSection .keyFeatureCardArea{position:relative;left:auto;bottom:auto;width:100%;height:auto;min-height:0;margin:0;overflow:visible;transform:none;border-radius:26px}
	.keyFeatureSection .keyFeatureCard{display:none;position:relative;left:auto;top:auto;right:auto;bottom:auto;inset:auto;height:auto;min-height:0;padding:32px 26px;border-radius:26px;opacity:1;visibility:visible;transform:none;transition:none}
	.keyFeatureSection .keyFeatureCard.keyFeatureActive{display:block;position:relative;left:auto;top:auto;right:auto;bottom:auto;inset:auto;opacity:1;visibility:visible;transform:none}
	.keyFeatureSection .keyFeatureCardStep{font-size:15px}
	.keyFeatureSection .keyFeatureCard h3{margin-top:18px;font-size:25px;line-height:1.28}
	.keyFeatureSection .keyFeatureCard p{margin-top:18px;font-size:17px;line-height:1.55}
	.keyFeatureSection .keyFeatureTabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;height:auto;margin:22px 0 0;padding:0}
	.keyFeatureSection .keyFeatureTab{width:100%;height:54px;padding:0 12px;border-radius:14px;font-size:15px;text-align:center}
	.keyFeatureSection .keyFeatureControlBar{display:flex;align-items:center;width:100%;gap:10px;margin:22px 0 0}
	.keyFeatureSection .keyFeatureCount{width:54px;font-size:13px}
	.keyFeatureSection .keyFeatureCount strong{font-size:22px}
	.keyFeatureSection .keyFeatureProgress{flex:1;width:auto;min-width:0;margin:0}
	.keyFeatureSection .keyFeaturePlayer{gap:8px}
	.keyFeatureControlHighlight{left:5%;width:90%}
	.keyFeatureSection .keyFeatureMove{font-size:26px}
}

@media(max-width:480px){
	.keyFeatureSection{padding:50px 0;background:#fff url("/assets/img/back.png") center 150px/125% auto no-repeat}
	.keyFeatureSection .keyFeatureInner{padding:0 20px}
	.keyFeatureSection .keyFeatureEyebrow{font-size:14px}
	.keyFeatureSection .keyFeatureTitle{font-size:28px}
	.keyFeatureSection .keyFeatureStage{gap:22px;margin-top:26px}
	.keyFeatureSection .keyFeatureVisual{height:320px}
	.keyFeatureSection .keyFeatureVisualItem{width:min(250px,68vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{width:min(250px,68vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-91%,-50%) rotateZ(-4deg) scale(.64)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(-9%,-50%) rotateZ(4deg) scale(.64)}
	.keyFeatureSection .keyFeatureCard{padding:28px 24px;border-radius:24px}
	.keyFeatureSection .keyFeatureCard h3{font-size:22px}
	.keyFeatureSection .keyFeatureCard p{font-size:16px}
	.keyFeatureSection .keyFeatureTabs{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
	.keyFeatureSection .keyFeatureTab{height:44px;padding:0 18px;font-size:14px}
	.keyFeatureControlHighlight{left:6%;width:88%}
	.keyFeatureSection .keyFeatureCount strong{font-size:20px}
	.keyFeatureSection .keyFeatureCard:first-of-type{background-size:35px}
	.keyFeatureSection .keyFeatureCard:nth-of-type(2){background-size:35px}
	.keyFeatureSection .keyFeatureCard:nth-of-type(3){background-size:35px}
	.keyFeatureSection .keyFeatureCard:last-of-type{background-size:35px}
}

@media(max-width:420px){
	.keyFeatureSection .keyFeatureInner{width:100%}
	.keyFeatureSection .keyFeatureTitle{font-size:27px}
	.keyFeatureSection .keyFeatureCard{padding:26px 22px}
	.keyFeatureSection .keyFeatureCard h3{font-size:22px}
	.keyFeatureSection .keyFeatureCard p{font-size:15px}
	.keyFeatureSection .keyFeatureTab{height:44px;font-size:14px}
	.keyFeatureSection .keyFeatureCount{width:48px}
	.keyFeatureSection .keyFeatureTabs{grid-template-columns:1fr}
	.keyFeatureSection .keyFeatureVisualItem{width:min(235px,68vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{width:min(235px,68vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-90%,-50%) rotateZ(-4deg) scale(.62)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(-10%,-50%) rotateZ(4deg) scale(.62)}
}

@media (max-width:380px) {
	.keyFeatureSection .keyFeatureVisual{height:285px}
	.keyFeatureSection .keyFeatureVisualItem{width:min(210px,64vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="0"]{width:min(225px,66vw)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="-1"]{transform:translate(-88%,-50%) rotateZ(-4deg) scale(.56)}
	.keyFeatureSection .keyFeatureVisualItem[data-key-feature-position="1"]{transform:translate(-12%,-50%) rotateZ(4deg) scale(.56)}
}

@media(max-width:360px){
	.keyFeatureSection .keyFeatureTitle{font-size:28px}
	.keyFeatureSection .keyFeatureCard{padding:28px 22px}
	.keyFeatureSection .keyFeatureCard h3{font-size:22px}
	.keyFeatureSection .keyFeatureCard p{font-size:15px}
	.keyFeatureSection .keyFeatureTab{height:48px;font-size:15px}
	.keyFeatureSection .keyFeatureDescription{font-size:16px}
	.keyFeatureSection .keyFeatureVisual{height:300px}
	
}

@media(max-width:320px){
	.keyFeatureSection .keyFeatureTitle{font-size:26px}
	.keyFeatureSection .keyFeatureCard{padding:20px 18px}
	.keyFeatureSection .keyFeatureCard h3{font-size:17px}
	.keyFeatureSection .keyFeatureTab{height:40px}
	.keyFeatureSection .keyFeatureVisualItem{width:185px;height:240px}
}

/* ============================================================
   WHERE IT WORKS
============================================================ */
.whereSection{position:relative;overflow:hidden;padding:100px 160px;background:#F8F8F8 url("/assets/img/back2.png") center/cover no-repeat}
.whereSection .whereInner{display:grid;grid-template-columns:minmax(360px,.42fr) minmax(0,.58fr);align-items:center;gap:clamp(50px,6vw,120px);width:min(1500px,calc(100% - 80px));margin:0 auto}
.whereSection .whereEyebrow{color:#4562ff;font-size:18px;font-weight:800;letter-spacing:0.25rem}
.whereSection .whereTitle{margin:28px 0 0;color:#3C3F53;font-size:50px;font-weight:800;line-height:1.3;word-break:keep-all}
.whereSection .whereTitle strong{display:block;color:#455DFF;font-weight:800}
.whereSection .whereDescription{margin:40px 0 0;color:#5E627E;font-size:20px;font-weight:500;line-height:1.5;letter-spacing:-.025em;word-break:keep-all}
.whereSection .wherePlaceList{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,2.5vw,50px);margin:0;padding:0;list-style:none}
.whereSection .wherePlace{display:flex;flex-direction:column;align-items:center;text-align:center}
.whereSection .wherePlaceIcon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:28px;background:#fff;box-shadow:0 14px 34px rgba(58,78,143,.07);transition:transform .3s ease,box-shadow .3s ease}
.whereSection .wherePlace:hover .wherePlaceIcon{transform:translateY(-6px);box-shadow:0 20px 44px rgba(58,78,143,.12)}
.whereSection .wherePlaceIcon img{width:46px;height:46px;object-fit:contain}
.whereSection .wherePlaceName{display:block;margin-top:26px;color:#252B40;font-size:20px;font-weight:600;white-space:nowrap}

@media (max-width:1800px){
	.whereSection{padding:100px}
}

@media(max-width:1400px){
	.whereSection .wherePlaceIcon{width:105px;height:105px}
	.whereSection .wherePlaceName{font-size:18px}
	.whereSection .whereTitle{font-size:36px}
	.whereSection .whereDescription{font-size:22px}
	.whereSection{padding:100px 80px}
	.whereSection .whereEyebrow{font-size:16px}
}

@media(max-width:1200px){
	.whereSection .whereInner{grid-template-columns:1fr;gap:50px}
	.whereSection .whereTitle{font-size:44px}
}

@media(max-width:991px){
	.whereSection{padding:80px 40px}
	.whereSection .whereInner{width:100%}
	.whereSection .whereTitle{font-size:30px;text-align:center}
	.whereSection .whereDescription{font-size:19px;text-align:center}
	.whereSection .wherePlaceList{grid-template-columns:repeat(4,1fr);gap:34px}
	.whereSection .wherePlaceIcon{width:96px;height:96px;border-radius:24px}
	.whereSection .whereEyebrow{text-align:center}
}

@media(max-width:640px){
	.whereSection .wherePlaceName{font-size:16px}
	.whereSection .whereDescription{font-size:18px}
}

@media (max-width:580px){
	.whereSection .wherePlaceList{grid-template-columns:repeat(2,1fr)}
	.whereSection .wherePlaceIcon{width:126px;height:126px}
	.whereSection .wherePlaceName{margin-top:15px;font-size:18px}
}

@media(max-width:540px){
	.whereSection .whereInner{width:100%}
	.whereSection .whereTitle{margin-top:20px}
	.whereSection .whereDescription{margin-top:26px}
	.whereSection .wherePlaceIcon{width:84px;height:84px;border-radius:20px}
	.whereSection .wherePlaceIcon img{width:38px;height:38px}
	.whereSection .wherePlaceName{margin-top:18px;font-size:16px}
}

@media(max-width:480px){
	.whereSection .whereTitle{font-size:25px}
	.whereSection{padding:50px 20px}
	.whereSection .wherePlaceList{gap:28px 18px;grid-template-columns:repeat(2,1fr)}
	.whereSection .whereEyebrow{font-size:14px}
}

@media(max-width:360px){
	.whereSection .wherePlaceList{gap:24px 14px}
	.whereSection .wherePlaceIcon{width:72px;height:72px;border-radius:17px}
	.whereSection .wherePlaceIcon img{width:32px;height:32px}
	.whereSection .wherePlaceName{margin-top:14px;white-space:normal}
	.whereSection .whereDescription{font-size:16px}
}

@media(max-width:320px){
	.whereSection .whereTitle{font-size:26px}
	.whereSection .wherePlaceIcon{width:64px;height:64px;border-radius:15px}
	.whereSection .wherePlaceIcon img{width:28px;height:28px}
}

/* 제품소개 */
#lcCounselingSubPage{position:relative;width:100%;overflow:hidden;background:#fff}
#lcCounselingSubPage *{box-sizing:border-box}
#lcCounselingSubPage img{display:block;max-width:100%}
#lcCounselingSubPage button,#lcCounselingSubPage a{font:inherit}
.lcCounselingSubInner{width:100%;margin:0 auto}
.lcCounselingSubVisual{position:relative;height:100vh; width:100%; padding:100px 160px;display:flex;align-items:center;overflow:hidden;isolation:isolate;background: url(/assets/img/sub_visual.jpg) no-repeat;background-size: cover;}
.lcCounselingSubVisualMotion{position:absolute;inset:0;z-index:-4;will-change:transform}
.lcCounselingSubVisualBg{position:absolute;inset:0;background-image:url("/assets/img/sub_visual.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;transform:scale(1.04);animation:lcCounselingSubVisualSettle 1.8s cubic-bezier(.22,.75,.22,1) forwards}
.lcCounselingSubVisualCurtain{position:absolute;inset:0;z-index:5;pointer-events:none;background:repeating-linear-gradient(90deg,rgba(18,45,94,.34) 0,rgba(18,45,94,.34) 70px,rgba(74,125,225,.2) 70px,rgba(74,125,225,.2) 72px);box-shadow:-30px 0 70px rgba(36,88,190,.2);animation:lcCounselingSubCurtainOpen 1.35s cubic-bezier(.78,0,.18,1) .08s forwards}
.lcCounselingSubVisualCurtain:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(91,151,255,.35) 20%,rgba(102,165,255,.9) 50%,rgba(91,151,255,.35) 80%,transparent 100%);box-shadow:0 0 18px rgba(73,137,255,.55)}
.lcCounselingSubVisualCurtain:after{display:none}
.lcCounselingSubVisualSweep{position:absolute;left:-30%;top:-20%;z-index:6;width:20%;height:140%;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent,rgba(73,135,255,.04),rgba(89,154,255,.2),rgba(73,135,255,.04),transparent);filter:blur(10px);transform:skewX(-16deg);animation:lcCounselingSubVisualSweep 1.4s ease-out .55s forwards}
.lcCounselingSubVisualTitle{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-34px);animation:lcCounselingSubTitleReveal .95s cubic-bezier(.22,.72,.24,1) .72s forwards}
.lcCounselingSubVisualDescription{opacity:0;transform:translateY(22px);animation:lcCounselingSubDescriptionReveal .8s cubic-bezier(.22,.72,.24,1) 1.05s forwards}
.lcCounselingSubVisualShade{position:absolute;inset:0;z-index:-3;}
.lcCounselingSubVisualGlow{position:absolute;left:39%;top:21%;z-index:-2;width:680px;height:320px;border-radius:50%;background:radial-gradient(ellipse,rgba(70,125,255,.32) 0%,rgba(48,111,255,.16) 34%,transparent 72%);filter:blur(14px);transform:rotate(-9deg);animation:lcCounselingSubGlowPulse 5.5s ease-in-out infinite}
.lcCounselingSubVisualBeam{position:absolute;left:35%;top:-28%;z-index:-1;width:190px;height:150%;background:linear-gradient(90deg,transparent,rgba(116,168,255,.13),rgba(230,244,255,.22),rgba(116,168,255,.1),transparent);filter:blur(16px);transform:rotate(24deg) translateX(-420px);animation:lcCounselingSubBeamSweep 8s ease-in-out infinite}
.lcCounselingSubVisualGrid{position:absolute;inset:0;z-index:-1;opacity:.16;background-image:linear-gradient(rgba(111,151,234,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(111,151,234,.08) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 66%);mask-image:linear-gradient(90deg,#000 0%,transparent 66%)}
.lcCounselingSubVisualContent{position:relative;z-index:2;padding:145px 0 110px}
.lcCounselingSubVisualTitle{margin:0;color:#fff;font-size:clamp(62px,7vw,112px);font-weight:800;line-height:.9;letter-spacing:0}
.lcCounselingSubVisualTitle span{display:block;color:#91A1C4;margin-top:22px}
.lcCounselingSubVisualDescription{position:relative;margin:48px 0 0;color:#edf4ff;font-size:30px;font-weight:300;line-height:1.7;}
.lcCounselingSubVisualScroll{position: absolute;z-index: 4;left: 50%;bottom: 18px; letter-spacing:0.14em;display: flex;flex-direction: column;align-items: center;gap: 8px;color: rgba(255, 255, 255, .62);font-size: 14px;font-weight: 800;transform: translateX(-50%);}
.lcCounselingSubVisualScrollLine{position:relative;width:1px;height:48px;overflow:hidden;background:rgba(255,255,255,.22)}
.lcCounselingSubVisualScrollLine:after{content:"";position:absolute;left:0;top:-22px;width:1px;height:22px;background:#fff;animation:lcCounselingSubScrollLine 2s ease-in-out infinite}
.lcCounselingSubOverview{position:relative;padding:160px;overflow:hidden;background:url(/assets/img/sub_back1.jpg) no-repeat; background-size:cover; background-position:center;}
.lcCounselingSubOverviewGrid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);gap:92px;align-items:center; justify-content:space-between;}
.lcCounselingSubSectionEyebrow{margin-bottom: 25px;color: #455DFF;font-size: 18px;font-weight: 800; letter-spacing: 0.25rem;}
.lcCounselingSubOverviewTitle{margin:0;color:#3C3F53;font-size:50px;font-weight:800;line-height:1.25;}
.lcCounselingSubOverviewTitle strong{display:block;color:#3266f4;font-weight:800}
.lcCounselingSubOverviewLead{margin:48px 0 0;color:#20283b;font-size:23px;font-weight:600;line-height:1.5;}
.lcCounselingSubOverviewBody{margin:28px 0 0;color:#23263B;font-size:20px;font-weight:400;line-height:1.7;}
.lcCounselingSubOverviewStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px}
.lcCounselingSubOverviewStat{position:relative;min-height:82px;padding:18px 20px;border-top:4px solid #cbd5f1;border-radius:15px;background:rgba(255,255,255,.84);box-shadow:0 12px 28px rgba(49,77,148,.08);backdrop-filter:blur(10px);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.lcCounselingSubOverviewStat strong{display:block;margin-bottom:8px;color:#3868ef;font-size:20px;font-weight:700}
.lcCounselingSubOverviewStat span{display:block;color:#515a72;font-size:17px;font-weight:500}
.lcCounselingSubOverviewMedia{position:relative;min-height:470px;border-radius:34px;overflow:hidden;background:#dfe7f5;box-shadow:0 35px 75px rgba(51,74,132,.18);isolation:isolate}
.lcCounselingSubOverviewMedia img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;clip-path:inset(0 100% 0 0);transform:scale(1.08);filter:saturate(.92) contrast(.98);transition:clip-path 1.15s cubic-bezier(.22,.72,.24,1),transform 1.5s cubic-bezier(.2,.72,.2,1),filter .6s ease}
.lcCounselingSubOverviewMedia.isLcCounselingSubVisible img{clip-path:inset(0 0 0 0);transform:scale(1)}
.lcCounselingSubOverviewMedia.isLcCounselingSubVisible:hover img{transform:scale(1.035);filter:saturate(1) contrast(1)}
.lcCounselingSubOverviewMedia:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(13,28,60,.03) 40%,rgba(10,27,61,.2) 100%),radial-gradient(circle at 82% 20%,rgba(91,139,255,.16),transparent 34%)}
.lcCounselingSubOverviewMedia:after{content:"";position:absolute;left:-30%;top:-20%;z-index:3;width:18%;height:140%;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent,rgba(78,135,255,.04),rgba(86,145,255,.2),rgba(78,135,255,.04),transparent);filter:blur(10px);transform:skewX(-14deg)}
.lcCounselingSubOverviewMedia.isLcCounselingSubVisible:after{animation:lcCounselingSubOverviewSweep 1.25s ease-out .45s both}
.lcCounselingSubOverviewMediaGlow{position:absolute;right:-65px;top:-65px;z-index:4;width:190px;height:190px;border-radius:50%;pointer-events:none;background:rgba(88,136,255,.2);filter:blur(32px);animation:lcCounselingSubOverviewGlow 5s ease-in-out infinite}
@keyframes lcCounselingSubOverviewSweep{0%{left:-30%;opacity:0}20%{opacity:.7}65%{opacity:.35}100%{left:115%;opacity:0}}
@keyframes lcCounselingSubOverviewGlow{0%,100%{transform:translate3d(0,0,0);opacity:.45}50%{transform:translate3d(-18px,18px,0);opacity:.85}}
.lcCounselingSubInterface{position:relative;padding:160px;overflow:hidden;background:linear-gradient(180deg,#fbfcff 0%,#eaf1ff 100%)}
.lcCounselingSubInterface:before{content:"";position:absolute;left:-60px;bottom:-36px;width:520px;height:370px;background-image:radial-gradient(circle, rgb(152 168 251 / 21%) 7px, transparent 5px);background-size:13px 13px;-webkit-mask-image:radial-gradient(ellipse,#000 0%,rgba(0,0,0,.88) 45%,transparent 74%);mask-image:radial-gradient(ellipse,#000 0%,rgba(0,0,0,.88) 45%,transparent 74%)}
.lcCounselingSubInterface:after{content:"";position:absolute;right:-140px;top:40px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(82,126,255,.1),transparent 68%)}
.lcCounselingSubInterfaceHeader{position:relative;z-index:2;text-align:center}
.lcCounselingSubInterfaceHeader .lcCounselingSubSectionEyebrow{justify-content:center}
.lcCounselingSubInterfaceHeader .lcCounselingSubSectionEyebrow:before{display:none}
.lcCounselingSubInterfaceTitle{margin:0;color:#30384e;font-size:50px;font-weight:800;line-height:1.35;}
.lcCounselingSubInterfaceTitle strong{display:block;color:#3266f4;font-weight:800}
.lcCounselingSubInterfaceStage{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 310px minmax(0,1fr);gap:50px;align-items:center;margin-top:84px}
.lcCounselingSubRoleCard{position:relative;min-height:520px;padding:42px 40px 40px;border:1px solid rgba(255,255,255,.96);border-radius:34px;background:rgba(255,255,255,.94);box-shadow:0 28px 70px rgba(52,79,149,.13);backdrop-filter:blur(18px);transition:transform .45s cubic-bezier(.2,.75,.25,1),box-shadow .45s ease}
.lcCounselingSubRoleCard:hover{transform:translateY(-8px);box-shadow:0 38px 90px rgba(52,79,149,.19)}
.lcCounselingSubRoleHead{display:flex;align-items:center;gap:18px;margin-bottom:30px}
.lcCounselingSubRoleIcon{position:relative;display:grid;place-items:center;flex:0 0 76px;width:76px;height:76px;aspect-ratio:1;color:#fff; background:url(/assets/img/polygon1.png) no-repeat; background-size:cover;}
.lcCounselingSubRoleIcon:before{display:none}
.lcCounselingSubRoleIcon img {position:relative;z-index:1;height:34px;object-fit:contain}
.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon{position:relative;display:grid;place-items:center;flex:0 0 76px;width:76px;height:76px;aspect-ratio:1;color:#fff; background:url(/assets/img/polygon3.png) no-repeat; background-size:cover;}
.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon img {height:28px;}
.lcCounselingSubRoleName{margin:0 0 7px;color:#121728;font-size:25px;font-weight:700;}
.lcCounselingSubRoleView{margin: 0;color: #7c879f;font-size: 15px;font-weight: 600;letter-spacing: 0.1rem;}
.lcCounselingSubRoleTitle{margin:0;color:#3C3F53;font-size:32px;font-weight:700;line-height:1.3;}
.lcCounselingSubRoleDescription{margin:20px 0 0;color:#444d64;font-size:19px;font-weight:400;line-height:1.5;}
.lcCounselingSubRoleList{display:grid;gap:17px;margin:38px 0 0;padding:0;list-style:none}
.lcCounselingSubRoleItem{display:flex;align-items:center;gap:12px;color:#232a3b;font-size:19px;font-weight:600;line-height:1.55;}
.lcCounselingSubRoleCheck{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px; border-radius:50%;background:#edf3ff;color:#4972f4;font-size:22px;font-weight:900}
.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleCheck{background:#f1edff;color:#795eea}
.lcCounselingSubAi{position:relative;display:grid;place-items:center;min-height:370px}
.lcCounselingSubAiHalo{position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(75,124,255,.19) 0%,rgba(99,90,246,.1) 38%,transparent 72%);filter:blur(4px);animation:lcCounselingSubAiHalo 4.8s ease-in-out infinite}
.lcCounselingSubAiRing{position:absolute;border-radius:50%;border:1px solid rgba(70,111,238,.22); border-style:dashed;}
.lcCounselingSubAiRingOne{width:292px;height:292px;animation:lcCounselingSubRingSpin 18s linear infinite}
.lcCounselingSubAiRingTwo{width:250px;height:250px;border-style:dashed;animation:lcCounselingSubRingReverse 14s linear infinite}
.lcCounselingSubAiDot{position:absolute;left:50%;top:50%;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#cde5ff;box-shadow:0 0 0 5px rgba(109,158,255,.12),0 0 25px rgba(89,139,255,.72);transform-origin:center}
.lcCounselingSubAiDotOne{animation:lcCounselingSubDotOrbitOne 7s linear infinite}
.lcCounselingSubAiDotTwo{animation:lcCounselingSubDotOrbitTwo 9s linear infinite}
.lcCounselingSubAiCore{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;width:194px;height:194px;border-radius:50%;overflow:hidden;text-align:center;color:#fff;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.42),transparent 28%),linear-gradient(145deg,#3477ff 0%,#5362f3 46%,#8459e9 100%);box-shadow:0 26px 60px rgba(69,87,232,.38),inset 0 0 0 1px rgba(255,255,255,.28);}
.lcCounselingSubAiCore:before{content:"";position:absolute;inset:11px;border-radius:50%}
.lcCounselingSubAiCore:after{content:"";position:absolute;left:-85%;top:-30%;width:65%;height:160%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transform:rotate(18deg);animation:lcCounselingSubCoreShine 5.2s ease-in-out infinite}
.lcCounselingSubAiLabel{position:relative;z-index:2;margin-bottom:13px;color:rgba(255,255,255,.72);font-size:12px;font-weight:500;letter-spacing:0.1rem;}
.lcCounselingSubAiTitle{position:relative;z-index:2;margin:0;font-size:27px;font-weight:700;line-height:1.25;}
.lcCounselingSubAiFlow{position:absolute;left:50%;top:50%;width:510px;height:2px;background:linear-gradient(90deg,transparent,rgba(78,126,255,.2) 18%,rgba(78,126,255,.45) 50%,rgba(78,126,255,.2) 82%,transparent);transform:translate(-50%,-50%);z-index:-1}
.lcCounselingSubAiFlow:before{left:8%;animation:lcCounselingSubFlowLeft 3.4s ease-in-out infinite}
.lcCounselingSubAiFlow:after{right:8%;animation:lcCounselingSubFlowRight 3.4s ease-in-out infinite}
.lcCounselingSubReveal{opacity:0;transform:translateY(34px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.75,.25,1)}
.lcCounselingSubRevealLeft{transform:translateX(-42px)}
.lcCounselingSubRevealRight{transform:translateX(42px)}
.lcCounselingSubReveal.isLcCounselingSubVisible{opacity:1;transform:none}
.lcCounselingSubDelayOne{transition-delay:.12s}
.lcCounselingSubDelayTwo{transition-delay:.24s}
@keyframes lcCounselingSubCurtainOpen{0%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(0 0 0 100%)}}
@keyframes lcCounselingSubVisualSettle{0%{transform:scale(1.04)}100%{transform:scale(1)}}
@keyframes lcCounselingSubTitleReveal{0%{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-34px)}100%{opacity:1;clip-path:inset(0 0 0 0);transform:translateX(0)}}
@keyframes lcCounselingSubDescriptionReveal{0%{opacity:0;transform:translateY(22px)}100%{opacity:1;transform:translateY(0)}}
@keyframes lcCounselingSubGlowPulse{0%,100%{opacity:.56;transform:rotate(-9deg) scale(.92)}50%{opacity:1;transform:rotate(-9deg) scale(1.08)}}
@keyframes lcCounselingSubBeamSweep{0%,18%{transform:rotate(24deg) translateX(-520px);opacity:0}42%{opacity:.85}70%,100%{transform:rotate(24deg) translateX(800px);opacity:0}}
@keyframes lcCounselingSubScrollLine{0%{transform:translateY(0);opacity:0}30%{opacity:1}100%{transform:translateY(70px);opacity:0}}
@keyframes lcCounselingSubMediaFloat{0%,100%{transform:translate3d(0,0,0);opacity:.65}50%{transform:translate3d(-18px,18px,0);opacity:1}}
@keyframes lcCounselingSubAiHalo{0%,100%{transform:scale(.92);opacity:.6}50%{transform:scale(1.07);opacity:1}}
@keyframes lcCounselingSubRingSpin{to{transform:rotate(360deg)}}
@keyframes lcCounselingSubRingReverse{to{transform:rotate(-360deg)}}
@keyframes lcCounselingSubDotOrbitOne{from{transform:translate(-50%,-50%) rotate(0deg) translateX(146px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(146px) rotate(-360deg)}}
@keyframes lcCounselingSubDotOrbitTwo{from{transform:translate(-50%,-50%) rotate(180deg) translateX(125px) rotate(-180deg)}
to{transform:translate(-50%,-50%) rotate(-180deg) translateX(125px) rotate(180deg)}}
@keyframes lcCounselingSubCoreFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-9px) scale(1.02)}}
@keyframes lcCounselingSubCoreShine{0%,18%{left:-85%}50%,100%{left:130%}}
@keyframes lcCounselingSubFlowLeft{0%,100%{transform:translateX(0);opacity:.35}50%{transform:translateX(100px);opacity:1}}
@keyframes lcCounselingSubFlowRight{0%,100%{transform:translateX(0);opacity:.35}50%{transform:translateX(-100px);opacity:1}}

@media (max-width:1800px) {
	.lcCounselingSubVisual {padding:100px;}
	.lcCounselingSubOverview {padding:160px 100px;}
	.lcCounselingSubInterface {padding:160px 100px;}
	.lcCounselingSubVisualTitle {font-size:100px;}
}

@media(max-width:1500px){
	.lcCounselingSubOverviewGrid{gap:70px}
	.lcCounselingSubInterfaceStage{grid-template-columns:minmax(0,1fr) 280px minmax(0,1fr);gap:34px}
	.lcCounselingSubRoleCard{padding:38px 34px; min-height:450px;}
	.lcCounselingSubAiFlow{width:430px}
	.lcCounselingSubOverviewTitle {font-size:40px;}
	.lcCounselingSubInterfaceTitle {font-size:40px;}
	.lcCounselingSubRoleTitle {font-size:23px;}
	.lcCounselingSubRoleIcon {flex: 0 0 66px;width: 66px;height: 66px;}
	.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon {flex: 0 0 66px;width: 66px;height: 66px;}
	.lcCounselingSubRoleIcon img {height:27px;}
	.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon img {height:22px;}
	.lcCounselingSubRoleDescription {font-size:17px;}
	.lcCounselingSubRoleCheck {width:30px; height:30px; font-size:18px;}
	.lcCounselingSubRoleItem {font-size:17px;}
	.lcCounselingSubRoleView {font-size:13px;}
}

@media (max-width:1400px) {
	.lcCounselingSubVisual {padding:100px 80px; height:760px;}
	.lcCounselingSubVisualTitle {font-size:80px;}
	.lcCounselingSubVisualDescription {margin:40px 0 0; font-size:28px;}
	.lcCounselingSubOverviewLead {font-size:20px;}
	.lcCounselingSubOverviewBody {font-size:18px;}
	.lcCounselingSubOverviewStat strong {font-size:17px;}
	.lcCounselingSubOverviewStat span {font-size:16px;}
	.lcCounselingSubOverviewGrid {grid-template-columns: minmax(0, .95fr) minmax(460px, .05fr);}
	.lcCounselingSubOverviewMedia {min-height:400px;}
	.lcCounselingSubOverview {padding:100px 80px;}
	.lcCounselingSubInterface {padding:100px 80px;}
	.lcCounselingSubRoleDescription br {display:none;}
	.lcCounselingSubRoleCard {padding:30px; height:100%;}
	.lcCounselingSubRoleItem {font-size:16px;}
}
@media(max-width:1200px){
	.lcCounselingSubVisual{height:680px}
	.lcCounselingSubVisualContent{padding:130px 0 100px}
	.lcCounselingSubOverview{padding:100px 80px}
	.lcCounselingSubOverviewGrid{grid-template-columns:1fr 1fr;gap:48px}
	.lcCounselingSubOverviewMedia{min-height:420px}
	.lcCounselingSubInterfaceStage{grid-template-columns:minmax(0,1fr) 235px minmax(0,1fr);gap:24px}
	.lcCounselingSubAiLabel {font-size:11px; margin-bottom:6px;}
	.lcCounselingSubAiHalo{width:250px;height:250px}
	.lcCounselingSubAiRingOne{width:236px;height:236px}
	.lcCounselingSubAiRingTwo{width:200px;height:200px}
	.lcCounselingSubAiRingThree{width:184px;height:184px}
	.lcCounselingSubAiCore{width:162px;height:162px}
	.lcCounselingSubAiTitle{font-size:23px}
	.lcCounselingSubAiFlow{width:350px}
	@keyframes lcCounselingSubDotOrbitOne{from{transform:translate(-50%,-50%) rotate(0deg) translateX(118px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(118px) rotate(-360deg)}}
	@keyframes lcCounselingSubDotOrbitTwo{from{transform:translate(-50%,-50%) rotate(180deg) translateX(105px) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(540deg) translateX(105px) rotate(-540deg)}}
	.lcCounselingSubVisualScroll {font-size:12px;}
	.lcCounselingSubVisualScrollLine {height:40px;}
	.lcCounselingSubSectionEyebrow {font-size:16px;}
	.lcCounselingSubOverviewTitle {font-size:30px;}
	.lcCounselingSubOverviewLead {margin:40px 0 0;}
	.lcCounselingSubInterfaceTitle {font-size:30px;}
}

@media(max-width:1199px){
	.lcCounselingSubAiCore{width:150px;height:150px}
	.lcCounselingSubAiRingOne{width:210px;height:210px}
	.lcCounselingSubAiRingTwo{width:180px;height:180px}
	.lcCounselingSubInterfaceStage{grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr);gap:20px}
	@keyframes lcCounselingSubDotOrbitOne{from{transform:translate(-50%,-50%) rotate(0deg) translateX(105px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(105px) rotate(-360deg)}}
	@keyframes lcCounselingSubDotOrbitTwo{from{transform:translate(-50%,-50%) rotate(180deg) translateX(90px) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(540deg) translateX(90px) rotate(-540deg)}}
	.lcCounselingSubAiTitle {font-size:20px;}
}

@media (max-width:1099px) {
	.lcCounselingSubRoleIcon {flex: 0 0 56px;width: 56px;height: 56px;}
	.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon  {flex: 0 0 56px;width: 56px;height: 56px;}
	.lcCounselingSubReveal {gap:7px;}
	.lcCounselingSubOverviewStat {min-height:inherit; padding:14px 12px;}
	.lcCounselingSubOverviewStat span {font-size:15px;}
}

@media(max-width:991px){
	.lcCounselingSubVisualTitle{font-size:clamp(54px,10vw,82px)}
	.lcCounselingSubOverviewGrid{grid-template-columns:1fr}
	.lcCounselingSubOverviewMedia{min-height:430px}
	.lcCounselingSubInterface {padding:80px 40px;}
	.lcCounselingSubInterfaceStage{grid-template-columns:repeat(2,minmax(0,1fr));}
	.lcCounselingSubRoleCard{min-height:auto}
	.lcCounselingSubRoleCardStaff{order:1}
	.lcCounselingSubAi {display:none;}
	.lcCounselingSubRoleCardVisitor{order:3}
	.lcCounselingSubAiFlow{width:2px;height:470px;background:linear-gradient(180deg,transparent,rgba(78,126,255,.2) 18%,rgba(78,126,255,.45) 50%,rgba(78,126,255,.2) 82%,transparent)}
	.lcCounselingSubAiFlow:before{left:-3px;top:8%}
	.lcCounselingSubAiFlow:after{right:auto;left:-3px;top:auto;bottom:8%}
	@keyframes lcCounselingSubFlowLeft{0%,100%{transform:translateY(0);opacity:.35}50%{transform:translateY(100px);opacity:1}}
	@keyframes lcCounselingSubFlowRight{0%,100%{transform:translateY(0);opacity:.35}50%{transform:translateY(-100px);opacity:1}}
	.lcCounselingSubVisual {padding:50px 40px; height:620px;}
	.lcCounselingSubVisualTitle {font-size:70px;}
	.lcCounselingSubVisualContent {padding:0;}
	.lcCounselingSubVisualDescription {margin:30px 0 0; font-size:26px;}
	.lcCounselingSubOverview {padding:80px 40px;}
	.lcCounselingSubOverviewTitle strong {display:inline;}
	.lcCounselingSubOverviewBody {margin:10px 0 0; line-height:1.5;}
	.lcCounselingSubOverviewLead {margin:30px 0 0;}
	.lcCounselingSubOverviewStat strong {font-size:19px;}
	.lcCounselingSubRoleList {margin:25px 0 0;}
	.lcCounselingSubRoleName {font-size:22px;}
	.lcCounselingSubReveal {gap:10px;}
	.lcCounselingSubOverviewStat span {font-size:16px;}
}

@media(max-width:768px){
	.lcCounselingSubVisual{height:580px}
	.lcCounselingSubVisualContent{padding:115px 0 90px}
	.lcCounselingSubVisualTitle{font-size:60px;}
	.lcCounselingSubVisualTitle span{margin-top:15px}
	.lcCounselingSubVisualDescription{margin-top:25px;font-size:22px}
	.lcCounselingSubVisualGlow{left:16%;top:27%;width:480px;height:270px}
	.lcCounselingSubOverviewTitle strong {display:block;}
	.lcCounselingSubOverviewStats{margin-top:30px;}
	.lcCounselingSubOverviewStat{min-height:70px}
	.lcCounselingSubOverviewMedia{min-height:340px;border-radius:25px}
	.lcCounselingSubInterfaceStage{margin-top:56px}
	.lcCounselingSubRoleIcon{width:58px;height:58px;border-radius:18px}
	.lcCounselingSubRoleHead{margin-bottom:28px}
	.lcCounselingSubRoleDescription{margin-top:20px}
	.lcCounselingSubRoleList{margin-top:30px}
	.lcCounselingSubVisualCurtain{background:repeating-linear-gradient(90deg,rgba(18,45,94,.34) 0,rgba(18,45,94,.34) 46px,rgba(74,125,225,.2) 46px,rgba(74,125,225,.2) 48px)}
	.lcCounselingSubVisualGrid{background-size:48px 48px}
	.lcCounselingSubInterfaceTitle strong {display:inline;}
	.lcCounselingSubInterfaceStage{grid-template-columns:1fr;justify-items:center;gap:38px;margin-top:56px}
	.lcCounselingSubRoleCard{width:min(100%,560px);min-height:auto;padding:30px 24px;border-radius:26px}
	.lcCounselingSubRoleCardStaff{grid-column:1;grid-row:1;order:initial; width:100%;}
	.lcCounselingSubAi{grid-column:1;grid-row:2;order:initial;display:grid;width:100%;min-height:180px; height:180px;margin:0;justify-self:center}
	.lcCounselingSubRoleCardVisitor{grid-column:1;grid-row:3;order:initial}
	.lcCounselingSubAiFlow{left:50%;top:50%;width:2px;height:400px;background:linear-gradient(180deg,transparent,rgba(78,126,255,.2) 18%,rgba(78,126,255,.45) 50%,rgba(78,126,255,.2) 82%,transparent);transform:translate(-50%,-50%)}
	.lcCounselingSubReveal.isLcCounselingSubVisible {width:100%;}
	.lcCounselingSubRoleTitle br {display:none;}
}

@media (max-width:680px) {
	.lcCounselingSubVisualContent {padding:50px 0 100px;}
	.lcCounselingSubVisualTitle {font-size:50px;}
	.lcCounselingSubVisualTitle span {margin-top:8px;}
	.lcCounselingSubVisual {height:500px;}
	.lcCounselingSubInterfaceTitle {font-size:26px;}
}

@media (max-width:640px) {
	.lcCounselingSubVisualScroll {display:none;}
	.lcCounselingSubVisualTitle {font-size:40px;}
	.lcCounselingSubVisualDescription {font-size:18px;}
	.lcCounselingSubVisualCurtain{background:repeating-linear-gradient(90deg,rgba(18,45,94,.34) 0,rgba(18,45,94,.34) 34px,rgba(74,125,225,.2) 34px,rgba(74,125,225,.2) 36px)}
	.lcCounselingSubVisualGrid{background-size:36px 36px}
}

@media(max-width:480px){
	.lcCounselingSubVisual{padding:40px 20px}
	.lcCounselingSubVisualBg{background-position:60% center}
	.lcCounselingSubVisualTitle{font-size:42px;line-height:.94}
	.lcCounselingSubVisualContent{padding:150px 0 30px}
	.lcCounselingSubOverviewTitle{font-size:25px}
	.lcCounselingSubOverviewLead br,.lcCounselingSubOverviewBody br,.lcCounselingSubRoleDescription br{display:none}
	.lcCounselingSubOverviewMedia{min-height:280px}
	.lcCounselingSubInterfaceTitle{font-size:25px}
	.lcCounselingSubInterface{padding:50px 20px}
	.lcCounselingSubInterfaceStage{gap:18px;margin-top:40px}
	.lcCounselingSubRoleCard{padding:20px 18px;border-radius:22px}
	.lcCounselingSubRoleHead{gap:10px;margin-bottom:16px}
	.lcCounselingSubRoleIcon,.lcCounselingSubRoleCardVisitor .lcCounselingSubRoleIcon{width:46px;height:46px;flex:0 0 46px}
	.lcCounselingSubRoleName{font-size:17px}
	.lcCounselingSubRoleView{font-size:10px}
	.lcCounselingSubRoleTitle{font-size:18px}
	.lcCounselingSubRoleDescription{margin-top:8px;font-size:14px;line-height:1.5}
	.lcCounselingSubRoleList{gap:9px;margin-top:16px}
	.lcCounselingSubRoleItem{gap:8px;font-size:14px;line-height:1.4}
	.lcCounselingSubRoleCheck{width:24px;height:24px;font-size:14px}
	.lcCounselingSubAi{min-height:140px;height:140px}
	.lcCounselingSubAiHalo{width:150px;height:150px}
	.lcCounselingSubAiRingOne{width:140px;height:140px}
	.lcCounselingSubAiRingTwo{width:120px;height:120px}
	.lcCounselingSubAiCore{width:100px;height:100px}
	.lcCounselingSubAiLabel{display:none;}
	.lcCounselingSubAiTitle{font-size:16px}
	.lcCounselingSubAiTitle br {display:block;}
	.lcCounselingSubAiFlow{display:none}
	.lcCounselingSubVisualGrid{background-size:34px 42px}
	.lcCounselingSubVisualCurtain{background:repeating-linear-gradient(90deg,rgba(18,45,94,.34) 0,rgba(18,45,94,.34) 24px,rgba(74,125,225,.2) 24px,rgba(74,125,225,.2) 26px)}
	.lcCounselingSubVisualGrid{background-size:20px 20px}
	.lcCounselingSubOverview{padding:50px 20px}
	.lcCounselingSubSectionEyebrow{font-size:14px}
	.lcCounselingSubOverviewLead{font-size:18px}
	.lcCounselingSubOverviewBody{font-size:17px}
	.lcCounselingSubOverviewStat{height:auto;padding:10px 12px;min-height:inherit;display:flex;flex-direction:column;justify-content:center}
	.lcCounselingSubOverviewStat span{font-size:14px}
	.lcCounselingSubOverviewStat strong{font-size:16px}
	.lcCounselingSubOverviewStats{gap:7px}
		.lcCounselingSubAiDot{width:10px;height:10px;border-width:2px;box-shadow:0 0 0 4px rgba(109,158,255,.12),0 0 16px rgba(89,139,255,.72)}
	@keyframes lcCounselingSubDotOrbitOne{from{transform:translate(-50%,-50%) rotate(0deg) translateX(72px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(72px) rotate(-360deg)}}
	@keyframes lcCounselingSubDotOrbitTwo{from{transform:translate(-50%,-50%) rotate(180deg) translateX(59px) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(540deg) translateX(59px) rotate(-540deg)}}
}

@media (max-width:400px) {
	.lcCounselingSubOverviewStats {display:flex; flex-direction:column; }
	.lcCounselingSubOverviewStat {padding:15px;}
	.lcCounselingSubOverviewGrid {gap:20px;}
	.lcCounselingSubOverviewStat strong {font-size:18px;}
	.lcCounselingSubOverviewStat span {font-size:16px;}
	.lcCounselingSubOverviewMedia {min-height:250px; border-radius:20px;}
}

@media (max-width:380px) {
	.lcCounselingSubRoleCard {padding:15px;}
	.lcCounselingSubRoleDescription {font-size:15px;}
	.lcCounselingSubRoleCheck {width: 25px;height: 25px;font-size: 15px;}
	.lcCounselingSubRoleItem {gap:10px;}    
	.lcCounselingSubRoleView {font-size:11px;}
	.lcCounselingSubRoleItem {line-height:1.3;}
}

@media (max-width:360px) {
	.lcCounselingSubVisualTitle {font-size:36px; line-height:.84;}
	.lcCounselingSubVisualDescription {line-height:1.3;}
	.lcCounselingSubVisualGrid{background-size:15px 15px}
	.lcCounselingSubVisualDescription {font-size:17px;}
}


/* 주요기능 */
.lcCounselingSubVisual.lcCounselingSubVisual2 {position:relative;height:100vh;width:100%;padding:100px 160px;display:flex;align-items:center;overflow:hidden;isolation:isolate;background:url(/assets/img/sub_visual2.jpg) no-repeat;background-size:cover}
.lcCounselingSubVisualBg.lcCounselingSubVisualBg2 {position:absolute;inset:0;background-image:url("/assets/img/sub_visual2.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;transform:scale(1.04);animation:lcCounselingSubVisualSettle 1.8s cubic-bezier(.22,.75,.22,1) forwards}
.lcFeatureScroll,.lcFeatureScroll * {box-sizing:border-box}
.lcFeatureScroll {position:relative;height:500vh;overflow:visible;background:linear-gradient(179deg,#ffffff 0%,#fff,rgb(177 179 239 / 30%) 100%);color:#202438;font-family:"Pretendard Variable","Pretendard","Noto Sans KR",Arial,sans-serif;word-break:keep-all}
.lcFeatureSticky {position:sticky;top:0;height:100vh;min-height:720px;overflow:hidden}
.lcFeatureSticky:before {content:"";position:absolute;right:-136px;top:-115px;width:620px;height:620px;padding:140px;border-radius:50%;background:conic-gradient(from 132deg,rgba(82,92,255,0),rgb(104 144 255 / 3%),rgba(142,109,255,.05),rgba(82,92,255,0) 72%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;box-sizing:border-box;pointer-events:none}
.lcFeatureSticky:after {content:"";position:absolute;left:-170px;bottom:-250px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgb(173 181 255 / 29%) 0%,rgb(253 253 255 / 0%) 68% 99%);filter:blur(10px);pointer-events:none}
.lcFeatureDotPattern {position:absolute;left:0;bottom:0;width:505px;height:305px;opacity:.42;background-image:radial-gradient(circle,rgba(163,157,239,.67) 2px,transparent 2.2px);background-size:12px 12px;background-repeat:repeat;-webkit-mask-image:linear-gradient(135deg,#000 0%,transparent 72%);mask-image:linear-gradient( 16deg,#000 0%,transparent 72%);pointer-events:none;border-radius:50%}
.lcFeatureInner {position:relative;z-index:2;width:100%;height:100%;margin:0 auto}
.lcFeatureHeader {position:absolute;left:0;right:0;top:140px;z-index:20;padding:0 160px;text-align:center}
.lcFeatureEyebrow {margin-bottom:25px;color:#455DFF;font-size:18px;font-weight:800;letter-spacing:0.25rem}
.lcFeatureMainTitle {margin-top:15px;color:#3C3F53;font-size:40px;font-weight:800;line-height:1.2;word-break:keep-all}
.lcFeatureMainTitle strong {color:#4c5fff;font-weight:850}
.lcFeatureStage {position:absolute;left:160px;right:160px;top:225px;bottom:54px}
.lcFeaturePanel {position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);align-items:center;gap:100px;opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:opacity .4s ease,visibility 0s linear .4s}
.lcFeaturePanel.isBefore,.lcFeaturePanel.isAfter {transform:none}
.lcFeaturePanel.isActive {z-index:3;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .4s ease,visibility 0s}
.lcFeatureVisual {position:relative;height:min(53vh,500px);min-width:0;min-height:420px;overflow:hidden;border-radius:38px;background:linear-gradient(135deg,#1d376f 0%,#34469e 48%,#574fc5 100%);box-shadow:0 34px 76px rgba(55,65,157,.2);isolation:isolate;opacity:1;transform:none;transition:none}
.lcFeaturePanel.isActive .lcFeatureVisual {opacity:1;transform:none}
.lcFeatureVisual:before {content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.14),transparent 30%),radial-gradient(circle at 16% 86%,rgba(83,197,255,.11),transparent 32%);pointer-events:none}
.lcFeaturePanel[data-lc-feature-panel="0"] .lcFeatureVisual:before {content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,rgba(108,118,255,.18) 0%,rgba(108,118,255,.1) 18%,rgba(108,118,255,0) 40%),radial-gradient(circle at 82% 18%,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 24%),radial-gradient(circle at 82% 88%,rgba(155,114,255,.18) 0%,rgba(155,114,255,.08) 20%,rgba(155,114,255,0) 42%),radial-gradient(circle at 14% 88%,rgba(122,192,255,.12) 0%,rgba(122,192,255,0) 30%);pointer-events:none}
.lcFeatureVisual:after {content:"";position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 24%,#000 82%,transparent);mask-image:linear-gradient(180deg,transparent,#000 24%,#000 82%,transparent);pointer-events:none}
.lcFeatureVisualHead {position:absolute;left:40px;top:31px;z-index:12;color:#fff;opacity:1;transform:none;transition:none}
.lcFeaturePanel.isActive .lcFeatureVisualHead {opacity:1;transform:none}
.lcFeatureVisualHead span {display:block;margin-bottom:7px;font-size:16px;font-weight:800;letter-spacing:.08em;color:rgba(225,232,255,.7)}
.lcFeatureVisualHead strong {display:block;font-size:20px;font-weight:600;letter-spacing:-.03em}
.lcFeatureCopy {position:relative;padding:10px 0;opacity:1;transform:none;transition:none}
.lcFeaturePanel.isActive .lcFeatureCopy {opacity:1;transform:none}
.lcFeatureBadge {display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;margin-bottom:25px;border-radius:100px;background:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;color:#434E98;box-shadow:-1px 1px 22px 3px rgb(74 83 177 / 8%)}
.lcFeatureTitle {margin:0 0 22px;color:#171a27;font-size:40px; font-weight:700;line-height:1.3;letter-spacing:-.055em}
.lcFeatureTitle br {display:none}
.lcFeatureDescription {margin:0 0 31px;color:#666d80;font-size:24px;font-weight:500;line-height:1.4;letter-spacing:-.03em}
.lcFeatureList {display:flex;flex-direction:column;gap:17px;margin:0;padding:0;list-style:none}
.lcFeatureList li {display:flex;align-items:center;gap:20px;color:#33394d;font-size:20px; padding-left:10px; font-weight:600;letter-spacing:-.025em;opacity:1;transform:none}
.lcFeaturePanel.isActive .lcFeatureList li {animation:none}
.lcFeatureList li:before {content:"";flex:none;width:8px;height:8px;border-radius:50%;background:#6975ff;box-shadow:0 0 0 7px rgba(105,117,255,.11)}
.lcFeatureList li.lcBox {display:flex;flex-direction:column; align-items:flex-start; position:relative;gap:8px;}
.lcFeatureList li.lcBox:before {position:absolute; top:8px;}
.lcFeatureList li.lcBox p {padding-left:27px;}
.lcFeatureList li.lcBox span {padding-left:27px; color:#455DFF; font-size:16px; line-height:1.3;}
.lcFeatureNav {position:absolute;left:50%;bottom:30px;z-index:30;display:flex;align-items:center;gap:20px;transform:translateX(-50%)}
.lcFeatureNav button {width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.34);cursor:pointer;transition:width .25s ease,height .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}
.lcFeatureNav button:hover {transform:scale(1.2)}
.lcFeatureNav button.isActive {width:10px;height:10px;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.14),0 0 15px rgba(255,255,255,.5)}
.lcFeatureScene {position:absolute;inset:0;z-index:4}
.lcFeatureGlass {border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.21),rgba(255,255,255,.085));box-shadow:0 18px 42px rgba(9,20,91,.2);backdrop-filter:blur(13px)}
.lcFeatureTranslateRing {position:absolute;left:50%;top:54%;z-index:4;border-radius:50%;pointer-events:none;opacity:0}
.lcFeatureTranslateRingOne {width:215px;height:215px;border:1px solid rgba(207,218,255,.12);border-top-color:rgba(221,229,255,.65);border-right-color:rgba(139,158,255,.05);transform:translate(-50%,-50%) rotate(0deg)}
.lcFeatureTranslateRingTwo {width:290px;height:290px;border:1px solid rgba(207,218,255,.09);border-bottom-color:rgba(161,180,255,.55);border-left-color:transparent;transform:translate(-50%,-50%) rotate(0deg)}
.lcFeaturePanel.isActive .lcFeatureTranslateRingOne {animation:lcFeatureTranslateRingIn .6s .18s ease forwards,lcFeatureTranslateRingClockwise 12s .8s linear infinite}
.lcFeaturePanel.isActive .lcFeatureTranslateRingTwo {animation:lcFeatureTranslateRingIn .7s .25s ease forwards,lcFeatureTranslateRingReverse 18s .9s linear infinite}
.lcFeatureTranslateRingOne:before {content:"";position:absolute;right:14px;top:22px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.1),0 0 16px rgba(255,255,255,.55)}
.lcFeatureTranslateRingTwo:before {content:"";position:absolute;left:25px;bottom:34px;width:7px;height:7px;border-radius:50%;background:#9bc9ff;box-shadow:0 0 0 5px rgba(155,201,255,.08),0 0 15px rgba(155,201,255,.5)}
.lcFeatureTranslateSignal {position:absolute;top:54%;z-index:4;width:190px;height:1px;overflow:hidden;background:linear-gradient(90deg,transparent,rgba(179,197,255,.32),transparent);opacity:0;pointer-events:none}
.lcFeatureTranslateSignal:before {content:"";position:absolute;left:-45px;top:-1px;width:45px;height:3px;border-radius:10px;background:linear-gradient(90deg,transparent,#fff,transparent);filter:drop-shadow(0 0 5px rgba(255,255,255,.8))}
.lcFeatureTranslateSignalOne {right:50%;margin-right:77px;transform:rotate(9deg);transform-origin:right center}
.lcFeatureTranslateSignalTwo {left:50%;margin-left:77px;transform:rotate(9deg);transform-origin:left center}
.lcFeaturePanel.isActive .lcFeatureTranslateSignalOne {animation:lcFeatureTranslateSignalIn .5s .3s ease forwards}
.lcFeaturePanel.isActive .lcFeatureTranslateSignalTwo {animation:lcFeatureTranslateSignalIn .5s .38s ease forwards}
.lcFeaturePanel.isActive .lcFeatureTranslateSignalOne:before {animation:lcFeatureTranslateSignalMove 2.3s .8s linear infinite}
.lcFeaturePanel.isActive .lcFeatureTranslateSignalTwo:before {animation:lcFeatureTranslateSignalMove 2.3s 1.25s linear infinite}
.lcFeatureCore {position:absolute;left:50%;top:54%;z-index:5;width:126px;height:126px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#586aff,#783fff);box-shadow:0 0 0 20px rgb(208 203 254 / 10%),0 0 0 42px rgba(112,97,255,.055),0 18px 42px rgba(17,18,95,.34);color:#fff;transform:translate(-50%,-50%) scale(.7);opacity:0}
.lcFeaturePanel.isActive .lcFeatureCore {animation:lcFeatureCoreIn .72s .22s cubic-bezier(.2,.75,.2,1) forwards}
.lcFeatureCore:before {content:"";position:absolute;inset:-68px;border:1px solid rgb(205 216 255 / 23%);border-style:dashed;border-radius:50%;animation:lcFeatureSpin 15s linear infinite}
.lcFeatureCore strong {font-size:30px}
.lcFeatureCore span {font-size:13px;font-weight:500;letter-spacing:0}
.lcFeatureTranslationCard {position:absolute;width:205px; z-index:8;min-height:94px;padding:17px 18px;border-radius:17px;color:#fff;opacity:0}
.lcFeatureTranslationCard:before {content:"";position:absolute;right:12px;top:11px;width:7px;height:7px;border-radius:50%;background:#68ee9b;box-shadow:0 0 12px rgba(104,238,155,.8)}
.lcFeatureTranslationCard span {display:block;margin-bottom:10px;font-size:12px;font-weight:500;color:#fff;letter-spacing:0}
.lcFeatureTranslationCard p {margin:0;font-size:13px;line-height:1.5;color:rgba(255,255,255,.92);background:rgb(255 255 255 / 15%);padding:10px;border-radius:10px}
.lcFeatureTranslationCard p strong {color:#AFC6FF}
.lcFeatureTranslationCardOne {left:7%;top:34%;transform:translate(-45px,25px) rotate(-12deg)}
.lcFeatureTranslationCardTwo {right:8%;bottom:15%;transform:translate(45px,25px) rotate(14deg)}
.lcFeaturePanel.isActive .lcFeatureTranslationCardOne {animation:lcFeatureCardOneIn .72s .35s cubic-bezier(.2,.75,.2,1) forwards,lcFeatureFloatOne 4.5s 1.1s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureTranslationCardTwo {animation:lcFeatureCardTwoIn .72s .43s cubic-bezier(.2,.75,.2,1) forwards,lcFeatureFloatTwo 4.9s 1.2s ease-in-out infinite}
.lcFeatureTranslationGhost {position:absolute;right:9%;top:22%;width:158px;height:75px;padding:18px;border-radius:16px;background:rgba(255,255,255,.14);opacity:0;transform:translateY(-25px) rotate(9deg)}
.lcFeaturePanel.isActive .lcFeatureTranslationGhost {animation:lcFeatureGhostIn .65s .5s ease forwards,lcFeatureFloatTwo 5.3s 1.2s ease-in-out infinite}
.lcFeatureTranslationGhost i {display:block;height:6px;margin-bottom:10px;border-radius:10px;background:rgba(255,255,255,.22)}
.lcFeatureTranslationGhost i:nth-child(2) {width:80%}
.lcFeatureTranslationGhost i:nth-child(3) {width:60%}
.lcFeatureLanguageGlobe {position:absolute;left:50%;top:54%;width:230px;height:230px;border:1px solid rgba(188,210,255,.42);border-radius:50%;box-shadow:0 0 55px rgba(101,133,255,.16),inset 0 0 44px rgba(110,130,255,.13);transform:translate(-50%,-50%) scale(.72);opacity:0;overflow:hidden}
.lcFeaturePanel.isActive .lcFeatureLanguageGlobe {animation:lcFeatureGlobeIn .72s .22s ease forwards,lcFeatureGlobeBreath 5.4s 1s ease-in-out infinite}
.lcFeatureLanguageGlobe:before {content:"";position:absolute;left:50%;top:0;width:76px;height:100%;border-left:1px solid rgba(188,210,255,.31);border-right:1px solid rgba(188,210,255,.31);border-radius:50%;transform:translateX(-50%)}
.lcFeatureLanguageGlobe:after {content:"";position:absolute;left:0;top:50%;width:100%;height:76px;border-top:1px solid rgba(188,210,255,.31);border-bottom:1px solid rgba(188,210,255,.31);border-radius:50%;transform:translateY(-50%)}
.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:before {content:"";position:absolute;left:50%;top:54%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(116,125,255,.22) 0%,rgba(116,125,255,.11) 28%,rgba(116,125,255,0) 68%);transform:translate(-50%,-50%);filter:blur(10px);pointer-events:none;opacity:0}
.lcFeaturePanel[data-lc-feature-panel="1"].isActive .lcFeatureScene:before {animation:lcFeatureLanguageGlowIn .9s .25s ease forwards}
.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:after {content:"";position:absolute;left:50%;top:54%;width:300px;height:300px;border:1px solid rgba(188,210,255,.12);border-radius:50%;transform:translate(-50%,-50%) scale(.92);opacity:0;pointer-events:none}
.lcFeaturePanel[data-lc-feature-panel="1"].isActive .lcFeatureScene:after {animation:lcFeatureLanguagePulse 3.8s 1.1s ease-in-out infinite}
.lcFeatureLanguageOrbit {position:absolute;left:50%;top:54%;width:302px;height:112px;border:1px solid rgba(188,210,255,.25);border-radius:50%;transform:translate(-50%,-50%) rotate(-12deg);animation:lcFeatureOrbitOne 18s linear infinite}
.lcFeatureLanguageOrbit:before {content:"";position:absolute;right:26px;top:16px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.1),0 0 16px rgba(255,255,255,.45)}
.lcFeatureLanguageOrbitTwo {width:278px;height:172px;transform:translate(-50%,-50%) rotate(31deg);animation:lcFeatureOrbitTwo 22s linear infinite}
.lcFeatureLanguageOrbitTwo:before {content:"";position:absolute;left:28px;bottom:18px;width:7px;height:7px;border-radius:50%;background:#9bc9ff;box-shadow:0 0 0 5px rgba(155,201,255,.08),0 0 16px rgba(155,201,255,.42)}
.lcFeatureLanguageCenter {position:absolute;left:50%;top:54%;z-index:6;width:130px;height:130px;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#536aff,#7941f7);box-shadow:0 19px 42px rgba(29,21,143,.31);color:#fff;transform:translate(-50%,-50%) scale(.7);opacity:0}
.lcFeaturePanel.isActive .lcFeatureLanguageCenter {animation:lcFeatureCenterIn .7s .34s ease forwards,lcFeatureLanguageCenterGlow 4.6s 1.1s ease-in-out infinite}
.lcFeatureLanguageCenter strong {font-size:24px}
.lcFeatureLanguageCenter span {font-size:15px;font-weight:600}
.lcFeatureLanguageTag {position:absolute;z-index:6;display:flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border:1px solid rgba(255,255,255,.12);border-radius:100px;background:rgba(255,255,255,.16);font-size:12px;font-weight:500;color:rgba(255,255,255,.9);box-shadow:0 13px 29px rgba(15,26,99,.13);backdrop-filter:blur(10px);opacity:0;filter:blur(4px);transform:translateY(12px) scale(.98)}
.lcFeaturePanel.isActive .lcFeatureLanguageTag {animation:lcFeatureTagReveal .95s cubic-bezier(.16,1,.3,1) forwards}
.lcFeatureLanguageTagOne {left:10%;top:48%}
.lcFeatureLanguageTagTwo {left:20%;top:31%}
.lcFeatureLanguageTagThree {left:18%;bottom:27%}
.lcFeatureLanguageTagFour {left:29%;bottom:12%}
.lcFeatureLanguageTagFive {right:18%;top:31%}
.lcFeatureLanguageTagSix {right:8%;top:50%}
.lcFeatureLanguageTagSeven {right:21%;bottom:23%}
.lcFeatureLanguageTagEight {right:9%;bottom:11%}
.lcFeaturePanel.isActive .lcFeatureLanguageTagOne {animation-delay:.2s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagTwo {animation-delay:.36s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagThree {animation-delay:.52s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagFour {animation-delay:.68s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagFive {animation-delay:.84s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagSix {animation-delay:1s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagSeven {animation-delay:1.16s}
.lcFeaturePanel.isActive .lcFeatureLanguageTagEight {animation-delay:1.32s}
.lcFeatureLanguageMore {position:absolute;z-index:6;display:flex;align-items:center;justify-content:center;gap:4px;width:39px;height:39px;border-radius:50%;background:rgba(255,255,255,.18);box-shadow:0 13px 29px rgba(15,26,99,.13);opacity:0;filter:blur(4px);transform:translateY(12px) scale(.98)}
.lcFeatureLanguageMoreTwo {right:10%;top:28%}
.lcFeatureLanguageMore i {display:block;width:4px;height:4px;border-radius:50%;background:#fff;opacity:.35;transform:scale(.72)}
.lcFeaturePanel.isActive .lcFeatureLanguageMore {animation:lcFeatureTagReveal .95s 1.48s cubic-bezier(.16,1,.3,1) forwards}
.lcFeaturePanel.isActive .lcFeatureLanguageMore i {animation:lcFeatureLoadingDot 1.8s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureLanguageMore i:nth-child(1) {animation-delay:0s}
.lcFeaturePanel.isActive .lcFeatureLanguageMore i:nth-child(2) {animation-delay:.24s}
.lcFeaturePanel.isActive .lcFeatureLanguageMore i:nth-child(3) {animation-delay:.48s}
.lcFeatureControlScene {display:flex;align-items:center;justify-content:center}
.lcFeatureControlRing {position:absolute;left:50%;top:54%;width:460px;height:460px;border:1px solid rgba(199,215,255,.09);border-radius:50%;transform:translate(-50%,-50%);animation:lcFeatureRingPulse 3.5s ease-in-out infinite}
.lcFeatureControlRingTwo {width:340px;height:340px;animation-delay:.8s}
.lcFeatureControlPanel {position:relative;width:420px;padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.075));box-shadow:0 28px 65px rgba(12,22,102,.24);backdrop-filter:blur(18px);opacity:0;transform:translateY(35px) scale(.88)}
.lcFeaturePanel.isActive .lcFeatureControlPanel {animation:lcFeatureControlIn .75s .27s cubic-bezier(.2,.75,.2,1) forwards}
.lcFeatureControlTop {display:flex;align-items:center;justify-content:space-between;margin-bottom:23px;color:#fff}
.lcFeatureControlTop strong {font-size:18px;font-weight:500}
.lcFeatureControlStatus {display:flex;align-items:center;gap:7px;font-size:10px;color:rgba(255,255,255,.65)}
.lcFeatureControlStatus:before {content:"";width:12px;height:12px;border-radius:50%;background:#56ed94;box-shadow:0 0 12px rgb(255 255 255)}
.lcFeatureControlGrid {display:grid;grid-template-columns:repeat(2,1fr);gap:11px}
.lcFeatureControlItem {display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 15px;border-radius:14px;background:rgba(18,30,101,.25);color:#fff}
.lcFeatureControlItem span:first-child {font-size:15px;font-weight:500}
.lcFeatureToggle {--lcFeatureToggleDistance:17px;position:relative;width:38px;height:21px;border-radius:30px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);overflow:hidden}
.lcFeatureToggle:after {content:"";position:absolute;left:3px;top:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transform:translateX(0)}
.lcFeatureToggle:before {content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(104,116,255,0) 0%,rgba(104,116,255,.95) 100%);opacity:0}
.lcFeaturePanel.isActive .lcFeatureToggle:after {animation:lcFeatureToggleAuto 7.2s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureToggle:before {animation:lcFeatureToggleTrack 7.2s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(1) .lcFeatureToggle:before,.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(1) .lcFeatureToggle:after {animation-delay:0s}
.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(2) .lcFeatureToggle:before,.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(2) .lcFeatureToggle:after {animation-delay:1.1s}
.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(3) .lcFeatureToggle:before,.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(3) .lcFeatureToggle:after {animation-delay:2.2s}
.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:before,.lcFeaturePanel.isActive .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:after {animation-delay:3.3s}
.lcFeatureControlNode {position:absolute;width:9px;height:9px;border-radius:50%;background:#a8c8ff;box-shadow:0 0 16px rgba(168,200,255,.8);animation:lcFeatureNodePulse 1.8s ease-in-out infinite}
.lcFeatureControlNodeOne {left:18%;top:23%}
.lcFeatureControlNodeTwo {right:17%;top:31%;animation-delay:.4s}
.lcFeatureControlNodeThree {left:22%;bottom:18%;animation-delay:.8s}
.lcFeatureControlNodeFour {right:20%;bottom:19%;animation-delay:1.2s}
.lcFeatureSummaryMain {position:absolute;left:50%;top:54%;width:235px;height:240px;padding:31px;border:1px solid rgba(255,255,255,.15);border-radius:27px;background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.09));box-shadow:0 30px 70px rgba(12,23,103,.26);backdrop-filter:blur(18px);transform:translate(-50%,-50%) scale(.72);opacity:0}
.lcFeaturePanel.isActive .lcFeatureSummaryMain {animation:lcFeatureSummaryIn .75s .3s ease forwards}
.lcFeatureSummaryMain:before {content:"";display:block;width:88px;height:10px;margin-bottom:28px;border-radius:10px;background:rgba(255,255,255,.82)}
.lcFeatureSummaryLine {display:block;height:7px;margin-bottom:14px;border-radius:10px;background:rgba(211,221,255,.28)}
.lcFeatureSummaryLine:nth-child(2) {width:100%}
.lcFeatureSummaryLine:nth-child(3) {width:84%}
.lcFeatureSummaryLine:nth-child(4) {width:92%}
.lcFeatureSummaryLine:nth-child(5) {width:65%}
.lcFeatureSummaryResult {position:absolute;left:50%;bottom:20px;width:calc(100% - 60px);height:62px;padding:15px;border-radius:15px;background:rgba(44,56,151,.42);transform:translateX(-50%)}
.lcFeatureSummaryResult span {display:block;height:6px;margin-bottom:11px;border-radius:10px;background:rgba(221,229,255,.45)}
.lcFeatureSummaryResult span:last-child {width:62%}
.lcFeatureDocumentCard {position:absolute;width:150px;height:108px;padding:23px 20px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.065));box-shadow:0 22px 52px rgba(13,23,94,.21);backdrop-filter:blur(15px);opacity:0}
.lcFeatureDocumentCard:before {content:"";display:block;width:60px;height:8px;margin-bottom:16px;border-radius:10px;background:rgba(228,234,255,.55)}
.lcFeatureDocumentCard:after {content:"";display:block;width:100%;height:6px;border-radius:10px;background:rgba(213,224,255,.22);box-shadow:0 13px 0 rgba(213,224,255,.17),0 26px 0 rgba(213,224,255,.12)}
.lcFeatureDocumentCardOne {left:12%;top:32%;transform:translate(-35px,20px) rotate(-12deg)}
.lcFeatureDocumentCardTwo {right:11%;top:44%;transform:translate(35px,20px) rotate(12deg)}
.lcFeatureDocumentCardThree {left:14%;bottom:12%;transform:translate(-25px,25px) rotate(10deg)}
.lcFeatureDocumentCardFour {right:18%;bottom:12%;transform:translate(25px,25px) rotate(-10deg)}
.lcFeaturePanel.isActive .lcFeatureDocumentCardOne {animation:lcFeatureDocOneIn .65s .34s ease forwards,lcFeatureDocOne 4.3s 1.1s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureDocumentCardTwo {animation:lcFeatureDocTwoIn .65s .41s ease forwards,lcFeatureDocTwo 4.8s 1.2s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureDocumentCardThree {animation:lcFeatureDocThreeIn .65s .48s ease forwards,lcFeatureDocThree 4.5s 1.3s ease-in-out infinite}
.lcFeaturePanel.isActive .lcFeatureDocumentCardFour {animation:lcFeatureDocFourIn .65s .55s ease forwards,lcFeatureDocFour 5s 1.4s ease-in-out infinite}

@keyframes lcFeatureTranslateRingIn {to{opacity:1}}
@keyframes lcFeatureTranslateRingClockwise {from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes lcFeatureTranslateRingReverse {from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes lcFeatureTranslateSignalIn {to{opacity:1}}
@keyframes lcFeatureTranslateSignalMove {from{left:-45px}to{left:100%}}
@keyframes lcFeatureLanguageGlowIn {0%{opacity:0;transform:translate(-50%,-50%) scale(.82)}100%{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes lcFeatureLanguagePulse {0%,100%{opacity:.22;transform:translate(-50%,-50%) scale(.92)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.06)}}
@keyframes lcFeatureGlobeBreath {0%,100%{box-shadow:0 0 55px rgba(101,133,255,.16),inset 0 0 44px rgba(110,130,255,.13)}50%{box-shadow:0 0 78px rgba(120,145,255,.24),inset 0 0 56px rgba(120,145,255,.18)}}
@keyframes lcFeatureLanguageCenterGlow {0%,100%{box-shadow:0 19px 42px rgba(29,21,143,.31)}50%{box-shadow:0 22px 54px rgba(76,70,255,.42),0 0 28px rgba(116,125,255,.22)}}
@keyframes lcFeatureTagReveal {0%{opacity:0;filter:blur(4px);transform:translateY(12px) scale(.98)}100%{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}
@keyframes lcFeatureLoadingDot {0%,65%,100%{opacity:.35;transform:scale(.72)}32%{opacity:1;transform:scale(1.28)}}
@keyframes lcFeatureToggleAuto {0%,12%,100%{transform:translateX(0)}22%,48%{transform:translateX(var(--lcFeatureToggleDistance))}58%,78%{transform:translateX(0)}}
@keyframes lcFeatureToggleTrack {0%,12%,100%{opacity:0}22%,48%{opacity:1}58%,78%{opacity:0}}
@keyframes lcFeatureSpin {to{transform:rotate(360deg)}}
@keyframes lcFeatureCoreIn {to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes lcFeatureCardOneIn {to{opacity:1;transform:rotate(-7deg)}}
@keyframes lcFeatureCardTwoIn {to{opacity:1;transform:rotate(9deg)}}
@keyframes lcFeatureGhostIn {to{opacity:1;transform:rotate(7deg)}}
@keyframes lcFeatureFloatOne {0%,100%{transform:rotate(-7deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-12px)}}
@keyframes lcFeatureFloatTwo {0%,100%{transform:rotate(8deg) translateY(0)}50%{transform:rotate(5deg) translateY(12px)}}
@keyframes lcFeatureGlobeIn {to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes lcFeatureCenterIn {to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes lcFeatureOrbitOne {to{transform:translate(-50%,-50%) rotate(348deg)}}
@keyframes lcFeatureOrbitTwo {to{transform:translate(-50%,-50%) rotate(-329deg)}}
@keyframes lcFeatureRingPulse {0%,100%{opacity:.28;transform:translate(-50%,-50%) scale(.94)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.04)}}
@keyframes lcFeatureNodePulse {0%,100%{opacity:.35;transform:scale(.75)}50%{opacity:1;transform:scale(1.15)}}
@keyframes lcFeatureControlIn {to{opacity:1;transform:none}}
@keyframes lcFeatureSummaryIn {to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes lcFeatureDocOneIn {to{opacity:1;transform:rotate(-8deg)}}
@keyframes lcFeatureDocTwoIn {to{opacity:1;transform:rotate(8deg)}}
@keyframes lcFeatureDocThreeIn {to{opacity:1;transform:rotate(6deg)}}
@keyframes lcFeatureDocFourIn {to{opacity:1;transform:rotate(-6deg)}}
@keyframes lcFeatureDocOne {0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-11px)}}
@keyframes lcFeatureDocTwo {0%,100%{transform:rotate(8deg) translateY(0)}50%{transform:rotate(5deg) translateY(12px)}}
@keyframes lcFeatureDocThree {0%,100%{transform:rotate(6deg) translateY(0)}50%{transform:rotate(3deg) translateY(-10px)}}
@keyframes lcFeatureDocFour {0%,100%{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-3deg) translateY(11px)}}

@media(max-width:1700px) {
	.lcFeatureStage {left:100px;right:100px}
	.lcFeaturePanel {grid-template-columns:minmax(0,1fr) 380px;gap:70px}
	.lcFeatureVisual,.lcFeatureCopy {min-width:0}
	.lcFeatureTitle {font-size:35px;}
	.lcFeatureTitle br {display:block;}
	.lcFeatureDescription {font-size:22px;}
	.lcFeatureTranslationCardOne {left:5%}
	.lcFeatureTranslationCardTwo {right:5%}
	.lcFeatureTranslationGhost {right:7%}
	.lcFeatureLanguageTagOne {left:8%}
	.lcFeatureLanguageTagTwo {left:18%}
	.lcFeatureLanguageTagThree {left:15%}
	.lcFeatureLanguageTagFour {left:25%}
	.lcFeatureLanguageTagFive {right:15%}
	.lcFeatureLanguageTagSix {right:6%}
	.lcFeatureLanguageTagSeven {right:18%}
	.lcFeatureLanguageTagEight {right:7%}
	.lcFeatureLanguageMoreTwo {right:8%}
}

@media(max-width:1600px) {
	.lcFeatureStage {left:100px;right:100px}
	.lcFeaturePanel {grid-template-columns:minmax(620px,1.35fr) minmax(320px,.75fr);gap:80px}
	.lcFeatureControlPanel {top:20px; width:400px;}
	.lcFeatureTitle br {display:none;}
	.lcFeatureTranslationCard {width:190px}
	.lcFeatureTranslationCardOne {left:4%}
	.lcFeatureTranslationCardTwo {right:4%}
	.lcFeatureTranslationGhost {right:5%}
	.lcFeatureLanguageTagOne {left:6%}
	.lcFeatureLanguageTagTwo {left:16%}
	.lcFeatureLanguageTagThree {left:13%}
	.lcFeatureLanguageTagFour {left:23%}
	.lcFeatureLanguageTagFive {right:13%}
	.lcFeatureLanguageTagSix {right:4%}
	.lcFeatureLanguageTagSeven {right:16%}
	.lcFeatureLanguageTagEight {right:5%}
	.lcFeatureLanguageMoreTwo {right:6%}
	.lcFeatureDocumentCardOne {left:9%}
	.lcFeatureDocumentCardTwo {right:8%}
	.lcFeatureDocumentCardThree {left:11%}
}

@media(max-width:1400px) {
	.lcFeatureStage {left:70px;right:70px}
	.lcFeatureMainTitle {font-size:36px;}
	.lcFeatureTitle {font-size:32px;}
	.lcFeaturePanel {grid-template-columns:minmax(620px,1.35fr) minmax(320px,.85fr);} 
	.lcFeatureVisual {height:min(51vh,460px);min-width:0;min-height:390px}
	.lcFeatureTranslationCard {width:175px}
	.lcFeatureTranslationCardOne {left:3%;top:36%}
	.lcFeatureTranslationCardTwo {right:3%;bottom:14%}
	.lcFeatureTranslationGhost {right:4%;top:23%;width:145px}
	.lcFeatureTranslateRingOne {width:200px;height:200px}
	.lcFeatureTranslateRingTwo {width:270px;height:270px}
	.lcFeatureTranslateSignal {width:165px}
	.lcFeatureTranslateSignalOne {margin-right:70px}
	.lcFeatureTranslateSignalTwo {margin-left:70px}
	.lcFeatureLanguageGlobe {width:210px;height:210px}
	.lcFeatureLanguageOrbit {width:275px;height:102px}
	.lcFeatureLanguageOrbitTwo {width:250px;height:156px}
	.lcFeatureLanguageCenter {width:120px;height:120px}
	.lcFeatureLanguageTag {height:34px;padding:0 13px}
	.lcFeatureLanguageTagOne {left:4%}
	.lcFeatureLanguageTagTwo {left:14%}
	.lcFeatureLanguageTagThree {left:11%}
	.lcFeatureLanguageTagFour {left:21%}
	.lcFeatureLanguageTagFive {right:18%}
	.lcFeatureLanguageTagSix {right:7%}
	.lcFeatureLanguageTagSeven {right:14%}
	.lcFeatureLanguageTagEight {right:4%}
	.lcFeatureLanguageMoreTwo {right:7%; top:20%;}
	.lcFeatureControlPanel {width:370px}
	.lcFeatureControlRing {width:420px;height:420px}
	.lcFeatureControlRingTwo {width:315px;height:315px}
	.lcFeatureSummaryMain {width:220px;height:225px}
	.lcFeatureDocumentCard {width:135px;height:98px;padding:20px 17px}
	.lcFeatureDocumentCardOne {left:7%}
	.lcFeatureDocumentCardTwo {right:7%}
	.lcFeatureDocumentCardThree {left:9%}
	.lcFeatureSummaryLine:nth-child(4) {display:none;}
}
@media (max-width:1300px) {
	.lcFeaturePanel {gap:50px;}
}

@media(max-width:1200px) {
	.lcFeaturePanel {grid-template-columns: minmax(520px, 1.35fr) minmax(320px, .95fr);}
	.lcFeatureVisual {min-height:370px}
	.lcFeatureTitle {font-size:27px}
	.lcFeatureDescription {font-size:20px;}
	.lcFeatureList li {font-size:18px;}
	.lcFeatureLanguageTag {display:none;}
	.lcFeatureLanguageMoreTwo {display:none;}
	.lcFeaturePanel.isActive .lcFeatureTranslateRingTwo {display:none;}
	.lcFeatureCore:before {display:none;}
	.lcFeaturePanel.isActive .lcFeatureTranslationGhost {display:none;}
	.lcFeatureSummaryMain {width:180px;}
	.lcFeatureDocumentCard {width:110px;}
	.lcFeatureControlPanel {width:380px;}
	.lcFeatureControlItem span:first-child {font-size:14px;}
	.lcFeatureTranslationCard p {border-radius:0; padding:0; background:transparent;}
	.lcFeatureTranslationCard {width:150px;}
	.lcFeatureSticky:before {width:420px; height:420px; padding:100px;}
	.lcFeatureBadge {height:36px; font-size:12px; padding:0 16px;}
	.lcFeatureEyebrow {font-size:16px;}
}

@media (max-width:991px) {
  .lcFeatureStage {left:50px; right:50px;}
  .lcFeaturePanel {grid-template-columns: minmax(400px, 1.1fr) minmax(320px, .89fr); gap:60px;}
  .lcFeatureCore {width:80px; height:80px; box-shadow:0 0 0 14px rgb(208 203 254 / 10%),0 0 0 42px rgba(112,97,255,.055),0 18px 42px rgba(17,18,95,.34);}
  .lcFeatureCore span {display:none;}
  .lcFeatureVisualHead {top:20px; left:30px;}
  .lcFeatureTranslateRingOne {width: 140px;height: 140px;}
  .lcFeatureVisualHead strong {font-size:18px;}
  .lcFeatureVisualHead span {margin-bottom:4px; padding-top:3px;}
  .lcFeatureVisual {height: min(47vh, 460px); min-height:350px;}
  .lcFeatureTitle {font-size:25px; margin:0 0 12px;}
  .lcFeatureList li {gap:17px; font-size:16px;}
  .lcFeatureSummaryMain {width: 160px;height: 200px; padding: 25px;}
  .lcFeatureSummaryMain:before {width:80px; height:8px; margin-bottom:16px;}
  .lcFeatureSummaryResult {width:calc(100% - 30px);}
  .lcFeatureDocumentCard {width:80px;}
  .lcFeatureDocumentCard:before {width:40px; height:6px;}
  .lcFeatureControlPanel {width:360px;}
  .lcFeatureDescription {font-size:18px;}
  .lcFeatureMainTitle {font-size:30px;}
  .lcFeatureTranslationCard span {font-size:10px;}
  .lcFeatureList li.lcBox span {font-size:14px;}
  
}

@media(max-width:840px){
	.lcFeatureScroll{height:auto}
	.lcFeatureSticky{position:relative;height:auto;min-height:0;padding:80px 0 0;overflow:hidden}
	.lcFeatureInner{width:100%;height:auto}
	.lcFeatureHeader{position:relative;left:auto;right:auto;top:auto;padding:0 40px;margin-bottom:44px}
	.lcFeatureStage{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:0 40px}
	.lcFeaturePanel,.lcFeaturePanel.isBefore,.lcFeaturePanel.isAfter,.lcFeaturePanel.isActive{position:relative;inset:auto;display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:90px;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}
	.lcFeaturePanel:last-child{margin-bottom:0}
	.lcFeatureVisual{width:100%;height:400px;min-width:0;min-height:0;order:1;opacity:1;visibility:visible;transform:none; border-radius:30px;}
	.lcFeatureCopy{order:2;padding:0 6px;border:0;opacity:1;visibility:visible;transform:none}
	.lcFeatureVisualHead{opacity:1;visibility:visible;transform:none}
	.lcFeatureList li{opacity:1;visibility:visible;transform:none;font-size:18px}
	.lcFeatureNav{display:none}
	.lcFeatureTitle{font-size:33px}
	.lcFeaturePanel .lcFeatureTranslateRing,.lcFeaturePanel .lcFeatureTranslateSignal,.lcFeaturePanel .lcFeatureCore,.lcFeaturePanel .lcFeatureTranslationCard,.lcFeaturePanel .lcFeatureTranslationGhost,.lcFeaturePanel .lcFeatureLanguageGlobe,.lcFeaturePanel .lcFeatureLanguageCenter,.lcFeaturePanel .lcFeatureLanguageTag,.lcFeaturePanel .lcFeatureLanguageMore,.lcFeaturePanel .lcFeatureControlPanel,.lcFeaturePanel .lcFeatureSummaryMain,.lcFeaturePanel .lcFeatureDocumentCard{opacity:1;visibility:visible}
	.lcFeatureLanguageTag{display:flex;font-size:11px}
	.lcFeatureLanguageMoreTwo{display:flex; right: 26%;top: 16%;}
	.lcFeatureTranslateRingTwo { width: 200px;height: 200px;}
	.lcFeatureCore{width:110px;height:110px;transform:translate(-50%,-50%) scale(1)}
	.lcFeatureTranslationCardOne{transform:rotate(-7deg); left:7%;}
	.lcFeatureTranslationCardTwo{transform:rotate(9deg); right:7%;}
	.lcFeatureTranslationGhost{transform:rotate(7deg); right:12%; top:20%; width:100px;}
	.lcFeatureLanguageGlobe{transform:translate(-50%,-50%) scale(1)}
	.lcFeatureLanguageCenter{transform:translate(-50%,-50%) scale(1)}
	.lcFeatureLanguageTag,.lcFeatureLanguageMore{filter:none;transform:none}
	.lcFeatureControlPanel{width:380px;}
	.lcFeatureSummaryMain{transform:translate(-50%,-50%) scale(1); width:180px; height:220px; top:60%;}
	.lcFeatureDocumentCard {width:100px;}
	.lcFeatureDocumentCardOne{transform:rotate(-8deg); left:13%;}
	.lcFeatureDocumentCardTwo{transform:rotate(8deg)}
	.lcFeatureDocumentCardThree{transform:rotate(6deg)}
	.lcFeatureDocumentCardFour{transform:rotate(-6deg)}
	.lcFeaturePanel.isActive .lcFeatureTranslateRingTwo{display:block}
	.lcFeaturePanel.isActive .lcFeatureTranslationGhost{display:block}
	.lcFeaturePanel.isActive .lcFeatureCore:before{display:block}
	.lcFeatureTranslateSignal {width: 85px;}
	.lcFeatureCore span {display:block; font-size:10px;}
	.lcFeatureCore strong {font-size: 27px;line-height: 1;margin-bottom: 5px;}
	.lcFeatureDescription {font-size:20px;}  
	.lcFeaturePanel.isActive {margin-bottom:80px;}
	.lcFeatureLanguageTagOne {left:8%;}
	.lcFeatureLanguageTagSix {right:12%;}
	.lcFeatureLanguageTagEight {right:25%;}
	.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:before{opacity:1;transform:translate(-50%,-50%) scale(1)}
	.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:after{opacity:.35;transform:translate(-50%,-50%) scale(1)}
	.lcFeatureBadge {margin-bottom:15px;}
	.lcFeatureDescription br {display:none;}
	.lcFeatureList li.lcBox {gap:5px;}
	.lcFeatureList li.lcBox p {padding-left:25px;}
	.lcFeatureList li.lcBox span {padding-left:25px;}
}

@media(max-width:768px) {
	.lcFeatureMainTitle {font-size:27px; margin-top:10px;}
	.lcFeatureHeader {text-align:left}
	.lcFeaturePanel {gap:28px;margin-bottom:74px}
	.lcFeatureVisual {height:380px;border-radius:28px}
	.lcFeatureVisualHead {left:28px;top:25px}
	.lcFeatureTitle {font-size:26px}
	.lcFeatureList {gap:14px}
	.lcFeatureList li {align-items:flex-start;font-size:17px}
	.lcFeatureList li:before {margin-top:7px}
	.lcFeatureTranslationCard {width:145px;padding:14px}
	.lcFeatureCore {width:102px;height:102px}
	.lcFeatureLanguageGlobe {width:200px;height:200px}
	.lcFeatureLanguageOrbit {width:250px}
	.lcFeatureLanguageOrbitTwo {width:230px}
	.lcFeatureLanguageCenter {width:100px;height:100px}
	.lcFeatureLanguageTag {height:31px;padding:0 11px;font-size:10px}
	.lcFeatureControlPanel {padding:22px; top:30px;}
	.lcFeatureLanguageCenter strong {font-size:20px;}
	.lcFeatureLanguageCenter span {font-size:13px;}
	.lcFeatureList li.lcBox:before {top:0;}
}

@media(max-width:640px) {
	.lcFeatureLanguageMoreTwo {display:none;}
}

@media (max-width:580px) {
	.lcFeatureLanguageTagSix{right:5%}
	.lcFeatureLanguageTagEight{right:15%}
	.lcFeatureLanguageTagFour{left:10%}
	.lcFeatureLanguageTagTwo{left:8%}
	.lcFeatureLanguageTagOne{left:6%}
	.lcFeatureControlItem span:first-child{font-size:13px}
	.lcFeatureToggle{width:36px;height:18px;--lcFeatureToggleDistance:20px}
	.lcFeatureToggle:after{left:2px;top:3px;width:12px;height:12px}
}

@media(max-width:540px){
	.lcFeatureScene{transform:translateY(24px)}
	.lcFeatureLanguageTag {display:none;}
	.lcFeaturePanel .lcFeatureToggle:after{animation:lcFeatureToggleAuto 7.2s ease-in-out infinite}
	.lcFeaturePanel .lcFeatureToggle:before{animation:lcFeatureToggleTrack 7.2s ease-in-out infinite}
	.lcFeaturePanel .lcFeatureControlItem:nth-child(1) .lcFeatureToggle:before,
	.lcFeaturePanel .lcFeatureControlItem:nth-child(1) .lcFeatureToggle:after{animation-delay:0s}
	.lcFeaturePanel .lcFeatureControlItem:nth-child(2) .lcFeatureToggle:before,
	.lcFeaturePanel .lcFeatureControlItem:nth-child(2) .lcFeatureToggle:after{animation-delay:1.1s}
	.lcFeaturePanel .lcFeatureControlItem:nth-child(3) .lcFeatureToggle:before,
	.lcFeaturePanel .lcFeatureControlItem:nth-child(3) .lcFeatureToggle:after{animation-delay:2.2s}
	.lcFeaturePanel .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:before,
	.lcFeaturePanel .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:after{animation-delay:3.3s}
	.lcFeatureSummaryMain {width:160px; height:200px; top:55%;}
	.lcFeaturePanel.isActive .lcFeatureDocumentCardThree {display:none;}
	.lcFeaturePanel[data-lc-feature-panel="0"] .lcFeatureScene{transform:translateY(7px)}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlPanel,
	.lcFeaturePanel[data-lc-feature-panel="2"].isActive .lcFeatureControlPanel{top:20px; width:calc(100% - 40px); margin:0 auto; opacity:1!important; visibility:visible!important; transform:none!important; animation:none!important; -webkit-backdrop-filter:none; backdrop-filter:none; background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,255,255,.09));}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlGrid{width:100%;}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlItem, .lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlItem span{opacity:1; visibility:visible;}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlRing, .lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlNode{display:none;}
	.lcFeatureDescription br {display:block;}
}

@media(max-width:480px){
	.lcFeatureSticky {padding:50px 0 0 0;}
	.lcFeatureHeader{padding:0 20px}
	.lcFeatureStage{margin:0 20px}
	.lcFeatureVisual {height:320px;}
	.lcFeatureMainTitle{font-size:25px}
	.lcFeatureDescription {font-size:18px; margin:0 0 20px;}
	.lcFeatureTitle{font-size:22px}
	.lcFeatureBadge {height:30px; font-size:11px;}
	.lcFeatureTranslationCard{width:108px;min-height:60px;padding:9px 10px;border-radius:12px}
	.lcFeatureTranslationCard span{margin-bottom:5px;font-size:8px}
	.lcFeatureTranslationCard p{padding:0;font-size:9px;line-height:1.35}
	.lcFeatureTranslationCardOne{left:5%;top:63%}
	.lcFeatureTranslationCardTwo{right:5%;bottom:50%}
	.lcFeatureList li {font-size:16px;}
	.lcFeatureList li:before {width:6px; height:6px; box-shadow:0 0 0 6px rgba(105,117,255,.11);}
	.lcFeatureControlPanel {top:10px;}
	.lcFeaturePanel.isActive .lcFeatureTranslateRingTwo{display:none}
	.lcFeaturePanel.isActive .lcFeatureCore:before{display:none}
	.lcFeatureCore{box-shadow:0 0 0 13px rgba(208,203,254,.1),0 18px 36px rgba(17,18,95,.32)}
	.lcFeaturePanel.isActive .lcFeatureTranslationGhost {display:none;}
	.lcFeatureLanguageTagTwo,.lcFeatureLanguageTagFour,.lcFeatureLanguageTagSix,.lcFeatureLanguageTagEight,.lcFeatureLanguageMoreTwo{display:none}
	.lcFeatureControlTop strong {font-size:15px;}
	.lcFeatureControlTop {margin-bottom:14px;}
	.lcFeaturePanel.isActive {margin-bottom:60px;}
	.lcFeatureDocumentCardOne {top:40%;}
	.lcFeatureLanguageGlobe{width:155px;height:155px}
	.lcFeatureLanguageGlobe:before{width:50px}
	.lcFeatureLanguageGlobe:after{height:50px}
	.lcFeatureLanguageOrbit{width:198px;height:76px}
	.lcFeatureLanguageOrbitTwo{width:182px;height:116px}
	.lcFeatureLanguageCenter{width:90px;height:90px;border-radius:21px}
	.lcFeatureLanguageCenter strong{font-size:21px}
	.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:before{width:270px;height:270px}
	.lcFeaturePanel[data-lc-feature-panel="1"] .lcFeatureScene:after{width:220px;height:220px}
	.lcFeatureSummaryMain {width:140px; height:170px; border-radius:20px;}
	.lcFeatureSummaryMain:before {width:80px; height:6px; margin-bottom:13px;}
	.lcFeatureSummaryLine {height:6px; margin-bottom:9px;}
	.lcFeatureSummaryLine:nth-child(2) {display:none;}
	.lcFeatureSummaryResult {height:50px; border-radius:12px; padding:12px;}
	.lcFeatureEyebrow {font-size:14px;}
	.lcFeatureTranslateRingOne {width:160px; height:160px;}
	.lcFeatureTranslateSignal {width:50px;}
}

@media (max-width:420px) {
	.lcFeatureControlGrid {gap:6px;grid-template-columns:1fr;}
	.lcFeatureControlItem {height:36px; border-radius:10px;}
	.lcFeatureControlPanel {padding:10px; border-radius:12px;}
	.lcFeatureControlTop {margin-bottom:15px;}
	.lcFeatureVisualHead strong {font-size:17px;}
	.lcFeatureVisualHead span {font-size:13px;}
	.lcFeatureControlStatus:before {width:8px; height:8px;}
	.lcFeatureControlItem span:first-child {font-size:14px;}
	.lcFeatureSticky:before {width:320px; height:320px; padding:70px; top:40px;}
	.lcFeatureControlTop strong {font-size:13px;}
	.lcFeatureHeader {margin-bottom:40px; text-align:center;}
	.lcFeatureMainTitle strong {display:block; padding-top:2px;}
	.lcFeatureVisual {border-radius:20px;}
	.lcFeatureDocumentCardOne {left:10%;}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:after{
		animation:lcFeatureToggleAuto 7.2s ease-in-out -3.3s infinite!important;}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlItem:nth-child(4) .lcFeatureToggle:before{
		animation:lcFeatureToggleTrack 7.2s ease-in-out -3.3s infinite!important;}
	.lcFeaturePanel.isActive .lcFeatureCopy{padding-bottom:30px}
	.lcFeatureCopy{padding-bottom:40px;border-bottom:1px solid #f0f0f0; border-style:dashed;}
	.lcFeaturePanel[data-lc-feature-panel="3"] .lcFeatureCopy{padding-bottom:0;border-bottom:0}
	.lcFeaturePanel[data-lc-feature-panel="2"] .lcFeatureControlPanel,
	.lcFeaturePanel[data-lc-feature-panel="2"].isActive .lcFeatureControlPanel{width:calc(100% - 24px);top:15px;}
	.lcFeaturePanel.isActive {margin-bottom:40px;}
}

@media(max-width:400px){
	.lcFeatureHeader{padding:0 14px}
	.lcFeatureCopy{padding:0}
	.lcFeatureList li{gap:11px;padding-left:0;letter-spacing:-.04em}
	.lcFeatureList li:before{width:6px;height:6px;box-shadow:0 0 0 5px rgba(105,117,255,.11)}
	.lcFeatureVisualHead{left:22px;right:18px}
	.lcFeatureVisualHead strong{word-break:keep-all; line-height:1.3;}
	.lcFeatureBadge{margin-left:0}
	.lcFeatureLanguageCenter{width:90px;height:90px;border-radius:21px}
	.lcFeatureLanguageCenter strong{font-size:20px}
	.lcFeatureLanguageCenter span{font-size:13px}
	.lcFeatureList li.lcBox p {padding-left:18px;}
	.lcFeatureList li.lcBox span {padding-left:18px;}
}

@media (max-width:380px) {
  .lcFeatureTranslationCardTwo {right:4%; bottom:55%;}
  .lcFeatureTranslationCardOne {left: 4%; top: 70%;}
}


html,body{overflow-anchor:none}