.travel2 {
	overflow: hidden;
}
.travel2_wrap {
	position: relative;
}
.travel2 .title_wrap {
	position: relative;
	width: 100%;
	min-height: 145px;
	margin-top: 70px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.travel2 .title_wrap .title {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 17px;
	font-size: 15px;
	font-weight: bold;
	color: #2d2f31;
	letter-spacing: -0.03em;
}
.travel2 .title_wrap .title::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 4px;
	background: #2d2f31;
	transition: height 0.3s;
}
.travel2 .travel_list {
	position: relative;
	width: 1200px;
	margin: auto;
	padding-bottom: 25px;
	letter-spacing: -0.03em;
	text-align: center;
}
.travel2 .travel_list a {
	margin-right: 30px;
	font-size: 15px;
	color: #7e8389;
	line-height: 35px;
	transition: color 0.3s;
	white-space: nowrap;
}
.travel2 .travel_list a:hover, .travel2 .travel_list a.SEL {
	font-weight: bold;
	color: #2d2f31;
}

@media ( max-width: 1365px ) {
	.travel2 .travel_list {
		width: 100%;
		height: 35px;
		margin-left: 20px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
		/* scroll */
	.travel2 ::-webkit-scrollbar {
		height: 5px;
	}
	.travel2 ::-webkit-scrollbar-track {
		background: transparent;
	}
	.travel2 ::-webkit-scrollbar-thumb {
		background: #aaa;
	}
}










.travel3 {
	overflow: hidden;
}
.travel3_wrap {
	position: relative;
	width: 100%; height: 460px;
	margin: auto;
	text-align: center;
}
.travel3_wrap .deco_title_wrap {
	position: relative;
	width: 100%; height: 300px;
}
.travel3_wrap .deco_title_wrap::before {
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	display: block;
	width: 260px; height: 300px;
	border: 1px solid #7e8389;
}
.travel3_wrap .deco_title_wrap::after {
	content: '';
	position: absolute;
	top: 10px; right: 0; left: 0;
	margin: auto;
	display: block;
	width: 240px; height: 280px;
	border: 2px solid #7e8389;
}
.travel3_wrap .deco_title_wrap .deco_title {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 130px;
	margin: auto;
	text-align: center;
	z-index: 1;
}
.travel3_wrap .deco_title_wrap .deco_title .sub_title {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: rgba(45,47,49,1);
}
.travel3_wrap .deco_title h5 {
	display: inline-block;
	height: 85px;
	line-height: 90px;
	margin-top: 22px;
	margin-bottom: 10px;
	padding: 4px 30px 0 30px;
	background: #fff;
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 90px;
	color: rgba(45,47,49,1);
}
.travel3_wrap .deco_title h6 {
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 15px;
	color: rgba(45,47,49,1);
}
.travel3_wrap .line {
	position: relative;
	width: 2px; height: 130px;
	margin: 30px auto 0;
	background: #ddd;
}



@media ( max-width: 1365px ) {
	.travel3_wrap {
		height: 266px;
	}
	.travel3_wrap .deco_title_wrap {
		height: 184px;
	}
	.travel3_wrap .deco_title_wrap::before {
		width: 160px; height: 184px;
	}
	.travel3_wrap .deco_title_wrap::after {
		top: 6px;
		width: 148px; height: 172px;
	}
	.travel3_wrap .deco_title_wrap .deco_title {
		height: 85px;
	}
	.travel3_wrap .deco_title_wrap .deco_title .sub_title {
		top: -6px;
		font-size: 15px;
	}
	.travel3_wrap .deco_title h5 {
		min-width: 350px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		font-size: 34px;
		line-height: 69px;
	}
	.travel3_wrap .deco_title h6 {
		margin-top: -28px;
		font-size: 14px;
	}
	.travel3_wrap .line {
		height: 70px;
		margin: 12px auto 0;
	}
}












.travel4 {
	overflow: hidden;
}
.travel4_wrap {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 90px;
}
.travel4_wrap::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 33%; height: 100%;
	background: #eaeaea;
	z-index: -1;
}
.travel4_wrap .travel4_content {
	position: relative;
	width: calc(100% - 192px);
	height: 716px;
	margin:  auto;
}

