.thaiartisan .researchPage{
	background: #fafbfd;
}

.thaiartisan .researchPage .container{
	max-width: 1200px;
	margin: auto;
	min-height: 100px;
	padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.thaiartisan .researchPage .container .input{
	background: #fff;
    display: flex;
    border: 1px solid #ebeced;
    padding: 8px 20px 8px 12px;
    width: 100%;
}

.thaiartisan .researchPage .container .input .label{
    width: 100%;
	text-align: center;
	user-select: none;
}

.thaiartisan .researchPage .container .filterContainer{
	width: 100%;
	position: relative;
}

.thaiartisan .researchPage .container .filter{
	position: absolute;
    top: 50px;
    display: flex;
    gap: 10px;
    font-family: "Sarabun", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #BD2527;
    z-index: 2;
    flex-direction: column;
    max-height: 250px;
    overflow-y: auto;
}

.thaiartisan .researchPage .container .research{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

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

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

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

.thaiartisan .researchCard{
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Sarabun', sans-serif;
    font-size: 1.5rem;
	cursor: pointer;
	transition: all .3s;
	padding: 20px 50px;
}

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

.thaiartisan .researchCard .tag{
    margin: 0 3px;
	text-decoration: underline;
	cursor: pointer;
}

.thaiartisan .researchCard .tag:hover{
    color: #BD2527;
}

.thaiartisan .researchCard .title{
    font-family: 'Kanit', sans-serif;
	border-bottom: 1px solid #bd2527;
    padding-bottom: 15px;
}


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

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

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

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

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

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

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

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

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

.thaiartisan .researchContainer .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;
	height: 100%;
}

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

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

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

.thaiartisan .researchContainer .profile .image{
	width: 100%;
}

.thaiartisan .researchContainer .profile .image img{
	background: #fff;
	width: 100%;
}

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

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

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

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

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

.thaiartisan .researchContainer .tag{
    margin: 0 3px;
	font-weight: bold;
	cursor: pointer;
}

.thaiartisan .researchContainer .tag:hover{
    color: #BD2527;
}

.thaiartisan .researchContainer .pdfFile{
    font-family: 'Sarabun', sans-serif;
    text-decoration: unset;
    display: flex;
    gap: 10px;
    background: #fff;
    color: #BD2527;
    justify-content: center;
    padding: 10px 0;
    border-radius: 3px;
	font-weight: bold;
	max-width: 190px;
    min-width: 190px;
    margin: 0 auto
}

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