.wufb-page {
  --w-side: 25.6rem;
  --pd: 2.4rem;
  --cl-text: #00345C;
}
.wufb-page .nd-side-left {
  width: calc(100% - var(--w-side));
}
.wufb-page .nd-side-right {
  width: 100%;
}

.wufb-box {
  background-color: white;
  border-radius: 1.2rem;
  padding: var(--pd);
}

.wufb-contact {
  width: var(--w-side);
  height: 100%;
}
@media (min-width: 701px) {
  .wufb-contact {
    position: sticky;
    top: 6rem;
  }
}
.wufb-contact .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.wufb-social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wufb-social-it {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 0.8rem;
}
.wufb-social-it img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  display: block;
}
.wufb-social-it .text {
  font-size: 1.4rem;
  color: var(--cl-text);
  font-weight: 500;
}

.wufb-form-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cl-text);
  margin-bottom: 1rem;
}
.wufb-form-flex {
  display: flex;
  height: 4rem;
  gap: 0.8rem;
  position: relative;
}
.wufb-form-flex .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  margin: 0;
}
.wufb-form-flex input {
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  outline: none;
  border-radius: 0.8rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: var(--cl-text);
}
.wufb-form-flex input:focus {
  border-color: var(--cl-text);
}
.wufb-form-btn {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 0.8rem;
  flex-shrink: 0;
  transition: 0.4s;
}
.wufb-form-btn:hover {
  background-color: var(--cl-text);
  color: white;
}

.wufb-flex {
  display: flex;
  flex-wrap: wrap;
  --rg: 2.4rem;
  margin: 0 calc(-1 * var(--rg) / 2);
}
.wufb-flex .wufb-flex-left {
  width: calc(100% - var(--w-side));
  padding: 0 calc(var(--rg) / 2);
}
.wufb-flex .wufb-flex-right {
  width: var(--w-side);
  padding: 0 calc(var(--rg) / 2);
}
@media (min-width: 900px) {
  .wufb-flex .wufb-flex-right {
    height: 100%;
    top: 6rem;
    position: sticky;
  }
}

@media (max-width: 900px) {
  .wufb-flex .wufb-flex-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .wufb-flex .wufb-flex-right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .wufb-page .wufb-contact {
    width: 100%;
  }
  .wufb-page .nd-side-left {
    width: 100%;
    order: -1;
  }
}
.mona-content iframe {
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .page-service .ser-list .ser-row {
    flex-direction: column-reverse !important;
    margin-bottom: 2.4rem;
  }
}

.page-news .sec-nhl .dsmall {
  margin-bottom: 0;
}

/*# sourceMappingURL=wufb.css.map */
