@charset "utf-8";
/* CSS Document */


.teamdetail-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

	.teamdetail-section {
		margin-top: 10px;
		margin-bottom: 0px;
	}

}

.teamdetail-content {
	float: left;
	width: 100%;
}

.teamdetail-left {
	float: left;
	width: 20%;
	padding-right: 2%;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {

	.teamdetail-left {
		float: left;
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}

}

@media only screen and (min-width: 601px) and (max-width: 991px) {

	.teamdetail-left {
		float: left;
		width: 40%;
		padding-right: 2%;
	}

}

.teamdetail-left .pic {
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.teamdetail-left .pic img {
	float: left;
	width: 100%;
}

.teamdetail-right {
	float: left;
	width: 75%;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {

	.teamdetail-right {
		float: left;
		width: 100%;
	}

}

@media only screen and (min-width: 601px) and (max-width: 991px) {

	.teamdetail-right {
		float: left;
		width: 60%;
	}

}

.teamdetail-right .name {
	float: left;
	width: 100%;
	color: #0f2882;
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: "Noto Serif TC", serif;
	line-height: 1.4;
}

.teamdetail-right .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;
}

.teamdetail-right .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) {

	.teamdetail-right .name,.teamdetail-right .info, .teamdetail-right .mail {
		text-align: center;
	}

	.teamdetail-right .name {
		font-size: 2em;
	}

	.teamdetail-right .info {
		font-size: 1.5em;
	}

	.teamdetail-right .mail {
		font-size: 1.2em;
	}

}

