/* 퀵메뉴 */
.quick_fixed { position: fixed; bottom: 90px; right: 30px; z-index: 999; }
.quick_doc { cursor: pointer; }
.bubble { background: url('../fixed/images/bubble.svg') no-repeat; background-size: cover;width: 63px;height: 30px;position: relative;top: 16px;left: -20px;}
.dot { display: flex; justify-content: center; align-items: center; padding-top: 12px; }
.dot span:nth-child(1) { animation-delay: -.4s; }
.dot span:nth-child(2) { animation-delay: -.2s; }
.dot span { width: 5px; height: 5px; border-radius: 5px; background: #fff; margin: 0 5px; display: inline-block; animation: ani 1.4s ease-in-out infinite both; }
@keyframes ani { 0%,100% { transform: scale(0); } 50% { transform: scale(1); } }
.fixed_doc_img {border-radius:100px;display: block; margin: 10px 0; width: 80px; height: 80px; }
.quick_fixed ul { display: none;margin: 0 auto;}
.quick_fixed ul li {border-radius:100px;width:80px;height:80px;background:#fff;border:1px solid #f0f4fa;margin-bottom:10px;}
.quick_fixed ul li a { display: block; padding-top:15px;}
.quick_fixed ul li img { margin: 0 auto 10px; width: 20px; height: 20px; display: block; }
.quick_fixed ul li p { font-size: 12px; font-weight:600; text-align: center; }
.mb_fixed{display:none;}
@media screen and (max-width:768px){
  .quick_fixed{display:none;}
  .mb_fixed{display:block;background:#fff;position:fixed;bottom:0;left:0;width:100%;z-index:9999;}
  .mb_fixed ul{display:flex;padding:12px 0;}
  .mb_fixed ul li{width:20%;position:relative;}
  .mb_fixed ul li a{display:block}
  .mb_fixed ul li a img{height:18px;margin:0 auto;display:block;margin-bottom:7px;}
  .mb_fixed ul li p{font-size:12px;text-align:center;font-weight:600;}
  .mb_call{}
  .mb_call div{position:absolute;left:50%;transform:translateX(-50%);width:60px;height:60px;border-radius:100px;border:5px solid #fff;bottom:7px;background:linear-gradient(45deg, #2c4197, #0686b6);display:flex;align-items:center;justify-content:center;}
  .mb_fixed ul li.mb_call a img{width:25px;height:auto;margin-bottom:0;filter:invert(1) brightness(10);}
}
