@charset "utf-8";

#quick_bnr{position:fixed;right:-80px;bottom:20px;z-index:1000;-webkit-transition:all .5s;transition:all .5s;width:70px;text-align:center;font-family:'Exo 2', 'notokr-medium'}
#quick_bnr.fixed{right:10px}

/* 퀵메뉴 */
#quick_bnr ul li{overflow:hidden;width:71px;height:71px;margin-bottom:15px;border-radius:100px;background-color:#222}
#quick_bnr ul li a{display:block;width:100%;height:100%;font-size:30px;line-height:71px;text-align:center;color:rgba(255,255,255,.8)}
#quick_bnr ul li.kakao_btn{display:flex;align-items:center;justify-content:center;background:var(--primary)}

/* 탑버튼 */
#quick_bnr #toTop{pointer-events:none;opacity:0;cursor:pointer;z-index:101;display:flex;width:65px;height:65px;margin-bottom:-50px;border-radius:100%;background-color:#fff;transition:all .2s;box-shadow:2px 2px 18px rgba(0, 0, 0, .1)}
#quick_bnr #toTop svg{margin:auto;color:#000}
#quick_bnr #toTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#quick_bnr #toTop:hover{box-shadow:4px 4px 18px rgba(0, 0, 0, .15)}