/* future.php 공통 스타일 */

/* tab2: 고양인쇄문화허브센터 */
.psc32 .hub_intro_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.psc32 .hub_intro_cards li {
    padding: 24px 20px;
    border: 1px solid #d8e8f8;
    border-radius: 10px;
    background: #f5f9ff;
    text-align: center;
}

.psc32 .hub_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #1e5fa8;
}

.psc32 .hub_icon svg {
    width: 34px;
    height: 34px;
}

.psc32_22_01 .hub_intro_cards li.contact .hub_icon {
    color: #00a3d9;
}

.psc32 .hub_intro_cards h5 {
    margin: 0 0 12px;
    color: #1e5fa8;
    font-size: 1.125em;
    font-weight: 700;
}

.psc32 .hub_intro_cards p {
    margin: 0;
    line-height: 1.7;
}

.psc32_31_01 .hub_intro_cards p {
    margin: 0;
    line-height: 1.7;
    text-align: left;
}

.psc32 .hub_intro_cards li.contact {
    border-color: #7ad2f1;
    background: #f2fcff;
}

.psc32 .hub_intro_cards .tel {
    margin-top: 10px;
    color: #0084b6;
    font-weight: 700;
}

.psc32_22_01 .hub_badge {
    width: 180px;
    margin: 0 auto 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.0625em;
    font-weight: 700;
    text-align: center;
    border-radius: 999px;
    background: #2475d0;
}

.psc32_22_01 .hub_service_group {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.psc32_22_01 .hub_service_box {
    flex: 1;
    padding: 28px 24px;
    border: 3px solid #e3e3e3;
    background: #fff;
}

.psc32_22_01 .hub_service_box h5 {
    margin: -28px -24px 20px;
    padding: 14px 16px;
    color: #fff;
    font-size: 1.0625em;
    font-weight: 700;
    text-align: center;
    background: #2475d0;
}

.psc32_22_01 .hub_service_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    color: #2475d0;
}

.psc32_22_01 .hub_service_icon svg {
    width: 62px;
    height: 62px;
}

.psc32_22_01 .hub_service_icon.cyan {
    color: #00a3d9;
}

.psc32_22_01 .hub_service_box .summary {
    margin: 0;
    text-align: center;
    line-height: 1.7;
}

.psc32_22_01 .hub_service_box .scale {
    margin: 8px 0 18px;
    color: #2475d0;
    font-weight: 700;
    text-align: center;
}

.psc32_22_01 .hub_service_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.psc32_22_01 .hub_service_box li {
    position: relative;
    margin-top: 8px;
    padding-left: 14px;
}

.psc32_22_01 .hub_service_box li:first-child {
    margin-top: 0;
}

.psc32_22_01 .hub_service_box li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2475d0;
}

.psc32_22_01 .hub_service_box li.detail {
    margin-top: 2px;
    padding-left: 24px;
    line-height: 1.6;
    color: #666;
    font-size: 0.9375em;
}

.psc32_22_01 .hub_service_box li.detail:before {
    content: "-";
    top: 0;
    left: 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #8a8a8a;
}

.psc32_22_01 .hub_plus {
    align-self: center;
    color: #2475d0;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1;
}

.psc32_22_01 .tab2_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.psc32_22_01 .tab2_gallery figure {
    margin: 0;
    border: 1px solid #e2ebf6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 rgba(36, 117, 208, 0.05);
}

.psc32_22_01 .tab2_gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.psc32_22_01 .tab2_gallery figcaption {
    padding: 10px 12px;
    color: #4a5a70;
    font-size: 0.9375em;
    text-align: center;
    background: #f7fbff;
}

.psc32_22_01 .tab2_gallery .logo img {
    background: #fff;
    object-fit: contain;
    padding: 16px;
}

/* tab3: 축산냄새 개선사업 */
.psc32_31_01 .col2 {
    display: flex;
    gap: 18px;
}

.psc32_31_01 .col2 .item {
    flex: 1;
    padding: 20px;
    border: 1px solid #d9e6f6;
    background: #f8fbff;
}

.psc32_31_01 .scheme_quote {
    margin: 0;
    padding: 22px 18px;
    color: #11497c;
    font-size: 1.125em;
    font-weight: 500;
    text-align: center;
    border: 1px solid #cfe0f4;
    background: #f4f9ff;
}

.scheme_quote strong {
    color: #2475d0;
    font-size: 1.0625em;
    font-weight: 700;
}

.psc32_31_01 .scheme_desc {
    margin-top: 20px;
    text-align: center;
    line-height: 1.7;
}

