.travelPr {
	padding: 140px 0;
}
.travelPr_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.travelPr_wrap .section_title .ttl {
	font-size: 60px;
	font-weight: bold;
	text-transform: capitalize;
}
.travelPr_wrap .section_title .txt {
	margin-top: 50px;
	font-size: 22px;
}
.travelPr_wrap .section_title .eng_txt {
	color: rgba(34,34,34,0.4);
}

.travelPr_wrap .swiper-travelPr {
	margin-top: 60px;
}
.swiper-travelPr a {
	text-align: center;
	vertical-align: top;
}
.swiper-travelPr a .loader {
	position: relative;
	height: 188px;
	overflow: hidden;
}
.swiper-travelPr a .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	border: 0 solid #2b6eac;
	transition: border 0.3s;
}
.swiper-travelPr a:hover .loader::after,
.swiper-travelPr a.SEL .loader::after {
	border: 15px solid #2b6eac;
}
.swiper-travelPr a .name {
	padding: 20px 0;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 22px;
}
.travelPr_wrap .swiper-option {
	position: absolute;
	top: 120px; right: 0;
	height: 40px;
}
.travelPr_wrap .swiper-button-next,
.travelPr_wrap .swiper-button-prev {
	position: absolute;
	top: 0;
	width: auto; height: auto;
	margin-top: 0;
	font-size: 40px;
	color: #222;
	background-image: none;
	transition: color 0.3s;
}
.travelPr_wrap .swiper-button-next {
	right: 0;
}
.travelPr_wrap .swiper-button-prev {
	right: 65px; left: auto;
}
.travelPr_wrap .swiper-button-next:hover,
.travelPr_wrap .swiper-button-prev:hover {
	color: #2b6eac;
}
.travelPr_wrap .swiper-button-next.swiper-button-disabled,
.travelPr_wrap .swiper-button-prev.swiper-button-disabled {
	opacity: .25;
}
.travelPr_wrap .button-line {
	position: absolute;
	top: 0; right: 40px; bottom: 0;
	margin: auto;
	width: 1px; height: 20px;
	background-color: #444;
}


@media ( max-width: 1420px ) {
	.travelPr_wrap {
		max-width: calc(100% - 30px);
	}
}




@media ( max-width: 1024px ) {
	.travelPr {
		padding: 70px 0;
	}
	.travelPr_wrap {
		max-width: 100%;
	}
	.travelPr_wrap .section_title {
		padding-left: 10px;
	}
	.travelPr_wrap .section_title .ttl {
		font-size: 34px;
	}
	.travelPr_wrap .section_title .txt {
		margin-top: 25px;
		font-size: 14px;
	}
	.travelPr_wrap .swiper-travelPr {
		margin-top: 30px;
	}
	.swiper-travelPr a {
		width: 315px;
	}
	.swiper-travelPr a:first-child {
		margin-left: 10px;
	}
	.swiper-travelPr a:last-child {
		margin-right: 10px;
	}
	.swiper-travelPr a .loader {
		height: auto;
		padding-top: 56.25%;
	}
	.swiper-travelPr a:hover .loader::after,
	.swiper-travelPr a.SEL .loader::after {
		border: none;
	}
	.swiper-travelPr a .name {
		margin-top: 0;
		padding: 0 10px;
		font-size: 15px;
		line-height: 45px;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.swiper-travelPr a .name span {
		padding-right: 2px;
	}
	.swiper-travelPr a .txt {
		display: none;
	}
	.travelPr_wrap .swiper-option {
		display: none;
	}

}

@media ( max-width: 767px ) {
	.swiper-travelPr a {
		width: 240px;
	}
}
.swiper-travelPr a .name {
		line-height: 20px;
		padding-top: 12px;
		padding-bottom:12px;
}