.ly_header{background:var(--sub-color5);border-bottom:.05rem solid var(--grey);padding:1.2rem 2.4rem;position:fixed;top:0;width:100%;z-index:999999}.ly_header_inner{align-items:center;display:flex;justify-content:space-between}.ly_header_img{height:2rem}.ly_header img{height:100%}.ly_header_ttl{display:none}@media (min-width:768px){.ly_header{border-bottom:.05rem solid var(--grey_lighter)}.ly_header_inner{justify-content:space-around}.ly_header_img{height:4rem}.ly_header_ttl{align-items:center;display:flex;gap:3.2rem;justify-content:center;padding:1.6rem 0}.ly_header_ttl a{color:var(--sub-color1);font-size:1.6rem;font-style:normal;font-weight:400;position:relative}.ly_header_ttl a:not(:first-child):before{background:var(--grey_darker);content:"";height:1.6rem;left:-1.6rem;position:absolute;top:.4rem;width:1.5px}.ly_header_ttl a:hover{text-decoration:underline}}.ly_header_box{background:var(--sub-color5);display:flex;flex-direction:column;gap:1.6rem;left:120%;padding:2.4rem;position:absolute;top:4rem;transition:left .3s ease;width:100%;z-index:1000}.ly_header_box_Menus{align-items:center;display:grid;gap:1.6rem;grid-template-columns:1fr 1fr 1fr;justify-content:center;justify-items:center}.ly_header_box_Menus svg{align-items:center;display:flex;height:4.8rem;justify-content:center;width:4.9rem}.ly_header_box_Menus a{align-items:center;background:var(--sub-color5);border:.2rem solid var(--sub-color1);border-radius:.8rem;color:var(--sub-color1);display:flex;flex-direction:column;font-size:1.2rem;font-style:normal;font-weight:700;gap:.6rem;padding:1.6rem .8rem 1.2rem;width:100%}.ly_header_overlay{background:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:4.5rem;width:100%;z-index:999}.btn_logout{max-width:100%!important;width:100%!important}