.thaiartisan .artWorkPage{

}

.thaiartisan .artWorkPage .container{
	max-width: 1200px;
	margin: auto;
}

.thaiartisan .artWorkPage .container .content{
	max-width: 1000px;
	margin: auto;
}

.thaiartisan .artWorkPage .container .content .image img{
	width: 180px;
	height: auto;
}

.thaiartisan .artWorkPage .container .content .label{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Sarabun", Sans-serif;
    color: #333333;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.thaiartisan .artWorkPage .container .box{
	max-width: 1200px;
	margin: auto;
	border-bottom: 1px solid #b0b0b0;
	padding: 30px 20px;
}

.thaiartisan .artWorkPage .container .title{
	color: #BD2527;
    font-size: 1.5rem;
    font-weight: 400;
}

.thaiartisan .artWorkPage .container .article{
	padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.thaiartisan .artWorkPage .container .artist{
	padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.thaiartisan .artWorkPage .artistCard img{
	max-width: 100%;
    height: 400px;
    object-fit: cover;
}

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

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

.thaiartisan .artWorkPage .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 .artWorkPage .container .button{
	font-weight: 500;
    background-color: #BD2527;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 20px;
	cursor: pointer;
}

.thaiartisan .artWorkPage .articleCard{
    width: 100%;
	min-width: calc(100% / 3 - 14px);
	text-align: center;
    background: #fff;
	display: flex;
    flex-direction: column;
    gap: 10px;
	transition: all .3s;
	cursor: pointer;
	z-index: 1;
    padding-right: 10px;
}