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

    .BF1_11 .BF1_11_box{ display: flex; width: 100%; height: 100%; }

    .BF1_11 .BF1_11_container_box { display: flex; width: 100%; height: 100%; }

	.BF1_11 .BF1_11_container_box .title_box { height: 100%; width: 59.5%; display: flex; flex-direction: column; justify-content: center;}
    .BF1_11 .BF1_11_container_box h3.widget_froala{font-weight: bold;  font-size: 24px; color: #0c0c0c; position: relative; width: 100%; word-break: keep-all;}
    .BF1_11 .BF1_11_container_box h2.widget_froala{font-family: "Poppins", sans-serif; font-weight: 600;  font-size: 72px; color: #0c0c0c; margin-top: 23px;  position: relative; width: 100%; word-break: keep-all;}
    .BF1_11 .BF1_11_container_box .widget_froala.text{font-size: 20px; line-height: 30px; margin-top: 40px; font-weight: 500; color: #5d5d5d; display: block; word-break: keep-all;}
    .BF1_11 .link_cont { width: 100%; display: flex; justify-content: left; align-items: center; gap:10px; margin-top:48px; }
	
    .BF1_11 .link_cont .link_box {  display: flex; justify-content: center; align-items: center; gap: 10px;}	
	.BF1_11 .link_cont .link_box:hover img { content: url(./img/BF1_11_arrow_h.png);}
    .BF1_11 .link_cont .link_box p { font-size: 20px; font-weight:600; text-align: center; line-height: 34px; width: auto; }

    .BF1_11 .BF1_11_container_box .img_box {width: 40.5%; height: 100%; aspect-ratio: 600 / 630;}

	@media (max-width: 991px) {
		.BF1_11 .BF1_11_container_box { display: flex; flex-direction: column; padding:0 15px; justify-content: space-between; }

		.BF1_11 .BF1_11_container_box .title_box {  width: 100%; text-align: center;  height: 45%; }
		.BF1_11 .BF1_11_container_box h3.widget_froala{ font-size: 20px;}
		.BF1_11 .BF1_11_container_box h2.widget_froala{ font-size: 31.5px; margin-top: 20px; }
		.BF1_11 .BF1_11_container_box .widget_froala.text{font-size: 14px; line-height: 21px; margin-top: 25px; }
		.BF1_11 .link_cont {  gap:10px; margin-top:26px; justify-content: center; }
		
		.BF1_11 .link_cont .link_box {gap:5px;}	
		.BF1_11 .link_cont .link_box:hover img { width:20%; }
		.BF1_11 .link_cont .link_box p { font-size: 15px; }

		.BF1_11 .BF1_11_container_box .img_box {width: 100%; height: 50%; margin-top:35px; aspect-ratio: 600 / 564;}
    }