.card-section-title {
font-size: 1.5rem;
font-weight: bold;
max-width: 1300px;
margin: 0 auto;
letter-spacing: -0.02em;
color: #33363a;
display: block;
margin-bottom: 10px;
padding-left: 9px;
margin-top: 60px;
}

.card-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 19.5px;
max-width: 1300px;
margin: auto;
margin-bottom: 100px;
}

.program-card {
border: 1px solid #dadfe3;
background-color: #dadfe315;
border-radius: 15px;
padding: 19px;
text-align: center;
position: relative;
transition: all 0.3s ease;
}

.program-details {
min-height: 110px;
}

.program-title {
color: #161616;
font-size: 1.19rem;
font-weight: 600;
letter-spacing: -0.035em;
text-align: left;
padding-top: 19px;
height: 55px;
}

.program-subtitle {
color: #a9a9a9;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.05em;
text-align: left;
}

.status-section {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}

.status-left {
display: flex;
align-items: center;
gap: 5px;
}

/* ======== 태그 ======== */
.action-tags {
display: flex;
gap: 3px;
margin-top: 16px;
}

.action-tag {
font-weight: 600;
padding: 9px;
font-size: 0.8rem;
cursor: pointer;
background-color: #f6f6f6;
color: #666;
display: flex;
align-items: center;
justify-content: center;
}

.action-tag:hover {
text-decoration: underline;
color: #999;
}

.divider-line {
display: block;
position: relative;
margin-top: 19px;
border-top: 1px solid #f0f0f0;
line-height: 18px;
}

.draft-button {
text-align: center;
vertical-align: middle;
background-color: #336fff;
color: #fff;
justify-content: center;
align-items: center;
border: none;
white-space: nowrap;
cursor: pointer;
margin-top: 1rem;
text-decoration: none;
padding: 15px 106px;
border-radius: 9px;
font-size: 15px;
font-weight: 600;
transition: all 0.3s ease;
}

.draft-button:hover {
opacity: 0.9;
}

.card-bottom-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url('../images/banner-network-background.png') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }  

.card-bottom-banner-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.card-bottom-banner-text {
font-size: 3.9rem;
font-weight: bold;
color: #fff;
text-align: center;
}

.card-bottom-banner-btn {
background-color: #101e30f0;
color: #fff;
border-radius: 11px;
padding: 16px 30px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
margin-top: 1.5rem;
}

.card-bottom-banner-btn:hover {
opacity: 0.9;
}

.card-bottom-banner-paragraph {
margin-bottom: 72px;
color: #fff;
font-size: 1.15rem;
font-weight: 600;
line-height: 1.39;
color: #fff;
}


@media (max-width: 1024px) {
.gov-wrapper {
padding: 10px;
}
.card-container {
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}

.program-title {
font-size: 1rem;
}

.draft-button {
padding: 12px 80px;
font-size: 14px;
}
}

@media (max-width: 768px) {
.gov-wrapper {
padding: 10px;
}
.card-container {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}

.draft-button {
padding: 13px 66px;
font-size: 15px;
}

.card-bottom-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url('../images/banner-network-background.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }
  
.card-bottom-banner-container {
max-width: 1300px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.card-bottom-banner-text {
text-align: center;
font-size: 35px;
font-weight: bold;
color: #fff;
}

.card-bottom-banner-btn {
background-color: #10161f;
color: #fff;
border-radius: 11px;
padding: 16px 30px;
font-size: 1rem;
font-weight: 500;
text-decoration: none;
cursor: pointer;
transition: all 0.25s ease;
margin-top: 1.5rem;
}

.card-bottom-banner-btn:hover {
opacity: 0.9;
}

.card-bottom-banner-paragraph {
color: #eaeaea;
text-align: center;
font-size: 18px;
line-height: 1.39;
font-weight: bold;
}
}