@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_company .intro_box_2::after {
  background: url(../img/ico_tab1.svg) center no-repeat;
}
.dona_company .cp_partner {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #d6dde6;
  background: #f3f9ff;
}
.dona_company .cp_partner p {
  width: 100%;
  color: #333;
  text-align: center;
  /* Body/M_SB */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.dona_company .cp_procedure {
  width: 100%;
}

.cp_company {
  margin-bottom: -15px;
}
.cp_company .slide_wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.cp_company .slide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.cp_company .swiper {
  width: 100%;
  height: 388px;
  margin-left: auto;
  margin-right: auto;
}
.cp_company .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border: 1px solid #c2d4e8;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.cp_company span {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cp_company p {
  color: #333;
  text-align: center;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.54px;
}

.cp_howto ul {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  flex: 1 0 0;
  flex-wrap: wrap;
}
.cp_howto li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
  width: calc(50% - 7.5px);
  border-radius: 30px;
  border: 1px solid #c2d4e8;
  background: rgba(255, 255, 255, 0.8);
}
.cp_howto li span {
  display: flex;
  width: 85px;
  height: 85px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.cp_howto li span > img {
  object-fit: none;
  filter: drop-shadow(5px 5px 10px rgba(4, 46, 111, 0.25));
}
.cp_howto .howto_text p {
  color: var(--Gray-txt, #222);
  /* Body/M */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.cp_howto .howto_text p.tit {
  color: #333;
  font-size: 1.111rem;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.cp_photo {
  width: 100%;
}
.cp_photo ul {
  border: 1px solid #d6dde6;
  background: #fff;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
}
.cp_photo li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cp_photo li div {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
}
.cp_photo li div img {
  height: 320px;
  object-fit: cover;
}
.cp_photo li p {
  width: 100%;
  color: #333;
  text-align: center;
  /* Body/S */
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.cp_photo li p.tit {
  color: #042e6f;
  /* Body/M_SB */
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.54px;
  background: #f3f9ff;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .procedure_box .procedure_text p {
    font-size: 0.778rem;
  }
  .procedure_box .procedure_text p.tit {
    font-size: 0.889rem;
  }
  .dona_company .cp_partner p {
    font-size: 1rem;
  }
  .cp_company p {
    font-size: 0.889rem;
  }
  .cp_howto .howto_text p {
    font-size: 0.889rem;
  }
  .cp_howto .howto_text p.tit {
    font-size: 1rem;
  }
  .cp_photo li p {
    font-size: 0.778rem;
  }
  .cp_photo li p.tit {
    font-size: 0.889rem;
  }
}
@media (max-width: 767px) {
  .dona_company .intro_box_2::after {
    content: none;
  }
  .dona_company .cp_partner p {
    font-size: 0.889rem;
  }
  .cp_company p {
    font-size: 0.778rem;
  }
  .cp_howto ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .cp_howto li {
    width: 100%;
  }
  .cp_howto .howto_text p {
    font-size: 0.778rem;
  }
  .cp_howto .howto_text p.tit {
    font-size: 0.889rem;
  }
  .cp_photo ul {
    flex-direction: column;
    gap: 20px;
  }
}