/**
 * 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
===================================*/

.clearfix		{ min-width:1200px; width:100%; position:absolute; overflow:hidden; }

.slider			{ width:100%; display:table; text-align:center; }

ul.bxslider li  { width:100%; overflow:hidden; }
ul.bxslider li img	{ width:100%; min-height:784px; max-height:784px; min-width:1200px; }

.slider_text_box {
	display:none; 
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	z-index:9999;
	position:absolute;
	top:30%;
}

.slider_text_box .slider_text01	{
	color:#a1a0a0; margin:40px 0 0 60px;
}



.bx-wrapper img {
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../images/00main/bx_loader.gif) center center no-repeat;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	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:url('../../images/00main/controls_bg.png') no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position:0 -10px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 50%;
	margin-right:600px;
	background: url(../../images/00main/controls.png) no-repeat 0 -2px;
}

.bx-wrapper .bx-next {
	left:50%;
	margin-left:600px;
	background: url(../../images/00main/controls.png) no-repeat -65px -2px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 58px;
	height: 90px;
	text-indent: -9999px;
}

.bx-wrapper02 .bx-controls-direction02 a.disabled {
	display: none;
}

.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: 13px;
	height: 13px;
	background: url(../../images/controls.png) 0 0 no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: 0 -13px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0 -52px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	background: url(../../images/controls.png) 0 -39px no-repeat;
	margin: 0 3px;
}



/* ·Ñ¸µ ¹öÆ° */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	position:absolute;
	display:table;
	left:50%;
	margin-left:-25px;
	top:50%;
}

/* ÁßÁö ½ÃÀÛ */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position:absolute;
	top:53%;
	left:50%;
	margin-left:-10px;
	
	/*
	left:48%;
	top:53%;
	*/
}