@import url(../style_career/style_jobs.css);

/*內頁上方選單--------------------------------------------------------------------*/	
	
		
	/* 上方選單 */
	ul.top_bar{
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 -10px -20px;
		padding-bottom: 30px;
	}
		ul.top_bar li{
			padding: 0;
			margin: 0;
			list-style-type: none;
			display: block;
			box-sizing: border-box;
			/* background-color: #000; */
			padding: 0 10px 20px;

			max-width: 25%;
    		word-break: break-word;
		}
			ul.top_bar li a{
				display: block;
				text-decoration: none;
				font-size: 14px;
				line-height: 1.2;
				color: #fff;
				/* background-color: #344292; */
				background-color: #939393;
				padding: 7px;
				border-radius: 3px;
				transition: 0.3s ease all;
			}
			/* 當前模式 */
			ul.top_bar li.active a ,
			ul.top_bar li a:hover{
				transition: 0.3s ease all;
				background-color: #2b4075;
			}
/* =============================== */
/* 內頁 */
/* =============================== */
/*/////////////////////////////////////////////////////////*/
/*師資介紹內頁模組*/
/*/////////////////////////////////////////////////////////*/	

.teamListIn2{
    border-radius: 0;
    box-shadow: none;
    border: 0px solid #f5f5f5;
    padding: 0;
}
	.teamListIn2{
		border-radius: 0;
		box-shadow: none;
		border: 0px solid #f5f5f5;
		padding: 0;
	}
	.teamListIn2 .teamListPic {
		min-width: 350px;
		width: 350px;
		padding-right: 50px;
	}
	.teamListIn2 ul.teamListText li {
		border-bottom: 1px #dadce0 solid;
		padding: 20px 0;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		line-height: 1.4;
	}




	@media (max-width: 768px){

		.teamListIn2{
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
		}
			/* 師資介紹列表圖 */
			.teamListIn2 .teamListPic{
				min-width:unset;
				width:100%;
				padding-right: 0px;
			}
			.teamListIn2 ul.teamListText li {
				padding: 10px 0;
			}
		
		}