/****************************
 single-post
*****************************/
#single-post .bar {
  width: 100%;
  height: 80px;
  background: #b4d4ef;
  margin-bottom: 50px;
}
#single-post h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#single-post img {
  max-width: 600px;
  width: 100%;
}
#single-post .cnt {
  margin-bottom: 50px;
  line-height: 2em;
  word-break: break-all;
}
#single-post .label {
  color: #3977ac;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#single-post .meta {
  margin-bottom: 15px;
}
#single-post .meta a {
  color: #000;
  text-decoration: none;
}
#single-post h3 {
  font-size: 20px;
  border-left: 10px solid #000;
  padding-left: 10px;
}
