#content .cont {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E5E5E5;
  padding: 16px 20px;
}
#content .cont .cont_text {
  margin-bottom: 8px;
}
#content .cont .cont_text p {
  font-family: zi-M;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
#content .cont h3 {
  font-family: zi-B;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 4px;
}
