.thaiartisan .aboutPage{
	background-color: #EEEEEE;
    background-image: url(/share/thaiartisan/image/AboutBackground.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.thaiartisan .aboutPage .aboutContainer{
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 146px;
	padding: 0;
	padding-bottom: 60px;
	color: #000;
}

.thaiartisan .aboutPage .aboutContainer img{
	width: auto;
}

.thaiartisan .blankContent .aboutContainer .label{
	font-size: 30px;
    font-weight: 600;
}

.thaiartisan .aboutPage .aboutContainer .blankContent{
	width: 50%;
}

.thaiartisan .aboutPage .aboutContainer .content{
	width: 50%;
	padding-top: 316px;
	font-family: 'Sarabun', Sans-serif;
    font-weight: 200;
	color: #333333;
	line-height: 1.6;
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 22px;
}

.thaiartisan .aboutPage .aboutContainer .content div li::marker{
    color: #e04444;
}

.thaiartisan .aboutPage .aboutContainer .history{
	font-size: 30px;
    font-weight: 600;
	font-family: 'Kanit', Sans-serif;
}

.thaiartisan .aboutPage .aboutContainer .history .label{
	font-size: 30px;
    font-weight: 600;
	color: #E04444;
}

.thaiartisan .aboutPage .aboutContainer .structure{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.thaiartisan .aboutPage .aboutContainer .structure .title{
	font-family: "Kanit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
	text-align: center;
}

.thaiartisan .aboutPage .aboutContainer	.structure .label{
	color: #E04444;
	font-family: "Kanit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
}

.thaiartisan .aboutPage .aboutContainer	.structure .footer{
	text-align: right;
	font-family: "Sarabun", Sans-serif;
    font-weight: 200;
    font-style: italic;
	font-size: 1.9rem;
}

.thaiartisan .aboutPage .article{
    min-height: 100px;
    background: #fff;
    display: flex;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.thaiartisan .aboutPage .define{
	background-image: url(/share/thaiartisan/image/About_Niyam_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	font-family: "Prompt", Sans-serif;
	color: #fff;
    font-weight: 300;
}

.thaiartisan .aboutPage .define .defineContainer{
	max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 206px 20px;
    padding-bottom: 100px;
	gap: 1.5rem;
}

.thaiartisan .aboutPage .define .defineContainer .title{
	font-size: 2.5rem;
    font-weight: 600;
}

.thaiartisan .aboutPage .mission{	
	background-image: url(/share/thaiartisan/image/About_Pantakij_bga.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thaiartisan .aboutPage .mission .missionContainer{
	max-width: 1200px;
    margin: auto;
	display: flex;
	line-height: 1.7;
}

.thaiartisan .aboutPage .mission .missionContainer .left{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 2rem;
    padding: 20px 0;
	text-align: center;
	padding-right: 230px;
}

.thaiartisan .aboutPage .mission .missionContainer .left img{
    width: 120px;
}

.thaiartisan .aboutPage .mission .missionContainer .right{
	display: flex;
    flex-direction: column;
    width: 50%;
	padding: 30px;
	padding: 40px;
    padding-left: 30px;
    padding-right: 0;
	color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
	gap: 30px;
}

.thaiartisan .aboutPage .mission .missionContainer .right img{
    width: 37px;
}

.thaiartisan .aboutPage .mission .missionContainer .missionContent{
	display: flex;
}