/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#0c1830;--ink-soft:#536078;--navy:#071329;--navy-2:#0b1e3c;--pink:#d93976;--pink-soft:#eb9caf;--rose:#f6e6ec;--line:#dfe4eb;--paper:#f7f8fa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);word-break:keep-all;margin:0;font-family:Pretendard,Pretendard Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}.skip-link{z-index:1000;color:var(--ink);background:#fff;border-radius:999px;padding:.8rem 1.2rem;font-weight:700;transition:top .2s;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:50;color:#fff;border-bottom:1px solid #ffffff1f;grid-template-columns:230px 1fr auto;align-items:center;min-height:90px;padding:0 5vw;display:grid;position:absolute;inset:0 0 auto}.brand{align-items:center;gap:.72rem;width:fit-content;display:inline-flex}.brand-symbol{filter:drop-shadow(0 5px 12px #0000002e);flex:none;width:55px;height:55px;display:block}.brand-symbol img{object-fit:contain;width:100%;height:100%;display:block}.brand-name{color:#fff;letter-spacing:-.055em;white-space:nowrap;font-size:1.24rem;font-weight:800}.desktop-nav{letter-spacing:-.02em;justify-content:center;gap:clamp(1.4rem,2.5vw,2.8rem);font-size:.94rem;font-weight:600;display:flex}.desktop-nav a{color:#ffffffd6;padding:.7rem 0;position:relative}.desktop-nav a:after{background:var(--pink);content:"";height:2px;transition:transform .2s;position:absolute;bottom:.35rem;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.header-cta{border:1px solid #ffffff57;border-radius:999px;align-items:center;gap:.7rem;min-height:44px;padding:0 1.15rem;font-size:.86rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.header-cta:hover,.header-cta:focus-visible{border-color:var(--pink);background:#d9397621}.header-cta svg,.button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:18px}.mobile-menu{display:none}.hero{background:radial-gradient(circle at 75% 22%,#d939762e,transparent 25%),linear-gradient(132deg,var(--navy) 0%,#0a1b38 54%,#071126 100%);color:#fff;min-height:880px;position:relative;overflow:hidden}.hero-grid{opacity:.24;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-position:50%;background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 2%,#000 55% 100%);mask-image:linear-gradient(90deg,#0000 2%,#000 55% 100%)}.hero-orbit{border:1px solid #ee9db12e;border-radius:50%;position:absolute}.hero-orbit-one{width:620px;height:620px;top:4%;right:-12%}.hero-orbit-two{width:420px;height:420px;top:24%;right:6%}.hero-content{z-index:4;width:min(1180px,90vw);margin:0 auto;padding-top:215px;position:relative}.eyebrow{color:var(--pink);letter-spacing:.2em;align-items:center;gap:.65rem;margin:0 0 1.5rem;font-size:.74rem;font-weight:800;display:flex}.eyebrow span{background:currentColor;width:25px;height:2px}.eyebrow.light{color:var(--pink-soft)}.hero h1{letter-spacing:-.065em;max-width:720px;margin:0;font-size:clamp(3.3rem,5.5vw,5.7rem);font-weight:380;line-height:1.08}.hero h1 strong{color:#f3abc0;font-weight:730}.hero-description{color:#ffffffad;margin:2.1rem 0 0;font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.9}.hero-actions{gap:.85rem;margin-top:2.7rem;display:flex}.button{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:.8rem;min-height:54px;padding:0 1.5rem;font-size:.93rem;font-weight:750;transition:transform .2s,background .2s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button.primary{background:var(--pink);box-shadow:0 14px 30px #d9397638}.button.primary:hover,.button.primary:focus-visible{background:#e44a83}.button.ghost{color:#ffffffd9;border-color:#ffffff40}.button.ghost:hover,.button.ghost:focus-visible{background:#ffffff12}.hero-visual{z-index:3;perspective:1200px;width:min(48vw,690px);height:660px;position:absolute;bottom:85px;right:max(4vw,50vw - 630px)}.building{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(145deg,#ffffff26,#09183352);border:1px solid #fff3;padding:1.1rem;display:grid;position:absolute;transform:rotateY(-8deg)rotateX(2deg);box-shadow:0 30px 60px #0000003b}.building span{background:#ffffff0b;border:1px solid #ffffff0f}.building span:nth-child(4n+2),.building span:nth-child(5n+3){background:#e574982e;box-shadow:inset 0 0 12px #ee91ad14}.building-back{opacity:.62;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr);gap:8px;width:245px;height:445px;bottom:35px;right:2%}.building-front{grid-template-rows:90px repeat(5,1fr);grid-template-columns:repeat(4,1fr);gap:9px;width:310px;height:580px;bottom:0;right:31%}.building-label{grid-column:1/-1;justify-content:space-between;align-items:center;padding:0 .4rem .6rem;display:flex}.building-label small{color:#ffffff7a;letter-spacing:.15em;writing-mode:vertical-rl;font-size:.58rem}.building-label strong{color:#ffffffd9;letter-spacing:-.08em;font-size:3.5rem;font-weight:250}.signal-card{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#081730a8;border:1px solid #ffffff2e;border-radius:9px;align-items:center;gap:.8rem;min-width:188px;padding:.9rem 1rem;display:flex;position:absolute;box-shadow:0 16px 40px #00000038}.signal-card-one{top:145px;right:3%}.signal-card-two{top:305px;left:2%}.signal-card small,.signal-card strong{display:block}.signal-card small{color:#fff6;letter-spacing:.13em;margin-bottom:.25rem;font-size:.54rem}.signal-card strong{color:#ffffffd9;letter-spacing:.06em;font-size:.68rem}.signal-dot{background:var(--pink);border:3px solid #ffffff1f;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 5px #d939761f}.signal-bars{align-items:end;gap:3px;width:23px;height:20px;display:flex}.signal-bars i{background:var(--pink-soft);width:5px}.signal-bars i:first-child{height:35%}.signal-bars i:nth-child(2){height:65%}.signal-bars i:nth-child(3){height:100%}.hero-summary{z-index:5;width:min(620px,90vw);min-height:115px;color:var(--ink);background:#fff;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:absolute;bottom:0;left:max(5vw,50vw - 590px);box-shadow:0 -12px 32px #050d1d14}.hero-summary div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-width:0;padding:1rem clamp(1rem,2vw,2rem);display:flex}.hero-summary div:last-child{border-right:0}.hero-summary strong{color:var(--pink);letter-spacing:-.04em;white-space:nowrap;font-size:1.7rem}.hero-summary strong small{font-size:.8rem}.hero-summary span{color:var(--ink-soft);margin-top:.35rem;font-size:.72rem}.section{padding:130px 5vw}.business{background:var(--paper)}.section-heading,.service-grid{width:min(1180px,100%);margin-inline:auto}.section-heading{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:4.4rem;display:grid}.section-heading h2{color:var(--ink);letter-spacing:-.06em;margin:0;font-size:clamp(2.4rem,4.2vw,4.4rem);font-weight:650;line-height:1.14}.section-heading h2 em{color:var(--pink);font-style:normal}.section-heading>p{color:var(--ink-soft);justify-self:end;margin:0 0 .4rem;font-size:1rem;line-height:1.9}.service-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.service-card{background:#fff;min-height:350px;padding:clamp(1.7rem,2.7vw,2.5rem);transition:background .25s,transform .25s}.service-card:hover{z-index:1;box-shadow:inset 0 -4px 0 var(--pink);background:#fffafd}.service-topline{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:1.2rem;display:flex}.service-topline span{color:var(--pink);font-size:.76rem;font-weight:800}.service-topline small{color:#9ba3b1;letter-spacing:.12em;font-size:.58rem;font-weight:700}.service-card h3{letter-spacing:-.045em;margin:2rem 0 1rem;font-size:1.55rem}.service-card>p{min-height:89px;color:var(--ink-soft);margin:0;font-size:.94rem;line-height:1.75}.service-tags{flex-wrap:wrap;gap:.45rem;margin-top:1.8rem;display:flex}.service-tags span{background:var(--rose);color:#a22d58;border-radius:999px;padding:.48rem .75rem;font-size:.7rem;font-weight:650}.about{background:#fff}.about-layout,.value-row{width:min(1180px,100%);margin-inline:auto}.about-layout{grid-template-columns:1.02fr .98fr;align-items:end;gap:clamp(3rem,8vw,8.5rem);display:grid}.about-title-wrap h2,.management-heading h2,.smart-content h2,.credentials-heading h2,.contact h2{letter-spacing:-.065em;margin:0;font-size:clamp(2.45rem,4.1vw,4.2rem);font-weight:650;line-height:1.16}.about-title-wrap h2 em,.management-heading h2 em,.smart-content h2 em,.credentials-heading h2 em,.contact h2 em{color:var(--pink);font-style:normal}.about-copy{padding-bottom:.35rem}.about-copy p{color:var(--ink-soft);margin:0;font-size:.97rem;line-height:1.9}.about-copy .lead{color:var(--ink);letter-spacing:-.03em;margin-bottom:1.4rem;font-size:1.22rem;font-weight:650;line-height:1.7}.value-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:6rem;display:grid}.value-row article{border-right:1px solid var(--line);min-height:240px;padding:2.3rem 1.7rem}.value-row article:last-child{border-right:0}.value-row article>span{color:var(--pink);font-size:.7rem;font-weight:800}.value-row article>strong{color:#a8afbb;letter-spacing:.14em;margin-top:2.2rem;font-size:.66rem;display:block}.value-row h3{letter-spacing:-.04em;margin:.55rem 0 .8rem;font-size:1.22rem}.value-row p{color:var(--ink-soft);margin:0;font-size:.82rem;line-height:1.7}.management{color:#fff;background:linear-gradient(145deg,#071329,#0b1d3a);position:relative;overflow:hidden}.management:before{opacity:.32;content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(270deg,#000,#0000 70%);mask-image:linear-gradient(270deg,#000,#0000 70%)}.management-inner,.process{width:min(1180px,100%);margin-inline:auto;position:relative}.management-inner{grid-template-columns:.88fr 1.12fr;gap:clamp(3rem,7vw,7rem);display:grid}.management-heading h2{color:#fff}.management-heading h2 em{color:var(--pink-soft)}.management-heading>p:last-child{color:#ffffff8c;max-width:430px;margin:2rem 0 0;font-size:.94rem;line-height:1.8}.pillar-list{border-top:1px solid #ffffff29}.pillar-list article{border-bottom:1px solid #ffffff29;grid-template-columns:72px 1fr;gap:1.3rem;padding:2.05rem .4rem;display:grid}.pillar-number{color:var(--pink-soft);font-size:.75rem;font-weight:800}.pillar-list small{color:#ffffff61;letter-spacing:.16em;font-size:.59rem;font-weight:700}.pillar-list h3{color:#fff;letter-spacing:-.035em;margin:.5rem 0 .6rem;font-size:1.35rem}.pillar-list p{color:#ffffff87;margin:0;font-size:.85rem;line-height:1.7}.process{background:#ffffff09;border:1px solid #ffffff21;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:1.3rem;margin-top:5rem;padding:1.7rem 2rem;display:grid}.process span{color:#ffffffc7;align-items:center;gap:.7rem;font-size:.78rem;font-weight:700;display:flex}.process span b{color:var(--pink-soft);font-size:.65rem}.process i{background:linear-gradient(90deg,#ffffff1a,#eb9caf8c);height:1px}.smart{grid-template-columns:minmax(460px,1.02fr) minmax(420px,.98fr);align-items:center;gap:clamp(4rem,8vw,9rem);width:min(1360px,100%);margin:0 auto;display:grid}.smart-visual{background:radial-gradient(circle,#d9397621,#0000 38%),linear-gradient(145deg,#f7f8fa,#eef1f5);border-radius:2px;height:600px;position:relative;overflow:hidden}.smart-lines{fill:none;stroke:#cfd5df;stroke-width:1px;width:calc(100% - 40px);height:calc(100% - 40px);position:absolute;inset:20px}.smart-lines path{stroke-dasharray:5 7}.smart-lines circle{stroke:#d9397629}.smart-core,.smart-node{z-index:2;background:#ffffffeb;border:1px solid #0c18301f;flex-direction:column;justify-content:center;display:flex;position:absolute;box-shadow:0 20px 45px #0c183014}.smart-core{border-radius:50%;align-items:center;width:190px;height:190px;top:50%;left:50%;transform:translate(-50%,-50%)}.smart-core small{color:var(--pink);letter-spacing:.2em;font-size:.63rem;font-weight:800}.smart-core strong{color:var(--ink);letter-spacing:-.08em;margin:.25rem 0;font-size:3.6rem;font-weight:250}.smart-core span{color:#8992a2;letter-spacing:.15em;text-align:center;font-size:.55rem;font-weight:700}.smart-node{width:130px;height:105px;padding:1.2rem}.smart-node b{color:var(--pink);font-size:.67rem}.smart-node span{color:var(--ink);letter-spacing:.11em;margin-top:.7rem;font-size:.62rem;font-weight:800;line-height:1.5}.node-one{top:48px;left:38px}.node-two{top:44px;right:34px}.node-three{bottom:45px;left:36px}.node-four{bottom:42px;right:38px}.smart-content h2 em{color:var(--pink)}.smart-intro{color:var(--ink-soft);margin:1.8rem 0 2.4rem;font-size:.94rem;line-height:1.85}.smart-content ul{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.smart-content li{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:1rem;padding:1.25rem 0;display:grid}.smart-content li>span{color:var(--pink);font-size:.68rem;font-weight:800}.smart-content li strong{letter-spacing:-.025em;font-size:.98rem}.smart-content li p{color:var(--ink-soft);margin:.35rem 0 0;font-size:.78rem;line-height:1.6}.credentials{background:var(--paper);grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(3rem,7vw,8rem);display:grid}.credentials-heading,.credential-grid{width:100%}.credentials-heading h2 em{color:var(--pink)}.credential-grid{border-top:1px solid #cfd5de;border-left:1px solid #cfd5de;grid-template-columns:repeat(2,1fr);display:grid}.credential-grid article{background:#fff;border-bottom:1px solid #cfd5de;border-right:1px solid #cfd5de;min-height:170px;padding:1.7rem}.credential-grid span{color:var(--pink);font-size:.67rem;font-weight:800}.credential-grid h3{letter-spacing:-.035em;margin:2.5rem 0 .45rem;font-size:1.15rem}.credential-grid p{color:var(--ink-soft);margin:0;font-size:.78rem}.contact{background:var(--navy);color:#fff;position:relative;overflow:hidden}.contact-glow{background:radial-gradient(circle,#d9397642,#0000 67%);border-radius:50%;width:650px;height:650px;position:absolute;bottom:-250px;right:-180px}.contact-inner{grid-template-columns:1.1fr .9fr;gap:clamp(4rem,10vw,10rem);width:min(1180px,100%);margin-inline:auto;display:grid;position:relative}.contact h2{color:#fff}.contact h2 em{color:var(--pink-soft)}.contact h2+p{color:#ffffff94;margin:1.7rem 0 2.3rem;font-size:.92rem;line-height:1.8}.contact-button{width:fit-content}.contact-info{border-top:1px solid #fff3;margin:0}.contact-info div{border-bottom:1px solid #ffffff26;grid-template-columns:95px 1fr;padding:1.3rem 0;display:grid}.contact-info dt{color:#ffffff6b;font-size:.73rem}.contact-info dd{color:#ffffffe0;margin:0;font-size:.87rem;line-height:1.65}.contact-info a:hover{text-decoration:underline}.site-footer{color:#fff;background:#050d1d;padding:3rem 5vw 2rem}.footer-top,.footer-bottom{align-items:center;width:min(1180px,100%);margin-inline:auto;display:flex}.footer-top{border-bottom:1px solid #ffffff1a;gap:2rem;padding-bottom:2rem}.footer-brand{flex:none;align-items:center;gap:.78rem;display:inline-flex}.footer-symbol{opacity:.9;width:50px;height:50px}.footer-brand-name{flex-direction:column;display:flex}.footer-brand-name strong{color:#ffffffeb;letter-spacing:-.055em;font-size:1.18rem}.footer-brand-name small{color:#ffffff54;letter-spacing:.13em;margin-top:.25rem;font-size:.5rem;font-weight:700}.footer-company{color:#ffffff78;flex-wrap:wrap;gap:.6rem 1.5rem;font-size:.72rem;display:flex}.top-link{color:#ffffffa6;align-items:center;gap:.7rem;margin-left:auto;font-size:.73rem;display:flex}.top-link span{border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.footer-bottom{color:#ffffff4d;letter-spacing:.08em;justify-content:space-between;padding-top:1.5rem;font-size:.64rem}.footer-bottom p{margin:0}.floating-kakao{z-index:45;color:#181600;background:#fee500;border-radius:999px;align-items:center;gap:.65rem;padding:.65rem .85rem .65rem .65rem;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 35px #0003}.floating-kakao:hover,.floating-kakao:focus-visible{transform:translateY(-3px)}.floating-kakao>span{color:#fee500;background:#181600;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.82rem;font-weight:900;display:grid}.floating-kakao strong{font-size:.68rem;line-height:1.25}@media (width<=1050px){.site-header{grid-template-columns:230px 1fr auto}.desktop-nav{display:none}.header-cta{justify-self:end;margin-right:4.2rem}.mobile-menu{display:block;position:absolute;right:5vw}.mobile-menu summary{cursor:pointer;flex-direction:column;justify-content:center;gap:7px;width:42px;height:42px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;width:27px;height:2px;margin-left:auto;transition:transform .2s}.mobile-menu[open] summary span:first-child{transform:translateY(4.5px)rotate(45deg)}.mobile-menu[open] summary span:last-child{transform:translateY(-4.5px)rotate(-45deg)}.mobile-menu nav{background:#071329f7;border:1px solid #ffffff21;border-radius:10px;flex-direction:column;width:230px;padding:1rem;display:flex;position:absolute;top:55px;right:0;box-shadow:0 22px 50px #0000004d}.mobile-menu nav a{border-bottom:1px solid #ffffff14;padding:.9rem;font-size:.9rem}.hero-visual{opacity:.6;right:-8vw}.hero-content{z-index:6}}@media (width<=820px){.site-header{grid-template-columns:200px 1fr auto;min-height:76px}.brand{gap:.58rem}.brand-symbol{width:45px;height:45px}.brand-name{font-size:1.08rem}.header-cta{display:none}.hero{min-height:780px}.hero-content{padding-top:165px}.hero h1{font-size:clamp(2.85rem,12vw,4.2rem)}.hero-visual{opacity:.34;width:620px;bottom:30px;right:-230px}.hero-summary{width:100%;min-height:96px;left:0}.hero-summary div{padding:.7rem 1rem}.section{padding:95px 5vw}.section-heading{grid-template-columns:1fr;gap:1.7rem;margin-bottom:3rem}.section-heading>p{justify-self:start}.service-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.site-header{grid-template-columns:180px 1fr auto;padding-inline:1.2rem}.mobile-menu{right:1.2rem}.brand-symbol{width:41px;height:41px}.brand-name{font-size:1rem}.hero-content{width:calc(100% - 2.4rem)}.hero h1{font-size:2.75rem}.hero-description br{display:none}.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,320px)}.hero-summary{grid-template-columns:repeat(3,1fr)}.hero-summary div{text-align:center;padding:.5rem}.hero-summary strong{font-size:1.35rem}.section{padding-inline:1.2rem}.section-heading h2{font-size:2.6rem}.section-heading>p br{display:none}.service-grid{grid-template-columns:1fr}.service-card,.service-card>p{min-height:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}@media (width<=1050px){.smart{grid-template-columns:1fr 1fr;gap:3rem;padding-inline:5vw}.smart-visual{height:540px}.smart-node{width:112px}.about-layout{gap:4rem}.credentials{grid-template-columns:1fr 1.35fr}.contact-inner{gap:5rem}}@media (width<=820px){.about-layout,.management-inner,.smart,.credentials,.contact-inner{grid-template-columns:1fr}.about-copy{max-width:650px}.value-row{grid-template-columns:repeat(2,1fr)}.value-row article:nth-child(2){border-right:0}.value-row article:nth-child(-n+2){border-bottom:1px solid var(--line)}.management-heading>p:last-child{max-width:600px}.process{grid-template-columns:1fr;gap:.8rem}.process i{background:linear-gradient(#ffffff1a,#eb9caf8c);width:1px;height:18px;margin-left:10px}.smart{padding-inline:5vw}.smart-visual{width:min(620px,100%);margin-inline:auto}.smart-content{max-width:650px}.credentials{padding-inline:5vw}.contact-inner{gap:4rem}.footer-company{max-width:480px}}@media (width<=560px){.about-title-wrap h2,.management-heading h2,.smart-content h2,.credentials-heading h2,.contact h2{font-size:2.55rem}.value-row{grid-template-columns:1fr}.value-row article{border-right:0;min-height:auto;border-bottom:1px solid var(--line)!important}.value-row article:last-child{border-bottom:0!important}.smart{padding-inline:1.2rem}.smart-visual{height:440px}.smart-core{width:145px;height:145px}.smart-core strong{font-size:2.8rem}.smart-node{width:94px;height:78px;padding:.8rem}.smart-node span{margin-top:.4rem;font-size:.5rem}.node-one{top:28px;left:18px}.node-two{top:28px;right:18px}.node-three{bottom:28px;left:18px}.node-four{bottom:28px;right:18px}.credentials{padding-inline:1.2rem}.credential-grid{grid-template-columns:1fr}.credential-grid article{min-height:145px}.credential-grid h3{margin-top:2rem}.contact-info div{grid-template-columns:76px 1fr}.site-footer{padding-inline:1.2rem}.footer-top{flex-wrap:wrap;align-items:flex-start}.footer-brand{width:100%}.footer-company{flex-direction:column;width:100%}.top-link{margin-left:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.7rem}.floating-kakao{padding:.55rem;bottom:14px;right:14px}.floating-kakao strong{display:none}}
