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

/* 텍스트 박스 */
.TXT3 .main_box .text_box { 
    width: auto; 
    display: inline-flex; 
    justify-content: center; 
    align-items: baseline; 
    flex-direction: column;
}
.TXT3 .main_box .text_box .category { 
    display: inline-block;
    width: auto;
    font-size: 24px; 
    font-weight: bold; 
    color: #0c0c0c; 
    margin-bottom: 17px;
}
.TXT3 .main_box .text_box .title {  
    display: inline-block;
    width: auto;
    font-size: 72px; 
    font-weight: bold; 
    color: #0c0c0c; 
    margin-bottom: 27px; 
    word-break: keep-all;
    font-family: "Manrope", "Pretendard", sans-serif;
}
.TXT3 .main_box .text_box .subtitle {  
    display: inline-block;
    width: auto;
    font-size: 20px; 
    font-weight: 400; 
    line-height: 1.7;
    color: #5d5d5d; 
    word-break: keep-all; 
    white-space: normal; 
    overflow-wrap: break-word;
}

@media (max-width:1480px) {
    .TXT3 .main_box .text_box .title {
        font-size: 55px;
    }
    .TXT3 .main_box .text_box .subtitle {
        font-size: 17px;
    }
}
@media (max-width:1280px) {
    .TXT3 .main_box .text_box .title {
        font-size: 48px;
    }
}

@media (max-width:991px){
    .TXT3 .main_box .text_box { 
        align-items: center;
        width: 100%; 
    }
    .TXT3 .main_box .text_box .category { 
        font-size: 20px; 
		margin-bottom:18px;
    }
    .TXT3 .main_box .text_box .title {  
        margin-bottom: 16px;
        font-size: 31px; 
    }
    .TXT3 .main_box .text_box .subtitle { 
        font-size: 15px;
        text-align: center;
        line-height: 23px;
    }
}