.LineGraphic-module__p0RAJG__root{position:absolute;overflow:hidden}.LineGraphic-module__p0RAJG__line{background-color:var(--color-black);transition:width 3s var(--ease-smooth),height 3s var(--ease-smooth),stroke-dashoffset 3s var(--ease-smooth),transform 3s var(--ease-smooth);will-change:width,height}.LineGraphic-module__p0RAJG__left,.LineGraphic-module__p0RAJG__right{width:100%;height:1px}.LineGraphic-module__p0RAJG__left .LineGraphic-module__p0RAJG__line,.LineGraphic-module__p0RAJG__right .LineGraphic-module__p0RAJG__line{width:0;height:100%}.LineGraphic-module__p0RAJG__left .LineGraphic-module__p0RAJG__line{transform-origin:0}.LineGraphic-module__p0RAJG__right .LineGraphic-module__p0RAJG__line{transform-origin:100%;margin-left:auto}.LineGraphic-module__p0RAJG__vertical{width:1px;height:100%}.LineGraphic-module__p0RAJG__vertical .LineGraphic-module__p0RAJG__line{transform-origin:top;width:100%;height:0}.LineGraphic-module__p0RAJG__show.LineGraphic-module__p0RAJG__left .LineGraphic-module__p0RAJG__line,.LineGraphic-module__p0RAJG__show.LineGraphic-module__p0RAJG__right .LineGraphic-module__p0RAJG__line{width:100%;transform:translate(0,0)}.LineGraphic-module__p0RAJG__show.LineGraphic-module__p0RAJG__vertical .LineGraphic-module__p0RAJG__line{height:100%;transform:translate(0,0)}.LineGraphic-module__p0RAJG__transition .LineGraphic-module__p0RAJG__line{transition:width 3s var(--ease-smooth),height 3s var(--ease-smooth),transform 3s var(--ease-smooth)}
.HeroSection-module__8v_ESq__hero{background:#fbfcff;flex-direction:column;justify-content:center;min-height:100vh;padding-top:60px;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.HeroSection-module__8v_ESq__container{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:0 70px;display:flex;position:relative}.HeroSection-module__8v_ESq__eyebrowWrapper{opacity:0;align-items:center;gap:12px;margin-bottom:24px;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.HeroSection-module__8v_ESq__eyebrowWrapper.HeroSection-module__8v_ESq__show{opacity:1;transform:translateY(0)}.HeroSection-module__8v_ESq__eyebrowLine{background:#0046a0;width:20px;height:2px}.HeroSection-module__8v_ESq__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;font-size:13px;font-weight:500}.HeroSection-module__8v_ESq__subtitle{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;text-align:center;opacity:0;max-width:700px;margin:0 0 28px;font-size:clamp(18px,2vw,24px);font-weight:400;line-height:1.6;transition:opacity 1s cubic-bezier(.16,1,.3,1) .15s,transform 1s cubic-bezier(.16,1,.3,1) .15s;transform:translateY(30px)}.HeroSection-module__8v_ESq__subtitle.HeroSection-module__8v_ESq__show{opacity:1;transform:translateY(0)}.HeroSection-module__8v_ESq__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#1d1d1d;letter-spacing:-.03em;text-align:center;opacity:0;margin:0 0 140px;font-size:clamp(72px,11vw,170px);font-weight:200;line-height:1;transition:opacity 1.2s cubic-bezier(.16,1,.3,1) .3s,transform 1.2s cubic-bezier(.16,1,.3,1) .3s;transform:translateY(50px)}.HeroSection-module__8v_ESq__title.HeroSection-module__8v_ESq__show{opacity:1;transform:translateY(0)}.HeroSection-module__8v_ESq__keywords{opacity:0;width:100%;max-width:1100px;transition:opacity .8s cubic-bezier(.16,1,.3,1) .4s,transform .8s cubic-bezier(.16,1,.3,1) .4s;position:relative;transform:translateY(20px)}.HeroSection-module__8v_ESq__keywords.HeroSection-module__8v_ESq__show{opacity:1;transform:translateY(0)}.HeroSection-module__8v_ESq__lineWrapper{height:1px;position:absolute;top:0;left:0;right:0}.HeroSection-module__8v_ESq__animatedLine{width:100%;height:1px;position:absolute;top:0;left:0;right:0}.HeroSection-module__8v_ESq__keywordList{justify-content:space-between;padding-top:48px;display:flex}.HeroSection-module__8v_ESq__keywordItem{opacity:0;flex-direction:column;flex:1;align-items:center;gap:16px;display:flex;transform:translateY(12px)}.HeroSection-module__8v_ESq__keywordItem.HeroSection-module__8v_ESq__itemShow .HeroSection-module__8v_ESq__dot{animation:.6s cubic-bezier(.16,1,.3,1) forwards HeroSection-module__8v_ESq__dotAppear;animation-delay:calc(.45s + (var(--index)/var(--total))*1.8s)}.HeroSection-module__8v_ESq__keywordItem.HeroSection-module__8v_ESq__itemShow .HeroSection-module__8v_ESq__keywordLabel{animation:.8s cubic-bezier(.16,1,.3,1) forwards HeroSection-module__8v_ESq__labelFadeIn;animation-delay:calc(.7s + (var(--index)/var(--total))*1.8s)}.HeroSection-module__8v_ESq__keywordItem.HeroSection-module__8v_ESq__itemShow{opacity:1;transition:opacity .1s,transform .1s;transition-delay:calc(.4s + (var(--index)/var(--total))*1.8s);transform:translateY(0)}@keyframes HeroSection-module__8v_ESq__dotAppear{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes HeroSection-module__8v_ESq__labelFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__8v_ESq__dot{opacity:0;background-color:#1d1d1d;border-radius:50%;width:8px;height:8px;margin-top:-52px;position:relative}.HeroSection-module__8v_ESq__keywordLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#00000080;letter-spacing:.02em;opacity:0;font-size:16px;font-weight:500}.HeroSection-module__8v_ESq__scrollIndicator{opacity:0;flex-direction:column;align-items:center;gap:10px;transition:opacity 1s 1s;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroSection-module__8v_ESq__scrollIndicator.HeroSection-module__8v_ESq__show{opacity:1}.HeroSection-module__8v_ESq__scrollText{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#00000080;font-size:12px;font-weight:600}.HeroSection-module__8v_ESq__scrollArrow{color:#00000080;width:14px;height:14px;animation:2s ease-in-out infinite HeroSection-module__8v_ESq__scrollBounce}@keyframes HeroSection-module__8v_ESq__scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (max-width:1200px){.HeroSection-module__8v_ESq__container{padding:0 50px}.HeroSection-module__8v_ESq__keywords{max-width:900px}}@media (max-width:1024px){.HeroSection-module__8v_ESq__hero{padding-top:120px}.HeroSection-module__8v_ESq__container{padding:0 40px}.HeroSection-module__8v_ESq__subtitle{font-size:clamp(16px,2.5vw,22px)}.HeroSection-module__8v_ESq__title{margin-bottom:100px;font-size:clamp(58px,10vw,120px)}.HeroSection-module__8v_ESq__keywordList{flex-wrap:wrap;justify-content:center;gap:20px}.HeroSection-module__8v_ESq__keywordItem{flex:none;min-width:100px}.HeroSection-module__8v_ESq__lineWrapper,.HeroSection-module__8v_ESq__dot{display:none}}@media (max-width:768px){.HeroSection-module__8v_ESq__hero{padding-top:100px;padding-bottom:60px}.HeroSection-module__8v_ESq__container{padding:0 24px}.HeroSection-module__8v_ESq__eyebrowWrapper{gap:14px;margin-bottom:20px}.HeroSection-module__8v_ESq__eyebrowLine{width:24px}.HeroSection-module__8v_ESq__eyebrow{font-size:11px}.HeroSection-module__8v_ESq__subtitle{margin-bottom:20px;font-size:16px}.HeroSection-module__8v_ESq__title{margin-bottom:80px;font-size:clamp(48px,12vw,72px)}.HeroSection-module__8v_ESq__keywordList{gap:12px;padding-top:40px}.HeroSection-module__8v_ESq__dot{width:6px;height:6px;margin-top:-43px}.HeroSection-module__8v_ESq__keywordLabel{font-size:13px}.HeroSection-module__8v_ESq__scrollIndicator{bottom:24px}}@media (max-width:480px){.HeroSection-module__8v_ESq__eyebrowLine{width:16px}.HeroSection-module__8v_ESq__keywordItem{min-width:70px}}
.ProfessionalSection-module__KuOlsG__section{background:#fbfcff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.ProfessionalSection-module__KuOlsG__container{z-index:1;grid-template-columns:1fr minmax(540px,800px);align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;padding:0 70px;display:grid;position:relative}.ProfessionalSection-module__KuOlsG__content{opacity:0;flex-direction:column;align-items:flex-start;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-40px)}.ProfessionalSection-module__KuOlsG__content.ProfessionalSection-module__KuOlsG__show{opacity:1;transform:translate(0)}.ProfessionalSection-module__KuOlsG__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;position:relative}.ProfessionalSection-module__KuOlsG__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ProfessionalSection-module__KuOlsG__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000;letter-spacing:-.03em;margin:0 0 28px;font-size:clamp(56px,7vw,96px);font-weight:600;line-height:1.05}.ProfessionalSection-module__KuOlsG__title.ProfessionalSection-module__KuOlsG__show{opacity:1;transform:translateY(0)}.ProfessionalSection-module__KuOlsG__titleLine{display:block}.ProfessionalSection-module__KuOlsG__titleLine:first-child{color:#1d1d1d}.ProfessionalSection-module__KuOlsG__titleLine:last-child{color:#0046a0;font-weight:700}.ProfessionalSection-module__KuOlsG__description{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;max-width:480px;margin:0 0 48px;font-size:18px;font-weight:300;line-height:1.8}.ProfessionalSection-module__KuOlsG__description.ProfessionalSection-module__KuOlsG__show{opacity:1;transform:translateY(0)}.ProfessionalSection-module__KuOlsG__stats{border-top:1px solid #00000014;align-items:center;gap:32px;padding-top:32px;display:flex}.ProfessionalSection-module__KuOlsG__stat{flex-direction:column;gap:6px;display:flex}.ProfessionalSection-module__KuOlsG__statNumber{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#1d1d1d;letter-spacing:-.02em;font-size:36px;font-weight:600;line-height:1}.ProfessionalSection-module__KuOlsG__statLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#00000080;letter-spacing:.02em;font-size:13px;font-weight:400}.ProfessionalSection-module__KuOlsG__statDivider{background:#0000001a;width:1px;height:48px}.ProfessionalSection-module__KuOlsG__imageWrapper{aspect-ratio:4/3;opacity:0;border-radius:16px;width:100%;transition:opacity .8s cubic-bezier(.16,1,.3,1) .2s,transform .8s cubic-bezier(.16,1,.3,1) .2s,box-shadow .4s .2s;position:relative;overflow:hidden;transform:translateY(40px)scale(.98);box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000f}.ProfessionalSection-module__KuOlsG__imageWrapper.ProfessionalSection-module__KuOlsG__show{opacity:1;transform:translateY(0)scale(1)}.ProfessionalSection-module__KuOlsG__imageWrapper:before{content:"";pointer-events:none;z-index:2;border:1px solid #0000000a;border-radius:16px;transition:border-color .3s;position:absolute;inset:0}.ProfessionalSection-module__KuOlsG__imageWrapper:hover{box-shadow:0 4px 12px #0000000f,0 16px 48px #0046a01a}.ProfessionalSection-module__KuOlsG__imageWrapper:hover:before{border-color:#0046a026}.ProfessionalSection-module__KuOlsG__imageInner{width:100%;height:124%;position:absolute;top:-12%;left:0}.ProfessionalSection-module__KuOlsG__image{object-fit:cover;width:100%!important;height:100%!important}.ProfessionalSection-module__KuOlsG__bottomLine{background:linear-gradient(90deg,#0000,#00000014,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .6s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.ProfessionalSection-module__KuOlsG__bottomLine.ProfessionalSection-module__KuOlsG__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.ProfessionalSection-module__KuOlsG__container{grid-template-columns:1fr minmax(320px,480px);gap:60px;padding:0 50px}}@media (max-width:1024px){.ProfessionalSection-module__KuOlsG__section{padding:100px 0}.ProfessionalSection-module__KuOlsG__container{grid-template-columns:1fr;gap:60px;padding:0 40px}.ProfessionalSection-module__KuOlsG__content{text-align:center;align-items:center}.ProfessionalSection-module__KuOlsG__eyebrow{padding-left:0}.ProfessionalSection-module__KuOlsG__eyebrow:before{display:none}.ProfessionalSection-module__KuOlsG__title{font-size:clamp(48px,10vw,72px)}.ProfessionalSection-module__KuOlsG__titleLine{display:inline}.ProfessionalSection-module__KuOlsG__titleLine:first-child:after{content:" "}.ProfessionalSection-module__KuOlsG__description{max-width:560px;margin-left:auto;margin-right:auto}.ProfessionalSection-module__KuOlsG__stats{justify-content:center}.ProfessionalSection-module__KuOlsG__imageWrapper{max-width:600px;margin:0 auto}}@media (max-width:768px){.ProfessionalSection-module__KuOlsG__section{padding:80px 0}.ProfessionalSection-module__KuOlsG__container{gap:48px;padding:0 24px}.ProfessionalSection-module__KuOlsG__eyebrow{margin-bottom:16px;font-size:11px}.ProfessionalSection-module__KuOlsG__title{margin-bottom:20px;font-size:clamp(40px,12vw,56px)}.ProfessionalSection-module__KuOlsG__description{margin-bottom:32px;font-size:16px}.ProfessionalSection-module__KuOlsG__stats{gap:24px;padding-top:24px}.ProfessionalSection-module__KuOlsG__statNumber{font-size:28px}.ProfessionalSection-module__KuOlsG__statLabel{font-size:11px}.ProfessionalSection-module__KuOlsG__statDivider{height:36px}.ProfessionalSection-module__KuOlsG__imageWrapper{border-radius:12px}}
.FullscreenImage-module__Ee0RVG__section{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.FullscreenImage-module__Ee0RVG__imageWrapper{width:110%;height:110%;position:absolute;inset:-5%}.FullscreenImage-module__Ee0RVG__image{object-fit:cover}.FullscreenImage-module__Ee0RVG__overlay{z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FullscreenImage-module__Ee0RVG__logoOverlay{z-index:10;justify-content:center;align-items:flex-end;display:flex;position:absolute;bottom:0;left:0;right:0}.FullscreenImage-module__Ee0RVG__logo{font-family:"Pretendard",var(--font-pretendard),-apple-system,BlinkMacSystemFont,sans-serif;color:#fff;letter-spacing:-.04em;font-size:clamp(100px,13vw,251px);font-weight:300;line-height:1;transform:translateY(.1em)}@media (max-width:768px){.FullscreenImage-module__Ee0RVG__section{height:60vh;min-height:400px}.FullscreenImage-module__Ee0RVG__logo{font-size:clamp(48px,12vw,100px)}}
.GlobalSection-module__sc2UuW__section{background:#fbfcff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.GlobalSection-module__sc2UuW__container{z-index:1;grid-template-columns:minmax(320px,480px) 1fr;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;padding:0 70px;display:grid;position:relative}.GlobalSection-module__sc2UuW__leftContent{opacity:0;flex-direction:column;align-items:flex-start;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-40px)}.GlobalSection-module__sc2UuW__leftContent.GlobalSection-module__sc2UuW__show{opacity:1;transform:translate(0)}.GlobalSection-module__sc2UuW__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;position:relative}.GlobalSection-module__sc2UuW__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.GlobalSection-module__sc2UuW__withText{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0006;margin-bottom:4px;font-size:24px;font-weight:300}.GlobalSection-module__sc2UuW__bigText{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000;letter-spacing:-.03em;margin:0 0 28px;font-size:clamp(56px,7vw,96px);font-weight:600;line-height:1.05}.GlobalSection-module__sc2UuW__bigTextFirst{color:#1d1d1d}.GlobalSection-module__sc2UuW__bigTextHighlight{color:#0046a0;font-weight:700}.GlobalSection-module__sc2UuW__subtitle{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;max-width:400px;margin:0 0 48px;font-size:18px;font-weight:300;line-height:1.7}.GlobalSection-module__sc2UuW__stats{border-top:1px solid #00000014;align-items:center;gap:32px;padding-top:32px;display:flex}.GlobalSection-module__sc2UuW__stat{flex-direction:column;gap:6px;display:flex}.GlobalSection-module__sc2UuW__statNumber{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#1d1d1d;letter-spacing:-.02em;font-size:36px;font-weight:600;line-height:1}.GlobalSection-module__sc2UuW__statLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#00000080;letter-spacing:.02em;font-size:13px;font-weight:400}.GlobalSection-module__sc2UuW__statDivider{background:#0000001a;width:1px;height:48px}.GlobalSection-module__sc2UuW__rightContent{flex-direction:column;gap:32px;display:flex}.GlobalSection-module__sc2UuW__description{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;opacity:0;max-width:580px;margin:0;font-size:18px;font-weight:300;line-height:1.8;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.GlobalSection-module__sc2UuW__description.GlobalSection-module__sc2UuW__show{opacity:1;transform:translateY(0)}.GlobalSection-module__sc2UuW__countryGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.GlobalSection-module__sc2UuW__countryGrid.GlobalSection-module__sc2UuW__show .GlobalSection-module__sc2UuW__countryCell{opacity:1;transform:translateY(0)scale(1)}.GlobalSection-module__sc2UuW__countryCell{aspect-ratio:1.4;opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .4s;transition-delay:var(--delay,0s);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:relative;overflow:hidden;transform:translateY(24px)scale(.95);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.GlobalSection-module__sc2UuW__countryCell:before{content:"";pointer-events:none;border:1px solid #0000000a;border-radius:12px;transition:border-color .3s;position:absolute;inset:0}.GlobalSection-module__sc2UuW__countryCell:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 4px 12px #0000000f,0 12px 32px #0046a014}.GlobalSection-module__sc2UuW__countryCell:hover:before{border-color:#0046a026}.GlobalSection-module__sc2UuW__countryFlag{object-fit:contain;width:36px;height:36px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.GlobalSection-module__sc2UuW__countryCell:hover .GlobalSection-module__sc2UuW__countryFlag{transform:scale(1.1)}.GlobalSection-module__sc2UuW__countryName{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;letter-spacing:.02em;text-align:center;font-size:12px;font-weight:500;transition:color .3s}.GlobalSection-module__sc2UuW__countryCell:hover .GlobalSection-module__sc2UuW__countryName{color:#0046a0}.GlobalSection-module__sc2UuW__bottomLine{background:linear-gradient(90deg,#0000,#00000014,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .6s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.GlobalSection-module__sc2UuW__bottomLine.GlobalSection-module__sc2UuW__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.GlobalSection-module__sc2UuW__container{grid-template-columns:minmax(280px,400px) 1fr;gap:60px;padding:0 50px}}@media (max-width:1024px){.GlobalSection-module__sc2UuW__section{padding:100px 0}.GlobalSection-module__sc2UuW__container{grid-template-columns:1fr;gap:60px;padding:0 40px}.GlobalSection-module__sc2UuW__leftContent{text-align:center;align-items:center}.GlobalSection-module__sc2UuW__eyebrow{padding-left:0}.GlobalSection-module__sc2UuW__eyebrow:before{display:none}.GlobalSection-module__sc2UuW__bigText{font-size:clamp(48px,10vw,72px)}.GlobalSection-module__sc2UuW__subtitle{max-width:480px;margin-left:auto;margin-right:auto}.GlobalSection-module__sc2UuW__stats{justify-content:center}.GlobalSection-module__sc2UuW__rightContent{align-items:center}.GlobalSection-module__sc2UuW__description{text-align:center;max-width:560px}.GlobalSection-module__sc2UuW__countryGrid{grid-template-columns:repeat(4,1fr);gap:10px;max-width:600px}}@media (max-width:768px){.GlobalSection-module__sc2UuW__section{padding:80px 0}.GlobalSection-module__sc2UuW__container{gap:48px;padding:0 24px}.GlobalSection-module__sc2UuW__eyebrow{margin-bottom:16px;font-size:11px}.GlobalSection-module__sc2UuW__withText{font-size:18px}.GlobalSection-module__sc2UuW__bigText{margin-bottom:20px;font-size:clamp(40px,12vw,56px)}.GlobalSection-module__sc2UuW__subtitle{margin-bottom:32px;font-size:16px}.GlobalSection-module__sc2UuW__stats{gap:24px;padding-top:24px}.GlobalSection-module__sc2UuW__statNumber{font-size:28px}.GlobalSection-module__sc2UuW__statLabel{font-size:11px}.GlobalSection-module__sc2UuW__statDivider{height:36px}.GlobalSection-module__sc2UuW__description{font-size:16px}.GlobalSection-module__sc2UuW__countryGrid{grid-template-columns:repeat(4,1fr);gap:8px}.GlobalSection-module__sc2UuW__countryCell{aspect-ratio:1.2;border-radius:8px}.GlobalSection-module__sc2UuW__countryFlag{width:28px;height:28px}.GlobalSection-module__sc2UuW__countryName{font-size:10px}}@media (max-width:480px){.GlobalSection-module__sc2UuW__countryGrid{grid-template-columns:repeat(3,1fr)}.GlobalSection-module__sc2UuW__countryCell{aspect-ratio:1}}
.ImageGridSection-module__yAfmTW__section{background:#fbfcff;padding:0;overflow:hidden}.ImageGridSection-module__yAfmTW__container{grid-template-columns:1fr 1fr;gap:20px;max-width:1600px;margin:0 auto;padding:0 40px;display:grid}.ImageGridSection-module__yAfmTW__leftColumn{margin-top:25%;position:relative}.ImageGridSection-module__yAfmTW__rightColumn{flex-direction:column;gap:20px;display:flex;position:relative}.ImageGridSection-module__yAfmTW__imageWrapper{aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.ImageGridSection-module__yAfmTW__imageWrapperLarge{aspect-ratio:3/4;width:100%;position:relative;overflow:hidden}.ImageGridSection-module__yAfmTW__parallaxWrapper{will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.25)}.ImageGridSection-module__yAfmTW__image{object-fit:cover}@media (prefers-reduced-motion:reduce){.ImageGridSection-module__yAfmTW__parallaxWrapper{will-change:auto;transform:none}}.ImageGridSection-module__yAfmTW__card{text-align:center;opacity:0;background-color:#0000;padding:0;transition:opacity .8s,transform .8s;position:absolute;bottom:40px;left:40px;right:40px;transform:translateY(20px)}.ImageGridSection-module__yAfmTW__card.ImageGridSection-module__yAfmTW__show{opacity:1;transform:translateY(0)}.ImageGridSection-module__yAfmTW__card.ImageGridSection-module__yAfmTW__cardRight{bottom:40px;left:40px;right:40px}.ImageGridSection-module__yAfmTW__cardTitle{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#fff;margin:0 0 12px;font-size:22px;font-weight:400;line-height:1.2}.ImageGridSection-module__yAfmTW__cardDescription{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#ffffffe6;text-align:center;margin:0 0 20px;font-size:15px;font-weight:300;line-height:1.5}.ImageGridSection-module__yAfmTW__cardCta{color:#fff;font-family:var(--font-pretendard),"Pretendard",sans-serif;border:1px solid #fff;padding:10px 32px;font-size:13px;font-weight:400;text-decoration:none;transition:background-color .3s,color .3s;display:inline-block}.ImageGridSection-module__yAfmTW__cardCta:hover{color:#000;background-color:#fff}@media (max-width:1024px){.ImageGridSection-module__yAfmTW__container{grid-template-columns:1fr;gap:20px}.ImageGridSection-module__yAfmTW__leftColumn{margin-top:0}.ImageGridSection-module__yAfmTW__card{bottom:30px;left:30px;right:30px}.ImageGridSection-module__yAfmTW__card.ImageGridSection-module__yAfmTW__cardRight{left:30px;right:30px}}@media (max-width:768px){.ImageGridSection-module__yAfmTW__container{gap:15px}.ImageGridSection-module__yAfmTW__card{bottom:20px;left:20px;right:20px}.ImageGridSection-module__yAfmTW__cardTitle{font-size:18px}.ImageGridSection-module__yAfmTW__cardDescription{font-size:14px}}
.PartnersSection-module__d9Iu7G__section{background:#fbfcff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.PartnersSection-module__d9Iu7G__container{z-index:1;grid-template-columns:minmax(320px,480px) 1fr;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;padding:0 70px;display:grid;position:relative}.PartnersSection-module__d9Iu7G__titleArea{opacity:0;flex-direction:column;align-items:flex-start;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-40px)}.PartnersSection-module__d9Iu7G__titleArea.PartnersSection-module__d9Iu7G__show{opacity:1;transform:translate(0)}.PartnersSection-module__d9Iu7G__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;position:relative}.PartnersSection-module__d9Iu7G__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PartnersSection-module__d9Iu7G__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000;letter-spacing:-.03em;margin:0 0 28px;font-size:clamp(56px,7vw,96px);font-weight:600;line-height:1.05}.PartnersSection-module__d9Iu7G__titleWord{display:block}.PartnersSection-module__d9Iu7G__titleWord:first-child{color:#1d1d1d}.PartnersSection-module__d9Iu7G__titleWord:last-child{color:#0046a0;font-weight:700}.PartnersSection-module__d9Iu7G__subtitle{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;max-width:320px;margin:0 0 48px;font-size:18px;font-weight:300;line-height:1.7}.PartnersSection-module__d9Iu7G__stats{border-top:1px solid #00000014;align-items:center;gap:32px;padding-top:32px;display:flex}.PartnersSection-module__d9Iu7G__stat{flex-direction:column;gap:6px;display:flex}.PartnersSection-module__d9Iu7G__statNumber{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#1d1d1d;letter-spacing:-.02em;font-size:36px;font-weight:600;line-height:1}.PartnersSection-module__d9Iu7G__statLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#00000080;letter-spacing:.02em;font-size:13px;font-weight:400}.PartnersSection-module__d9Iu7G__statDivider{background:#0000001a;width:1px;height:48px}.PartnersSection-module__d9Iu7G__logoGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.PartnersSection-module__d9Iu7G__logoGrid.PartnersSection-module__d9Iu7G__show .PartnersSection-module__d9Iu7G__logoCell{opacity:1;transform:translateY(0)scale(1)}.PartnersSection-module__d9Iu7G__logoCell{aspect-ratio:1.6;opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .4s;transition-delay:var(--delay,0s);background:#fff;border-radius:12px;position:relative;overflow:hidden;transform:translateY(24px)scale(.95);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.PartnersSection-module__d9Iu7G__logoCell:before{content:"";pointer-events:none;border:1px solid #0000000a;border-radius:12px;transition:border-color .3s;position:absolute;inset:0}.PartnersSection-module__d9Iu7G__logoCell:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 4px 12px #0000000f,0 12px 32px #0046a014}.PartnersSection-module__d9Iu7G__logoCell:hover:before{border-color:#0046a026}.PartnersSection-module__d9Iu7G__logoInner{position:absolute;inset:20%}.PartnersSection-module__d9Iu7G__logo{object-fit:contain;transition:transform .4s}.PartnersSection-module__d9Iu7G__logoCell:hover .PartnersSection-module__d9Iu7G__logo{transform:scale(1.05)}.PartnersSection-module__d9Iu7G__bottomLine{background:linear-gradient(90deg,#0000,#00000014,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .6s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.PartnersSection-module__d9Iu7G__bottomLine.PartnersSection-module__d9Iu7G__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.PartnersSection-module__d9Iu7G__container{grid-template-columns:minmax(280px,400px) 1fr;gap:60px;padding:0 50px}.PartnersSection-module__d9Iu7G__logoGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.PartnersSection-module__d9Iu7G__section{padding:100px 0}.PartnersSection-module__d9Iu7G__container{grid-template-columns:1fr;gap:60px;padding:0 40px}.PartnersSection-module__d9Iu7G__titleArea{text-align:center;align-items:center}.PartnersSection-module__d9Iu7G__eyebrow{padding-left:0}.PartnersSection-module__d9Iu7G__eyebrow:before{display:none}.PartnersSection-module__d9Iu7G__title{font-size:clamp(48px,10vw,72px)}.PartnersSection-module__d9Iu7G__titleWord{display:inline}.PartnersSection-module__d9Iu7G__titleWord:first-child:after{content:" "}.PartnersSection-module__d9Iu7G__subtitle{max-width:400px;margin-left:auto;margin-right:auto}.PartnersSection-module__d9Iu7G__stats{justify-content:center}.PartnersSection-module__d9Iu7G__logoGrid{grid-template-columns:repeat(4,1fr);gap:12px}}@media (max-width:768px){.PartnersSection-module__d9Iu7G__section{padding:80px 0}.PartnersSection-module__d9Iu7G__container{gap:48px;padding:0 24px}.PartnersSection-module__d9Iu7G__eyebrow{margin-bottom:16px;font-size:11px}.PartnersSection-module__d9Iu7G__title{margin-bottom:20px;font-size:clamp(40px,12vw,56px)}.PartnersSection-module__d9Iu7G__subtitle{margin-bottom:32px;font-size:16px}.PartnersSection-module__d9Iu7G__stats{gap:24px;padding-top:24px}.PartnersSection-module__d9Iu7G__statNumber{font-size:28px}.PartnersSection-module__d9Iu7G__statLabel{font-size:11px}.PartnersSection-module__d9Iu7G__statDivider{height:36px}.PartnersSection-module__d9Iu7G__logoGrid{grid-template-columns:repeat(3,1fr);gap:10px}.PartnersSection-module__d9Iu7G__logoCell{border-radius:8px}.PartnersSection-module__d9Iu7G__logoInner{inset:16%}}@media (max-width:480px){.PartnersSection-module__d9Iu7G__logoGrid{grid-template-columns:repeat(2,1fr);gap:8px}.PartnersSection-module__d9Iu7G__logoCell{aspect-ratio:1.5}}
.MadeInKoreaSection-module__Cz6oxG__section{background:#fbfcff;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.MadeInKoreaSection-module__Cz6oxG__trigramContainer{pointer-events:none;z-index:1;position:absolute;inset:0}.MadeInKoreaSection-module__Cz6oxG__trigram{opacity:0;flex-direction:column;gap:6px;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute}.MadeInKoreaSection-module__Cz6oxG__trigram.MadeInKoreaSection-module__Cz6oxG__show{opacity:1}.MadeInKoreaSection-module__Cz6oxG__trigram span{background:#0000000f;border-radius:2px;width:48px;height:8px;transition:background .4s;display:block}.MadeInKoreaSection-module__Cz6oxG__trigram span.MadeInKoreaSection-module__Cz6oxG__broken{background:0 0;position:relative}.MadeInKoreaSection-module__Cz6oxG__trigram span.MadeInKoreaSection-module__Cz6oxG__broken:before,.MadeInKoreaSection-module__Cz6oxG__trigram span.MadeInKoreaSection-module__Cz6oxG__broken:after{content:"";background:#0000000f;border-radius:2px;width:18px;height:100%;position:absolute;top:0}.MadeInKoreaSection-module__Cz6oxG__trigram span.MadeInKoreaSection-module__Cz6oxG__broken:before{left:0}.MadeInKoreaSection-module__Cz6oxG__trigram span.MadeInKoreaSection-module__Cz6oxG__broken:after{right:0}.MadeInKoreaSection-module__Cz6oxG__trigramTL{transition-delay:0s;top:18%;left:12%;transform:rotate(-56deg)translateY(20px)}.MadeInKoreaSection-module__Cz6oxG__trigramTL.MadeInKoreaSection-module__Cz6oxG__show{transform:rotate(-56deg)translateY(0)}.MadeInKoreaSection-module__Cz6oxG__trigramTR{transition-delay:.15s;top:18%;right:12%;transform:rotate(56deg)translateY(20px)}.MadeInKoreaSection-module__Cz6oxG__trigramTR.MadeInKoreaSection-module__Cz6oxG__show{transform:rotate(56deg)translateY(0)}.MadeInKoreaSection-module__Cz6oxG__trigramBL{transition-delay:.3s;bottom:18%;left:12%;transform:rotate(-124deg)translateY(-20px)}.MadeInKoreaSection-module__Cz6oxG__trigramBL.MadeInKoreaSection-module__Cz6oxG__show{transform:rotate(-124deg)translateY(0)}.MadeInKoreaSection-module__Cz6oxG__trigramBR{transition-delay:.45s;bottom:18%;right:12%;transform:rotate(124deg)translateY(-20px)}.MadeInKoreaSection-module__Cz6oxG__trigramBR.MadeInKoreaSection-module__Cz6oxG__show{transform:rotate(124deg)translateY(0)}.MadeInKoreaSection-module__Cz6oxG__container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 70px;position:relative}.MadeInKoreaSection-module__Cz6oxG__content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.MadeInKoreaSection-module__Cz6oxG__content>*{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.MadeInKoreaSection-module__Cz6oxG__content.MadeInKoreaSection-module__Cz6oxG__show>*{opacity:1;transform:translateY(0)}.MadeInKoreaSection-module__Cz6oxG__content.MadeInKoreaSection-module__Cz6oxG__show .MadeInKoreaSection-module__Cz6oxG__descArea{transition-delay:.15s}.MadeInKoreaSection-module__Cz6oxG__titleArea{flex-direction:column;align-items:flex-start;display:flex}.MadeInKoreaSection-module__Cz6oxG__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;align-items:center;gap:12px;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.MadeInKoreaSection-module__Cz6oxG__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.MadeInKoreaSection-module__Cz6oxG__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;margin:0 0 32px;line-height:1.1}.MadeInKoreaSection-module__Cz6oxG__titleMadeIn{color:#0006;letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(36px,5vw,56px);font-weight:300;display:block}.MadeInKoreaSection-module__Cz6oxG__titleKorea{background:linear-gradient(135deg,#c92d3a 0%,#0046a0 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-size:clamp(64px,9vw,120px);font-weight:600;display:block}.MadeInKoreaSection-module__Cz6oxG__descArea{border-left:1px solid #00000014;flex-direction:column;padding-left:40px;display:flex}.MadeInKoreaSection-module__Cz6oxG__description{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000000b3;max-width:480px;margin:0 0 40px;font-size:18px;font-weight:300;line-height:1.8}.MadeInKoreaSection-module__Cz6oxG__stats{border-top:1px solid #00000014;align-items:center;gap:32px;padding-top:32px;display:flex}.MadeInKoreaSection-module__Cz6oxG__stat{flex-direction:column;gap:6px;display:flex}.MadeInKoreaSection-module__Cz6oxG__statNumber{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#1d1d1d;letter-spacing:-.02em;font-size:32px;font-weight:600;line-height:1}.MadeInKoreaSection-module__Cz6oxG__statLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#00000080;letter-spacing:.02em;font-size:13px;font-weight:400}.MadeInKoreaSection-module__Cz6oxG__statDivider{background:#0000001a;width:1px;height:48px}.MadeInKoreaSection-module__Cz6oxG__bottomLine{background:linear-gradient(90deg,#0000,#00000014,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.MadeInKoreaSection-module__Cz6oxG__bottomLine.MadeInKoreaSection-module__Cz6oxG__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.MadeInKoreaSection-module__Cz6oxG__container{padding:0 50px}.MadeInKoreaSection-module__Cz6oxG__content{gap:60px}.MadeInKoreaSection-module__Cz6oxG__trigramContainer{display:none}}@media (max-width:1024px){.MadeInKoreaSection-module__Cz6oxG__section{padding:100px 0}.MadeInKoreaSection-module__Cz6oxG__container{padding:0 40px}.MadeInKoreaSection-module__Cz6oxG__content{text-align:center;grid-template-columns:1fr;gap:48px}.MadeInKoreaSection-module__Cz6oxG__titleArea{align-items:center}.MadeInKoreaSection-module__Cz6oxG__eyebrow{padding-left:0}.MadeInKoreaSection-module__Cz6oxG__eyebrow:before{display:none}.MadeInKoreaSection-module__Cz6oxG__descArea{border-left:none;align-items:center;padding-left:0}.MadeInKoreaSection-module__Cz6oxG__description{text-align:center;max-width:560px}.MadeInKoreaSection-module__Cz6oxG__stats{justify-content:center}}@media (max-width:768px){.MadeInKoreaSection-module__Cz6oxG__section{padding:80px 0}.MadeInKoreaSection-module__Cz6oxG__container{padding:0 24px}.MadeInKoreaSection-module__Cz6oxG__eyebrow{margin-bottom:16px;font-size:11px}.MadeInKoreaSection-module__Cz6oxG__titleMadeIn{font-size:clamp(28px,6vw,36px)}.MadeInKoreaSection-module__Cz6oxG__titleKorea{font-size:clamp(48px,12vw,72px)}.MadeInKoreaSection-module__Cz6oxG__title{margin-bottom:24px}.MadeInKoreaSection-module__Cz6oxG__description{margin-bottom:32px;font-size:16px}.MadeInKoreaSection-module__Cz6oxG__stats{gap:24px;padding-top:24px}.MadeInKoreaSection-module__Cz6oxG__statNumber{font-size:24px}.MadeInKoreaSection-module__Cz6oxG__statLabel{font-size:11px}.MadeInKoreaSection-module__Cz6oxG__statDivider{height:36px}}
.ExperienceSection-module__lI2zNq__section{background:#fbfcff;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.ExperienceSection-module__lI2zNq__container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 70px;position:relative}.ExperienceSection-module__lI2zNq__content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.ExperienceSection-module__lI2zNq__content>*{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.ExperienceSection-module__lI2zNq__content.ExperienceSection-module__lI2zNq__show>*{opacity:1;transform:translateY(0)}.ExperienceSection-module__lI2zNq__content.ExperienceSection-module__lI2zNq__show .ExperienceSection-module__lI2zNq__descArea{transition-delay:.15s}.ExperienceSection-module__lI2zNq__titleArea{flex-direction:column;align-items:flex-start;display:flex}.ExperienceSection-module__lI2zNq__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;align-items:center;gap:12px;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.ExperienceSection-module__lI2zNq__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ExperienceSection-module__lI2zNq__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;margin:0;line-height:1.1}.ExperienceSection-module__lI2zNq__titleYears{color:#1d1d1d;letter-spacing:-.03em;align-items:baseline;font-size:clamp(48px,7vw,96px);font-weight:600;display:flex}.ExperienceSection-module__lI2zNq__countNumber{text-align:right;font-variant-numeric:tabular-nums;min-width:1.4em;margin-right:.15em;display:inline-block;position:relative;overflow:hidden}.ExperienceSection-module__lI2zNq__countNumber.ExperienceSection-module__lI2zNq__counting{color:#1d1d1d}.ExperienceSection-module__lI2zNq__countNumber:not(.ExperienceSection-module__lI2zNq__counting){background:linear-gradient(135deg,#1d1d1d 0%,#0046a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:.6s ease-out forwards ExperienceSection-module__lI2zNq__countFinish}@keyframes ExperienceSection-module__lI2zNq__countFinish{0%{filter:brightness(1.2);transform:scale(1.02)}to{filter:brightness();transform:scale(1)}}.ExperienceSection-module__lI2zNq__yearsText{font-weight:600}.ExperienceSection-module__lI2zNq__titleExperience{color:#0046a0;letter-spacing:-.03em;font-size:clamp(48px,7vw,96px);font-weight:600;display:block}.ExperienceSection-module__lI2zNq__descArea{border-left:1px solid #00000014;flex-direction:column;padding-left:40px;display:flex}.ExperienceSection-module__lI2zNq__description{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000000b3;max-width:480px;margin:0 0 40px;font-size:18px;font-weight:300;line-height:1.8}.ExperienceSection-module__lI2zNq__bottomLine{z-index:3;background:linear-gradient(90deg,#0000,#fff3,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.ExperienceSection-module__lI2zNq__bottomLine.ExperienceSection-module__lI2zNq__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.ExperienceSection-module__lI2zNq__container{padding:0 50px}.ExperienceSection-module__lI2zNq__content{gap:60px}}@media (max-width:1024px){.ExperienceSection-module__lI2zNq__section{padding:100px 0}.ExperienceSection-module__lI2zNq__container{padding:0 40px}.ExperienceSection-module__lI2zNq__content{text-align:center;grid-template-columns:1fr;gap:48px}.ExperienceSection-module__lI2zNq__titleArea{align-items:center}.ExperienceSection-module__lI2zNq__eyebrow{padding-left:0}.ExperienceSection-module__lI2zNq__eyebrow:before{display:none}.ExperienceSection-module__lI2zNq__descArea{border-left:none;align-items:center;padding-left:0}.ExperienceSection-module__lI2zNq__description{text-align:center;max-width:560px}}@media (max-width:768px){.ExperienceSection-module__lI2zNq__section{padding:80px 0}.ExperienceSection-module__lI2zNq__container{padding:0 24px}.ExperienceSection-module__lI2zNq__eyebrow{margin-bottom:16px;font-size:11px}.ExperienceSection-module__lI2zNq__titleYears,.ExperienceSection-module__lI2zNq__titleExperience{font-size:clamp(36px,10vw,56px)}.ExperienceSection-module__lI2zNq__description{margin-bottom:32px;font-size:16px}}
.EndToEndSection-module__sA4IBq__section{background:#fbfcff;justify-content:center;align-items:center;min-height:100vh;padding:140px 0;display:flex;position:relative;overflow:hidden}.EndToEndSection-module__sA4IBq__container{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 70px;position:relative}.EndToEndSection-module__sA4IBq__content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.EndToEndSection-module__sA4IBq__content>*{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.EndToEndSection-module__sA4IBq__content.EndToEndSection-module__sA4IBq__show>*{opacity:1;transform:translateY(0)}.EndToEndSection-module__sA4IBq__content.EndToEndSection-module__sA4IBq__show .EndToEndSection-module__sA4IBq__descArea{transition-delay:.15s}.EndToEndSection-module__sA4IBq__titleArea{flex-direction:column;align-items:flex-start;display:flex}.EndToEndSection-module__sA4IBq__eyebrow{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#0046a0;align-items:center;gap:12px;margin-bottom:24px;padding-left:32px;font-size:13px;font-weight:500;display:inline-flex;position:relative}.EndToEndSection-module__sA4IBq__eyebrow:before{content:"";background:#0046a0;width:20px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.EndToEndSection-module__sA4IBq__title{font-family:var(--font-pretendard),"Pretendard",sans-serif;margin:0;line-height:1.1}.EndToEndSection-module__sA4IBq__titleEnd{color:#1d1d1d;letter-spacing:-.03em;font-size:clamp(48px,7vw,96px);font-weight:600;display:block}.EndToEndSection-module__sA4IBq__titleTo{color:#0046a0;letter-spacing:-.03em;font-size:clamp(48px,7vw,96px);font-weight:600;display:block}.EndToEndSection-module__sA4IBq__descArea{border-left:1px solid #00000014;flex-direction:column;padding-left:40px;display:flex}.EndToEndSection-module__sA4IBq__description{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#000c;max-width:480px;margin:0 0 24px;font-size:18px;font-weight:400;line-height:1.8}.EndToEndSection-module__sA4IBq__descriptionSub{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#0009;max-width:480px;margin:0;font-size:16px;font-weight:300;line-height:1.8}.EndToEndSection-module__sA4IBq__certificationArea{opacity:0;text-align:center;border-top:1px solid #0000000f;margin-top:80px;padding-top:60px;transition:opacity .8s cubic-bezier(.16,1,.3,1) .2s,transform .8s cubic-bezier(.16,1,.3,1) .2s;transform:translateY(30px)}.EndToEndSection-module__sA4IBq__certificationArea.EndToEndSection-module__sA4IBq__show{opacity:1;transform:translateY(0)}.EndToEndSection-module__sA4IBq__certificationHeader{align-items:center;gap:24px;margin-bottom:40px;display:flex}.EndToEndSection-module__sA4IBq__certificationLabel{font-family:var(--font-pretendard),"Pretendard",sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#00000080;white-space:nowrap;margin-bottom:32px;font-size:14px;font-weight:500;display:block}.EndToEndSection-module__sA4IBq__certificationLine{background:linear-gradient(90deg,#00000014,#0000);flex:1;height:1px}.EndToEndSection-module__sA4IBq__certificationLogos{justify-content:center;align-items:center;gap:48px;display:flex}.EndToEndSection-module__sA4IBq__certImage{object-fit:contain;width:auto;height:96px;transition:transform .4s}.EndToEndSection-module__sA4IBq__certImage:hover{transform:scale(1.08)}.EndToEndSection-module__sA4IBq__bottomLine{background:linear-gradient(90deg,#0000,#00000014,#0000);width:80%;max-width:1200px;height:1px;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.EndToEndSection-module__sA4IBq__bottomLine.EndToEndSection-module__sA4IBq__show{transform:translate(-50%)scaleX(1)}@media (max-width:1200px){.EndToEndSection-module__sA4IBq__container{padding:0 50px}.EndToEndSection-module__sA4IBq__content{gap:60px}}@media (max-width:1024px){.EndToEndSection-module__sA4IBq__section{padding:100px 0}.EndToEndSection-module__sA4IBq__container{padding:0 40px}.EndToEndSection-module__sA4IBq__content{text-align:center;grid-template-columns:1fr;gap:48px}.EndToEndSection-module__sA4IBq__titleArea{align-items:center}.EndToEndSection-module__sA4IBq__eyebrow{padding-left:0}.EndToEndSection-module__sA4IBq__eyebrow:before{display:none}.EndToEndSection-module__sA4IBq__descArea{border-left:none;align-items:center;padding-left:0}.EndToEndSection-module__sA4IBq__description,.EndToEndSection-module__sA4IBq__descriptionSub{text-align:center;max-width:560px}.EndToEndSection-module__sA4IBq__certificationArea{margin-top:60px;padding-top:48px}.EndToEndSection-module__sA4IBq__certificationHeader{justify-content:center}.EndToEndSection-module__sA4IBq__certificationLine{display:none}.EndToEndSection-module__sA4IBq__certificationLogos{justify-content:center}.EndToEndSection-module__sA4IBq__certImage{height:56px}}@media (max-width:768px){.EndToEndSection-module__sA4IBq__section{padding:80px 0}.EndToEndSection-module__sA4IBq__container{padding:0 24px}.EndToEndSection-module__sA4IBq__eyebrow{margin-bottom:16px;font-size:11px}.EndToEndSection-module__sA4IBq__titleEnd,.EndToEndSection-module__sA4IBq__titleTo{font-size:clamp(36px,10vw,56px)}.EndToEndSection-module__sA4IBq__description{margin-bottom:16px;font-size:16px}.EndToEndSection-module__sA4IBq__descriptionSub{font-size:14px}.EndToEndSection-module__sA4IBq__certificationArea{margin-top:48px;padding-top:40px}.EndToEndSection-module__sA4IBq__certificationHeader{margin-bottom:28px}.EndToEndSection-module__sA4IBq__certificationLabel{font-size:11px}.EndToEndSection-module__sA4IBq__certImage{max-width:100%;height:44px}}
.CompanyInfoSection-module__wPUrDG__section{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.CompanyInfoSection-module__wPUrDG__imageWrapper{z-index:0;position:absolute;inset:-15% 0}.CompanyInfoSection-module__wPUrDG__image{object-fit:cover;object-position:center}.CompanyInfoSection-module__wPUrDG__overlay{pointer-events:none;background:linear-gradient(#0000004d 0%,#00000080 50%,#0000004d 100%);position:absolute;inset:0}.CompanyInfoSection-module__wPUrDG__content{z-index:2;text-align:center;opacity:0;flex-direction:column;align-items:center;padding:0 70px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(30px)}.CompanyInfoSection-module__wPUrDG__content.CompanyInfoSection-module__wPUrDG__show{opacity:1;transform:translateY(0)}.CompanyInfoSection-module__wPUrDG__details{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.CompanyInfoSection-module__wPUrDG__detailRow{justify-content:center;align-items:baseline;gap:32px;display:flex}.CompanyInfoSection-module__wPUrDG__label{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#fff9;text-align:right;min-width:140px;font-size:16px;font-weight:400}.CompanyInfoSection-module__wPUrDG__value{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#fffffff2;text-align:left;min-width:420px;font-size:18px;font-weight:400}.CompanyInfoSection-module__wPUrDG__ctaButton{font-family:var(--font-pretendard),"Pretendard",sans-serif;color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:100px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.CompanyInfoSection-module__wPUrDG__ctaButton:hover{color:#fff;background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.CompanyInfoSection-module__wPUrDG__ctaText{transition:transform .3s}.CompanyInfoSection-module__wPUrDG__ctaIcon{opacity:.7;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex}.CompanyInfoSection-module__wPUrDG__ctaButton:hover .CompanyInfoSection-module__wPUrDG__ctaIcon{opacity:1;transform:translate(4px)}@media (max-width:1024px){.CompanyInfoSection-module__wPUrDG__content{padding:0 40px}.CompanyInfoSection-module__wPUrDG__detailRow{gap:24px}.CompanyInfoSection-module__wPUrDG__value{min-width:min(350px,60vw)}}@media (max-width:768px){.CompanyInfoSection-module__wPUrDG__section{min-height:80vh}.CompanyInfoSection-module__wPUrDG__content{padding:0 24px}.CompanyInfoSection-module__wPUrDG__details{gap:16px;margin-bottom:40px}.CompanyInfoSection-module__wPUrDG__detailRow{text-align:center;flex-direction:column;gap:4px}.CompanyInfoSection-module__wPUrDG__label,.CompanyInfoSection-module__wPUrDG__value{text-align:center;min-width:auto}.CompanyInfoSection-module__wPUrDG__label{font-size:13px}.CompanyInfoSection-module__wPUrDG__value{font-size:15px}.CompanyInfoSection-module__wPUrDG__ctaButton{padding:12px 28px;font-size:14px}}
