@font-face{font-family:NanumSquareRound;src:url(/fonts/NanumSquareRoundB.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FlightSans;src:url(/fonts/FlightSans-Regular.ttf) format("truetype")}:root{--font:"NanumSquareRound",sans-serif;--typing-font:"FlightSans","Apple SD Gothic Neo","Malgun Gothic",sans-serif}*{box-sizing:border-box;padding:0;margin:0;font-family:var(--font)}[contenteditable=true],input,textarea{font-family:var(--typing-font)}body,html{width:100%;height:100%;overflow-x:hidden}body{position:relative}main{width:1920px;max-width:100%;margin:0 auto}a{color:inherit;text-decoration:none}.limited-container{max-width:1024px;margin:0 auto;position:relative;min-height:100vh;background-color:white}.limited-container .sidebar{position:absolute;top:0;right:0;height:100%;width:300px;background-color:white;box-shadow:-2px 0 5px rgba(0,0,0,.1);transition:all .3s ease;z-index:999}.limited-container .content-area{margin-right:300px;transition:margin-right .3s ease}.limited-container .content-area.expanded{margin-right:0}