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

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

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

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

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

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

.main_smmb1 .swiper-slide {
    position: relative;
    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 .swiper_info_container {
    position: absolute;
    top: 10.4%;
    width: 100%;
    z-index: 2;
    padding: 0 18px;
    text-align: center;
}

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

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

.main_smmb1 .swiper_title h2 {
    line-height: 1;
    font-size: 42px;
    font-weight: 800;
    color: #0c0c0c;
    display: inline-block;
    width: auto;
    letter-spacing: -1px;
}

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

.main_smmb1 .swiper_subtitle h3 {
    font-size: 19px;
    font-weight: 600;
    color: #0c0c0c;
    display: inline-block;
    width: auto;
    letter-spacing:-0.5px;
    line-height: 1.4;
}

.main_smmb1 .swiper_subtitle h3 span {
    color:#04cf5d;
}

/* 스와이프 텍스트 */
.main_smmb1 .swiper_text {
    padding-left: 0px;
}

.main_smmb1 .swiper_text h5 {
    font-size: 16px;
    font-weight: 500;
    color: #0c0c0c;
    display: inline-block;
    width: auto;
}

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

.main_smmb1 .swiper_tag h5 {
    font-size: 11px;
    color: #0c0c0c;
    display: inline-block;
    width: auto;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 12px;
}

/* 스와이프 텍스트 */
.main_smmb1 .swiper_text h5 {
    font-size: 15px;
    color: #5d5d5d;
    display: inline-block;
    width: auto;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.main_smmb1 a {
    display: inline-block;
	width:100%;
	height:100%;
}

.main_smmb1 .link_text {
    font-size:15px;
    font-weight: 500;
    color:#1c1c1c;
    border-radius:22px;
    border:1px solid #1c1c1c;
    width: auto;
    display: inline-block;
    padding:14px 40px;
    margin-top:28px;
    line-height: 1;
}

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

.main_smmb1 .swiper-pagination {
    width: auto;
    left: auto;
    right: 17px;
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Sans KR',sans-serif;
    background-color: rgba(135, 135, 135, 0.45);
    border-radius: 20px;
    padding: 4px 7px;
    line-height: 1;
    font-weight: 500;
}