@charset "UTF-8";
.txt_box_1 {
  display: flex;
  flex-direction: column;
  font-family: 나눔스퀘어;
  gap: 20px;
}

.txt_box_1 h3 {
  font-size: 2.5rem;
}

.txt_box_1 p {
  font-size: 1.125rem;
  color: #707070;
}

.txt_box_1 table, tr, td {
  border-collapse: collapse;
  border: 1px solid #666;
  padding: 1rem;
}

.txt_box_1 table tr:nth-child(1) {
  text-align: center;
}

.txt_box_1 table tr:nth-child(4) td:nth-child(1) {
  text-align: center;
}

@media (max-width: 768px) {
  .txt_box_1 {
    font-size: 0.6rem;
  }
  .txt_box_1 table, tr, td {
    padding: 0.1rem;
  }
  .donation_title {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=custom_sub.css.map */