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

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

.main_sqi7 .main_cont_container.container_fix {
	padding:0;
}

/* 스와이퍼 */
.main_sqi7 .swiper {
    max-width: 780px;
    padding: 0 15px;
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
	overflow:hidden;
	margin:0 auto;
}

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

.main_sqi7 .more_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.main_sqi7 .img_container img{
	width:fit-content;
}

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

.main_sqi7 .title_container p {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0c0c0c;
    white-space: nowrap;
}

/* 스와이퍼 화살표 버튼 */
.main_sqi7 .swiper-button {
    width: 40px;
    height: 40px;
    top: 38%;
    margin: 0;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.main_sqi7 .swiper-button::after {display: none;}

.main_sqi7 .swiper-button img{
    width: 100%;
    border-radius: 50%;
    box-shadow: 3px 0 8px rgba(61,61,61,.15);
}

.main_sqi7 .swiper-button-next{
    right: 17px;
    margin: 0;
}

.main_sqi7 .swiper-button-prev{
    left: 16px;
}

@media (max-width: 991px) {
	.main_sqi7 .container_fix {
		padding:0 25px;
	}
    /* 스와이퍼 */
    .main_sqi7 .swiper {
        max-width: 100%;
    }

    /* 이미지 */
    .main_sqi7 .img_container {
        border-radius: 15px;
        margin-bottom: 5px;
    }

    .main_sqi7 .img_container img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

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

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

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