@charset "UTF-8";
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url('/webeip/HT00100/becky/fonticons/css/style.css');
/* 以下是 圖示文字 new ver. 的 CSS */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* 以下是swiper-4.5.0 css */
@import url('https://unpkg.com/swiper/swiper-bundle.min.css');

/* 以下是 animate 的 CSS */
@import url('/webeip/HT00100/becky/css/animate.css');
/* 以下是 reset 的 CSS */
@import url('/webeip/HT00100/Peggy/css/reset.css');

.showpost_wrap{
	width: 1000px;
	margin: 2rem auto 3rem;
}
/* 大圖輪播器 */
	.showpost_carousel_main{
		width: 100%;
		height: 600px;
	}
	.showpost_carousel_main .swiper{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/* 輪播上方 */
		.showpost_carousel_main .showpost_carousel_Top{
			height: 80%;
			width: 100%;
		}

	/* 輪播下方 */
		.showpost_carousel_main .showpost_carousel_Down{
			height: 20%;
			box-sizing: border-box;
			padding: 10px 0;
		}

		.showpost_carousel_main .showpost_carousel_Down .swiper-slide{
			width: 25%;
			height: 100%;
			opacity: 0.4;
		}

		.showpost_carousel_main .showpost_carousel_Down .swiper-slide-thumb-active{
			opacity: 1;
		}
	/* 圖片設定 */
		.showpost_carousel_main .swiper-slide{
			background-size: cover;
			background-position: center;
		}
		.showpost_carousel_img{
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			image-rendering: -moz-crisp-edges;
			image-rendering: -o-crisp-edges;
			image-rendering: -webkit-optimize-contrast;
			image-rendering: optimize-contrast;
			-ms-interpolation-mode: nearest-neighbor;
		}
		.showpost_carousel_txt{
			position: absolute;
			background-color: rgba(0,0,0,.5);
			color: #fff;
			bottom: 0;
			padding: 0 5px 0 7px;
			box-sizing: border-box;
			width: 100%;
			left: 0;
			line-height: 2rem;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			white-space: normal;
			letter-spacing: 3px;
		}

	/* 左右鍵 */
		.showpost_carousel_next, .showpost_carousel_prev{
			position: absolute;
			top: 50%;
			width: calc(var(--swiper-navigation-size)/ 44 * 27);
			height: var(--swiper-navigation-size);
			margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
			z-index: 10;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
			color: var(--swiper-navigation-color,var(--swiper-theme-color));
		}

		.showpost_carousel_next, .swiper-rtl .showpost_carousel_prev{
			right: 10px;
			left: auto;
		}
		.showpost_carousel_prev, .swiper-rtl .showpost_carousel_next{
			left: 10px;
			right: auto;
		}
		.showpost_carousel_next:after, .showpost_carousel_prev:after{
			font-family: swiper-icons;
			font-size: var(--swiper-navigation-size);
			text-transform: none!important;
			letter-spacing: 0;
			text-transform: none;
			font-variant: initial;
			line-height: 1;
		}
		.showpost_carousel_next:after, .swiper-rtl .showpost_carousel_prev:after{
			content: 'next';
		}
		.showpost_carousel_prev:after, .swiper-rtl .showpost_carousel_next:after{
			content: 'prev';
		}

	@media all and (max-width: 768px){
		.showpost_carousel_main{ height: 50vw; }
		.showpost_carousel_main .showpost_carousel_Top{ height: 70%; }
		.showpost_carousel_main .showpost_carousel_Down{ height: 30%; }
	}
/*社群分享*/
	.showpost_Share{
		width: 100%;
		margin: 2rem auto;
		text-align: end;
	}
	.showpost_Sharemain{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		overflow: hidden;
	    position: relative;
	}
	.showpost_Sharemain ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
	    right: -370px;
	    list-style: none;
	}
	.showpost_Sharemain ul li a{
		display: inline-block;
		margin: 5px;
		position: relative;
	}
	.showpost_Sharemain ul li a img{
		width: 50px;
		vertical-align: top;
	}
	.showpost_Sharemain ul li a:hover{
		bottom: 2px;
	}
	.showpost_shareicons_btn{
		width: 50px;
		height: 50px;
		background: #60C1BD;
		padding: 5px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	    z-index: 9;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.showpost_shareicons_btn > span{
		font-size: 2.5rem;
		color: #fff;
	}
	/* 社群分享QR */
	.showpost_qrcode{
		display: none;
		position: fixed;
		z-index: 10000;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		overflow-y: auto;
	}
	.showpost_qrcode_box{
		width: 90%;
		max-width: 300px;
		margin: 3rem auto;
		text-align: center;
		background-color: #FFF;
		border-radius: 15px;
		padding: 1rem;
		box-sizing: border-box;
		position: relative;
	}
	.showpost_qrcode_box button{
		cursor: pointer;
		position: absolute;
		top: 1rem;
		right: 1rem;
		font-size: 1.25rem;
		color: #444;
		background-color: #fff;
		border-radius: 50%;
		border: none;
		border: 1px solid #444;
	}
/* 其他連結 */
	.showpost_link{
		width: 100%;
		margin: 2rem auto 3rem;
	}
	.showpost_linktag, .showpost_linktag2{ margin-top: 10px; }
	.showpost_link a{
		display: inline-block;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 10px;
		position: relative;
	}
	.showpost_link a:hover{ bottom: 2px; }
	.showpost_linktag a{
		background-color: #f05353;
		color: #fff;
	}
	.showpost_linktag2 a{
	    background-color: #29657b;
	    color: #fff;
	}
/* 分類名稱 */
	.showpost_topline{
		padding: 1.5rem 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.showpost_classname,
	.showpost_classname_sub,
	.showpost_classname_third{
		display: block;
		padding: 0.15rem 0.5rem;
		box-sizing: border-box;
		color: #444;
		font-size: 1rem;
		margin: 0.25rem 2rem 0.25rem 0;
	}
	.showpost_classname{ background-color: #9cdae6; }

	.showpost_classname_sub{ background-color: #ade0ea; }

	.showpost_classname_third{ background-color: #c1e3ea; }

	.showpost_topline > a{ position: relative; }
	.showpost_topline > a > .icon-arrow-right2{
		position: absolute;
	    left: 110%;
	    top: 50%;
	    transform: translate(0, -50%);
	}

	.showpost_topline > a:last-child > .icon-arrow-right2{ display: none; }

/* 標題 */
	.showpost_title{
		width: 100%;
		margin: 1rem auto;
		text-align: center;
		font-family: Microsoft JhengHei;
	}
/* 副標題 */
	.showpost_subtitle{
		width: 90%;
		text-align: center;
		color: #fff;
		margin: 5px auto;
		background-color: rgb(0 0 0);
		padding: 2.5px;
		box-sizing: border-box;
		border-radius: 10px;
		font-size: 1rem;
	}
/* 自訂欄位 */
	.showpost_metaBox{
		width: 100%;
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
	}
	.showpost_metaBox > section{
		width: calc(90% / 3);
		margin: 5px calc(10% / 6);
		text-align: center;
		padding: 5px;
		box-sizing: border-box;
		border-bottom: 2px solid #e0e0e0;
	}
	.showpost_metaBox > section > h2{
		text-align: left;
		margin-bottom: 10px;
		font-size: 1.25rem;
		border-left: 5px solid #f44336;
		padding-left: 5px;
		box-sizing: border-box;
		color: #525252;
	}
	.showpost_metaBox > section > span{
		display: block;
		font-size: 1.05rem;
		color: #f44336;
	}
/* 短標籤 */
	.showpost_metaTag{
		width: 100%;
		margin: 20px auto;
		padding: 10px;
		box-sizing: border-box;
		background-color: #f4f4f4;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;

	}
	.showpost_metaTag > section{
		width: 49%;
		background-color: #fff;
		border-radius: 15px;
		padding: 30px 10px 20px;
		box-sizing: border-box;
		margin: 30px 0.5% 40px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.showpost_metaTag > section > h2{
		position: absolute;
		top: -20px;
		left: 10px;
		letter-spacing: 5px;
		padding-left: 5px;
		box-sizing: border-box;
		border-bottom: 5px solid #f44336;
	}
	.showpost_metaTag > section > div{
		width: 49%;
		margin: 10px 0.5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.showpost_metaTag > section > div h3{
		display: inline-block;
		font-size: 1rem;
		margin-right: 10px;
		color: #525252;
	}
	.showpost_metaTag > section > div span{ display: inline-block; }

/* 內容 */
	.showpost_content{
		width: 100%;
		margin: 1rem auto;
		word-wrap: break-word;
		word-break: break-all;
		min-height: 200px;
	}
	.showpost_content iframe{ max-width: 100%; }

/* 圖片管理 & 檔案管理 */
	.showpost_addimg,
	.showpost_addfile{
		width: 100%;
		margin: 1rem auto;
		text-align: right;
	}
	.showpost_addimg:after{
		content: ""; 
		display: block;
		width: 100%;
		clear: both;
	}
	.showpost_addimg > a{
		display: inline-block;
		text-align: center;
		margin: 0.25rem;
	}
	.showpost_addimg > a > img{
		vertical-align: top;
		margin: 0 0 0.15rem 0;
	}
	.showpost_addfile > a{
		display: inline-block;
		text-align: center;
		background-color: #03af84;
		color: #FFF;
		padding: 0.25rem 0.5rem;
		box-sizing: border-box;
		margin: 0.25rem;
		border-radius: 7px;
		font-size: 0.95rem;
		box-shadow: 2px 3px 3px rgba(0,0,0,0.1);
	}
.showpost_detail{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* 更新日期 */
	.showpost_updatedate{
		margin: 5px;
		color: #ff4957;
		font-size: 0.9rem;
	}
/* 點閱次數 */
	.showpost_addclick{
		margin: 5px;
		color: #AAA;
		font-size: 0.9rem;
	}

/* 關鍵字標籤 */
	.showpost_keyword ul{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
	}
	.showpost_keyword ul a{
		display: inline-block;
		padding: 0.5rem 0.75rem;
		margin: 0 10px 10px 0;
		box-sizing: border-box;
		color: #0088A8;
		border: 1px solid #0088A8;
		border-radius: 5px;
		transition: all .5s;
		font-family: Microsoft JhengHei;
	}
	.showpost_keyword ul a:hover{
		background-color: #0088A8;
		color: #FFF;
	}
	.showpost_keyword ul a .icon-price-tag{ margin-right: 0.25rem; }

/* 延伸閱讀 */
	.showpost_extended{
		margin: 1rem 0;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
		border-radius: 0 0 10px 10px;
	}
	.showpost_extended > .showpost_extended_title{
		background-color: #ACACAC;
		font-size: 1.5rem;
		color: #FFF;
		letter-spacing: 5px;
		padding: 0.25rem;
		box-sizing: border-box;
	}
	.showpost_extended > .showpost_extended_title .icon-books{ margin-left: 1rem; }

	.showpost_extended > a{
		display: block;
		width: 90%;
		margin: 0.5rem auto;
		padding: 0.5rem;
		box-sizing: border-box;
		border-bottom: 1px solid #EAEAE9;
		position: relative;
		color: #444;
		transition: all .5s;
	}
	.showpost_extended > a:hover{ letter-spacing: 5px; }

	.showpost_extended > a:before{
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #444;
		top: 50%;
		transform: translate(0, -50%);
		margin-right: 0.5rem;
	}

@media all and (max-width: 768px){
	.showpost_metaTag > section{ width: 98%; }
}
@media all and (max-width: 480px){
	.showpost_metaTag > section > div h3{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		border-left: 3px solid #525252;
		padding-left: 3px;
	}

}