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

.title_count_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom:56px;
}

/* 타이틀 */
.main_b3_9 .main_cont_title {
    margin-bottom: 20px;
}

.main_b3_9 .main_cont_title h2 {
    font-size: 55px;
    font-weight: bold;
    color: #111;
	font-family: "Montserrat", sans-serif;
}

.main_b3_9 .main_cont_title h2 p {
	font-family: "Montserrat", sans-serif;
}

/* 서브타이틀 */
.main_b3_9 .main_cont_subtitle {
    margin-bottom: 80px;
}

.main_b3_9 .main_cont_subtitle h3 {
    font-size: 22px;
    color: #5d5d5d;
    font-weight: 400;
	padding:0 2px;
}

/* 카운트 */
.main_b3_9 .pc_count_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}

.main_b3_9 .pc_count_container > div {
    padding: 10px 56px;
    border-right: 1px solid #e1e1e1;
}

.main_b3_9 .pc_count_container .right_count_container {
    border-right: none;
}

.main_b3_9 .count_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0c0c0c;
    margin-bottom: 23px;
}

.main_b3_9 .count_main_num h3 {
    font-size: 50px;
    font-weight: 800;
    color: #0c0c0c;
    margin-bottom: 3px;
	font-family: "Montserrat", sans-serif;
}

.main_b3_9 .count_main_num h3 span {
	color:#444444;
	font-size:20px;
	font-weight:500;
}

.main_b3_9 .count_sub_num h4 {
    font-size: 16px;
    font-weight: 500;
    color: #5d5d5d;
}

/* 메인 배너 */
.main_b3_9 .pc_cont_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
}

.main_b3_9 .pc_cont_container > div {
    width: auto;
    padding: 45px 30px 45px 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: flex 0.5s ease;
}

.main_b3_9 .pc_cont_container > div.on {
    flex: 2;
}

.main_b3_9 .pc_cont_container .item > a {
    display: block;
    width: 100%;
    height: 100%;
}

.main_b3_9 .pc_cont_container .item > a > div {
    width: 85%;
}

.main_b3_9 .pc_cont_container .item h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.main_b3_9 .pc_cont_container .item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #e1e1e1;
    margin-bottom: 67px;
	padding:0 3px;
}

.main_b3_9 .pc_cont_container .item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	line-height:26px;
}

.main_b3_9 .pc_cont_container .right_item h2,
.main_b3_9 .pc_cont_container .right_item h3,
.main_b3_9 .pc_cont_container .right_item h4 {
    color: #5d5d5d;
}


@media (max-width: 991px) {
    .main_b3_9 .m_cont_container {
        /* widget-wrap before보다 위로 올라오게 결정 */
        z-index: 2;
        position: relative;
    }

    .title_count_container {
        display: block;
		margin-bottom:48px;
    }
    
    /* 타이틀 */
    .main_b3_9 .main_cont_title {
        margin-bottom: 10px;
    }
    
    .main_b3_9 .main_cont_title h2 {
        font-size: 31.5px;
        font-weight: bold;
    }
    
    /* 서브타이틀 */
    .main_b3_9 .main_cont_subtitle {
        margin-bottom: 40px;
    }
    
    .main_b3_9 .main_cont_subtitle h3 {
        font-size: 15px;
		padding:0;
    }
    
    /* 카운트 */
    .main_b3_9 .m_count_container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    
    .main_b3_9 .m_count_container > div {
        width: 50%;
        margin-bottom: 39px;
    }

    .main_b3_9 .m_count_container > div:nth-child(1) {
        padding-right: 30px;
    }

    .main_b3_9 .m_count_container > div:nth-child(2) {
        padding-left: 35px;
        position: relative;
    }

    .main_b3_9 .m_count_container > div:nth-child(3) {
        margin-bottom: 0;
    }

    .main_b3_9 .m_count_container > div:nth-child(2)::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e1e1e1;
    }
    
    .main_b3_9 .count_title h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .main_b3_9 .count_main_num h3 {
        font-size: 32px;
        margin-bottom: 5px;
    }
    
    .main_b3_9 .count_sub_num h4 {
        font-size: 13.5px;
        font-weight: 500;
        color: #5d5d5d;
    }
    
    /* 메인 배너 */
    .main_b3_9 .m_cont_container {

    }
    
    .main_b3_9 .m_cont_container > div {
        width: auto;
        padding: 25px 30px;
        display: flex;
        flex-direction: column;
        transition: height 0.5s ease;
    }

    .main_b3_9 .m_cont_container .item > a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .main_b3_9 .m_cont_container .item > a > div {
        width: 85%;
    }
    
    .main_b3_9 .m_cont_container .item h2 {
        font-size: 20px;
        font-weight: 900;
        color: #fff;
    }
    
    .main_b3_9 .m_cont_container .item h3 {
        font-size: 13.5px;
        font-weight: 500;
        color: #e1e1e1;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    
    .main_b3_9 .m_cont_container .item h4 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
		line-height:23px;
    }
    
    .main_b3_9 .m_cont_container .right_item h2,
    .main_b3_9 .m_cont_container .right_item h3,
    .main_b3_9 .m_cont_container .right_item h4 {
        color: #5d5d5d;
    }

    .main_b3_9 .m_cont_container .bottom_subtitle {
        max-height: 0;
        overflow: hidden;
    }

    .main_b3_9 .m_cont_container > div.on .bottom_subtitle {
        max-height: 1000px;
        transition: max-height 1s ease;
    }
}