.container {width:100%; position:relative;  min-width:1400px;}
.sl-slider-wrapper {width: 800px; height:400px; margin:0 auto; position:relative; overflow:hidden;}
.sl-slider {position:absolute; top:0; left:0;}

/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {position:absolute; width:100% ;min-width:960px; height:100%; top:0; left:0;} 
.sl-slide {	z-index: 1;}

/* The duplicate parts/slices 수정금지*/
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: fadeIn 1s ease-in-out both;
	animation: fadeIn 1s ease-in-out both;
}

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: fadeIn 1s ease-in-out both;
	animation: fadeIn 1s ease-in-out both;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {position: absolute;}
.sl-content {width: 100%; height: 100%; background: #fff;}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {background: #fff;}
.sl-slide-vertical .sl-slide-inner {background: #fff;}


/*----------------------------*/
.sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.sl-slider h2, {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #000;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	top:210px;
	left:190px;
}

.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-animation: fadeIn 2s ease both;
	-moz-animation: fadeIn 2s ease both;
	-o-animation: fadeIn 2s ease both;
	-ms-animation: fadeIn 2s ease both;
	animation: fadeIn 2s ease both;
}


.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 10;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(74,73,73,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(74,73,73,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(74,73,73,0.5);
}

.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(74,73,73,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(74,73,73,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	background: rgba(74,73,73,0.8);
}

/* Animations for content elements */

.sl-trans-elems h2{

}
.sl-trans-back-elems h2{
	-webkit-animation: fadeIn 1s ease-in-out both;
	-moz-animation: fadeIn 1s ease-in-out both;
	-o-animation: fadeIn 1s ease-in-out both;
	-ms-animation: fadeIn 1s ease-in-out both;
	animation: fadeIn 1s ease-in-out both;
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}

/*이미지변경*/
.bg-img-1 {	background-image: url(/_image/1.jpg);}
.bg-img-2 {	background-image: url(/_image/2.jpg);}
.bg-img-3 {	background-image: url(/_image/3.jpg);}
.bg-img-4 {	background-image: url(/_image/4.jpg);}
.bg-img-5 {	background-image: url(/_image/5.jpg);}
.bg-img-6 {	background-image: url(/_image/6.jpg);}




/*객실슬라이드*/
#wowslider-container1 { 
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width:1070px;
	max-height:620px;
	margin:0px auto 84px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
	font-size: 10px;

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1070px; }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	max-height:620px;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	height:100%;
	max-height:620px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
	display: block;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	background-size: 200%;
	position:absolute;
	top:50%;
	margin-top:-2.8em;
	z-index:60;
	height: 5em;
	width: 5.1em;
	background-image:url(/_image/room/arrows.png)
	/*max-height:20%;
	max-width:12%;
	background-size:200% 200%;*/

}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:1em;
}
#wowslider-container1 a.ws_prev {
	left:1em;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}

/* bottom center */
#wowslider-container1  .ws_thumbs { 
	font-size: 0px; 
	position:absolute;
	overflow:auto;
	z-index:60;
	line-height:0;
	margin-bottom:-5px;
}
#wowslider-container1 .ws_thumbs img{
	text-decoration: none;
	border: 0;
	width: 100%;
}
#wowslider-container1 .ws_thumbs a {
	position:relative;
	text-indent: -4000px; 
	color:transparent;
	opacity:0.85;
	text-decoration: none;
	display: inline-block;
	border: 0;
	margin:0.4% 0.75% ;
	text-indent:0;
	padding: 0.4%;
	width: 6.83333333333333%;
	max-width: 73px;
}
#wowslider-container1 .ws_thumbs a:hover{
	opacity:1;
}
#wowslider-container1 .ws_thumbs a:hover img{
	visibility:visible;
}
#wowslider-container1  .ws_thumbs { 
    top:630px;
    left: 0;
	width:100%;
	max-height:$thumbFullHeight$px;
}
#wowslider-container1  .ws_thumbs div{
	position:relative;
	letter-spacing:-4px;
	width:99.84%;
}
#wowslider-container1 .ws_thumbs a.ws_selthumb{
	background-color: #444;
}

#wowslider-container1 .ws_thumbs  a{
	background-color: #a4a4a4;
}



/*rooms*/
.grid {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	list-style: none;
	text-align: center;
	overflow:hidden;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom:10px;
	width: 350px;
	height: 195px;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 12px;
}


/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	border:1px solid #fff;
}

figure.effect-oscar figcaption {
	padding: 3em;
/*	background-color: rgba(0,0,0,0.6);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;*/
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	content: '';
}

figure.effect-oscar h2 {
	font-size:0;
	margin: 10% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	font-size:20px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 1;
}


/*enjoy-갤러리*/

.grid1 {
	list-style: none;
	padding: 0;
	width:1070px;
}

.grid1 li {
	display: block;
	float: left;
	width: 33.333333333%;
	opacity: 0;
}

.grid1 li.shown,
.no-js .grid1 li,
.no-cssanimations .grid1 li {
	opacity: 1;
}

.grid1 li a,
.grid1 li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid1.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}


/*tour*/
.grid_tour {
	position: relative;
	margin: 0 auto;
	width:535px;
	height:340px;
	list-style: none;
	text-align: center;
	float:left;
}

/* Common style */
.grid_tour figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 535px;
	height: 340px;
	text-align: center;
	cursor: pointer;
}

.grid_tour figure img {
	position: relative;
	display: block;
	opacity: 0.8;
	display:inline-block;
}

.grid_tour figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid_tour figure figcaption::before,
.grid_tour figure figcaption::after {
	pointer-events: none;
}

.grid_tour figure figcaption,
.grid_tour figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_tour figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_tour figure h2 {
	font-size:0px;
	font-weight:800;
	line-height:30px;
	letter-spacing:-1px;
}

.grid_tour figure h2,
.grid_tour figure p {
	margin: 0;
}

.grid_tour figure p {
	font-size: 12px;
	line-height:14px;
}
.grid_tour figure h3{
	margin-top:-40px;
} 
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,1) 0%, rgba(72,76,97,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2,figure.effect-sadie h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size:14px;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fffc9e;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover h3{
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
} 

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
