.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 88);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 55%;
	height: 55%;
	padding: 20px;
	border: 1px solid #000;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	text-align: left;
}

.adv {
	background-color: #77DDDD;
	font-size: 12px;
	padding: 5px;
	color: #fff;
	position: relative;
	height: 60px;
}

#scroll {
	position: absolute;
	top: 0;
}

.adv-text {
	color: #fff;
	line-height: 30px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	width: 1100px;
	border: none;
	background: transparent;
}
.adv-text-en {
	color: #fff;
	line-height: 30px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	width: 1700px;
	border: none;
	background: transparent;
}

.reservationPolicy ul{
	list-style: disc;
	padding-left:20px;
}
reservationPolicy ol{
	list-style-type: decimal;
	padding-left:20px;
}