.psc32_31_01 .smell_steps,
.psc32_31_01 .process_flow {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.psc32_31_01 .smell_steps {
    display: flex;
    gap: 10px;
}

.psc32_31_01 .smell_steps li {
    position: relative;
    flex: 1;
    padding: 18px 12px;
    text-align: center;
    border: 1px solid #cfe0f4;
    background: #fff;
}

.psc32_31_01 .smell_steps li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #77a8de;
    border-right: 2px solid #77a8de;
    transform: rotate(45deg);
}

.psc32_31_01 .smell_steps li:last-child:after {
    display: none;
}

.psc32_31_01 .smell_steps span,
.psc32_31_01 .process_flow span {
    display: inline-block;
    margin-bottom: 8px;
    color: #2475d0;
    font-size: 0.875em;
    font-weight: 700;
}

.psc32_31_01 .smell_steps strong,
.psc32_31_01 .process_flow strong {
    display: block;
    font-size: 1.0625em;
}

.psc32_31_01 .effects .item {
    border-left: 4px solid #2475d0;
}

.psc32_31_01 .process_flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.psc32_31_01 .process_flow li {
    position: relative;
    padding: 0;
    border: 1px solid #d9e6f6;
    background: #fff;
    text-align: center;
}

.psc32_31_01 .process_flow li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #77a8de;
    border-right: 2px solid #77a8de;
    transform: rotate(45deg);
}

.psc32_31_01 .process_flow li:nth-child(3n):after {
    display: none;
}

.psc32_31_01 .process_flow .flow_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    color: #fff;
    background: #2475d0;
    font-weight: 700;
}

.psc32_31_01 .process_flow .flow_head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.875em;
}

.psc32_31_01 .process_flow .flow_head strong {
    font-size: 1.0625em;
}

.psc32_31_01 .process_flow p {
    margin: 0;
    padding: 18px 12px;
    color: #555;
    line-height: 1.6;
}

.psc32_31_01 .org_cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.psc32_31_01 .org_cards .card {
    position: relative;
    padding: 18px 20px 18px 90px;
    border: 1px solid #e2ebf6;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(36, 117, 208, 0.05);
}

.psc32_31_01 .org_cards .card:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: calc(100% - 24px);
    border-radius: 999px;
    background: #2475d0;
}

.psc32_31_01 .org_cards .card:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f0f7ff;
}

.psc32_31_01 .org_cards .org_icon {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #2475d0;
}

.psc32_31_01 .org_cards .org_icon svg {
    width: 28px;
    height: 28px;
}

.psc32_31_01 .org_cards .org_text {
    flex: 1;
    min-width: 0;
}

.psc32_31_01 .org_cards .card h5 {
    margin: 0 0 6px;
    color: #1a3f6e;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
}

.psc32_31_01 .org_cards .card p {
    margin: 0;
    color: #5f6f86;
    line-height: 1.6;
}

/* tab4: TMS 운영관리사업 */
.psc32_41_01 .tms_intro_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.psc32_41_01 .tms_intro_cards .card {
    padding: 26px 20px;
    border: 1px solid #e2ebf6;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 0 rgba(36, 117, 208, 0.05);
}

.psc32_41_01 .tms_intro_cards .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: 0;
    background: transparent;
}

.psc32_41_01 .tms_intro_cards .icon svg {
    width: 36px;
    height: 36px;
}

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

.psc32_41_01 .tms_intro_cards h5 {
    margin: 0;
    color: #2475d0;
    font-size: 1.125em;
    font-weight: 700;
}

.psc32_41_01 .tms_intro_cards .line {
    width: 48px;
    height: 2px;
    margin: 12px auto 14px;
    background: #d0dbee;
}

.psc32_41_01 .tms_intro_cards p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.psc32_41_01 .tms_intro_cards p strong {
    color: #2475d0;
    font-weight: 700;
}

.psc32_41_01 .tms_info_bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #2475d0;
    color: #fff;
}

.psc32_41_01 .tms_info_bar .info_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

.psc32_41_01 .tms_info_bar p {
    margin: 0;
    line-height: 1.6;
}

.psc32_41_01 .tms_info_bar.light {
    background: #f7fbff;
    color: #1d2a3b;
    border: 1px solid #e2ebf6;
}

.psc32_41_01 .tms_info_bar.light .info_icon {
    background: #2475d0;
    color: #fff;
}

.psc32_41_01 .tms_info_bar .icon {
    width: 28px;
    height: 28px;
    color: #2475d0;
}

.psc32_41_01 .tms_info_bar .icon svg {
    width: 100%;
    height: 100%;
}

.psc32_41_01 .tms_flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 24px 0 20px;
    padding: 0;
    list-style: none;
}

.psc32_41_01 .tms_flow li {
    position: relative;
    padding: 22px 14px;
    border: 1px solid #e2ebf6;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.psc32_41_01 .tms_flow li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #77a8de;
    border-right: 2px solid #77a8de;
    transform: rotate(45deg);
}

