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

.sec06 {
    margin-bottom: 80px;
}

.sec06 .banner_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

/* 콘텐츠 이미지 */
.sec06 .img_container {
    width: 50%;
}

.sec06 .img_container img {
    width: 100%;
}

/* 콘텐츠 정보 */
.sec06 .info_container {
    width: 50%;
    padding: 10px 10px 10px 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* 콘텐츠 타이틀 */
.sec06 .title_container img {
    width: auto;
}

/* 콘텐츠 서브타이틀 */
.sec06 .subtitle_container {
    margin-top: 40px;
}

.sec06 .subtitle_container h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Pretendard';
    line-height: 1.5;
    color: #666666;
    display: inline-block;
    width: auto;
}

/* 콘텐츠 바로가기 */
.sec06 .sns_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.sec06 .sns_container a img {width: 42px;}
.sec06 .sns_container a img:first-child {display: block;}
.sec06 .sns_container a.on img:first-child {display: none;}
.sec06 .sns_container a img:last-child {display: none;}
.sec06 .sns_container a.on img:last-child {display: block;}

@media (max-width:991px) {
    .sec06 {
        margin-bottom: 45px;
    }
    
    .sec06 .banner_container {
        flex-direction: column;
        gap: 30px;
    }
    
    /* 콘텐츠 이미지 */
    .sec06 .img_container {
        width: 100%;
        padding-right: 15px;
    }
    
    /* 콘텐츠 정보 */
    .sec06 .info_container {
        width: 100%;
        padding: 0 15px;
    }
    
    /* 콘텐츠 타이틀 */    
    .sec06 .title_container img {
        width: 220px;
    }
    
    /* 콘텐츠 서브타이틀 */
    .sec06 .subtitle_container {
        margin-top: 25px;
    }
    
    .sec06 .subtitle_container h3 {
        font-size: 15px;
    }
    
    /* 콘텐츠 바로가기 */
    .sec06 .sns_container {
        gap: 8px;
        margin-top: 34px;
    }
}