#app-foot {
  background-color: #2f2f34;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
}

#app-foot .info-con {
  width: 1150px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* #app-foot .info-con .shade-con {
  width: 100%;
  height: 100%;
  background-color: #ffb31a;
} */

#app-foot .one-con {
  display: flex;
  flex-direction: column;
  position: relative;
}

#app-foot .one-con .logo {
  height: 44px;
  object-fit: contain;
  align-self: flex-start;
}

#app-foot .one-con .app-qr-code {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 76px;
  margin-top: 23px;
  font-size: 12px;
}

#app-foot .one-con .app-qr-code .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
}

#app-foot .one-con .app-qr-code .item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

#app-foot .one-con .tex-con {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 21px;
}

#app-foot .one-con .tex-con .item {
  display: flex;
  align-items: center;
  gap: 8px;
}

#app-foot .one-con .tex-con .item .title {
  min-width: 88px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #bfbfbf;
  text-align: right;
  padding-right: 5px;
}

#app-foot .one-con .tex-con .item .content {
  width: auto;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

#app-foot .two-con {
  margin-left: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 62px;
}

#app-foot .two-con .link-col {
  height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

#app-foot .two-con .link-col .title {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#app-foot .two-con .link-col .link {
  color: #bfbfbf;
  font-size: 16px;
  cursor: pointer;
}

#app-foot .three-con {
  margin-left: 76px;
  align-self: flex-start;
}

#app-foot .three-con .title {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}

#app-foot .three-con .content {
  width: 343px;
  margin-top: 16px;
  color: #bfbfbf;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

#app-foot .blogroll-con {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}

#app-foot .blogroll-con .line-between {
  width: 100%;
  height: 1px;
  background-color: #434446;
  margin-bottom: 20px;
}

#app-foot .blogroll-con .link-con {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

#app-foot .blogroll-con .link-con .title {
  white-space: nowrap;
  justify-self: flex-start;
  align-self: flex-start;
  color: #90949e;
  font-size: 14px;
  cursor: pointer;
}

#app-foot .blogroll-con .link-con .links {
  display: flex;
  width: 1132px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  row-gap: 4px;
  flex-wrap: wrap;
}

#app-foot .blogroll-con .link-con .links .link {
  color: #90949e;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}

#app-foot .company-info-con {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #90949e;
  font-size: 12px;
  justify-self: flex-start;
  margin-bottom: 16px;
}

#app-foot .company-info-con .map-info,
#app-foot .company-info-con .copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#app-foot .company-info-con .base-a {
  color: #90949e;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}
#app-foot .company-info-con .map-a {
  color: #ffb31a;
  margin-left: 21px;
  text-decoration: underline;
}
