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

/* 타이틀 */
.BF3_2 .main_cont_title {
    margin-bottom: 93px;
}

.BF3_2 .main_cont_title h2 {
    font-size: 64px;
    font-weight: bold;
    color: #0c0c0c;
    line-height: 76px;
    text-align: center;
}

.BF3_2 .main_cont_title .desc {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
    line-height: 30px;
    text-align: center;
}

/* 카드 */
.BF3_2 .main_cont_card {
    display: flex;
    flex-wrap: wrap;
    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: block;
    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: 42px;
    transition: all 400ms;
    background-color: #faf7f4;
    text-align: left;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.BF3_2 .main_cont_card .card .text_box .title_area {
    margin-bottom: 18px;
}

.BF3_2 .main_cont_card .card .text_box h2 {
    font-size: 28px;
    font-weight: bold;
    color: #0c0c0c;
    transition: all 400ms;
    width: auto;
    margin-right: 14px;
}

.BF3_2 .main_cont_card .card .text_box h2 span {
	display: inline-block;
	width: auto;
}

.BF3_2 .main_cont_card .card .text_box h2 .point_color {
    color: #4eb449 !important;
}

.BF3_2 .main_cont_card .card .text_box .tag {
    color: #fff;
    font-size: 14px;
    background: #235cf5;
    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_text {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #5d5d5d;
    transition: all 400ms;
    word-break: keep-all;
}

.BF3_2 .main_cont_card .card .text_box .desc_subbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.BF3_2 .main_cont_card .card .text_box .desc_subbox .desc_text_sub {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    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%;
        border-radius: 10px;
    }

    .BF3_2 .main_cont_card .card .text_box {
        padding: 28px 35px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .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_text {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 23px;
    }

    .BF3_2 .main_cont_card .card .text_box .desc_subbox .desc_text_sub {
        font-size: 15px;
        line-height: 23px;
    }
}
