@charset "UTF-8";
/* 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:none;
	margin-bottom:20px  
}

/* 摘要 */
.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;
}

/* FB留言 */
.page_single-custom .fb_message {
	padding:50px 0;
}

@media only screen and (max-width: 991px) {
	.page_single-custom {
    }
	.page_single-custom .single_info {
		padding:0 0 30px;
	}
}

/* 理念 */
.index_single-custom .concept {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.index_single-custom .concept li {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 21px;
    font-weight: bold;
    position: relative;
}
.index_single-custom .concept li:last-child {
    margin-right: 0;
}
.index_single-custom .concept li:before {
    content:"";
    display: inline-block;
    width: 60px;
    height: 10px;
    background: #fdd0a9;
    position: absolute;
    top: 80px;
    left: 28px;
}

@media only screen and (max-width: 1040px) {
    .index_single-custom .concept {
        text-align: center;
    }
.index_single-custom .concept li {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.index_single-custom .concept li:last-child {
    margin-right: 0;
}
.index_single-custom .concept li:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 8px;
    background: #fdd0a9;
    position: absolute;
    top: 60px;
    left: 24px;
}
}