.CPfirstSlider .fadeSlider {
	overflow: hidden;
}
#firstPin{
	position:absolute;z-index:30;top:0;
	height:100%;width:100%;
	max-height:100%;
}
#firstPin .roomsSlogan {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 165px;
	text-align: center;
}
#firstPin .roomsSlogan img {
	max-width: 80%;
}
.crooms {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(./../images/rooms/roomsPreBg.png) top left no-repeat;
}
.crooms .bgRight {
	position: absolute;
	right: 0; bottom: 0;
	width: 100%; height: 100%;
	background: url(./../images/rooms/roomsPreBg2.png) bottom right no-repeat;
	background-size: 37% 100%;
}
.crooms .roomsDecoImg {
	position: absolute;
	top: 50px; right: 0;
	transform: translateX(200px);
}
.crooms .roomsPreview {
	position: relative;
	max-width: 1700px;
	margin: 150px auto 100px;
}
.crooms .roomsPreview .roomsTitle {
	margin-bottom: 60px;
	margin-left: 80px;
	max-width: 80%;
	transform: translateY(-200px);
}
.crooms .roomsPreview .sliderWrap {
	position: relative;
	padding-top: 56.25%;
}
.crooms .roomsPreview .photo {
	position: absolute;
	top: 0;
	right: 400px;
	width: 100%;
	max-width: 1300px;
	height:800px;
	background-position:center;background-size:cover;
}
.crooms .roomsPreview .roomsNavi {
	position: absolute;
	top: 0; right: 0;
	width: 400px;
	text-align: center;
}
.crooms .roomsPreview .roomsNavi a {
	display: block;
	position: relative;
	margin-left: 60px;
	font-family: 'Noto Sans Kr', sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
	color: #333;
	text-align: left;
	padding-bottom: 15px;
	transition: color 0.3s;
}
.crooms .roomsPreview .roomsNavi a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0; bottom: 0;
	width: 0;
	height: 9px;
	background: url(./../images/rooms/sliderOver.png) 0 0 no-repeat;
	transform: scaleX(0);
	transition: transform .3s ease-in-out, width .7s;
}
.crooms .roomsPreview .roomsNavi a.SEL:after ,
.crooms .roomsPreview .roomsNavi a:hover:after {
	width: 100%;
	transform: scaleX(1);
}
.crooms .roomsPreview .roomsNavi a.SEL,
.crooms .roomsPreview .roomsNavi a:hover {
	color: #3794b0;
}
.crooms .roomsPreview .roomsNavi a .naviEng {
	padding-left: 70px;
	font-family: 'Lusitana', sans-serif;
	font-size: 34px;
	letter-spacing: -.05em;
	line-height: 45px;
}
.crooms .roomsPreview .roomsNavi a .naviKor {
	padding-left: 70px;
}
.crooms .sliderWrap .arrowBox {
	position: absolute;
	z-index: 50;
	top: 755px; right: 400px;
	width: 315px;
	height: 45px;
	font-family: 'Lusitana', 'Nanum Gothic', serif;
	font-size: 20px;
	text-align: center;
	background: #fff;
}
.crooms .sliderWrap .arrowBox .arrowL {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	background: url(./../images/arrowL.png) center no-repeat;
	transition: background 0.3s;
}
.crooms .arrowBox .arrowL:hover {
	background: url(./../images/arrowL_on.png) center no-repeat;
}
.crooms .sliderWrap .arrowBox span { 
	display: inline-block;
	font-size: 29px; 
	line-height: 40px;
}
.crooms .sliderWrap .arrowBox .now {
	color: #5ab2cc;
}
.crooms .sliderWrap .arrowBox .arrowR {
	display: block;
	float: right;
	width: 100px;
	height: 100%;
	background: url(./../images/arrowR.png) center no-repeat ;
	transition: background 0.3s;
}
.crooms .arrowBox .arrowR:hover {
	background: url(./../images/arrowR_on.png) center no-repeat;
}
/* fixed */
.cinteriorFixed {
	position: relative;
	width: 100%;
	background: url(./../images/rooms/fixedInterior.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}
.cinteriorFixed .fixedInteriorText {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 696px;
	height: 122px;
	text-align: center;
	transform: scale(1.4);
}