/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/
.scroll_text {
    user-select: none;
    border-top:2px solid #e5dfc8;
    border-bottom: 2px solid #e5dfc8;
    padding:18px 0;
    margin-top: 11px;
}
.scroll_text p {
    color:#43322d;
    opacity:0.38;
    font-size: 28px;
    font-weight: 800;
    text-wrap:nowrap;
    animation: scrollText 30s linear infinite;
    text-transform: uppercase;
}
@keyframes scrollText {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-87%); }
}

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

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

.main_b3_9 .main_cont_title h2 {
    font-size: 72px;
    font-weight: bold;
    color: #0c0c0c;
}

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

.main_b3_9 .main_cont_subtitle h3 {
    font-size: 24px;
    color: #5d5d5d;
    font-weight: 500;
	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: 14px 46px;
	position:relative;
}

.main_b3_9 .pc_count_container > div + div::after {
	content:"";
	height:253px;
	width:1px;
	background:#cfc8b1;
	opacity:0.35;
	top:1px; 
	left:0;
	position:absolute;
}

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

.main_b3_9 .count_title h2 {
    font-size: 25px;
    font-weight: bold;
    color: #120d0c;
    margin-bottom: 8px;
}

.main_b3_9 .count_main_num h3 {
    font-size: 100px;
    font-weight: 700;
    color: #120d0c;
    margin-bottom: -5px;
    font-family: 'GmarketSans';
}

.main_b3_9 .count_main_num h3 span {
	font-size:35px;
    font-family: 'GmarketSans';
}

.main_b3_9 .count_sub_num h4 {
    font-size: 20px;
    font-weight: 400;
    color: #827b79;
    line-height: 30px;
}

/* 메인 배너 */
.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;
}

.main_b3_9 .count_text {
    background: #231815;
    color:#ffba43;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 195px;
    line-height: 34px;
    border-radius: 5px;
    margin:15px auto 0;
}


@media (max-width: 991px) {
    .scroll_text {
        padding:10px 0;
        margin-top: 33px;
    }
    .scroll_text p {
        font-size: 16px;
        animation: scrollText 20s linear infinite;
    }
    .main_b3_9 .m_cont_container {
        /* widget-wrap before보다 위로 올라오게 결정 */
        z-index: 2;
        position: relative;
    }

    .title_count_container {
        display: block;
		margin-bottom:0px;
    }
    
    /* 타이틀 */
    .main_b3_9 .main_cont_title {
        margin-bottom: 17px;
    }
    
    .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: 100%;
        margin-bottom: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .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: 19px;
        margin-bottom: 1px;
    }
    
    .main_b3_9 .count_main_num h3 {
        font-size: 64px;
        margin-bottom: -2px;
    }
    .main_b3_9 .count_main_num h3 span {
        font-size: 24.5px;
    }
    
    .main_b3_9 .count_sub_num h4 {
        font-size: 16px;
        font-weight: 400;
        color: #827b79;
        text-align: center;
        line-height: 24.5px;
    }

    .main_b3_9 .count_text {
        font-size: 14px;
        font-weight: 500;
        color:#ffba43;
        width: 177px;
        line-height: 29px;
        border-radius: 3px;
        margin: 5px auto 0;
    }
    
    /* 메인 배너 */
    .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;
    }
}