@charset 'UTF-8';
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
a, body, button, input, select, textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', 微軟正黑體, sans-serif;
    font-size: 18px;
    line-height: 32px;
    outline: 0px;
}
body {
	display: none;
	background: #0f676d;
	color: #FFF;
	min-height: 895px;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
button { cursor: pointer; }
article, aside, footer, header, hgroup, main, nav, section { display: block; }
* {
	box-sizing: border-box;
}
.CenterPage {
	width: 1280px;
	margin: 0 auto 0;
	position: relative;
}
body.PC1024 .CenterPage {
	width: 1000px;
}
body.PC640 .CenterPage {
	width: 640px;
}
.BoxRow {
	clear: both;
}
.ScrollPoint {
    position: absolute;
    margin-top: -84px;
}
.CleanList, .CleanList li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.notxt {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;	
}
body:before, body > .Decobox:before {
	content: '';
	display: block;
	position: absolute;
	width: 51%;
	height: 895px;
	top: 0;
	left: 0;
	background: repeat-x top right url(../img/KV_BG.jpg);
}
body > .Decobox:before {
	left: 49%;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
}
#header {
    height: 84px;
    position: fixed;
	pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 10;
}
#header.cover, body.PC640 #header.MMenuShow {
    height: 84px;
	background: rgba(0, 0, 0, 0.76);
}
#header .CenterPage {
	pointer-events: auto;
}
#MobileMenu {
	display: none;
}
body.PC640 #MobileMenu {
    display: block;
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    color: #FFF;
    font-size: 40px;
    box-sizing: border-box;
    height: 84px;
    cursor: pointer;
    width: 47px;
    text-align: center;
    top: 0;
    left: 30px;
}
#SocialIcon {
    position: absolute;
    height: 25px;
    top: 26px;
    right: 20px;
}
body.PC1024 #SocialIcon  {
	top: 5px;
	right: 5px;
}
#SocialIcon li {
    float: left;
    width: 25px;
    height: 25px;
	margin-right: 7px;
    position: relative;
    overflow: hidden;
}
#SocialIcon li .TA_socialButtonIcon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#SocialIcon li .TA_socialButtonIcon ul li {
    margin: 0;
	float: none;
}
body.PC640 #SocialIcon li {
	width: 45px;
	height: 45px;	
}

#SocialIcon li a {
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
}
body.PC640 #SocialIcon li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 25px;
}
#SocialIcon li a:hover {
	text-decoration: none;
}
#SocialIcon li.fb a:after {
    content: "\f09a";
	color: #8b9dc3;
}
#SocialIcon li a img {
	display: none !important;
}
#SocialIcon li.trip a:after {
    content: "\f262";
    font-size: 17px;
	color: #000;
}
body.PC640 #SocialIcon li.trip a:after {
    font-size: 30px;
}
#SocialIcon li.lang a {
	box-sizing: border-box;
	border: 1px solid #FFF;
	background: none;
	color: #FFF;	
}
#SocialIcon li.lang_en a {
    font-size: 11px;
}
#SocialIcon li.lang_zh a {
	font-size: 18px;
}
body.PC640 #SocialIcon li.lang {
}
body.PC640 #SocialIcon > li:nth-child(1) {
    position: absolute;
	left: -366px;	
}
body.PC640 #SocialIcon > li:nth-child(2) {
    position: absolute;
	left: -314px;	
}

h1.LogoCI {
	margin: 0;
	height: 84px;
	width: 200px;
	float: left;
	position: relative;
}
body.PC1024 h1.LogoCI {
	width: 182px;
}
body.PC640 h1.LogoCI {
	float: none;
	margin: 0 auto 0;
}
h1.LogoCI a {
	background: no-repeat center url(../img/ci.png);
}
#Menu {
	height: 84px;
	margin-left: 135px;
}
body.PC1024 #Menu, body.PC640 #Menu {
	margin-left: 100px;
}
body.PC640 #Menu {
	display: none;	
}
body.PC640 #Menu.Activity {
	display: block;
    margin: 0;
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	left: 0;
}
#Menu li {
	float: left;
}
#Menu li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	height: 41px;
	text-indent: 100%;
	color: #ffffff;
	margin-top: 21px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 147px;
}
body.PC1024 #Menu li a {
	margin-top: 35px;
	width: 135px;
}
body.PC640 #Menu li a {
	margin-top: 0;
	width: 152px;	
}
#Menu li a:hover {
	background-position: bottom left;
}
#Menu li.About a {
	background-image: url(../img/m_about.png);
}
#Menu li.News a {
	background-image: url(../img/m_news2.png);
}
#Menu li.Rooms a {
	background-image: url(../img/m_rooms.png);
}
#Menu li.Location a {
	background-image: url(../img/m_location.png);
}
#Menu li.Reservation a {
	background-image: url(../img/m_reservation.png);
}
#Menu li.Contact a {
	background-image: url(../img/m_contact.png);
}
body.PC640 #Menu.Activity li {
    float: none;
    background: rgba(50, 50, 50, 0.7);
}
body.PC640 #Menu li a {
	box-sizing: content-box;
    margin: 0 auto 0;
    width: 640px;
    padding: 10px;
	text-indent: 0;
	background: none !important;
	position: relative;
}
body.PC640 #Menu li a:hover {
	text-decoration: none;
}
body.PC640 #Menu.Activity li:hover {
    background: rgba(50, 50, 50, 0.9);
}
body.PC640 #Menu li a:before {
	content: '';
    position: absolute;
	width: 43px;
	height: 41px;
	background-position: left top;
	background-repeat: no-repeat;
}
body.PC640 #Menu li.About a:before {
	background-image: url(../img/m_about.png);
}
body.PC640 #Menu li.News a:before {
	background-image: url(../img/m_news2.png);
}
body.PC640 #Menu li.Rooms a:before {
	background-image: url(../img/m_rooms.png?d=20160823);
}
body.PC640 #Menu li.Location a:before {
	background-image: url(../img/m_location.png);
}
body.PC640 #Menu li.Reservation a:before {
	background-image: url(../img/m_reservation.png);
}
body.PC640 #Menu li.Contact a:before {
	background-image: url(../img/m_contact.png);
}
body.PC640 #Menu li:hover a {
	color: #f68b33;
}
body.PC640 #Menu li:hover a:before {
	background-position: left bottom;
}
body.PC640 #Menu li a span {
	display: inline-block;	
}
body.PC640 #Menu li a span[lang="zh"] {
	margin-left: 50px;
	font-size: 22px;	
}
body.PC640 #Menu li a span[lang="en"] {
	margin-left: 5px;
	font-size: 18px;	
}

