.footer {
  background: #262626;
  padding: 100px 0;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer__info__company,
.footer__info__menu {
  width: 50%;
}

.footer__info__company {
  font-size: 0.875rem;
  color: #999999;
}

.footer__info__logo {
  margin-bottom: 2rem;
}

.office__korea,
.office__phil {
  margin-bottom: 1rem;
}

.office__area,
.office__connect {
  display: flex;
  gap: 1rem;
}

.office__area {
  margin-bottom: 0.5rem;
}

.office__title {
  font-weight: 700;
}

.office__connect__tel::before {
  content: 'Tel. ';
}

.office__connect__tel::after {
  content: ' | ';
  margin-left: 1rem;
}

.office__connect__fax::before {
  content: 'Fax. ';
}

.office__connect__fax::after {
  content: ' | ';
  margin-left: 1rem;
}

.office__connect__email::before {
  content: 'Email. ';
}


.footer__info__menu {
  text-align: right;
}

.footer__info__menu__nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer__info__copyright {
  color: #999999;
  font-size: 0.875rem;
}