/************************************
	css/facilities.css
*************************************/

.fullImg {
	position				: absolute;
	bottom					: 0;
	left					: 0;
}

/* 1p */

#facilitiesIntroWrap {
	width					: calc(100% - 235px);
	height					: 300px;
	background-color		: #2a3852;
	position				: absolute;
	bottom					: 0;
	right					: 0;
}

#facilitiesIntro {
	position				: absolute;
	top						: 50%;
	left					: 50%;
	transform				: translate(-50%, -50%);
}

#facilitiesIntro p {
	text-align				: center;
}

#facilitiesIntro p:first-child {
	font-size				: 60px;
	color					: #eebe69;
	font-family				: 'Times New Roman', Times, serif;
}

#facilitiesIntro p:last-child {
	font-size				: 16px;
	color					: #fff;
	padding-top				: 20px;
}

/* 2p */
/* 풀페이지 좌우슬라이드 버튼 */
.fp-controlArrow {
	bottom						: 0;
}

.fp-controlArrow.fp-prev {
	right						: calc(70% - 105px);
}

.fp-controlArrow.fp-next {
	right						: calc(70% - 165px);
}

.slide {
	display						: flex;
}

#facilitiesMain {
	width					: calc(100% - 235px);
	height					: 100%;
	margin-left				: 235px;
}

.facilitiesMainLeft {
	width					: 30%;
	height					: 100%;
	background-color		: #f6f6f6;
	position				: relative;
}

.facilitiesMainLeftWrap {
	position				: absolute;
	top						: 50%;
	left					: 50%;
	transform				: translate(-50%, -50%);
	width					: 80%;
}

.facilitiesMainLeftWrap p {
	text-align				: center;
}

.facilitiesMainLeftWrap img {
	position				: relative;
	left					: 50%;
	transform				: translateX(-50%);
}

.facilitiesTitle {
	font-size				: 36px;
	color					: #4c4c4c;
	font-family				: 'Times New Roman', Times, serif;
	letter-spacing			: 1px;
}

.facilitiesSlogan {
	font-size				: 11px;
	color					: #bcbcbc;
	padding					: 10px 0 50px;
}

.facilitiesDetail {
	font-size				: 14px;
	color					: #5c5c5c;
}

.facilitiesMainRight {
	width					: 70%;
	height					: 100%;
	overflow				: hidden;
}

.facilitiesMainRight img {
	position				: relative;
	left					: 50%;
	transform				: translateX(-50%);
}