#Menu li .dropdown{
	display: block;
	white-space: nowrap;
/* 	overflow: hidden; */
	min-height: 41px;
	text-indent: 100%;
	color: #ffffff;
	margin-top: 21px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 147px;
}
/* #Menu li > .dropdown{ text-indent: -9999px;} */
body.PC1024 #Menu li .dropdown{
	margin-top: 35px;
	width: 135px;
}
body.PC640 #Menu li .dropdown{
	margin-top: 0;
	width: 152px;	
}

body.PC640 #Menu li .dropdown{margin: 0 auto 0;
    width: 640px;
    padding: 10px;
	text-indent: 0;
	background-color: #f60 !important;
	position: relative; display: none !important;}
body.PC640 #Menu li .dropdown:before {
	content: '';
    position: absolute;
	width: 43px;
	height: 41px;
	background-position: left top;
	background-repeat: no-repeat;
}
#Menu li.Rooms .dropdown {
	background-image: url(/img/m_rooms.png?d=20230616);
}
body.PC640 #Menu li.Rooms .dropdown:before {
	background-image: url(/img/m_rooms.png?d=20230616);
}
#Menu li.mb{ display: none !important; }

.dropdown-content { padding-top: 10px; font-size: 1em; display: none; position: absolute; top:41px; left: 45px; min-width: 100px; box-shadow: 5px 5px 16px rgba(0,0,0,0.2); z-index: 99;}
.dropdown-content button{ width: 100%; padding: 5px 20px; border: 0; display: block; text-align: center; }
.dropdown-content button:hover{ color: #fff; background: #0f676d; }
.dropdown-content a { color: #fff !important; padding: 8px 15px; text-align: left; text-decoration: none; display: block;}
.dropdown-content a:hover { color: #fff !important; background-color: #191d2b;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown .dropbtn { position: relative; text-decoration:none; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all;}
.dropdown .dropbtn span{ text-indent: -9999px; display: none; }
.dropdown:hover .dropbtn { color: #191d2b;}

.rent_wrap{ margin-bottom: 50px; padding: 0 55px; overflow: hidden; position: relative; z-index: 1; }
.rent_wrap .rent_txt{ float: left; width: 60%; }
.rent_wrap .rent_img{ float: left; width: calc(100% - 60% -40px); margin-left: 40px; }
.rent_wrap .rent_img img{ width: auto; max-height: 500px; }

@media all and (max-width: 1015px) {
	.mb{ display: block !important; }
	.rent_wrap{ padding: 0 20px;}
	.rent_wrap .rent_txt{ float: none; width: 100%; }
	.rent_wrap .rent_img{ float: none; width: 100%; margin-left: 0px; text-align: center; }
}

#Vision {
	z-index: 5;
}
#Vision .Mask {
	width: 1280px;
	height: 650px;
	overflow: hidden;
	position: relative;
}
body.PC1024 #Vision .Mask {
	width: 1000px;
}
body.PC640 #Vision .Mask {
	width: 640px;
	height: 420px;
}
#Vision .Mask .Scrolling {
	width: 9999px;
	height: 650px;
	position: absolute;
}
body.PC640 #Vision .Mask .Scrolling {
	height: 420px;
}
#Vision .Mask .VisionBox {
	width: 1280px;
	height: 650px;
	background: no-repeat center;
	background-size: cover;
	float: left;
}
body.PC1024 #Vision .Mask .VisionBox {
	width: 1000px;
}
body.PC640 #Vision .Mask .VisionBox {
	width: 640px;
	height: 420px;
}
#Vision .dots {
	position: absolute;
	width: 110px;
	height: 15px;
	left: 50%;
	margin-left: -55px;
	bottom: 46px;
}
body.PC640 #Vision .dots {
	bottom: 23px;
}
#Vision .dots .dot {
	float: left;
	width: 16px;
	height: 15px;
	margin: 0 3px;
	cursor: pointer;
	background: #FFF;
	border: 3px solid #FFF;
	border-radius: 50%;
}
#Vision .dots .dot.Activity {
	background: #46c7aa;
}
.CenterPage h2 {
	margin: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 140px;
	background: no-repeat left top;
}
#AboutBox h2 {
	height: 134px;
	background-image: url(../img/topic_about.png);
}
body#en #AboutBox h2 {
	height: 108px;	
	background-image: url(../img/topic_about_E.png);
}
#AboutBox .content {
	margin: 0 0 0 60px;
	width: 560px;
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
body#en .content {
	font-size: 18px;
	line-height: 24px;
}
#AboutBox .content p{
	margin: 0;
}
body.PC1024 #AboutBox .content {
	width: 410px;
	font-size: 17px;
}
#AboutBox {
	background: bottom center repeat-x url(../img/About_BG.gif);
}
#AboutBox .CenterPage {
	height: 450px;
}
body.PC640 #AboutBox .CenterPage {
	height: 900px;
	background-position: top right;
}
#AboutBox #PhotoList {
	position: absolute;
	top: 0;
	right: 0;
	height: 450px;
	width: 600px;
}
body.PC1024 #AboutBox #PhotoList {
	width: 500px;
}
body.PC640 #AboutBox #PhotoList {
	width: 640px;
	top: 450px;
}
#AboutBox #PhotoList .photo-block {
	width: 150px;
	height: 150px;
	position: relative;
	float: left;
}
body.PC1024 #AboutBox #PhotoList .photo-block {
	width: 125px;
}
body.PC640 #AboutBox #PhotoList .photo-block {
	width: 160px;
}
#AboutBox #PhotoList .photo-block .item_img {
	width: 150px;
	height: 150px;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
