/* Artist Intro */

.subPage {
    min-height: 50vh;
    margin: 0px;
}

.subPage .container{
    padding: 0px;
}

#artist_intro {
    margin: 260px 100px 100px 100px;
	padding-top: 0px;
}

.container.artist_intro_txt {
    display: flex;
    column-gap: 0px;
    justify-content: flex-start;
    padding: 0px;
}

.artist_title {
    margin-right: 200px;
}

#artist_intro .artist_title h1{
    font-size: 80px; 
    white-space: normal;
}

#artist_intro .artist_title.short h1 {
    white-space: nowrap;
}

.artist_title span {
    font-family: "Trajan Pro";
    font-size: 40px;
    color: var(--gray700);
}

.artist_des p {
    font-size: 14px;
    font-weight: 300;
}


@media(max-width: 1440px){
    .artist_title {
        margin-right: 80px;
    }

}

@media(max-width: 960px){

    #artist_intro {
        margin: 200px 40px 40px 40px;
    }

}

@media(max-width: 768px){

    #artist_intro {
        margin: 160px 40px 0px 40px;
    }


}

@media(max-width: 576px){

    #artist_intro .artist_title h1 {
        font-size: 40px;
    }

    #artist_intro {
        margin: 160px 16px 0px 16px;
    }

    .work_row .img_wrap {
        max-width: 100%;
    }


}

@media(max-width: 378px){

    #artist_intro {
        margin: 120px 16px 0px 16px;
    }

    .artist_title {
        margin-right: 0;
    }
}



/* Work Lists */

.work_lists {
    margin: 0px 100px 200px 100px;
}

#work_lists .container{
	padding: 0px;
}

.work_row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
  	gap: 48px; /* 調整項目之間的間隔 */
    justify-content: flex-start;
    margin: 0px auto;
    margin-top: 80px;
	margin-bottom: 80px;
}

.work_row:first-child{
	margin-top: 0px;
}

.work_row:last-child{
	margin-bottom: 0px;
}


.work_img{
	display: flex;
}


#work_lists .img_wrap h5{
	font-size: 16px;
}

.work_img .img_label, .new_img .img_label{
    position: absolute;
    top: 32px;
    bottom: 0;
    text-align: right;
    line-height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: fit-content;
    right: 32px;
    width: auto;
    padding: 4px 16px;
    vertical-align: middle;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;

}

.img_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: heirate;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: .6s ease;
	
}

.img_wrap:hover .img_overlay{
	opacity: 0.9;

}

.img_overlay span {
    z-index: 10;
    display: block;
    font-size: 24px;
	font-weight: 300;
    top: 50%;
    transform: translateY(-50%);
	color: var(--gray700);
    white-space: normal;
    margin: 0px 24px;
    text-align: center;
    line-height: 24px;
}



.work_wrap h5{
    font-size: 16px;
	margin-top: 16px;
	font-weight: 500;
	margin-bottom: 12px;
    font-size: 16px;
    margin: 0px;
}

h6.work_des{
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: 400;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.work_txt {
    margin: 16px 0px;
   
}

.work_txt span{
	color: var(--gray900);
	font-weight: 300;
}

.price_detail {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.price_detail span {
    font-size: 16px;
    transition: .6s ease;
}

.img_wrap:hover .price_detail span{
	opacity: 0.3;
    transform: translateX(4px);

}

.price_detail i{
    margin-left: 8px;
}



@media(max-width: 1440px){
    .price_detail {
        display: block;
    }
}

@media(max-width: 960px){

    .container.artist_intro_txt {
        flex-wrap: wrap;
        row-gap: 40px;
    }

	.work_row:last-child {
		margin-bottom: 80px;

	}

	.work_row {
		margin-top: 40px;
		margin-bottom: 40px;
	}

    .work_lists {
        margin: 0px 16px 80px 16px;
    }


    .work_img .img_label, .new_img .img_label{
       
        top: 12px;
        right: 12px;
        padding: 4px 12px;
        
    }

    .img_overlay span {
        font-size: 20px;
        margin: 0px 16px;
    }
    
    


}

@media(max-width: 780px){

    #work_lists .img_wrap {
        width: 100%;
    }

    .work_row{
        display: block;
        width: 100%;

    }
    

	.work_wrap{
		height: fit-content;
	}

	.work_img {
		width: 100%;
		height: 80%;
	}


    .work_txt span {
        font-size: 14px;
    }

    h6.work_des {
        font-size: 14px;
    }

    .price_detail {
        margin-bottom: 48px;
    }

    .price_detail span {
        font-size: 14px;
    }
}

@media(max-width: 780px){

}

@media(max-width: 378px){

    .work_lists {
        margin: 0px 16px 80px 16px;
    }

    #work_lists .img_wrap {
        width: 90%;
    }

    .work_img .img_label, .new_img .img_label {
        position: absolute;
        top: 24px;
        right: 24px;
        padding: 2px 32px;
        font-size: 12px;
    }

}