@charset "UTF-8";

.catalog-box {
  padding: 3% 0 0 0;
}

.catalog-box .slider {
  margin-bottom: 30px;
}

.catalog-box .slider .item {
  padding: 0 10px;
  position: relative;
}

.catalog-box .slider .item a {
  display: block;
  position: relative;
}

.catalog-box .slider .item .name {
  position: relative;
  font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(215, 0, 15, 0.3);
  padding: 0.55em 2.5em 0.55em 1em;
  z-index: 2;
}

.catalog-box .slider .item .pic {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px !important;
  z-index: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-box .slider .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-box .slider .item .bg {
  overflow: hidden;
  position: absolute;
  line-height: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.catalog-box .slider .item .bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(69, 122, 255, 0.3);
}

.catalog-box .slider .item .bg img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 110%;
}

.catalog-box .slider .item:nth-child(3n-1) .bg:after {
  background: rgba(215, 0, 15, 0.3);
}

.catalog-box .slider .item:nth-child(3n) .bg:after {
  background: rgba(255, 249, 0, 0.3);
}

.download {
  width: 42px;
  height: 45px;
  position: absolute;
  text-indent: -9999px;
  background: #E50012;
  border: #E50012 1px solid;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

.download:before {
  content: '\f1c1';
  position: absolute;
  color: #FFF;
  text-indent: 0px;
  left: 8px;
  top: 2px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download:hover {
  background: #FFF;
  border: #E50012 1px solid;
}

.download:hover:before {
  color: #E50012;
}

.carousel-box {
  z-index: 5;
  width: 100%;
}

.carousel-box .control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 150px;
  margin: -20px auto 0;
}

.carousel-box .control-box .slick-arrow {
  background: transparent;
  text-indent: -9999px;
  position: relative;
}

.carousel-box .control-box .slick-arrow:before {
  content: '';
  position: absolute;
  border-radius: 100%;
  display: block;
  width: 18px;
  height: 18px;
  background: #457AE1;
}

.carousel-box .control-box .slick-arrow:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 11px;
  display: block;
  background: url(../images/ar.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-box .control-box .slick-arrow.slick-prev:before {
  right: 0;
}

.carousel-box .control-box .slick-arrow.slick-prev:after {
  right: 8px;
  top: 4px;
  background-position: right;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.carousel-box .control-box .slick-arrow.slick-next:before {
  left: 0;
}

.carousel-box .control-box .slick-arrow.slick-next:after {
  left: 8px;
  top: 4px;
  background-position: right;
}

.carousel-box .control-box .slick-arrow.slick-prev:hover:after {
  width: 100px;
}

.carousel-box .control-box .slick-arrow.slick-next:hover:after {
  width: 100px;
}

.carousel-box .controls {
  max-width: 80px;
  text-align: center;
  margin: 0 auto 0;
}

.carousel-box .controls span {
  color: #4579E0;
}