
/*
*@author:Jacobwang
*@date:2015-04-15
*@info:main.css
*/

/*reset*/



a { cursor: pointer; }

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-index { overflow: hidden; margin-top:-199px;}  /*   메뉴 슬라이드 높이*/

.dark-green { color: #4c5b52; }

.light-green { color: #00853e; }

.mb-50 { margin-bottom: 50px; }

/*slider*/

.slider1 { float: left; }

.slider1 .jquery-reslider .slider-block {
  width: 100%;
  height: 550px;  /** 이미지 높이*/
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.slider-block1 {
  width: 100%;
  height: 300px;  /** 이미지 높이*/
  position: absolute;
  z-index: 97;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}


.slider1 .jquery-reslider .slider-direction {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 210px;  /* 이미지 옆 화살표 화이트색 이동*/
  z-index: 99;
  cursor: pointer;
}

.slider1 .jquery-reslider .slider-direction.slider-direction-prev {
  left: 20px;
  background: url('../images/prev.png') no-repeat;
}

.slider1 .jquery-reslider .slider-direction.slider-direction-next {
  right: 20px;
  background: url('../images/next.png') no-repeat
}

.slider1 .jquery-reslider .slider-dots {
  position: absolute;
  width: 100%;
  text-align: center;
 
    top: 465px; /* 점 이미지 이동*/
}

.slider1 .jquery-reslider .slider-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.slider1 .jquery-reslider .slider-dots li.active { background-color: #ffffff;   
width:40px;  /*점 선택시 */
  height: 15px;}
@media screen and (max-width: 768px) {

.slider1 .jquery-reslider .slider-direction { zoom: .8; }

.slider1 .jquery-reslider .slider-dots { position: absolute; }
}
