@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 .title01 {
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 55%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.index_single-custom .title01_eng{
    font-family: 'Noto Serif TC', serif;
    color: #282828;
    font-size: 40px;
    font-weight: 600;
    
    position: absolute;
    left: 47%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.index_single-custom .title01_eng::before{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: -130%;
    left: 70%;
    transform: rotate(40deg);
}

.index_single-custom .title01_eng::after{
    content: "";
    width: 2px;
    height: 50px;
    background-color: #282828;
    position: absolute;
    top: 130%;
    left: -10%;
    transform: rotate(40deg);
}

/* 副標 */
.index_single-custom .sub {
    font-family: 'Noto Serif TC', serif;
    color: #979074;
    /*font-size: 40px;*/
    font-size: 4.3vmin;
    line-height: 0.5;
    font-weight: 600;
}
@media only screen and (max-width: 640px){
    .index_single-custom .sub {
	    font-size: 28px;
    }
}

/* 代表圖 */
.index_single-custom .portrait {
	display:none;
}

/* 描述 */
.index_single-custom .summary {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.82vmin;
	line-height:1.66;
    color:#282828;
}
@media only screen and (max-width: 991px){
    .index_single-custom .summary {
	    text-align: center;
    }
    .index_single-custom .summary p br{
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .index_single-custom .summary{
        font-size: 17px;
    }
}

/* 背景 */
.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 .pic {
		height: 200px;
	}
	.index_single-custom .titleArea {
		text-align:center;
	}
}

.index_single-custom .btnArea{
    text-align: unset;
    margin-top:30px;
}
@media only screen and (max-width: 991px){
    .index_single-custom .btnArea{
        text-align: center;
    }
}

.index_single-custom .btnArea .btn1{
    background-color: #fff;
    color: #282828 !important;
    border: 1px solid #282828;
    padding: 0;
    transition: ease-in-out 0.3;
}
.index_single-custom .btnArea .btn1::after{
    content:"";
}
.index_single-custom .btnArea .btn1:hover{
    background-color: #282828;
    color: #fff !important;
}