/*
(주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

/* 스와이퍼 */
.main_sqi3 .swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
}

.main_sqi3 .swiper-wrapper {
	z-index:2;
    justify-content: center;
}

.main_sqi3 .swiper-wrapper .swiper-slide {
    width: auto;
}

/* 이미지 */
.main_sqi3 .img_container {
    width: auto;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f8f8f8;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
}

.main_sqi3 .img_container img{
/*     width: 100%;
    max-width: 80%; */
	width:fit-content;
}

/* 타이틀 */
.main_sqi3 .title_container {
    text-align: center;
}

.main_sqi3 .title_container h2 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

@media (max-width: 991px) {
	.main_sqi3 .container_fix {
		padding:0 23px;
	}

    /* 이미지 */
	.main_sqi3 .swiper-slide:nth-child(n+5):nth-child(-n+8) {
		margin-top:12px;
	}
    .main_sqi3 .img_container {
        border-radius: 15px;
        margin-bottom: 3px;
    }

	.main_sqi3 .img_container img {
		width:50%;
		max-height:70%;
		object-fit:contain;
	}

    /* 타이틀 */
    .main_sqi3 .title_container h2 {
        font-size: 11px;
    }

    /* 스와이프 페이지네이션 */
    .main_sqi3 .swiper-pagination-progressbar {
        position: static;
        max-width: 30px;
        height: 5px;
        border-radius: 3px;
        background-color: #f7f7f7;
        overflow: hidden;
        margin: 12px auto 0 auto;
    }

    .main_sqi3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        border-radius: 3px;
        background-color: #b4b2b4;
    }
}