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

    .BF1_1 .BF1_1_box{ display: flex; flex-direction: column; width: 100%;}

    .BF1_1 .BF1_1_titlebox { display: flex;  flex-direction: column;  gap:20px;  width: 100%; text-align: center; }

    .BF1_1 .BF1_1_titlebox h3.widget_froala{font-weight: bold;  font-size: 30px;  line-height:34px; color: #fff; position: relative; width: 100%; word-break: keep-all;font-family: "Cormorant Garamond","pretendard", serif; margin:5px 0;}
    .BF1_1 .BF1_1_titlebox h2.widget_froala{font-weight: 300;  font-size: 60px;  line-height:84px; color: white; position: relative; width: 100%; word-break: keep-all;font-family: 'ChosunSm', serif;}
    .BF1_1 .BF1_1_titlebox .widget_froala.text{font-size: 24px; line-height: 38px;  font-weight: 400; color: #afafaf; display: block; word-break: keep-all; margin-top:14px;}
    /*
    .BF1_1 .link_cont { width: 100%; display: flex; justify-content: center; align-items: center; gap:10px; margin-top:50px; }
    .BF1_1 .link_cont .link_box { padding: 16px 20px; border-radius: 10px; }
    .BF1_1 .link_cont .link_box:hover { filter: brightness(1.2);}
    .BF1_1 .link_cont .link_box p { font-size: 16px; font-weight:400; text-align: center; }
    .BF1_1 .link_cont .link_box:nth-child(1) { background-color: var(--main-point-btn-line-color-hover); color: white; }
    .BF1_1 .link_cont .link_box:nth-child(2) { background-color:white; color:var(--main-point-btn-line-color-hover);}
    */
	@media (max-width: 991px) {
		.BF1_1 .container_fix {height:100%;}
        .BF1_1 .BF1_1_box{ gap:20px; justify-content: center;}

        .BF1_1 .BF1_1_titlebox { flex: 1; display: flex;  flex-direction: column;  gap:15px;  width: 100%; padding-top:0px;}

        .BF1_1 .BF1_1_titlebox h3.widget_froala{ font-size: 20px; line-height:20px; }
        .BF1_1 .BF1_1_titlebox h2.widget_froala{ font-size: 31.5px;  line-height:40px; }
        .BF1_1 .BF1_1_titlebox .widget_froala.text{font-size: 15px; line-height: 23px; margin-top:8px;}
        /*
        .BF1_1 .link_cont .link_box { padding: 13px 20px; border-radius: 5px; }
        .BF1_1 .link_cont .link_box p { font-size: 13px; font-weight:400; text-align: center; }
        */
    }