@charset "UTF-8";
/* index_single-custom 首頁單篇-自定義 */
.index_single-custom {
	padding:0;
	margin:0;
	z-index:0;
    background: #000;
	}
.index_single-custom>div {
	vertical-align:middle;
	padding:3% 5%;
	z-index:0;
	min-height:450px;
	}

/* 理念 */
.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;
}

/* 主標 */
.index_single-custom .title01 {
    color: #fdd0a9;
}

/* 副標 */
.index_single-custom .sub {
    color: #fdd0a9;
}

/* 代表圖 */
.index_single-custom .portrait {
	display:none;
}

/* 描述 */
.index_single-custom .summary {
	line-height:2;
    color: #fff;
}
.index_single-custom .summary a {
    color: #fdd0a9;
    text-decoration: underline;
}

/* 背景 */
.index_single-custom .left {
    padding: 0;
    position: relative;
}
.index_single-custom .mask {
    width: 100%;
}
.index_single-custom img.bg {
    position:absolut;
}

@media only screen and (max-width: 991px) {
    .index_single-custom .title01 {
        padding-bottom: 5px;
    }
	.index_single-custom>div {
		vertical-align:middle;
		padding:40px 6%;
		z-index:0;
		min-height:0;
	}
	.index_single-custom .titleArea {
		text-align:center;
	}
}