#main {
  height: 600px;
  position: relative;
  background: url(../images/recruit/spBg.png) no-repeat  center top;
  background-size: cover;
  overflow: hidden;
  -moz-background-size:100% auto;
background-size:100% auto;
}

#bgVideo {
  display: none;
}

#main .contents {
  background-image:none;
}
#main .contents .content[data-page="1"] .image01 {
  width: 90%;
  top: -110px;
  max-width: 334px;
}
#main .contents .content[data-page="1"] .image02 {
  width: 90%;
  max-width: 260px;
  top: 340px;
}

#main .contents .content[data-page="2"] .inner {
  width: 100%;
  height: 800px;
}
#main .contents .content[data-page="2"] .border {
  margin: 15px auto 30px;
}
#main .contents .content[data-page="2"] .jobList {
  margin: 0;
}
#main .contents .content[data-page="2"] .jobList li {
  float: none;
  margin: 0 0 20px 0;
}
#main .contents .content[data-page="2"] .jobList li a {
  width: 90%;
  max-width: 378px;
  margin: 0 auto;
  font-size: 12px;
}