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

.sec03 {
    margin-bottom: 80px;
}

.sec03 .banner_container {
    position: relative;
}

/* 배경 이미지 */
.sec03 .img_container img {
    width: 100%;
}

/* 콘텐츠 정보 */
.sec03 .info_container.container_fix {
    width: 1510px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 콘텐츠 타이틀 */
.sec03 .title_container {
    margin-bottom: 30px;
}

.sec03 .title_container h2 {
    font-size: 52px;
    font-weight: bold;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    width: auto;
}

/* 콘텐츠 서브타이틀 */
.sec03 .subtitle_container {
    margin-top: 0;
}

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

/* 콘텐츠 바로가기 */
.sec03 .more_container {
    margin-top: 45px;
    display: inline-block;
    width: auto;
}

.sec03 .more_container a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 33px;
    border-radius: 25px;
    background: #fff;
}

.sec03 .more_container.on a {
    color: #222;
    background: #fccf00;
}

@media (max-width:991px) {
    .sec03 {
        margin-bottom: 45px;
    }
    
    /* 콘텐츠 정보 */
    .sec03 .info_container.container_fix {
        width: 100%;
        top: 50px;
        left: 0;
        transform: translate(0, 0);
    }
    
    /* 콘텐츠 타이틀 */
    .sec03 .title_container {
        margin-bottom: 20px;
    }
    
    .sec03 .title_container h2 {
        font-size: 31px;
    }
    
    /* 콘텐츠 서브타이틀 */
    .sec03 .subtitle_container h3 {
        font-size: 15px;
    }
    
    /* 콘텐츠 바로가기 */
    .sec03 .more_container {
        margin-top: 31px;
    }
    
    .sec03 .more_container a {
        font-size: 13px;
        padding: 15px 25px 13px 25px;
        border-radius: 20px;
    }
}