@charset "UTF-8";

._imgSldWBnrWrap {
	background-color: #fff;
	height: 100%;
	position: relative;
}
._imgSldWBnr h2	 {
	font-size: 19px;
	color: #262626;
	position: absolute;
	top: 50%;
	left: 0;
	transform:translate(0, -38%);
}
._imgSldWBnrWrap ._imgSldWBnr{
	position: relative;
	/*background: url("../images/bg.png") left top repeat-x;*/
	padding-top: 6px;
}

/*slide*/
/* 2020-08-06 padding�� ���� */
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper {
	margin: 0 auto;
	position: relative;
	padding-left: 239px;
	margin: 0 !important;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport ul li{
	overflow: hidden;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport ul a{
	display:inline-block;
	margin-left:10px;
	border: 1px solid #d9d9d9;
	border-radius: 9px 9px;
	box-sizing: border-box;	
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport ul a:first-child{margin-left:0;}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport ul li ._inner{
	display: block;
	border: 1px solid #d9d9d9;
	border-radius: 9px 9px;
	box-sizing: border-box;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport ul li ._inner img{
	display: block;
	width: 100%;
}
/*controls*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls{
	text-align: center;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager{
	position: absolute;
    bottom: -20px;
    left: 0;
	overflow: hidden;
	height: 20px;
	width: 100%;
	text-align: center;
	display: none;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto{
	position: absolute;
	bottom: 50%;
	left: 111px;
	overflow: hidden;
	transform:translate(0, 16px);
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a{
	float: left;
}
/*pager*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item{
	display: inline-block;
	*zoom: 1;
	display: _inline;
	width: 11px;
	height: 11px;
	margin: 0 1px;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item button{
	width: 11px;
	height: 11px;
	overflow: hidden;
	background-color: #ccc;
	text-indent: -5000px;
	border-radius: 5px;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-pager .bx-pager-item button.active{
	background-color: #009df5;
}

/*direction*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	position: absolute;
	bottom: 50%;
	width: 26px;
	height: 26px;
	background-color:#efefef;
	border-radius:3px 3px;
    z-index: 60;
	transform:translate(0, 16px);
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover{
	opacity: 1;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
	left: 79px;
	background-position:-7px -7px;
}/*
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover{
	background-position: 0 -23px;
}*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	left: 142px;
	background-position: -129px -7px;
}/*
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover{
	background-position: -78px -23px;
}*/

/*controls auto*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .active{
	display: none;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	width: 26px;
	height: 26px;
	overflow: hidden;
	background-color:#efefef;
	border-radius:3px 3px;
}
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start{
	background-position: -48px -7px;
}/*
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start:hover{
	background-position: -52px -23px;
}*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	background-position: -89px -7px;
}/*
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop:hover{
	background-position: -26px -23px;
}*/

/*background-image*/
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	background-image: url("../images/handler2.png");
	background-repeat: no-repeat;
	text-indent: -5000px;
}
/* 2020-08-06 �߰� */
._imgSldWBnr .btn_more{display:block;position:absolute;left:174px;top:50%;width:26px;height:26px;background:#efefef;font-size:0;border-radius:3px 3px;transform: translate(0, -7px);box-sizing:border-box;}
._imgSldWBnr .btn_more:before{position:absolute;width:26px;height:26px;font-size:22px;color:#3d3d3d;text-align:center;line-height:24px;content:'+'}

/* 2020-08-06 ���� */
body.Tablet ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper {
	padding-left: 130px;
}

body.Mobile ._imgSldWBnr h2 {text-align: center; position: static;}
body.Mobile ._imgSldWBnrWrap ._imgSldWBnr {}
body.Mobile ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper {padding-left:130px;}
body.Mobile ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-viewport {}


@media screen and (max-width:1200px){
	._imgSldWBnr h2{transform:translate(0, -50%);}
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, 
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{transform:translate(0, 15px);}
	._imgSldWBnr .btn_more{transform:translate(0, -11px);}
}
@media screen and (max-width: 860px){
	body.Tablet ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper,
	body.Mobile ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper{padding-left:0;padding-top:7px;}
	._imgSldWBnrWrap{background-color:transparent;}
	._imgSldWBnr h2{display:block;position: static;transform: inherit;}
    ._imgSldWBnr .btn_more{top: 25px;background-color: #fff;transform: inherit;}
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto{bottom:auto;top:-29px;transform: inherit;}
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start, 
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{background-color:#fff;}
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, 
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{bottom:auto;top: -29px;background-color:#fff;transform: inherit;}
}
@media screen and (max-width: 730px){
	._imgSldWBnr h2{margin-bottom:15px;}
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, 
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto{top:-43px;}
	._imgSldWBnr .btn_more{top:26px;}
}
@media screen and (max-width: 550px){
	#_contentBuilder ._fnctWrap{margin-top:15px;}
	._imgSldWBnr h2{display:none;}
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto{left:30px}
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{left:0;}
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{left:60px}
	._imgSldWBnr .btn_more{top:9px;left:90px;}	
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-auto,
	._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, 
    ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper .bx-controls .bx-controls-direction .bx-next{top:-7px;}
	body.Tablet ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper, 
	body.Mobile ._imgSldWBnrWrap ._imgSldWBnr .bx-wrapper{padding-top:30px;}
}