#wrapper{grid-template-rows:auto 1fr auto;grid-template-areas:"header""main""footer";height:100vh;display:grid;overflow-x:hidden}header{grid-area:header}main{grid-area:main}footer{grid-area:footer}html,body,#root{box-sizing:border-box;width:100%;max-width:100%;height:100%;margin:0;display:block;overflow-x:hidden}a,a:hover{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}li{margin:0;padding:0}.logo{font-family:Malgun Gothic,Apple SD Gothic Neo,Noto Sans KR,Segoe UI,Arial,sans-serif!important}
