/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider_vacuum {
  width: 100%;
  height: 455px;
  margin: 0;
  padding: 0;
  position: relative;
}
.unslider_vacuum-wrap {
  position: relative;
}
.unslider_vacuum-wrap.unslider_vacuum-carousel > li {
 width:100%; float: left;
}
.unslider_vacuum-vertical > ul {
  height: 100%;
}
.unslider_vacuum-vertical li {
  float: none;
  width: 100%;
}
.unslider_vacuum-fade {
  position: relative;
}
.unslider_vacuum-fade .unslider_vacuum-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider_vacuum-fade .unslider_vacuum-wrap li.unslider_vacuum-active {
  z-index: 10;
}
.unslider_vacuum ul, .unslider_vacuum ol, .unslider_vacuum li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider_vacuum-arrow {
  position: absolute;
  z-index: 2;
  width:65px;
  height:65px;
  top:175px;
  cursor: pointer;
  text-indent:-20000000px;
}
.vacuum_next {
   
  right:-15px;
  
  background:#d63c00 url('/share/images/coreskill/vacuum_arrow_right.png') no-repeat center; 
}

.vacuum_prev {
  left:-15px;
  
  background:#d63c00 url('/share/images/coreskill/vacuum_arrow_left.png') no-repeat center; /* 154f97 */
}
.unslider_vacuum-nav { display:none; }

.unslider_vacuum-nav ol {
  list-style: none;
  text-align: center;
}
.unslider_vacuum-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider_vacuum-nav ol li.unslider_vacuum-active {
  background: #fff;
  cursor: default;
}
 

	@media only screen and (min-width:0px) and (max-width:768px) {			/* 모바일(갤럭 시노트급 대상) */


.unslider_vacuum-arrow {
  position: absolute;
  z-index: 2;
  width:45px;
  height:45px;
  top:130px;
  cursor: pointer;
  text-indent:-20000000px;
}
.vacuum_next {
   
  right:10px;
  
  background:#d63c00 url('/share/images/coreskill/vacuum_arrow_right.png') no-repeat center;
  background-size:20%;
}

.vacuum_prev {
  left:10px;
  
  background:#d63c00 url('/share/images/coreskill/vacuum_arrow_left.png') no-repeat center; 
  background-size:20%;
}

.unslider_vacuum {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

	}