.section01-container{width:100%;height:calc(var(--vh, 100vh) - var(--kakao-extra, 0px) - 130px - 3em);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#000;color:#fff;padding:0 20px}.section01-content{text-align:center;z-index:2;max-width:1200px;width:100%;pointer-events:none}.hero-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:800;line-height:1.1;margin-bottom:2rem;padding-bottom:.2em;opacity:1;pointer-events:none}.hero-title .char{background:linear-gradient(135deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;color:#fff}.hero-subtitle{font-size:clamp(1rem,3vw,1.5rem);font-weight:400;color:#888;margin-bottom:3rem;opacity:0;transform:translateY(30px);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;pointer-events:none}.hero-btn{display:inline-block;padding:1rem 2.5rem;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:1.1rem;color:#fff;text-decoration:none;transition:all .3s ease;opacity:0;transform:translateY(20px);background:#ffffff0d;backdrop-filter:blur(10px);pointer-events:all}.hero-btn:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(20px) scale(1.05)}.bg-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;z-index:1;pointer-events:none}.orb-1{width:60vw;height:60vw;background:radial-gradient(circle,#3e54ff66,#0000 70%);top:-20%;left:-20%;animation:float 20s infinite ease-in-out alternate}.orb-2{width:50vw;height:50vw;background:radial-gradient(circle,#ff3e954d,#0000 70%);bottom:-10%;right:-10%;animation:float 15s infinite ease-in-out alternate-reverse}@keyframes float{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.three-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.spline-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;opacity:1;will-change:opacity}.spline-canvas{width:100%;height:100%;position:absolute;top:0;left:0}.section02-container{padding:100px 20px;background-color:#050505;color:#fff}.section02-wrapper{max-width:1400px;margin:0 auto}.section02-header{margin-bottom:80px;text-align:left}.section-label{font-size:1rem;color:#888;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:20px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;background:linear-gradient(to right,#fff,#666);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-title .char{color:#fff!important;background:linear-gradient(to right,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:40px;row-gap:100px}.project-card{grid-column:span 12;position:relative;cursor:pointer}.project-link{text-decoration:none;color:inherit;display:block}@media(min-width:768px){.project-card:nth-child(1){grid-column:span 8}.project-card:nth-child(2){grid-column:span 4;margin-top:100px}.project-card:nth-child(3){grid-column:span 12}}@media(max-width:768px){.projects-grid{display:flex;flex-direction:column}}.card-image-wrapper{width:100%;aspect-ratio:16/10;overflow:hidden;border-radius:4px;margin-bottom:24px;position:relative;background:#1a1a1a}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.project-card:hover .card-image{transform:scale(1.05)}.card-content{display:flex;justify-content:space-between;align-items:flex-start}.project-info h3{font-size:2rem;font-weight:600;margin-bottom:8px;color:#fff}.project-info p{font-size:1rem;color:#888}.project-tags{display:flex;gap:10px}.tag{font-size:.85rem;padding:4px 12px;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#aaa;transition:all .3s ease}.project-card:hover .tag{border-color:#ffffff4d;color:#fff;background:#ffffff0d}.overlay-reveal{position:absolute;top:0;left:0;width:100%;height:100%;background:#050505;z-index:2;transform-origin:top}@media(max-width:768px){.card-content{flex-direction:column}}.section03-container{padding:140px 20px;background-color:#050505;color:#fff;position:relative;overflow:hidden}.section03-wrapper{max-width:1400px;margin:0 auto}.section03-header{margin-bottom:80px;text-align:left}.section03-header .section-label{font-size:1rem;color:#888;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:20px}.section-title-wrapper{display:flex;align-items:flex-start;gap:60px;margin-bottom:40px;position:relative}.section03-header .section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:0;background:linear-gradient(to right,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;flex:1}.section-title-image{flex-shrink:0;width:auto;height:auto}.section-title-image .title-img{max-width:400px;width:100%;height:auto;object-fit:contain;border-radius:8px}.section03-header .section-title .char{color:#fff!important;background:linear-gradient(to right,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.section03-header .section-desc{font-size:1.125rem;color:#aaa;line-height:1.7;max-width:800px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:120px}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:40px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;backdrop-filter:blur(10px)}.service-card:hover{background:#ffffff0f;transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 40px #0006}.card-title{font-size:1.75rem;font-weight:600;margin-bottom:16px;color:#fff}.card-desc{font-size:1rem;color:#bbb;line-height:1.6;margin-bottom:32px;min-height:3.2em}.card-divider{height:1px;background:#ffffff1a;margin-bottom:32px}.card-bullets{list-style:none;padding:0;margin:0 0 40px}.card-bullets li{font-size:.95rem;color:#ccc;margin-bottom:12px;padding-left:20px;position:relative;line-height:1.5}.card-bullets li:before{content:"•";position:absolute;left:0;color:#666}.card-benefit{background:#ffffff0d;border-radius:8px;padding:20px;margin-top:auto}.benefit-label{font-size:.75rem;text-transform:uppercase;color:#ff5100;font-weight:700;letter-spacing:.05em;display:block;margin-bottom:8px}.card-benefit p{font-size:.95rem;color:#fff;margin:0;font-weight:500}.section03-footer{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:80px}.trust-statement{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;color:#fff;margin-bottom:60px;line-height:1.4;word-break:keep-all}.cta-group{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.cta-item{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.cta-btn{padding:16px 48px;border-radius:100px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;min-width:200px;text-align:center;border:none;cursor:pointer;font-family:inherit}.cta-btn.primary{background:#fff;color:#000}.cta-btn.primary:hover{background:#e0e0e0;transform:scale(1.05)}.cta-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.cta-btn.secondary:hover{background:#ffffff1a;border-color:#fff;transform:scale(1.05)}.cta-sub{font-size:.9rem;color:#888}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section03-container{padding:80px 20px}.services-grid{grid-template-columns:1fr;gap:20px;margin-bottom:80px}.section-title-wrapper{flex-direction:column;gap:30px}.section03-header .section-title{font-size:2rem}.section-title-image .title-img{max-width:100%}}.cta-group{flex-direction:column;gap:40px}.card-bullets li{font-size:.9rem}.pc-only{display:none}.service-card{padding:30px 20px}}.section05-container{position:relative;top:0;left:0;width:100%;min-height:var(--vh, 100vh) * 4;background:#050505;overflow:visible}.section05-container .section05-info{position:sticky;top:0;left:0;z-index:10;width:100%;height:var(--vh, 100vh);will-change:transform;isolation:isolate}.section05-container .section05-info:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:42.2rem;background:linear-gradient(180deg,#fdfcf900,#050505 70%)}.section05-container .info-wrap{z-index:1;position:relative;top:0;left:0;width:100%;height:100%}.section05-container .slogan{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50rem;text-align:center}.section05-container .slogan .tit{font-family:Noto Sans KR,sans-serif;font-size:5rem;font-weight:700;color:#fff;line-height:1.2}.section05-container .slogan .tit .char{color:#fff!important;display:inline-block}.section05-container .slogan .txt{margin-top:2rem;font-size:1.2rem;font-weight:400;line-height:180%;color:#ccc}.section05-container .float-img-wrap{position:relative;top:0;left:0;height:calc(var(--vh, 100vh) * 1.2);z-index:1}.section05-container .float-img{position:relative;width:100%;height:100%}.section05-container .float-img img{object-fit:cover;width:100%;height:100%;border-radius:8px}.section05-container .float-img:nth-child(1){position:absolute;top:0rem;right:10%;width:30.8rem;height:40rem}.section05-container .float-img:nth-child(2){position:absolute;top:50rem;left:10%;width:46.2rem;height:60rem}.section05-container .float-img:nth-child(3){position:absolute;top:100rem;right:26%;width:44.7rem;height:57.3rem}.section05-container .float-img:nth-child(4){position:absolute;top:150rem;left:20%;width:30.8rem;height:40rem}@media(max-width:1023px){.section05-container .float-img:nth-child(1){position:absolute;top:0rem;right:2.1rem;width:23.4rem;height:auto;aspect-ratio:77 / 100}.section05-container .float-img:nth-child(2){position:absolute;top:50rem;left:2.1rem;width:29.1rem;height:auto;aspect-ratio:77 / 100}.section05-container .float-img:nth-child(3){position:absolute;top:100rem;right:2.1rem;width:29.1rem;height:auto;aspect-ratio:442 / 573}.section05-container .float-img:nth-child(4){position:absolute;top:150rem;left:2.1rem;width:23.4rem;height:auto;aspect-ratio:77 / 83}}@media(max-width:767px){.section05-container{height:var(--vh, 100vh) * 2.3}.section05-container .section05-info{height:var(--vh, 100vh) * .5}.section05-container .section05-info:after{bottom:auto;top:0;height:calc(var(--vh, 100vh) * .5);background:linear-gradient(0deg,#05050500 15.99%,#050505 70%)}.section05-container .slogan{position:absolute;top:8rem;left:50%;margin:0 auto;width:calc(100% - 4rem)}.section05-container .slogan .tit{font-size:2.8rem;font-weight:700;line-height:140%}.section05-container .slogan .txt{margin-top:1.2rem;font-size:1.5rem;font-weight:400;line-height:160%}.section05-container .float-img:nth-child(1){position:absolute;top:0rem;right:2.1rem;width:14.2rem;height:18.5rem;aspect-ratio:unset}.section05-container .float-img:nth-child(2){position:absolute;top:25rem;left:2.1rem;width:19rem;height:24.6rem;aspect-ratio:unset}.section05-container .float-img:nth-child(3){position:absolute;top:60rem;right:2.1rem;width:19rem;height:24.6rem;aspect-ratio:unset}.section05-container .float-img:nth-child(4){position:absolute;top:90rem;left:9.4rem;width:14.2rem;height:18.5rem;aspect-ratio:unset}}
