.footer-corporate-wrap {
  display: flex;
  gap: 40px;
}
.footer-logo {
  width: 89px;
  height: 74px;
}
.footer-logo img {
  height: auto;
  width: 100%;
}
.footer-logo + .footer-textarea {
  width: calc(100% - 129px);
}
.footer-textarea .text-box {
  padding: 0;
  gap: 12px;
}
.footer-textarea .button {
  background-color: var(--color-border-width-border-width-active);
  color: var(--color-neutral-0);
  width: auto;
  font-size: var(--typography-font-size-label3-sm);
  line-height: var(--typography-line-height-label3-sm);
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  font-family: var(--font-family-latin);
  padding: var(--space-sm) 20px;
  justify-content: center;
}
.footer-textarea .description {
  font-size: var(--typography-font-size-caption-lg);
  line-height: var(--typography-line-height-caption-lg);
  color: var(--color-foreground-foreground-default);
}
.footer-textarea .description p {
  margin-top: 0;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .footer-corporate-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .footer-logo + .footer-textarea {
    width: 100%;
  }
  .footer-logo {
    width: 110px;
    height: 92px;
  }
}
