/* psc33 tab2: 사업지원 내용 */
.psc33_21_01 .support_summary {
    margin-top: 10px;
}

.psc33_21_01 .summary_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.psc33_21_01 .summary_item {
    position: relative;
    padding: 14px 16px 14px 36px;
    border: 2px solid #9fc3e8;
    background: #f7fbff;
    font-weight: 700;
    line-height: 1.4;
    color: #1a3f6e;
}

.psc33_21_01 .summary_item:before {
    content: "•";
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 20px;
    line-height: 1;
    color: #2475d0;
}

.psc33_21_01 .summary_item .sub {
    display: block;
    margin-top: 6px;
    font-weight: 500;
    color: #4a5a70;
}

.psc33_21_01 .support_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.psc33_21_01 .support_card {
    padding: 26px 22px 22px;
    border: 2px solid #9fc3e8;
    border-radius: 28px;
    background: #f7fbff;
}

.psc33_21_01 .support_card .title {
    margin-bottom: 12px;
    font-size: 1.1875em;
    font-weight: 700;
    text-align: center;
    color: #1a3f6e;
}

.psc33_21_01 .support_card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.psc33_21_01 .support_card li {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.6;
    color: #4a5a70;
}

.psc33_21_01 .support_card li:first-child {
    margin-top: 0;
}

.psc33_21_01 .support_card li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #2475d0;
}

@media all and (max-width: 1024px) {
    .psc33_21_01 .summary_row,
    .psc33_21_01 .support_cards {
        grid-template-columns: 1fr;
    }
}

/* psc33 tab4: 시군구연고산업육성사업 */
.psc33_41_01 .growbio_board {
    margin-top: 12px;
    border-top: 1px solid #d8e0e0;
}

.psc33_41_01 .growbio_board .gb_row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0 22px;
    border-bottom: 1px solid #e3e8e6;
}

.psc33_41_01 .growbio_board .gb_label {
    flex: 0 0 90px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a3a46;
    font-weight: 700;
    text-align: center;
    font-size: 0.95em;
}

.psc33_41_01 .growbio_board .content {
    flex: 1 1 auto;
    padding: 14px 18px;
    background: #e9f1ee;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
}

.psc33_41_01 .growbio_board .strategy .content {
    width: auto;
    background: transparent;
    padding: 0;
    text-align: left;
}

.psc33_41_01 .strategy_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.psc33_41_01 .strategy_cards .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 14px 16px;
    min-height: 170px;
    background: #ecf4f9;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    color: #1f2c3a;
}

.psc33_41_01 .strategy_cards .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.psc33_41_01 .strategy_cards .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.psc33_41_01 .strategy_cards p {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.5;
}

.psc33_41_01 .growbio_board .detail .content {
    width: auto;
    background: transparent;
    padding: 0;
    text-align: left;
}

.psc33_41_01 .detail_cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.psc33_41_01 .detail_cols ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
    position: relative;
}

.psc33_41_01 .detail_cols ul:before {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 1px;
    height: 100%;
    background: #d8e0e0;
}

.psc33_41_01 .detail_cols ul:last-child:before {
    display: none;
}

.psc33_41_01 .detail_cols li {
    position: relative;
    margin-top: 8px;
    padding-left: 10px;
    line-height: 1.6;
    font-weight: 500;
    color: #3c4b54;
}

.psc33_41_01 .detail_cols li:first-child {
    margin-top: 0;
}

.psc33_41_01 .detail_cols li:before {
    content: "✓";
    position: absolute;
    left: -4px;
    top: 0;
    color: #2c7c83;
    font-weight: 700;
}

@media all and (max-width: 1024px) {
    .psc33_41_01 .growbio_board .gb_row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .psc33_41_01 .strategy_cards,
    .psc33_41_01 .detail_cols {
        grid-template-columns: 1fr;
    }

    .psc33_41_01 .detail_cols ul:before {
        display: none;
    }

    .psc33_41_01 .growbio_board .gb_label {
        flex: 0 0 auto;
        width: 100%;
        padding: 8px 0;
        background: #f5f7f7;
        border-radius: 4px;
    }

    .psc33_41_01 .growbio_board .content {
        text-align: left;
    }
}
