.accommodation{
	display: block;
	width:107%
}

.accommodation .row{
	table-layout: fixed;
	display: table;
	height: 100%;
	width: 100%;
	border-top: 1px solid #c4c4c4;
	padding: 15px 0px;
}
.accommodation img{
	padding-left: 25px;
}
.accommodation .img{
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	width:30%;
}
.accommodation .detail{
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	width: 67%;
}
.accommodation .detail h1{
	font-size:16px;
}
.accommodation .detail h2{
	font-size:13px;
	font-weight:normal;
	margin-bottom:10px;
}
.accommodation .download{
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	width: 15%;
}
.accommodation p{
	margin-bottom: 2px!important;
}

@media screen and (max-width: 840px) {
	.accommodation {
		margin-left: 0;
		float: none;
		width: 100%;
	}

	.accommodation>.row .detail {
		max-width: 320px;
		padding-left: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.accommodation img {
		padding-left: 0px;
	}
}
@media screen and (max-width: 540px) {
	.accommodation {
		margin-left: 0;
		float: none;
		width: 100%;
	}
	.accommodation>.row {
		display: block;
	}
	.accommodation>.row .detail {
		max-width: 320px;
		padding-left: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.accommodation img {
		padding-left: 0px;
	}
	.accommodation>.row .img {
		display: inline-block;
		float: none;
		padding: 0px 0px 15px 0px;
		width: 100%;
	}
}

.mob_light_box{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;    
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mob_light_content{
	
	margin: auto;
	font-family: "Microsoft JhengHei", Arial;
	width: 80%;
	height: 80%;
	background-image: url(/images/popup/background_horizontal_3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
		box-sizing: border-box;
		position: relative; 
	   margin: auto; 
	 display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
}
.mob_light_logo{
	margin-top: 20px;
	margin-bottom: 4%;
}
.mob_light_text{
	margin:0 auto;
	width: 80%;
	font-size: 24px;
	text-align: justify;
}
.mob_light_text p {
	margin-bottom: 2%;
	font-size:18px;
}
.mob_light_text p.mob_en_text{
	font-size:24px;
	text-align:left;
}
.mob_shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9998;
}
.mob_light_logo img{
	padding: 0 5px;
	max-height:80px;
	box-sizing: border-box;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
	.mob_light_text{
		font-size:24px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.mob_light_text{
		font-size:16px;
	}
	.mob_light_logo img{
		max-height:50px;
	}
}
@media screen and (max-width: 767px) {
	.mob_light_content{
		background-image: url(/images/popup/background_vertical_3.jpg);
	}
	.mob_light_text{
		font-size:12px;
		margin-bottom:20px;
		text-align:left;
	}
	.mob_light_logo img{
		max-height:30px;
		margin-bottom: 10px;
	}
	.mob_light_text p{
		font-size:12px;
	}
	.mob_light_text p.mob_en_text{
		font-size:14px;
	}
	.mob_light_content{
		 max-height:100%;
		 height:auto;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { .mob_light_logo{
		width: 14%;
	}}
	
.mob_light_close{
font-size:20px;
position:absolute;
top:0;
right:0;
width:60px;
height:60px;
vertical-align:middle;
cursor:pointer;
}
.mob_light_close:before{
content: "";
display: block;
border: 0;
position: absolute;
width: 50%;
height: 2px;
top: 50%;
left: 30%;
background: #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mob_light_close:after{
content: "";
display: block;
border: 0;
position: absolute;
width: 50%;
height: 2px;
top: 50%;
left: 30%;
background: #000;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}