.psc32_41_01 .tms_flow li:last-child:after {
    display: none;
}

.psc32_41_01 .tms_flow .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 10px;
}

.psc32_41_01 .tms_flow .icon svg {
    width: 26px;
    height: 26px;
}

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

.psc32_41_01 .tms_flow h5 {
    margin: 0 0 6px;
    font-size: 1.0625em;
    font-weight: 700;
    color: #1d2a3b;
}

.psc32_41_01 .tms_flow p {
    margin: 0;
    color: #5f6f86;
    line-height: 1.6;
}

.psc32_41_01 .tms_flow li.tms_highlight {
    background: #f1f7ff;
    border-color: #cfe0f4;
}

.psc32_41_01 .tms_check_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.psc32_41_01 .tms_check_grid .card {
    border: 1px solid #e2ebf6;
    border-radius: 12px;
    background: #fff;
    padding: 18px 18px 16px;
}

.psc32_41_01 .tms_check_grid .card_head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef3fb;
    margin-bottom: 12px;
}

.psc32_41_01 .tms_check_grid .card_head .icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psc32_41_01 .tms_check_grid .card_head .icon svg {
    width: 22px;
    height: 22px;
}

.psc32_41_01 .tms_check_grid .card_head .icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.psc32_41_01 .tms_check_grid h5 {
    margin: 0;
    font-size: 1.0625em;
    color: #1d2a3b;
}

.psc32_41_01 .tms_check_grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.psc32_41_01 .tms_check_grid li {
    position: relative;
    margin-top: 8px;
    padding-left: 20px;
    color: #5f6f86;
    line-height: 1.6;
}

.psc32_41_01 .tms_check_grid li:first-child {
    margin-top: 0;
}

.psc32_41_01 .tms_check_grid li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2d79e6;
    font-weight: 700;
}

.psc32_41_01 .tms_step_flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin: 18px 0 20px;
}

.psc32_41_01 .tms_step_flow .step {
    position: relative;
    border: 1px solid #e2ebf6;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.psc32_41_01 .tms_step_flow .step:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 14px;
    height: 2px;
    background: #77a8de;
    transform: translateY(-50%);
}

.psc32_41_01 .tms_step_flow .step:last-child:after {
    display: none;
}

.psc32_41_01 .tms_step_flow .step_head {
    padding: 10px 0;
    font-weight: 700;
    color: #2d79e6;
    background: #eef5ff;
}

.psc32_41_01 .tms_step_flow .step_body {
    padding: 18px 10px 20px;
}

.psc32_41_01 .tms_step_flow .step_body .icon {
    margin: 6px auto 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psc32_41_01 .tms_step_flow .step_body .icon svg {
    width: 28px;
    height: 28px;
}

.psc32_41_01 .tms_step_flow .step_body .icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.psc32_41_01 .tms_step_flow h5 {
    margin: 0;
    font-size: 1.0625em;
    color: #1d2a3b;
}

.psc32_41_01 .tms_org_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
}

.psc32_41_01 .tms_org_list .item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px 16px 26px;
    border: 1px solid #e2ebf6;
    border-radius: 10px;
    background: #fff;
}

.psc32_41_01 .tms_org_list .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: calc(100% - 24px);
    border-radius: 999px;
    background: #2475d0;
}

.psc32_41_01 .tms_org_list .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
}

.psc32_41_01 .tms_org_list .icon svg {
    width: 24px;
    height: 24px;
}

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

.psc32_41_01 .tms_org_list h5 {
    margin: 0 0 6px;
    color: #1d2a3b;
    font-size: 1.0625em;
}

.psc32_41_01 .tms_org_list p {
    margin: 0;
    color: #5f6f86;
    line-height: 1.6;
}

.itbl thead th {
    text-align: center;
}

.future_img_box {
    margin-top: 20px;
    text-align: center;
}

.future_img_box img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.psc32_31_01 .future_extracted_box {
}

.psc32_31_01 .future_extracted_box h5 {
    margin: 0 0 10px;
    color: #11497c;
    font-size: 1.0625em;
    font-weight: 700;
}

.psc32_31_01 .future_extracted_list {
    margin: 0;
    padding-left: 18px;
}

.psc32_31_01 .future_extracted_list li {
    margin-top: 6px;
    line-height: 1.6;
}

.psc32_31_01 .future_extracted_list li:first-child {
    margin-top: 0;
}

.psc32_31_01 .future_extract_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.psc32_31_01 .future_extract_card {
    display: flex;
    align-items: center;
    padding: 22px 18px;
    border: 1px solid #edf2f7;
    border-left: 5px solid #2475d0;
    background: #fff;
}

