body{padding-top:60px}.header-bg{display:none}header{position:fixed;top:0;left:0;width:100%;height:60px;background:#fff;z-index:9999;border-bottom:1px solid #ececec;display:flex;align-items:center;justify-content:space-between;padding:0 40px;box-sizing:border-box;transition:0.3s}header a{text-decoration:none}header a:hover{text-decoration:none}.site-branding{display:flex;align-items:center;gap:5px}.site-branding .logo{display:flex;align-items:center}.site-branding .logo img{width:250px;height:auto;display:block}.site-branding__text{display:flex;flex-direction:column;line-height:1.4}.site-branding__sub{font-size:12px;color:var(--color-text-light);letter-spacing:0.04em}.site-branding__main{font-size:18px;font-weight:700;color:var(--color-text)}@media screen and (max-width:768px){.site-branding .logo img{width:180px;height:auto;display:block}.site-branding__sub{display:none}.site-branding__main{font-size:12px}}nav{display:flex;align-items:center;height:100%}.menu__box{display:flex;align-items:center;gap:40px;height:100%;margin:0;padding:0;list-style:none}.menu__item{position:relative;display:flex;align-items:center;height:100%;color:#222;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:0.04em;transition:0.3s}.menu__item::after{content:"";position:absolute;left:0;bottom:24px;width:0;height:2px;background:#d84c3f;transition:0.3s}.menu__item:hover{color:#d84c3f;text-decoration:none}.menu__item:hover::after{width:100%}.menu__item img{width:24px;height:auto}#menu__toggle{display:none}.menu__btn{display:none}@media screen and (max-width:960px){body{padding-top:60px}header{height:60px;padding:0 16px}.logo img{height:36px}.menu__btn{position:relative;display:flex;align-items:center;justify-content:center;margin-top:0px;width:44px;height:44px;cursor:pointer;z-index:99999}.menu__btn span,.menu__btn span::before,.menu__btn span::after{content:"";position:absolute;width:28px;height:2px;background:#222;transition:0.3s}.menu__btn span::before{top:-8px}.menu__btn span::after{top:8px}.menu__box{position:fixed;top:0;right:-100%;width:min(320px, 80%);height:100vh;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:60px 24px 32px;box-sizing:border-box;transition:0.35s ease;box-shadow:-10px 0 30px rgba(0, 0, 0, 0.08)}.menu__box li{width:100%;border-bottom:1px solid #8e8e8e}.menu__box li:last-child{border-bottom:none}.menu__box .menu__item{width:100%;height:auto;padding:1.5rem 0;font-size:16px}.menu__box .menu__item::after{display:none}#menu__toggle:checked~.menu__box{right:0}#menu__toggle:checked+.menu__btn span{background:transparent}#menu__toggle:checked+.menu__btn span::before{top:0;transform:rotate(45deg)}#menu__toggle:checked+.menu__btn span::after{top:0;transform:rotate(-45deg)}}