/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

.cta_banner .ctab_outer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta_banner .ctab_band {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(120deg, #1f7a52 0%, #15613f 100%);
    padding: 64px 56px;
}

.cta_banner .ctab_deco {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55%;
    opacity: 0.5;
    pointer-events: none;
}

.cta_banner .ctab_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.cta_banner .ctab_left {
    display: flex;
    align-items: center;
    gap: 26px;
}

.cta_banner .ctab_icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta_banner .ctab_title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.035em;
    line-height: 1.3;
    word-break: keep-all;
}

.cta_banner .ctab_text {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    word-break: keep-all;
}

.cta_banner .ctab_btn {
    height: 58px;
    padding: 0 34px;
    border: none;
    border-radius: 12px;
    background: #fff;
    color: #15613f;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    transition: background 150ms ease;
    letter-spacing: -0.01em;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    text-decoration: none;
}

.cta_banner .ctab_btn:hover {
    background: #f0f4f2;
    color: #15613f;
}

@media (max-width: 991px) {
    .cta_banner .ctab_outer {
        padding: 0 20px;
    }

    .cta_banner .ctab_band {
        padding: 36px 28px;
    }

    .cta_banner .ctab_content {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .cta_banner .ctab_left {
        gap: 18px;
    }

    .cta_banner .ctab_icon {
        width: 56px;
        height: 56px;
    }

    .cta_banner .ctab_title {
        font-size: 20px;
    }

    .cta_banner .ctab_text {
        font-size: 14px;
    }

    .cta_banner .ctab_btn {
        width: 100%;
        justify-content: center;
        height: 52px;
        font-size: 15px;
    }
}
