.footer-content {
  height: 750px;
  background: #222222;
}
.footer-content .safe-area {
  height: 100%;
}
.footer-content .bottom-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-content .bottom-container .nav-box {
  display: flex;
  flex-wrap: wrap;
}
.footer-content .bottom-container .nav-box .link-item {
  width: 25%;
  margin-bottom: 32px;
}
.footer-content .bottom-container .nav-box .link-item .nav-name {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer-content .bottom-container .nav-box .link-item .nav-name span {
  font-size: 24px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}
.footer-content .bottom-container .nav-box .link-item .nav-name img {
  width: 20px;
  height: 20px;
}
.footer-content .bottom-container .nav-box .link-item a {
  display: flex;
  align-items: center;
}
.footer-content .bottom-container .nav-box .link-item a span {
  font-size: 24px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}
.footer-content .bottom-container .nav-box .link-item a img {
  width: 20px;
  height: 20px;
}
.footer-content .bottom-container .nav-box .link-item .link-list {
  display: none;
  left: 0;
  top: 100%;
  background: #393939;
  border-top: 1px solid #DF5149;
}
.footer-content .bottom-container .nav-box .link-item .link-list .link-list-item {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 14px;
}
.footer-content .bottom-container .nav-box .link-item .link-list .link-list-item a {
  position: relative;
}
.footer-content .bottom-container .nav-box .link-item .link-list .link-list-item a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/image/common/down-arrow.png") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: -18px;
  transform: translateY(-50%) rotate(-90deg);
}
.footer-content .bottom-container .info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.footer-content .bottom-container .info-box .info-item .info-title {
  font-size: 30px;
  font-family: Poppins, Poppins;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
}
.footer-content .bottom-container .info-box .info-item .info-list {
  margin-top: 39px;
}
.footer-content .bottom-container .info-box .info-item .info-list .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  max-width: 480px;
}
.footer-content .bottom-container .info-box .info-item .info-list .item .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.footer-content .bottom-container .info-box .info-item .info-list .item p {
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #C9C9C9;
  line-height: 30px;
}
.footer-content .bottom-container .info-box .info-item .info-list .item .icon-list {
  display: flex;
  align-items: center;
}
.footer-content .bottom-container .info-box .info-item .info-list .item .icon-list img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}
.footer-content .bottom-container .info-box .info-item .info-list .item .icon-list img:last-of-type {
  margin-right: 0;
}
.footer-content .bottom-container .info-box .info-item .info-list .item .download {
  width: 264px;
  height: 88px;
}