/* ********** intro bg ********** */
#intro {
  background-image: url(../img/company/bg.png);
}

/* ----- content start ----- */
#content .img_box {
  width: 100%;
  height: 300px;
  background-image: url(../img/company/manifesto.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
  position: relative;
}

#content .img_box .text_box {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content .con {
  margin-top: 50px;
  padding: 0 40px;
}

#content .con ul {
  margin: auto;
}

#content .con li {
  width: 100%;
  overflow: hidden;
  display: flex;
}

#content .con li h4 {
  margin: auto;
  width: 5%;
  text-align: center;
  float: left;
  margin-right: 20px;
  font-size: 2.6rem;
  font-weight: 900;
}

#content .con li p {
  padding: 20px 0;
  display: flex;
  font-size: 1.8rem;
  width: 95%;
  float: left;
  border-bottom: 1px solid #ccc;
}

#content .end {
  width: auto;
  margin-top: 100px;
}

#content .end .boxes {
  text-align: center;
  margin: auto;
  font-size: 2.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .end span {
  color: #1c1c1c;
}

#content .end .boxes span {
  font-size: 2rem;
  line-height: 4rem;
}

#content .end .boxes img {
  margin-top: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  #content .img_box .text_box {
    width: 80%;
  }
}

@media screen and (max-width: 860px) {
  #content .img_box .text_box {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 680px) {
  #content .img_box .text_box {
    width: 90%;
  }

  #content .con li {
    flex-direction: column;
    margin-top: 30px;
  }

  #content .img_box .text_box {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  #content .con li h4 {
    float: inherit;
    width: 100%;
    text-align: left;
  }

  #content .con li p {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 0;
  }

  #content .con {
    padding: 0;
  }
}

@media screen and (max-width: 460px) {
  #content .end .boxes {
    font-size: 2rem;
    display: block;
  }

  #content .end .boxes div:last-child img {
    margin: auto;
  }

  #content .end .boxes div:last-child img {
    margin-top: 10px;
  }
}