.panel39_1
{
	/* background-image: url('../../image/174142928726844aaa.png'); */
	/* height: 500px; */
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50%;
	/* background-attachment: fixed; */
}

.panel39_1 *
{
	font-size: initial;
}

.p39Titr
{
	font-size: 25px;
	font-family: 'Vazir';
	color: #034ea2;
	text-align: center;
	padding: 15px;
}

.p39Note
{
	font-size: 20px;
	font-family: 'Vazir';
	color: #666666;
	text-align: center;
	padding: 5px;
}

.p39List
{
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}

.p39ListBox
{
	width: 25%;
	height: 416px;
	padding: 8px;
}

.p39LBImage
{
	height: 190px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.p39LBImage img
{
	max-width: 100%;
	max-height: 100%;
}

.p39LBITitr
{
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: start-flex;
	align-items: center;
}

.p39LBITitr div
{
	font-family: 'Vazir';
	font-size: 20px;
	color: #034ea2;
}

.p39LBINote
{
	text-align: justify;
	height: 150px;
	font-family: 'Vazir';
	font-size: 14px;
	color: #000000;
	overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 550px)
{
	.p39ListBox
	{
		width: 100%;
	}
}

@media only screen and (min-width: 551px) and (max-width: 750px)
{
	.p39ListBox
	{
		width: 50%;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1000px)
{
	.p39ListBox
	{
		width: 33%;
	}
}

@media only screen and (min-width: 1001px)
{
	.p39ListBox
	{
		width: 25%;
	}
}