/*  20250619 讓間距與首頁一樣 start*/
.pageContent{
    padding-top: 35px;
}
/*  20250619 讓間距與首頁一樣 end*/

ul{
	padding-left: 20px;
	font-size: 0.8em;
}
ul li{
	margin-bottom: 2px;
}
ul li .link a{
	color: #555;
	text-decoration: none;
	line-height: 1.6em;
}
ul li .link a:hover{
	opacity: 0.7;
	transition: all 0.3s ease;
}

/*內頁上方選單--------------------------------------------------------------------*/	
	
		
	/* 上方選單 */
	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;

			max-width: unset;
    		word-break: break-word;
		}
			ul.top_bar li a{
				display: block;
				text-decoration: none;
				font-size: 13px;
				font-family: Arial, Verdana, Tahoma, Sans-Serif;
				line-height: 1.2;
				color: #fff;
				/* background-color: #344292; */
				background-color: #939393;
				background-color: #875aa4;
				padding: 10px;
				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: #b62117;
				background-color: #ffcd33;
				color: #555;
			}

/* 20250617 連結區塊字距行高調整 start */
.alumni_sharing_area{
	letter-spacing: 0;
    line-height: 1.6em;
}
/* 20250617 連結區塊字距行高調整 end */

