.footer[page] {
  background-color: #F6F6F6;
}
.overview {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.overview-content {
  padding: 0 150px;
  text-align: center;
}
.overview-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 67px 0;
}
.overview-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.overview-img {
  width: 540px;
  height: 490px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
  margin-right: 17px;
}
.overview-card {
  width: 128px;
  height: 190px;
  background: #05315A;
  border-radius: 0px 0px 0px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 22px 0;
  text-align: left;
  display: flex;
  justify-content: center;
}
.overview-build-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mt54 {
  margin-top: 45px;
}
.mt108 {
  margin-top: 90px;
}
.overview-card-list {
  display: flex;
  justify-content: space-between;
}
.overview-info {
  width: auto;
  height: 490px;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overview-video-info {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

#overview-video {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1180px;
  object-fit: cover;
  object-position: left bottom;
}
.overview-img-min,
.overview-video-poster,
.overview-video-img {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .overview {
    padding: 85px 0 0 0;
  }
  .all-container {
    padding: 0 5% 40px 5%;
  }
  .overview-content {
    padding: 0;
  }
  .overview-title {
    margin: 40px 0;
    font-size: 30px;
  }
  .overview-build-list {
    flex-direction:column-reverse;
  }
  .overview-info {
    height: auto;
  }
  .overview-card {
    width: 115px;
    height: 110px;
    padding: 0;
    align-items: center;
    line-height: 21px;
    font-size: 13px;
  }
  .mt54 {
    margin-top: 21px;
  }
  .mt108 {
    margin-top: 42px;
    padding: 0 20px;
  }
  .overview-img {
    display: none;
  }
  .overview-img-min {
    display: block;
    width: 100%;
    height: 415px;
    border-radius: 0 0 0 40px;
    margin: 30px 0;
  }

  .overview-video-info {
    margin: 0;
    height: 178px;
  }

  #overview-video {
    width: 100%;
    min-width: 100%;
    height: 178px;
    object-fit: cover;
    margin: 0;
  }
  .overview-video-poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .overview-video-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}