.aboutSlider .aboutSlogan {
	position: absolute;
	top: 48%; left: 13vw;
	pointer-events: none;
	z-index: 10;
}
.aboutSlider .aboutSlogan .eng {
	position: relative;
	padding-bottom: 10px;
	font-family: 'Gilda Display','Playball', cursive;
	font-size: 50px;
	color: #fff;
	text-transform: capitalize;
	transform: translateX(-10%);
}
.aboutSlider .aboutSlogan .eng::after {
	content: '';
	position: absolute;
	top: -24px; left: 0;
	width: 80px; height: 6px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(3,24,41,0.56);
}
.aboutSlider .aboutSlogan .eng span{
	font-family: 'Lato';
	font-size:30px;
}

.about1 {
	max-width: 1400px;
	margin: 150px auto 50px;
	text-align: center;
}
.about1 .logo {
	transform: translateY(40px);
}
.about1 .ttl {
	position: relative;
	margin-top: 65px;
	padding-bottom: 40px;
	font-family: 'Noto Serif KR', serif;
	font-size: 34px;
	color: #104046;
	transition-delay: 0.3s;
}
.about1 .ttl::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 80px; height: 2px;
	background-color: #104046;
}
.about1 .ttl .c-pink {
	color: #d15075;
}
.about1 .txt {
	margin-top: 30px;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.025em;
	color: #58687c;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.about1 .loader {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 80px;
}




@media ( max-width: 1024px ) {
	.aboutSlider .aboutSlogan {
		display: none !important;
	}

	.about1 {
		max-width: calc(100% - 30px);
		margin: 75px auto 40px;
	}
	.about1 .logo img {
		max-width: 200px;
	}
	.about1 .ttl {
		margin-top: 18px;
		padding-bottom: 18px;
		font-size: 18px;
	}
	.about1 .ttl::after {
		width: 40px; height: 1px;
	}
	.about1 .txt {
		margin-top: 14px;
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 18px;
	}
	.about1 .loader {
		margin-bottom: 20px;
		padding-top: 46%;
	}

}



@media ( max-width: 767px ) {
	.about1 .loader {
		padding-top: 56.25%;
	}
}