/* 페이지 레이아웃 */
.cpage{
	clear:both;position:relative;overflow:visible;
	width:100%;height:auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.cpage img { max-width: 100%; }

/* 페이지 */
.pageNavi{text-align:center; position: absolute; z-index: 20; bottom: 25px; width: 100%;}
.pageNavi a{
	display:inline-block;
	width:31px;height:35px;
	margin:0 2px;
	/* border:1px solid #fff; */
	background: url(../images/square.png);
}
.pageNavi a.SEL{
	/* background:#fff; */
	background: url(../images/square_ov.png);
}

.scroll_icon { position:absolute;z-index:20; bottom:85px; width:100%; text-align: center; }
.scroll_icon a { display: inline-block; }

/* 기본화살표 */
.arrowR,
.arrowL {
	position:absolute;z-index:50;
	top:0;bottom:0;margin:auto 0;
	display:block;
	width:89px;height:127px;
}
.arrowR{right:60px;background:url(../images/arrowRoff.png) no-repeat right center;}
.arrowL{left:60px;background:url(../images/arrowLoff.png) no-repeat left center;}
.arrowR img,
.arrowL img{
	visibility:hidden;opacity:0;
	transition:visibility 0.3s,opacity 0.3s;
}
.arrowR:hover img,
.arrowL:hover img{
	visibility:visible;opacity:1;
}
/* 네모버튼 */
a.boxBtn{
	display:inline-block;
	min-width:140px;height:35px;line-height:33px;
	padding:0 15px;
	color:#9e9e9e;font-size:14px;text-align:center;
	border:1px solid #c6c6c6;
	background:#fff;
	transition:background-color 0.3s,color 0.3s;
}
a.boxBtn:hover{
	background:#000;color:#fff;
}
/* 정보닫기 */
.infoCloseBtn{
	display:block;float:right;
	font-size:46px;color:#c4c4c4;
}
.infoCloseBtn:hover{
	color:#000;
}
/* 메인 기본 width값 */
.maxWidth{
	margin:auto;
	max-width:1160px;width:90%;
}

.pin-wrapper{
	position:absolute;z-index:10;
	left:0;right:0;
	max-height:100%;
}
#firstObj{
	position:absolute;
	height:100%;width:100%;
}

.row { margin: 0; }
.col-lg-3, .col-lg-6, .col-lg-9, .col-lg-12 { padding: 0; }
img { max-width: 100%; }
p { margin: 0; }
ul { margin: 0; }
.fL { float: left; }
.detail_btn { display: inline-block; -webkit-transition: all .3s; transition: all .3s; width: 140px; line-height: 33px; border: 1px solid #c6c6c6; font-size: 13px; color: #747474; background: #fff; text-align: center; }
.detail_btn:hover { background: #000; color: #fff !important; -webkit-transition: all .3s; transition: all .3s; }
.move_left_right .menu_area { width: 100%; text-align: left; }