/**************************
 page-certification
**************************/
#page-certification h1 {
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #a6a6a7;
  padding-bottom: 20px;
  color: #0077b3;
  font-size: 42px;
  margin-bottom: 80px;
}
#certification-detail {
  padding-bottom: 100px;
}
#certification-detail .thumb img {
  width: 100%;
}
#certification-detail .thumb {
  margin-bottom: 10px;
  text-align: center;
}
#certification-detail .title {
  text-align: center;
}
#certification-detail .title a {
  color: #5e5d5c;
  text-decoration: none;
  font-size: 24px;
}
#certification-detail .lg-md {
  margin-bottom: 100px;
}
#certification-detail .attention {
  text-align: center;
  font-size: 12px;
  color: #5e5d5c;
}
@media (max-width: 991px) {
  #certification-detail .lg-md {
    margin-bottom: 30px;
  }
  #certification-detail .mb {
    margin-bottom: 30px;
  }
}
