@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2017
 ******************************************************************************/
/*======================================== 共用 */
.box-article {
	/* margin: 0.5em 0 2.5em; */
}
/* 主內容 */
.box-article__main{
	background: #fff;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
/*側欄*/
.box-article__sidebar {
	display: none;
}
.box-article__sidebar .heading2 {
	/* margin: 1em 0; */
}
/*======================================== Article */
.article{
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 20px;
}
/* 標籤區 */
.article__tagbox {
	margin-bottom: 10px;/*0 0 8/16*/
}
/* 主標 */
.article__title {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: normal;
}
/* 文章資訊 */
.article__data{
	color: #6e6e6e;
	margin: 0 0 15px;
}
/* 清除浮動 */
.article__data:after{
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
}
/* 日期、社群、瀏覽數 */
.article__date-public,
.article__social,
.article__view{
	font-size: 0.875em;/*14px/16px*/
	/* display: inline-block; */
	vertical-align: middle;
	/* width: calc(50% - 10px); */
}
/* 日期 */
.article__date-public{
	margin-bottom: 5px;

}
.article__view{
	float: left;
}
/* 日期 -icon*/
.article__date-public-icon,
.article__view-icon{
	font-size: 14px;
	margin-right: 3px;
}
/* 社群工具 */
.article__social{
	float: right;
	text-align: right;
	height: 20px;
}
/* 社群工具 iframe */
.article__social iframe html {
	float: right;
}
/* 圖片區 */
.article__imgbox,
.article__moviebox {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background:  #ededed;
}
.article__imgbox:after {
	padding-top: 75%;
	content:"";
	display: block;
}
/* 圖片 */
.article__img {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	max-width:100%;
	margin:auto;
}
/* 編輯器 */
.article__editor {
	margin-bottom: 20px;
}

/*文章推薦商品*/
.productlist-related {
	margin: 30px 0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
}
.productlist-related .box__heading{
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.productlist-related .product{
	width: 100%;
	position: relative;
}

.carousel__btnbox{
	display: block;
}
.related-cartlist {
	font-size: 0;
	letter-spacing: -4px;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	word-spacing: -1px;
	padding: 0;
	white-space: nowrap;
	}
.related-cartlist__item {
	border-top: none;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	padding: 0;/*10/16*/
	position: relative;
	text-align: center;
	vertical-align: top;
	border: none;
	word-spacing: normal;
	zoom: 1;
	margin: 0 1px 10px 1px;
}
.product__list{
	width: 100%;
	margin: 0;
}
.related-cartlist__item .product__name-link{
	white-space: initial;
}
.carousel__btnbox .carousel__btn {
	background: rgba(179,179,179, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	height: 50px;
	margin: 0;
	width: 26px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 25px);
}
.carousel__btnbox .carousel__btn:active {
	background: rgba(179,179,179, 1);
}
.carousel__btnbox .carousel__btn.Disabled{
	background: rgba(179,179,179, 0.3);
	cursor: default;
}
.carousel__btnbox .carousel__btn-prev {
	left: 0;
}
.carousel__btnbox .carousel__btn-next {
	right: 0;
}
.carousel__btnbox .carousel__btn-icon {
	font-size: 27px;
	color: #fff;
	margin: -10px -10px 0;
}
.carousel__btn-next .carousel__btn-icon{
	margin-left: -5px;
}

.btnbox--article{
	margin-bottom: 40px;
}

.btnbox .btn{
	margin: 0;
}

/*FB外掛*/
.fbcomments {
	display: none;
}

/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
	/*======================================== 共用 */
	.box-article {
		/* margin: 0.875em 0 2.1875em; */
	}
	.box-article .heading2 {
		/* margin: 0.723em 0; */
	}
	/* 主內容區 */
	.box-article__main{
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	/*======================================== Article */
	/* 標籤 */
	.article__tagbox{
	}
	/* 主標 */
	.article__title {
		margin-bottom: 0;
	}
	/* 數據 */
	.article__data {
		margin-bottom: 015px;
	}
	/* 主圖 */
	.article__imgbox,
	.article__moviebox{
		margin-bottom: 1.125em;/*18/16 0*/
	}
	/* 編輯器區 */
	.article__editor {
		margin-bottom: 1.5em;/*24/16 0*/
	}
	/* 文章相關產品-最末則 */
	.productlist-related .productlist__item:last-child{
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*======================================== 共用 */
	.box-article {
	}
	/* 主標 */
	.article__title {
	}
	.article__editor {
	}
	/*FB外掛*/
	.fbcomments {
		/* display: block; */
		margin: -30px 0 0;
	}
	/* hover */
	.article-pagelist__link:hover{
		color: #00b0b9;
	}
	/*文章推薦商品*/
	.productlist-related {
		margin: 60px 0;
	}

}
