/**
 * 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

 * modified by pmc

 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}



/* 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: .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;
}



/* 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;
}






/*===========================================================

슬라이드 컨트롤 by PMC - 2016.03.15

===========================================================*/









/*---------------------------------------------------------

컨트롤러 기본 스타일
div.slide_pmc 안에 ul.slide_pmc_slide 

-----------------------------------------------------------*/


.bx-wrapper .bx-pager {position:absolute; right:20px; bottom:25px; width:auto; text-align:left; /* padding-top: 20px; */}
.bx-wrapper .bx-controls-auto {position:absolute; right:15px; bottom:20px; width:100%;}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #888;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fa891a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.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: 32px;
	height: 32px;
	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(images/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(images/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: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 17px;
	bottom: 20px;
	width: 35px;
}




/*---------------------------------------------------------

옅은 검정박스 안에 버튼들 나란히
div.slide_pmc.style1 안에 ul.slide_pmc_slide 

-----------------------------------------------------------*/


.slide_pmc.style1 .bx-wrapper .bx-controls {position:absolute; padding:8px 10px; background:url("images/bg_slide_ctrl.png") repeat 0 0;}
.slide_pmc.style1.no_bg .bx-wrapper .bx-controls {background:none;}
.slide_pmc.style1.lt .bx-wrapper .bx-controls {left:0px; top:0px;}
.slide_pmc.style1.rt .bx-wrapper .bx-controls {right:0px; top:0px;}
.slide_pmc.style1.rb .bx-wrapper .bx-controls {right:0px; bottom:0px;}
.slide_pmc.style1.lb .bx-wrapper .bx-controls {left:0px; bottom:0px;}
.slide_pmc.style1 .bx-wrapper .bx-controls:after {content:""; display:block; clear:both; visibility:hidden; height:0px;}
.slide_pmc.style1 .bx-wrapper .bx-controls .bx-pager {float:left; width:auto; text-align:left; position:static; padding:0px;}
.slide_pmc.style1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #f1f1f1;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 3px 5px 0px 0px;
	outline: 0;
	-moz-border-radius: 4.5px;
	-webkit-border-radius: 4.5px;
	border-radius: 4.5px;
	border:1px solid #ccc;
}
.slide_pmc.style1 .bx-wrapper .bx-pager.bx-default-pager a.active {width:20px;}
.slide_pmc.style1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#a5a5a5; border:1px solid #a5a5a5;
}
.slide_pmc.style1 .bx-wrapper .bx-controls .bx-controls-auto {float:left; position:static; width:auto; text-align:left;}



.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	outline: 0;
	background: url("images/btn_slide_control_grey.png") -17px 0px no-repeat;
	margin: 0px 0px 0px 5px;
}
.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -15px -15px;
}
.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	outline: 0;
	background: url("images/btn_slide_control_grey.png") 0px 0px no-repeat;
	margin: 0px 0px 0px 5px;
}
.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -15px;
}


/* 컨트롤러 버튼에 색상 넣기 (이미지 폴더에 psd있음) */

.slide_pmc.style1.red .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.red .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ef3545; border:1px solid #ef3545;
}
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_red.png") -17px 0px no-repeat;
}
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_red.png") 0px 0px no-repeat;
}
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.red .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.orange .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.orange .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ff9000; border:1px solid #ff9000;
}
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_orange.png") -17px 0px no-repeat;
}
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_orange.png") 0px 0px no-repeat;
}
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.orange .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.lightgreen .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.lightgreen .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#69c526; border:1px solid #69c526;
}
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_lightgreen.png") -17px 0px no-repeat;
}
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_lightgreen.png") 0px 0px no-repeat;
}
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.lightgreen .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.green .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.green .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#18af43; border:1px solid #18af43;
}
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_green.png") -17px 0px no-repeat;
}
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_green.png") 0px 0px no-repeat;
}
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.green .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.emerald .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.emerald .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#18909b; border:1px solid #18909b;
}
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_emerald.png") -17px 0px no-repeat;
}
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_emerald.png") 0px 0px no-repeat;
}
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.emerald .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.blue .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#2984e2; border:1px solid #2984e2;
}
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_blue.png") -17px 0px no-repeat;
}
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_blue.png") 0px 0px no-repeat;
}
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.blue .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.purple .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.purple .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#813ee5; border:1px solid #813ee5;
}
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_purple.png") -17px 0px no-repeat;
}
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_purple.png") 0px 0px no-repeat;
}
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.purple .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}
.slide_pmc.style1.pink .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide_pmc.style1.pink .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#e25ce0; border:1px solid #e25ce0;
}
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-start {
	background: url("images/btn_slide_control_pink.png") -17px 0px no-repeat;
}
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-stop {
	background: url("images/btn_slide_control_pink.png") 0px 0px no-repeat;
}
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-start:hover,
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -17px -17px;
}
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-stop:hover,
.slide_pmc.style1.pink .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: 0px -17px;
}







