/****************************
 single-post
****************************/
#single-post .main_bg {
  width: 100%;
  height: 50vh;
  background: url("../../images/top/main_sample04.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
#single-post .time {
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#single-post h1 {
  font-size: 20px;
  margin-bottom: 50px;
  color: #ddb05d;
}
#single-post .cnt {
  margin-bottom: 50px;
}
