.previewTop {
	height: 940px;
}

.service {
	position: relative;
	padding: 120px 0;
	font-size: 0;
}

.service_wrap {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.service_wrap .serviceList {
	position: relative;
	display: block;
	margin-bottom: 120px;
	height: 384px;
}
.service_wrap .serviceList:last-child {
	margin-bottom: 0;
}
.service_wrap .serviceList:nth-child(odd) {
	text-align: right;
}
.service_wrap .serviceList .thumbnails {
	position: absolute;
	top:0; right: 0; bottom: 0; left: 730px;
	margin: auto;
	width: auto; height: 100%;
	overflow: hidden;
}
.service_wrap .serviceList:nth-child(odd) .thumbnails {
	right: 730px; left: 0;
}
.service_wrap .serviceList .thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transform: scale(1);
	transition: transform 0.35s;
}
.service_wrap .serviceList:hover .thumbnails .loader {
	transform: scale(1.1);
}
.service_wrap .serviceList .box {
	display: inline-block;
	padding: 0 80px 0 0;
	width: 730px; height: 100%;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
	background-color: #fff;
}
.service_wrap .serviceList:nth-child(odd) .box {
	padding: 0 0 0 80px;
	text-align: left;
}
.service_wrap .serviceList .box .eng {
	padding: 40px 0 30px;
	font-family: 'Montserrat','Lato', sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #E8C399;
	text-transform: uppercase;
	border-bottom: 2px solid #ddd;
}
.service_wrap .serviceList .box .name {
	margin-top: 32px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.44px;
	color: #222;
}
.service_wrap .serviceList .box .info {
	margin-top: 20px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}
.service_wrap .serviceList .box .btn {
	min-width: 200px;
	margin-top: 49px;
	padding: 9px 0;
}

@media ( max-width: 1400px ) {

}

@media ( max-width: 1024px ) {
	.previewTop {
		height: 56vw;
	}
	.service {
		padding: 30px 15px 60px;
	}

	.service_wrap {
		margin: 32px auto 0;
	}
	.service_wrap .serviceList {
		margin-bottom: 40px;
		height: auto;
	}
	.service_wrap .serviceList .thumbnails {
		position: relative;
		left: 0 !important; right: 0 !important;
		width: 100%; height: 56.25vw;
	}
	.service_wrap .serviceList .box {
		width: 100%;
		padding: 0 0 0 0 !important;
		text-align: left !important;
	}
	.service_wrap .serviceList .box .eng {
		padding: 18px 0 16px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.41px;
		border-bottom: 1px solid #ddd;
	}
	.service_wrap .serviceList .box .name {
		margin-top: 18px;
		margin-bottom: 9px;
		font-size: 20px;
	}
	.service_wrap .serviceList .box .info {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.5;
	}
	.service_wrap .serviceList .box .btn {
		display: none;
	}
}