@charset "utf-8";

.process-col {
	text-align: center;
}
.process-col .head-ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 120px;
	height: 120px;
	text-align: center;
	background-color: #F4F3F1;
	border-radius: 20px 50% 50% 50%;
}
 .process-col .head-ico h1 {
	position: absolute;
	left: .3rem;top: 0;
	font-size: 34px;
	color: #fff;
}
 .process-col .head-ico img {
	position: relative;
	z-index: 1;
}
 .process-col .body-cont {
	font-size: 14px;
	color: #a09997;
    line-height: .8;
}
 .process-col .body-cont h5 {
	font-size: 20px; 
	text-align: center;
	color: #84694e;
	font-weight: 500;
}

.fpi-wrap > h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 2rem;
	line-height: 1.6;
	color: #111;
	font-weight: 400;
}
.fpi-img{
	display: flex;
}
.fpi-img img{
	width: 100%;
	border-radius: 20px;
}
.fpi1swiper{
	position: relative;
	padding-bottom: 2rem;
}
.swiper-pagination.fpi1-pn{
	bottom: 0;
}
.swiper-pagination.fpi1-pn .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination.fpi1-pn .swiper-pagination-bullet-active{
	background: #fed900;
}
.fpi2swiper{
	position: relative;
	padding-bottom: 2rem;
}
.swiper-pagination.fpi2-pn{
	bottom: 0;
}
.swiper-pagination.fpi2-pn .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination.fpi2-pn .swiper-pagination-bullet-active{
	background: #fed900;
}
.fpi-slide{
	margin-bottom: 3rem;
}

#greyLayer{
	position: fixed; top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	display: none;
	z-index: 9999;
}
#overLayer{
	position: fixed; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	min-height: 100px;
	display: none;
	padding: 5px;
	background-color: #fff;
	z-index: 99999;
}
#overLayer .close{
	display: block;
	width: 30px; height: 30px;
	border-radius: 50%;
	background-color: #555;
	color: #fff;
	line-height: 30px;
	text-align: center;
	position: absolute; top: -15px; right: -15px;
}
#overLayer img{
	width: 100%;
}
.fpi-pop{
	display: flex;
	justify-content: space-between;
}
.fpi-pop > a{
	display: flex;
	width: 32%;
}
.fpi-pop > a img{
	width: 100%;
	border-radius: 15px;
}

@media(max-width:991px){
	.fpi-wrap > h3{
		font-size: 16px;
		margin-bottom: 1.5rem;
		word-break: keep-all;
	}
	.fpi-slide{
		margin-bottom: 1rem;
	}
	.fpi-img img{
		border-radius: 10px;
	}
	.fpi-pop > a img{
		border-radius: 8px;
	}
	#overLayer{
		width: 90%;
	}
}

