/* 여행지미리보기 */
#topSlogan .TRAN {
	transform: scale(1.2);
}
.travelsTitle { 
	margin-top: 70px;
	text-align: center;
}
/* 여행지상세 */
#firstSlider .sloganWrap h6 {
	transform: translateY(100px);
}
#firstSlider .sloganWrap h5 {
	transform: translateY(100px);
	transition-delay: 0.2s;
}
.ctravel {
	position: relative;
	width: 100%;
	font-size: 0;
}
.ctravel .travelTitle {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	text-align: center;
}
.ctravel .content {
	width: 980px;
	padding-top: 215px;
	margin: 0 auto 90px;
	text-align: center;
}
.ctravel .content h5 {
	margin-bottom: 75px;
	font-family: 'Playfair Display', serif;
	font-size: 50px; font-weight: bold;
	color: #233a42;
	line-height: 50px;
	transform: scale(1.2);
}
.ctravel .content h6 {
	font-size: 20px; font-weight: 500;
	color: #231f20;
}
.ctravel .content .dis {
	margin: 30px 0 22px;
	font-size: 18px; font-weight: 100;
	color: #231f20;
}
.ctravel .content .dis::before { content: '[ '; }
.ctravel .content .dis::after { content: ' ]'; }
.ctravel .content .text {
	font-size: 15px;
	line-height: 28px;
	color: #6e6e6e;
}
.ctravel .travelThumb {
	position: relative;
	width: 93%;
	padding-top: 75px;
	margin: 0 auto;
}
.ctravel .travelThumb a {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 50px;
	text-align: center;
}
.ctravel .travelThumb a:nth-child(4n){
	margin-right: 0;
}
.ctravel .travelThumb a .loader {
	position: relative;
	padding-top: 50.25%;
}
.ctravel .travelThumb a .loader .btn_detail {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	display: inline-block;
	width: 186px; height: 54px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px; font-weight: bold;
	line-height: 54px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}
.ctravel .travelThumb a:hover .loader .btn_detail {
	background: #fff;
	color: #231f20;
}
.ctravel .travelThumb a .title {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	font-size: 20px; font-weight: 100;
	color: #6e6e6e;
}
.ctravel .travelThumb a .title::after {
	content: '';
	position: absolute;
	right: 0; left: 0; bottom: -10px;
	margin: auto;
	width: 0; height: 1px;
	background: #7b7979;
	transition: width 0.2s;
}
.ctravel .travelThumb a:hover .title {
	font-weight: 500;
	color: #233a42;
}
.ctravel .travelThumb a:hover .title::after {
	content: '';
	width: 100%;
}