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

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

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

.main_mmb1 .main_cont_container {
    position: relative;
    flex: 1;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

/* 스와이프 정보 */
.main_mmb1 .swiper_info_container {
    width: 100%;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    text-align: left;
}

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

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

.main_mmb1 .swiper_subtitle h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    width: auto;
}

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

.main_mmb1 .swiper_title h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    display: inline-block;
    width: auto;
}

/* 스와이프 더보기 */
.main_mmb1 .swiper_more {
    display: inline-block;
    margin-bottom: 0px;
}

.main_mmb1 .swiper_more a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #9d9795;
    padding: 10px 18px;
    background: #fff;
    border-radius: 3px;
}

/* 스와이프 */
.main_mmb1 .swiper-horizontal > .swiper-scrollbar,
.main_mmb1 .swiper-scrollbar.swiper-scrollbar-horizontal,
.main_mmb1 .swiper-button-next,
.main_mmb1 .swiper-button-prev,
.main_mmb1 .swiper-pagination {
    position: static;
}

.main_mmb1 .flex_navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* 스와이프 스크롤바 */
.main_mmb1 .swiper_btn_container {
    width: 100%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0 15px;
}

.main_mmb1 .swiper-horizontal>.swiper-scrollbar,
.main_mmb1 .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.2);
    border-radius: 0;
}

.main_mmb1 .swiper-scrollbar-drag {
    background: #fff;
    border-radius: 0;
    position: static;
}

/* 스와이프 페이지번호 */
.main_mmb1 .swiper-pagination-fraction {
    width: auto;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 2px;
}

/* 스와이프 화살표 */
.main_mmb1 .swiper-button-next,
.main_mmb1 .swiper-button-prev {
    width: auto;
    height: auto;
    margin: 2px 20px 0 18px;
}

.main_mmb1 .swiper-button-next:after,
.main_mmb1 .swiper-button-prev:after {
    font-size: 10px;
    color: #fff;
}

/* 스와이프 재생버튼 */
.main_mmb1 .swiper_btn {
    position: relative;
}

.main_mmb1 .swiper_btn button {
    color: #fff;
    font-size: 16px;
    border: 0;
    background: transparent;
}

.main_mmb1 .swiper_btn button img {
    height: 10px;
}

.main_mmb1 .swiper_btn button:last-child {
    transform: translateY(-1px);
}