.FooterPane {
  padding-block: 96px 32px;
  background: #f9f9f9;
  border-radius: 56px 56px 0px 0px;
}

.footer_Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 56px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--Gray-90);
}

.footer_Bottom_CopyRight {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz-b4);
  font-weight: 400;
  gap: 2px;
}

.footer_Bottom_CopyRight span {
  color: var(--Gray-30) !important;
  opacity: 0.5 !important;
}

.footer_Top_Itm {
  flex: auto;
}

.footer_Top_Itm:first-child {
  display: flex;
  flex-direction: column;
}

.footer_Desc {
  margin-block: 26px 40px;
}

.footer_Logo img {
  width: 137px;
  height: 56px;
}

.footer_Imgs {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer_Imgs img {
  width: 84px;
  height: auto;
}

.footer_Top_Itm_Link h3 {
  position: relative;
  margin-bottom: 28px;
}

.footer_Top_Itm_Link h3::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 62px;
  height: 2px;
  background: url(../assets/images/footer-line.svg) no-repeat center center;
  background-size: contain;
}

.footer_Top_Itm_List ul{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer_Top_Itm_Link:last-child li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer_Top_Itm_Link:last-child li .ezIcon {
  --icon: 20px;
}

@media (max-width: 992px) {
  .footer_Top_Itm:first-child{
    margin-bottom: 48px;
  }

  .footer_Top_Itm:last-child{
    margin-top: 56px;
  }

  .footer_Top_Itm:first-child,.footer_Top_Itm:last-child {
    width: 100%;
  }

  .footer_Top_Itm:nth-child(2),
  .footer_Top_Itm:nth-child(3) {
    width: 50%;
  }

  .footer_Top {
    flex-wrap: wrap;
    padding-bottom: 64px;
    margin-bottom: 1rem;
  }

  .footer_Bottom_CopyRight {
    flex-direction: column;
  }

  .FooterPane {
    padding-top: 32px;
  }
}