.travel4_slider_wrap {
	position: relative;
	display: inline-block;
	width: 38.5vw; height: 530px;
	vertical-align: top;
}
.travel4_slider_wrap ul {
	width: 100%; height: 100%;
}
.travel4_slider_wrap ul li {
	height: 100%;
}
.travel4_slider_wrap ul li .owl-carousel .owl-item img { height: 100%; }
.travel4_slider_wrap .slider_bullet {
	position: absolute;
	z-index: 100;
	right: 20px; bottom: 20px;
}

.travel4_wrap .smallImg {
	display: inline-block;
	width: 17vw; height: 530px;
	margin-left: 10px;
	vertical-align: top;
}

.travel4_wrap .travel_info {
	position: absolute;
	right: 30px; bottom: 186px;
	width: 485px;
	overflow: hidden;
}
.travel4_wrap .travel_info .title {
	font-family: 'Nanum Gothic Coding', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #2d2f31;
}
.travel4_wrap .travel_info .txt {
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #7e8389;
	line-height: 24px;
}
.travel4_wrap .travel_info .notice {
	margin-top: 32px;
	font-size: 14px;
}

.travel4_wrap .travel_info .notice li {
	margin-bottom: 16px;
	line-height: 22px;
}
.travel4_wrap .travel_info .notice i {
	display: inline-block;
	margin-right: 5px;
}

.travel4_wrap .travel_title {
	position: absolute;
	top: 563px; left: 0;
}
.travel4_wrap .travel_title h5 {
	margin-bottom: 15px;
	font-family: 'Cinzel', sans-serif;
	font-size: 15px;
	color: #2d2f31;
}
.travel4_wrap .travel_title h6 {
	font-family: 'Cinzel', sans-serif;
	font-size: 48px;
	color: #2d2f31;
}

.travel4_wrap:nth-child(even)::after {
	left: auto;
	right: 0;
}
.travel4_wrap:nth-child(even) .travel4_slider_wrap {
	float: right;
}
.travel4_wrap:nth-child(even) .smallImg {
	float: right;
	margin-right: 10px;
	margin-left: 0;
}
.travel4_wrap:nth-child(even) .travel_info {
	right: auto;
	left: 30px;
}
.travel4_wrap:nth-child(even) .travel_title {
	right: 0;
	left: auto;
	text-align: right;
}


@media ( max-width: 1730px ) {
	.travel4_wrap .travel_info {
		width: 385px;
	}
}


@media ( max-width: 1500px ) {
	.travel4_wrap:first-child {
		margin-top: 0;
	}
	.travel4_wrap {
		margin-top: 130px;
	}
	.travel4_wrap::after {
		width: 40%;
	}
	.travel4_slider_wrap {
		width: 67%;
	}
	.travel4_wrap .smallImg {
		width: calc(33% - 10px);
	}
	.travel4_wrap .travel_info {
		position: relative;
		right: auto; bottom: auto;
		width: 45%;
		margin-top: 30px;
		margin-left: 55%;
	}
	.travel4_wrap .travel_title {
		width: 49%;
	}
	.travel4_wrap:nth-child(even) .travel_info {
		float: right;
		left: auto;
		margin-right: 55%;
		margin-left: 0;
	}

}

@media ( max-width: 1024px ) {
	.travel4_wrap:first-child {
		padding-top: 90px;
	}
	.travel4_wrap {
		margin-top: 55px;
	}
	.travel4_wrap::after {
		width: 150px;
		height: 91vw;
	}
	.travel4_wrap .travel4_content {
		width: calc(100% - 40px);
		height: auto;
	}
	.travel4_slider_wrap {
		width: 100%;
		height: 64vw;
	}
	.travel4_wrap .smallImg {
		position: absolute;
		right: 0;
		top: 64vw;
		width: 150px; height: 280px;
	}
	.travel4_wrap .travel_title {
		position: relative;
		top: auto; left: auto;
		width: 80%;
		margin-top: 45px;
	}
	.travel4_wrap .travel_title h5 {
		margin-bottom: 8px;
	}
	.travel4_wrap .travel_title h6 {
		font-size: 34px;
	}
	.travel4_wrap .travel_info {
		margin-top: 100px;
		margin-left: 0;
		width: calc(100% - 170px);
	}

	.travel4_wrap:nth-child(even) .travel4_slider_wrap {
		float: none;
	}
	.travel4_wrap:nth-child(even) .smallImg {
		right: auto;
		left: 0;
		margin-right: 0;
	}
	.travel4_wrap:nth-child(even) .travel_title {
		right: auto;
		margin-left: 170px;
		text-align: left;
	}
	.travel4_wrap:nth-child(even) .travel_info {
		float: none;
		margin-right: 0;
		margin-left: 170px;
	}

}

