@charset "UTF-8";
/*內頁總成*/
.page_assemble-custom a {
    color: #333;
    line-height: 0;
}
/* page_single-custom 單篇-自定義 */

.page_single-custom {
}
/* 日期與閱覽人數 */
.page_single-custom .single_info {
	overflow:hidden;
	padding:0 0 40px;
	color:#666;
}
.page_single-custom .single_info .date,
.page_single-custom .single_info .visit {
	display:inline-block;
	padding:10px 20px 0 0;
}

/* 代表圖 */
.page_single-custom .portrait {
	display:block;
    text-align:center;
	margin-bottom:20px  
}
.page_single-custom .portrait img{
    max-height:551px;
}
/* 摘要 */
.page_single-custom .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}


/* 內容/編輯器 */
.page_single-custom .editor {
	padding-bottom:40px;
}
.page_single-custom .editor .title01{
    padding-bottom: 10px;
    line-height: 1;
}
.page_single-custom .row{
    margin-bottom:30px;
}
.page_single-custom .editor p{
    padding:0 15px;
}
.page_single-custom .share-button{
    display:flex;
    justify-content: flex-end;
}
.page_single-custom .share-button .fb,
.page_single-custom .share-button .one-page{
    padding-left:20px;
    font-size:22px;
    transition: .3s;
}
.page_single-custom .share-button .fb:hover,
.page_single-custom .share-button .one-page:hover{
    transform: translateY(-5px);
}
.page_single-custom .editor hr:nth-of-type(2) {
    border: 1px dashed #eee;
}

/*表格*/
.page_single-custom .title3{
    position: relative;
    font-size: 1.7rem;
    border-bottom: 1px #aaa solid;
    padding-bottom: 3px;
    margin-bottom: 15px;
    color: #000;
}
.page_single-custom .table-style{
    width:100%;
}
.page_single-custom .table-style th {
    width: 150px;
    vertical-align: top;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    background: #888;
    color: #fff;
}
.page_single-custom .table-style td {
    padding: 10px 3%;
    line-height: 1.5;
    background: #f7f7f7;
    border-bottom: 1px #ccc dotted;
}
/* FB留言 */
.page_single-custom .fb_message {
	padding:50px 0;
}

/*按鈕*/
.btnArea a {
    text-decoration: none;
    line-height: 50px;
}
@media only screen and (max-width: 991px) {
	.page_single-custom {
    }
    .page_single-custom .video{    padding-bottom: 56.25% !important;}
	.page_single-custom .single_info {
		padding:0 0 30px;
	}
    .page_assemble-custom .toolbar .right {
        float: left;
        display: none;
    }
    .page_assemble-custom .toolbar {
        padding: 0;
    }
}


.cases .page_banner_pc,
.cases .page_banner_mobile {
    display: none;
}
.page_assemble-custom {
    padding-top: 160px;
}
@media only screen and (max-width: 1400px) {
     .page_assemble-custom {
    padding-top: 120px;
}
}