.w-service-step-wrap {
	display: flex;
	flex-wrap: nowrap;
	transition: all 0.7s;
	justify-content: center;
}
#wehomo-service-step .swiper-slide .w-ss-column-1 {
/* 	flex: 0 0 50%; */
/* 	max-width: 50%; */
/* 	padding-right: 37px; */
	flex: 0 0 100%;
	max-width: 431px;
/* 	padding-right: 37px; */
}
#wehomo-service-step .swiper-slide .w-ss-column-2 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 37px;
	display: none;
}
#wehomo-service-step .ss-active {
	width: 65% !important;
}
@media ( max-width: 1023px ) {
	#wehomo-service-step .ss-active {
		width: 80% !important;
	}
	#wehomo-service-step  {
		padding: 0px 0px;
	}
}
#wehomo-service-step .ss-active .w-ss-column-1 {
	flex: 0 0 50%;
	max-width: 431px;
/* 	padding-right: 37px; */
}
#wehomo-service-step .ss-active .w-ss-column-2 {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 37px;
	display: block;
}
@media ( max-width: 1023px ) {
	#wehomo-service-step .ss-active .w-ss-column-2 {
		padding-left: 0px;
	}
}
.w-ss-main-image-wrap {
	text-align: center;
	margin-top: 82.75px;
	margin-bottom: 111.75px;
}
.w-ss-heading {
	margin-bottom: 24px;
}
.w-ss-main-info {
/* 	margin-bottom: 36px; */
}
.w-ss-heading-2 {
	padding-bottom: 10px;
	width: 100%;
/* 	border-bottom: 1px solid #60606B; */
}
.w-ss-heading-2-wrap {
	margin-bottom: 42px;
	padding-left: 72px;
}
@media ( max-width: 1023px ) {
	.w-ss-heading-2-wrap {
		margin-bottom: 24px;
		margin-top: 40px;
	}
	.w-ss-detail-steps-wrap {
		padding-right: 8px;
	}
}
.w-ss-title {
	display: flex;
	align-items: center;
}
.w-ss-title-text {
	margin-top: -4.6px;
}
.w-ss-title span:first-child {
	margin-right: 12px;
}
.w-ss-caption {
	padding-left: 72px;
}
.w-service-step-wrap {
	padding: 36px 16px 36px 36px;
}
.wehomo-service-step {
/* 	border-radius: 30px; */
/* 	background: #ffffff; */
}
.w-service-step-wrap{
	border-radius: 30px;
	background: #ffffff;
/* 	opacity: 0.5; */
}
.wehomo-service-step {
	overflow: hidden;
}
.wehomo-service-step .swiper-slide {
	height: auto;
}
@media ( min-width: 1025px ) {
	.wehomo-service-step .swiper-slide {
		max-height: 552.58px;
	}
}

@media ( max-width: 1023px ) {
	.wehomo-service-step .swiper-slide {
		max-height: 538.75px !important;
	}
}
.w-ss-main-image-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 50%;
}
.w-ss-main-image-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.w-ss-detail-steps-wrap {
	max-height: 386.5px;
	height: 386.5px;
	overflow-y: auto;
	padding-right: 24px;
	mask-image: linear-gradient(to top, transparent, black),
		linear-gradient(to left, transparent 8px, black 8px);
	mask-size: 100% 20000px;
	mask-position: left bottom;
	-webkit-mask-image: linear-gradient(to top, transparent, black),
		linear-gradient(to left, transparent 8px, black 8px);
	-webkit-mask-size: 100% 20000px;
	-webkit-mask-position: left bottom;
	transition: mask-position 0.3s, -webkit-mask-position 0.3s;
	overflow-x: hidden;
}
@media ( max-width: 767px ) {
	.w-ss-detail-steps-wrap {
		max-height: 100%;
		height: 100%;
	}
	.w-ss-steps-background {
		display: none !important;
	}
}
.w-ss-detail-steps-wrap:hover {
	-webkit-mask-position: left top;
}
#wehomo-service-step ::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#wehomo-service-step ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25) !important; 
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.05) !important;
}
 
/* Handle */
#wehomo-service-step ::-webkit-scrollbar-thumb {
	background: #7E7E7E !important; 
	border-radius: 10px;
}

/* Handle on hover */
#wehomo-service-step ::-webkit-scrollbar-thumb:hover {
  background: #654463 !important; 
}
.w-ss-nav-arrow-wrap {
	display: none;
	justify-content: center;
	margin-top: 24px;
}
.ss-arrow-active {
	transform: rotate(180deg);
	transition: all 0.25s;
}
.w-ss-swiper-button-wrap {
	display: none;
}
@media ( max-width: 767px ) {
	#wehomo-service-step .swiper-slide .w-ss-column-2 {
		display: none !important;
	}
	.w-service-step-wrap {
		display: block;
		padding: 24px;
	}
	#wehomo-service-step .swiper-slide .w-ss-column-1 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#wehomo-service-step .swiper-slide .w-ss-column-2 {
		flex: 0 0 100%;
		max-width: 100%;
		transition: all 0.25s;
	}
	.wehomo-service-step .swiper-slide {
		max-height: 100% !important;
	}
	#wehomo-service-step .ss-active {
		width: 100% !important;
	}
	#wehomo-service-step .ss-active .w-ss-column-2 {
		display: block !important;
		transition: all 0.25s;
	}
	#wehomo-service-step .swiper-slide .w-ss-column-2 {
		padding-left: 0px;
	}
	.w-ss-heading-2-wrap {
		padding-left: 0px;
	}
	.w-ss-nav-arrow-wrap {
		display: flex;
	}
	.w-ss-step-wrap {
		margin-bottom: 24px;
	}
	.w-ss-swiper-button-wrap .swiper-pagination {
		bottom: -45px !important;
	}
	.w-ss-swiper-button-wrap {
		display: block;
	}
	.wehomo-service-step .swiper-slide {
		height: 100%;
	}
}
.w-service-step-wrap {
	max-width: 944px;
}
.w-service-step-wrap.swiper-slide-active, .w-service-step-wrap.swiper-slide-next {
	opacity: 1;
}
.w-ss-temp {
	opacity: 1;
}
.ss-active + .swiper-slide + swiper-slide {
	opacity: 1 !important;
}
.w-ss-swiper-button-pc-wrap .swiper-button-prev {
	left: -50px;
}
.w-ss-swiper-button-pc-wrap .swiper-button-prev:after {
	font-size: 25px;
}
.w-ss-swiper-button-pc-wrap .swiper-button-next {
	right: -50px;
}
.w-ss-swiper-button-pc-wrap .swiper-button-next:after {
	font-size: 25px;
}
.w-ss-column-2 {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.w-ss-steps-background {
/* 	position: absolute; */
/* 	bottom: 15px; */
/* 	left: 0; */
/* 	width: 100%; */
/* 	height: 30%; */
/* 	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%); */
}
@media ( max-width: 767px ) {
	.w-ss-swiper-button-pc-wrap {
		display: none;
	}
	.w-ss-steps-background {
		bottom: -2px;
	}
}
@media ( min-width: 1024px ) {
	.w-ss-main-image-wrap img {
/* 		width: 366px; */
		max-width: 366px;
		height: 170px;
		max-height: 170px;
	}
	.ss-active .w-ss-main-image-wrap {
		margin-bottom: 62px;
	}
	.ss-active .w-ss-main-image-wrap img {
		width: 100%;
		max-width: 100%;
	}
}
@media ( max-width: 1023px ) {
	.w-ss-swiper-button-pc-wrap {
		display: none;
	}
}