
.solutions{
	padding: 60px 15px 0;
	text-align: center;
}

.solutions-title{
	font-size: 34px;
	font-weight: 700;
	margin: 12px 0;
}

.solutions_des{
	font-size: 28px;
	padding-top: 20px;
	line-height: 45px;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
	text-align: center;
	margin-bottom: 40px;
}

.industry-title{
	text-align: center;
	font-weight: 700;
	background-color: #77C2FD;
	color: #fff;
	font-size: 28px;
	padding: 15px 0;
	margin: 60px 0 30px;
}

.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
}
.popup_wrapper {
	width: 100%;
	position: fixed;
	top: 5%;
	left: 0;
	z-index: 11;
	text-align: center;
	display: none;
	padding-top: 18px;
}
.popup_wrapper .popup {
	position: relative;
}
.popup_wrapper .img {
	display: inline-block;
	width: 85%;
}
.popup_wrapper .close_btn {
	position: absolute;
	right: 0;
	top: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	margin: -10px 30px 0px 0;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.industry-des{
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	padding: 0 15px;
}

.industry-category-wrap{
	max-width: 1150px;
	margin: 60px auto 80px;
	padding: 0 15px;
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
  	gap: 25px 10px;
}

.card-link-wrap{
	width: 270px;
	height: 250px;
	margin: 0 auto;
}

.card-link-wrap a{
	text-decoration: none;
	&:hover {
		color: #042A4C;
    }
}

.industry-category-card{
	width: 270px;
	height: 230px;
	margin: 0 auto;
	text-align: center;
    box-shadow: 0px 0px 6px 2px rgba(202, 202, 202, 0.5), inset 1px 0px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px 0;
	&:hover {
		box-shadow: 0px 0px 15px 2px rgba(119, 194, 253, 0.5);
		transition: 0.2s;
		cursor: pointer;
    }
}

.i-card-icon{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.i-card-icon img{
	width: 100%;
}

.i-card-title{
	font-weight: 700;
	font-size: 18px;
}

.i-card-title span{
	background: linear-gradient(transparent 60%, #D5ECFF 40%);
}

.i-card-des{
	margin-top: 16px;
    height: 70px;
}

.i-card-des span{
	font-weight: 700;
}

.i-card-more{
	width: 270px;
	margin: 0 auto;
	position: relative;
}

.i-card-more::after{
	position: absolute;
    left: 75px;
    bottom: 0;
    width: 130px;
    height: 15px;
    background-color: #bfbfbf;
    clip-path: polygon(0 100%, 100% 100%, 90% 50%, 90% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.industry-category-card:hover .i-card-more::after {
    transform: translateX(10%);
    background-color: #042A4C;
}

.other-des{
	font-size: 18px;
	text-align: center;
	margin:60px 0 80px;
}

.s-br-sp{
	display: none;
}

@media only screen and (max-width: 1150px) {
	.industry-category-wrap{
		max-width: 600px;
		margin: 60px auto 80px;
		display: grid;
	  	grid-template-columns: 1fr 1fr;
	  	gap: 25px 10px;
	}
}

@media only screen and (max-width: 900px) {
	.solutions_des{
		font-size: 20px;
		line-height: 33px;
	}
	.industry-des{
		font-size: 18px;
		line-height: 30px;
	}
	.industry-title{
		margin-top: 40px;
	}
	.industry-category-wrap{
		margin-top: 40px;
	}
}

@media only screen and (max-width: 650px) {
	.industry-category-wrap{
		display: grid;
	  	grid-template-columns: 1fr;
	}
	.card-link-wrap{
		width: 95%;
		margin: 0 auto;
	}
	.industry-category-card{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		box-shadow: 0px 0px 6px 2px rgba(202, 202, 202, 0.5), inset 1px 0px 3px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		padding: 10px 0;
	}

}

@media only screen and (max-width: 480px) {
	.solutions{
		padding-top: 30px;
	}
	.solutions-title{
		font-size: 24px;
	}
	.solutions_des{
		font-size: 20px;
		line-height: 34px;
		padding-top: 10px;
	}
	.industry-title{
		margin: 20px 0;
	}
	.industry-title{
		font-size: 20px;
	}
	.industry-des{
		font-size: 18px;
		line-height: 28px;
	}
	.industry-category-wrap{
		margin: 30px 0;
	}
	.other-des{
		margin: 15px 0 30px;
	}

	.s-br-sp{
		display: block;
	}
	.popup_wrapper{
		overflow: scroll;
		width: auto;
		padding-top: 80px;
	}
	.popup_wrapper .img{
		width: 225%;
		overflow: scroll;
	}
	.popup_wrapper img{
		max-width: 325%;
		overflow: scroll;
	}
	.popup_wrapper p{
		width: 100%;
		color: #fff;
		font-weight: 700;
		font-size: 18px;
	}
	.popup_wrapper .close_btn{
		position: fixed;
		top: 80px;
		right: -18px;
	}
	
}