.support-slide-section {
	margin: 0;
    padding: 40px 0;
}

.support-slide-section .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}

/* ÁÂÃø ÅØ½ºÆ® */
.support-text {
	width: 35%;
}

.support-text h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.support-text p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

/* ¿ìÃø ½½¶óÀÌµå */
.support-slider {
	width: 65%;
	position: relative;
	overflow: hidden;
    height: 500px;
}
.slide-track {
	display: flex;
	transition: transform 0.4s ease;
}
    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    
    }
.support-slide-section + .support-slide-section {
	margin-top: 20px;
}
/* ¸ð¹ÙÀÏ Àü¿ë */
@media (max-width: 768px) {

	.support-slide-section .inner {
		flex-direction: column;
		gap: 20px;
	}

	.support-text {
		width: 100%;
		text-align: left;
	}

	.support-slider {
		width: 100%;
		height: 60vw;
	}

	swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
        
	}

}
.support-text {
	text-align: center;
}