/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  height: 39px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}
.month-con .slick-prev, .month-con
.slick-next {
  width: 14px;
  height: 24px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 1;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "slick";
  font-size: 12px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
.month-con .slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 5px;
}
.slick-prev:before {
  content: "";
  background: url(/domestic/promotions/special-info/17w/ttw/images/arrow_left_white.png) no-repeat center;
}
.month-con .slick-prev:before {
  background: url(/domestic/promotions/special-info/17w/ttw/images/icon_arrow_navy_left.png) no-repeat center;
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 25px;
}
.month-con .slick-next {
  right: 5px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  background: url(/domestic/promotions/special-info/17w/ttw/images/arrow_right_white.png) no-repeat center;
}
.month-con .slick-next:before {
  background: url(/domestic/promotions/special-info/17w/ttw/images/icon_arrow_navy_right.png) no-repeat center;
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.month-con .slick-dots {
  bottom: -45px;
}
#bottom-area .slick-dots {
  bottom: -35px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  background-color: white;
  opacity: 1;
  border-radius: 50%;
		border: 2px solid #008bcd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.month-con .slick-dots li button:before {
  border-color: #008bcd;
  background-color: transparent;
}
#bottom-area .slick-dots li button:before {
  border-color: #008bcd;
  background-color: transparent;
}
.slick-dots li.slick-active button:before {
  background-color: #042e98;
  opacity: 1;
  border-color: white;
}
.month-con .slick-dots li.slick-active button:before {
  background-color: #008bcd;
  border-color: #008bcd;
}
#bottom-area .slick-dots li.slick-active button:before {
  background-color: #008bcd;
  border-color: #008bcd;
}
