@CHARSET "ISO-8859-1";

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    border:none;
    width: 0;
    height: 0;
    margin-top: 0px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 60px;
    width: 0;
}
.fp-controlArrow.fp-next {
    right: 60px;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}



 
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 4;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 14px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
    margin:0;
    margin-left:8px;
    
}


#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    backfround:#fff;
    width: 20px;
    height: 20px;
    margin: -10px 0px 0px -10px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 4px;
    left:-270px;
    color: #000;
    font-size: 14px;
    font-family:'µ¸¿ò';
    white-space: nowrap;
    max-width: 90px;
    text-algin:right;
    float:right;
    display: block;
    opacity: 0;
    width: 0;
}


#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

ul.r_bottom_arrow {
    position: fixed;
    right:40px;
    bottom: 30px;
    z-index:3;
    list-style:none;
}
ul.r_bottom_arrow li{

}

/* ¸¶¿ì½º ÈÙ */

.mouse{position: fixed; z-index:3;}

.m-mouse-icon {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 2px solid;
  border-color: #FFF;
  border-radius: 4px;
  bottom: 64px;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: fixed;
  z-index:3; 
  right: 0;
  width: 20px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.m-mouse-icon:hover {
  opacity: .3!important;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

.m-mouse-icon .m-wheel {
  -webkit-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.5s ease 0s normal none infinite magic-mouse-icon;
    border-radius: 100%;
    height: 6px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 6px;
    background: #fff;
}

@-moz-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    margin-top: 18px;
    opacity: 0
  }
}

@-webkit-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    margin-top: 18px;
    opacity: 0
  }
}

@-o-keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    margin-top: 18px;
    opacity: 0
  }
}

@keyframes magic-mouse-icon {
  0% {
    margin-top: 6px;
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    margin-top: 18px;
    opacity: 0
  }
}

}


/* ¸ÞÀÎ¿µ»ó */
#video-info-section {
  color: white;
  font-family: Lobster;
  margin-top: 15%;
}
.layer{
    position: absolute;
    z-index: 9999;
    width: 100%;
    height:100vh;
    left: 0;
    top: 0;
}

.video_title{
    position: absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin-left:-169px;
    margin-top:-100px;
}

.animated{
  animation-duration:2.5s;
}

.infotxt {
  font-size: 400%;
  text-shadow: 5px 4px black;
  color:orange;
}


/* ARROW ANIMATION TO SCROLL DOWN */

.arrow {
  position: fixed;
  bottom: 5%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}


/*==================================================*/


/* FULL SCREEN VIDEO BACKGROUND FOR SECTION 1 */

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}


#header{
  position: fixed;
    height: 4em;
    display: block;
    opacity:100;
    width: 100%;
    /**
	background: #222;
    background-color: rgba( 255, 255, 255, 0.9 ); 
	**/
    z-index: 10000;
    text-align: center;
    color: #f2f2f2;
    /*padding: 10px 0 0 0;*/
    top:0;
    opacity: 0.9;
    transition: all .5s ease-in-out;
}

.header_remove{
  position: fixed;
    height: 72px;
    display: block;
    opacity:100;
    width: 100%;
    z-index: 10000;
    text-align: center;
    color: #f2f2f2;
    /*padding: 10px 0 0 0;*/
    top:0;
    opacity: 0.9;
    transition: all .5s ease-in-out;
}

.header_add{
  position: fixed;
    height: 72px;
    display: block;
    opacity:100;
    width: 100%;
    z-index: 10000;
	background: #222;
    background-color: rgba( 255, 255, 255, 0.9 ); 
    text-align: center;
    color: #f2f2f2;
    /*padding: 10px 0 0 0;*/
    top:0;
    opacity: 0.9;
    transition: all .5s ease-in-out;
}


