.serve>.title {
	position: relative;
	text-align: center;
	border-bottom: 1px #CDCDCD dashed;
	padding-bottom: 5px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	width: 100%;
}

.serve>.title {
	border-bottom: none;
}

.serve>.title:after {
	position: relative;
	margin: 0 auto;
	display: block;
	content: '';
	bottom: -7px;
	width: 40px;
	height: 3px;
	background-color: #CDCDCD;
}

.serve>.title-app {
	display: none;
	position: relative;
	background-image: url("../image/server.png");
	padding-bottom: 53.466%;
	background-size: cover;
}

.serve>.title-app>.box {
	position: absolute;
	width: 55%;
	left: 12%;
	top: 50%;
}

.serve>.title-app>.box>.title {
	font-size: 2.25rem;
	margin-bottom: 3%;
}

.serve>.title-app>.box>.content {
	font-size: 1.5rem;
}

.serve .list {
	display: flex;
}

.serve .item {
	position: relative;
	text-align: center;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px;
	width: 100%;
	padding-bottom: 29.625%;
}

.serve .list:nth-child(3) .item:nth-child(1) {
	background-image: url("../image/serve1.png");
}

.serve .list:nth-child(3) .item:nth-child(2) {
	background-image: url("../image/serve2.png");
}

.serve .list:nth-child(3) .item:nth-child(3) {
	background-image: url("../image/serve3.png");
}

.serve .list:nth-child(4) .item {
	background-image: url("../image/serve4.png");
}

.serve .list:nth-child(5) .item:nth-child(1) {
	background-image: url("../image/serve5.png");
}

.serve .list:nth-child(5) .item:nth-child(2) {
	background-image: url("../image/serve6.png");
}

.serve .item>.box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.serve .item>.box>.title {
	position: relative;
	color: white;
	top: 25%;
	font-size: 1.8rem;
	z-index: 1;
}

.serve .item>.box>.content {
	position: relative;
	color: rgba(255, 254, 254, 1);
	width: 60%;
	top: 35%;
	margin: 0 auto;
	z-index: 1;
}

.serve .item:hover::after {
	opacity: 0.5;
}

.serve .item::after {
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #0322a7;
	opacity: 0;
	z-index: 0;
}

.bottom {
	letter-spacing: 1px;
	margin-top: 50px;
	background-color: black;
	color: rgba(255, 254, 254, 1);
	text-align: center;
	padding: 20px 0;
}
