a#MOVE_TOP_BTN {
    position: fixed;
    right: 2%;
    bottom: 45px;
    display: none;
    display: none; border:1px #f0f0f0 solid; background:#fff; text-align:center; padding:5px 10px;
    z-index: 999; color:#ceb7d7; font-size:20px;box-shadow: 0px 0px 4px #eee; border-radius:8px
}
.site-grid { width:700px; } /* 기본 크기 */
.reading .site-grid, /* 본문 크기 */
.writing .site-grid, /* 글쓰기 화면 크기 */
/*.read-grid { width:700px; } */
.게시판id .site-grid { width: 원하는 크기; } /* 해당 게시판 크기 */