@charset "utf-8";
.section4 { overflow: hidden; }
.section4 .fixed_list {
	position: relative;
	overflow: hidden;
}
.section4 .fixed_list a {
	display: block;
}
.section4 .fixed_list .loader {
	position: relative;
	height: 36.5vw;
	background-attachment: fixed;
	overflow: hidden;
}
.section4 .fixed_list .loader::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: #000;
	opacity: 0.55;
	transition: opacity 1s;
}
.section4 .fixed_list .loader:hover::before {
	opacity: 0;
}
.section4 .fixed_list .section4_txt {
	position: absolute;
	top: 50%; left: 16.5vw;
	transform: translateY(-50%);
	margin: auto;
}
.section4 .fixed_list .section4_txt .TRAN {
	transform: translateX(-30%);
}

.section4 .fixed_list  .section4_txt .txt1 {
	font-family: 'Cinzel', serif;
	font-size: 54px;
	line-height: 54px;
	color: rgba(255,255,255,1);
}
.section4 .fixed_list  .section4_txt .txt2 {
	font-family: 'Malgun Gothic', serif;
	font-size: 14px;
	font-style: normal;
	color: rgba(255,255,255,1);
	line-height: 15px;
}


/* go  마우스오버 애니 효과 */
.fixed_list .section4_txt .btn_line {
	transform: translateX(-30%);
}
.fixed_list .section4_txt .btn_line::before {
	transition: background 0.5s;
}
.fixed_list a:hover .section4_txt .btn_line::before {
	background: #fff;
}
.fixed_list .section4_txt .go {
	transition: color 0.5s;
}
.fixed_list a:hover .section4_txt .go {
	width: 400%;
	text-align: center;
	animation-name: leftRepeat;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	color: #fff;
}





@media (max-width: 1600px) {
	.section4 .fixed_list .loader {
		height: 36.5vw;
	}
	.section4 .fixed_list .section4_txt .txt1 {
		font-size: 40px;
		line-height: 50px;
	}
	.section4 .fixed_list .section4_txt .btn_go_left {
		margin-top: -15px;
	}
}

@media ( max-width: 1024px ) {
	.section4 .fixed_list .loader {
		height: 36.5vw;
		background-attachment: inherit;
	}
	.section4 .fixed_list a .section4_txt .txt1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media ( max-width: 720px ) {
	.section4 .fixed_list .loader {
		height: 60.5vw;
	}
	/* .fixed list .loader.TRAN 
	.section4 .fixed_list a .loader.TRAN { 
		opacity: 1;
	}
	.section4 .fixed_list.ANI a .loader.TRAN::before {
		background: transparent;
		transition: background 0.7s;
	}
	*/
	.section4 .fixed_list .section4_txt .txt1 {
		font-size: 28px;
		line-height: 31px;
	}
	.section4 .fixed_list .section4_txt .btn_go_left {
		margin-top: -10px;
	}
	.section4 .fixed_list .section4_txt .txt2 {
		margin-top: 0;
		font-size: 12px;
	}
	.section4 .fixed_list .section4_txt {
		left: 3.5vw;
	}
}
@media ( max-width: 380px ) {
	.section4 .fixed_list .loader {
		height: 71.5vw;
	}
}





.preview {
	overflow: hidden;
}
.preview_wrap {
	position: relative;
	width: 100%; height: 480px;
	overflow: hidden;
	background: url('http://img.einet.kr/responsive/sample/rooms/previewBg.png') center bottom no-repeat;
}
/*
.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/rooms/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', 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;*/
	color:#666;
}
.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', 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', 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;
	}

}











.rooms_list {
	overflow: hidden;
}
.rooms_list_wrap {
	position: relative;
	width: 1348px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	transition: width: 0.5s;
}
.rooms_list_wrap .rooms-ul {
	position: relative;
	width: 100%;
	margin-bottom: -60px;
}
.rooms_list_wrap .rooms-ul li {
	position: relative;
	float: left;
	width: 317px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 60px;
	box-shadow: 5px 0 20px rgba(0,0,0,0.1);
	font-size: 0;
}
.rooms-ul li .loader_wrap {
	position: relative;
	display: block;
	width: 100%; height: 250px;
	overflow: hidden;
}
.rooms-ul li .loader_wrap .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	overflow: hidden;
	transition: transform 0.5s;
}
.rooms-ul li .loader_wrap:hover .loader {
	overflow: hidden;
	transform: scale(1.1);
}
.rooms-ul li .dong {
	position: absolute;
	bottom: 206px; left: 50%;
	transform: translateX(-50%);
	margin: auto;
	display: inline-block;
	min-width: 80px;
	height: 30px;
	padding: 0 30px;
	line-height: px;
	font-family: '', sans-serif;
	font-size: px;
	color: ;
	border-radius: 50px;
	z-index: 1;
}
.rooms-ul li .title_wrap {
	position: relative;
	width: 100%; height: 127px;
	background-color: #fff;
}
.rooms-ul li .title_wrap .title {
	position: absolute;
	top: 54%; right: 0; left: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
}
.rooms-ul li .title_wrap .title h6 {
	width: 98%;
	margin: auto;
	font-family: 'Nanum Gothic Coding', sans-serif;
	font-size: 15px;
	letter-spacing: -0.03em;
	color: rgba(40,40,38,1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rooms-ul li .title_wrap .title .notice {
	display: block;
	width: 98%;
	margin-top: 18px;
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: rgba(204,51,0,1);
}
.rooms-ul li .info_wrap {
	position: relative;
	width: 100%;
	height: 92px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.rooms-ul li .info_wrap .info {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 93%; height: 54px;
	text-align: center;
}
.rooms-ul li .info_wrap .info .info_icon {
	display: inline-block;
	width: 31%;
	color: #7e8389;
}
.rooms-ul li .info_wrap .info .info_icon i {
	font-size: 24px;
}
.rooms-ul li .info_wrap .info .info_icon p {
	margin-top: 13px;
	font-size: 14px;
}

/* preview page 하단배너 */
.section4 .fixed_list .loader:hover::before {
	opacity: 0.55;
}
.fixed_list .section4_txt .btn_line::before {
	background: #fff;
}



@media ( max-width: 1365px ) {
	.rooms_list_wrap {
		width: 1011px;
	}
	.rooms_list_wrap a.loader_wrap:hover .loader {
		transform: scale(1);
	}
}


@media ( max-width: 1024px ) {
	.rooms_list_wrap {
		width: 674px;
	}
}

@media ( max-width: 719px ) {
	.rooms_list_wrap {
		width: 337px;
	}
	.rooms_list_wrap .rooms-ul {
		margin-bottom: -20px;
	}
	.rooms_list_wrap .rooms-ul li {
		margin-bottom: 20px;
	}
	.rooms_list_wrap .rooms-ul li {
		width: 320px;
	}
	.rooms-ul li .loader_wrap {
		height: 160px;
	}
}


