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


.sec02_01 .container_fix {
    max-width: 1510px;
	width:100%;
}
	
/* 배너 타이틀 */
.sec02_01 .banner_title_container {
    margin-bottom: 39px;
    text-align: center;
	margin-bottom:55px;
}

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

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

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

/* 콘텐츠 타이틀 */
.sec02_01 .content .title_container {
    position: absolute;
    text-align: center;
	width:178px; 
	border-radius:18px 18px 0 0; 
	padding: 10px 0px 43px;
}

.sec02_01 .content:nth-child(1) .title_container {
    background: rgb(255 205 6 / 90%);
}
.sec02_01 .content:nth-child(2) .title_container {
    background: rgb(246 156 153 / 90%);
}
.sec02_01 .content:nth-child(3) .title_container {
    background: rgb(248 156 77 / 90%);
}

.sec02_01 .content .title_container h3 {
    font-size: 33px;
    font-weight: 700;
    font-family: 'Pretendard';
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    width: auto;
}

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

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

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

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

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

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

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

@media (max-width:991px) {
    .sec02_01 .container_fix {
        width: 100%;
    }
    
    /* 배너 타이틀 */
    .sec02_01 .banner_title_container {
        margin-bottom: 22px;
    }
    
    .sec02_01 .banner_title_container h2 {
        font-size: 23px;
    }
    
    /* 콘텐츠 정보 */
    .sec02_01 .contents_container {
        flex-direction: column;
        gap: 24px;
		margin-bottom:0;
    }
    
    .sec02_01 .content {
		width:100%;
		margin-bottom:23px;
		padding:0 12px;
    }
    
    .sec02_01 .content .icon_container {
        margin-bottom: 10px;
		margin-top:34px;
    }

    .sec02_01 .content .icon_container img {
		width: 100%;
		aspect-ratio:306 / 170; 
		border-radius:7px;
    }
    
    /* 콘텐츠 타이틀 */
    .sec02_01 .content .title_container {
        width:88px; 
		border-radius:7px; 
		padding:8px 0 30px;
    }

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

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