/**
 * /voice
 */

/**
* id
*/
#sec_header {
  margin-top: 60px;
  margin-bottom: 30px;
}

#sec_header p {
  margin: 0;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}

/* ------------------------------ */

#sec_01 .section_body {
  text-align: center;
}

#sec_01 ul {
  margin: 0;
  padding: 0;
}

#sec_01 li {
  position: relative;
  height: 473px;
  max-height: 473px;
  margin-bottom: 80px;
  background-color: #eee;
  text-align: left;
}

#sec_01 li p {
  margin: 0;
}

#sec_01 li .sec_01_header {
  position: absolute;
  top: 30px;
  right: 30px;
}

#sec_01 li .sec_01_content {
  position: absolute;
  top: 72px;
  right: 30px;
  width: 425px;
}

#sec_01 .sec_01_left .sec_01_header {
  right: 455px;
}

#sec_01 .sec_01_left .sec_01_content {
  right: 455px;
}