body.PC1024 #AboutBox #PhotoList .item_img {
	width: 125px;
}
body.PC640 #AboutBox #PhotoList .item_img {
	width: 160px;
}
#AboutBox #PhotoList .photo-block.NoHover .item_img {
	cursor: default;
}
#AboutBox #PhotoList .photo-block .item_img:after, #AboutBox #PhotoList .photo-block .item_img:after {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border: 0px solid #8de1c9;
}
#AboutBox #PhotoList .photo-block:not(.NoHover):hover .item_img:after, #AboutBox #PhotoList .photo-block:not(.NoHover).Activity .item_img:after {
	border-width: 6px;
}
body.PC1024 #AboutBox #PhotoList .photo-block:not(.NoHover):hover .item_img:after {
	width: 125px;
}
body.PC640 #AboutBox #PhotoList .photo-block:not(.NoHover):hover .item_img:after {
	width: 160px;
}

#NewsBox .Col2 {
	display: flex;
	display: -ms-flexbox;
	justify-content:center;
	-ms-flex-pack: center;
	align-items: stretch;
	-ms-flex-align: stretch;
	flex-wrap: nowrap;
	-ms-flex-wrap: none;
}
#NewsBox .Col2 .ColBox {
	width: 640px;
	flex: 1 1 640px;
	-ms-flex: 1 1 640px;
	position: relative;
}
#NewsBox .Col2 .ColBox.News:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 85%;
	background: #818181;
	right: 0;
	top: 44px;
}
#NewsBox .Col2 .ColBox.NewsPromo:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 85%;
	background: #4d787b;
	left: 0;
	top: 44px;
}
body.PC1024 #NewsBox .Col2 {
	width: 990px;
}
body.PC1024 #NewsBox .Col2 .ColBox.News {
	width: 350px;
	flex: 1 1 350px;
	-ms-flex: 1 1 350px;
}
body.PC640 #NewsBox .Col2 {
	width: 640px;
}
body.PC640 #NewsBox .Col2 .ColBox {
	width: 320px;
	flex: 1 1 320px;
	-ms-flex: 1 1 320px;
}
#NewsBox h2 {
	height: 139px;
	background-image: url(../img/topic_news.png);
}
#NewsBox .NewsPromo h2 {
	height: 139px;
	background-image: url(../img/topic_news2.png);
}
body#en #NewsBox h2 {
	background-image: url(../img/topic_news_E.png);
}
body#en #NewsBox .NewsPromo h2 {
	background-image: url(../img/topic_news2_E.png);
}
#NewsBox {
	background: #095056;
}
#NewsList, #NewsPromoList {
	height: 470px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}
#NewsBox .NewsListLink {
	cursor: pointer;
	position: absolute;
	border: 1px solid #8de0c8;
	border-radius: 4px;
	color: #8de0c8;
	background: none;
	padding: 0 6px;
	line-height: 30px;
	height: 30px;
	right: 60px;
	top: -54px;
}
body.PC640 #NewsList .NewsListLink {
	right: 45px;
}
#NewsList .NewsBTN, #NewsPromoList .NewsBTN {
	height: 62px;
	width: 60px;
	position: absolute;
	border: 0 none;
	display: block;
	background: no-repeat url(../img/narr.png);
	top: 137px;
}
body.PC640 #NewsList .NewsBTN, body.PC640 #NewsPromoList .NewsBTN {
	width: 45px;
	padding: 0;
}
#NewsList .NewsPrevBTN, #NewsPromoList .NewsPrevBTN {
	left: 0;
	background-position: left;
}
#NewsList .NewsNextBTN, #NewsPromoList .NewsNextBTN {
	right: 0;
	background-position: right;
}
#NewsList .Mask, #NewsPromoList .Mask {
	width: 520px;
	position: absolute;
	height: 470px;
	margin: 0 60px;
	overflow: hidden;
}
body.PC1024 #NewsList .Mask {
	width: 230px;
}
body.PC1024 #NewsPromoList .Mask {
	width: 520px;
}
body.PC640 #NewsList .Mask, body.PC640 #NewsPromoList .Mask {
	margin: 0 45px;
	width: 230px;
}
#NewsList .Mask .Scrolling, #NewsPromoList .Mask .Scrolling {
	width: 99999px;
	height: 470px;
	position: absolute;
}
#NewsList .Mask .item_block, #NewsPromoList .Mask .item_block {
	padding-top: 6px;
	margin: 0 60px 0 0;
	width: 230px;
	float: left;
	cursor: pointer;
}
#NewsList .Mask .item_block .item_img, #NewsPromoList .Mask .item_block .item_img {
	width: 230px;
	height: 230px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}
