.contents .titName h3 {
  margin-bottom: 15px;
  padding: 10px 6px;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}
.contents .generalTextBox h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contents .generalTextBox p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.contents .generalTextBox ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.contents .generalTextBox ul li {
  font-size: 14px;
  line-height: 1.7;
}
.contents .generalTextBox ul.generalStyleList {
  list-style-type: circle;
}
.contents .generalTextBox ul.generalStyleList li {
  margin-left: 10px;
}
