

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

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

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



.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:20px;
	text-align: center;
	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 {
    position: relative;
	background:rgb(255,255,255,0); 
	text-indent: -9999px;
	display: block;
	width:26px;
	height: 26px;
	margin: 0 5px;
	outline: 0;
	border-radius:20px; 
    border:1px solid rgb(255,255,255,0);
     transition:all 0.3s ease;
}

.bxWrap .bx-pager.bx-default-pager a::before         {  position: absolute;content:'';left:calc(50% - 3px);top:calc(50% - 3px);width:6px; height:6px; background:#fff; border-radius:5px;  }

.bxWrap .bx-pager.bx-default-pager a:hover{ 
    border:1px solid rgb(255,255,255,0.2); 
} 
.bxWrap .bx-pager.bx-default-pager a.active {
	background:rgb(255,255,255,0.25);  
}

/* 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:768px) {
 
    .bxWrap .bx-pager {   bottom:10px;   } 
    .bxWrap .bx-pager.bx-default-pager a {  width:20px; height: 20px; margin: 0 3px;   }

    .bxWrap .bx-pager.bx-default-pager a::before         { left:calc(50% - 2px);top:calc(50% - 2px);width:4px; height:4px;    }
 
}

