/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
}
/** THEME
===================================*/

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
@media screen and (max-width: 960px) { /* 태블릿 세로 */
    .bx-wrapper .bx-controls-auto {
        bottom:-20px;
    }
    }
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../_images/main/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: left;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../_images/main/controls.png') -86px -11px no-repeat;
  margin: 0 3px 0 410px; /*191016*/
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  border: 1px dashed #eaeaea;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../_images/main/controls.png') -86px -44px no-repeat;
  margin: 0 3px 0 410px; /*191016*/
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  border: 1px dashed #eaeaea;
}

@media screen and (max-width: 1170px) { /*아이패드 가로*/
    .bx-wrapper .bx-controls-auto .bx-start {
        margin:0 0 0 95%; 
    }
    .bx-wrapper .bx-controls-auto .bx-stop {
        margin: 0 0 0 95%; 
    }
}