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

.main_bf2_1.container_fix {
    max-width: 1850px !important;
    padding: 0 15px;
	height:calc(100vh * 3);
}

.main_bf2_1 .full_page_inner {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 130px;
    top: 0px;
	position:absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.main_bf2_1 .full_page_inner > div {
 /*    flex: 1; */
}

.main_bf2_1 .main_cont_img {
    border-radius: 20px;
    overflow: hidden;
	width:50.5%
}

.main_bf2_1 .main_cont_img img {
    width: 100%;
/*     transition: transform 0.5s ease; */
}

.main_bf2_1 .img_container.on .main_cont_img img {
    transform: scale(1.1);
}

/* 텍스트 */
.main_bf2_1 .full_page_inner .txt_container {
    opacity: 0;
    /* transition: opacity 1s ease; */
	width:49.5%;
	padding-left: 6.9%;
	padding-bottom:97px;
}

.main_bf2_1 .full_page_inner.stuck .txt_container {
    opacity: 1;
}

/* 타이틀 */
.main_bf2_1 .main_cont_title {
    margin-bottom: 42px;
}

.main_bf2_1 .main_cont_title h2 {
    font-size: 65px;
    font-weight: bold;
    color: #0c0c0c;
    line-height: 80px;
}

/* 서브타이틀 */
.main_bf2_1 .main_cont_subtitle {
    margin-bottom: 0;
}

.main_bf2_1 .main_cont_subtitle h3 {
    font-size: 24px;
    font-weight: 500;
    color: #666;
	line-height:36px;
}

@media (max-width: 991px) {

    .main_bf2_1.container_fix {
        max-width: 100%;
        padding: 0 15px;
        height:calc(100vh * 4);;
    }

    .main_bf2_1 .mob_full {
		position:relative;
	}

    .main_bf2_1 .item_container {
		display: flex;
		align-items: start;
		gap: 0px;
		top: 0px;
		/* position:absolute; */
		width: 100%;
		height: 100vh;
		z-index: 2;
		overflow: hidden;
		flex-direction:column;
    }

    .main_bf2_1 .img_container {
        margin-bottom: 38px;
		height:auto !important;
    }

	.main_bf2_1 .main_cont_img {
		width:100%;
		border-radius:11.5px;
		aspect-ratio: 385 / 426;
	}

	.main_bf2_1 .main_cont_img img {
		height:100%;
		object-fit:cover;
	}

    .main_bf2_1 .txt_container {
		/* padding-top:100%; */
	}

    /* 타이틀 */
    .main_bf2_1 .main_cont_title {
        margin-bottom: 20px;
    }

    .main_bf2_1 .main_cont_title h2 {
        font-size: 31.5px;
        line-height: 38.5px;
    }
    
    /* 서브타이틀 */
    .main_bf2_1 .main_cont_subtitle {
        margin-bottom: 0;
    }

    .main_bf2_1 .main_cont_subtitle h3 {
        font-size: 15px;
		line-height:23.5px;
    }

    
}