/***************************
 single-post
***************************/
#single-post img {
  width: 100%;
}
#single-post h1 {
  margin-top: 80px;
  margin-bottom: 30px;
  color: #0077b3;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #a6a6a7;
  padding-bottom: 30px;
}
#single-post .cnt {
  color: #5e5d5c;
  margin-bottom: 150px;
  word-break: break-all;
}