/* 좌우 버튼이 양옆으로 있고 플레이버튼이 없으며, 가운데 네비게이션 단추가 있는 스타일 */


.slide_pmc.style2 .bx-wrapper .bx-controls.bx-has-pager .bx-pager {display:none;}
@media (min-width:480px){
	.slide_pmc.style2 .bx-wrapper .bx-controls.bx-has-pager .bx-pager {display:block;}
}
.slide_pmc.style2 .bx-wrapper .bx-controls .bx-pager {position:absolute; left:0px; right:0px; bottom:120px; text-align:center;}
.slide_pmc.style2 .bx-wrapper .bx-pager a {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px 10px;
	outline: 0;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	border:3px solid #fff;
}

.slide_pmc.style2 .bx-wrapper .bx-pager a:hover,
.slide_pmc.style2 .bx-wrapper .bx-pager a.active {
	background:#f08f30; border:3px solid #f08f30;
}

.slide_pmc.style2 .bx-wrapper .bx-controls-direction a {margin-top:-27.5px; width:32px; height:55px;}
.slide_pmc.style2 .bx-wrapper .bx-controls-direction a.bx-prev {left:10px; background:url("images/bg_slide_prev.png") no-repeat left top;}
.slide_pmc.style2 .bx-wrapper .bx-controls-direction a.bx-next {right:10px; background:url("images/bg_slide_next.png") no-repeat left top;}
.slide_pmc.style2 .bx-wrapper .bx-controls-direction a:hover {background-position:right top;}






/*---------------------------------------------------------

각각의 옅은 검정배경의 네모버튼 형태로 [<][▶][>] 방식, 플레이버튼과 포즈버튼이 토글
div.slide_pmc.style3 안에 ul.slide_pmc_slide 

-----------------------------------------------------------*/

.slide_pmc.style3 .bx-wrapper, .slide_pmc.style3 .bx-wrapper .bx-viewport {width:100%; height:100%;}
.slide_pmc.style3 .bx-wrapper .bx-controls .bx-pager {position:absolute; left:0px; right:0px; bottom:120px; text-align:center;}
.slide_pmc.style3 .bx-wrapper .bx-pager a {
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px 10px;
	outline: 0;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	border:3px solid #fff;
}

.slide_pmc.style3 .bx-wrapper .bx-pager a:hover,
.slide_pmc.style3 .bx-wrapper .bx-pager a.active {
	background:#f08f30; border:3px solid #f08f30;
}


.slide_pmc.style3 .bx-wrapper .bx-controls-direction {position:absolute; left:0px; right:0px; bottom:184px; width:212px; height:51px; margin:0 auto;}
.slide_pmc.style3 .bx-wrapper .bx-controls-direction a {width:50px; height:51px; margin:0px; padding:0px;}
.slide_pmc.style3 .bx-wrapper .bx-controls-direction a.bx-prev {left:0px; top:0px; background:url("images/btn_slide_pn.png") no-repeat left top;}
.slide_pmc.style3 .bx-wrapper .bx-controls-direction a.bx-next {right:0px; top:0px; background:url("images/btn_slide_pn.png") no-repeat right top;}
.slide_pmc.style3 .bx-wrapper .bx-controls-direction a.bx-prev:hover {background-position:left bottom;}
.slide_pmc.style3 .bx-wrapper .bx-controls-direction a.bx-next:hover {background-position:right bottom;}

.slide_pmc.style3 .bx-wrapper .bx-controls .bx-controls-auto {position:absolute; left:0px; right:0px; bottom:184px; width:108px; height:51px; margin:0 auto;}

.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 51px;
	outline: 0;
	background: url("images/btn_slide_pp.png") no-repeat 0px 0px;
	margin: 0px 2px;
}
.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: 0px -51px;
}
.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: 0px -102px;
}
.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 51px;
	outline: 0;
	background: url("images/btn_slide_pp.png") no-repeat -50px 0px;
	margin: 0px 2px;
}
.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -50px -51px;
}
.slide_pmc.style3 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -50px -102px;
}











/* 메인 비쥬얼 슬라이드 */

/* .slide_pmc {width:100%; height:100%;}
.slide_pmc .bx-wrapper {margin:0px !important;}
.slide_pmc .bx-wrapper .bx-viewport {border:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important; left:0px !important;}

.slide_pmc .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {width:100% !important; left:15px !important; bottom:20px !important; text-align:left !important;}

.slide_pmc .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right:17px !important; bottom:20px !important;}

.slide_pmc .bx-wrapper .bx-pager.bx-default-pager a {background:#888 !important; width:14px !important; height:14px !important; -webkit-border-radius:7px !important; -moz-border-radius:7px !important; border-radius:7px !important;}
.slide_pmc .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background:#224c72 !important;}

 */
