#periodontics{
	overflow: visible !important;
}

#periodontics > section{
	overflow: visible !important;
	padding-top: 20px;
}

.periodontics-card-swiper{
	overflow-x: hidden;
	overflow-y: visible !important;
	padding: 36px 0 30px; /* »ó´Ü ¿©¹é ´õ È®º¸ */
}

.periodontics-card-swiper .swiper-wrapper{
	align-items: stretch;
	overflow: visible !important;
}

.periodontics-card-swiper .swiper-slide{
	box-sizing: border-box;
	height: auto;
	position: relative;
	overflow: visible !important;
	padding: 20px 0 16px; /* »ó´Ü ¿©¹é ´õ È®º¸ */
	z-index: 1;
}

.periodontics-card-swiper .swiper-slide:hover{
	z-index: 30;
}

.periodontics-card-swiper .swiper-slide > div,
.periodontics-swiper-slide,
.periodontics-swiper-slide .flex,
.periodontics-swiper-slide .relative{
	height: 100%;
	overflow: visible !important;
}

.periodontics-card-swiper img{
	display: block;
	width: 100%;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	transform-origin: center bottom; /* ¾Æ·¡ ±âÁØ È®´ë */
	will-change: transform;
}

@media (min-width: 768px){
	.periodontics-card-swiper .hidden.md\:block img:hover{
		transform: scale(1.025); /* 1.03º¸´Ù ´õ ÁÙÀÓ */
		/* box-shadow: 0 14px 26px rgba(0,0,0,0.15); */
	}
}