main .title {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -.1rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #cdf0ff, #fff);
  padding: 1rem 1.5rem;
}
main > img {
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
main .content_wrap p {
  font-size: 1.8rem;
  line-height: 1.5;
}
main .content_wrap .txt_box {
  margin: 1.5rem 0;
  background: #eefaff;
  padding: 1.5rem;
}
main .content_wrap .txt_box:last-of-type {
  margin-bottom: 0;
}
main .content_wrap .txt_box h2 {
  font-size: 2rem;
  font-weight: 600;
  background: #c6eeff;
  padding: 1rem;
  margin-bottom: 1.2rem;
  border-radius: 2.5rem;
  text-align: center;
  letter-spacing: -.1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
}
main .content_wrap .txt_box p {
  color: #555;
  font-size: 1.7rem;
  letter-spacing: -.05rem;
}


/* check.php */
.date_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-bottom: 3.5rem;
}
.date_wrap h1 {
  font-size: 1.9rem;
  font-weight: 600;
  padding: 1.5rem;
  border-right: 1px solid #ddd;
  background: #ebf9ff;
  letter-spacing: -.1rem;
}
.date_wrap p {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.5rem;
  flex-grow: 1;
  text-align: center;
  color: #666;
}
.check_wrap {
  margin-bottom: 3.5rem;
}
.check_wrap h1 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -.1rem;
}
.check_wrap .water_wrap {
  padding: 4rem 2rem;
  border: 1px solid #ddd;
  margin: 2rem 0 1.5rem;
}
.check_wrap .water_wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}
.check_wrap .water_wrap ul li img {
  width: 100%;
}
.check_wrap .des {
  font-size: 1.7rem;
  letter-spacing: -.05rem;
  color: #777;
  text-align: center;
  font-style: italic;
}

.descript_wrap {
  padding: 2rem;
  border-radius: 1rem;
  background: #effaff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.descript_wrap p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
}