/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

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

.main_mb13 .main_cont_container {
    position: relative;
    flex: 1;
    max-width: 1850px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

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

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

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

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

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

.main_mb13 .img_container .img_container_bg {
    display: block;
    width: 100%;
    height: 54%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

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

/* 스와이프 정보 */
.main_mb13 .swiper_info_container {
    width: 100%;
    position: absolute;
    top: 35.3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 15px 0 52px;
    text-align: left;
	max-width:1530px;
}

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

/* 스와이프 타이틀 */
.main_mb13 .swiper_title {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* overflow: hidden; */
	flex-direction:column;
}

.main_mb13 .swiper_title .empty_box {
    font-size: 18px;
    font-weight: 500;
    line-height: 0.8;
    opacity: 0;
}

.main_mb13 .swiper_title h2 {
    font-size: 57px;
    font-weight: 400;
    color: #161513;
    display: inline-block;
    width: auto;
    line-height: 68px;
    font-family: "Constantia", "Cinzel", sans-serif;
}

.main_mb13 .swiper_title h2 p {
    font-family: "Constantia", "Cinzel", sans-serif;
}

.main_mb13 .swiper_title:first-of-type {
    margin-bottom: 0;
    /* margin-right: -70px; */
}

.main_mb13 .swiper_title:nth-of-type(2) {
    margin-bottom: 0;
    margin-left: -70px;
}

/* 스와이프 서브타이틀 */
.main_mb13 .swiper_subtitle {
    margin-bottom: 0px;
    position: absolute;
	text-align:right;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:end;
	top:38px;
	right:50px;
}

.main_mb13 .swiper_subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #161513;
    width: auto;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

/* .main_mb13 .swiper_subtitle h3:first-child {
	margin-right:19px;
}

.main_mb13 .swiper_subtitle h3:last-child {
	margin-top:16px;
} */

.main_mb13 .swiper_subtitle h3:last-child::before {
	content:"";
	background:#d0d0d0;
	width:95px;
	height:1px;
	display:block;
	position:absolute;
	bottom:50%;
	left:-130px;
    transform: translateY(calc(-50% + 0.5px));
}

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

.main_mb13 .swiper_more a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_mb13 .swiper_more span {
    margin-left: 10px;
}

/* 스와이프 재생버튼 */
.main_mb13 .swiper_btn_container {
    position: absolute;
    bottom: 60px;
    left: 42.1%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1610px; /* container_fix 상위 css */
}

.main_mb13 .swiper_btn {
    width: 7px;
    height: 10px;
    position: relative;
    margin-left: 15px;
    margin-top: 0px;
}

.main_mb13 .swiper_btn button {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 스와이프 페이지네이션 정보 */
.main_mb13 .swiper-pagination {
    position: static; /* 기존 position 없애기 */
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.main_mb13 .swiper-pagination-current {
    color: #fff;
    margin-right: 10px;
}

.main_mb13 .swiper-pagination-total {
    margin-left: 10px;
}

.main_mb13 .swiper-pagination div.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 15px;
    position: relative;
}

/* 기존 pagination 세팅 제거 */
.main_mb13 .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
}

.main_mb13 .swiper-pagination div.swiper-pagination-bullet-active {
    background: #fff;
}

/* 스와이프 화살표 정보 */
.main_mb13 .swiper_arr {
    display: flex;
    align-items: center;
}

/* 기존 navigation 세팅 제거 */
.main_mb13 .swiper-button-next:after,
.main_mb13 .swiper-button-prev:after {
    font-size: 10px;
}

.main_mb13 .swiper-button-prev,
.main_mb13 .swiper-rtl .swiper-button-next {
    left: 0;
    right: 0;
}

.main_mb13 .swiper-button-next,
.main_mb13 .swiper-button-prev {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 30px;
}

/* 메인배너 그리드 */
.main_mb13 .grid_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_mb13 .grid_container .grid {
    width: 20%;
    height: 100%;
    border-right: 1px solid rgba(255,255,255, 0.2);
    position: relative;
    box-sizing: border-box;
}

.main_mb13 .grid_container .grid:first-child,
.main_mb13 .grid_container .grid:last-child {
    width: 10%;
}

.main_mb13 .grid_container .grid:last-child {
    border-right: none;
}