.main5 {
	padding: 150px 0;
	text-align: center;
}
.main5 .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: -1;
}
.main5 .section_title .ttl {
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
}
.main5 .section_title .txt {
	margin-top: 50px;
	font-size: 22px;
	letter-spacing: 0;
	color: #fff;
}
.main5 .section_title .eng_txt {
	color: rgba(255,255,255,0.4);
}
.main5 .img_wrap {
	margin-top: 55px;
}
.main5 .img_wrap img:nth-child(2) {
	margin: 0 20px;
}
.main5 .btn_travel {
	display: inline-block;
	width: 220px; height: 54px;
	margin-top: 80px;
	font-size: 16px;
	line-height: 52px;
	color: #fff;
	border: 1px solid #fff;
	transition: background-color 0.3s, border 0.3s;
}
.main5 .btn_travel:hover {
	background-color: #2b6eac;
	border: 1px solid #2b6eac;
}

@media ( max-width: 1024px ) {
	.main5 {
		padding: 70px 0;
	}
	.main5 .section_title .ttl {
		font-size: 30px;
	}
	.main5 .section_title .txt {
		margin-top: 22px;
		font-size: 14px;
	}
	.main5 .section_title .eng_txt {
		color: rgba(255,255,255,0.4);
	}
	.main5 .img_wrap {
		display: none;
	}
	.main5 .btn_travel {
		width: 150px; height: 34px;
		margin-top: 35px;
		font-size: 12px;
		line-height: 32px;
	}
}



@media ( max-width: 375px ) {
	.main5_wrap .leftCon .eng {
		font-size: 28px;
	}
}


@media ( max-width: 320px ) {
}