svg{border-radius:0!important}header.header-pc{align-items:center;background-color:#fff;display:flex;gap:24px;height:72px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:top .3s ease}header.header-pc.hidden{top:-72px}header.header-pc a{border-radius:4px;color:#9ca3af;display:inline-block;font-size:16px;font-weight:600;letter-spacing:-.16px;line-height:160%;padding:6px 12px;transition:.2s ease}header.header-pc a:not(.logo):hover{background-color:#f9fafb;color:#1f2937}header.header-pc .logo{left:60px;line-height:0;position:absolute;top:50%;transform:translate3d(0,-50%,0)}header.header-pc .logo svg{border-radius:0}header.header-pc a.on{color:#030712}@media (max-width:1024px){header.header-pc{display:none}}.mobile-header{align-items:center;background-color:#fff;box-sizing:border-box;display:none;height:64px;justify-content:space-between;left:0;padding:0 20px;position:fixed;top:0;transition:top .3s ease;width:100%;z-index:1000}.mobile-header.hidden{top:-64px}@media (max-width:1024px){.mobile-header{display:flex}}.mobile-header .logo,.mobile-header .menu-btn{align-items:center;display:flex}.mobile-header .menu-btn{background:none;border:none;cursor:pointer;height:24px;justify-content:center;padding:0;width:24px}.mobile-menu{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;left:0;pointer-events:none;position:fixed;top:0;transform:translateX(100%);transition:transform .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:1001}.mobile-menu.open{pointer-events:auto;transform:translateX(0);visibility:visible}.mobile-menu .menu-header{align-items:center;display:flex;height:64px;justify-content:space-between;padding:0 20px}.mobile-menu .menu-header .logo{margin-top:4px}.mobile-menu .close-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;width:24px}.mobile-menu .menu-content{flex:1;overflow-y:auto;padding:12px 20px}.menu-item-wrap{border-bottom:1px solid #e5e7eb;padding:16px 0}.menu-item-wrap.last{border-bottom:none}.menu-item{align-items:center;color:#1e293b;display:flex;font-size:18px;font-weight:600;gap:8px;padding:4px 0;text-decoration:none}.menu-footer{padding:20px 20px 24px}.menu-footer .cta-btn{background-color:#030712;color:#fff;margin-bottom:8px}.menu-footer .cta-btn,.menu-footer .login-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:48px;justify-content:center;text-decoration:none;width:100%}.menu-footer .login-btn{background-color:#f1f5f9;color:#1e293b}