footer{position:relative;z-index:10;width:100%;background-color:var(--background-hover);padding:1rem 0}footer .top-container{flex-direction:row;padding-top:2rem;padding-bottom:1rem;background:rgba(0,0,0,0)}footer .top-container .left-container{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;margin-top:0;margin-bottom:auto}footer .top-container .left-container .logo img{margin-left:-.3rem}footer .top-container .left-container .logo .description{font-size:.875rem;font-weight:400;margin-top:-.25rem;opacity:.75}footer .top-container .right-container{flex:1 1;display:flex;flex-direction:column;height:100%;width:100%;background:rgba(0,0,0,0)}footer .top-container .right-container .footer-nav{display:flex;justify-content:flex-end;align-items:baseline;gap:2rem;font-size:.9rem;opacity:.8}footer .top-container .right-container .footer-nav .group-name{font-size:1rem;font-weight:700;margin-bottom:.5rem}footer .top-container .right-container .footer-nav .group-item{padding:.25rem 0}footer .bottom-container{flex-direction:row;padding-bottom:.5rem}footer .bottom-container .sns{display:flex;gap:1rem;opacity:.8}footer .bottom-container .policy{display:flex;gap:1rem;font-size:.9rem;opacity:.8}footer .bottom-container .policy a{border-left:1px solid var(--gray-alpha-400);padding-left:1rem}footer .bottom-container .policy a:first-child{border-left:none}footer .copyright{font-size:.875rem;text-align:center;padding:.5rem 0;opacity:.5}@media(max-width:1179px){footer .top-container{flex-direction:column;gap:.5rem;text-align:center;padding-bottom:1rem}footer .top-container .right-container .footer-nav{justify-content:center;margin:1.5rem 0}footer .bottom-container{flex-direction:column;gap:.5rem}footer .bottom-container .policy{margin:1rem 0}}