@charset "UTF-8";
/* ============================================
   BANNER SECTION STYLES
   ============================================ */

/* 공통 배너 섹션 */
.banner-section {
	width: 100%;
	overflow: hidden;
}

.banner-section .banner-slider {
	position: relative;
}

.banner-section .swiper-slide {
	text-align: center;
	background: #f5f5f5;
}

.banner-section .swiper-slide a {
	display: block;
}

.banner-section .swiper-slide picture {
	display: block;
	width: 100%;
}

.banner-section .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* Swiper 네비게이션 */
.banner-section .swiper-pagination {
	position: absolute;
	bottom: 15rem;
	left: 0;
	right: 0;
	z-index: 10;
}

.banner-section .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	width: 10rem;
	height: 10rem;
	box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}

.banner-section .swiper-pagination-bullet-active {
	background-color: #fff;
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
	color: #fff;
}

.banner-section .swiper-button-prev::after,
.banner-section .swiper-button-next::after {
	font-size: 24rem;
}

/* 메인 상단 배너 (1920 x 500) - 풀 와이드 */
.banner-main-top {
	width: 100%;
}

.banner-main-top .swiper-slide {
	background: #000;
}

/* 메인 중단 배너 (1200 x 400) - 컨텐츠 영역 */
.banner-main-middle {
	margin: 0 auto;
	width: calc(100% - 40rem);
	max-width: 1400rem;
	padding: 40rem 0;
}

.banner-main-middle .banner-slider {
	border-radius: 8rem;
	overflow: hidden;
}

/* 서브 상단 배너 (1920 x 300) - 풀 와이드 */
.banner-sub-top {
	width: 100%;
}

.banner-sub-top .swiper-slide {
	background: #f0f0f0;
}

/* 반응형 - 모바일 */
@media screen and (max-width: 1280px) {
	.banner-main-middle {
		padding: 30rem 0;
	}

	.banner-section .swiper-button-prev::after,
	.banner-section .swiper-button-next::after {
		font-size: 18rem;
	}
}

@media screen and (max-width: 767px) {
	.banner-main-middle {
		padding: 20rem 0;
	}

	.banner-section .swiper-button-prev,
	.banner-section .swiper-button-next {
		display: none;
	}
}
