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

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

.main_smmb2 {
    display: flex;
    flex-direction: column;
}

.main_smmb2 .main_cont_container {
    position: relative;
    flex: 1;
    overflow: hidden;
    padding:0;
}

/* 스와이프 */
.main_smmb2 .swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    height: 100%;
    border-radius: 0px;
}

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

.main_smmb2 .swiper-slide {
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

/* 스와이프 정보 */
.main_smmb2 .swiper_info_container {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 2;
    padding: 0 25px;
    text-align: left;
}

/* 스와이프 요소이미지 */
.main_smmb2 .swiper_info_container .itemSubImg {
    width: auto;
    margin: 0 auto 30px 0;
}

/* 스와이프 타이틀 */
.main_smmb2 .swiper_title {
    margin-bottom: 15px;
}

.main_smmb2 .swiper_title h2 {
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    width: auto;
    margin:16px 0 20px;
    line-height: 48px;
}

/* 스와이프 서브타이틀 */
.main_smmb2 .swiper_subtitle {
    margin-bottom: 5px;
}

.main_smmb2 .swiper_subtitle h3 {
    font-size: 20.5px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: auto;
}

.main_smmb2 .link_text {
    display:inline-block;
    background-color: #fff;
    color:#6b6560;
    font-size: 15px;
    line-height: 44px;
    border-radius: 22px;
    padding:0 34.5px;
    font-weight: 700;
    width: auto;
}

/* 스와이프 텍스트 */
.main_smmb2 .swiper_text h5 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: auto;
}

/* 스와이프 태그 */
.main_smmb2 .swiper_tag {
    margin-bottom: 10px;
}

.main_smmb2 .swiper_tag h5 {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    width: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 10px;
}

/* 스와이프 텍스트 */
.main_smmb2 .swiper_text h5 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: auto;
}

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

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