@charset "UTF-8";

/* 內頁列表共用（師資、相簿、電子報等） */

.page #ContentList .card.hoverable,
.page #ContentList .card.hoverable:hover {
	box-shadow: none !important;
	border: none !important;
}

.page #ContentList .card .card-body {
	background: transparent;
	border: none;
	box-shadow: none;
}

.page #ContentList .card .card-title,
.page #ContentList .card .card-body .card-title,
.page #ContentList .card a.card-title {
	color: #000 !important;
}

/* 師資列表 story_List_Card_03 */
.story_List_Card_03 {
	display: flex;
}

.story_List_Card_03 .hoverable,
.story_List_Card_03 .hoverable:hover {
	box-shadow: none !important;
	border: none !important;
	transition: all 0.55s ease-in-out;
}

.story_List_Card_03 .card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
}

.story_List_Card_03 .card .view {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.story_List_Card_03 .card .view img {
	width: 100%;
	height: auto;
}

.story_List_Card_03 .card .card-body {
	flex: 1 1 auto;
	padding: 1.25rem 0.5rem;
}

.story_List_Card_03 .card .card-body .card-title,
.story_List_Card_03 .card .card-body h4.card-title,
.story_List_Card_03 .card .card-body a.card-title {
	margin-bottom: 0.4rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000 !important;
	font-size: 1.5rem;
	font-weight: 500;
}

.story_List_Card_03 .card .card-body .card-text {
	margin-bottom: 0.25rem;
	font-weight: 300;
	word-break: break-word;
}

.story_List_Card_03 .card .card-body .card-text-education {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-height: 2.6em;
	max-height: 2.6em;
}

.story_List_Card_03 .card .card-body .card-title:hover {
	color: #012956 !important;
	text-decoration: none;
}

/* 相簿列表 List_Card_001 */
.List_Card_001 .hoverable {
	box-shadow: none !important;
	transition: all 0.55s ease-in-out;
}

.List_Card_001 .card {
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
}

.List_Card_001 .card .view {
	padding: 15px;
	border: 1px solid #e2e2e2;
	min-height: 200px;
}

@media (max-width: 575.98px) {
	.List_Card_001 .card .view {
		min-height: 300px;
	}
}

.List_Card_001 .card img {
	height: auto;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.List_Card_001 .card .card-body {
	flex: 1 1 auto;
	padding: 0.8rem 0 1.8rem;
}

.List_Card_001 .card .card-body .card-title {
	font-size: 1.25rem;
	font-weight: 500;
	text-align: left !important;
	color: #000 !important;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.List_Card_001 .card .card-body .card-text {
	font-size: 0.875rem;
	font-weight: 300;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 電子報列表 List_Card_01 */
.List_Card_01 .hoverable,
.List_Card_01 .hoverable:hover {
	box-shadow: none !important;
	border: none !important;
}

.List_Card_01 .card {
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
}

.List_Card_01 .card .card-body .card-title {
	margin-bottom: 0.75rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000 !important;
}

.List_Card_01 .card .card-body .card-text {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 列表式版型 List_01（論文、獎學金、實習等） */
.page #ContentList .List_01 .list-title {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000 !important;
}

.page #ContentList .List_01 .list-text {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.page #ContentList .List_01.row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.page #ContentList .List_01 .view {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.page #ContentList .List_01 .view img.img-fluid {
	display: block;
	width: 100%;
	height: auto;
}

.page #ContentList .List_01 .view .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.page #ContentList .List_01 .view:hover .mask {
	opacity: 1;
}

.page #ContentList .List_01 .list-inline {
	margin-left: 0;
	padding-left: 0;
}

.page #ContentList .List_01 .list-inline li {
	display: block;
	margin-bottom: 0.25rem;
}

.page #ContentList .List_01 hr {
	width: 100%;
	margin: 1rem 0;
}

