.thaiartisan .artistPage{

}

.thaiartisan .artistPage .container{
	max-width: 95vw;
	margin: auto;
	min-height: 100px;
	padding: 20px;
	display: flex;
	/* align-items: flex-start; */
}

.thaiartisan .artistPage .container .filterContainer{
	width: 25%;
	background: #b23431;
	min-height: 100px;
	padding: 20px;
}

.thaiartisan .artistPage .container .filterContainer .button{
	padding: 0 10px;
    width: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    background: #d3aa8a;
    border-radius: 3px;
	cursor: pointer;
}

.thaiartisan .artistPage .container .filterContainer .search{
	width: calc(100% - 70px);
}

.thaiartisan .artistPage .container .filterContainer .search input{
	background: #fff;
    border: 1px solid #ebeced;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 23px;
    padding: 5px 15px;
    font-family: 'Sarabun', sans-serif;
}

.thaiartisan .artistPage .container .content{
	width: 75%;
    min-height: 100px;
    display: flex;
    gap: 10px;
    padding-left: 10px;
    flex-wrap: wrap;
}

.thaiartisan .artistPage .artistCard{
	width: calc(100% / 3 - 7px);
	text-align: center;
    background: #fff;
	display: flex;
    flex-direction: column;
    gap: 10px;
	padding-bottom: 5px;
	transition: all .3s;
	cursor: pointer;
}

.thaiartisan .artistPage .artistCard:hover{
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 19%);
}

.thaiartisan .artistPage .artistCard img{
	max-width: 100%;
    height: 400px;
    object-fit: cover;
	/* min-width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center; */
}

.thaiartisan .artistPage .artistCard .title{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0px;
    word-spacing: 0.1em;
	color: #BD2527;
}

.thaiartisan .artistPage .artistCard .title a{
    text-decoration: unset;
	color: unset;
}

.thaiartisan .artistPage .artType{
	display: flex;
    gap: 10px;
    font-weight: bold;
    font-family: "Sarabun", Sans-serif;
    font-size: 24px;
    color: #fff;
}

.thaiartisan .artistPage .artistCard .footer .artType{
	font-family: "Sarabun", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0.1em;
	color: #A7A9AC;
	display: block;
}

.thaiartisan .artistPage .title{
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
}

.thaiartisan .artistPage .artType input{
	cursor: pointer;
}

.thaiartisan .artistPage .artType label{
	user-select: none;
	cursor: pointer;
}

.thaiartisan .artistContainer .title{
	width: 30%;
	color: #BD2527;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
}

.thaiartisan .artistContainer .box{
	display: flex;
	padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.thaiartisan .artistContainer .box .title{
	padding: 0px 40px 0px 60px;
}

.thaiartisan .artistContainer .content{
	background-image: url(/share/thaiartisan/image/artist_information.jpg);
    background-position: top right;
    background-size: cover;
	width: 70%;
	padding: 20px 20px 20px 50px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Sarabun", sans-serif;
	font-size: 25px;
}

.thaiartisan .artistContainer .box .content{
	background-image: unset;
	padding: 0;
}

.thaiartisan .artistContainer .box .content p{
	margin: 0;
}

.thaiartisan .artistContainer .box .content .topic{
	color: #BD2527;
	font-size: 25px;
}

.thaiartisan .artistContainer .content img{
	width: 50%;
    max-width: 350px;
	height: auto;
}

.thaiartisan .artistContainer .content .topic{
	font-size: 30px;
	color: #BD2527;
	font-weight: bold;
}

.thaiartisan .artistContainer .profile{
	background-image: url(/share/thaiartisan/image/artist_profile.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 30px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	color: #fff;
}

.thaiartisan .artistContainer .profile .artType{
	font-size: 1.2rem;
    font-weight: 300;
	line-height: 1;
}

.thaiartisan .artistContainer .profile .artistName{
	font-size: 1.6rem;
    font-weight: 500;
}

.thaiartisan .artistContainer .profile .similarWork{
	font-size: 1.2rem;
    font-weight: 300;
}

.thaiartisan .artistContainer .profile .image{
	width: 100%;
	height: 75%;
}

.thaiartisan .artistContainer .profile .image img{
	/* background: #fff; */
	width: 50%;
}

.thaiartisan .artistContainer .profile .information{
	font-size: 1rem;
	text-align: left;
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.thaiartisan .artistContainer .profile .information div{
	min-height: 33px;
}

.thaiartisan .artistContainer .box .workImageContainer{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 40px 0px 60px;
	gap: 10px;
}

.thaiartisan .artistContainer .box .workImage{
	width: calc(100% / 3 - 7px);
	cursor: pointer;
}

.thaiartisan .artistContainer .box .workImage img{
	max-width: 100%;
}