@charset "UTF-8";

/* section header */
.header_bg {
  width: 100%;
  height: 400px;
  background: url("../img/company/company.png") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* end section header */
.section .header_box .title {
    padding-bottom: 160px;
}
.history {
  padding-bottom: 260px;
}
.history_box {
  padding-bottom: 100px;
}
.history_box:after {
  content: "";
  display: table;
  clear: both;
}
.history_title {
  float: left;
  font-size: 80px;
  font-weight: bold;
  margin-top: -20px;
  padding-right: 50px;
}
.history_title:after {
  border-right: 1px solid #000;
}
.history_cont {
  float: left;
  font-size: 18px;
  color: #555;
  line-height: 45px;
  border-left: 1px solid #bcbcbc;
  padding-left: 60px;
  margin-top: 15px;
}

@media (max-width: 992px) {
    .section1 .header_box .title {
      padding-bottom: 55px;
    }
    .history {
      padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
  .history_title {
    font-size: 40px;
  }
  .history_cont {
    font-size: 15px;
    padding-left: 30px;
  }
}

