@charset "UTF-8";

.service-top-div {
	/* 	margin-top: 85px; */
	background-color: #FAFAFA;
	text-align: left;
}

.service-top-title {
	font-weight: 600;
	color: #343538;
}

.service-mid-title {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 600;
	color: #343538;
}

.service-bottom-title {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 400;
	color: #343538;
	letter-spacing: -1px;
}

.service-img-container {
	position: absolute;
	display: flex;
}

.service-img-container-swiper {
	position: absolute;
	display: flex;
}

.service-intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* .service-intro3 { */
/* 	position: absolute; */
/* 	top: 0; */
/* 	left: 0; */
/* 	width: 100%; */
/* } */

/* 서비스 이미지 컨테이너 및 오버레이 */
.subject-top {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 600;
}

.subject-name {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 600;
}

.overlay {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	top: 0;
	transition: 0.3s linear;
}

#service-2 {
	width: 100%;
	height: 100%;
}

.service2-overlay {
	align-content: flex-end;
}

.overlay-service2 {
	align-content: flex-end;
}

.img-wrapper {
	position: relative;
}

.img-wrapper:nth-child(3) {
	margin-right: 2.4rem;
}

.img-wrapper:last-child {
	margin: 0;
}

.overlay-title-text {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 600;
	color: white;
}

.overlay-content-text {
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 400;
	color: white;
	letter-spacing: -1px;
}

.overlay-btn-area {
	width: 100%;
	text-align: center;
	display: flex;
}

.overlay-btn-area:nth-child(3) {
	display: block;
}

.readmore-btn {
	border: none;
	border-radius: 21px;
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 400;
	color: white;
	background: #55C4CF;
	cursor: pointer;
}

.demo-btn {
	border: 1px solid #fff;
	border-radius: 21px;
	box-sizing: border-box;
	opacity: 1;
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 400;
	color: white;
	background: none;
	cursor: pointer;
}

.contactus-btn {
	border-radius: 21px;
	border: 1px solid #fff;
	box-sizing: border-box;
	opacity: 1;
	font-family: 'NotoSansKR', sans-serif;
	color: white;
	background: none;
	cursor: pointer;
}

.swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}

.img-wrapper:hover .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
}

.img-wrapper:hover .project-name {
	display: none;
}

.service-progress {
	width: 100%;
	height: 1px;
}

.project-name {
	position: absolute;
}
