.footer__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: solid 1px #efefef;
}

.footer__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-outer__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #efefef;
  align-items: center;
}
.footer__container .footer__nav {
  display: flex;
  padding: 30px 0px;
}

.footer__container .footer__nav ul {
  width: 1240px;
  display: flex;
  justify-content: center;
}

.footer__container .footer__nav ul li {
  cursor: pointer;
  padding: 0px 20px;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
}
.footer__container .footer__nav ul li:hover {
  color: #000;
}
.footer__container .footer__content {
  width: 1240px;
  display: flex;
  color: #666;
  padding: 40px 0px;
}

.footer__container .footer__content .logo__bk {
  width: 150px;
  height: 30px;
  background: url(/assets/cm/images/celebmall_logo_t_bk.png);
  background-size: 150px 30px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.footer__container .footer__content section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer__container .footer__content section h1 {
  font-family: 'Gruppo', cursive;
  font-size: 24px;
}

.footer__container .footer__content section h4 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #000;
}

.footer__container .footer__content section span {
  margin-bottom: 5px;
}

.footer__container .footer__content section span.link__item {
  margin-bottom: 5px;
  cursor: pointer;
}

.footer__container .footer__content section li {
  margin-bottom: 10px;
}

.footer__container .footer__content section li img {
  max-width: 120px;
}

.footer__container .guide__text {
  padding: 40px 0px;
  color: #999;
  text-align: center;
  width: 1240px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer__container {
    margin-bottom: 50px;
    border-top: solid 1px #efefef;
  }

  .footer__wrapper {
    width: 100%;
    padding: 0px 12px;
  }

  .footer__container .footer__nav ul {
    flex-wrap: wrap;
  }
  .footer__container .footer__nav ul li {
    padding: 0px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .footer__container .footer__nav ul li:after {
    content: '|';
    padding: 0px 10px;
  }
  .footer__container .footer__nav ul li:last-child::after {
    content: none;
  }

  .footer__container .footer__nav {
    border-bottom: none;
    padding: 20px 0px;
    width: 100%;
  }
  .footer__container .footer__content {
    width: 100%;
  }
  .footer__container .footer__content .logo {
    display: none;
  }
  .footer__container .footer__content {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer__container .guide__text {
    padding: 20px 0px;
    width: 100%;
  }
  .footer__container .footer__content section {
    border-top: solid 1px #efefef;
    padding: 20px 0px;
  }
  .footer__container .footer__content section:nth-child(2) {
    border-top: none;
  }

  .footer__container .footer__content section.download {
    display: flex;
    flex-direction: row;
  }

  .footer__container .footer__content section li {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .footer__container .footer__content section li:last-child {
    margin-right: 0px;
  }
  .footer__container .footer__content section li img {
    max-width: 100%;
    width: 100%;
    max-height: 50px;
  }
  .footer__container .footer__content section h4 {
    font-size: 14px;
  }
  .footer__container .footer__content section span {
    font-size: 12px;
  }

  .footer-outer__box:last-child {
    border-bottom: none;
  }
}
