/**
 * 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
===================================*/

/* 2020-04-20 ¸ÞÀÎÆäÀÌÁö °³Æí ¼öÁ¤ */ 

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height:100%;
}

.bx-wrapper img {
	display: block;
}

.bx-wrapper img {
   /*
	display: block;
	 margin: auto;
	position: absolute;
	z-index: 200;
	left: 50%;
	top: 0;
	 width: 100%; */
	
}

.bxslider{height: 606px;} 
.bxslider > div{height: 606px; z-index: 300; overflow: hidden;}
.bxslider_2 > div{height: 207px; z-index: 300; overflow: hidden;}
.bxslider_3 > div{height: 215px; z-index: 300; overflow: hidden;} 


/* ACTIVE TEXT */
.bxslider > div.active_one .text_area{
	left: 11%;
	opacity: 1;
}



/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	display: inline-block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/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 {
    font-size: 12px;
    text-align: center;
    height: 30px
}

.main_banner .bx-controls{
	position: absolute;
	text-align: right;
	top: 384px;
	left: 11%;
	z-index: 400;
}

.latest2 .bx-controls{
	position: absolute;
	top: 45px;
	right: 7px;
	z-index: 200;
}

.latest2 .bx-controls:before{
	width: 1px;
	height: 90px;
	background: #b7b7b7;
	z-index: 99;
	content: '';
	display: block;
	position: absolute;
	left: 13px;
	top: 13px;
}


.bx-controls-direction{
	position: absolute;
	top: 136px;
}

.bannerslider .bx-controls{
	position: relative;
	text-align: center;
	bottom: 280px;
	overflow: hidden;
	left: 20px;
	z-index: 500;
	width: 500px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.latest2 .bx-wrapper .bx-pager .bx-pager-item,
.latest2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
}

.bx-wrapper .bx-pager {
    font-size: 12px;
    text-align: left;
    height: 27px
}

.latest2 .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 107px;
	height: 27px;
	line-height: 23px;
	background: none;
	text-indent: 1px;
	color: #666;
	font-weight: 400;
	padding-left: 23px;
	line-height: 27px;
	margin-bottom: 16px;
	position: relative;
	z-index: 100;
}

.latest2 .bx-wrapper .bx-pager.bx-default-pager a:before{
	width: 8px;
	height: 8px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px ;
	content:'';
	background: #b7b7b7;
	position: absolute;
	left: 10px;
	top: 10px;
}

.latest2 .bx-wrapper .bx-pager.bx-default-pager a.active:before{
	background: #fff;
}



.latest2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
	text-decoration: none;
}


.latest2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 107px;
	height: 27px;
	background: #0167b9;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px ;
	color: #fff;
	font-weight: 500;
}

.bx-controls .bx-controls-auto-item{

}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 19px;
	background: #c8c9c9;
	line-height: 23px;
	text-indent: -999999px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px ;
}


.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 57px;
	height: 14px;
	background: #0167b9;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px ;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/main/prev_bnbt.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/main/next_bnbt.png) no-repeat;
}


.bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 8px;
	height: 19px;
	text-indent: -99999px;
	z-index: 9999;
	display: inline-block;
	font-size: 0; 
	line-height: 0;
	margin-right: 50px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	font-size: 30px;
	height: 19px;
	text-align: center;
	position: absolute;
	top: 151px;
	left: 26px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 8px;
	height: 19px;
	outline: 0;
	background: url(../images/main/start_bnbt.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: -86px 0;*/
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 8px;
	height: 19px;
	outline: 0;
	background: url(../images/main/stop_bnbt.png) 0 0 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: center;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	display: inline-block;
	margin-right: 10px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	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;
}
