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

.BF1_26 {
    position: relative;
    height: 100dvh;
    background-color: #000;
    overflow: hidden;
}

.BF1_26 .title_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
}

.BF1_26 .title_container .subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.BF1_26 .title_container .title {
    font-size: 90px;
    font-weight: 600;
    line-height: 120px;
    color: #fff;
}

.BF1_26 .bound_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.BF1_26 .bound_svg .mask_cover {
    fill: #000;
}

.BF1_26 .bound_svg .ellipse_border {
    fill: none;
    stroke: #fff;
    stroke-width: 0.1;
}

body.is-bf1-26-scroll-active .at-header {
    top: -100% !important;
}

@media (max-width: 991px) {
    .BF1_26 .title_container {
        gap: 30px;
    }
    
    .BF1_26 .title_container .subtitle {
        font-size: 19px;
    }
    
    .BF1_26 .title_container .title {
        font-size: 39px;
        line-height: 52px;
    }
}