@charset "utf-8";

/*========================================================================
사이드 플로팅
========================================================================*/
.side-floating { position:fixed; bottom:0; right:0; width:auto; z-index:61; }
.side-floating ul { padding:9px 0; background:#161616; }
.side-floating ul li { padding:5px 0; background-color:#161616; }
.side-floating ul li a { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; width:58px; height:58px; background-color:#161616; border:1px solid #161616; overflow:hidden; box-sizing:border-box; }
.side-floating ul li a.top-btn { color:#fff; background:#161616; border:0; }
.side-floating ul li a.top-btn span { color:#fff; }
.side-floating ul li span { display:block; width:100%; margin:0 0 8px; color:#888888; font-size:13px; text-align:center; line-height:1; background:#161616; }
.side-floating.end-stop { position:absolute; bottom:0; }