

/*===================================
=====================================

특수한 경우를 제외하고 이 파일을 수정하지 마세요.

=====================================
===================================*/



.bxWrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:100%; 
}

.bxWrap img {
	max-width: 100%;
	text-align:center; 
}

/** THEME
===================================*/

.bxWrap .bx-viewport {
	
	left: 0px; 
	height:440px;
}

.bxWrap .bx-pager,
.bxWrap .bx-controls-auto {
	width: 100%;
	z-index:500;
}

/* LOADER */

.bxWrap .bx-loading {
	min-height: 50px;
	background: url('../img/main/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

/* PAGER */

.bxWrap .bx-pager {
	position: absolute;
	bottom:30px; 
    left:60px;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bxWrap .bx-pager .bx-pager-item,
.bxWrap .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;zoom:1;*display:inline;
}

.bxWrap .bx-pager.bx-default-pager a {
	background: #fff; 
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius:10px;
    opacity:0.5;
     transition:all 0.3s ease;
}

.bxWrap .bx-pager.bx-default-pager a:hover{
	opacity:1;
 
} 
.bxWrap .bx-pager.bx-default-pager a.active {
	opacity:1;
	width: 30px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bxWrap .bx-controls-direction{
	display:none;
}

.bxWrap .bx-prev {
	left: 2%;
	background: url('../img/main/bx_prev.png') no-repeat;
}

.bxWrap .bx-next {
	right: 2%;
	background: url('../img/main/bx_next.png') no-repeat;
}

.bxWrap .bx-controls-direction a {
	position: absolute;
	top: 45%; 
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 600;
	border:1px solid #fff; 
	border-radius:100%;
}

.bxWrap .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) 

.bxWrap .bx-controls-auto {
	text-align: center;
}

.bxWrap .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/common/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bxWrap .bx-controls-auto .bx-start:hover,
.bxWrap .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bxWrap .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/common/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bxWrap .bx-controls-auto .bx-stop:hover,
.bxWrap .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bxWrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bxWrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bxWrap .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bxWrap .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bxWrap .bx-viewport li { min-height: 1px; min-width: 1px; }



@media screen and (max-width:1460px) {
    .bxWrap .bx-pager                       {   bottom:30px; left:55px;  }
}
@media screen and (max-width:1260px) {
    .bxWrap .bx-pager                       {   bottom:25px; left:50px;  }
}
@media screen and (max-width:768px) {
    .bxWrap .bx-pager                       {   bottom:20px; left:40px;  }
    .bxWrap .bx-pager.bx-default-pager a { width:8px; height: 8px; margin: 0 4px; }
    .bxWrap .bx-pager.bx-default-pager a.active {  width:24px; }
}
@media screen and (max-width:580px) {
    .bxWrap .bx-pager                       {   bottom:10px; left:30px;  } 
}
@media screen and (max-width:400px) {
    .bxWrap .bx-pager                       {   bottom:8px; left:20px;  } 
    .bxWrap .bx-pager.bx-default-pager a { width:7px; height:7px;  }
    .bxWrap .bx-pager.bx-default-pager a.active {  width:20px; }
}