#serProduct {
	padding: 70px 0;
}
.ser_desc {
	margin-bottom: 50px;
}
#serProduct .ser_galary .gallery {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
#serProduct .ser_galary .gallery img {
	width: 100%;
	object-fit: cover;
	height: 320px;
}
#serProduct .ser_galary .gallery>figure {
	margin-bottom: 20px;
	display: none;
}
#serProduct .ser_galary .gallery>figure:nth-child(even) {
	width: calc(50% - 15px);
	margin-right: 30px;
}
#serProduct .ser_galary .gallery>figure:nth-child(odd) {
	width: calc(50% - 15px);
	margin-right: 0;
}
#serProduct .ser_galary .gallery>figure:first-child {
	width: 100%;
	margin-bottom: 20px;
}
#serProduct .ser_galary .gallery>figure:first-child img {
	height: auto;
}

#serOther .inner {
	margin-bottom: 70px;
}
#serOther .box {
	display: flex;
}
#serOther .box .img_area {
	width: 25%;
	margin-right: 70px;
}
#serOther .box .img_area img {
	width: 100%;
}
#serOther .box .content_area {
	width: calc(75% - 70px);
}
#serOther .box .content_area a {
	color: #fff;
	background: #2F5051;
	border-radius: 9px;
	width: 266px;
	height: 78px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	margin-bottom: 30px;
}
#serOther .box .content_area a:hover {
	opacity: 0.8;
}
#serOther .box .content_area a>img {
	margin-right: 15px;
}
.btn-more {
    text-align: center;
    font-size: 22px;
    color: #939393;
    display: none;
}
.btn-more p {
    cursor: pointer;
    color: #fff;
    background: #2F5051;
    border-radius: 9px;
    display: inline-flex;
    padding: 12px 60px;
}