#content {
  width: 1280px;
  padding: 16px 20px;
  margin: 0 auto;
}
#content .cont {
  width: 100%;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #E8E8E8;
  padding: 20px;
}
#content .cont h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
#content .cont .cont_text {
  margin-bottom: 16px;
}
#content .cont .cont_text p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}
#content .cont .cont_text p:last-child {
  margin-bottom: 0;
}
#content .cont .cont_text:last-child {
  margin-bottom: 0;
}
