.w12{
  gap: 8rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .w12{  
    gap: 4rem;
    padding-bottom: 0 !important;
  }
}


.spon01_bg{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 4rem 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255,0), rgba(243, 230, 221,1));

  /* background: url('/img/bg_2.svg');
  background-position: right 30%;
  background-repeat: no-repeat;
  background-size: auto 60%; */
  overflow: hidden;
}
.spon01{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
  padding: 4rem 0;
  margin: 0;
  z-index: 2;
  /* background: url('/img/donation_02.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 50%; */
}
.spon01 .tt_wrap{
  /* color: var(--bs-primary); */
}
.spon01 .con_wrap{
  display: flex;
  justify-content: center;
  gap: 0rem;
  width: 60%;
  padding: 0;
  margin: 0;
}
.spon01 .con_wrap .pic{
  display: flex;
  justify-content: center;
  align-items: center;
}
.spon01 .con_wrap .pic img{
  width: 200px;
}
.spon01 .con_wrap .items{
  display: flex;
  gap: 4rem;
  width: 100%;
  padding: 3rem 5rem 5rem 3rem;
  margin: 0;
  background: #fff;
  background-image: url('/img/donation_02.svg');
  background-position: right bottom;
  background-size: auto 50%;
  background-repeat: no-repeat;
  border: 5px solid #fff;
  border-radius: 1rem;
  box-shadow: 
    0 0px 5px rgba(0, 0, 0, 0.05),
    0 0px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-out;
}
.spon01 .con_wrap .items:hover{
  /* background: rgba(var(--bs-primary-rgb),0.05); */
  border: 5px solid var(--bs-primary);
}
.spon01 .con_wrap .icon img{
  width: 50px;
}
.spon01 .con_wrap .info{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.spon01 .con_wrap .tt{
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--bs-gray-800);
}
.spon01 .con_wrap .txt{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.15rem;
  line-height: 130%;
}
.spon01 .con_wrap span{
  color: rgba(var(--bs-primary-rgb),0.8);
  font-weight: 600;
}
.spon01 .con_wrap p{
  color: var(--bs-gray-600);
  padding: 0;
  margin: 0;
}
.spon01 .con_wrap a{
  width: max-content;
  /* display: inline-flex;  */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 2.5rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: var(--bs-primary);
  border-radius: 2rem;
}
.spon01 .con_wrap a span{
  font-size: 0.95rem;
  color: #fff;
  margin-right: 0.5rem;
}
/* .spon01 .con_wrap .items:hover a, */
.spon01 .con_wrap a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: bt_pulse 2s infinite;
  animation: bt_pulse 1.5s infinite;
}
.spon01 .con_wrap .items:hover img,
/* .spon01 .con_wrap .items:hover a span, */
.spon01 .con_wrap a:hover span{
  -webkit-animation: bt_scale 2s infinite;
  animation: bt_scale 1.5s infinite;
}

