@charset "UTF-8";
/* index_single-custom 首頁單篇-自定義 */
.index_single-custom {
	padding: 40px 0;
	margin:0;
	z-index:0;
    background: #fff;
	} 
.index_single-custom>div {
	vertical-align:middle;
	padding:3% 5%;
	z-index:0;
	min-height:450px;
	}
.index_single-custom .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* 理念 */
.index_single-custom .concept {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
}
.index_single-custom .concept li {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 1px solid #333;
    margin-right: 20px;
    color: #333;
    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: #333;
}
.index .index_single-custom .title01::before {
    left: 0;
}
.index .index_single-custom .titleArea {
    margin-bottom: 50px;
}
/* 副標 */
.index_single-custom .sub {
    display: block;
    color: #333;
}

/* 代表圖 */
.index_single-custom .portrait {
	display:none;
}

/* 描述 */
.index_single-custom .summary {
	line-height:2;
    color: #333;
    font-size: 0.9rem;
}
.index_single-custom .summary a {
    color: #fdd0a9;
    text-decoration: underline;
}

/* 背景 */
.index_single-custom .left {
    position: relative;
}
.index_single-custom .mask {
    width: 100%;
}
.index_single-custom img.bg {
    position: absolute;
}

.index .index_single-custom .sub {
     padding: 10px 0 16px;
}

@media only screen and (max-width: 991px) {
    .index_single-custom {
        padding: 40px 0 0;
    }
    .index_single-custom .title01 {
        padding-bottom: 5px;
    }
	.index_single-custom>div {
		vertical-align:middle;
		padding: 0 20px 40px;
		z-index:0;
		min-height:0;
	}
    .index .index_single-custom .title01::before {
        left: calc(50% - 25px); 
    }
    .index .index_single-custom .sub {
         font-size: 1.1rem;
         margin-bottom: 10px;
    }
	.index_single-custom .titleArea {
		text-align:center;
	}
    .index_single-custom .pic {
        background-size: contain;
        background-attachment: local;
    }
}