.about2 {
	padding: 145px 0;
}
.about2_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.about2_wrap .title {
	position: relative;
	text-align: center;
}
.about2_wrap .title .eng {
	font-family: 'Poppins', serif;
	font-size: 56px;
	font-weight: 600;
	line-height: 60px;
	color: #28364a;
	text-transform: uppercase;
}
.about2_wrap .title .txt {
	margin: 14px 0 40px;
    font-size: 18px;
    color: #555;
    transform: translateY(-30%);
    transition-delay: 0.3s;
}
.about2_wrap .about2_map {
	margin-top: 70px;
}
.about2_wrap .about2_map iframe {
	height: 540px;
}


.about2_wrap .about2_info dl {
	display:inline-block;
	margin: 60px 20px 0;
	width: calc(50% - 50px);
	font-size: 15px;
	vertical-align: top;
}
.about2_wrap .about2_info dt {
	color: #434f6f;
	font-weight: 500;
}

.about2_wrap .about2_info dt span {
	font-family: 'Poppins', serif;
	color: #28364a;
	font-size: 24px;
	margin-right: 8px;
	font-weight: 700;
	letter-spacing: -1px;
}

.about2_wrap .about2_info dt i {
	margin-right: 10px;
	color: #28364a;
	font-size: 24px;
}
.about2_wrap .about2_info dd {
	margin-top: 20px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height:1.4;
	color: #555;
}


@media ( max-width: 1417px ) {
	.about2_wrap {
		max-width: calc(100% - 60px);
	}
	.about2_wrap .about2_map {
		margin-top: 30px;
	}
	.about2_wrap .about2_info dl {
		margin-top: 30px;
	}
	.about2_wrap .about2_info dd {
		margin-top: 18px;
	}
}


@media (max-width:1024px) {
	.about2 {
		padding: 40px 0;
	}
	.about2_wrap {
		max-width: calc(100% - 30px);
	}
	.about2_wrap .title {
		margin-bottom: 30px;
	}
	.about2_wrap .title .eng {
		font-size: 30px;
		line-height: 25px;
	}
	.about2_wrap .title .txt {
		margin-top: 5px;
		font-size: 14px;
		line-height:1.71;
	}
	.about2_wrap .title .txt span {
		display: none;
	}
	.about2_wrap .about2_map iframe {
		height: 375px;
	}
	.about2_wrap .about2_info {
		margin-top: 0;
	}
	.about2_wrap .about2_info {
		padding: 0 15px;
	}
	.about2_wrap .about2_info dl {
		display: block;
		margin: 30px 0 0;
		width: 100%;
	}
	.about2_wrap .about2_info dl dd {
		margin-top: 8px;
		line-height: 1.4;
	}
	.about2_wrap .about2_info dl dd p {
		margin-bottom: 3px;
	}
	.about2_wrap .about2_info dt {
		font-size: 14px;
		letter-spacing: -1px;
	}
	.about2_wrap .about2_info dt i {
		margin-right: 4px;
		font-size: 18px;
		
	}
	
	.about2_wrap .about2_info dt span {
		font-size: 18px;
		margin-right: 4px;
	}
}