*{box-sizing:border-box;margin:0;padding:0}html,body{color:#191f28;background-color:#fff;max-width:100vw;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol,li{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
.header-module__mxXJQG__header{--header-height:64px;--header-mobile-height:56px;--brand-primary:#2c5f2d;--text-main:#191f28;--text-sub:#8b95a1;--bg-white-glass:#fffffff2;--shadow-float:0 4px 20px #00000008;--transition-base:all .2s cubic-bezier(.25,.1,.25,1);z-index:100;background-color:var(--bg-white-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;box-shadow:var(--shadow-float);transition:var(--transition-base);position:fixed;top:0;left:0}.header-module__mxXJQG__topBar{background-color:#f9fafb;border-bottom:1px solid #00000008;align-items:center;height:36px;display:flex}.header-module__mxXJQG__topBarInner{justify-content:flex-end;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.header-module__mxXJQG__topLink{color:var(--text-sub);letter-spacing:-.2px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.header-module__mxXJQG__topLink:hover{color:var(--brand-primary)}.header-module__mxXJQG__navBar{height:var(--header-height);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.header-module__mxXJQG__logo{color:var(--brand-primary);letter-spacing:-.5px;align-items:center;font-size:22px;font-weight:800;text-decoration:none;display:flex}.header-module__mxXJQG__pcMenu{gap:40px;display:flex}.header-module__mxXJQG__navLink{color:var(--text-main);padding:8px 0;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.header-module__mxXJQG__navLink:hover{color:var(--brand-primary)}.header-module__mxXJQG__navLink:after{content:"";background-color:var(--brand-primary);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.header-module__mxXJQG__navLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}.header-module__mxXJQG__mobileMenuBtn{cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin-right:-8px;padding:8px;transition:color .2s;display:none}.header-module__mxXJQG__mobileDropdown{background-color:#fff;border-top:1px solid #0000000d;flex-direction:column;gap:8px;padding:16px 24px 24px;animation:.3s cubic-bezier(.16,1,.3,1) header-module__mxXJQG__slideDown;display:flex;box-shadow:0 10px 30px #0000000d}.header-module__mxXJQG__mobileLink{height:52px;color:var(--text-main);border-radius:12px;align-items:center;padding-left:12px;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.header-module__mxXJQG__mobileLink:hover,.header-module__mxXJQG__mobileLink:active{color:var(--brand-primary);background-color:#f2f4f6}.header-module__mxXJQG__icon{width:24px;height:24px}@keyframes header-module__mxXJQG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header-module__mxXJQG__header{height:auto}.header-module__mxXJQG__pcMenu{display:none}.header-module__mxXJQG__mobileMenuBtn{display:flex}.header-module__mxXJQG__topBarInner{justify-content:center;gap:20px}.header-module__mxXJQG__navBar{height:var(--header-mobile-height)}}
.Footer-module__SYDyFG__footer{--bg-footer:#f9fafb;--text-main:#191f28;--text-sub:#4e5968;--text-dimmed:#8b95a1;--border-color:#e5e8eb;background-color:var(--bg-footer);border-top:1px solid var(--border-color);padding:80px 0 60px}.Footer-module__SYDyFG__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__SYDyFG__topSection{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px;display:flex}.Footer-module__SYDyFG__brandArea{max-width:320px}.Footer-module__SYDyFG__logo{color:var(--text-main);letter-spacing:-.02em;margin-bottom:16px;font-size:24px;font-weight:900}.Footer-module__SYDyFG__brandDesc{color:var(--text-sub);word-break:keep-all;margin-bottom:24px;font-size:15px;line-height:1.6}.Footer-module__SYDyFG__socialLinks{gap:12px;display:flex}.Footer-module__SYDyFG__socialBtn{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-sub);cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__SYDyFG__socialBtn:hover{background-color:var(--text-main);color:#fff}.Footer-module__SYDyFG__accordionTrigger{border:none;border-top:1px solid var(--border-color);width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:20px 0;font-size:15px;font-weight:700;display:none}.Footer-module__SYDyFG__iconWrapper svg{transition:transform .3s}.Footer-module__SYDyFG__accordionTrigger.Footer-module__SYDyFG__active .Footer-module__SYDyFG__iconWrapper svg{transform:rotate(180deg)}.Footer-module__SYDyFG__linkGrid{grid-template-columns:repeat(3,120px);gap:60px;display:grid}.Footer-module__SYDyFG__linkGroup h3{color:var(--text-main);margin-bottom:20px;font-size:15px;font-weight:700}.Footer-module__SYDyFG__linkGroup ul{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.Footer-module__SYDyFG__linkGroup a{color:var(--text-sub);font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__SYDyFG__linkGroup a:hover{color:var(--text-main)}.Footer-module__SYDyFG__infoSection{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:32px 0}.Footer-module__SYDyFG__address{color:var(--text-dimmed);flex-wrap:wrap;gap:4px 16px;font-size:13px;font-style:normal;line-height:2;display:flex}.Footer-module__SYDyFG__bottomSection{justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__SYDyFG__legalLinks{gap:20px;display:flex}.Footer-module__SYDyFG__legalLinks a{color:var(--text-sub);font-size:14px;text-decoration:none}.Footer-module__SYDyFG__legalLinks .Footer-module__SYDyFG__bold{color:var(--text-main);font-weight:700}.Footer-module__SYDyFG__copyright{color:var(--text-dimmed);font-size:13px}@media (max-width:1024px){.Footer-module__SYDyFG__footer{padding:60px 0 40px}.Footer-module__SYDyFG__topSection{text-align:center;flex-direction:column;align-items:center;gap:40px;margin-bottom:20px}.Footer-module__SYDyFG__brandArea{flex-direction:column;align-items:center;max-width:100%;margin-bottom:20px;display:flex}.Footer-module__SYDyFG__socialLinks{justify-content:center}.Footer-module__SYDyFG__linksWrapper,.Footer-module__SYDyFG__infoWrapper{width:100%}.Footer-module__SYDyFG__accordionTrigger{display:flex}.Footer-module__SYDyFG__accordionContent,.Footer-module__SYDyFG__infoContent{opacity:0;max-height:0;transition:max-height .4s,opacity .4s;overflow:hidden}.Footer-module__SYDyFG__accordionContent.Footer-module__SYDyFG__open,.Footer-module__SYDyFG__infoContent.Footer-module__SYDyFG__open{opacity:1;max-height:800px}.Footer-module__SYDyFG__linkGrid{text-align:left;grid-template-columns:1fr;gap:0;padding-bottom:20px}.Footer-module__SYDyFG__linkGroup{border-bottom:1px solid #f1f3f5;padding:16px 0}.Footer-module__SYDyFG__linkGroup:last-child{border-bottom:none}.Footer-module__SYDyFG__linkGroup h3{color:var(--text-main);margin-bottom:12px}.Footer-module__SYDyFG__infoSection{border-top:none;border-bottom:1px solid var(--border-color);text-align:left;padding-top:0;padding-bottom:24px}.Footer-module__SYDyFG__address{flex-direction:column;gap:6px}.Footer-module__SYDyFG__pcBreak{display:none}.Footer-module__SYDyFG__bottomSection{text-align:center;flex-direction:column;gap:24px}.Footer-module__SYDyFG__legalLinks{justify-content:center;width:100%}.Footer-module__SYDyFG__legalLinks a{align-items:center;height:40px;display:flex}}.Footer-module__SYDyFG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out Footer-module__SYDyFG__fadeIn;display:flex;position:fixed;inset:0}.Footer-module__SYDyFG__modalContent{background-color:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) Footer-module__SYDyFG__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.Footer-module__SYDyFG__modalHeader{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px;display:flex}.Footer-module__SYDyFG__modalTitle{color:#191f28;margin:0;font-size:20px;font-weight:800}.Footer-module__SYDyFG__closeBtn{color:#999;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;transition:color .2s}.Footer-module__SYDyFG__closeBtn:hover{color:#333}.Footer-module__SYDyFG__modalBody{flex:1;padding:24px;overflow-y:auto}.Footer-module__SYDyFG__noticeList{flex-direction:column;display:flex}.Footer-module__SYDyFG__noticeItem{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:16px 0;transition:background .2s}.Footer-module__SYDyFG__noticeItem:hover{background-color:#fafafa}.Footer-module__SYDyFG__noticeItem:last-child{border-bottom:none}.Footer-module__SYDyFG__noticeHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.Footer-module__SYDyFG__badge{border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.Footer-module__SYDyFG__badge.Footer-module__SYDyFG__red{color:#991b1b;background:#fee2e2}.Footer-module__SYDyFG__badge.Footer-module__SYDyFG__gray{color:#4b5563;background:#f3f4f6}.Footer-module__SYDyFG__noticeTitle{color:#333;font-size:15px;font-weight:600}.Footer-module__SYDyFG__noticeDate{color:#888;font-size:12px}.Footer-module__SYDyFG__noticeDetailTitle{color:#111;margin-bottom:8px;font-size:18px;font-weight:800}.Footer-module__SYDyFG__noticeDetailMeta{color:#666;border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:16px;font-size:13px}.Footer-module__SYDyFG__noticeDetailContent{color:#333;white-space:pre-wrap;min-height:200px;font-size:15px;line-height:1.6}.Footer-module__SYDyFG__backListBtn{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:16px;font-size:13px;display:flex}.Footer-module__SYDyFG__formGroup{margin-bottom:16px}.Footer-module__SYDyFG__label{color:#333;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.Footer-module__SYDyFG__input,.Footer-module__SYDyFG__textarea{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px;font-size:14px}.Footer-module__SYDyFG__input:focus,.Footer-module__SYDyFG__textarea:focus{border-color:#1a3c34}.Footer-module__SYDyFG__textarea{resize:vertical;min-height:120px}.Footer-module__SYDyFG__submitBtn{color:#fff;cursor:pointer;background-color:#1a3c34;border:none;border-radius:10px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:700}.Footer-module__SYDyFG__submitBtn:disabled{cursor:not-allowed;background-color:#ccc}.Footer-module__SYDyFG__privacyCheck{color:#666;cursor:pointer;align-items:flex-start;gap:8px;margin-top:12px;font-size:12px;display:flex}@keyframes Footer-module__SYDyFG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Footer-module__SYDyFG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
