.travel {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.travel .sub_title {
	text-align: center;
}
.travel .sub_title .eng {
	font-size: 49px;
}
.travel .sub_title .txt {
	margin-top: 19px;
	font-size: 17.5px;
	letter-spacing: -0.44px;
}

.travel_wrap {
	position: relative;
	margin: 70px auto 0;
	width: 100%;
	max-width: 1200px;
	font-size: 0;
	overflow: hidden;
}
.travel_wrap .travelList {
	position: relative;
	display: block;
	margin-bottom: 80px;
	height: 400px;
	overflow: hidden;
}
.travel_wrap .travelList:last-child {
	margin-bottom: 0;
}
.travel_wrap .travelList:nth-child(odd) {
	text-align: right;
}
.travel_wrap .travelList .thumbnails {
	position: absolute;
	top:0; right: 0; bottom: 0; left: 490px;
	margin: auto;
	width: auto; height: 100%;
	overflow: hidden;
}
.travel_wrap .travelList:nth-child(odd) .thumbnails {
	right: 490px; left: 0;
}
.travel_wrap .travelList .thumbnails .swiper-container {
	height: 100%;
}

.travel_wrap .travelList .info {
	position: relative;
	display: inline-block;
	padding: 50px 50px 0 0;
	width: 490px; height: 100%;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.travel_wrap .travelList:nth-child(odd) .info {
	padding: 50px 0 0 50px;
}
.travel_wrap .travelList .info .name {
	position: relative;
	padding-bottom: 15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 26.5px;
	line-height: 1;
	color: #282b38;
}
.travel_wrap .travelList .info .name::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 1px;
	background-color: #ccc;
}
.travel_wrap .travelList .info .name span {
	font-family: 'Jaldi', ;
	color:#516c91;
	font-size: 40px;
}
.travel_wrap .travelList .info .dis {
	margin-top: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	color: #516c91;
}
.travel_wrap .travelList .info .content {
	margin-top: 11px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	color: #444;
	word-break: keep-all;
}

@media ( max-width: 1024px ) {
	.travel {
		padding: 90px 0 50px;
	}
	.travel .sub_title {
		
	}
	.travel .sub_title .eng {
		font-size: 28.8px;
	}
	.travel .sub_title .txt {
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: -0.31px;
	}

	.travel_wrap {
		margin: 25px auto 0;
	}
	.travel_wrap .travelList {
		margin-bottom: 0;
		height: auto;
	}
	.travel_wrap .travelList .thumbnails {
		position: relative;
		top: auto; right: auto !important; bottom: auto; left: auto !important;
		width: 100%; height: 60vw;
	}

	.travel_wrap .travelList .info {
		padding: 20px 15px 50px !important;
		width: 100%;
	}
	.travel_wrap .travelList .info .name {
		padding-bottom: 8.5px;
		font-size: 21.5px;
	}
	.travel_wrap .travelList .info .name span {
		font-size: 39.5px;
	}
	.travel_wrap .travelList .info .content {
		margin-top: 15px;
	}
}