@charset "UTF-8";
/* page_list-03 列表-03 */

.page_list-custom-cases {
	padding:25px 0 0;
}

/* 代表圖 */
.page_list-custom-cases .portrait {
	display:none;
	margin-bottom:20px  
}

/* 描述 */
.page_list-custom-cases .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}


/* 介紹/編輯器 */
.page_list-custom-cases .editor {
	padding-bottom:40px;
}

/* 列表 */
.page_list-custom-cases .list {
	display:block;
	width:100%;
	overflow:hidden;
    margin:0 auto;
}
.page_list-custom-cases .list li {
	border-bottom:1px solid #eee;
}
.page_list-custom-cases .list li:last-child {
}
.page_list-custom-cases .list li:nth-child(2n) {
}
.page_list-custom-cases .list .item>a {
	/*display: block;*/
    display:flex;
    justify-content:center;
	padding: 30px 0;
    padding-right:30px;
	color: #333;
	overflow: hidden;
    text-decoration: none;
}

.page_list-custom-cases .list .pic {
	display:block;
	padding-right: 15px;
    padding-left:0;
    height:330px;
    position:relative;
    left:60px;
    transition: ease-in-out .3s;
    width: 100%;
    max-width: 550px;
}
.page_list-custom-cases .list .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_list-custom-cases .list .item:nth-of-type(2) img{
    object-position: top right;
}
.page_list-custom-cases .list a:hover img{
    transform:scale(1.1);
    transition: ease-in-out .3s;
}
.page_list-custom-cases .product_title_wrap{
    box-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
    width: 450px;
    padding: 30px;
    margin-top: 60px;
    background-color: #fff;
    height: 200px;
    position:relative;
    transition: ease-in-out .3s;
    min-width: 390px;
}
/*.page_list-03 .product_title_wrap:hover{
    transform:scale(1.1);
}*/

.page_list-custom-cases .list .item:hover>a .title {
	color: #c2ab67;
}
.page_list-custom-cases .list .title,
.page_list-custom-cases .list .date,
.page_list-custom-cases .list .cont {
	display: block;
	line-height:1.2;
}
.page_list-custom-cases .list .title {
	font-size:1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	margin-bottom:10px;
    font-weight: 600;
}

@media only screen and (max-width: 480px){
    .page_list-custom-cases .list .title{
        font-size:24px;
        overflow:unset;
        text-overflow:unset;
        white-space:unset;
    }
}
.page_list-custom-cases .list .date {
	padding:0 20px 0 0;
	margin-bottom:10px;
}
.page_list-custom-cases .list .cont {
	display: block;
	line-height:1.5;
}

@media only screen and (max-width: 991px) {
	.page_list-custom-cases {
		padding:20px 0 0;
	}
    	.page_list-custom-cases .list .pic {
		padding-right:0;
		padding-left:0;
		margin-bottom:10px;
		text-align:center;
        height:unset;
        left:unset;
	}
	.page_list-custom-cases .item>a>div {
		padding:0;
	}
    .page_list-custom-cases .list .item>a{
        display:block;
         justify-content:unset;
        padding-right:unset;
    }
    .page_list-custom-cases .product_title_wrap{
        box-shadow:unset;
        width:unset;
        padding:unset;
        height:unset;
        margin-top:20px;
        min-width:unset;
    }
}
@media only screen and (max-width: 767px) {
	.page_list-custom-cases {
		padding:20px 0 0;
	}
	/*.page_list-custom-cases .list .pic {
		padding-right:0;
		padding-left:0;
		margin-bottom:10px;
		text-align:center;
        height:unset;
        left:unset;
	}
	.page_list-custom-cases .item>a>div {
		padding:0;
	}
    .page_list-custom-cases .list .item>a{
        display:block;
         justify-content:unset;
    }
    .page_list-custom-cases .product_title_wrap{
        box-shadow:unset;
        width:unset;
        padding:unset;
        height:unset;
        margin-top:30px;
    }*/
}


        