@charset "UTF-8";
/* page_classification-custom 分類-自定義 */

.page_classification-custom {
	padding:40px 0 0;
}

/* 代表圖 */
.page_classification-custom .portrait {
	display:none;
	margin-bottom:20px  
}

/* 描述 */
.page_classification-custom .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}


/* 介紹/編輯器 */
.page_classification-custom .editor {
	padding-bottom:40px;
}

/* 分類列表 */
.page_classification-custom .classList {
	text-align:left;
}
.page_classification-custom .classList img {
    transition: transform .3s;
}
.page_classification-custom .classList .item:hover img {
	-moz-transform: scale(1.075);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}
.page_classification-custom .classList .item {
	display:inline-block;
	padding:0 20px 20px;
	text-align:center;
}
.page_classification-custom .classList a {
	display:inline-block;
	color:#000;
}
.page_classification-custom .classList .item h3 {
    font-size: 1.2em;
    line-height: 1.4;
    overflow: hidden;
    margin:0;
	padding:10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page_classification-custom .classList .item:hover h3 {
	color:#d75d07;
}
.page_classification-custom .classList .pic {
	width:220px;
	height:220px;
	border-radius:50%;
}
.page_classification-custom .classList .pic img {
	width:100%;
	height:100%;
    object-fit: cover;
}
.page_classification-custom .classList .date {
	display:none;
}
.page_classification-custom .classList .cont {
	display:none;
}
.page_classification-custom .classList .btnArea {
	display:none;
}

@media only screen and (max-width:991px) {
	.page_classification-custom {
		padding:20px 0 0;
	}
	.page_classification-custom .classList .item {
		display: inline-block;
		padding: 0 8px 10px;
	}
	.page_classification-custom .classList .pic {
		width:150px;
		height:150px;
	}
}