<style>
/*메인슬라이드*/
@media (max-width: 768px) {
	#mainSWrap{
		height: auto;
	}
	.swiper {
			height: auto !important;
			min-height: 400px !important;
	}

	#mainSlide {
			margin-top: 80px;
			height: auto;
			min-height: 400px;
	}

	#mainSlide .swiper-slide {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between;
			padding: 30px 0 60px;
	}

	#mainSlide .txtArea {
			position: relative;
			left: 0;
			width: 90%;
			text-align: center;
			margin-bottom: 20px;
			padding: 0 20px;
	}

	#mainSlide .txtArea h3 {
			font-size: 20px;
			margin-bottom: 10px;
			color: #333;
	}

	#mainSlide .txtArea h2 {
			font-size: 32px;
			word-break: keep-all;
	}

	#mainSlide .txtArea p {
			font-size: 16px;
			margin-bottom: 20px;
			color: #666;
	}

	#mainSlide .bgArea {
			position: relative;
			right: 0;
			width: 60%;
			height: auto;
			transform: none;
			opacity: 1;
			z-index: 1;
			margin: 0 auto;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
	}

	#mainSlide .bgArea img {
			max-width: 100%;
			height: auto;
			object-fit: contain;
			display: block;
			margin: 0 auto;
	}
	.swiper-controls {
			display: none;
	}

	.control-circle {
			width: 35px;
			height: 35px;
	}

	.pager_num {
			display: flex;
			align-items: center;
			gap: 6px;
			font-size: 14px;
			color: #333;
	}

	.swiper_num {
			width: 18px;
			height: 18px;
			overflow: hidden;
	}

	.swiper_num .swiper-wrapper {
			height: 18px;
	}

	.swiper_num .swiper-slide {
			width: 18px;
			height: 18px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 14px;
			color: #333;
			line-height: 1;
	}


}

.mainSwiper {
	height: auto;
	/* min-height: 700px; */
}