/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width:100%;
	height:10px;
	position: absolute;
	bottom:30px;
	left:0;
	text-align:center;
}

/* PAGER */
.bx-wrapper .bx-pager {
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #666;	
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display:inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 3px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius:9px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ac663c;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:-40px;
	background:url(../images/sub/left.png) no-repeat;
}

.bx-wrapper .bx-next {
	right:-40px;
	background:url(../images/sub/right.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 11px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.f_view .bx-controls-direction{width:90px;position: absolute;bottom:80px;right:40px;}
.f_view .bx-wrapper .bx-prev{left:0;margin-left:0px;background:url(../images/sub/phoLeft.png) no-repeat;}
.f_view .bx-wrapper .bx-next{right:0px;margin-right:0px;background:url(../images/sub/phoRight.png) no-repeat;}
.f_view .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:0px;
	margin-top:0px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
	}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom:20px;
	right:20px;
	background:url(../images/sub/captionbg.png) no-repeat;
	width: 260px;height:260px;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	display: block;
	font-size:30px;font-weight:bold;
	padding: 80px 0 0 40px;
}
