/************************
 single-works
************************/
#single-works {
  padding-top: 150px;
}
@media (max-width: 767px) {
  #single-works {
    padding-top: 100px;
  }
}
/************************
 single-works
  h1
 thumb
************************/
#single-works h1 {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
}
#single-works .thumb {
  margin-bottom: 30px;
}
#single-works .thumb img {
  width: 100%;
}
#single-works .label {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ccc;
}
#single-works .cnt {
  line-height: 2em;
}
@media (max-width: 767px) {
  #single-works h1 {
    font-size: 18px;
  }
  #single-works .label {
    font-size: 16px;
  }
}
