@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
:root{--background:#fff;--foreground:#171717;--header-height:64px;--font-main:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",system-ui,sans-serif;--font-accent:"Roboto Slab","Times New Roman",serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--text-display-1-size:70px;--text-display-1-line:1;--text-display-2-size:40px;--text-display-2-line:1.5;--text-display-3-size:45px;--text-display-3-line:1.3;--text-heading-1-size:40px;--text-heading-1-line:1.6;--text-heading-2-size:34px;--text-heading-2-line:1.6;--text-heading-3-size:27px;--text-heading-3-line:1.5;--text-heading-4-size:24px;--text-heading-4-line:1.3;--text-heading-5-size:20px;--text-heading-5-line:1;--text-body-1-size:18px;--text-body-1-line:1.6;--text-body-2-size:16px;--text-body-2-line:1.6;--text-body-3-size:15px;--text-body-3-line:1.6;--text-body-3-line-tight:1;--text-body-4-size:14px;--text-body-4-line:1;--text-body-4-line-relaxed:1.7;--text-label-1-size:12px;--text-label-1-line:1;--text-label-1-line-relaxed:1.5}@media (max-width:820px){:root{--header-height:56px}}html,body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:all .2s}
.Header-module__hBw1pG__header{z-index:100;width:100%;padding-top:20px;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__inner{min-height:var(--header-height);color:#111116;justify-content:space-between;align-items:center;gap:24px;max-width:1440px;margin:0 auto;padding:0 56px 0 64px;display:flex;position:relative}.Header-module__hBw1pG__inner:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;z-index:0;background:#f9f8f633;border-radius:20px;transition:opacity .25s;position:absolute;inset:-10px -18px;box-shadow:0 10px 20px #0000000a}.Header-module__hBw1pG__headerScrolled .Header-module__hBw1pG__inner:before{opacity:1}.Header-module__hBw1pG__inner>*{z-index:1;position:relative}.Header-module__hBw1pG__brand{align-items:center;min-height:25px;display:flex}.Header-module__hBw1pG__brandLogo{width:115px;height:auto;display:block}.Header-module__hBw1pG__nav{font-size:var(--text-body-3-size);font-weight:var(--font-weight-medium);gap:32px;display:flex}.Header-module__hBw1pG__nav a{position:relative}.Header-module__hBw1pG__activeNavLink{font-weight:var(--font-weight-bold)}.Header-module__hBw1pG__nav a:after{content:"";background:#111116b3;width:0;height:2px;transition:width .2s;position:absolute;bottom:-6px;left:0}.Header-module__hBw1pG__nav a:hover:after{width:100%}.Header-module__hBw1pG__contact{color:#111116;font-size:var(--text-body-4-size);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:1px solid #111116;border-radius:999px;justify-content:center;align-items:center;padding:10px 22px;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.Header-module__hBw1pG__contact:hover{color:#fff;background:#000;border-color:#000}.Header-module__hBw1pG__menuToggle{cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Header-module__hBw1pG__menuIcon{background:#111116;border-radius:999px;width:22px;height:2px;display:block;position:relative}.Header-module__hBw1pG__menuIcon:before,.Header-module__hBw1pG__menuIcon:after{content:"";background:#111116;border-radius:999px;width:100%;height:2px;position:absolute;left:0}.Header-module__hBw1pG__menuIcon:before{top:-6px}.Header-module__hBw1pG__menuIcon:after{top:6px}.Header-module__hBw1pG__mobileMenu{z-index:200;opacity:0;pointer-events:none;transition:opacity .25s;display:none;position:fixed;inset:0}.Header-module__hBw1pG__mobileMenuOpen{opacity:1;pointer-events:auto}.Header-module__hBw1pG__mobileMenuBackdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f10188c;border:none;position:absolute;inset:0}.Header-module__hBw1pG__mobileMenuPanel{background:#fff;border-radius:0 0 26px 26px;padding:18px 24px 28px;transition:transform .25s;position:relative;transform:translateY(-12px);box-shadow:0 18px 40px #0f101833}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileMenuPanel{transform:translateY(0)}.Header-module__hBw1pG__mobileMenuTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Header-module__hBw1pG__menuClose{font-size:20px;font-weight:var(--font-weight-semibold);color:#111116;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__hBw1pG__mobileNav{font-size:var(--text-body-2-size);font-weight:var(--font-weight-semibold);color:#111116;flex-direction:column;align-items:center;gap:22px;margin-bottom:26px;display:flex}.Header-module__hBw1pG__mobileContact{color:#111116;width:100%;font-size:var(--text-body-3-size);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:1px solid #111116;border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;display:flex}@media (max-width:1024px){.Header-module__hBw1pG__inner{gap:16px}.Header-module__hBw1pG__nav{font-size:var(--text-body-4-size);gap:20px}}@media (max-width:1500px){.Header-module__hBw1pG__header{width:calc(100% - 60px);left:30px}}@media (max-width:820px){.Header-module__hBw1pG__header{padding-top:20px}.Header-module__hBw1pG__inner{flex-wrap:nowrap;padding:0 24px}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__contact{display:none}.Header-module__hBw1pG__menuToggle{display:inline-flex}.Header-module__hBw1pG__mobileMenu{display:block}}@media (max-width:520px){.Header-module__hBw1pG__nav{flex-wrap:wrap;gap:14px}}
.Footer-module__S6Hkya__footer{z-index:9999;color:#111116;background:#fff;border-radius:50px 49px 0 0;margin-top:-50px;padding:56px 0 40px;position:relative}.Footer-module__S6Hkya__inner{flex-direction:column;gap:32px;max-width:1440px;margin:0 auto;padding:0 64px;display:flex}.Footer-module__S6Hkya__topRow{justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__S6Hkya__brand{font-weight:var(--font-weight-bold);letter-spacing:-.4px;align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__brandName{font-size:var(--text-heading-5-size);line-height:var(--text-heading-5-line)}.Footer-module__S6Hkya__nav{font-size:var(--text-body-3-size);font-weight:var(--font-weight-medium);align-items:center;gap:32px;display:flex}.Footer-module__S6Hkya__nav a{position:relative}.Footer-module__S6Hkya__activeNavLink{font-weight:var(--font-weight-bold)}.Footer-module__S6Hkya__nav a:after{content:"";background:#111116b3;width:0;height:2px;transition:width .2s;position:absolute;bottom:-6px;left:0}.Footer-module__S6Hkya__nav a:hover:after{width:100%}.Footer-module__S6Hkya__contactRow{justify-content:space-between;align-items:center;gap:24px;margin-top:120px;display:flex}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__contactLabel{font-size:var(--text-body-4-size);color:#8b8b92;letter-spacing:-.2px}.Footer-module__S6Hkya__contactItems{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.Footer-module__S6Hkya__contactItem{font-size:var(--text-body-3-size);color:#1a1a1f;align-items:center;gap:10px;display:inline-flex}.Footer-module__S6Hkya__icon{width:18px;height:18px}.Footer-module__S6Hkya__socials{align-items:center;gap:14px;display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid #111116;border-radius:12px;place-items:center;width:36px;height:36px;transition:transform .2s,box-shadow .2s;display:grid}.Footer-module__S6Hkya__socialLink:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1111161f}.Footer-module__S6Hkya__socialIcon{width:18px;height:18px}.Footer-module__S6Hkya__divider{background:#ededf0;width:100%;height:1px}.Footer-module__S6Hkya__bottomRow{font-size:var(--text-body-4-size);color:#6f6f76;justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__S6Hkya__legal{align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__legalDivider{background:#cfcfd6;width:1px;height:12px}@media (max-width:1024px){.Footer-module__S6Hkya__inner{padding:0 40px}.Footer-module__S6Hkya__nav{gap:20px}}@media (max-width:820px){.Footer-module__S6Hkya__inner{padding:0 24px}.Footer-module__S6Hkya__topRow{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__nav{flex-wrap:wrap;gap:16px;width:100%}.Footer-module__S6Hkya__contactRow{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__socials{align-self:flex-end}.Footer-module__S6Hkya__bottomRow{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.Footer-module__S6Hkya__footer{background:#f1f1f1;padding:48px 0 32px}.Footer-module__S6Hkya__inner{text-align:center;align-items:center;max-width:390px}.Footer-module__S6Hkya__topRow{align-items:center}.Footer-module__S6Hkya__nav{justify-content:center}.Footer-module__S6Hkya__contactRow{align-items:center;margin-top:48px}.Footer-module__S6Hkya__contactItems{flex-direction:column;align-items:center;gap:12px}.Footer-module__S6Hkya__contactInfo{align-items:center}.Footer-module__S6Hkya__contactLabel{display:none}.Footer-module__S6Hkya__contactItem{justify-content:center}.Footer-module__S6Hkya__socials{justify-content:center;align-self:center}.Footer-module__S6Hkya__divider{display:none}.Footer-module__S6Hkya__bottomRow{text-align:center;align-items:center}.Footer-module__S6Hkya__legal{border-top:1px solid #d9d9d9;justify-content:center;width:100%;margin-top:20px;padding-top:20px}}
.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:20px;right:24px;bottom:calc(var(--fab-bottom-gap) + env(safe-area-inset-bottom));z-index:10020;color:#fff;letter-spacing:-.2px;isolation:isolate;background:linear-gradient(130deg,#2a2f66 0%,#4e40b3 52%,#6f86ff 100%);border-radius:999px;align-items:center;gap:12px;padding:12px 18px 12px 12px;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;overflow:hidden;box-shadow:0 12px 30px #242b625c,inset 0 1px #ffffff59}.MbtiFloatingButton-module__vFnz_G__button:before{content:"";border-radius:inherit;pointer-events:none;z-index:0;position:absolute;inset:1px}.MbtiFloatingButton-module__vFnz_G__button:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff0,#ffffff57,#fff0);width:52%;height:190%;animation:4.5s ease-in-out infinite MbtiFloatingButton-module__vFnz_G__shine;position:absolute;top:-38%;left:-36%;transform:rotate(25deg)}.MbtiFloatingButton-module__vFnz_G__iconWrap{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff38;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.MbtiFloatingButton-module__vFnz_G__label{flex-direction:column;gap:2px;display:flex}.MbtiFloatingButton-module__vFnz_G__kicker{font-size:12px;line-height:1;font-weight:var(--font-weight-medium);opacity:.88}.MbtiFloatingButton-module__vFnz_G__label strong{font-size:15px;line-height:1;font-weight:var(--font-weight-bold)}.MbtiFloatingButton-module__vFnz_G__button:hover{transform:translateY(-2px);box-shadow:0 18px 36px #242b626b,inset 0 1px #ffffff59}.MbtiFloatingButton-module__vFnz_G__button:active{transform:translateY(0)}.MbtiFloatingButton-module__vFnz_G__button:focus-visible{outline-offset:2px;outline:3px solid #c7ceff}@keyframes MbtiFloatingButton-module__vFnz_G__shine{0%{opacity:0;transform:translate(-40%)rotate(25deg)}12%{opacity:1}35%{opacity:0;transform:translate(270%)rotate(25deg)}to{opacity:0;transform:translate(270%)rotate(25deg)}}@media (max-width:820px){.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:18px;gap:10px;padding:10px 14px 10px 10px;right:16px;box-shadow:0 8px 20px #242b6252,inset 0 1px #ffffff59}.MbtiFloatingButton-module__vFnz_G__iconWrap{width:30px;height:30px}.MbtiFloatingButton-module__vFnz_G__kicker{font-size:11px}.MbtiFloatingButton-module__vFnz_G__label strong{font-size:14px}}@media (max-width:420px){.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:16px;padding:10px 12px 10px 10px;right:12px}.MbtiFloatingButton-module__vFnz_G__kicker{display:none}.MbtiFloatingButton-module__vFnz_G__label strong{font-size:13px}}@supports (-webkit-touch-callout:none){.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:30px}@media (max-width:820px){.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:26px}}@media (max-width:420px){.MbtiFloatingButton-module__vFnz_G__button{--fab-bottom-gap:24px}}}
