@font-face {
  font-family: "SourceHanSans-ExtraLight";
  src: url("font/SourceHanSans-ExtraLight.eot?") format("eot"), url("font/SourceHanSans-ExtraLight.woff") format("woff"), url("font/SourceHanSans-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSans-Light";
  src: url("font/SourceHanSans-Light.eot?") format("eot"), url("font/SourceHanSans-Light.woff") format("woff"), url("font/SourceHanSans-Light.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSans-Regular";
  src: url("font/SourceHanSans-Regular.eot?") format("eot"), url("font/SourceHanSans-Regular.woff") format("woff"), url("font/SourceHanSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSans-Medium";
  src: url("font/SourceHanSans-Medium.eot?") format("eot"), url("font/SourceHanSans-Medium.woff") format("woff"), url("font/SourceHanSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("font/SourceHanSans-Bold.eot?") format("eot"), url("font/SourceHanSans-Bold.woff") format("woff"), url("font/SourceHanSans-Bold.otf") format("opentype");
}
/* fadein contents */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/common/ajax-loader.gif?1480998055') center center no-repeat;
}

/* 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 {
  z-index: 900;
  position: absolute;
  display: block;
  width: 100px;
  height: 200px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
.slick-prev:after,
.slick-next:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background-image: url('../images/common/arw-carousel.png?1491816965');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #880909;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slick-prev:hover:after,
.slick-next:hover:after {
  background-image: url('../images/common/arw-carousel-red-dark.png?1491840685');
  background-color: #fff;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -moz-transform: rotate(180deg) translate(0, -50%);
  -ms-transform: rotate(180deg) translate(0, -50%);
  -webkit-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
}
.slick-prev:after {
  -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: -85px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1;
}
.slick-dots li {
  z-index: 11;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  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: 5px;
  left: 5px;
  content: '';
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #c8c8c8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:last-of-type {
  display: none;
}
.slick-dots li.slick-active button:before {
  background-color: #880909;
}
