/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/
.challenge_banner { position: relative; overflow: hidden; }
.challenge_banner .challenge_banner_in { max-width: 1240px; margin: 0 auto; padding: 72px 40px; }
.challenge_banner .challenge_banner_layout { display: flex; align-items: center; gap: 40px; min-height: 440px; }

.challenge_banner .challenge_banner_content { flex: 1 1 0; min-width: 0; }

.challenge_banner .challenge_banner_badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(31,122,82,0.08); border: 1px solid rgba(31,122,82,0.18); border-radius: 100px; padding: 6px 14px 6px 10px; margin-bottom: 24px; }
.challenge_banner .challenge_banner_badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #1f7a52; flex-shrink: 0; }
.challenge_banner .challenge_banner_badge .badge_label { font-size: 13px; font-weight: 600; color: #1f7a52; letter-spacing: 0.01em; line-height: 1; }

.challenge_banner .challenge_banner_title { font-size: 64px; font-weight: 800; line-height: 1.15; color: #111; letter-spacing: -0.03em; word-break: keep-all; margin: 0 0 20px; }
.challenge_banner .challenge_banner_sub { display: inline-block; font-size: 19px; line-height: 1.7; color: #444; word-break: keep-all; margin: 0 0 40px; max-width: 480px; }

.challenge_banner .challenge_banner_btns { display: flex; gap: 12px; flex-wrap: wrap; }

.challenge_banner .challenge_banner_btn_prim { display: inline-flex; align-items: center; gap: 8px; height: 56px; padding: 0 28px; background: #1f7a52; color: #fff; border-radius: 8px; font-size: 16px; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.challenge_banner .challenge_banner_btn_prim:hover { background: #155c3c; color: #fff; }

.challenge_banner .challenge_banner_btn_sec { display: inline-flex; align-items: center; gap: 8px; height: 56px; padding: 0 28px; background: transparent; color: #1f7a52; border: 1.5px solid #1f7a52; border-radius: 8px; font-size: 16px; font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s; }
.challenge_banner .challenge_banner_btn_sec:hover { background: rgba(31,122,82,0.06); color: #155c3c; }

.challenge_banner .challenge_banner_visual { flex: 0 0 480px; width: 480px; display: flex; align-items: center; justify-content: center; }

@keyframes hbFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-12px); }
}
@keyframes hbGlow {
    0%, 100% { opacity: 0.6; r: 120; }
    50%       { opacity: 1;   r: 130; }
}

@media (max-width: 991px) {
    .challenge_banner .challenge_banner_in { padding: 40px 20px 36px; }
    .challenge_banner .challenge_banner_layout { flex-direction: column; align-items: flex-start; min-height: auto; gap: 24px; }
    .challenge_banner .challenge_banner_visual { display: none; }
    .challenge_banner .challenge_banner_title { font-size: 36px; }
    .challenge_banner .challenge_banner_sub { font-size: 15px; max-width: 100%; }
    .challenge_banner .challenge_banner_btn_prim, 
    .challenge_banner .challenge_banner_btn_sec { height: 48px; font-size: 15px; }
}

@media (max-width: 640px) {
    .challenge_banner .challenge_banner_title { font-size: 28px; }
    .challenge_banner .challenge_banner_btns { flex-direction: column; }
    .challenge_banner .challenge_banner_btn_prim, 
    .challenge_banner .challenge_banner_btn_sec { width: 100%; justify-content: center; }
}
