/* CPfirstSlider */
.CPfirstSlider .fadeSlider {
	overflow: hidden;
}
#firstPin{
	position:absolute;z-index:30;top:0;
	height:100%;width:100%;
	max-height:100%;
}
#firstPin .prevBtn {
	position: absolute;
	top: 0; bottom: 0; left: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/prevBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .prevBtn:hover {
	transform: scale(1);
}
#firstPin .nextBtn {
	position: absolute;
	top: 0; bottom: 0; right: 3%;
	margin: auto;
	display: inline-block;
	width: 72px;
	height: 172px;
	background: url(./../images/nextBtn.png) 0 0 no-repeat;
	z-index: 10;
	transform: scale(0.9);
	transition: transform 0.5s;
}
#firstPin .nextBtn:hover {
	transform: scale(1);
}
#firstPin .slogan {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 79px;
	color: rgba(255,255,255,0.9);
	text-align: center;
	letter-spacing: -.05em;
}
#firstPin .slogan h5 {
	font-family: 'Lusitana', sans-serif;
	font-size: 100px; font-size: 5.22vw;
	font-style: italic;
}
#firstPin .slogan h6 {
	margin-top: 60px;
	font-size: 30px;
}
#firstPin .slogan h6 span {
	letter-spacing: -.1em;
}

/* info Wrap */
.infoWrap {
	position: relative;
	width: 100%;
	padding-top: 5%;
	overflow: hidden;
}
.infoWrap .decoWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 902px;
	max-width: 40%;
}
.infoWrap .decoWrap img {
	max-width: 100%;
}
.infoWrap .frameWrap {
	display: inline-block;
	float: right;
	width: 60%;
	min-width: 902px;
	text-align: center;
	overflow: hidden;
}
.infoWrap .reserBtn {
	position: absolute;
	bottom: 53px;
	left: 28%;
	display: inline-block;
	width: 284px;
	height: 86px;
	background: #fff;
	box-shadow: -5px 6px 25px rgba(0,0,0,0.2);
	font-family: 'Lusitana', sans-serif;
	font-size: 30px; font-style: italic;
	letter-spacing: -.05em;
	color: #444;
	line-height: 86px;
	text-align: center;
	transition: all 0.3s;
}
.infoWrap .reserBtn:hover {
	background: #5ab2cc;
	color: #fff;
}
.infoWrap .reserBtn .bullet {
	display: inline-block;
	width: 50px;
	height: 14px;
	margin-left: 5px;
	background: url(./../images/reserBtnBull.png) 0 center no-repeat;
	transition: background-position 0.3s;
}
.infoWrap .reserBtn:hover .bullet {
	background: url(./../images/reserBtnBullOv.png) 10px center no-repeat;
}
/* fac info */
.cfac {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-top: 31.75%;
	background: url(./../images/fac/facBg.jpg) center center no-repeat;
	overflow: hidden;
}
.cfac .facImg {
	position: absolute;
	top: 0; right: 980px; bottom: 0;
	margin: auto;
	width: 780px;
	height: 460px;
	box-shadow : 8px 4px 20px rgba(0,0,0,0.1);
	transform: translateX(-200px);
}
.cfac .facBox {
	position: absolute;
	top: 0; right: 140px; bottom: 0;
	margin: auto;
	width: 910px;
	height: 330px;
	background: #fff;
	box-shadow : 8px 4px 20px rgba(0,0,0,0.1);
	z-index: 1;
	transform: translateX(200px);
}
.cfac .facBox .textWrap {
	width: 80%;
	height: 80%;
	margin: 80px auto 0;
}
.cfac .facBox .textWrap .engTitle {
	margin-bottom: 10px;
	font-size: 14px;
	color: #2c9abb;
}
.cfac .facBox .textWrap .korTitle {
	font-size: 26px;
	font-weight: 400;
	color: #444;
}
.cfac .facBox .textWrap .text {
	margin-top: 35px;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	letter-spacing: -.05em;
}