#NewsList .Mask .item_block .item_img:after, #NewsPromoList .Mask .item_block .item_img:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: center no-repeat url(../img/newsBG.png);
}
#NewsList .Mask .item_block .item_topic, #NewsPromoList .Mask .item_block .item_topic {
	padding-top: 26px;
	color: #e3e3e3;
	font-weight: 400;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
#NewsList .Mask .item_block:hover .item_topic, #NewsPromoList .Mask .item_block:hover .item_topic {
	color: #8de1c9;
}
#NewsList .Mask .item_block .item_more, #NewsPromoList .Mask .item_block .item_more {
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	width: 130px;
	height: 58px;
	margin: 16px auto 0;
	background: no-repeat center top url(../img/more.png);
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	text-align: center;
}
#NewsList .Mask .item_block:hover .item_more, #NewsPromoList .Mask .item_block:hover .item_more {
	background-position: center bottom;
}
#RoomsBox h2 {
	background-image: url(../img/topic_rooms.png);
}
body#en #RoomsBox h2 {
	background-image: url(../img/topic_rooms_E.png);
	height: 120px;
}
#RoomsBox h3 {
	box-sizing: border-box;
	width: 100%;
	padding-left: 55px;
	margin: 0;
	line-height: 25px;
	padding-bottom: 38px;
	color: #e7b350;
	height: 60px;
    overflow: hidden;
	font-size: 25px;
	font-weight: normal;
}
#RoomsBox h3 span[lang="en"] {
	color: #a4a4a4;
	font-size: 15px;
}
body#en #RoomsBox h3 span[lang="en"] {
	font-size: 25px;
	color: #a4a4a4;
}
#RoomsBox h4 {
	margin: 25px 0 0;
	box-sizing: border-box;
	width: 100%;
	line-height: 50px;
	color: #fff;
	height: 50px;
    overflow: hidden;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 2px solid #818181;
}
#RoomsBox h4 span[lang="en"] {
	color: #fff;
	font-size: 12px;
}
body#en #RoomsBox h4 span[lang="en"] {
	font-size: 30px;
}
#RoomsBox h5 {
	margin: 0 35px;
	line-height: 48px;
	font-size: 25px;
	color: #e3e3e3;
	font-weight: normal;
}
#RoomsBox h5 b {
	font-weight: normal;
	color: #66b5ba;
}
#HotelFacilitiesVision {
	width: 1280px;
	height: 426px;
	background: url(../img/hotelservice.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
}
body.PC1024 #HotelFacilitiesVision {
    width: 1000px;
    background-position: -240px;
}
body.PC640 #HotelFacilitiesVision {
    width: 640px;
    background-position: -left;
}
#HotelFacilities {
	width: 1170px;
	margin: 0 auto 0;
	padding-bottom: 30px;
}
body.PC1024 #HotelFacilities {
	width: 915px;	
}
body.PC640 #HotelFacilities {
	width: 600px;	
}
#HotelFacilities ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#HotelFacilities ul li {
	line-height: 32px;
	font-size: 20px;
	color: #e3e3e3;
	position: relative;
	margin-left: 35px;
}
#HotelFacilities ul li:before {
	content: '\f0d7';
	display: inline-block;
	position: absolute;
	padding-right: 15px;
	height: 32px;
	margin-left: -30px;
	font: normal normal normal 14px/1 FontAwesome;	
	line-height: 32px;
}
#HotelFacilities .FacilityBlock {
	float: left;
	width: 362px;
	margin-right: 42px;
	position: relative;
    z-index: 1;
}
body.PC1024 #HotelFacilities .FacilityBlock {
	width: 279px;	
	margin-right: 39px;
}
body.PC640 #HotelFacilities .FacilityBlock {
	width: 640px !important;
	margin: 0;
	float: none;
}
#HotelFacilities #Laundromat {
	float: left;
	width: 46%;
}
#HotelFacilities #Playroom {
	float: right;
	width: 46%;
}
#HotelFacilities #Lobby {
	float: none;
	width: 100%;
	margin-right: 0;
}
#HotelFacilities #Kid {
	width: 50%;
}
#HotelFacilities #Kid ul {
	margin-top: 8px;
}
#Lobby ul {
	margin: 0 35px;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
}
#Lobby ul.underline {
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
body.PC640 #HotelFacilities #Lobby ul {
  -moz-column-count:1; /* Firefox */
  -webkit-column-count:1; /* Safari and Chrome */
	column-count: 1;
}
#RoomsBox {
	background: repeat-x top center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAYAAAB2BDbRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODNEMThDMzg2QkMzNDdCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQkJGMTFCQzhBMTMxMUU3QUMxRUNFMTcxMzRBNDBCRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQkJGMTFCQjhBMTMxMUU3QUMxRUNFMTcxMzRBNDBCRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ4MDExNzQwNzIwNjgxMTgyMkFCMjU5MkE0MzRDMUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgzRDE4QzM4NkJDMzQ3QkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wxrI6AAAAQ0lEQVR42kSMyREAIAgDo4VbkPX5EMFj4iB+dhZCyNJqyQBGwIhOqO8SbUNog3YDiYZG8EZs1pL5sT+YtEVb344AAwC5DyPOzSy3PQAAAABJRU5ErkJggg==);
}