.psc32_31_01 .future_extract_card .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-right: 18px;
    border-radius: 50%;
    background: #f0f7ff;
    color: #2475d0;
    flex-shrink: 0;
}

.psc32_31_01 .future_extract_card .icon_box svg {
    width: 44px;
    height: 44px;
}

.psc32_31_01 .future_extract_card .text_content h6 {
    margin: 0 0 8px;
    color: #333;
    font-size: 1.25em;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.psc32_31_01 .future_extract_card .text_content p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    word-break: keep-all;
}

@media all and (max-width: 1024px) {
    .psc32_22_01 .hub_intro_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .psc32_22_01 .hub_service_group {
        flex-wrap: wrap;
    }

    .psc32_22_01 .hub_service_box {
        min-width: calc(50% - 9px);
    }

    .psc32_22_01 .tab2_gallery {
        grid-template-columns: 1fr;
    }

    .psc32_22_01 .hub_plus {
        position: relative;
        display: flex;
        flex: 0 0 100%;
        justify-content: center;
        align-items: center;
        margin: 4px 0;
        font-size: 0;
        color: transparent;
    }

    .psc32_22_01 .hub_plus:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px dashed #b9cce3;
    }

    .psc32_22_01 .hub_plus:after {
        content: "+";
        position: relative;
        z-index: 1;
        width: 36px;
        height: 36px;
        color: #2475d0;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        line-height: 34px;
        border: 1px solid #b9cce3;
        border-radius: 50%;
        background: #fff;
    }

    .psc32_31_01 .smell_steps,
    .psc32_31_01 .org_cards {
        flex-wrap: wrap;
    }

    .psc32_41_01 .tms_intro_cards {
        grid-template-columns: 1fr;
    }

    .psc32_41_01 .tms_flow {
        grid-template-columns: 1fr;
    }

    .psc32_41_01 .tms_flow li:after {
        display: none;
    }

    .psc32_41_01 .tms_check_grid {
        grid-template-columns: 1fr;
    }

    .psc32_41_01 .tms_step_flow {
        grid-template-columns: repeat(2, 1fr);
    }

    .psc32_41_01 .tms_step_flow .step:after {
        display: none;
    }

    .psc32_31_01 .smell_steps li,
    .psc32_31_01 .org_cards .card {
        min-width: calc(50% - 7px);
    }

    .psc32_31_01 .process_flow {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 768px) {
    .psc32_22_01 .hub_intro_cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .psc32_22_01 .hub_intro_cards li,
    .psc32_22_01 .hub_service_box {
        padding: 18px 14px;
    }

    .psc32_22_01 .hub_service_box {
        min-width: 100%;
    }

    .psc32_22_01 .hub_service_box h5 {
        margin: -18px -14px 16px;
        padding: 12px 14px;
        font-size: 1em;
    }

    .psc32_22_01 .hub_badge {
        margin-bottom: 20px;
        font-size: 1em;
    }

    .psc32_22_01 .hub_icon svg {
        width: 30px;
        height: 30px;
    }

    .psc32_22_01 .hub_service_icon svg {
        width: 52px;
        height: 52px;
    }

    .psc32_22_01 .hub_plus {
        margin: 0;
    }

    .psc32_22_01 .hub_plus:after {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .psc32_31_01 .col2,
    .psc32_31_01 .smell_steps,
    .psc32_31_01 .org_cards {
        display: block;
    }

    .psc32_31_01 .col2 .item,
    .psc32_31_01 .smell_steps li,
    .psc32_31_01 .org_cards .card {
        margin-top: 10px;
    }

    .psc32_31_01 .col2 .item:first-child,
    .psc32_31_01 .smell_steps li:first-child,
    .psc32_31_01 .org_cards .card:first-child {
        margin-top: 0;
    }

    .psc32_31_01 .smell_steps li:after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -8px;
        margin-top: 0;
        margin-left: -6px;
        transform: rotate(135deg);
    }

    .psc32_31_01 .process_flow {
        grid-template-columns: 1fr;
    }

    .psc32_31_01 .process_flow li:after {
        display: none;
    }

    .psc32_31_01 .future_extract_grid {
        grid-template-columns: 1fr;
    }

    .psc32_31_01 .future_extract_card {
        padding: 16px 14px;
    }

    .psc32_31_01 .future_extract_card .icon_box {
        width: 60px;
        height: 60px;
        margin-right: 12px;
    }

    .psc32_31_01 .future_extract_card .icon_box svg {
        width: 36px;
        height: 36px;
    }

    .psc32_31_01 .future_extract_card .text_content h6 {
        font-size: 1.0625em;
    }
}
