.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

.head-block {
  position: fixed;
  right: 4rem;
  bottom: 5%;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.head-block #go-up {
  width: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  opacity: 0.9;
  position: relative;
}
.head-block #go-up button {
  border: 1px solid #e4e8e8;
  border-radius: 1.6rem;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  border-radius: 40%;
  opacity: 0;
}
.head-block #go-up button.action {
  width: 100%;
  height: 100%;
  background: #3868eb;
  border-radius: 40%;
  opacity: 1;
}
.head-block #go-up button.action i {
  color: #fff;
}
.head-block #go-up button i {
  font-size: 2rem;
}
.head-block .hidden-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  transition: 0.3s;
  margin-bottom: 1rem;
  height: 0;
  overflow: hidden;
}
.head-block .hidden-block.open {
  height: 17.2rem;
  margin-top: 1rem;
}
.head-block .hidden-block.open ~ .open-buttons {
  color: #2c2e30;
  border: 1px solid #2c2e30;
}
.head-block .hidden-block.open ~ .open-buttons i.fa-comments {
  font-size: 2.4rem;
}
.head-block .head-btn-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.head-block .head-btn-block .button-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  border-radius: 1.6rem;
  background: #fff;
  padding: 1rem 1.4rem;
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.head-block .head-btn {
  border-radius: 40%;
  background: #fff;
  width: 5rem;
  height: 5rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.head-block .head-btn.open-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 5.4rem;
  border: 1px solid #3868eb;
  transition: 0.3s;
  overflow: hidden;
  color: #3868eb;
}
.head-block .head-btn.open-buttons i.fa-comments {
  font-size: 2.4rem;
}
.head-block .head-btn.open-buttons:hover {
  background-color: #f3f3f3;
}
.head-block .head-btn.qaBtn {
  background-image: url("/sellochomes/goUp/sellerlife-inquiry-20241202.png");
  background-size: 3.8rem;
  background-position: center;
  background-color: #f9e000;
  background-repeat: no-repeat;
}
.head-block .head-btn.opentalk {
  background-image: url("/sellochomes/goUp/sellerlife-opentalk-20241202.png");
  background-size: 3.8rem;
  background-position: center;
  background-color: #f9e000;
  background-repeat: no-repeat;
}
.head-block .head-btn.cafeBtn {
  background-image: url("/sellochomes/goUp/selacafe.png");
  background-size: 4rem;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
}