/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

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

.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {

	position: absolute;
	bottom: 30px;
	right:15px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .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: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
		width:50px;
}

.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: #b5b5b5;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #122c68;
}

/* DIRECTION CONTROLS (NEXT / PREV) 

.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-500px;
	background: url(../img/main/controls.png) no-repeat 0 -39px;
}

.bx-wrapper .bx-next {
	right: 50%;
	margin-right:-500px;
	background: url(../img/main/controls.png) no-repeat -43px -39px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 24px;
	height: 39px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* 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(../img/main/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

.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: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

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















    .bir {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-align: center;
    font-weight: bold;
    color: #555;
}
.animate:hover .bir {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-animation: zoomIn 0.7s;
    -webkit-animation: zoomIn 0.7s;
    animation: zoomIn 0.7s;
}
ul.bxslider {
    margin: 0;
    padding: 0;
}
a.pager-prev, a.pager-next {

	width:31px;height:51px;
    line-height:60px;

    text-decoration: none;
    color:#FFF;
}
a.pager-prev{background:url(../img/layout/btn_slider_l.png) 0 0 no-repeat;	position:absolute;	top:300px;left:15px;}
a.pager-next{background:url(../img/layout/btn_slider_r.png) 0 0 no-repeat; position:absolute;top:300px;right:15px;}
#bx-pager {
    position: absolute;

    padding: 0;
    margin: 0;
	left:50%;
	margin-left:-510px;
	bottom:40px;
    list-style-type: none;
    color: #FFF;
    width: 1040px;
	height:57px;
    text-align: center;
	background:#fff;
}
#bx-pager ul {
    list-style: none;
    margin:0;
    padding:0;
}
#bx-pager li {
	float:left;
    margin:0;
    padding:0;
    width: 25%;
	height:57px;
	margin-bottom:11px;

}
#bx-pager li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #808080;
    line-height:57px;
    display: block;
	font-size:17px;
	border-left:1px solid #d7d7d7;	
}
#bx-pager li:first-child a{border-left-width:0;}
#bx-pager li a.active, #bx-pager li a:hover {
	background:#000;
	color:#fff;
}
#bx-pager li a.active:after {
    content:' ';
}


.gallery-thumbs-container {
    position: absolute;
    padding: 0;
    margin: 0;
	left:50%;
	margin-left:-570px;
	bottom:10px;
    list-style-type: none;
    color: #FFF;
    width: 1120px;
	height:57px;
    text-align: center;
	background:#fff;
}
.gallery-thumbs-container ul {
    list-style: none;
    margin:0;
    padding:0;
}

.gallery-thumbs-container li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #808080;
    line-height:57px;
    display: block;
	font-size:15px;font-family:Noto Sans CJK KR,'³ª´®°íµñ', sans-serif;font-weight:400;
	border-left:1px solid #d7d7d7;	
}

.gallery-thumbs-container li:first-child a{border-left-width:0;}
.gallery-thumbs-container li a.active, .gallery-thumbs-container li a:hover {
	background:#000;
	color:#fff;
}
.gallery-thumbs-container li a.active:after {
    content:' ';
}

.pager-active a{background:#000;
	color:#fff!important;}