
/*회사전경 슬라이드 속성*/

.slider-container-esensbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider_esensbanner {  position: relative;  width: 100%; }
.slider__item_esensbanner{ position: relative;  width: 100%; }
.slider_esensbanner:before,
.slider:after {  display: table;  content: ' '; }
.slider_esensbanner:after { clear: both; }
.slider__switch_esensbanner span { color: #fff;  display: block;  width: 60px;  height: 55px; } /*이전다음아이콘*/ 
/* Arrows */
.slider__switch_esensbanner {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 10px;
  background: #000;
  opacity: .3;z-index: 99999;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {  left: 10px; }
.slider__switch--next {  right: 10px; }

.slider__switch_esensbanner:hover {  opacity: .85; }
.slider__switch_esensbanner[disabled] {  visibility: hidden;  opacity: 0; }
.slider__caption_esensbanner {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.slider__caption_esensbanner_box {/** 내용출력박스 **/
  font-size:10pt;
  text-align:left;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  line-height:20px;
  color: rgba(255, 255, 255, .7);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.0);
  border: 0px solid rgba(255, 255, 255, .2);
  text-align: center;
  font-family: 'Roboto', 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', "Dotum", 'Gulim', sans-serif; 
}
	.slider__caption_title {
		font-size:12pt;
		padding-bottom:0.5em;
		color:#fff;
		display: block;
		font-family: 'Roboto', '맑은 고딕', 'Malgun Gothic', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	}

.slider__caption[disabled] {  opacity: 0;  visibility: hidden; }
.slider-nav_esensbanner {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {  width: 12px;  height: 12px;  background: #fff; }
.slider_esensbanner.has-touch_esensbanner {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media screen and  (max-width: 1279px) {
	.slider__caption_esensbanner {
	  bottom: 130px;
	}
	.slider__switch_esensbanner span { /*이전다음아이콘*/
	  color: #fff;
	  display: block;
	  width: 40px;
	  height: 25px;
	}
	.slider__switch_esensbanner img { /*이전다음아이콘*/
	  color: #fff;
	  display: block;
	  width: 40px;
	  height: 25px;
	}
}
/*회사전경 슬라이드 속성 End*/


