/** @format */

@charset "utf-8";

/* lawfirm-N11 */
body {
  position: relative;
}

.lawfirm-N11 {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.lawfirm-N11 .quick-menu {
  width: 10rem;
  box-shadow: 0.6rem 0.6rem 2rem 0 rgba(var(--black-rgb), 0.1);
}

.lawfirm-N11 .menu-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  height: 10rem;
  background: var(--white);
}

.lawfirm-N11 .menu-list li i::before {
  font-size: 2.4rem;
  transition: color 0.3s;
}

.lawfirm-N11 .menu-list li:hover i::before {
  color: var(--primary);
}

.lawfirm-N11 .ico-call {
  background: url(../icons/ico_call.svg) no-repeat center/contain;
}

.lawfirm-N11 .ico-message {
  background: url(../icons/ico_message.svg) no-repeat center/contain;
}

.lawfirm-N11 .ico-directions {
  background: url(../icons/ico_document.svg) no-repeat center/contain;
}

.lawfirm-N11 .menu-list li:hover a {
  color: var(--primary);
}

.lawfirm-N11 .top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 4.6rem;
  background: #b6bcff;
}

.lawfirm-N11 .top-btn .ico-up {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_up.svg) no-repeat center/contain;
}

.lawfirm-N11 .top-btn span {
  font-weight: var(--fw-medium);
}

@media (max-width: 992px) {
  .lawfirm-N11 {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .lawfirm-N11 .quick-menu {
    width: 100%;
  }

  .lawfirm-N11 .menu-list {
    display: flex;
    box-shadow: 0px -11px 20px 2px rgba(86 86 86 / 33%);
  }

  .lawfirm-N11 .menu-list li {
    flex: 1;
  }

  .lawfirm-N11 .menu-list li:nth-child(1) a {
    gap: 0.4rem;
    width: 100%;
    height: 8rem;
    background-color: #07449c;
    color: #fff;
  }
  .lawfirm-N11 .menu-list li:nth-child(2) a {
    gap: 0.4rem;
    width: 100%;
    height: 8rem;
    background-color: #0fa2b7;
    color: #fff;
  }
  .lawfirm-N11 .menu-list li i[class*="ico-"] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.4rem;
  }

  .lawfirm-N11 .top-btn {
    display: none;
  }

  .lawfirm-N11 .top-btn .ico-up {
    width: 1.6rem;
    height: 1.6rem;
  }
}
