footer {
  width: 100%;
  height: 16rem;
  background: var(--Dark, #222);
  display: flex;
  align-items: center;
}
footer .d-flex {
  justify-content: space-between;
  align-items: center;
}
footer .d-flex address {
  color: #fff;
  font-family: Pretendard;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
footer .d-flex img {
  width: 24.0625rem;
  height: 5rem;
  flex-shrink: 0;
  aspect-ratio: 77/16;
  opacity: 1;
}

/* quick */

.quick {
  width: 90px;
  height: 589px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  position: fixed;
  top: 211px;
  right: 31px;
  z-index: 99999;
}
.quick ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* gap: 20px; */
  width: 100%;
}
.quick ul li {
  border-bottom: 1px solid #b7b7b7;
}
.quick ul li:last-child {
  border-bottom: none;
}
.quick ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
  width: 67px;
}
.quick ul li:nth-of-type(1) a {
  padding-top: 28px;
}
.quick ul li a img {
  width: 32px;
  height: 31px;
  margin-bottom: 4px;
}
.quick ul li a p {
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.quick ul li:nth-of-type(5) a p {
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
}
.quick button {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0 0 16px 16px;
  background-color: #11261e;
  border: none;
}
.quick button:last-child {
  height: 77px;
}

.quick button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.quick button:last-child a {
  height: 77px;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
}

@media screen and (max-width: 768px) {
  /* footer */

  footer {
    justify-content: center;
  }

  footer .d-flex {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  footer .d-flex address {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  footer .d-flex img {
    width: 203px;
    height: 42px;
    flex-shrink: 0;
    aspect-ratio: 29/6;
    margin: 0 auto;
  }

  .quick {
    display: none !important;
  }
  .topbar {
    position: fixed;
    bottom: 40px;
    right: 3.3vw;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: var(--Main, #3e5a50);
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10049;
    opacity: 0.75;
  }
  .topbar button {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
  }
  .topbar button a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .topbar button a img {
    width: 30%;
  }
}