#LocationBox h2 {
	background-image: url(../img/topic_location.png);
}
body#en #LocationBox h2 {
	background-image: url(../img/topic_location_E.png);
	height: 129px;
}
#GMap {
	float: left;
	width: 640px;
	height: 500px;
	margin-left: 90px;
	border: 0 none;
	display: block;
	overflow: hidden;
}
body.PC1024 #GMap {
	width: 500px;
	margin-left: 0;
}
body.PC640 #GMap {
	width: 500px;
	float: none;
	margin: 0 auto 0;
}
#LocationInfo {
	width: 590px;
	box-sizing: border-box;
	margin-left: 730px;
	padding-left: 64px;
	position: relative;
}
body.PC1024 #LocationInfo {
	width: 500px;
	margin-left: 500px;
}
body.PC640 #LocationInfo {
	margin-left: 0;
	margin-top: 20px;
	position: relative;
}
#LocationInfo .info_block {
	padding-left: 61px;
	background: no-repeat left top url(../img/MapICON.png);
	min-height: 51px;
	margin-bottom: 25px;
}
body.PC640 #LocationInfo .info_block:last-child {
	margin-bottom: 0;
}
#LocationInfo .info_block .item_topic {
	color: #FFF;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;	
}
#LocationInfo .info_block .item_link {
	font-size: 21px; 
	color: #ff6600;
	overflow: auto;
}
#LocationInfo .info_block .item_link a {
	font-size: 21px; 
	color: #8de1c9;
	font-weight: 400;
	line-height: 28px;
	white-space: nowrap;
	margin-right: 10px;
}
#RoomsList {
	width: 1280px;
	background: 
		no-repeat top right url(../img/roomsBG_T.png),
		no-repeat bottom right url(../img/roomsBG_B.png),
		repeat-y top right url(../img/roomsBG.png);
	background-size: contain;
	padding: 62px 88px 80px;
}
body.PC1024 #RoomsList {
	width: 1000px;
	padding: 50px 65px 70px;
}
body.PC640 #RoomsList {
	width: 640px;
	background: 
		no-repeat top right url(../img/roomsBG640_T.png),
		no-repeat bottom right url(../img/roomsBG640_B.png),
		repeat-y top right url(../img/roomsBG640.png);
	background-size: auto;
	padding: 62px 88px 80px 88px;
}
#RoomsList:after {
	content: '';
	display: block;
	clear: both;
}
.room_item {
	width: 215px;
	height: 234px;
	margin: 0 50px 20px 0;
	float: left;
	cursor: pointer;
	color: #2e2e2e;
	text-align: center;
	background: no-repeat center bottom url(../img/roomTitleBG.png);
}
body#en .room_item {
	background-image: url(../img/roomTitleBG_E.png);
}
body.PC1024 .room_item {
	width: 180px;
	margin: 0 25px 10px 0;
}
body.PC640 .room_item {
    margin: 0 34px 20px 0;
}
.room_item:nth-child(2n) {
	margin-right: 144px;
}
body.PC1024 .room_item:nth-child(2n) {
	margin-right: 97px;
}
body.PC640 .room_item:nth-child(2n) {
	margin-right: 0;
}
.room_item:nth-child(4n), body.PC1024 .room_item:nth-child(4n) {
	margin-right: 0;
}
.room_item .item_img {
	width: 215px;
	height: 166px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}
body.PC1024 .room_item .item_img {
	width: 180px;
}
.room_item .item_img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: no-repeat center url(../img/roomPhotoBG.png);
	background-size: 100% 100%;
}
.room_item .item_topic {
	margin-top: 8px;
	line-height: 33px;
	font-size: 21px;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	position: relative;
}
body#en .room_item .item_topic {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	line-height: 25px;
	font-size: 18px;
}
.room_item .item_topic .sub {
	font-size: 14px;
	position: absolute;
	top: 23px;
	left: 0;
    width: 100%;
    line-height: 12px;
}
#ReservationBox h2 {
	background-image: url(../img/topic_reservation.png);
}
body#en #ReservationBox h2 {
	background-image: url(../img/topic_reservation_E.png?v=2);
	height: 125px;
}
#ReservationData {
	height: 157px;
	margin-left: 90px;
}
body.PC1024 #ReservationData {
	margin-left: 90px;	
}
body.PC640 #ReservationData {
	margin-left: 0;	
}
#ReservationData a.hightlight {
	width: 200px;
	height: 157px;
	margin-right: 15px;
	display: block;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
