@charset "utf-8";

#quick_bnr{position:fixed;right:-150px;bottom:165px;z-index:1000;transition:all .5s;width:95px;text-align:center;font-family:'Poppins', 'Pretendard'}
#quick_bnr.fixed{right:25px}
#quick_bnr .tit{padding:20px 0 15px}

/* 퀵메뉴 */
#quick_bnr .icon{border:1px solid #e1e1e1;background:#fff}
#quick_bnr .call{padding:20px 0 15px;color:#fff;background:#050548}
#quick_bnr .call span{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:0 auto 10px;border-radius:50px;color:#050548;background:#fff}
#quick_bnr .call .num{font-size:18px;font-weight:700;line-height:1.3}
#quick_bnr ul li+li{border-top:1px solid #e1e1e1}
#quick_bnr ul li a{display:block;padding:20px 0}
#quick_bnr ul li a:hover p{color:#111}
#quick_bnr ul li:nth-child(5){background-color:#ecd403;}
#quick_bnr ul li:nth-child(5) p{color:#333;margin-top:3px;}
#quick_bnr ul li:nth-child(5):hover p{color:#333;}
#quick_bnr ul li p{font-size:13px;font-weight:600;color:#aaa;white-space:pre-line}

/* 상단으로 */
#quick_bnr .toTop{width:46px;height:46px;margin:15px auto;padding-top:5px;border-radius:50%;border:1px solid #e1e1e1;font-size:10px;color:#a0a1a5;background-color:rgba(255,255,255,.85);-webkit-transition:color .2s;transition:color .2s}
#quick_bnr .toTop p{font-size:11px;font-weight:600}
#quick_bnr .toTop:hover{color:#323339;cursor:pointer}

/* 반응형 [s] */
@media (max-width:1024px){
#quick_bnr{position:initial;width:100%}
#quick_bnr .tit{display:none}
#quick_bnr .icon{margin:0;padding:0;border-radius:0;border:none;border-top:1px solid #e1e1e1}
#quick_bnr .icon .logo{display:none}
#quick_bnr .call{display:none}
#quick_bnr .kakao{display:none}
#quick_bnr ul{overflow:hidden;margin:0}
#quick_bnr ul li{float:left;width:calc(100%/5);height:90px;}
#quick_bnr ul li+li{margin-top:0;border-top:none;border-left:1px solid #e1e1e1}
#quick_bnr ul li a{border-radius:0;background:#fff}
#quick_bnr ul li.kakao_m{display:block;border-left:none}
#quick_bnr ul li.kakao_m a{background:#efd702}
#quick_bnr ul li a img{height:20px}
#quick_bnr ul li:nth-child(5) {background-color:#fff;}
#quick_bnr ul li:nth-child(5) a{padding:23px 0}
#quick_bnr ul li:nth-child(5) p{margin-top:6px;}
#quick_bnr .toTop{display:none}
}
/* 반응형 [e] */