/*Pagination*/
/*body{background:#4d7ab3;}*/
.lgguidebox {margin:0 auto; position: relative; width:auto; overflow:hidden;}
.lgguidebox .slide_arrbtn{position:absolute; z-index:50; width:100%; margin-top:360px;}
#slider-prev{float:left;}
#slider-next{float:right;}
.lgguidebox .lgguide_slide {height:100vh; margin:0 auto; }
.lgguidebox .bx-controls{background:rgba(0,0,0,0.5);}
.lgguidebox .bx-wrapper .bx-pager {
	text-align: center;
	/*font-size: .85em;
	font-family: Arial;
	font-weight: bold;*/
	color: #666;
	position:absolute;
	z-index:100;
	width:100%;
	/*top:65%;*/
	bottom:30px;

}

.lgguidebox .bx-wrapper .bx-pager .bx-pager-item,
.lgguidebox .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;

}

.lgguidebox .bx-wrapper .bx-pager.bx-default-pager a {
	color:#fff;
	text-indent: -9999px;
	margin: 0 1px;
	display:inline-block;
	background:url(../images/lgguide/roll_off.png) no-repeat; overflow:hidden; width:15px; height:15px; text-align:center; line-height:15px;
}

.lgguidebox .bx-wrapper .bx-pager.bx-default-pager a:hover,
.lgguidebox .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: 0 -30px;
	text-indent:0;
}
	
.bx-pager-item .bxbtn {color:#919191; padding:10px 20px; background:url(../images/lgguide/roll_off.png) no-repeat;  background-size:15px; background-position:center; }
.bx-pager-item .active .bxbtn {background:url(../images/lgguide/roll_on.png) no-repeat; background-size:15px;  background-position:center; padding:10px 20px;}


.appguide_exitbox{position:absolute; z-index:101; font-size:14px; width:100%; text-align:center; bottom:0px; color:#fff;}

.appguide_exit{border-radius:5px; background:#fff; color:#4c79b2; padding:0px 5px; line-height:25px; display:inline-block;}

/* Desktop Device :769 이상 */
@media screen and (min-width:769px){


}