.menu-button{align-items:center;background-color:#fff;border-radius:999px;display:flex;flex-direction:column;gap:3.5px;height:32px;justify-content:center;position:relative;width:32px}.menu-button.active span{background:#232323}.menu-button.active span:first-of-type{opacity:1;transform:rotate(45deg) translate(1px,-1.2px)}.menu-button.active span:nth-last-of-type(2){opacity:0;transform:rotate(0) scale(.2)}.menu-button.active span:last-of-type{transform:rotate(-45deg) translate(1px,1.2px)}.menu-button span{background:#cdcdcd;border-radius:3px;display:block;height:2px;position:relative;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;width:16px}.menu-button span:first-of-type,.menu-button span:last-of-type{transform-origin:0 50%}.app-header{align-items:center;display:flex;justify-content:space-between;opacity:0;padding:0 var(--page-padding-x);position:fixed;top:50px;width:100%;z-index:1}.app-header .header-logo{height:48px;width:auto}.app-header .header-nav{align-items:center;background-color:#fff;border-radius:999px;display:flex;gap:20px;height:52px;padding:0 28px}.app-header .header-nav .nav-item{color:#767676;font-family:Zen Kaku Gothic New;font-size:16px;font-weight:700;transition:color .15s;white-space:nowrap}.app-header .header-nav .nav-item.router-link-active,.app-header .header-nav .nav-item:hover{color:#000}.app-header .header-left,.app-header .header-right{display:inline-block}.app-header .header-right .contact-btn{align-items:center;background:var(--brand-color);border-radius:999px;cursor:pointer;display:flex;height:52px;justify-content:center;transition:background .3s;width:52px}.app-header .header-right .contact-btn:hover{background:var(--brand-hover-color)}.app-header .header-right .contact-btn .nuxt-icon{height:23px;width:23px}@media (max-width:768px){.app-header{top:20px}.app-header .header-left{position:relative;z-index:1}.app-header .header-logo{height:30px}.app-header .header-nav{display:none}.app-header .header-right{align-items:center;display:flex;gap:20px;position:relative;z-index:0}.app-header .header-right .contact-btn{height:32px;width:32px}.app-header .header-right .contact-btn .nuxt-icon{height:16px;width:16px}.app-header .header-right .header-menu-btn{position:relative;z-index:1}.app-header .menu-panel{background-color:#fff;height:100vh;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100vw;z-index:0}.app-header .menu-panel .menu-content{display:flex;flex-direction:column;gap:30px;margin:80px 20px 0;padding:10px;transform-origin:0 50%}.app-header .menu-panel .menu-content .menu-item{align-items:center;color:#767676;display:flex;font-size:18px;font-weight:700;justify-content:space-between}.app-header .menu-panel .menu-content .menu-item.router-link-active{color:#3d3d3d}.app-header .menu-panel .menu-content .menu-item.router-link-active .dot{opacity:1}.app-header .menu-panel .menu-content .menu-item .dot{background:var(--brand-color);border-radius:999px;height:8px;opacity:0;width:8px}}.app-footer{background-color:#fff;border-radius:20px 20px 0 0;margin-top:100px;padding:60px 120px 40px;position:relative;width:100%}.app-footer .footer-content{display:flex;justify-content:space-between}.app-footer .footer-logo{height:32px;width:auto}.app-footer .footer-right{display:flex;gap:42px}.app-footer .footer-right .menu-item .menu-title{font-size:14px;font-weight:700;margin-bottom:18px}.app-footer .footer-right .menu-item .menu-list{display:flex;flex-direction:column;gap:12px}.app-footer .footer-right .menu-item .menu-list .menu-list-item{color:#767676;cursor:pointer;font-size:12px;font-weight:600;position:relative;transition:color .3s;width:-moz-fit-content;width:fit-content}.app-footer .footer-right .menu-item .menu-list .menu-list-item:hover{color:#1a1a1a}.app-footer .footer-right .menu-item .menu-list .menu-list-item .underline{background:radial-gradient(ellipse closest-side,#000,transparent 100%);bottom:-3px;height:1px;left:0;pointer-events:none;position:absolute;width:0}.app-footer .copyright{color:#3d3d3d;font-size:12px;font-weight:600;margin-top:80px}@media (max-width:768px){.app-footer{margin-top:50px;padding:36px 28px}.app-footer .footer-content{flex-direction:column}.app-footer .footer-right{gap:0;justify-content:space-between;margin-top:38px;padding:0 32px}.app-footer .footer-right .menu-item .menu-title{font-size:14px;font-weight:700;margin-bottom:32px}.app-footer .footer-right .menu-item .menu-list{gap:14px}.app-footer .copyright{font-size:10px;margin-top:38px}}.default-layout{overflow:hidden}.default-layout .default-layout-content{min-height:100vh}.default-layout .default-layout-content>div{min-height:100vh;padding-top:var(--page-padding-top)}
