@charset "UTF-8";
/* index_single-custom 首頁單篇-自定義 */

.index_single-custom.about {
	padding:0;
	margin:0;
	z-index:0;
    background: #e4e4e4;
	}
.index_single-custom>div {
	vertical-align:middle;
	padding:3% 5%;
	z-index:0;
	min-height:450px;
	}

/* 主標 */
.index_single-custom .title01 {
}

/* 副標 */
.index_single-custom .sub {
}

/* 代表圖 */
.index_single-custom .portrait {
	display:none;
}

/* 描述 */
.index_single-custom .summary {
	line-height:2;
}

/* 背景 */
.index_single-custom img.bg {
}

@media only screen and (max-width: 991px) {
	.index_single-custom>div {
		vertical-align:middle;
		padding:40px 6%;
		z-index:0;
		min-height:0;
	}
	.index_single-custom .titleArea {
		text-align:center;
	}
    .index_single-custom .title01 {
        padding: 0 0 10px;
        text-align: center;
        margin: 0 -10px;
    }
    .index_single-custom .title01::before, 
    .index_single-custom .title01::after {
        content: "";
        position: inherit;
        display: inline-block;
        z-index: 1;
        width: 20%;
        max-width: 130px;
        height: 2px;
        background: #333;
        margin: 15px;
    }
}