/* travel 미리보기 */
.ctravelTop .sloganTravels {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 170px;
	text-align: center;
}
.ctravelTop .sloganTravels img {
	max-width: 80%;
}

/* travel */
.ctravels {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(./../images/travel/travelBg.jpg) top right no-repeat;
	background-size: 30% 100%;
	padding-bottom: 150px;
}
.ctravels .travelTitle {
	position: absolute;
	top: 140px; left: 650px;
	max-width: 80%;
	transform: translateY(-100px);
}
.ctravels .travelWrap {
	position: relative;
	max-width: 1700px;
	margin-top: 300px;
	overflow: hidden;
}
.ctravels .travelWrap li {
	padding-top: 40.25%;
}
.ctravels .travelWrap .info {
	position: absolute;
	top: 100px;
	width: 36%;
	text-align: center;
}
.ctravels .travelWrap .info .travelEng {
	width: 90%;
	font-size: 50px; font-size: 2.61vw;
	font-family: 'Lusitana', sans-serif;
	color: #5ab2cc;
	line-height: 50px;
	letter-spacing: -.05em;
	border-bottom: 1px solid rgba(68,68,68,0.2);
	padding-bottom: 40px;
	text-align: center;
	margin: 30px auto;
}
.ctravels .travelWrap .info .travelKor {
	font-size: 22px;
	font-weight: 400;
	color: #535353;
}
.ctravels .travelWrap .info .text {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #8f8f8f;
	letter-spacing: -.1em;
}
.ctravels .travelWrap .loader {
	position: absolute;
	top: 0; right: 0;
	width: 63%;
}
.ctravels .travelWrap .arrowBox {
	position: absolute;
	z-index: 50;
	bottom: 0; left:  617px;
	width: 315px;
	height: 45px;
	font-family: 'Lusitana', 'Nanum Gothic', serif !important;
	font-size: 20px;
	text-align: center;
	background: #fff;
}
.ctravels .travelWrap .arrowBox .arrowL {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	background: url(./../images/arrowL.png) center no-repeat;
	transition: background 0.3s;
}
.ctravels .travelWrap .arrowBox .arrowL:hover {
	background: url(./../images/arrowL_on.png) center no-repeat;
}
.ctravels .travelWrap .arrowBox span { 
	display: inline-block;
	font-size: 29px; 
	line-height: 45px;
}
.ctravels .travelWrap .arrowBox .now {
	color: #5ab2cc;
}
.ctravels .travelWrap .arrowBox .arrowR {
	display: block;
	float: right;
	width: 100px;
	height: 100%;
	background: url(./../images/arrowR.png) center no-repeat ;
	transition: background 0.3s;
}
.ctravels .travelWrap .arrowBox .arrowR:hover {
	background: url(./../images/arrowR_on.png) center no-repeat;
}


/* travel Info */
.ctravelTop {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ctravelTop .slogan {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 79px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	opacity: 0.9;
}
.ctravelTop .slogan h5 {
	font-family: 'Lusitana', sans-serif;
	font-size: 60px; font-size: 3.132vw;
	font-style: italic;
}
.ctravelTop .slogan h6 {
	font-size: 26px;
	letter-spacing: -.05em;
}
.ctravelTop .sliderObj {
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	height: 160px;
	z-index: 100;
}
.travelInfo {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 8% 0;
	background: url(./../images/travel/travelInfoBg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.travelInfo .travelBox {
	width: 90%;
	margin: auto;
	padding: 110px 11%;
	background: #fff;
	box-shadow : 8px 4px 20px rgba(0,0,0,0.1);
	font-size: 16px;
	text-align: center;
	transform: translateY(-200px);
}
.travelInfo .travelBox .engTitle {
	margin-bottom: 10px;
	font-size: 14px;
	color: #2c9abb;
}
.travelInfo .travelBox .korTitle {
	font-size: 26px;
	font-weight: 400;
	color: #444;
}
.travelInfo .travelBox .text {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	letter-spacing: -.05em;
	line-height: 22px;
}
.travelInfo .travelBox .time {
	margin-top: 70px;
	padding-top: 60px;
	font-weight: 300;
	background: url(./../images/travel/travelBullet.jpg) center top  no-repeat;
}