/* BASIC css start */
/* 맨위로 */
.btn_Top { display:block; position:fixed; height:50px; width:50px; bottom:100px; right:15px; z-index:1; border-radius:50%; background:#fff; border:1px solid #dbdbdb;}
.btn_Top a { display: flex; justify-content: center;line-height:29px; color:#fff; }
.btn_Top i {vertical-align: middle; line-height: 48px;  color: #222; font-size: 17px; margin-top: 1px;}

/* 맨 아래로 */
.btn_Bottom { display:block; position:fixed; height:50px; width:50px; bottom:35px; right:15px; z-index:1; border-radius:50%; background:#fff; border:1px solid #dbdbdb;}
.btn_Bottom a { display: flex; justify-content: center;line-height:29px; color:#fff; }
.btn_Bottom i {vertical-align: middle; line-height: 48px;  color: #222; font-size: 17px; margin-top: 2px;}

/* ons 플로팅 없애기 */
.kakaoBtn{display: none !important;}
.topBtn{display: none !important;}
/* BASIC css end */

