/* hero 슬로건 텍스트 */
.hero-wrap {
	max-width:1440px;
}
.hero-slogan {
	display:block;
	padding-bottom:15px;
	line-height:1.2em;
}

.history-layout {
	padding-bottom:20px;
	padding-left:50px;
	color:#CED4E5;
}

/* hero 배경 이미지 */
/* .hero-bg {
	position:relative;
}
.hero-bg-object {
	position:absolute; 
	right:0; 
	bottom:-325px;
} */

/* cta button */
.btn {
	border-radius:12px;
	background-color:#2055FF;
	color:#fff;
}

.btn-2 {
	border-radius:12px;
	background-color:rgba(255, 255, 255, 0.20);
	color:#fff;
}

.logo {
	width:70px;
	height:auto;
}

/* 콘텐츠 상하 여백 */
.container-padding {
	padding:80px 0;
}

/* 콘텐츠 타이틀 색상 */
.title {
	color:#1F233A;
}

.contents-text {
	color:#6E7180;
	text-align:center;
	font-weight:400;
}

.flex {
	display:flex;
}


/* section4 block 레이아웃 */
/* .section4-position-p {
	position:relative;
}
.section4-position-c {
	position:absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
}
.section4-history {
	position:absolute;
	top:70%
} */


@media (max-width: 767px) {
/* 	.hero-bg-object {
		position:absolute; 
		right:0; 
		bottom:-200px;
	} */
	.title {
		font-size:28px;
	}
	.contents-text {
		padding:20px 0;
}
/* 	.wp-block-uabg-image__figure img {
		max-width: ;
	} */
}
