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


.cservices {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(./../images/service/serviceBg.jpg) top left no-repeat #f1f1f1;
	background-size: 80% 74%;
}
.cservices .serviceTitle {
	position: absolute;
	top: 200px; left: 160px;
	transform: translateX(-200px);

	max-width: 80%;
}

.cservices .serviceBox {
	float: right;
	position: relative;
	width: calc(100% - 100px);
	height: 350px;
	margin-top: 360px;
	margin-left: 100px;
	background: #fff;
	margin-bottom: 100px;
	font-size: 0;
	text-align: center;
}
.cservices .serviceBox a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	height: 150px;
	margin-top: 100px;
	border-right: 1px solid #d1d1d1;
	text-align: center;
}
.cservices .serviceBox a:last-child {
	width: 16.7%;
	border-right: none;
}
.cservices .serviceBox a .iconWrap {
	position: absolute;
	bottom: 50%;
	width: 100%;
	transform: translateY(50%);
	transition: transform 0.3s;
}
.cservices .serviceBox a:hover .iconWrap {
	transform: translateY(0%);
}
.cservices .serviceBox .iconWrap img {
	transition: opacity 0.3s;
}
.cservices .serviceBox .iconWrap .on {
	position: absolute;
	top: 0; right: 0; left: 0; 
	margin: 0 auto;
	opacity: 0;
}
.cservices .serviceBox a:hover .iconWrap .on { 
	opacity: 1; 
}
.cservices .serviceBox a:hover .iconWrap .off { 
	opacity: 0; 
}
.cservices .serviceBox .iconTitle {
	position: absolute;
	top: 65%;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	line-height: 20px;
	color: #444; word-break:keep-all;
	opacity: 0;
	transition: opacity 0.3s;
}
.cservices .serviceBox .iconTitle .eng {
	font-family: 'Lusitana', sans-serif;
	font-size: 22px;
	letter-spacing: -.05em;
	color: #5f5f5f;
}
.cservices .serviceBox .iconTitle .kor {
	margin-top: 5px;
	font-size: 14px;
	color: #aaa;
}
.cservices .serviceBox a:hover .iconTitle { 
	opacity: 1; 
}
.cservices .serviceBox a.SEL .iconWrap {
	position: absolute;
	bottom: 65%;
	width: 100%;
	opacity: 1; 
	transform: translateY(50%);
}
.cservices .serviceBox a.SEL .iconWrap .on { 
	opacity: 1; 
}
.cservices .serviceBox a.SEL .iconWrap .off { 
	opacity: 0; 
}
.cservices .serviceBox a.SEL .iconTitle { 
	opacity: 1; 
}

/* service Info */
.cserviceTop {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cserviceTop .slogan {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 100px;
	color: #fff;
	text-align: center;
	opacity: 0.9;
}
.cserviceTop .slogan h5 {
	font-family: 'Lusitana', sans-serif;
	font-size: 60px; font-size: 3.132vw;
	font-style: italic;
}
.cserviceTop .slogan h6 {
	margin-top: 40px;
	font-size: 26px;
	letter-spacing: -.05em;
}
.cserviceTop .sliderObj {
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	height: 160px;
	z-index: 100;
}
.cserviceInfo {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-top: 31.75%;
	background: url(./../images/service/serviceInfoBg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.cserviceInfo .serviceInfoImg {
	position: absolute;
	top: 0; right: 980px; bottom: 0;
	margin: auto;
	width: 780px;
	height: 460px;
	box-shadow : 8px 4px 20px rgba(0,0,0,0.1);
	transform: translateX(-200px);
}
.cserviceInfo .serviceInfoBox {
	position: absolute;
	top: 0; right: 140px; bottom: 0;
	margin: auto;
	width: 910px;
	height: 330px;
	background: #fff;
	box-shadow : 8px 4px 20px rgba(0,0,0,0.1);
	transform: translateY(200px);
}
.cserviceInfo .serviceInfoBox .textWrap {
	width: 80%;
	height: 80%;
	margin: 80px auto 0;
}
.cserviceInfo .serviceInfoBox .engTitle {
	margin-bottom: 10px;
	font-size: 14px;
	color: #2c9abb;
}
.cserviceInfo .serviceInfoBox .korTitle {
	font-size: 26px;
	font-weight: 400;
	color: #444;
}
.cserviceInfo .serviceInfoBox .text {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	letter-spacing: -.05em;
	line-height: 22px;
}
.cserviceInfo .serviceInfoBox .time {
	margin-top: 70px;
	padding-top: 60px;
	font-weight: 300;
	background: url(./../images/travel/travelBullet.jpg) center top  no-repeat;
}