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

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

.main_smmb1 {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index:2;

}

.main_smmb1 .main_cont_container {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0;
        z-index:1;
}

/* 스와이프 */
.main_smmb1 .swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.main_smmb1 .swiper-wrapper {
    height: 100%;
}

.main_smmb1 .swiper-slide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.main_smmb1 .swiper-slide.swiper-slide-active {
    /* 슬라이드 fade 중첩 효과 이슈로 active 순서 필요 */
    z-index: 2;
}

/* 스와이프 이미지 */
.main_smmb1 .img_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_smmb1 .img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 스와이프 동영상 */
.main_smmb1 .iframe_container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_smmb1 .iframe_container .iframe_container_inner {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_smmb1 .iframe_container iframe {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: calc(100% + 120px);
    object-fit: cover;
}

/* 스와이프 동영상 요소이미지 */
.main_smmb1 .iframe_container .itemSubVideoImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_smmb1 .iframe_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    cursor: grab; /* 스와이프 UI 힌트를 제공 */
}

/* 스와이프 정보 */


/* 첫번째 슬라이드 */

.main_smmb1 .single .swiper_info_container {
    position: absolute;
    top: 43px;
    left: 0;
    padding: 0 32px;
}

.main_smmb1 .single .swiper_subtitle {
    margin-bottom: 20px;
}

.main_smmb1 .single .swiper_subtitle h3 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}

.main_smmb1 .single .swiper_title {
    margin-bottom: 13px;
}

.main_smmb1 .single .swiper_title h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: -0.01em;
    color: #fff;
}

.main_smmb1 .single .swiper_text {
    margin-bottom: 18px;
}

.main_smmb1 .single .swiper_text h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: -0.04em;
    color: #fff;
}

.main_smmb1 .single .swiper_tag > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 43px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #0c0c0c;
    background-color: #fff;
}


/* 첫번째 슬라이드 */

.main_smmb1 .dual .swiper_info_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 32px;
}

.main_smmb1 .dual .swiper_title {
    margin-bottom: 17px;
}

.main_smmb1 .dual .swiper_title h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: -0.01em;
    color: #fff;
}

.main_smmb1 .dual .swiper_text h5 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.37;
    letter-spacing: -0.04em;
    color: #fff;
}




/* 스와이프 페이지네이션 정보 */
.main_smmb1 .swiper_btn_container {
    z-index: 2;
}

.main_smmb1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 17px;
    color: #fff;
    font-size: 11px;
    font-family: 'Noto Sans KR',sans-serif;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 20px;
    padding: 3px 10px;
}