
/*
	펜션소개
*/
#pensionIntroduce{
	z-index				: 1000;
	width				: 700px;
	height				: 500px;
	position			: absolute;
	top					: 50%;
	left				: 50%;
	transform			: translate(-50%, -50%);
}

#pensionIntroduce li{
	z-index				: 1050;
	width				: 700px;
	height				: 500px;
	background-color	: rgba(255, 255, 255, 0.8);
	border-radius		: 5px;
	font-size			: 14px;
	position			: relative;
	top					: 0;
	left				: 0;
}

#pensionIntroduce li .contentWrap{
	width				: 600px;
	max-height			: 500px;
	overflow-y			: auto;
	position			: absolute;
	top					: 50%;
	left				: 50%;
	transform			: translate(-50%, -50%);
	box-sizing			: border-box;
}


/*
	펜션 전경
*/
#panoramaSlogan{
	position			: fixed;
	bottom				: 13vh;
	left				: 50%;
	transform			: translateX(-50%);
	z-index				: 1000;
}