.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: 'Open Sans', sans-serif;
	font-size: 28px;
	color: rgba(45,47,49,1)px;
}

.commTitle .commR_h5::after {
	/*content:'';*/
}

.commTitle h6::before {
	content: '';
	display: block;
	width: 100px; height: 1px;
	margin: 20px auto;
	background: #4c4d4e;
}
.commTitle h6 {
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: -0.03em;
	color:rgba(45,47,49,1);
}


@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 .commR_h5::after {
		/*content: 'GUIDE & \A RESERVATION';*/
		content: '';
		white-space: pre;
		line-height: 38px;
	}

}




.reservation_wrap {
	position: relative;
	width: 100%;
	max-width: 1276px;
	margin: auto;
	padding-bottom: 120px;
	overflow: hidden;
}
.reservation_wrap h3 {
	position: relative;
	width: calc(100% - 65px);
	height: 60px;
	padding-left: 65px;
	border-top: 2px solid #7e8389;
	font-size: 15px;
	color: #2d2f31;
	line-height: 60px;
	cursor: pointer;
	outline: none;
}
.reservation_wrap h3 .num {
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 20px;
	margin: auto;
	font-family: 'Cinzel', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2d2f31;
	letter-spacing: -0.03em;
}
.reservation_wrap h3 .fa-angle-down {
	position: absolute;
	top: 19px;
	right: 20px;
	margin: auto;
	font-size: 26px;
	color: #2d2f31;
}
.reservation_wrap h3.ui-state-active .fa-angle-down {
	top: 16px;
	transform: rotate(180deg);
}
.reservation_wrap .reservation_frame {
	margin: 25px 0 50px;
	text-align: center;
}
.reservation_wrap .content {
	padding: 0 60px 60px;
	font-size: 14px;
	color: #7e8389;
	line-height: 28px;
	letter-spacing: -0.03em;
	text-align: left;
}
.reservation_wrap .content h4 {
	font-weight: bold;
}
.reservation_wrap .content h4 i { padding-right: 10px; }
.reservation_wrap .content .mt-12 { margin-top: 12px!important; }
.reservation_wrap .content .mt-30 { margin-top: 30px; }
.reservation_wrap .content .one-line {
}
.reservation_wrap .content .one-line h4 {
	display: inline-block;
	margin-right: 12px;
}
.reservation_wrap .content .one-line p {
	display: inline-block;
	margin-right: 12px;
}
.reservation_wrap .content ul {
	margin-top: 12px;
}
.reservation_wrap .content .pay p {
	display: inline-block;
	margin-right: 12px;
}
.reservation_wrap .content .fw-n {
	display: inline-block;
	padding-left: 12px;
	font-weight: normal;
}
.reservation_wrap .content .refund {
	width: 100%;
}
.reservation_wrap .refund_table {
	width: 1000px;
	margin-bottom: 10px;
	border-top: 1px solid #cecece;
}
.reservation_wrap .refund_table tr.tb-header {
	background: #fcfcfc;
}
.reservation_wrap .refund_table tr.tb-header td {
	line-height: 46px;
	border-bottom: 1px solid #cecece;
}
.reservation_wrap .refund_table tr td {
	padding: 0 10px;
	line-height: 38px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.reservation_wrap .refund_table tr td:last-child {
	border-right: none;
}


.reservation_wrap .reservation_frame iframe {
	/*border: 1px solid red;*/
}


@media ( max-width: 1300px ) {
	.reservation_wrap {
		width: calc(100% - 40px);
		max-width: 100%;
	}
	.reservation_wrap .reservation_frame {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.reservation_wrap .reservation_frame iframe {
		width: 925px;
		margin-bottom: 10px;
	}
	.reservation_wrap .content {
		padding: 0 20px 50px;
	}
	.reservation_wrap .content .refund {
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling:auto;
	}
		/* scroll */
	.reservation_wrap ::-webkit-scrollbar {
		height: 5px;
	}
	.reservation_wrap ::-webkit-scrollbar-track {
		background: transparent;
	}
	.reservation_wrap ::-webkit-scrollbar-thumb {
		background: #aaa;
	}
}


@media ( max-width: 640px ) {
	.reservation_wrap .content .one-line p {
		display: block;
		margin-right: 0;
		padding-left: 30px;
	}
	.reservation_wrap .content .pay p {
		display: block;
		margin-right: 0;
	}
	.reservation_wrap .content .one-line .end-time {
		display: inline-block;
		padding-left: 0;
	}
}