main {
  padding: 3rem 0 6rem;
}

/* ========================
   공통
======================== */
.container {
  width: 100%;
  padding: 0 2rem;
}

.sec-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.4rem;
}

.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

/* ========================
   배너
======================== */
.sec-banner {
  padding-bottom: 2rem;
}

.banner-box {
  background: #C7DEFF;
  border-radius: 1.6rem;
  padding: 2.4rem 2rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  min-height: 17rem;
  position: relative;
}

.banner-sub {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.6rem;
}

.banner-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.banner-btn {
  display: inline-block;
  border: 0.15rem solid #1359C2;
  color: #1359C2;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.7rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  margin-bottom: 2.4rem;
}

.banner-img {
  flex-shrink: 0;
  width: 14rem;
  align-self: flex-end;
}

.banner-img img {
  width: 100%;
  display: block;
}

/* ========================
   지원사업
======================== */
.sec-support {
  padding: 1rem 0 2rem;
}

.support-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.support-grid li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f4fc;
  border-radius: 1.2rem;
  padding: 2.4rem 1rem 1.8rem;
  text-decoration: none;
  gap: 1.2rem;
}

.support-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-icon img {
  width: 100%;
}

.support-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111;
  text-align: center;
}

/* ========================
   인기 지원공고
======================== */
.popular-swiper .swiper-wrapper {
  height: auto !important;
}
.sec-popular {
  padding: 1rem 0 2rem;
}

.more-btn {
  display: inline-block;
  background: #1359C2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  border-radius: 0.8rem;
  text-decoration: none;
}

.popular-swiper {
  overflow: hidden;
  border-radius: 1.2rem;
}

.pop-card {
  display: block;
  background: #fff;
  border: 0.1rem solid #e0e0e0;
  border-radius: 1.2rem;
  padding: 2rem;
  text-decoration: none;
}

.pop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.pop-org {
  font-size: 1.2rem;
  color: #888;
}

.swiper-pagination-custom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ccc;
}

.dot.active {
  background: #1359C2;
}

.pop-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.pop-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop-tags {
  display: flex;
  gap: 0.8rem;
}

.tag {
  display: inline-block;
  border: 0.1rem solid #ccc;
  color: #555;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
}

.detail-btn {
  display: inline-block;
  background: #1359C2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 0.8rem;
}

/* ========================
   정책자금
======================== */
.sec-policy {
  padding: 1rem 0 4rem;
}

.policy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.policy-list li a {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #fff;
  border: 0.1rem solid #e0e0e0;
  border-radius: 1.2rem;
  padding: 1.8rem 2rem;
  text-decoration: none;
}

.policy-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.policy-icon img {
  width: 100%;
}

.policy-label {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}

.policy-arrow {
  font-size: 1.8rem;
  color: #888;
}