/* 친효애드온 : TOP버튼 시작 */ /* https://rgy0409.tistory.com */ /* e-mail: rgy0409@gmail.com */ #topBtn { display: none; position: fixed; right: 0; bottom: 65px; transform: scale(0.7); -webkit-transform: scale(0.7); transform-origin: right bottom; -webkit-transform-origin: right bottom; } #topBtn ul li { width: 50px; height: 50px; margin: 5px; font-size: 25px; line-height: 50px; text-align: center; } #topBtn ul li a { display: block; border: 1px solid #fff; border-radius: 5px; color: #fff; background-color: #555; transition: all 0.2s; } #topBtn ul li a.rgyTop { font-size: 33px; cursor: pointer; } #topBtn ul li a:hover { background-color: #f00; } /* TOP버튼 끝 */