@charset "UTF-8";
/* page_single-custom 單篇-自定義 */

.about .wrapper {
    background: none;
}

.about .page_assemble-custom .page_content {
    /*background: url("../../../../../upload/home/blocks/index-bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;*/
}
h2.title01 {
    font-size: 1.8rem;
}
/* 日期與閱覽人數 */
.page_single-custom .single_info {
	overflow:hidden;
	padding:0 0 40px;
	color:#666;
}
.page_single-custom .single_info .date,
.page_single-custom .single_info .visit {
	display:inline-block;
	padding:10px 20px 0 0;
}

/* 代表圖 */
.page_single-custom .portrait {
	display:none;
	margin-bottom:20px  
}

/* 摘要 */
.page_single-custom .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}


/* 內容/編輯器 */
.page_single-custom .editor {
	padding-bottom:40px;
}

/* FB留言 */
.page_single-custom .fb_message {
	padding:50px 0;
}

@media only screen and (max-width: 991px) {
	.page_single-custom {
    }
	.page_single-custom .single_info {
		padding:0px;
	}
}
.about1 {
    margin-bottom: 40px;
}
.about1>div {
    vertical-align: middle;
    padding: 10px 5%;
    z-index: 0;
}
.about1>div.right {
    padding: 0 5% 0;
}
.about1 .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.about1 .pic img{
    max-width: 300px;
}
@media only screen and (max-width: 991px) {
	.about1>div {
        vertical-align: middle;
        padding: 3% 5%;
        z-index: 0;
    }
    .about1>div.right {
        padding: 3% 5%;
    }
    .about1 .pic {
        background-size: contain;
        background-attachment: local;
    }
}

/* 為每個家庭圓夢 */
.page_single-custom .titleArea {
    margin-bottom: 70px;
}
.page_single-custom .title01 {
    padding-bottom: 0;
    line-height: 1.5;
}
.page_single-custom .title01::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 10px;
    background: #deaa4d;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 25px);
    left: 0;
}

@media screen and (max-width: 1000px) {
    .page_single-custom .title01 {
        text-align: center;
    }
    .page_single-custom .title01::before {
        left: calc(50% - 25px);
    }
}


/* 選地智慧 */
.public {
    height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} 

.public .title {
    position: absolute;
    left: 40px;
    top: 60px;
    font-size: 3.2rem;
    /* font-family: 'Noto Serif TC', serif; */
    writing-mode: vertical-rl;
    line-height: 1.5;
    text-align: left;
    padding-right: 40px;
    border-right: 1px solid #000000;
}
.public .title01 {
    font-size: 1.8rem;
    padding-bottom: 0;
    left: 0;
}
.index .public .title01::before {
    left: 0;
}
.public .sub {
    font-size: 2rem;
    padding-bottom: 10px;
}

.public .text {
    position: absolute;
    display: inline-block;
    width: 800px;
    right: 0;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background: #eee;
    /* font-family: 'Noto Serif TC', serif; */
    line-height: 1.8;
    text-align: left;
    padding: 50px 8vw 50px 200px;
    /* border-left: 1px solid #fff;*/
}
@media screen and (min-width: 1001px) {
    .public .titleArea {
        margin-bottom: 20px;
    }
    .public .title01::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 10px;
        background: #deaa4d;
        position: absolute;
        bottom: -30px;
        left: calc(50% - 25px);
        left: 0;
    }
}
@media screen and (max-width: 1000px) {
    .public {
        height: auto;
        color: #fff;
        display: flex;
        align-items: center;
        background-size:cover !important;
        height: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-size: contain;
        background-attachment: local;
        background-image: none !important;
        margin: 0 -20px;
    }
    .public .title {
        position: relative;
        left: auto;
        top: auto;
        font-size: 1.6rem;
        /* color: #fff; */
        /* font-family: 'Noto Serif TC', serif; */
        writing-mode: rl-tb;
        /* line-height: 1.5; */
        text-align: center;
        /* text-shadow: rgb(66 66 66 / 30%) 2px 2px 4px; */
        border-right: none;
        padding: 0;
    }
   .public .title01 {
        position: relative;
        font-size: 1.6rem;
        line-height: 1.3;
        padding-bottom: 0;
    }
    .public .text {
        position: relative;
        display: inline-block;
        width: 100%;
        right: auto;
        font-size: 1rem;
        padding: 40px 0px;
        border-left: none;
        bottom: auto;
        text-align: center;
        background: #eee;
    }
    .index .public .title01::before {
        left: calc(50% - 25px);
    }
} 

@media screen and (max-width: 600px) {
    .public .text {
        font-size: 3.5vw;
    }
}

.about3 {
    padding: 40px 0;
}