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

    .BF1_26 .main_cont_container > .container_fix {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .BF1_26 .BF1_26_box{ display: flex; flex-direction: column; justify-content: center; width: 100%;}

    .BF1_26 .BF1_26_titlebox { display: flex;  flex-direction: column; width: 100%; text-align: center; }

    .BF1_26 .BF1_26_titlebox h4{font-weight: bold;  font-size: 20px;  line-height:1; color: #888888; position: relative; width: 100%; word-break: keep-all; margin-bottom: 30px;}
    
    .BF1_26 .BF1_26_titlebox h2{font-weight: bold;  font-size: 40px;  line-height:1.5; color: #0c0c0c; position: relative; width: 100%; word-break: keep-all; margin-bottom: 40px;}
    
    .BF1_26 .BF1_26_titlebox h3{font-size: 18px; line-height: 1.5;  font-weight: 400; color: #666666; display: block; word-break: keep-all;}
    .BF1_26 .BF1_26_titlebox .text{font-size: 18px; line-height: 28px;  font-weight: 500; color: white; display: block; word-break: keep-all;}

    .BF1_26 .link_cont { width: 100%; display: flex; justify-content: left; align-items: center; gap:10px; margin-top:70px; }

	@media (max-width: 991px) {
        .BF1_26 .BF1_26_box{ gap:20px;}

        .BF1_26 .BF1_26_titlebox { flex: 1; display: flex;  flex-direction: column; width: 100%; text-align: center; }

        .BF1_26 .BF1_26_titlebox h4{ font-size: 20px;}
        .BF1_26 .BF1_26_titlebox h3{ font-size: 14px;}
        .BF1_26 .BF1_26_titlebox h2{ font-size: 25px;}
        .BF1_26 .BF1_26_titlebox .text{font-size: 13px;}
        
        .BF1_26 .link_cont { margin-top:40px; justify-content: center; }
    }