:root{--bg:#fff;--surface:#fff;--text:#020202;--muted:#6d717f;--line:#e7e9ef;--fill-muted:#f3f4f6}*{box-sizing:border-box}html{overflow-x:clip}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.home,.sectionWrap{background:#fff;width:100%}.hero{color:#fff;background:#020202;min-height:486px;position:relative;overflow:hidden}.hero__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(234.82deg,#10216900 48.72%,#10216966 99.99%),linear-gradient(90deg,#000000a3 0% 100%);position:absolute;inset:0}.hero__content{z-index:1;flex-direction:column;justify-content:center;gap:48px;max-width:1440px;min-height:486px;margin:0 auto;padding:128px 80px;display:flex;position:relative}.hero__header{flex-direction:column;gap:24px;display:flex}.hero__tagline{margin:0;font-size:32px;font-weight:400;line-height:1.5}.hero__logo{width:min(622px,100%);height:auto}.hero__slogan{white-space:pre-wrap;margin:0;font-size:20px;font-weight:300;line-height:1.5}.section{max-width:1440px;margin:0 auto;padding:40px 80px}.section h2{margin:0;font-size:40px;font-weight:500;line-height:1.28}.section p{color:var(--muted);margin:0;line-height:1.6}.badge{border:1px solid var(--line);height:auto;color:var(--text);background:#fff;border-radius:64px;align-items:center;padding:4px 16px;font-size:14px;font-weight:400;line-height:1.6;display:inline-flex}.badge--dark{color:#fff;background:0 0;border-color:#4b5563}.greeting__title{margin-bottom:24px!important}.greeting__content{font-size:20px;line-height:1.6}.greeting__content p{margin:0}.expertise .badge{align-self:flex-start;width:fit-content}.expertise{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.expertise__body{grid-template-columns:minmax(280px,480px) 1px 1fr;align-items:start;gap:32px;width:100%;min-width:0;display:grid}.expertise__hero{flex-direction:column;gap:24px;min-width:280px;max-width:480px;display:flex}.expertise__image{aspect-ratio:1672/941;border-radius:16px;overflow:hidden}.expertise__image img{object-fit:cover;width:100%;height:100%}.expertise__intro{flex-direction:column;gap:8px;display:flex}.expertise__intro h2{margin:0}.expertise__intro p{margin:0;font-size:20px}.expertise__divider{background:#e7e9ef;border:0;place-self:stretch center;width:1px;margin:0;padding:0}.expertise__list{flex-direction:column;gap:24px;width:100%;min-width:0;margin:0;padding:0;list-style:none;display:flex}.expertise__list li{background:0 0;flex-direction:column;gap:24px;width:100%;display:flex}.expertise__itemInner{flex-direction:column;gap:8px;width:100%;padding:0;display:flex}.expertise__itemDivider{background:#e7e9ef;border:0;width:100%;height:1px;margin:0}.expertise__itemHeader{cursor:pointer;text-align:left;width:100%;min-height:0;font:inherit;color:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;margin:0;padding:0;display:flex}.expertise__itemBody{flex-direction:column;gap:8px;padding:0;display:flex}.expertise__list h3{min-width:0;color:var(--text);flex:1 1 0;margin:0;font-size:24px;font-weight:400;line-height:1.6}.expertise__list p{color:var(--muted);margin:0;font-size:18px;line-height:1.6}.expertise__plus{display:none}.expertise__toggleIcon{flex-shrink:0;width:34px;height:34px}.expertise__itemBody p{margin:0;font-size:18px}.expertise__link{color:var(--muted);align-items:center;gap:0;text-decoration:none;display:inline-flex;margin-top:0!important;font-size:16px!important}.expertise__link:hover{color:var(--text)}.expertise__link img{flex-shrink:0;width:24px;height:24px}.members{flex-direction:column;gap:32px;display:flex}.members__header{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.members__header h2{margin:0}.members__header p{margin:0;font-size:20px;line-height:1.6}.members__carousel{position:relative}.members__pagination{justify-content:center;align-items:center;gap:4px;width:100%;display:none}.members__pagination-dot{cursor:pointer;background:#e7e9ef;border:0;border-radius:16px;width:8px;height:8px;padding:0}.members__pagination-dot--active{background:#fff;border:1px solid #020202;width:32px;position:relative;overflow:hidden}.members__pagination-dot--active:after{content:"";background:#020202;border-radius:50px;width:0;position:absolute;inset:-1px auto -1px -1px}.members__pagination-dot--active.members__pagination-dot--playing:after{animation:membersGaugeFill var(--members-autoplay-duration,5s) linear forwards}@keyframes membersGaugeFill{0%{width:0}to{width:calc(100% + 2px)}}.members__list{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;cursor:grab;gap:16px;display:flex;overflow-x:auto}.members__list--dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.members__list::-webkit-scrollbar{display:none}.members__nav{z-index:2;-webkit-backdrop-filter:blur(12.7px);backdrop-filter:blur(12.7px);cursor:pointer;background:#02020214;border:1.5px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.members__nav--prev{left:-22px}.members__nav--prev img{transform:rotate(180deg)}.members__nav--next{right:-22px}.memberCard{scroll-snap-align:start;scroll-snap-stop:always;background:var(--fill-muted);border:1px solid var(--line);border-radius:24px;flex:0 0 416px;height:240px;position:relative;overflow:hidden}.memberCard__info{z-index:1;padding:39px 24px;position:relative}.memberCard__photo{background:var(--fill-muted);width:480px;height:720px;position:absolute;top:-41px;right:-129px;overflow:hidden}.memberCard__photo img{object-fit:cover;object-position:center top;width:100%;height:100%}.memberCard h3{margin:0 0 4px;font-size:32px;font-weight:700;line-height:1.6}.memberCard p{color:#4a5567;margin:0;font-size:20px;font-weight:500}.location{grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;display:grid}.location__map{border:1px solid var(--line);background:#fff;border-radius:16px;grid-area:1/1;height:404px;min-height:404px;position:relative;overflow:hidden}.location__mapCanvas{width:100%;height:100%;position:absolute;inset:0}.location__mapFallback{text-align:center;color:var(--muted);background:var(--fill-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex;position:absolute;inset:0}.location__mapFallback p{margin:0;font-size:16px;line-height:1.6}.location__mapFallback a{color:var(--text);text-underline-offset:3px;font-weight:500;text-decoration:underline}.location__info{flex-direction:column;grid-area:1/2;align-items:flex-start;gap:16px;max-width:560px;padding:0;display:flex}.location__summary{width:100%;margin:0;font-size:20px;line-height:1.6}.location__content{flex-direction:column;gap:16px;width:100%;padding:24px 0;display:flex}.location__content h2{margin:0;font-size:40px;font-weight:500;line-height:1.12}.location__details{color:var(--muted);margin:0;padding:0;font-size:16px;line-height:1.5;list-style:none}.location__details li{align-items:flex-start;gap:8px;display:flex}.location__details li+li{margin-top:4px}.location__details li img{flex-shrink:0;margin-top:4px}.location__details strong{color:var(--text);font-weight:700}.location__tabs{align-items:flex-start;display:inline-flex}.location__tab{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:4px 8px;font-size:18px;line-height:1.6}.location__tab--active{color:var(--text);border-bottom-color:var(--text);font-weight:500}.location__directions{background:var(--fill-muted);-webkit-backdrop-filter:blur(6.53px);backdrop-filter:blur(6.53px);min-height:48px;color:var(--text);border-radius:50px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px 12px 20px;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex}.customer{padding:0}.customer__card{background:#020202;border-radius:40px;align-items:center;gap:16px;width:100%;padding:24px 24px 24px 40px;display:flex;overflow:hidden}.customer__content{flex:1 1 0;min-width:0}.customer__header{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.customer .badge--dark{background:#020202;border-color:#e7e9ef;height:auto;padding:4px 16px;line-height:1.6}.customer__header h2{color:#fff}.customer__image{aspect-ratio:424/347;border-radius:16px;flex:1 1 0;max-width:360px;max-height:295px;overflow:hidden}.customer__image img{object-fit:cover;width:100%;height:100%}.footer{width:100%;color:var(--muted);background:#fff;padding:40px 0 64px;font-size:16px;line-height:1.6}.footer__container{flex-direction:column;gap:64px;max-width:1440px;margin:0 auto;padding:0 80px;display:flex}.footer__information{flex-direction:column;gap:24px;display:flex}.footer__header{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer__logo{width:auto;height:32px}.footer__slogan p{margin:0}.footer__slogan--mobile{display:none}.footer__divider{background:#e7e9ef;border:0;width:100%;height:1px;margin:0;display:none}.footer__meta{flex-direction:column;gap:8px;display:flex}.footer__row{align-items:center;gap:8px;display:flex}.footer__office{align-items:flex-start;gap:8px;display:flex}.footer__label{color:var(--text);flex-shrink:0;font-weight:700}.footer__value,.footer__office-details{color:var(--muted)}.footer__office-details{flex:1;min-width:0}.footer__address,.footer__contact{display:inline}.footer__contact strong{font-weight:700}.footer__sep{color:#d2d5db}.footer__copyright{margin:0}.footer__copyright--mobile{display:none}.footer__copyright--mobile p{margin:0}@media (max-width:1199px) and (min-width:980px){.hero{min-height:470px}.hero__content{min-height:470px;padding:96px 40px}.hero__tagline{font-size:28px}.section{max-width:980px;padding:40px}.section h2{font-size:36px}.greeting__content{font-size:18px}.expertise__intro h2{font-size:40px}.expertise__intro p{font-size:20px}.location{grid-template-columns:1fr 1fr}.location__map{min-height:404px}.members__header p{font-size:18px}.footer__container{max-width:980px;padding:0 40px}}@media (max-width:979px) and (min-width:768px){.hero{min-height:378px}.hero__content{min-height:378px;padding:64px 32px}.hero__tagline{font-size:24px}.hero__slogan{font-size:18px}.section{max-width:768px;padding:32px}.section h2{font-size:32px}.greeting__content{font-size:18px}.expertise__intro p{font-size:18px}.memberCard{flex:0 0 360px}.members__nav--prev{left:0}.members__nav--next{right:0}.location{flex-direction:column;gap:24px;display:flex}.location__map{width:100%;height:320px;min-height:320px;max-height:320px}.location__info{max-width:none}.location__content h2{font-size:32px}.location__summary{font-size:18px}.members__header h2{font-size:32px}.members__header p{font-size:18px}.footer{padding:32px 0 64px}.footer__container{max-width:768px;padding:0 32px}.customer__card{flex-direction:column;align-items:stretch;gap:24px;padding:24px}.customer__header h2{font-size:32px}.customer__image{aspect-ratio:auto;flex:none;width:100%;max-width:none;height:240px;max-height:240px}.expertise__body{flex-direction:column;gap:32px;display:flex}.expertise__hero{flex-direction:row;align-items:flex-start;gap:24px;width:100%;max-width:none}.expertise__divider{display:none}.expertise__image{aspect-ratio:auto;flex:1 1 0;min-width:0;height:300px;max-height:300px}.expertise__intro{flex:1 1 0;min-width:0}.expertise__intro h2{font-size:32px}.expertise__intro h2 br,.expertise__intro p br{display:none}.expertise__list{width:100%}}@media (max-width:767px){.hero{min-height:326px}.hero__content{min-height:326px;padding:48px 20px}.hero__tagline{font-size:20px}.hero__slogan{font-size:16px}.section{width:100%;max-width:none;padding:24px 20px}.section h2{font-size:28px}.members{gap:32px}.members__header{gap:10px}.members__header h2{font-size:24px}.members__header p{font-size:16px}.members__carousel{flex-direction:column;gap:16px;width:100%;display:flex}.members__list{width:100%}.members__nav{display:none}.members__pagination{display:flex}.memberCard h3{font-size:24px}.memberCard p{font-size:18px}.greeting__content,.expertise__intro p{font-size:16px}.expertise__body{flex-direction:column;gap:24px;display:flex}.expertise__divider{display:none}.expertise__image{aspect-ratio:auto;flex:none;width:100%;height:160px;max-height:160px}.expertise__intro h2{font-size:24px}.expertise__intro h2 br,.expertise__intro p br{display:none}.expertise__intro p{margin-top:0}.expertise__hero{flex-direction:column;gap:24px}.expertise__list h3{font-size:20px}.expertise__list p,.expertise__itemBody p{font-size:16px}.location{flex-direction:column;gap:24px;display:flex}.location__tab{font-size:16px}.location__content{padding:16px 0}.location__content h2{font-size:32px}.memberCard{flex:0 0 100%;width:100%}.location__map{width:100%;height:200px;min-height:200px;max-height:200px}.location__info{max-width:none}.location__summary{font-size:16px}.customer__card{border-radius:24px;flex-direction:column;align-items:stretch;gap:24px;padding:16px}.customer__header h2{font-size:24px}.customer__image{aspect-ratio:auto;border-radius:8px;flex:none;width:100%;max-width:none;height:240px;max-height:240px}.memberCard__photo{width:320px;height:480px;right:-80px}.footer{padding:24px 0 64px}.footer__container{gap:32px;width:100%;max-width:none;padding:0 20px}.footer__logo{height:24px}.footer__slogan{font-size:14px}.footer__slogan--desktop{display:none}.footer__slogan--mobile,.footer__divider{display:block}.footer__office{flex-direction:column;gap:4px}.footer__address,.footer__contact{display:block}.footer__contact-prefix,.footer__copyright--desktop{display:none}.footer__copyright--mobile{font-size:14px;display:block}}