.spon01 .bt_dona_group{
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: 50%;
  padding: 0 !important;
  margin: 1rem 0 0 0 !important;
  text-align: center;
}
.spon01 .bt_dona_group a{
  /* flex-direction: column; */
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0 !important;
  width: 100% !important;
  padding: 1rem 2rem;
  border-radius: 0.5rem !important;
}
.spon01 .bt_dona_group a span{
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
}
.spon01 .bt_dona_group a.type2{
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--bs-gray-600);
  background: var(--bs-gray-200);
}
.spon01 .bt_dona_group a.type2 span{
  font-size: 1.8rem;
  color: var(--bs-gray-600);
}
@media (max-width: 1400px) {
  .spon01 .con_wrap{
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .spon01 .con_wrap{
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .spon01 .con_wrap{
    width: 95%;
  }
  .spon01 .con_wrap .items{
    gap: 2rem;
    padding: 2rem 5rem 6rem 2rem;
    background-size: auto 50%;
  }
  .spon01 .con_wrap .pic img{
    width: 100px;
  }
  .spon01 .bt_dona_group a{
    flex-direction: row;
    gap: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .spon01{
    gap: 1.5rem;
  }
  .spon01 .con_wrap{
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
  }
  .spon01 .con_wrap .pic{
    display: none;
  }
  .spon01 .con_wrap .items{
    gap: 2rem;
    padding: 1.5rem 1rem 11rem 1rem;
    background-size: auto 30%;
  }
  .spon01 .con_wrap .tt{
    font-size: 1.6rem;
  }
  .spon01 .con_wrap .txt{
    font-size: 0.95rem;
  }
  .spon01 .bt_dona_group{
    flex-direction: column;
    width: 100%;
  }
  .spon01 .bt_dona_group a{
    justify-content: flex-start;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
  }
  .spon01 .bt_dona_group a.type2{
    font-size: 0.98rem;
  }
}


.spon02{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.spon02 .tt_wrap{
  margin-bottom: 3rem;
}
.spon02 .con_wrap{
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.spon02 .bar{
  width: 1px;
  background: var(--bs-gray-300);
}
.spon02 .items{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0;
  margin: 0;
}
.spon02 .type_tt{
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bs-gray-900);
  text-align: center;
}
.spon02 .pic{
  width: 100%;
  aspect-ratio: 2 / 1;
  background: var(--bs-gray-100); 
  border-radius: 1rem;
  overflow: hidden;
}
.spon02 .pic img{
  width: 100%;
  object-fit: cover; 
  transition: all 0.3s;
}
.spon02 .items:hover img{
  transform: scale(1.05);
}
.spon02 .info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  color: var(--bs-gray-600);
  line-height: 130%;
  text-align: center;
}
.spon02 .info .tt{
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--bs-gray-800);
  text-align: center;
}
.spon02 .info .txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.05rem;
  line-height: 140%;
}
.spon02 .info span{
  font-weight: 600;
  color: var(--bs-gray-700);
}
.spon02 .info p{
  color: var(--bs-gray-600);
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .spon02 .con_wrap{
    flex-direction: column;
    gap: 2rem;
  }
  .spon02 .bar{
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767.98px) {
  .spon02{
    gap: 1rem;
  }
  .spon02 .left .t{
    font-size: 1.6rem;
  }
  .spon02 .left p{
    font-size: 0.9rem;
  }
  .spon02 .right{
    gap: 3rem 1rem;
  }
  .spon02 .items{
    /* width: calc(50% - 0.6rem); */
    width: 100%;
  }
  .spon02 .info{
    align-items: flex-start;
    text-align: left;
    padding: 0 0.5rem 0 2rem;
  }
  .spon02 .info .tt{
    font-size: 1.3rem;
  }
  .spon02 .info .txt{
    font-size: 0.95rem;
    align-items: flex-start;
  }
}





.spon03_bg{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 4rem 0 0 0;
  background: rgba(243, 230, 221, 0.5);
}
.spon03{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 4rem 0;
  margin: 0;
}
.spon03 .tt_wrap{
  margin-bottom: 3rem;
}
.spon03 .sub_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.spon03 .con_wrap{
  display: flex;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  padding: 0;
  margin: 0;
}
.spon03 .items{
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 4rem 3rem;
  margin: 0;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.spon03 .items .overlay {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.08); 
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  transition: transform 0.5s ease-out;
}
.spon03 .items:hover .overlay {
  background: rgba(var(--bs-primary-rgb), 1); 
  transform: scale(5) translateZ(0);
}
.spon03 .pic{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 1.5rem;
  /* aspect-ratio: 2 / 1; */
  /* background: rgba(var(--bs-primary-rgb), 0.08);  */
  border-radius: 5rem;
  /* overflow: hidden; */
  text-align: center;
  z-index: 1;
}
.spon03 .items:hover .pic{
  background: #fff;
}
.spon03 .pic img{
  height: 100%;
  /* object-fit: cover;  */
}
.spon03 .info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.spon03 .info .tt{
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bs-gray-800);
}
.spon03 .items:hover .info .tt{
  color: #fff;
}
.spon03 .info p{
  font-size: 1rem;
  color: var(--bs-gray-600);
  line-height: 130%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.spon03 .items:hover .info p{
  color: #fff;
}
@media (max-width: 1400px) {
  .spon03 .con_wrap{
    gap: 3rem;
  }
}
@media (max-width: 1200px) {
  .spon03 .con_wrap{
    gap: 2rem;
  }
}
@media (max-width: 991.98px) {
  .spon03 .con_wrap{
    flex-wrap: wrap;
    gap: 3rem;
    padding:0 15%;
  }
  .spon03 .items{
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767.98px) {
  .spon03{
    gap: 1rem;
  }
  .spon03 .tt_wrap{
    margin-bottom: 1.5rem;
  }
  .spon03 .con_wrap{
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
  }
  .spon03 .items{
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 5rem;
    box-shadow: 
      0 0px 5px rgba(0, 0, 0, 0.05),
      0 0px 24px rgba(0, 0, 0, 0.05);
  }
  .spon03 .items .overlay {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .spon03 .items:hover .overlay {
    transform: scale(50) translateZ(0);
    /* transform-origin: left center; */
  }
  .spon03 .pic{
    width: 80px;
    height: 80px;
    padding: 1.2rem;
    background: #fff;
  }
  .spon03 .info{
    align-items: flex-start;
    gap: 0.5rem;
  }
  .spon03 .info .tt{
    font-size: 1.0rem;
  }
  .spon03 .info p{
    font-size: 0.9rem;
    text-align: left;
  }
}