/* GLANOS shared simple footer V38 */
.brand-footer {
  margin-top: 80px;
  border-top: 1px solid #E5E7EB;
  padding: 34px 0 38px;
  color: #8A9099;
  font-size: 13px;
  background: #fff;
}
.brand-footer .brand-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.brand-footer .brand-footer-copyright {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #7B8290;
  font-size: 13px;
  font-weight: 560;
}
.brand-footer .brand-footer-logo {
  display: block;
  width: 168px;
  height: auto;
  opacity: .62;
}
.brand-footer .brand-footer-business {
  color: #8A91A0;
  font-size: 11.5px;
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 720px) {
  .brand-footer {
    margin-top: 64px;
    padding: 28px 0 32px;
  }
  .brand-footer .brand-footer-inner {
    width: min(100% - 32px, 1180px);
  }
  .brand-footer .brand-footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .brand-footer .brand-footer-logo {
    width: 146px;
  }
  .brand-footer .brand-footer-business {
    font-size: 11px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* V41: suppress mobile browser auto-link styling in business information */
.brand-footer .brand-footer-business a,
.brand-footer .brand-footer-business a:link,
.brand-footer .brand-footer-business a:visited,
.brand-footer .brand-footer-business [x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
