﻿@charset "UTF-8";
/* Slider */
/* .slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
} */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 999;
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: 0px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 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('png');
} */
.slick-prev {
  width: 70px;
  height: 70px;
  left: -10px;
  top: 50%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  position: absolute;
  width: 32px;
  height: auto;
  top: 0px;
  left: 0px;
  content: url(../images/btn-previous.svg);
}
[dir="rtl"] .slick-prev:before {
  content: url(../images/btn-next.svg);
}
.slick-next {
  width: 70px;
  height: 70px;
  right: -10px;
  top: 50%;
}
[dir="rtl"] .slick-next {
  left: auto;
  right: auto;
}
.slick-next:before {
  position: absolute;
  width: 32px;
  height: auto;
  top: 0px;
  right: 0px;
  content: url(../images/btn-next.svg);
}
[dir="rtl"] .slick-next:before {
  content: url(../images/btn-previous.svg);
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: 5%;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0px;
  width: 0px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  background: #BFC0C0;
  border-radius: 50px;
  position: absolute;
  top: 30;
  left: 0;
  content: "";
  width: 2.4em;
  height: 2.4em;
  font-family: "slick";
  font-size: 6px;
  line-height: 0px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #825dc7 ;
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 768px) {
  .slick-prev {
    width: 35px;
    height: 35px;
    left: 0px;
    top: 70%;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
  }
  .slick-prev:before {
    /* display: none; */
    position: absolute;
    width: 35px;
    height: auto;
    top: 0px;
    left: 0px;
    content: url(../images/btn-previous.svg);
  }
  [dir="rtl"] .slick-prev:before {
    content: url(../images/btn-next.svg);
  }
  .slick-next {
    width: 35px;
    height: 35px;
    right: 0px;
    top: 70%;
  }
  [dir="rtl"] .slick-next {
    left: auto;
    right: auto;
  }
  .slick-next:before {
    /* display: none; */
    position: absolute;
    width: 35px;
    height: auto;
    top: 0px;
    right: 0px;
    content: url(../images/btn-next.svg);
  }
  [dir="rtl"] .slick-next:before {
    content: url(../images/btn-previous.svg);
  }
  .slick-dots {
    position: absolute;
    bottom: auto;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 2%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 10px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 0px;
    width: 0px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:before {
    background: #BFC0C0;
    border-radius: 50px;
    position: absolute;
    top: 30;
    left: 0;
    content: "";
    width: 2em;
    height: 2em;
    font-family: "slick";
    font-size: 6px;
    line-height: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* .slick-dots li.slick-active button:before {
    background: rgba(139,210,73,.8) ;
  } */
}

/* 步驟說明滑動 */
.slider {
  padding: 60px 0 180px;
}

/* .slider-center {
  max-width: 1300px;
  margin: auto;
} */

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  top: auto;
  bottom: -5%;
}

.step-group .slide {
  position: relative;
  /*opacity: 0.2;*/
  padding:0 2%;
  transition: 0.3s;
}

.step-group .slick-prev,
.step-group .slick-next {
  width: 70px;
  height: 70px;
  background-color: rgba(147, 218, 73, .8);
  border-radius: 50%;
  top: 56%;
}

.step-group .slick-prev {
  left: 20px;
}

.step-group .slick-next {
  right: 20px;
}

.step-group .slick-prev:before {
  top: 11px;
  left: 13px;
}

.step-group .slick-next:before {
  top: 11px;
  right: 13px;
}

.step-group .slick-dots {
  bottom: -8%;
}

.step-group .slick-active {
  opacity: 1;
  transition: 0.3s;
}

.step-group .slick-list {
  padding: 0 15% !important;
}

/* 健保快易通步驟樣式 */

.step-app .slick-dots li button:before {
  background-color: #fff;
}

.step-app .slick-dots li.slick-active button:before {
  background-color: #825dc7;
}


.step1 {
  position: relative;
}

.app-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  width: 25%;
}

.slide .app-link img {
  margin-bottom: 8px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .app-link {
    width: 30%;
  }

  .slide img {
    max-width: 100%;
  }

  .step-mydata .slick-prev, 
  .step-mydata .slick-next {
    top: 45%
  }
}

@media screen and (max-width: 600px) {
  .slider {
    padding: 30px 0 20px;
  }

  .step-group .slick-prev, 
  .step-group .slick-next {
      width: 50px;
      height: 50px;
  }

  .step-group .slick-prev:before {
      content: "";
      background: url(../images/btn-previous.svg) no-repeat center/100%;
      width: 25px;
      height: 28px;
  }

  .step-group .slick-next:before {
      content: "";
      background: url(../images/btn-next.svg) no-repeat center/100%;
      width: 25px;
      height: 28px;
  }

}