@charset "utf-8";
/* CSS Document */


/*team*/
.team-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.team-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.team-content {
	float: left;
	width: 100%;
}

.team-top {
	float: left;
	width: 100%;
	text-align: center;
}

.team-top .title {
	color: #303030;
	display: inline-block;
	font-size: 1.95em;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {

	.team-top .title {
		font-size: 2.05em;
	}

}

.team-top p {
	float: left;
	width: 100%;
	line-height: 1.4;
	color: #79695e;
}

.team-bottom {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.team-bottom ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.team-bottom ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 15px;
}


@media only screen and (min-width: 1px) and (max-width: 450px) {

	.team-bottom ul li {
		float: left;
		width: 100%;
	}

	.team-bottom {
		padding-bottom: 60px;
	}

}

@media only screen and (min-width: 451px) and (max-width: 767px) {

	.team-bottom ul li {
		float: left;
		width: 50%;
	}

	.team-bottom {
		padding-bottom: 60px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.team-bottom ul li {
		float: left;
		width: 20%;
	}

}


.team-bottom ul li .pic {
 	float: left;
 	border-radius: 50%;
	overflow: hidden;
}

.team-bottom ul li a:hover .pic img {
	transform: scale(1.1);
}

.team-bottom ul li .pic img {
	float: left;
	width: 100%;
	transition: transform .2s;
}

.team-bottom ul li .name {
	float: left;
	width: 100%;
	justify-content: center;
	color: #0f2882;
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: "Noto Serif TC", serif;
	line-height: 1.4;
}

.team-bottom ul li .info {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 1.05em;
	line-height: 1.4;
	font-family: "Noto Serif TC", serif;
	margin-top: 10px;
	color: #4d4d4d;
}

.team-bottom ul li .mail {
	float: left;
	width: 100%;
	font-size: 0.85em;
	line-height: 1.4;
	color: #999999;
	margin-top: 5px;
	text-decoration: underline;
}


@media only screen and (max-width: 768px) {

.team-bottom ul li .name {
	font-size: 2em;
}

.team-bottom ul li .info {
	font-size: 1.5em;
}

.team-bottom ul li .mail {
	font-size: 1.2em;
}

}


