/*
Copyright inpleworks, Co.
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
#xet-layout {
  padding-bottom: 3rem;
}

.xet-quick {
  z-index: 88;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
}
.xet-quick > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  overflow: hidden;
  color: #fff !important;
}
.xet-quick > div > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: inherit;
}
.xet-quick > div svg {
  width: 1.25rem;
  fill: #fff !important;
}
.xet-quick > div span {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}
.xet-quick #kakao-talk-channel-chat-button {
  position: relative;
}
.xet-quick #kakao-talk-channel-chat-button a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.xet-quick #kakao-talk-channel-chat-button a > img {
  display: none;
}

@media (min-width: 992px) {
  #xet-layout {
    padding-bottom: 0;
  }

  .xet-quick {
    left: auto;
    right: 1rem;
    bottom: 10rem;
    padding: 1rem;
    flex-direction: column;
    border-radius: 2rem;
    transition: var(--xet-theme-transition-all);
  }
  .xet-quick > div {
    width: 48px;
    min-height: 48px;
  }
  .xet-quick > div + div {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--xet-theme-border-color);
  }
  .xet-quick > div svg {
    width: 1.75rem;
  }
  .xet-quick > div span {
    font-size: 1rem;
  }
}
body.color_scheme_dark .xet-quick {
  background-color: #0a0a0a;
}
body.color_scheme_dark .xet-quick > div {
  color: #fff !important;
}
body.color_scheme_dark .xet-quick > div + div {
  border-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xet-quick > div svg {
  fill: #fff !important;
}