.footerv3-container {
  padding: 70px 0px;
  width: 100%;
}

.footerv3-container._with-bg-gradient {
  background: radial-gradient(347.47% 180.51% at -9.03% 34.14%, rgba(169, 216, 243, 0.50) 0%, rgba(211, 195, 224, 0.50) 76.61%);
}

.footerv3-container ._contents {
  margin: 0 auto;
  width: clamp(1120px, 95%, 1240px);
}

.footerv3-container ._contents ._top-section {
  display: flex;
  align-items: center;
}

.footerv3-container ._contents ._top-section ._left-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}

.footerv3-container ._contents ._top-section ._left-menu a {
  all: unset;
  font-family: CircularStd-Book;
  font-size: 18px;
  color: var( --black);
  cursor: pointer;
}

.footerv3-container ._contents ._top-section ._left-menu a:not(:first-child) {
  margin-left: 24px;
}

.footerv3-container ._contents ._top-section ._right-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.footerv3-container ._contents ._top-section ._right-menu ._item:not(:first-child) {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.footerv3-container ._contents ._top-section ._right-menu ._item:not(:first-child) ::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: var( --black);
}

.footerv3-container ._contents ._top-section ._right-menu ._item a {
  all: unset;
  font-family: CircularStd-Book;
  font-size: 18px;
  color: var( --black);
  cursor: pointer;
}

.footerv3-container ._contents ._bottom-setion {
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.footerv3-container ._contents ._bottom-setion ._left ._logo svg {
  height: 35px;
  object-fit: contain;
  width: fit-content;
}

.footerv3-container ._contents ._bottom-setion ._left ._extra-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-family: CircularStd-Book;
  font-size: 16px;
}

.footerv3-container ._contents ._bottom-setion ._left ._extra-info ._item {
  color: #878792;
}

.footerv3-container ._contents ._bottom-setion ._left ._extra-info ._item a {
  all: unset;
}

.footerv3-container ._contents ._bottom-setion ._left ._extra-info ._item:not(:first-child) {
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
}

.footerv3-container ._contents ._bottom-setion ._left ._extra-info ._item:not(:first-child) ::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #878792;
}

.footerv3-container ._contents ._bottom-setion ._right {
  margin-left: auto;
}

.footerv3-container ._contents ._bottom-setion ._right ._social-icons {
  display: flex;
  align-items: center;
}

.footerv3-container ._contents ._bottom-setion ._right ._social-icons ._item {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.footerv3-container ._contents ._bottom-setion ._right ._social-icons ._item:not(:first-child) {
  margin-left: 25px;
}

.footerv3-container ._contents ._bottom-setion ._right ._social-icons ._item a {
  all: unset;
}

.footerv3-container ._contents ._bottom-setion ._right ._social-icons ._item svg path {
  fill: var( --black);
}

@media (max-width: 1024px) {
  .footerv3-container ._contents {
    max-width: 100%;
  }

  .footerv3-container ._contents ._top-section {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .footerv3-container ._contents ._top-section ._right-menu {
    margin-left: 0px;
    margin-top: 24px;
  }

  .footerv3-container ._contents ._bottom-setion {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
  }

  .footerv3-container ._contents ._bottom-setion ._left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .footerv3-container ._contents ._bottom-setion ._left ._logo svg {
    height: 32px;
  }

  .footerv3-container ._contents ._bottom-setion ._left ._extra-info {
    font-family: CircularStd-Book;
    font-size: 14px;
  }

  .footerv3-container ._contents ._bottom-setion ._right {
    margin-left: 0px;
    margin-top: 24px;
  }
}
