.sec01 {
  margin-top: 60px;
  width: 100%;
  height: 140px;
  background: url("../img/about_us_sub_title.jpg") no-repeat top center;
  background-attachment: fixed;
  position: relative;
}

.sec01 .sub-title {
  color: #ffffff;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec02 {
  width: 100%;
  padding-top: 40px;
}

.sec02 .sec-tit {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
}

.sec02 .sec-tit .sec-blue {
  color: #0354e8;
}

.sec02 .sec-copy {
  width: 90%;
  margin: 50px auto;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.sec02 .sec-img {
  display: block;
  width: 100%;
  height: 150px;
  background: url("../img/about_us_m_img.jpg") no-repeat top center;
}
/*# sourceMappingURL=about_us_m.css.map */