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

/* 배너 래퍼 — 배경이미지 비활성화 */
.main_lbn5 .main_lbn5_banner {
    background: none !important;
}

.main_lbn5 .main_lbn5_banner .container_fix {
    z-index: 2;
}

/* CTA 밴드 */
.main_lbn5 .lbn5-cta-band {
    background: #0c0c0c;
    border-radius: 24px;
    padding: 72px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    overflow: hidden;
}

/* 장식 블롭 1 (우측 상단 — 그린) */
.main_lbn5 .lbn5-bg-blob {
    position: absolute;
    right: -40px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 40% 40%, rgba(31,122,82,.18) 0%, transparent 65%);
    pointer-events: none;
}

/* 장식 블롭 2 (좌중 하단 — 블루) */
.main_lbn5 .lbn5-bg-blob2 {
    position: absolute;
    left: 30%;
    bottom: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 50%, rgba(29,92,240,.08) 0%, transparent 65%);
    pointer-events: none;
}

/* 좌측 — 태그 + 제목 + 설명 */
.main_lbn5 .lbn5-cta-left {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

/* 태그 배지 */
.main_lbn5 .lbn5-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(31,122,82,.2);
    border: 1px solid rgba(31,122,82,.3);
    border-radius: 100px;
    padding: 5px 14px 5px 9px;
    margin-bottom: 24px;
}
.main_lbn5 .lbn5-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1f7a52;
    flex-shrink: 0;
}
.main_lbn5 .lbn5-tag-text {
    font-size: 12px;
    color: #1f7a52;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1;
}

/* 제목 */
.main_lbn5 .lbn5-cta-band .title {
    display: block;
    font-size: 52px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
    width: auto;
    word-break: keep-all;
}

/* 설명 */
.main_lbn5 .lbn5-sub {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    line-height: 1.7;
    margin: 0;
}

/* 우측 — 버튼 그룹 */
.main_lbn5 .lbn5-cta-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* 주 버튼 */
.main_lbn5 .lbn5-btn-primary {
    background: #1f7a52;
    color: #ffffff;
    border-radius: 12px;
    padding: 0 44px;
    font-size: 17px;
    font-weight: 600;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 150ms ease;
    font-family: inherit;
}
.main_lbn5 .lbn5-btn-primary:hover {
    background: #185f3e;
    transform: translateY(-1px);
    color: #ffffff;
}
.main_lbn5 .lbn5-btn-primary svg {
    flex-shrink: 0;
}

/* 보조 버튼 */
.main_lbn5 .lbn5-btn-secondary {
    background: rgba(255,255,255,.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 0 44px;
    font-size: 16px;
    font-weight: 500;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background 150ms ease;
    font-family: inherit;
}
.main_lbn5 .lbn5-btn-secondary:hover {
    background: rgba(255,255,255,.13);
    color: #ffffff;
}

/* 반응형 */
@media (max-width: 991px) {

    .main_lbn5 .lbn5-cta-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 24px;
        gap: 28px;
        border-radius: 18px;
    }

    .main_lbn5 .lbn5-bg-blob {
        width: 240px;
        height: 240px;
        right: -40px;
        top: -30px;
    }

    .main_lbn5 .lbn5-bg-blob2 {
        display: none;
    }

    .main_lbn5 .lbn5-tag-text {
        font-size: 11px;
    }

    .main_lbn5 .lbn5-tag {
        margin-bottom: 16px;
    }

    .main_lbn5 .lbn5-cta-band .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .main_lbn5 .lbn5-sub {
        font-size: 14px;
    }

    .main_lbn5 .lbn5-cta-right {
        width: 100%;
        gap: 10px;
    }

    .main_lbn5 .lbn5-btn-primary,
    .main_lbn5 .lbn5-btn-secondary {
        width: 100%;
        padding: 0 20px;
        justify-content: center;
    }

    .main_lbn5 .lbn5-btn-primary {
        height: 52px;
        font-size: 16px;
    }

    .main_lbn5 .lbn5-btn-secondary {
        height: 46px;
        font-size: 14px;
    }
}
