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

/* 타이틀 */
.BF3_2 .main_cont_title {margin-bottom: 60px;}
.BF3_2 .main_cont_title h2 {font-size: 55px;font-weight: bold; color: #0c0c0c; line-height: 1.306; text-align: center;}
.BF3_2 .main_cont_title .desc {font-size: 20px;font-weight: 500;color: #5d5d5d; line-height: 1.5; margin-top: 16px;}

/* 카드 */
.BF3_2 .main_cont_card {display: flex; gap: 30px;}
.BF3_2 .main_cont_card .card {position: relative; width: calc((100% - 30px * 2) / 3); text-align: center; border-radius: 20px; overflow: hidden; }
.BF3_2 .main_cont_card .card .card_inner {display: flex; flex-direction: column; width: 100%; height: 100%;}
.BF3_2 .main_cont_card .card .icon_box {position: relative; transition: all 400ms; top: 0;}
.BF3_2 .main_cont_card .card .icon_box img {display: block; width: 100%;}
.BF3_2 .main_cont_card .card .text_box {height: 100%; padding: 45px 50px 70px; transition: all 400ms; background-color: #fff; text-align: left; position:relative;}
.BF3_2 .main_cont_card .card .text_box .title_area {display:flex;}
.BF3_2 .main_cont_card .card .text_box h2 {font-size: 28px; font-weight: bold; color: #0c0c0c; transition: all 400ms; margin-bottom: 18px; width:auto; margin-right:14px;}
.BF3_2 .main_cont_card .card .text_box .tag {color:#fff; font-size:14px; background:var(--main-point-color-hover); border-radius:6px; display:block; width:auto;  padding: 3.5px 12px; height:fit-content; margin-top:4.5px; margin-right:7px;}
.BF3_2 .main_cont_card .card .text_box .desc {font-size: 18px; line-height: 1.55; font-weight: 500; color: #5d5d5d; transition: all 400ms; word-break:keep-all;}

/* 반응형 */
@media (max-width: 991px) {
	.BF3_2 .main_cont_title {margin-bottom: 40px; text-align: center;}
	.BF3_2 .main_cont_title h2 {font-size: 31.5px;line-height: 44px; word-break:keep-all; text-wrap:balance;}
	.BF3_2 .main_cont_title .desc {font-size: 15px;line-height: 23px; margin-top: 17px; word-break:keep-all; text-wrap:balance;}
	
	/* 카드 */
	.BF3_2 .main_cont_card {flex-direction: column; gap: 18px;}
	.BF3_2 .main_cont_card .card {width: 100%;}
	.BF3_2 .main_cont_card .card .text_box {padding: 28px 35px 50px;}
	.BF3_2 .main_cont_card .card .text_box h2 {font-size: 20px; margin-bottom: 16px; margin-right:8px;}
	.BF3_2 .main_cont_card .card .text_box .tag {font-size:12px; border-radius:3.5px; padding: 3px 6.5px; margin-top:2.5px; margin-right:6px;}
	.BF3_2 .main_cont_card .card .text_box .desc {font-size: 15px; line-height: 23px;}
}