@import url('/css/animate.css');
@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');

.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s
}

.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s
}

.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s
}

#pateebox * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#pateebox .twoomgbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#pateebox .twotableitem {
	width: 49%;
}

#pateebox .twotableitem table {
	display: flex;
	width: 100%;
}

#pateebox .twotableitem table tbody {
	width: 100%;
	display: inline-table;
}

#pateebox .twotableitem table tbody tr {
	width: 100%;
	position: relative;
}

#pateebox .twotableitem table tbody tr td {
	padding: 5px;
	background: whitesmoke;
}

#pateebox h3 {
	font-size: max(1.6*(1vw + 1vh) / 2, 18px);
	line-height: 180%;
	color: #3f3f3f;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: #a5a5a5 1px solid;
}

#pateebox .mmgimg {
	display: flex;
	flex-wrap: wrap;
}

#pateebox .mmgimg.four {}

#pateebox .mmgimg.four .mmgitem {
	width: 25%;
}

#pateebox .mmgimg.three .mmgitem {
	width: 33.3%;
}

#pateebox .mmgimg .mmgitem {
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
	padding: 10px;
}

#pateebox .papaboxJ {
	display: flex;
}

#pateebox .papaboxJ .clenbox {
	width: 50%;
}

#pateebox .clenbox {
	display: flex;
	margin-bottom: 10px;
	border: #d7d7d7 1px solid;
}

#pateebox .climgbox {
	display: flex;
	width: 30%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#pateebox .climgbox img{
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

#pateebox .omg02 .cltextbox {
	width: 40%;
}

#pateebox .omg02 .climgbox {
	width: 60%;
}

#pateebox .cltextbox {
	display: flex;
	width: 70%;
	flex-direction: column;
	padding: 20px;
}

#pateebox .cltextbox h4,
#pateebox .cltextbox h4 b {
	font-size: max(1.6 * (1vw + 1vh) / 2, 18px);
	margin-bottom: 20px;
}

#pateebox p {
	margin-bottom: 20px;
}

#pateebox .tableimg {
	display: flex;
}

#pateebox .pubottom {
	display: flex;
	flex-wrap: wrap;
}

#pateebox .pubottom a {
	display: flex;
	padding: 5px 16px;
	margin: 0 4px;
	border: #279c96 1px solid;
	border-radius: 50px;
	color: #279c96;
}

#pateebox .pubottom a:hover {
	background: #2ea19c;
	color: #ffffff;
}

@media screen and (max-width:1280px) {
	#pateebox .papaboxJ {
		display: flex;
		flex-direction: column;
	}

	#pateebox .papaboxJ .clenbox {
		width: 100%;
	}
}

@media screen and (max-width:640px) {

	#pateebox .twoomgbox {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#pateebox .twotableitem {
		width: 100%;
		margin-bottom: 20px;
	}

	#pateebox .clenbox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#pateebox .mmgimg.four .mmgitem {
		width: 50%;
	}

	#pateebox .mmgimg.three .mmgitem {
		width: 50%;
	}

	#pateebox .cltextbox,
	#pateebox .omg02 .cltextbox {
		width: 100%;
		order: 2;
	}

	#pateebox .climgbox,
	#pateebox .omg02 .climgbox {
		width: 100%;
		order: 1;
	}

	#pateebox .tableimg {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#pateebox .tableimg .tableJitem {
		margin-bottom: 10px;
	}
}