.about1 {
	padding-top: 150px;
}
.about1::before {
	content: '';
	position: absolute;
	top: 0; right: 50%; bottom: 0; left: 0;
	margin: auto;
	background-color: #9f81cd;
	z-index: -1;
}
.about1_wrap {
	position: relative;
	max-width: 1400px;
	margin: auto;
	padding-bottom: 150px;
	text-align: right;
}
.about1_wrap .lImg {
	position: absolute;
	top: 0; right: 648px; left: 0;
	margin: auto;
	width: auto; height: auto;
	padding-top: 32%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
	transform: translateX(-10%);
}
.about1_wrap .rightCon {
	display: inline-block;
	width: 595px;
	text-align: left;
	vertical-align: top;
}
.about1_wrap .rightCon .title {
	position: relative;
	padding-bottom: 40px;
	font-family: 'Bree Serif', serif;
	font-size: 70px;
	color: #9f81cd;
}
.about1_wrap .rightCon .title::after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 100px; height: 1px;
	background-color: #9f81cd;
}
.about1_wrap .rightCon .txt {
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
}
.about1_wrap .rightCon .mobile_txt {
	display: none;
}
.about1_wrap .rightCon .eng {
	margin-top: 40px;
	font-family: 'Hind', sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ccc;
}
.about1_wrap .img_wrap {
	margin-top: 75px;
}
.about1_wrap .img_wrap .loader {
	display: inline-block;
	width: 270px; height: 154px;
	margin-right: 20px;
}

.about1 .bImg {
	padding-top: 56.25%;
	z-index: 1;
}


@media ( max-width: 1024px ) {
	.about1 {
		margin-top: 40px;
		padding-top: 35px;
	}
	.about1::before {
		display: none;
	}
	.about1_wrap {
		max-width: calc(100% - 30px);
		padding-bottom: 50px;
	}
	.about1_wrap .lImg {
		position: relative;
		top: auto; right: auto; left: auto;
		padding-top: 56.25%;
		box-shadow: none;
	}
	.about1_wrap .rightCon {
		width: 100%;
		text-align: center;
	}
	.about1_wrap .rightCon .title {
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 30px; 
	}
	.about1_wrap .rightCon .title::after {
		right: 0;
		margin: auto;
		width: 50px;
	}
	.about1_wrap .rightCon .txt {
		display: none;
	}
	.about1_wrap .rightCon .mobile_txt {
		display: block;
		margin-top: 26px;
		font-size: 14px;
		line-height: 19px;
		color: #444;
	}
	.about1_wrap .rightCon .mobile_txt p {
		margin-top: 18px;
	}
	.about1_wrap .rightCon .eng {
		display: none;
	}
	.about1_wrap .img_wrap {
		margin-top: 40px;
	}
	.about1_wrap .img_wrap .loader {
		width: calc(50% - 5px); height: auto;
		padding-top: 27.25%;
		margin-right: 0;
	}
	.about1_wrap .img_wrap .loader:nth-child(1) {
		margin-right: 5px;
	}
	.about1_wrap .img_wrap .loader:nth-child(2) {
		margin-left: 5px;
	}

}