@media ( max-width: 719px ) {
	.travel4_wrap::after {
		height: calc(88vw + 100px);
	}
	.travel4_wrap .smallImg {
		width: 18vw; height: 34vw;
	}
	.travel4_wrap .travel_title {
		width: 100%;
	}
	.travel4_wrap .travel_info {
		width: 100%;
	}

	.travel4_wrap:nth-child(even) .travel_title {
		margin-left: 20vw;
		width: calc(100% - 20vw);
	}
	.travel4_wrap:nth-child(even) .travel_info {
		margin-left: 0;
		width: 100%;
		
	}
}

@media ( max-width: 415px ) {
	.travel4_wrap::after {
		height: calc(98vw + 100px);
	}
}


.preview {
	overflow: hidden;
}
.preview_wrap {
	position: relative;
	width: 100%; height: 480px;
	overflow: hidden;
}
.preview_wrap::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(0,0,0,0.45);
}
.preview_wrap::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: url('http://img.einet.kr/responsive/sample/reservation/previewBg.png') center bottom no-repeat;
}
.preview_wrap .slogan {
	position: absolute;
	top: 49%; right: 0; left: 0;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.preview_wrap .slogan .adjective {
	margin-bottom: 18px;
	font-family: 'Open Sans', cursive;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
.preview_wrap .slogan h5 {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 100px;
	color: rgba(255,255,255,1);
}

.preview_tab {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 47px;
	text-align: center;
}
.preview_tab .tab {
	position: relative;
	display: inline-block;
	margin: 0 18px;
	padding: 16px 0;
	font-size: 15px;
	font-weight: bold;
	color: #7e8389;
}
.preview_tab .tab::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 0;
	background: #fff;
	transition: height 0.5s;
}
.preview_tab .tab.tab_ov, .preview_tab .tab:hover {
	color: #fff;
}
.preview_tab .tab:hover::after, .preview_tab .tab.tab_ov::after {
	height: 4px;
}

/* 예약 커뮤니티 타이틀 */
.commTitle {
	position: relative;
	padding-top: 9vw;
	padding-bottom: 75px;
	color: #2d2f31;
	text-align: center;
}
.commTitle h5 {
	position: relative;
	font-family: 'Cinzel', sans-serif;
	font-size: 34px;
}
.commTitle .commR_h5::after {
	content: 'GUIDE & RESERVATION';
}
.commTitle h6::before {
	content: '';
	display: block;
	width: 100px; height: 1px;
	margin: 20px auto;
	background: #4c4d4e;
}
.commTitle h6 {
	font-family: 'Nanum Myeongjo', sans-serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: -0.03em;
}


@media ( max-width: 1300px ) {
	.preview {
		height: 41vh;
		min-height: 340px;
	}
	.preview_wrap {
		height: 100%;
	}
	.preview_wrap .slogan {
		position: absolute;
		top: 40%; right: 0; left: 0;
		margin: auto;
		transform: translateY(-50%);
		text-align: center;
	}
	.preview_wrap .slogan .adjective {
		margin-bottom: 10px;
	}
	.preview_wrap .slogan h5 {
		font-size: 34px;
	}
}


@media ( max-width: 770px ) {
	.preview_tab {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	/* scroll */
	.preview ::-webkit-scrollbar {
		height: 5px;
	}
	.preview ::-webkit-scrollbar-track {
		background: transparent;
	}
	.preview ::-webkit-scrollbar-thumb {
		background: #aaa;
	}

	.commTitle {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

@media ( max-width: 440px ) {
	.commTitle {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.commTitle h6 {
		width: 65%;
		margin: auto;
		line-height: 24px;
	}
	
	.commTitle .commR_h5::after {
		content: 'GUIDE & \A RESERVATION';
		white-space: pre;
		line-height: 38px;
	}

}