#firstSlider h6 { 
	font-weight: bold;
	transform: translateY(100px);
}
#firstSlider h5 { 
	transform: translateY(100px);
	transition-delay: 0.2s;
}

#firstSlider .leftArrow {
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:9;
}

#firstSlider .rightArrow {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	z-index:9;
}

img.btn-arrow {
	opacity:1;
}

img.btn-arrow:hover {
	opacity:0.6;
}

/* 테이블 */
.roomTable {
	position: relative;
	width: 100%;
	padding-bottom: 200px;
	text-align: center;
}
.roomTable .roomTitle { position: relative; }
.roomTable .roomTitle h5 {
	position: relative;
	display: block;
	margin: auto;
	transform: translateY(-200px);
}
.roomTable .roomTitle h6 {
	display: inline-block;
	margin-top: 50px;
	width: 186px; height: 54px; line-height: 54px;
	font-size: 20px; font-weight: normal;
	color: #fff;
	background: #233a42;
}
.roomTable iframe {
	margin-top: 100px;
}
.roomTable .btn_reser {
	position: absolute;
	right: 4%; bottom: 80px;
	display: inline-block;
	width: 398px; height: 300px;
	background: url(./../images/room/btn_reser.png) 0 no-repeat;
	transition: background 0.3s;
}
.roomTable .btn_reser:hover {
	background: url(./../images/room/btn_reser_on.png) 0 no-repeat;
}
/* croom */
.croom {
	position: relative;
	width: 92%;
	margin: 0 auto 5%;
	overflow: hidden;
}
.croom .contentT {
	position: relative;
	width: 100%;
	margin-top: 3%;
}
.croom .contentT .txtWrap {
	margin-left: 2%;
	padding-top: 3%;
}
.croom .contentT .txtWrap .title { width: 30%; }
.croom .contentT .txtWrap .title img { max-width: 100%; }
.croom .contentT .txtWrap .loader {
	margin-top: 6%;
	padding-top: 17.45%;
	width: 31%;
}
.croom .contentT .bigImg {
	position: absolute;
	top: 0; right: 0;
	width: 65.4%; height: 100%;
	transform: translateX(200px);
	transition: all 1s;
}
.croomB {
	position: relative;
	width: 92%;
	margin: 0 auto 5%;
	overflow: hidden;
}
.croomB .contentB {
	position: relative;
	width: 100%;
	margin-top: 3%;
}
.croomB .contentB .txtWrap {
	padding-top: 3%;
	padding-right: 2%;
	text-align: right;
}
.croomB .contentB .txtWrap .title {
	width: 30%;
	margin-left: 70%;
}
.croomB .contentB .txtWrap .title img { max-width: 100%; }
.croomB .contentB .txtWrap .loader {
	margin-top: 6%;
	padding-top: 17.45%;
	width: 31%;
	margin-left: 69%;
}
.croomB .contentB .bigImg {
	position: absolute;
	top: 0; left: 0;
	width: 65.4%; height: 100%;
	transform: translateX(-200px);
	transition: all 1s;
}
/* croom2 */
.croom2 {
	position: relative;
	width: 100%;
	background: url(./../images/room/croom2_bg.jpg) center no-repeat;
	overflow: hidden;
}
.croom2 .title {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	width: 40%;
	text-align: center;
	transform: translateY(-200px);
}
.croom2 .title img { max-width: 100%; }

.croom2 .btn_back {
	position: absolute;
	bottom: 31%; right: 0; left:-200px;
	margin: auto;
	display: inline-block;
	width: 186px;
	line-height: 54px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	transition: background 0.3s, color 0.3s ;
}


.croom2 .btn_booking {
	position: absolute;
	bottom: 31%; right:0; left: 200px;
	margin: auto;
	display: inline-block;
	width: 186px;
	line-height: 54px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #233b43;
	background: #fff;
	text-align: center;
	transition: background 0.3s, color 0.3s ;
}

.croom2 .btn_back:hover {
	background: #fff;
	color: #233b43;
}

.croom2 .btn_booking:hover {
	background:transparent;
	color: #fff;
}

/* croom3 */
.croom3 {
	position: relative;
	width: 100%;
	background: url(./../images/room/croom3_bg.png) right top no-repeat;
	background-size: 63%;
	overflow: hidden;
}
.croom3 .leftImg {
	position: absolute;
	top: 8%; left: 4%;
	width: 29.4%; height: 92%;
	transform: translateX(-200px);
}
.croom3 .centerImg {
	position: absolute;
	bottom: 0; left: 35%;
	width: 32.2%; height: 36%;
	transform: translateY(200px);
	transition-delay: 0.8s;
}