header {
  position: relative;
}
header a {
  position: absolute;
  top: 2vw;
}
header .logo {
  left: 12vw;
  width: 12vw;
}
header .aacsb {
  width: 19vw;
  right: 13vw;
}
header .banner-title {
  position: absolute;
  width: 41vw;
  left: 12vw;
  top: 7vw;
}
.wrap {
  padding: 60px 0;
}
.main-container {
  width: 1200px;
  margin: 0 auto;
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-list li {
  width: 45%;
  margin-bottom: 50px;
}
.project-list li .logo img {
  height: 40px;
}
.project-list li .text {
  margin: 1vw 0;
}
.project-list li .text p {
  color: #3e3a39;
}
.project-list li .bottom {
  display: flex;
}
.project-list li .bottom .code {
  width: 120px;
}
.project-list li .bottom .code img {
  margin-left: -6px;
}
.project-list li .bottom .connect {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-list li .bottom .connect P {
  color: #231815;
}
footer {
  background-color: #d4e1fa;
}
footer .main-container {
  background-image: url(../images/iBEST.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  padding: 2vw 0;
  position: relative;
}
footer .project-title {
  height: 20px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .connect-code-wrap {
  display: flex;
  justify-content: flex-end;
}
footer .connect-code-wrap img {
  width: 120px;
}
footer .connect-code-wrap p {
  font-size: 14px;
  writing-mode: vertical-lr;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  .main-container {
    width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .main-container {
    width: 760px;
  }
  .project-list {
    display: block;
  }
  .project-list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
  }
  .project-list {
    padding: 0 5%;
  }
  .project-list li .text {
    font-size: 14px;
    margin: 15px 0;
  }
  .project-list li .bottom .connect {
    font-size: 14px;
  }
  .wrap {
    padding-bottom: 0;
  }
  footer .main-container {
    background-size: contain;
    background-position: bottom left;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .project-title {
    display: block;
    position: static;
    margin-top: 15px;
    height: unset;
    width: 90%;
  }
  footer .connect-code-wrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 15px;
  }
  footer .connect-code-wrap p {
    writing-mode: unset;
  }
  header {
    height: 150px;
  }
  header .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .logo {
    left: 5%;
    width: unset;
  }
  header .logo img {
    height: 20px;
  }
  header .aacsb {
    right: 5%;
    width: unset;
  }
  header .aacsb img {
    height: 20px;
  }
  header .banner-title {
    top: calc(2vw + 40px);
    left: 5%;
    width: 80%;
  }
}
