main h1 {
  font-size: 2rem;
  font-weight: 900;
  margin: 45px 5px 45px 15px;
  text-align: center;
  color: blue;
}
main .chapter__com {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 98vw !important;
  width: 98vw !important;
  margin: 5px 1vw 20px 1vw;
  flex-wrap: wrap;
}
main .chapter__com .chapter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  padding: 10px;
  max-width: 370px !important;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 10px;
  cursor: pointer;
  text-decoration: none;
  word-break: break-all;
}
main .chapter__com .chapter:hover {
  box-shadow: 0 8px 32px 0 rgba(255, 153, 0, 0.789);
}
main .chapter__com .chapter h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 5px 0px 2px;
  color: black;
}
main .chapter__com .chapter .date {
  font-size: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  margin: 5px 10px 5px 2px;
}
main .chapter__com .chapter .std__sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}
main .chapter__com .chapter .std__sub p {
  background-color: rgba(255, 217, 217, 0.795);
  margin-right: 10px;
  padding: 4px 17px 5px 17px;
  border-radius: 44px;
  font-size: 15px;
  color: #005aff;
}
main .chapter__com .chapter .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.04;
  margin: 5px;
  color: black;
}/*# sourceMappingURL=standCept.css.map */