﻿footer {
  position: relative;
  background: #156BBC;
  background-image: url('../image/mobile-footer-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  
}

@media (min-width: 1024px) {
  footer {
    position: relative;
    background: #156BBC;
    background-image: url('../image/footer-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    padding: 40px;
  }
}

.app-footer-logo {
  padding: 66px 16px 0;
}

.mobile-footer-top {
  padding: 0 16px 24px;
}

.footer-info-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.26);
}

.must-info {
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 78px;
  width: max-content;
}

.must-info .info-item {
  font-size: 14px;
  margin-left: 12px;
}

.work-time {
  margin-top: 6.52%;
}

.work-time h3 {
  color: #FFFFFF;
  font-size: 18px;
}

.work-time p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin: 16px 0;
}

.work-time time {
  font-size: 14px;
  color: #FFFFFF;
}

.college-setting {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: -40px;
}

.college-setting h6 {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 12px;
}

.college-setting ul > li {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255,255,255,0.8);
}

.college-setting ul > li:hover {
  color: #fff;
}

.footer-bt {
  padding-top: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.mobile-must-info {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.mobile-must-info > div {
  margin-top: 14px;
}

.mobile-must-info em {
  margin-right: 16px;
}

.mobile-office-time {
  margin-top: 16px;
  color: #fff;
}

.mobile-office-time > h4 {
  font-size: 18px;
  font-weight: 500;
}

.mobile-office-time > p {
  font-size: 14px;
  margin: 16px 0 8px;
}

.mobile-office-time > time {
  font-size: 14px;
}

.mobile-footer-bottom {
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.26);
  padding: 16px;
  font-size: 14px;
}