.restorative-wrap {
	width:100%;
	background:#fff;
}

.restorative-section {
	padding:0;
}

/* ÀüÃ¼ 2ºÐÇÒ Ä«µå */
.restorative-layout {
	display:flex;
	width:100%;
	min-height:800px;
	overflow:hidden;
}

/* ÁÂÃø ÀÌ¹ÌÁö ¿µ¿ª */
.restorative-left {
	width:62%;
	min-width:0;
	background:#e3e7ec;
	border-radius:0 80px 80px 0;
	overflow:hidden;
}

/* ¿ìÃø ¼³¸í ¿µ¿ª */
.restorative-right {
	width:38%;
	background:#eef1f5;
	border-radius:80px 0 0 80px;
	padding:180px 7vw 80px 6.5vw;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}

/* ¿ìÃø Å¸ÀÌÆ² ÀÌ¹ÌÁö */
.restorative-title-area img {
	max-width:100%;
	height:auto;
	display:block;
}

/* ÅÇ */
.restorative-tab-wrap {
	margin-top:60px;
	width:100%;
}

.restorative-tabs {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	display:block !important;
}

.restorative-tabs li {
	width:100%;
	display:flex !important;
	align-items:center;
	gap:14px;
	padding:0 0 28px 0;
	margin:0 0 22px 0;
	border:0;
	cursor:pointer;
	box-sizing:border-box;
	transition:all .25s ease;
	color:#777;
}
.restorative-tabs li .arrow {
	position:relative;
	width:14px;
	height:14px;
	flex:0 0 14px;
	opacity:0;
	transition:all .25s ease;
}

/* before Á¦°Å */
.restorative-tabs li .arrow::before {
	display:none;
}

/* È­»ìÇ¥ ÇÑ ÁÙ¸¸ »ç¿ë */
.restorative-tabs li .arrow::after {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:10px;
	height:10px;
	border-top:3px solid #234b8f;
	border-right:3px solid #234b8f;
	transform:translateY(-50%) rotate(45deg);
	border-radius:1px;
}

.restorative-tabs li.active .arrow {
	opacity:1;
}

.restorative-tabs li .txt {
	position:relative;
	display:inline-block;
	font-size:30px;
	font-weight:800;
	line-height:1.15;
	color:#777;
	letter-spacing:-0.04em;
	transition:all .25s ease;
	word-break:keep-all;
}

.restorative-tabs li.active {
	color:#234b8f;
}

.restorative-tabs li.active .arrow {
	opacity:1;
}

.restorative-tabs li.active .txt {
	color:#234b8f;
}

.restorative-tabs li.active .txt::after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-9px;
	height:1px;
	background:#234b8f;
}

.restorative-tabs li:hover .txt {
	color:#234b8f;
}

/* Swiper */
.restorativeSwiper {
	width:100%;
	height:100%;
	overflow:hidden;
}

.restorative-slide-img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	object-fit:contain;
}

.restorativeSwiper .swiper-slide {
	display:flex;
	align-items:center;
	justify-content:center;
}


/* ¹ÝÀÀÇü */
@media (max-width:1023px) {
	.restorative-layout {
		display:flex;
		flex-direction:column;
		min-height:auto;
	}

	/* ¸ð¹ÙÀÏ¿¡¼­ ¿ìÃø ¿µ¿ªÀÌ À§ */
	.restorative-right {
		order:1;
		width:100%;
		border-radius:36px;
		padding:50px 24px 10px;
		margin-bottom:10px;
	}

	/* ¸ð¹ÙÀÏ¿¡¼­ ÁÂÃø ÀÌ¹ÌÁö ¿µ¿ªÀÌ ¾Æ·¡ */
	.restorative-left {
		order:2;
		width:100%;
		border-radius:36px;
		background-color:#e4e7ec;
	}

	.restorative-tab-wrap {
		margin-top:36px;
	}

	.restorative-tabs li {
		padding-bottom:22px;
		margin-bottom:18px;
		width:33.3%
	}

	.restorative-tabs li .txt {
		font-size:26px;
	}
}