/* size
 ------------------------------------------------------------------------ */
/* font
 ------------------------------------------------------------------------ */
/* color
 ------------------------------------------------------------------------ */
#mv {
  height: 450px;
  overflow: hidden;
  width: 100%;
}
#mv.company {
  background: #fff url("../../images/bg-marketing.jpg") center top no-repeat;
  background-size: cover;
}
#mv .container {
  background: rgba(0, 0, 0, 0.5);
  height: 450px;
  text-align: center;
  width: 100%;
}
#mv .container .title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  padding: 60px 0 50px 0;
  text-align: center;
  text-shadow: 3px 3px 7px #333;
}
#mv .container .description {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.95;
  margin: 0 auto;
  text-align: center;
  text-shadow: 3px 3px 7px #333;
  width: 960px;
}

.companyInfo {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.companyInfo .container {
  margin: 70px auto 70px auto;
  width: 940px;
}
.companyInfo .container .title {
  background: #f2f2f2;
  color: #333;
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.companyInfo .container dl {
  background: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 25px 0;
}
.companyInfo .container dl.even {
  background: #f2f2f2;
}
.companyInfo .container dl dt {
  color: #333;
  clear: both;
  float: left;
  font-weight: bold;
  line-height: 1.3em;
  text-align: right;
  width: 35%;
}
.companyInfo .container dl dd {
  color: #333;
  float: left;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 0 60px;
  text-align: left;
  width: auto;
}
