@charset "utf-8";

/*========================================================================
사이드 플로팅
========================================================================*/
.side-floating { position:fixed; bottom:20px; right:5px; width:auto; z-index:61; }
.side-floating ul li { margin:10px 0 0; }
.side-floating ul li a { display:flex; align-items:center; justify-content:center; width:48px; height:48px; background:none; border:1px solid #d2d2d2; border-radius:50%; overflow:hidden; box-sizing:border-box; }
.side-floating ul li a.top-btn { }
.side-floating.end-stop { position:absolute; bottom:20px; }