@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
.subpage_section_title {
  flex-shrink: 0;
}

table tbody th {
  background: #f3f9ff;
}

.tab {
  width: 100%;
}

.donation {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.donation .intro_box_2 {
  flex-direction: row;
  justify-content: space-between;
}
.donation .intro_box_2::after {
  content: "";
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  background-size: 100%;
}

.procedure_box ul {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #d6dde6;
  background: #f4f6f8;
}
.procedure_box li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.procedure_box li span {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 2px solid #d6dde6;
  background: #fff;
}
.procedure_box li span img {
  width: 28px;
  height: 28px;
}
.procedure_box li.step {
  flex: 1 0 0;
}
.procedure_box li.arrow > img {
  width: 8px;
}
.procedure_box .procedure_text p {
  color: #64748b;
  /* Body/S */
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.procedure_box .procedure_text p.tit {
  color: #333;
  /* Body/M_B */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.54px;
}

.dona_backup .intro_box_2::after {
  background: url(../img/ico_tab2.svg) center no-repeat;
}

@media (max-width: 1280px) {
  .procedure_box .procedure_text p {
    font-size: 0.778rem;
  }
  .procedure_box .procedure_text p.tit {
    font-size: 0.889rem;
  }
}
@media (max-width: 767px) {
  .dona_backup .intro_box_2::after {
    content: none;
  }
}