/* BASIC css start */
body { height: 150vh; }

.btn_Menu{position:fixed;  bottom:170px; right:12px; z-index:1;text-align: center;}
.btn_Menu li{display: table; height:45px; width:45px; margin-bottom: 6px; background: #000; border-radius: 50%; visibility: collapse;}

.btn_Menu li:nth-child(4){transition-delay: 0.08s;}
.btn_Menu li:nth-child(3){transition-delay: 0.16s;}
.btn_Menu li:nth-child(2){transition-delay: 0.24s;}
.btn_Menu li:nth-child(1){transition-delay: 0.32s;}

.btn_Menu li.close:nth-child(4){transition-delay: 0.32s;}
.btn_Menu li.close:nth-child(3){transition-delay: 0.24s;}
.btn_Menu li.close:nth-child(2){transition-delay: 0.16s;}
.btn_Menu li.close:nth-child(1){transition-delay: 0.08s;}
.btn_Menu li.open:nth-child(4){transition-delay: 0.1s;}
.btn_Menu li.open:nth-child(3){transition-delay: 0.2s;}
.btn_Menu li.open:nth-child(2){transition-delay: 0.3s;}
.btn_Menu li.open:nth-child(1){transition-delay: 0.4s;}

.btn_Menu a { display: flex; justify-content: center; align-items: center; color:#fff; font-size: 12px; height: 45px; line-height: 1.16; text-decoration: none;}

.btn_quo a{ display:block; position: fixed; bottom: 145px; right: 7px; width: 56px; height: 56px; text-align: center; opacity: 1; z-index: 1; font-size: 14px;}

.btn_Top { display:none; position:fixed; height:45px; width:45px; bottom:80px; right:12px; z-index:2; background:#000; border-radius: 50%; }
.btn_Top a { display: flex; justify-content: center; align-items: center; line-height:29px; color:#fff; height: 45px;}
.btn_Top i {vertical-align: middle; line-height: 42px;  color: #fff; font-size: 20px;}

.btn_Plus { display:block; position:fixed; height:45px; width:45px; bottom:128px; right:12px; z-index:2; background:#000; border-radius: 50%; transition: 0.5s;}
.btn_Plus a { display: flex; justify-content: center; align-items: center; line-height:29px; color:#fff; height: 45px; }
.btn_Plus i {vertical-align: middle; line-height: 45px;  color: #fff; font-size: 20px;}

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

