#mainv {
  position: relative;
  min-width: 1000px;
  background: url("../../img/company-mainv.png") no-repeat center;
  background-size: cover;
  width: 100%
}

#mainv .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  min-height: 300px;
  height: 300px;
}

#mainv .title {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

#mainv:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/dot.gif") repeat 0 0;
  z-index: 1
}

table.info {
  width: 1000px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5
}

table.info th {
  width: 200px;
  padding: 12px;
  vertical-align: top;
  border-right: 2px solid white;
  border-top: 2px solid white;
  background: #f0f0f0
}

table.info td {
  width: 800px;
  padding: 12px;
  vertical-align: top;
  border-top: 2px solid white;
  background: #f9f9f9
}

@media screen and (max-width: 768px) {
  #mainv {
    min-width: auto;
    margin-top: 55px;
    background-size: auto
  }
  #mainv .inner {
    width: 90%
  }
  table.info {
    width: auto;
    font-size: 1.4rem
  }
}