@charset "UTF-8";
/* index_single-custom 首頁單篇-自定義 */

.index_single-custom {
	padding:0;
	margin:0;
	z-index:0;
}
.index_single-custom>div {
	vertical-align:middle;
	padding:3% 5%;
	z-index:0;
	min-height:450px;
	}
.index_single-custom>div.left {
    text-align: center;
    vertical-align: middle;
    padding: 3% 5%;
    z-index: 0;
    height: 600px;
}
.index_single-custom>div.right {
    padding: 8% 10% 0 0;
}

.index_single-custom .right img {
    position: absolute;
    top: 40px;
    width: 470px;
    max-height: none;
    z-index: -1;
    /* object-fit: cover; */
    left: calc(40% - 250px);
    opacity: 0.8;
}
@media only screen and (max-width: 992px) {
    .index_single-custom .right>img {
        width: 90%;
        max-width: 470px;
        display: none;
    }
    .index_single-custom .right .picArea {
        text-align: center;
        padding: 40px 0;
    }
     .index_single-custom .right .pic.mb {
        width: 300px;
        height: 300px;
        max-width: none;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        /*border: 1px solid #cbcbcb; */
        box-shadow: inset 5px 5px 12px #00000021;
         background: #fff;
    }
    .index_single-custom .right .pic.mb img {
        width: 120%;
        height: auto;
        max-width: none;
        max-height: none;
        /* object-fit: cover; */
        left: cal(50% - 20px);
        top: 0;
        left: -20px;
        z-index: 0;
    }
}

/* 主標 */
.index_single-custom .title01 {
}

/* 副標 */
.index_single-custom .sub {
}

/* 代表圖 */
.index_single-custom .portrait {
	display:none;
}
.index_single-custom .left .pic {
    max-width: 430px;
    display: inline-block;
}
/* 描述 */
.index_single-custom .summary {
	line-height:2;
}

/* 背景 */
.index_single-custom img.bg {
}
@media only screen and (min-width: 991px) {
    .index .index_single-custom .titleArea {
        margin-bottom: 20px;
    }
    .index .index_single-custom .title01 {
        padding: 0 0 0 40px;
        line-height: 1;
    }
    .index .index_single-custom .title01:before {
         content: "";
        display: inline-block;
        width: 14px;
        height: 38px;
        background: #99b045;
        position: absolute;
        top: 3px;
        line-height: 40px;
        left: 0;
    }
}
@media only screen and (max-width: 992px) {
    .index .index_single-custom>div.left {
        padding: 0;
        min-height: 0;
        height: 0;
	}
	.index .index_single-custom>div.right {
		vertical-align: middle;
        padding: 40px 6% 40px;
        z-index: 0;
        min-height: 0;
        height: auto;
	}
	.index_single-custom .titleArea {
		text-align:center;
	}
}