@charset "UTF-8";
.solution{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-top: 70px;
	background-image: url("../image/solution-back2.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#solution{
	max-width: 1024px;
	margin: 0 auto;
}
.solutionContents{
	padding: 60px 60px;
	background-color: #fff;
	border-radius: 20px;
	margin: 50px 0;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.flexBox img{
	width: 30%;
	height: 100%;
	margin: 0 5% 0 0;
}
.flexBox h4{
	width: 65%;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.6em;
}
.solutionContents h2{
	font-size: 2.2em;
	padding: 0 0 10px 0;
	margin: 25px 0 0 0;
	text-align: center;
	background-color: #fff;
	border-bottom: solid 2px #0050c8;
}
.solutionContents h3{
	position: relative;
	padding: 10px;
	text-align: center;
	color: #333;
	background-color: #E1E1E1;
}
.solutionContents h3::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
	border: 15px solid #E1E1E1;
	border-left: 15px solid transparent;;
	border-bottom: 15px solid transparent;;
}
.solutionContentsImg{
	width: 80%;
	padding: 5% 10%;
}
.solutionText span{
	font-weight: 600;
	color: #ff3214 ;
}
.category{
	display: inline-block;
	position: relative;
	background-color: #fff;
	width: 380px;
	height: 440px;
	margin:20px;
	border-radius: 20px;
}
.solution-icon{
	width: 130px;
	padding:40px 125px 0 125px; 
}
.solution-text{
	text-align: center;
	padding: 20px;
}
#solution  h2{
	letter-spacing: 0.1em;
	color: #0050c8;
	margin-bottom: 40px;
}
#solution p{
	margin:20px 0;
	text-align: justify;
	letter-spacing: 0.05em;
}
.btn {
	position: absolute;
	display: block;
	width: 280px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #0050c8;
	border: 2px solid #0050c8;
	transition: .4s;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 40px;
}
.btn:hover {
	background: #0050c8;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	#solution{
		max-width: 90vw;
	}
}
@media screen and (max-width: 768px) {
	.solutionContents{
		padding: 30px 30px;
		background-color: #fff;
		border-radius: 10px;
		margin: 20px 0;
	}
	.flexBox{
		display: block;
	}
	.flexBox img{
		width: 80%;
		height: 100%;
		margin: 0 10%;
	}
	.flexBox h4{
		width: 100%;
	}
	.solutionContents h2{
		font-size: 1.5em;
	}
	.solutionContents h3::after{
		content: "";
		position: absolute;
		top: 100%;
		left: 5%;
		border: 10px solid #E1E1E1;
		border-left: 10px solid transparent;;
		border-bottom: 10px solid transparent;;
	}	
}