@charset "UTF-8";
/* page_list-custom 列表-自定義 */

.page_list-custom {
	padding:40px 0 0;
}

/* 代表圖 */
.page_list-custom .portrait {
	display:none;
	margin-bottom:20px  
}

/* 描述 */
.page_list-custom .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}
.page_list-custom .summary p br:nth-child::before(1){
    content:"123";
    position: absolute;
}

/* 介紹/編輯器 */
.page_list-custom .editor {
	padding-bottom:40px;
}

/* 列表 */
.page_list-custom .list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.page_list-custom .list li {
    width: calc(33% + -10px);
    margin-right: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 991px){
    .page_list-custom .list li{
        width: calc(50% + -10px);
    }
}
@media only screen and (max-width: 600px){
    .page_list-custom .list li{
        width: 100%;
        margin-right: unset;
    }
}
@media only screen and (max-width: 480px){
    .page_list-custom .list li{
        margin-bottom: unset;
    }
}
.page_list-custom .list li:last-child {
	border-bottom:none;
}
/* .page_list-custom .list li:nth-child(2n) {
    background: #f7f7f7;
}*/
.page_list-custom .list .item a {
	display: block;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.page_list-custom .list .pic {
	/* display:none; */
}
.page_list-custom .list .pic img{
    width: 100%;
}
.page_list-custom .list .item:hover a {
	color: #d75d07;
}
.page_list-custom .list .title,
.page_list-custom .list .date {
	display: inline;
	line-height:1.2;
}
.page_list-custom .list .title {  
}
.page_list-custom .list .date {
    display: none;
	padding:0 20px 0 0;
}
.page_list-custom .more::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15vmax 0 0 15vmax;
    border-color: transparent transparent transparent #000000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 480px){
    .page_list-custom .more::after{
        border-width: 20vmax 0 0 20vmax;
    }
}
.page_list-custom .list .cont {
	font-family: 'Noto Serif TC', serif;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 2.5vmin;
    font-weight: 600;
    line-height: 1.44;
    z-index: 1;
    bottom: 50px;
    left: 15px;
}
@media only screen and (max-width: 1500px){
    .page_list-custom .list .cont{
        font-size: 2.3vmin;
        bottom: 30px;
    }
}
@media only screen and (max-width: 1200px){
    .page_list-custom .list .cont{
        bottom: 10px;
        left: 10px;
        font-size: 2vmin;
    }
}
@media only screen and (max-width: 480px){
    .page_list-custom .list .cont{
        font-size: 16px;
    }
}
.page_list-custom .list .item p::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.page_list-custom .list .item:hover p::before {
    width: 150%;
}
@media only screen and (max-width: 1500px){
    .page_list-custom .list .item p::before{
        bottom: -15px;
    }
}
@media only screen and (max-width: 1200px){
    .page_list-custom .list .item p::before{
        display: none;
    }
}
.page_list-custom .list .item p::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -18px;
    left: 150%;
    transform: rotate(225deg);
    transform-origin: bottom left;
    transition: all 0.3s ease-in-out;
}
.page_list-custom .list .item:hover p::after {
    width: 30%;
}
@media only screen and (max-width: 1500px){
    .page_list-custom .list .item p::after{
        bottom: -13px;
    }
}
@media only screen and (max-width: 1200px){
    .page_list-custom .list .item p::after{
        display: none;
    }
}

.page_assemble-custom .page_banner .page_banner_pc{
    display: block;
}

.page_assemble-custom .page_banner .page_banner_mb{
    display: none;
}

@media only screen and (max-width: 480px){
    .page_assemble-custom .page_banner{
        border-radius: unset;
        box-shadow:unset;
    }
    .page_assemble-custom .page_banner .page_banner_mb{
        display: block;
        height: 110px;
    }
    .page_assemble-custom .page_banner .page_banner_pc{
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .page_assemble-custom h1 {
        padding-left: unset;
        font-family: Noto Sans TC;
        font-weight: 600;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        font-size: 28px;
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .page_assemble-custom .page_banner .title {
        padding-left: unset;
        font-family: Noto Sans TC;
        font-weight: 600;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #282828;
        font-size: 28px;
        display: block;
        z-index: 1;
    }
    .page_assemble-custom .page_banner .title::after{
        content: "";
        background-color: #282828;
        width: 2px;
        height: 100px;
        position: absolute;
        left: 50%;
        /*top: 120%;*/
        top: calc(120% + 3px);
        z-index: 14;
    }
    .page_assemble-custom .page_content{
        padding:0px 0% 50px;
    }
    .page_assemble-custom .breadcrumb {
        display: none;
    }
    .page_assemble-custom .toolbar {
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .page_assemble-custom .page_list-custom .editor{
        display: none;
    }
}