@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/assets/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/assets/css/fonts/slick.eot');
  src: url('/assets/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/css/fonts/slick.woff') format('woff'), url('/assets/css/fonts/slick.ttf') format('truetype'), url('/assets/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.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: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 1;
  opacity: .75;
  color: #ffffff;
  padding: .3em .5em;
  border-radius: 50%;
  background: #001655;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s ease-out;
}
.slick-prev {
  left: -45px;
}
[dir='rtl'] .slick-prev {
  right: -45px;
  left: auto;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f104';
}
[dir='rtl'] .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
}
[dir='rtl'] .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f104';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  right: 1.7%;
  bottom: -25px;
  display: block;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100px;
  height: 100px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-family: 'slick';
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.slick-dots li:nth-of-type(1) button:before {
  background: url("/assets/img/top/chnl_btn1.png") 50% 50% / auto 100% no-repeat;
}
.slick-dots li:nth-of-type(2) button:before {
  background: url("/assets/img/top/chnl_btn2.png") 50% 50% / auto 100% no-repeat;
}
.slick-dots li:nth-of-type(3) button:before {
  background: url("/assets/img/top/chnl_btn3.png") 50% 50% / auto 100% no-repeat;
}
.slick-dots li:nth-of-type(1).slick-active button:before {
  background: url("/assets/img/top/chnl_btn1on.png") 50% 50% / auto 100% no-repeat;
}
.slick-dots li:nth-of-type(2).slick-active button:before {
  background: url("/assets/img/top/chnl_btn2on.png") 50% 50% / auto 100% no-repeat;
}
.slick-dots li:nth-of-type(3).slick-active button:before {
  background: url("/assets/img/top/chnl_btn3on.png") 50% 50% / auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before {
    font-size: 16px;
    opacity: 1;
  }
  .slick-prev {
    left: -38px;
  }
  .slick-next {
    right: -34px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
