@charset "utf-8";

/*========================================================================
사이드 플로팅
========================================================================*/
.side-floating { position:absolute; bottom:-25px; right:0; 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:50px; height:50px; background-color:#fff; border:0; border-radius:50%; overflow:hidden; box-sizing:border-box; }
.side-floating ul li a.top-btn { background:#fff; border:0; box-shadow:0 0 15px rgba(54,54,54,0.25); }
.side-floating.end-stop { position:absolute; bottom:-25px; }

@media all and (max-width:768px) {
	.side-floating.end-stop { bottom:-18px; right:15px; }
	.side-floating ul li a { width:36px; height:36px; }
	.side-floating ul li a img { width:11px; }
}