#myMenu{
    list-style: none;
    margin-left: 25%;
}
ul#myMenu li a{
  color:#fff;
}
.online_bn{position:fixed; right:0; top:0; padding:0 6px; vertical-align: middle; height:4em; background:#5fa5c5;}
.online_bn a{ position:relative; display: table-cell; vertical-align:middle;}
.movie {position:fixed; bottom:0px; right:42px; vertical-align:middle;padding:10px 5px; height:52px; }
.movie a {position:relative; color:#fff; display: table-cell; vertical-align:middle;}
.movie a:hover {color:#fff; }

/*====================================*/


/* ¸ÞÀÎÆäÀÌÁö */
.txt_wrap {

  margin: 0 auto;
  margin-top:100px;
}

.txt_wrap h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  color:#fff;
  font-size: 60px;
  height: 58px;
  width:100%;
  overflow: hidden;
  line-height: 4;
  -webkit-transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
}
.txt_wrap p.mo_txt {
  color:#fff;
  font-size: 18px;
  height: 20px;
  overflow: hidden;
  line-height: 4;
  -webkit-transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  transition: line-height 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 30px;
}


.txt_wrap h2 {
   -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.txt_wrap p.mo_txt {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.section.active h2{
  line-height: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.section.active cta{
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
}

.section.active p.mo_txt {
  line-height: 1;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.cta {
  -webkit-transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1) 1.4s;
  display: block;
  cursor: pointer;
  width: 175px;
  height: 50px;
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
}
.cta:before {
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 175px;
  height: 50px;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE3NSA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTc1IDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE2OCw0OC41IDcsNDguNSAxLjUsNDIuMyAxLjUsNy43IDcsMS41IDE2OCwxLjUgMTczLjUsNy43IDE3My41LDQyLjMgIi8+PC9zdmc+);
}
.cta:after {
  content: ">";
  opacity: 0.3;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
}
.cta span {
  color: #fff;
  text-align: center;
  width: 80%;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
}
.cta:hover span {
  width: 100%;
}
.cta:hover:before {
  opacity: 0.5;
}
.cta:hover:after {
  opacity: 0;
  right: 0px;
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
}


#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 0;
  background: transparent;
  border: solid 1px #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 12px;
}

.top_bn{position:fixed; z-index:3; cursor:pointer; bottom:50px; right:34px; width:50px; height:50px; border-radius:16px; background:#ffa500; opacity:0.8;}
.top_bn img{position:relative; top:13px; left:9px;}

	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,#section1,#section2,#section3,#section4,#section5,#section6,#section7,#section8,#section9,
	#main1,#main2,#main3,#main4,#main5,
	#exterior0,#exterior1,#exterior2,#exterior3,#exterior4,#exterior5,#exterior6,#exterior7,#exterior8,#exterior9,
	#facility0,#facility1,#facility2,#facility3,#facility4,#facility5,#facility6,#facility7,#facility8,#facility9,
	#preview2, .section,
	#special1_1,#special1_2,#special1_3,#special1_4,#special1_5,#special1_6,#special1_7{
		background-size: cover;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     margin:0;
     -ms-behavior: url(backgroundsize.htc);
		 -ms-behavior: url(backgroundsize.min.htc);
	}
.slide h1{position:relative; top:50%; display:inline-block; margin-top:134px; font-size:40px; text-align:center; color:#fff; text-shadow: 1px 1px 0px black;}
.section h1.number{position:absolute; top:50%; display:inline-block; clear:both; margin-top:90px; margin-left:-50px; font-size:36px; text-align:center; color:#fff; text-shadow: 1px 1px 0px black;}

#main2 .slide .intro{
			position:relative;
			margin:0 auto;
			text-align:center;
			width:100%;
			z-index:3;
		}
		
section > .text {
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align:center;
}
	#online1{
		  background-image: url(../img/1920x1080/online_bg.jpg);
		  background-position:center center;
	}
	
#main1{
		  background-image: url(../img/main/1.jpg);
		  background-position:left center;
	}

	
	#main2{
		  background-image: url(../img/main/2.jpg);
		  background-position:left center;
	}
	#main3{
		  background:#000;
	}
	#main4{
		  background-position:left center;
	}
	#main5{
		  background-image: url(../img/main/3.jpg);
		  background-position:left center;
	}


	
	#slide1{
		  background-image: url(../img/main/1.jpg);
		  background-position:left center;
	}
	#slide2{
		  background-image: url(../img/main/2.jpg);
		  background-position:left center;
	}
	#slide3{
		  background-image: url(../img/main/3.jpg);
		  background-position:left center;
	}
	#slide4{
		  background-image: url(../img/main/4.jpg);
		  background-position:left center;
	}
	#slide5{
		  background-image: url(../img/main/5.jpg);
		  background-position:left center;
	}
	#slide6{
		  background-image: url(../img/main/6.jpg);
		  background-position:left center;
	}
	#slide7{
		  background-image: url(../img/main/7.jpg);
		  background-position:left center;
	}
	#slide8{
		  background-image: url(../img/main/8.jpg);
		  background-position:left center;
	}
	#slide9{
		  background-image: url(../img/main/9.jpg);
		  background-position:left center;
	}
	#slide10{
		  background-image: url(../img/main/10.jpg);
		  background-position:left center;
	}
	#slide11{
		  background-image: url(../img/main/11.jpg);
		  background-position:left center;
	}
	#slide12{
		  background-image: url(../img/main/12.jpg);
		  background-position:left center;
	}
	#slide13{
		  background-image: url(../img/main/13.jpg);
		  background-position:left center;
	}
	#slide14{
		  background-image: url(../img/main/14.jpg);
		  background-position:left center;
	}




	#about1{
	    background-image: url(../img/about/about_bg.jpg);
		  background-position:left center;
	}
	#about2{
	    background-image: url(../img/about/about_bg2.jpg);
		  background-position:left center;
	}
	
	
	#room1_1{
	  background-position:center center;
		  background-image: url(/html/img/room1/1.jpg);
	}
	#room1_2{
	  background-position:center center;
		  background-image: url(/html/img/room1/2.jpg);
	}
	#room1_3{
	  background-position:center center;
		  background-image: url(/html/img/room1/3.jpg);
	}
	#room1_4{
	  background-position:center center;
		  background-image: url(/html/img/room1/4.jpg);
	}
	#room1_5{
	  background-position:center center;
		  background-image: url(/html/img/room1/5.jpg);
	}
	#room1_6{
	  background-position:center center;
		  background-image: url(/html/img/room1/6.jpg);
	}
	#room1_7{
	  background-position:center center;
		  background-image: url(/html/img/room1/7.jpg);
	}
	#room1_8{
	  background-position:center center;
		  background-image: url(/html/img/room1/8.jpg);
	}
	#room1_9{
	  background-position:center center;
		  background-image: url(/html/img/room1/9.jpg);
	}
	#room1_10{
	  background-position:center center;
		  background-image: url(/html/img/room1/10.jpg);
	}
	#room1_11{
	  background-position:center center;
		  background-image: url(/html/img/room1/11.jpg);
	}
	#room1_12{
	  background-position:center center;
		  background-image: url(/html/img/room1/12.jpg);
	}
	#room1_13{
	  background-position:center center;
		  background-image: url(/html/img/room1/13.jpg);
	}
	#room1_14{
	  background-position:center center;
		  background-image: url(/html/img/room1/14.jpg);
	}
	#room1_15{
	  background-position:center center;
		  background-image: url(/html/img/room1/15.jpg);
	}
	
	
	
	
	
	#room2_1{
	  background-position:center center;
		  background-image: url(/html/img/room2/1.jpg);
	}
	#room2_2{
	  background-position:center center;
		  background-image: url(/html/img/room2/2.jpg);
	}
	#room2_3{
	  background-position:center center;
		  background-image: url(/html/img/room2/3.jpg);
	}
	#room2_4{
	  background-position:center center;
		  background-image: url(/html/img/room2/4.jpg);
	}
	#room2_5{
	  background-position:center center;
		  background-image: url(/html/img/room2/5.jpg);
	}
	#room2_6{
	  background-position:center center;
		  background-image: url(/html/img/room2/6.jpg);
	}
	#room2_7{
	  background-position:center center;
		  background-image: url(/html/img/room2/7.jpg);
	}
	#room2_8{
	  background-position:center center;
		  background-image: url(/html/img/room2/8.jpg);
	}
	#room2_9{
	  background-position:center center;
		  background-image: url(/html/img/room2/9.jpg);
	}
	#room2_10{
	  background-position:center center;
		  background-image: url(/html/img/room2/10.jpg);
	}
	#room2_11{
	  background-position:center center;
		  background-image: url(/html/img/room2/11.jpg);
	}
	#room2_12{
	  background-position:center center;
		  background-image: url(/html/img/room2/12.jpg);
	}
	#room2_13{
	  background-position:center center;
		  background-image: url(/html/img/room2/13.jpg);
	}
	#room2_14{
	  background-position:center center;
		  background-image: url(/html/img/room2/14.jpg);
	}
	#room2_15{
	  background-position:center center;
		  background-image: url(/html/img/room2/15.jpg);
	}
	
	
	#room3_1{
	  background-position:center center;
		  background-image: url(/html/img/room3/1.jpg);
	}
	#room3_2{
	  background-position:center center;
		  background-image: url(/html/img/room3/2.jpg);
	}
	#room3_3{
	  background-position:center center;
		  background-image: url(/html/img/room3/3.jpg);
	}
	#room3_4{
	  background-position:center center;
		  background-image: url(/html/img/room3/4.jpg);
	}
	#room3_5{
	  background-position:center center;
		  background-image: url(/html/img/room3/5.jpg);
	}
	#room3_6{
	  background-position:center center;
		  background-image: url(/html/img/room3/6.jpg);
	}
	#room3_7{
	  background-position:center center;
		  background-image: url(/html/img/room3/7.jpg);
	}
	#room3_8{
	  background-position:center center;
		  background-image: url(/html/img/room3/8.jpg);
	}
	#room3_9{
	  background-position:center center;
		  background-image: url(/html/img/room3/9.jpg);
	}
	#room3_10{
	  background-position:center center;
		  background-image: url(/html/img/room3/10.jpg);
	}
	#room3_11{
	  background-position:center center;
		  background-image: url(/html/img/room3/11.jpg);
	}
	#room3_12{
	  background-position:center center;
		  background-image: url(/html/img/room3/12.jpg);
	}
	#room3_13{
	  background-position:center center;
		  background-image: url(/html/img/room3/13.jpg);
	}
	#room3_14{
	  background-position:center center;
		  background-image: url(/html/img/room3/14.jpg);
	}
	#room3_15{
	  background-position:center center;
		  background-image: url(/html/img/room3/15.jpg);
	}
	
	
	#room4_1{
	  background-position:center center;
		  background-image: url(/html/img/room4/1.jpg);
	}
	#room4_2{
	  background-position:center center;
		  background-image: url(/html/img/room4/2.jpg);
	}
	#room4_3{
	  background-position:center center;
		  background-image: url(/html/img/room4/3.jpg);
	}
	#room4_4{
	  background-position:center center;
		  background-image: url(/html/img/room4/4.jpg);
	}
	#room4_5{
	  background-position:center center;
		  background-image: url(/html/img/room4/5.jpg);
	}
	#room4_6{
	  background-position:center center;
		  background-image: url(/html/img/room4/6.jpg);
	}
	#room4_7{
	  background-position:center center;
		  background-image: url(/html/img/room4/7.jpg);
	}
	#room4_8{
	  background-position:center center;
		  background-image: url(/html/img/room4/8.jpg);
	}
	#room4_9{
	  background-position:center center;
		  background-image: url(/html/img/room4/9.jpg);
	}
	#room4_10{
	  background-position:center center;
		  background-image: url(/html/img/room4/10.jpg);
	}
	#room4_11{
	  background-position:center center;
		  background-image: url(/html/img/room4/11.jpg);
	}
	#room4_12{
	  background-position:center center;
		  background-image: url(/html/img/room4/12.jpg);
	}
	#room4_13{
	  background-position:center center;
		  background-image: url(/html/img/room4/13.jpg);
	}
	#room4_14{
	  background-position:center center;
		  background-image: url(/html/img/room4/14.jpg);
	}
	#room4_15{
	  background-position:center center;
		  background-image: url(/html/img/room4/15.jpg);
	}
	
	
	#room5_1{
	  background-position:center center;
		  background-image: url(/html/img/room5/1.jpg);
	}
	#room5_2{
	  background-position:center center;
		  background-image: url(/html/img/room5/2.jpg);
	}
	#room5_3{
	  background-position:center center;
		  background-image: url(/html/img/room5/3.jpg);
	}
	#room5_4{
	  background-position:center center;
		  background-image: url(/html/img/room5/4.jpg);
	}
	#room5_5{
	  background-position:center center;
		  background-image: url(/html/img/room5/5.jpg);
	}
	#room5_6{
	  background-position:center center;
		  background-image: url(/html/img/room5/6.jpg);
	}
	#room5_7{
	  background-position:center center;
		  background-image: url(/html/img/room5/7.jpg);
	}
	#room5_8{
	  background-position:center center;
		  background-image: url(/html/img/room5/8.jpg);
	}
	#room5_9{
	  background-position:center center;
		  background-image: url(/html/img/room5/9.jpg);
	}
	#room5_10{
	  background-position:center center;
		  background-image: url(/html/img/room5/10.jpg);
	}
	#room5_11{
	  background-position:center center;
		  background-image: url(/html/img/room5/11.jpg);
	}
	#room5_12{
	  background-position:center center;
		  background-image: url(/html/img/room5/12.jpg);
	}
	#room5_13{
	  background-position:center center;
		  background-image: url(/html/img/room5/13.jpg);
	}
	#room5_14{
	  background-position:center center;
		  background-image: url(/html/img/room5/14.jpg);
	}
	#room5_15{
	  background-position:center center;
		  background-image: url(/html/img/room5/15.jpg);
	}
	
	
	
	#exterior1{
	  background-position:center center;
		  background-image: url(../img/exterior/1.jpg);
	}
	#exterior2{
	  background-position:center center;
		  background-image: url(../img/exterior/2.jpg);
	}
	#exterior3{
	  background-position:center center;
		  background-image: url(../img/exterior/3.jpg);
	}
	#exterior4{
	  background-position:center center;
		  background-image: url(../img/exterior/4.jpg);
	}
	#exterior5{
	  background-position:center center;
		  background-image: url(../img/exterior/5.jpg);
	}
	#exterior6{
	  background-position:center center;
		  background-image: url(../img/exterior/6.jpg);
	}
	#exterior7{
	  background-position:center center;
		  background-image: url(../img/exterior/7.jpg);
	}
	#exterior8{
	  background-position:center center;
		  background-image: url(../img/exterior/8.jpg);
	}
	#exterior9{
	  background-position:center center;
		  background-image: url(../img/exterior/9.jpg);
	}
	#exterior10{
	  background-position:center center;
		  background-image: url(../img/exterior/10.jpg);
	}
	#exterior11{
	  background-position:center center;
		  background-image: url(../img/exterior/11.jpg);
	}
	#exterior12{
	  background-position:center center;
		  background-image: url(../img/exterior/12.jpg);
	}	
	#exterior13{
	  background-position:center center;
		  background-image: url(../img/exterior/13.jpg);
	}
	#exterior14{
	  background-position:center center;
		  background-image: url(../img/exterior/14.jpg);
	}
	#exterior15{
	  background-position:center center;
		  background-image: url(../img/exterior/15.jpg);
	}
	#exterior16{
	  background-position:center center;
		  background-image: url(../img/exterior/16.jpg);
	}
	#exterior17{
	  background-position:center center;
		  background-image: url(../img/exterior/17.jpg);
	}#exterior18{
	  background-position:center center;
		  background-image: url(../img/exterior/18.jpg);
	}
	
	
	
	
	#facility1{
	  background-position:center center;
		  background-image: url(../img/facility/1.jpg);
	}
	#facility2{
	  background-position:center center;
		  background-image: url(../img/facility/2.jpg);
	}
	#facility3{
	  background-position:center center;
		  background-image: url(../img/facility/3.jpg);
	}
	#facility4{
	  background-position:center center;
		  background-image: url(../img/facility/4.jpg);
	}
	#facility5{
	  background-position:center center;
		  background-image: url(../img/facility/5.jpg);
	}
	#facility6{
	  background-position:center center;
		  background-image: url(../img/facility/6.jpg);
	}
	#facility7{
	  background-position:center center;
		  background-image: url(../img/facility/7.jpg);
	}
	#facility8{
	  background-position:center center;
		  background-image: url(../img/facility/8.jpg);
	}
	#facility9{
	  background-position:center center;
		  background-image: url(../img/facility/9.jpg);
	}
	#facility10{
	  background-position:center center;
		  background-image: url(../img/facility/10.jpg);
	}
	#facility11{
	  background-position:center center;
		  background-image: url(../img/facility/11.jpg);
	}
	#facility12{
	  background-position:center center;
		  background-image: url(../img/facility/12.jpg);
	}	
	#facility13{
	  background-position:center center;
		  background-image: url(../img/facility/13.jpg);
	}
	#facility14{
	  background-position:center center;
		  background-image: url(../img/facility/14.jpg);
	}
	#facility15{
	  background-position:center center;
		  background-image: url(../img/facility/15.jpg);
	}
	
	
	#preview2{
	  background-position:right bottom;
		  background-image: url(../img/preview/seat_img.jpg);
	}
	
	
	
	#special1_1{
	  background-position:center center;
		  background-image: url(../img/special01/1.jpg);
	}
	#special1_2{
	  background-position:center center;
		  background-image: url(../img/special01/2.jpg);
	}
	#special1_3{
	  background-position:center center;
		  background-image: url(../img/special01/3.jpg);
	}
	#special1_4{
	  background-position:center center;
		  background-image: url(../img/special01/4.jpg);
	}
	#special1_5{
	  background-position:center center;
		  background-image: url(../img/special01/5.jpg);
	}
	#special1_6{
	  background-position:center center;
		  background-image: url(../img/special01/6.jpg);
	}
	#special1_7{
	  background-position:center center;
		  background-image: url(../img/special01/7.jpg);
	}
	#special1_8{
	  background-position:center center;
		  background-image: url(../img/special01/8.jpg);
	}
	
	
	
	#special2_1{
	  background-position:center center;
		  background-image: url(../img/special02/1.jpg);
	}
	#special2_2{
	  background-position:center center;
		  background-image: url(../img/special02/2.jpg);
	}
	#special2_3{
	  background-position:center center;
		  background-image: url(../img/special02/3.jpg);
	}
	#special2_4{
	  background-position:center center;
		  background-image: url(../img/special02/4.jpg);
	}
	#special2_5{
	  background-position:center center;
		  background-image: url(../img/special02/5.jpg);
	}
	#special2_6{
	  background-position:center center;
		  background-image: url(../img/special02/6.jpg);
	}
	#special2_7{
	  background-position:center center;
		  background-image: url(../img/special02/7.jpg);
	}
	#special2_8{
	  background-position:center center;
		  background-image: url(../img/special02/8.jpg);
	}
	
	
	#special3_1{
	  background-position:center center;
		  background-image: url(../img/special03/1.jpg);
	}
	#special3_2{
	  background-position:center center;
		  background-image: url(../img/special03/2.jpg);
	}
	#special3_3{
	  background-position:center center;
		  background-image: url(../img/special03/3.jpg);
	}
	#special3_4{
	  background-position:center center;
		  background-image: url(../img/special03/4.jpg);
	}
	#special3_5{
	  background-position:center center;
		  background-image: url(../img/special03/5.jpg);
	}
	
	
	#special4_1{
	  background-position:center center;
		  background-image: url(../img/special04/1.jpg);
	}
	#special4_2{
	  background-position:center center;
		  background-image: url(../img/special04/2.jpg);
	}
	#special4_3{
	  background-position:center center;
		  background-image: url(../img/special04/3.jpg);
	}
	#special4_4{
	  background-position:center center;
		  background-image: url(../img/special04/4.jpg);
	}
	#special4_5{
	  background-position:center center;
		  background-image: url(../img/special04/5.jpg);
	}
	#special4_6{
	  background-position:center center;
		  background-image: url(../img/special04/6.jpg);
	}
	#special4_7{
	  background-position:center center;
		  background-image: url(../img/special04/7.jpg);
	}
	#special4_8{
	  background-position:center center;
		  background-image: url(../img/special04/8.jpg);
	}
	
	
	#special5_1{
	  background-position:center center;
		  background-image: url(../img/special05/1.jpg);
	}
	#special5_2{
	  background-position:center center;
		  background-image: url(../img/special05/2.jpg);
	}
	#special5_3{
	  background-position:center center;
		  background-image: url(../img/special05/3.jpg);
	}
	#special5_4{
	  background-position:center center;
		  background-image: url(../img/special05/4.jpg);
	}
	#special5_5{
	  background-position:center center;
		  background-image: url(../img/special05/5.jpg);
	}
	
	
	#special6_1{
	  background-position:center center;
		  background-image: url(../img/special06/1.jpg);
	}
	#special6_2{
	  background-position:center center;
		  background-image: url(../img/special06/2.jpg);
	}
	#special6_3{
	  background-position:center center;
		  background-image: url(../img/special06/3.jpg);
	}
	#special6_4{
	  background-position:center center;
		  background-image: url(../img/special06/4.jpg);
	}
	#special6_5{
	  background-position:center center;
		  background-image: url(../img/special06/5.jpg);
	}
	#special6_6{
	  background-position:center center;
		  background-image: url(../img/special06/6.jpg);
	}
	#special6_7{
	  background-position:center center;
		  background-image: url(../img/special06/7.jpg);
	}
	#special6_8{
	  background-position:center center;
		  background-image: url(../img/special06/8.jpg);
	}
	#special6_9{
	  background-position:center center;
		  background-image: url(../img/special06/9.jpg);
	}
	#special6_10{
	  background-position:center center;
		  background-image: url(../img/special06/10.jpg);
	}
	#special6_11{
	  background-position:center center;
		  background-image: url(../img/special06/11.jpg);
	}
	#special6_12{
	  background-position:center center;
		  background-image: url(../img/special06/12.jpg);
	}
	#special6_13{
	  background-position:center center;
		  background-image: url(../img/special06/13.jpg);
	}
	#special6_14{
	  background-position:center center;
		  background-image: url(../img/special06/14.jpg);
	}
	#special6_15{
	  background-position:center center;
		  background-image: url(../img/special06/15.jpg);
	}
	#special6_16{
	  background-position:center center;
		  background-image: url(../img/special06/16.jpg);
	}
	#special6_17{
	  background-position:center center;
		  background-image: url(../img/special06/17.jpg);
	}
	#special6_18{
	  background-position:center center;
		  background-image: url(../img/special06/18.jpg);
	}
	
	
	
	#special7_5{
	  background-position:center center;
		  background-image: url(../img/special06/5.jpg);
	}
	
	#special7_1{
	  background-position:center center;
		  background-image: url(../img/special07/1.jpg);
	}
	#special7_2{
	  background-position:center center;
		  background-image: url(../img/special07/2.jpg);
	}
	#special7_3{
	  background-position:center center;
		  background-image: url(../img/special07/3.jpg);
	}
	#special7_4{
	  background-position:center center;
		  background-image: url(../img/special07/4.jpg);
	}
	#special7_5{
	  background-position:center center;
		  background-image: url(../img/special07/5.jpg);
	}
	
	
	
	#special8_1{
	  background-position:center center;
		  background-image: url(../img/special08/1.jpg);
	}
	#special8_2{
	  background-position:center center;
		  background-image: url(../img/special08/2.jpg);
	}
	#special8_3{
	  background-position:center center;
		  background-image: url(../img/special08/3.jpg);
	}
	#special8_4{
	  background-position:center center;
		  background-image: url(../img/special08/4.jpg);
	}
	#special8_5{
	  background-position:center center;
		  background-image: url(../img/special08/5.jpg);
	}
	
	
	
	
	#tour1{
	    background-image: url(../img/tour/1.jpg);
		  background-position:left center;
	}
	#tour2{
	    background-image: url(../img/tour/2.jpg);
		  background-position:left center;
	}
	#tour3{
	    background-image: url(../img/tour/3.jpg);
		  background-position:left center;
	}

