@charset "UTF-8";

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index:1111;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: inherit;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 0.4;
  opacity: 1;
  color: #C3C3C3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content:'';
  background: url(../../images/left.png)no-repeat;
  background-size:contain;
  width:38px;
  height:38px;
  position:absolute;
}

.slick-next {
  right: 36px;
}

.slick-next:before {
  content:'';
  background: url(../../images/right.png)no-repeat;
  background-size:contain;
  width:38px;
  height:38px;
  position:absolute;
}


/* Arrows */
.prev-arrow,
.next-arrow{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index:1111;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: inherit;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .prev-arrow,
  .next-arrow {
    top: 35%;
  }
}

.prev-arrow {
  left: -4px;
}

.prev-arrow:before {
  content:'';
  background: url(../../images/EDLP_6_bk_btn_left.png)no-repeat;
  background-size:contain;
  width:38px;
  height:38px;
  position:absolute;
}

.next-arrow {
  right: 24px;
}

.next-arrow:before {
  content:'';
  background: url(../../images/EDLP_6_bk_btn_right.png)no-repeat;
  background-size:contain;
  width:38px;
  height:38px;
  position:absolute;
}


@media screen and (max-width: 767px) {
  .prev-arrow {
    left: -15px;
  }
  .next-arrow {
    right: 15px;
  }
  .slick-prev {
    left: -17px;
  }
  .slick-next {
    right: 15px;
  }
}



/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: #d9ab66;
  border: 1px solid #d9ab66;
  border-radius: 50px;
  background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: solid;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  text-align: center;
  color: #d9ab66;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: #d9ab66;
  border-radius: 50px;
  background-color: #d9ab66;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .slick-dots {
    bottom: -10px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
  }
  .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
}

