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

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

.main_sqi3 .main_cont_container.container_fix {
	padding:0 15px;
}

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

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

/* 이미지 */
.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 .swiper-slide:last-child .img_container {
    background: #e9f2ff;
    position: relative;
    overflow: visible;
}

.main_sqi3 .swiper-slide:last-child .img_container::before {
    content:"Click!";
    position:absolute;
    color:#fff;
    background:#8dbdff;
    border-radius:10px;
    font-size:12px;
    font-weight: 500;
    padding:3px 10px 1px;
    top:-4px;
}

.main_sqi3 .swiper-slide:last-child .img_container::after {
    content:"";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #8dbdff transparent transparent transparent;
    top:12px;
}
.main_sqi3 .img_container img{
/*     width: 100%;
    max-width: 80%; */
	width:fit-content;
    /* box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.2); */
}

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

.main_sqi3 .title_container h2 {
    font-size: 16px;
    font-weight: 500;
    color: #5d5d5d;
}

@media (max-width: 991px) {
    .main_sqi3 {
        position: relative;
    }
    
    .main_sqi3::after {
        content:"";
        background: #f9f9fa;
        width: 100%;
        height: 12px;
        position: absolute;
        bottom:0;
        left:0;
    }
	.main_sqi3 .container_fix {
		padding:0 25px;
	}

    /* 이미지 */
    .main_sqi3 .swiper {
        padding:0 10px;
    }

	.main_sqi3 .swiper-slide:nth-child(n+5):nth-child(-n+8) {
		margin-top:15px !important;
	}
    .main_sqi3 .img_container {
        border-radius: 15px;
        margin-bottom: 5px;
    }

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

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

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

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

    .main_sqi3 .swiper-slide:last-child .img_container::before {
        font-size: 11px;
        padding:4px 9px 3px;
        top:-7px;
    }
    .main_sqi3 .swiper-slide:last-child .img_container::after {
        top:8px;
    }
}