/* Scss Document */
#key {
  background: url(../img/about/key.jpg) top center no-repeat;
  background-size: cover; }
  #key p {
    position: relative;
    width: 1000px;
    margin: auto; }
    #key p img {
      position: absolute;
      top: 444px;
      right: 152px; }

#sec1 {
  position: relative;
  padding-bottom: 90px; }
  #sec1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/about/sec1-bg.png) top center no-repeat, url(../img/about/sec1-bg2.png) top center repeat-x;
    height: 526px; }
  #sec1 h2 {
    padding-top: 95px;
    text-align: center; }
  #sec1 .text {
    text-align: center;
    margin-top: 10px; }

#sec2 {
  padding-bottom: 70px; }
  #sec2 .left {
    width: 392px;
    float: left;
    margin-left: 20px;
    padding: 0 25px;
    margin-left: -25px;
    box-sizing: border-box;
    background: url(../img/about/sec2-box.jpg) top center repeat; }
    #sec2 .left h2 {
      padding-top: 25px; }
    #sec2 .left .text {
      margin-top: 25px; }
  #sec2 .right {
    position: relative;
    width: 618px;
    float: right; }
    #sec2 .right .pic2 {
      margin-top: 15px; }
    #sec2 .right .pic3 {
      position: absolute;
      top: 0;
      right: -150px; }

#sec3 {
  position: relative;
  background: url(../img/about/sec3-bg.jpg) top center repeat;
  padding-top: 168px;
  padding-bottom: 150px;
  color: #fff; }
  #sec3:before {
    position: absolute;
    content: "";
    top: 97px;
    right: 0;
    width: calc( 50% - 260px);
    background: url(../img/about/sec3-line2.png) top left repeat;
    height: 6px; }
  #sec3:after {
    position: absolute;
    content: "";
    top: 97px;
    right: 0;
    width: calc( 50% - 240px);
    background: url(../img/about/sec3-line3.png) top left no-repeat;
    height: 6px; }
  #sec3 h2 {
    position: absolute;
    top: -56px;
    text-align: center;
    left: 0;
    right: 0; }
    #sec3 h2:before {
      position: absolute;
      content: "";
      top: 150px;
      left: 0;
      width: calc( 50% - 260px);
      background: url(../img/about/sec3-line2.png) top right repeat;
      height: 6px; }
    #sec3 h2:after {
      position: absolute;
      content: "";
      top: 150px;
      left: 0;
      width: calc( 50% - 240px);
      background: url(../img/about/sec3-line1.png) top right no-repeat;
      height: 6px; }
  #sec3 .text1 {
    width: 340px;
    margin: 35px 0 0 435px; }
  #sec3 .sub1 {
    position: absolute;
    top: -13px;
    left: 93px; }
  #sec3 .sub2 {
    position: absolute;
    top: -2px;
    right: -25px; }
  #sec3 .sub3 {
    position: absolute;
    top: 500px;
    right: -74px; }
  #sec3 .sub4 {
    position: absolute;
    top: 910px;
    left: -28px; }
  #sec3 .pic1 {
    position: absolute;
    left: -150px;
    top: 38px; }
  #sec3 .pic2 {
    text-align: right;
    margin-right: -246px;
    margin-top: 10px; }
  #sec3 .pic3 {
    position: absolute;
    top: 619px;
    left: -96px; }
  #sec3 .text2 {
    width: 400px;
    margin-top: -40px;
    margin-left: 360px; }
  #sec3 .button {
    margin: 45px 0 0 479px; }
    #sec3 .button li {
      margin-right: 30px;
      float: left;
      display: inline-block; }

#sec4 {
  background: url(../img/index/sec2-bg.jpg) top center repeat;
  padding-bottom: 80px; }
  #sec4 .wrap {
    padding-top: 93px; }
  #sec4 h2 {
    position: absolute;
    top: -50px;
    right: -150px; }
  #sec4 .pic1 {
    position: relative;
    margin-left: -156px;
    z-index: 1;
    width: 730px; }
  #sec4 .row {
    position: relative;
    margin-top: 50px; }
    #sec4 .row .text {
      width: 365px;
      padding-top: 35px;
      float: left;
      color: #fff; }
    #sec4 .row .pic2 {
      width: 378px;
      float: left; }
    #sec4 .row .pic3 {
      position: absolute;
      top: -100px;
      right: -74px; }
    #sec4 .row .pic4 {
      position: absolute;
      top: 213px;
      right: -150px; }
    #sec4 .row .sub {
      position: absolute;
      top: 117px;
      right: 193px; }
  #sec4 .button {
    position: relative;
    margin: 30px 0 0 115px;
    z-index: 1; }
    #sec4 .button:before {
      position: absolute;
      content: "";
      top: -50px;
      left: -115px;
      background: url(../img/about/sec4-deco.png) top center no-repeat;
      width: 155px;
      height: 194px;
      z-index: -1; }

#sec5 {
  padding: 120px 0 105px;
  background: url(../img/about/sec5-bg.png) top center no-repeat;
  background-size: cover; }
  #sec5 .pic {
    position: relative;
    float: left;
    width: 547px;
    margin-left: -96px; }
  #sec5 .content {
    width: 50%;
    float: right;
    text-align: center; }
    #sec5 .content h2 {
      margin-top: 17px; }
    #sec5 .content .text {
      margin-top: 20px; }