body.PC640 #ReservationData #DownloadOP_ENG {
	margin-right: 0 !important;	
}
#Booking {
	background-image: url(../img/Booking.png);
    background-size: contain;
}
body#en #Booking {
	background-image: url(../img/Booking_E.png);
    background-size: contain;
}
#DownloadOP_CHT {
	background-image: url(../img/DownloadOP_CHT.png);
}
#DownloadOP_ENG {
	background-image: url(../img/DownloadOP_ENG.png);
	margin-right: 30px !important;
}
#Ticket_C {
	background-image: url("../img/Ticket_C.svg");
}
#Ticket_E {
	background-image: url("../img/Ticket_E.svg");
}
#ReservationNote {
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #e3e3e3;
	padding-bottom: 30px;
}
body.PC1024 #ReservationNote {
	font-size: 17px;	
	margin-top: 15px;
}
body.PC640 #ReservationData {
	height: auto;
}
body.PC640 #ReservationNote {
	clear: both;
	width: 560px;
	padding-top: 15px;
	margin: 0 auto 0;
	float: none;
}
#ReservationNote a {
	color: #8de1c9;
}
#BigSocialIcon {
	padding: 5px 0 155px 0;
	height: 100px;
	width: 880px;
	margin: 0 auto 0;
}
body.PC640 #BigSocialIcon {
	width: 640px;
}
#BigSocialIcon li {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 6px solid #c2b17f;
	border-radius: 50%;
	float: left;
	margin: 0 36px;
}
body.PC640 #BigSocialIcon li {
	margin: 0 14px;
}
#ContactBox {
	background: top center repeat url(../img/ContactBG.png);
}
#ContactBox h2 {
	background-image: url(../img/topic_contact.png);
}
body#en #ContactBox h2 {
	background-image: url(../img/topic_contact_E.png);
	height: 110px;
}
#ContactInfo {
	color: #e3e3e3;
	font-family: Arial;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	padding: 0 0 20px 252px;
	background: no-repeat top left url(../img/footci.png);
    width: 682px;
    margin: 0 auto 0;
	position: relative;
}
#ContactInfo #fawn_ci {
	display: block;
	position: absolute;
	left: 0;
	top: 85px;
	width: 242px;
	height: 85px;
	background: url("../img/fawn_ci.png?v=w") no-repeat -17px top;
}
body.PC640 #ContactInfo {
    width: 640px;
}
#ContactInfo .small {
	font-size: 15px;
}
#BigSocialIcon li {
	background: no-repeat center #00666d;
	position: relative;
}
#BigSocialIcon li a, #BigSocialIcon li span {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
#BigSocialIcon li.fb {
	background-image: url(../img/fb.png);
}
#BigSocialIcon li.fbmsg {
	background-image: url(../img/fbmsg.png);
}
#BigSocialIcon li.line {
	background-image: url(../img/line.png);
}
#BigSocialIcon li.qq {
	background-image: url(../img/qq.png);
}
#BigSocialIcon li.wechat {
	background-image: url(../img/wechat.png);
}
#BigSocialIcon li.kakaotalk {
	background-image: url(../img/kakaotalk.png);
}
#BigSocialIcon li.whatsapp {
	background-image: url(../img/whatsapp.png);
}
#ScrollTop {
	position: fixed;
	width: 60px;
	height: 60px;
	background: no-repeat center;
	background-image: url(../img/ScrollTop.png);
	cursor: pointer;
	bottom: 100px;
	left: 92%;
	z-index: 10;
	display: none;
}
#POPCover {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	z-index: 99;
}
#POPWindow {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#POPWindow > button, #POPWindow > button, #POPWindow > button, #POPWindow .POPIMG > button {
	border: 0 none;
	background: none center no-repeat;
	cursor: pointer;
	position: absolute;	
}
#POPWindow .POPArr, #POPWindow .POPIMG .ROOMPOPArr {
	background-image: url(../img/poparr.png);
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: -18.5px;
}
#POPWindow .ArrLeft {
	background-position: left !important;
	left: 50%;
	margin-left: -357px;	
}
#POPWindow .ArrRight {
	background-position: right !important;
	left: 50%;
	margin-left: 320px;	
}
#POPWindow.HTML > .ArrLeft {
	margin-left: -637px;	
}
#POPWindow.HTML > .ArrRight {
	margin-left: -600px;	
}
body.PC640 #POPWindow .POPArr.ArrLeft {
	margin-left: -320px !important;
}
body.PC640 #POPWindow .ArrRight {
	margin-left: 283px !important;
}
#POPWindow #POPClose {
	width: 41px;
	height: 40px;
	position: absolute;
	background-image: url(../img/popclose.png);
	left: 50%;
	margin-left: 420px;	
	top: 10px;
}
#POPWindow.HTML #POPClose {
	margin-left: 559px;	
}
body.PC1024 #POPWindow.HTML #POPClose {
	margin-left: 459px;	
}
body.PC640 #POPWindow #POPClose {
	margin-left: 279px;
	top: 0;
	left: auto;
	margin-top: 0;
	right: 0;
}
#POPWindow.HTML.List h3.POPTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -362px;
	margin-left: -620px;
	width: 180px;
	height: 74px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABKCAYAAABpcbyXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODNEMThDMzg2QkMzNDdCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTc4NDJFNThCMEUxMUU3OEJCNkIzQzBEOTlFOTM5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTc4NDJFNDhCMEUxMUU3OEJCNkIzQzBEOTlFOTM5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ4MDExNzQwNzIwNjgxMTgyMkFCMjU5MkE0MzRDMUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgzRDE4QzM4NkJDMzQ3QkIiLz4gPC9yZGY6RGVzY3Jp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);
}
#POPWindow.HTML.List h3.POPTitle.News {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABKCAYAAABpcbyXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODNEMThDMzg2QkMzNDdCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODFCMUNFNThCMEUxMUU3QjEwN0ExNDFBODUxRkMwNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODFCMUNFNDhCMEUxMUU3QjEwN0ExNDFBODUxRkMwNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ4MDExNzQwNzIwNjgxMTgyMkFCMjU5MkE0MzRDMUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgzRDE4QzM4NkJDMzQ3QkIiLz4gPC9yZGY6RGVzY3Jp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);
}
#POPWindow.HTML.List h3.POPTitle.NewsPromo_E {
	background-image: url(../img/list_news2.png);
}
#POPWindow.HTML.List h3.POPTitle.News_E {
	background-image: url(../img/list_news.png);
}
#POPWindow.HTML .POPfooter {
	position: absolute;
	left: 50%;
	margin-left: -620px;
	width: 1233px;
	text-align: center;
	color: #449a81;
	line-height: 100px;
	top: 50%;
}
body.Phone.PC640 #POPWindow.HTML .POPfooter {
	top: auto;
	margin-top: 0;
	bottom: 0px;
}
#POPContent {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	overflow-y: auto;
}
#POPWindow.HTML #POPContent {
	width: 1280px;
	margin-left: -640px;
}
#POPWindow.HTML.List #POPContent {
	max-width: 1233px;
}
body.PC1024 #POPWindow.HTML.List #POPContent {
	max-width: 1000px;
}
body.PC1024 #POPWindow.HTML.List h3.POPTitle {
	margin-left: -500px;
}
body.PC640 #POPWindow #POPContent {
	width: 566px;
	margin-left: -283px;
}
body.PC1024 #POPWindow.HTML #POPContent {
	width: 1000px;
	margin-left: -500px;
}
body.PC640 #POPWindow.HTML #POPContent {
	width: 566px;
	margin-left: -283px;
}
body.PC640 #POPWindow.HTML.List #POPContent {
	width: 566px;
	margin-left: -283px;
}
body.PC640 #POPWindow.HTML.List h3.POPTitle {
	margin-left: -283px;
}
body.Phone.PC640 #POPWindow.HTML.List h3.POPTitle {
	top: 20px;
	margin-top: 0;
}
.POPIMG {
	background: no-repeat center;
	background-size: contain;
}
body.Phone .POPIMG {
	height: auto !important;
}
.IMGNOTE {
	text-align: center;
	color: #FFF;
	line-height: 30px;
}
body.Phone .IMGNOTE {
	padding-bottom: 100px;
}
#POPWindow.HTML .POPIMG {
	width: 580px;
	margin: 0 10px;
	float: left;
}
body.PC1024 #POPWindow.HTML .POPIMG {
	width: 480px;
}
body.PC640 #POPWindow.HTML .POPIMG {
	width: 540px;
	float: none;
	margin: 0 auto 0;
}
.POPIMG img {
	display: block;
	width: 580px;
}
body.PC1024 .POPIMG img {
	width: 480px;
}
body.PC640 .POPIMG img {
	width: 540px;
}
.POPHtml {
	line-height: 32px;
	font-size: 18px;
	color: #9e9e9e;
	width: 550px;
	margin: 0 10px 0 630px;
	
}
#POPWindow .POPHtml {
    position: relative;
    height: 100%;
    overflow-y: auto;
}
#POPWindow .POPHtml a {
	color: #9e9e9e;
	text-decoration: underline;
}
#POPWindow.List .POPHtml {
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0;
	width: 100%;
}
body.PC640 #POPWindow .POPHtml {
	height: auto;
}
body#en .POPHtml {
	line-height: 25px;	
}
body.PC1024 .POPHtml {
	width: 450px;
	margin: 0 10px 0 530px;
}
body.PC640 #POPWindow.HTML .POPHtml {
	margin: 0 auto 0;
	width: 540px;
	padding-bottom: 20px;
}
.POPHtml h3, .POPHtml p {
	margin: 0 0 15px 0;
}
.POPHtml h3 {
	line-height: 40px;
	font-size: 25px;
	color: #eaeaea;
	font-weight: normal;
}
.POPHtml img {
	max-width: 530px;
}
.POPHtml .date {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #eaeaea;
	margin-right: 8px;
}
.POPHtml .date:empty {
	margin-right: 0;
}
.POPHtml .source {
	font-size: 20px;
	color: #449a81;
}
body.PC1024 .POPHtml img {
	max-width: 430px;
}
body.PC640 .POPHtml h3 {
	margin-top: 15px;	
}
body.Phone.PC640 #POPWindow.HTML .POPHtml {
	margin: 80px 0;
	overflow-y: scroll;
}
#POPWindow.ROOM .POPIMG {
	margin: 0;
	position: relative;
	height: 100%;
	width: 640px;
}
body.PC1024 #POPWindow.ROOM .POPIMG {
	width: 506px;
}
#POPWindow.ROOM .POPHtml {
	width: 490px;
	margin: 0 10px 0 690px;
}
body.PC1024 #POPWindow.ROOM .POPHtml {
	margin: 0 10px 0 510px;
	width: 470px;
}
#POPWindow.ROOM .POPIMG .mask {
	width: 506px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;	
	height: 100%;
}
#POPWindow.ROOM .POPIMG .scrolling {
	width: 5600px;
	position: absolute;
	height: 100%;
}
#POPWindow.ROOM .POPIMG .Photo_Block {
	width: 506px;
	height: 100%;
	position: relative;
	float: left;
}
#POPWindow.ROOM .Room_cost {
	padding-top: 30px;
	text-align: right;
	font-size: 25px;
	color: #AAA;	
}
#POPWindow.ROOM .Room_cost sub {
	vertical-align: baseline;
    font-size: 15px;
}
#POPWindow.ROOM .Room_cost b {
	color: #ff8100;
}
#POPWindow.ROOM .POPIMG .Photo_Block .item_img {
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: contain;
}
#POPWindow.ROOM .POPIMG .Photo_Block .item_txt {
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	position: absolute;
	width: 100%;
	padding: 15px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#POPWindow.ROOM .ArrLeft {
	left: 0;
	margin-left: 0;
}
#POPWindow.ROOM .ArrRight {
	right: 0;
	margin-right: 0;
	left: auto;
	margin-left: 0;
}
.ROOM .PhotoList {
	overflow: auto;
	margin-left: -10px;
}
.ROOM .PhotoList li {
	width: 90px;
	height: 90px;
	margin: 0 0 10px 10px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
	cursor: pointer;
	float: left;
}
body.PC1024 .ROOM .PhotoList li {
	width: 85px;
	height: 85px;
	margin: 0 0 10px 10px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
	cursor: pointer;
	float: left;
}
.ROOM .PhotoList li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	border: 0px solid #8de1c9;
}
.ROOM .PhotoList li:hover:after, .ROOM .PhotoList li.Activity:after {
	border-width: 6px;
}
body.PC1024 .ROOM .PhotoList li:hover:after, body.PC1024 .ROOM .PhotoList li.Activity:after {
	border-width: 5px;
}
#POPWindow.ROOM .booking_line {
	text-align: center;
	padding-top: 20px;	
}
#POPWindow.ROOM .booking_line a {
	display: inline-block;
	width: 126px;
	height: 65px;
	background: no-repeat center url(../img/parking.png);		
}
body#en #POPWindow.ROOM .booking_line a {
	background: no-repeat center url(../img/parking_E.png);		
}
body.Phone #POPWindow.ROOM .POPIMG {
	height: 540px !important;
}
#ListBox, #ListBox li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ListBox {
	margin-top: 20px;
}
#ListBox li {
	padding: 15px 0;
	border-bottom: 1px solid #555;
	cursor: pointer;
}
#ListBox li h4 {
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	color: #449a81;
	font-weight: normal;
}
#ListBox li:hover h4 {
	text-shadow: 0px 0px 1px #449a81;
}
#ListBox li .date, #ListBox li .source {
	padding-top: 3px;
	line-height: 35px;
}
#ListBox li .date:empty, #ListBox li .source:empty {
	display: none;
}
#ListBox li .date {
	font-size: 14px;
	color: #eaeaea;
	padding-right: 8px;
}
#ListBox li .source {
	font-size: 20px;
	color: #449a81;
}
.POPfooter .pagechange {
	font-size: 25px;
}
.POPfooter .pagechange .page_icon {
	cursor: pointer;
	padding: 0 10px;
	margin: 0 25px;
}
body.PC640 .POPfooter .pagechange .page_icon {
	margin: 0 5px;
}
#POPWindow .POPHtml a.UrlSource {
	text-align: right;
	color: #449a81;
	display: block;
	margin-right: 5px;
}
#LightBoxPOP {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#LightBoxPOP .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
#POPLightClose {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background: url("/img/LBoxpopClose.png") center no-repeat;
    border: 0 none;
}
#LightBoxPOP .content {
    background: #000;
    position: relative;
    box-sizing: border-box;
    max-width: 1486px;
    width: calc(100vw - 120px);
    padding: 60px;
    height: calc(100vh - 120px);
    overflow: hidden;
}
#LightBoxPOP .content .inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#LightBoxPOP .content a {
    display: flex;
    justify-content: center;
}
#LightBoxPOP .content a img {
    display: inline-block;
    outline: 0 none;
    width: 100%;
}
#LightBoxPOP .content a img.img1366 {
    max-width: 1366px;
}
#LightBoxPOP .content a img.img640 {
    max-width: 640px;
    display: none;
}
body.PC640 #LightBoxPOP .content {
    max-width: 760px;
}
body.PC640 #LightBoxPOP .content a img.img1366 {
    display: none;
}
body.PC640 #LightBoxPOP .content a img.img640 {
    display: inline-block;
}

@media all and (max-width: 1279px) {
	#HotelFacilities #Laundromat, #HotelFacilities #Playroom {
	float: none;
	width: 100%;
    }
}