.about1 {
	position: relative;
	padding: 150px 0;
	background: #002538;
	font-size: 0;
/*	background: url(http://img.einet.kr/P201906778/responsive/about/1_bg.png) 50px 30px no-repeat #fff;*/
}
.about1_wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.about1_top {
	position: relative;
	padding-top: 383px;
}
.about1_top .loader.loader1 {
	display: inline-block;
	width: calc(50% - 10px);
	height: 420px;
	margin-right: 10px;
	vertical-align: top;
}
.about1_top .info1 {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	text-align: center;
}
.about1_top .info1 .ttl {
	margin-bottom: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 80px;
	line-height: 80px;
	color: #d55e0f;
}
.about1_top .info1 .txt {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}
.about1_top .info1 .txt p {
	position: relative;
	margin-bottom: 28px;
	font-size: 26px;
}
.about1_top .info1 .txt .mt {
	margin-top: 12px;
}
.about1_top .loader.loader2 {
	display: inline-block;
	width: calc(50% - 10px);
	height: 420px;
	margin-left: 10px;
	vertical-align: top;
}
.about1_bottom {
	position: relative;
	margin-top: 30px;
}
.about1_bottom .loader.loader3 {
	position: absolute;
	bottom: 0; right: 0;
	width: calc(43% - 20px);
	height: 580px;
}
.about1_bottom .info2 {
	height: 220px;
	margin-bottom: 30px;
}
.about1_bottom .info2 .ttl {
	width: 585px;
	padding-top: 35px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 50px;
	line-height: 50px;
	color: #d55e0f;
	text-align: center;
}
.about1_bottom .info2 .txt {
	width: 585px;
	margin-top: 28px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.about1_bottom .loader.loader4 {
	display: inline-block;
	width: 57%;
	height: 580px;
	vertical-align: top;
}
.about1_bottom .sImg {
	position: absolute;
	top: 0; right: 0; left: 585px;
	margin: auto;
	width: auto;
	height: 220px;
}
.about1_bottom .sImg .loader {
	display: inline-block;
	width: calc(50% - 15px);
	vertical-align: top;
}
.about1_bottom .sImg .loader.loader5 {
	margin-right: 15px;
}
.about1_bottom .sImg .loader.loader6 {
	margin-left: 15px;
}


@media ( max-width: 1417px ) {
	.about1_wrap {
		max-width: calc(100% - 60px);
	}
}


@media ( max-width: 1024px ) {
	.about1 {
		padding: 50px 0 50px;
	}
	.about1_wrap {
		max-width: calc(100% - 30px);
	}
	.about1_top {
		padding-top: 35px;
	}
	.about1_top .loader.loader1 {
		display: block;
		width: 100%;
		height: 56vw;
		max-height: 390px;
		margin-right: 0;
	}
	.about1_top .info1 {
		position: relative;
		top: auto; right: auto; left: auto;
		margin-top: 50px;
	}
	.about1_top .info1 .ttl {
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 24px;
		font-size: 48px;
		line-height: 48px;
	}
	.about1_top .info1 .ttl::after {
		content: '';
		position: absolute;
		bottom: 0; right: 0; left: 0;
		margin: auto;
		width: 40px; height: 2px;
		background: #d55e0f;
	}
	.about1_top .info1 .txt {
		display: none;
	}
	.about1_top .info1 .mobile_txt {
		font-size: 14px;
		line-height: 18px;
		color: #fff;
	}
	.about1_top .info1 .mobile_txt p {
		margin-bottom: 28px;
		font-size: 19px;
		line-height: 25px;
	}
	.about1_top .info1 .mobile_txt .mt {
		margin-top: 12px;
	}
	.about1_top .loader.loader2 {
		display: block;
		width: 100%;
		height: 56vw;
		max-height: 390px;
		margin-top: 50px;
		margin-left: 0;
	}
	.about1_bottom {
		margin-top: 10px;
	}
	.about1_bottom .loader.loader3 {
		position: relative;
		bottom: auto; right: auto;
		width: 100%;
		height: 56vw;
		max-height: 390px;
	}
	.about1_bottom .info2 {
		height: auto;
		margin-bottom: 28px;
	}
	.about1_bottom .info2 .ttl {
		width: 100%;
		padding-top: 32px;
		font-size: 33px;
		line-height: 33px;
		text-align: center;
	}
	.about1_bottom .info2 .txt {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	.about1_bottom .loader.loader4 {
		width: calc(61% - 6px);
		height: 56vw;
		max-height: 390px;
		margin-right: 6px;
	}
	.about1_bottom .sImg {
		position: relative;
		top: auto; right: auto; left: auto;
		display: inline-block;
		width: 39%;
		height: 56vw;
	}
	.about1_bottom .sImg .loader {
		width: 100%;
		height: calc(50% - 3px);
		vertical-align: top;
	}
	.about1_bottom .sImg .loader.loader5 {
		margin-bottom: 3px;
		margin-right: 0;
	}
	.about1_bottom .sImg .loader.loader6 {
		margin-top: 3px;
		margin-left: 0;
	}

}