html, body {
margin: 0 auto; padding: 0; height: 100%; /* 고정 바를 만들기 위한 전제 조건 */
}
#left_bar { /* 고정바 */
position: fixed; top: 0; bottom: 0; left: 0; right: 0; /* 화면 전체 */
background-color: silver;
}