@charset "utf-8";

/* 상단 */
#spon_sponsorship {
}

.sponsorship_top {
  width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.sponsorship_process,
.sponsorship_type {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sponsorship_top_title {
  color: #333;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}

.sponsorship_process_flex {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sponsorship_process_flexItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex: 1;
  aspect-ratio: 1/1;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}

.sponsorship_process_flexItem img {
  width: 100px;
  height: 100px;
}

.sponsorship_process_flexItem p {
  line-height: normal;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

/* 후원물품 */
.sponsorship_type_flex {
  display: flex;
  gap: 32px;
}

.sponsorship_type_content {
  flex: 1;
  padding: 60px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sponsorship_type_content > h5 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.sponsorship_type_content_dec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sponsorship_type_content_dec > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 18px;
  color: #666;
  position: relative;
}

.sponsorship_type_content_dec > p::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 9px;
}

/* 하단 */
.sponsorship_bottom {
  position: relative;
  height: 560px;
}

.sponsorship_bottom > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.sponsorship_bottom_content {
  width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
}

.sponsorship_bottom_content_title {
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  line-height: normal;
}

.sponsorship_bottom_content_button {
  background-color: #ed850e;
  color: #fff;
  padding: 16px 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.sponsorship_bottom_content_button:hover {
  background-color: #ca710c;
}
