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


.sec04_02 .container_fix {
    max-width: 1510px;
	width:100%;
}

/* 배너 타이틀 */
.sec04_02 .banner_title_container {
    margin-bottom: 55px;
    text-align: center;
}

.sec04_02 .banner_title_container h2 {
    font-size: 45.5px;
    font-weight: bold;
    font-family: 'Pretendard';
    word-break: keep-all;
    line-height: 1.3;
    color: #222;
    display: inline-block;
    width: auto;
}

/* 콘텐츠 정보 */
.sec04_02 .contents_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
	margin-bottom:20px;
}

.sec04_02 .content {
    position: relative;
	width:33.3%;
	margin-bottom:50px;
}

/* 콘텐츠 타이틀 */
.sec04_02 .content .title_container {
    position: absolute;
    width: auto;
    padding: 10px 12px 50px;
    text-align: center;
    /* background: rgba(0, 0, 0, .3); */
	border-radius:18px;
	background:#ffd300;
}

.sec04_02 .content .icon_medal {
    position: absolute;
    top: 0px;
    right: 5px;
	display: block;
	z-index:3;
}

.sec04_02 .content .title_container h3 {
    font-size: 33px;
    font-weight: 600;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #2f2f2f;
    display: block;
    width: auto;
    padding: 0px;
}

.sec04_02 .content .icon_container {
	margin-top:60px;
	position:relative; 
	width:100%;
}

.sec04_02 .content .icon_container img {
	width:100%; 
	aspect-ratio:570 / 402; 
	object-fit:cover; 
	border-radius:18px;
}

/* 콘텐츠 바로가기 */
.sec04_02 .content .more_container {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
	width:160px;
}

.sec04_02 .content .more_container > div {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: #222;
    background: #fff;
	width:160px; 
	height:45px;
	margin:0 auto;
	border:0.1px solid #444; 
	line-height:45px;
}

.sec04_02 .content.on .more_container > div {
    color: #222;
    background: #fccf00;
}

.sec04_02 .content .more_container span {
    margin-left: 10px;
    transform: translateY(-1px);
}

.sec04_02 .content .more_container span img {
    width: 9px;
}

@media (max-width:1200px) {
	.sec04_02 .content .title_container {padding:10px 10px 30px;}
	.sec04_02 .content .title_container h3 {font-size:25px}
	.sec04_02 .content .icon_container {margin-top:45px}
	.sec04_02 .content .icon_medal {max-height:67px;}
}

@media (max-width:991px) {
    .sec04_02 .container_fix {
        width: 100%;
    }
    
    /* 배너 타이틀 */
    .sec04_02 .banner_title_container {
        margin-bottom: 22px;
    }
    
    .sec04_02 .banner_title_container h2 {
        font-size: 23px;
    }
    
    /* 콘텐츠 정보 */
    .sec04_02 .contents_container {
        flex-direction: column;
        gap: 10px;
    }
    
    .sec04_02 .content {
		width:100%;
		margin-bottom:38px;
		padding:0 12px;
    }
    
	.sec04_02 .content .icon_medal {
		left:-9px; 
		max-height:56px; 
		object-fit:contain;
		top:-8px;
	}
    .sec04_02 .content .icon_container {
        margin-bottom: 10px;
		margin-top:31px;
    }

    .sec04_02 .content .icon_container img {
		width: 100%;
		aspect-ratio:306 / 170; 
		border-radius:7px;
    }
    
    /* 콘텐츠 타이틀 */
    .sec04_02 .content .title_container {
        padding: 7px 9px 30px 25px;
        text-align: center;
		border-radius:7px;
    }

    .sec04_02 .content .title_container h3 {
        font-size: 17.5px;
        padding-right: 0;
    }
    
    /* 콘텐츠 서브타이틀 */
    .sec04_02 .content .subtitle_container {
        margin-top: 10px;
    }
    
    .sec04_02 .content .subtitle_container p {
        font-size: 15px;
    }
    
    /* 콘텐츠 바로가기 */
    .sec04_02 .content .more_container {
		bottom:-28px;
		width:93px;
    }
    
    .sec04_02 .content .more_container > div {
        font-size: 14px;
        margin: 0 auto;
        border-radius: 14px;
		width:93px; 
		height:27px; 
		line-height:27px;
		padding-top: 3px;
    }

    .sec04_02 .content .more_container span img {
        width: 6px;
    }
}