@charset "UTF-8";
/* Font_Noto Sans TC */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional");

/* reset */
body {
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe,
button,
a {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0px;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 1px;
  line-height: 1.6;
  list-style: none;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: normal 16px/100% "Noto Sans TC", sans-serif;
  background-color: #fff;
}

/*reset end*/

/* 通用設定 */
.web {
  display: block;
}

.mobile {
  display: none;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.color-blue {
  color: #4b9af8 !important;
}

.color-green {
  color: #43ab57 !important;
}

.color-orange {
  color: #ea7b25 !important;
}
.color-orange2 {
  color: #FF674D !important;
}

.color-red {
  color: #dd3e3e !important;
}

.color-pink {
  color: #e5056a !important;
}

.tB {
  font-weight: bold;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.d-flex {
  display: flex;
}


.page {
  width: 100%;
}

/* header */
.wrapper {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 2px 2px 2px 1px rgba(170, 170, 170, 0.3);
  padding: 15px 0px 5px 0px;
}

header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #209cff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #209cff 0%,
      #44d186 32%,
      #eec516 75%,
      #fd884e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#209cff', endColorstr='#fd884e', GradientType=1);
  /* IE6-9 */
}

.headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.colorBar {
  flex: 1;
  align-self: flex-start;
  width: 100%;
  height: 8px;
}

.headerLogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 20px 0px 40px;
}

.headerLogo img {
  height: 100%;
}

.headerLogo .cht {
  height: 40px;
}

.headerLogo .one {
  height: 30px;
}

header .border {
  font-size: 24px;
  color: #a6a6a6;
  margin: 0px 15px;
}

header ul {
  flex: 1;
}

header li {
  display: inline-block;
}

header li a {
  display: block;
  font-size: 18px;
  color: #323232;
  margin: 0px 15px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  line-height: 1;
}

header li a:hover {
  color: #4b9af8;
}

/* 前往綁定 */
.bind {
  font-size: 18px;
  font-weight: 500;
  color: #eb7b25;
  border: solid 2px #eb7b25;
  border-radius: 14px;
  padding: 4px 10px;
  margin-right: 80px;
}

.bind:hover {
  background-color: #eb7b25;
  color: #fff;
  transition: 0.3s;
}

/* 會員icon */
.member {
  margin-right: 80px;
}

.member img {
  width: 100%;
}

.member:hover {
  opacity: 0.6;
}

/* download */
.bg-download {
  background: url(../images/bg-download.png) no-repeat center top / cover;
  padding-top: 120px;
}

.download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.download h2 {
  font-size: 30px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 10px;
}

.download p {
  color: #6d6d6d;
  font-size: 20px;
  line-height: 30px;
}

.dw-left a {
  display: inline-block;
  width: 145px;
  height: auto;
  margin: 25px 25px 25px 0px;
}

.dw-left a img {
  width: 100%;
}

.dw-left a img:hover {
  transition: 0.3s;
  opacity: 0.6;
}

.dw-right img {
  width: 100%;
  position: relative;
  top: 7px;
}

/* footer */
footer {
  background-color: #eaeaea;
  text-align: center;
  padding: 20px 10px;
}

footer li {
  display: inline-block;
}

footer li::after {
  content: "｜";
  margin-left: 1px;
}

footer li:nth-child(6)::after {
  content: "";
}

footer li a {
  font-size: 15px;
  color: #696969;
  transition: 0.3s;
  position: relative;
  line-height: 24px;
  vertical-align: top;
}

footer p {
  font-size: 14px;
  color: #696969;
  margin-top: 10px;
}

/* popup */
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
}

.popup-content {
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  left: 50%;
  width: 740px;
  border-radius: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 50px 30px;
  text-align: center;
}

.popup-content p {
  color: #6d6d6d;
  font-size: 20px;
  line-height: 30px;
  margin: 35px 0px;
}

.popup-content a {
  color: #4b9af8;
  word-break: break-all;
}

.popup-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.popup-icon img {
  width: 100%;
  height: auto;
}

.popup-cancel {
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-checkbox {
  margin: -20px 0px 25px;
}

.popup-checkbox label {
  cursor: pointer;
  color: #6d6d6d;
  font-size: 20px;
}

.popup-checkbox input[type="checkbox"] {
  display: none;
}

.popup-checkbox input[type="checkbox"]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-check-off.png);
  background-size: contain;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.popup-checkbox input[type="checkbox"]:checked+label::before {
  background-image: url(../images/icon-check-on.png);
}

.popup-content.tL {
  text-align: left;
}

.popup-content h2 {
  font-size: 24px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
  color: #323232;
  font-weight: 500;
}

.popup-content h4 {
  color: #4b9af8;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  text-align: center;
  line-height: 1.4;
}

/* .popup-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 18px;
  top: 6px;
  background-color: #4b9af8;
} */

/* 開通說明 */
.swiper-button-prev::after {
  content: "";
  background: url(../images/icon-prev.png) no-repeat center / contain;
  position: absolute;
  top: 6px;
  left: -10px;
  width: 34px;
  height: 34px;
}

.swiper-button-next::after {
  content: "";
  background: url(../images/icon-next.png) no-repeat center / contain;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 34px;
  height: 34px;
}

.openPg {
  margin-top: 20px;
}

.openSwiperbx {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.openSwiperbx::before {
  content: "";
  width: 500px;
  height: 500px;
  /* background-color: #e7f2ff; */
  background-color: #f4f9ff;
  border-radius: 50%;
  position: absolute;
  left: -115px;
  top: 47%;
  transform: translateY(-50%);
}

.openSwiperbx .thumb-slider-wrapper {
  display: flex;
  position: relative;
}

.openSwiperbx .thumb-slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.openSwiperbx .thumbs {
  position: relative;
  margin-left: 40px;

}

.openSwiperbx .thumbs .swiper-container {
  height: 400px;
  /* overflow: hidden; */
}

.openSwiperbx .thumbs .swiper-slide {
  /* opacity: 0.4; */
}

.openSwiperbx .thumbs .swiper-slide h4 {
  color: #bedafc;
}

.openSwiperbx .thumbs .swiper-slide p {
  color: #ddd;
}

.openSwiperbx .thumbs .swiper-slide .circle {
  background-color: #c0c0c0;
}

.openSwiperbx .thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.openSwiperbx .thumbs .swiper-slide-thumb-active h4 {
  color: #4b9af8;
}

.openSwiperbx .thumbs .swiper-slide-thumb-active p {
  color: #333;
}

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

.openSwiperbx .open-phone {
  width: 270px;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}


.openSwiperbx .open-step {
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.openSwiperbx .open-step .swiper-slide::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 26px;
  width: 2px;
  height: 100%;
  background-color: #c0c0c0;
}

.openSwiperbx .open-step .swiper-slide:last-of-type::before {
  display: none;
}

/* .openSwiperbx .open-step::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 20px;
  width: 2px;
  height: 65%;
  background-color: #c0c0c0;
} */

.openSwiperbx .open-step .swiper-slide {
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
}

.openSwiperbx .open-step .swiper-slide-thumb-active .circle {
  background-color: #4b9af8;
}

.openSwiperbx .open-step h4 {
  font-size: 24px;
  color: #4b9af8;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
}

.openSwiperbx .open-step p {
  font-size: 18px;
  color: #333;
}

.openSwiperbx .circle {
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #777;
  transition: 0.2s all ease-in-out;
}


.openSwiperbx .swiper-pagination {
  display: flex;
  left: 310px;
  bottom: 25px;
  width: 250px;
}

.openSwiperbx .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #000;
}

.openSwiperbx .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #4b9af8;
  background-color: #4b9af8;

}

.openSwiperbx .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.openSwiperbx .swiper-button-prev {
  position: absolute;
  bottom: 15px;
  right: 40px;
  transform: initial;
  top: auto;
  left: auto;
  width: 34px;
  height: 34px;
  border: 1px solid #333;
  border-radius: 50%;
  z-index: 10;
  margin-right: 15px;
  transition: 0.2s all ease-in-out;
}

.openSwiperbx .swiper-button-next {
  position: absolute;
  bottom: 15px;
  right: 0px;
  transform: initial;
  top: auto;
  left: auto;
  width: 34px;
  height: 34px;
  border: 1px solid #333;
  border-radius: 50%;
  z-index: 10;
  transition: 0.2s all ease-in-out;
}



.openSwiperbx .swiper-button-prev::after {
  /* background: url(../images/icon-prev-2.png) no-repeat center / contain; */
  background: none;
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.2s all ease-in-out;
}

.openSwiperbx .swiper-button-next::after {
  /* background: url(../images/icon-next-2.png) no-repeat center / contain; */
  background: none;
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.2s all ease-in-out;
}

.openSwiperbx .swiper-button-next:hover,
.openSwiperbx .swiper-button-prev:hover {
  background-color: #333;
}

.openSwiperbx .swiper-button-next:hover::after,
.openSwiperbx .swiper-button-prev:hover::after {
  border-color: #fff;
}

.openlist {
  padding: 25px;
  border-radius: 10px;
  background: #f8f8f8;
  margin-bottom: 0px;

}

.openlist li {
  list-style: cjk-ideographic;
  line-height: 1.7;
  margin-left: 40px;
}

.openlist li a {
  color: #4b9af8;
  word-break: break-all;
}

.openlist li+li {
  margin-top: 15px;
}

.openSwiperbx1-2 .thumb-slider-wrapper {
  padding-bottom: 90px;
}

.openSwiperbx1-2 .thumbs .swiper-container {
  height: 600px;
}

.openSwiperbx1-2 .open-step {
  margin-top: 0;
}

/* 小網樣式 */
@media screen and (max-width: 768px) {
  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* header */
  .headerLogo {
    margin: 0px 0px 0px 45px;
  }

  .headerLogo .cht {
    height: 28px;
  }

  .headerLogo .one {
    height: 22px;
  }

  header .border {
    font-size: 18px;
    margin: 0px 5px;
  }

  .bind {
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 4px;
    margin-right: 10px;
  }

  .member {
    margin-right: 10px;
    width: 34px;
  }

  /* download */
  .bg-download {
    background: url(../images/bg-download-m.png) no-repeat center top / cover;
    padding-top: 0px;
  }

  .download {
    text-align: center;
  }

  .download h2 {
    font-size: 24px;
  }

  .download p {
    font-size: 18px;
  }

  .dw-left {
    margin-top: 60px;
  }

  .dw-left a {
    margin: 20px 5px 20px 0px;
  }

  .dw-right img {
    left: 7px;
  }

  /* footer */
  footer {
    padding: 10px 5px;
  }

  /* popup */
  .popup-content {
    width: calc(100% - 30px);
    padding: 40px 15px;
  }

  .popup-icon {
    width: 100px;
    height: 100px;
  }

  .popup-cancel {
    top: 20px;
    right: 20px;
  }

  .popup-content h2 {
    font-size: 21px;
  }

  .popup-content h4 {
    color: #4b9af8;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
  }

  /* 開通說明 */
  .openSwiperbx .mobile {
    display: none;
  }


}

@media screen and (max-width:767px) {

  /* 開通說明 */
  .openSwiperbx {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 30px;
  }

  .openSwiperbx .mobile {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;

  }

  .openSwiperbx::before {
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
  }

  .openSwiperbx .thumb-slider-wrapper {
    flex-direction: column-reverse;
  }

  .openSwiperbx .open-phone {
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .openSwiperbx1-2 .thumb-slider-wrapper {
    padding-bottom: 10px;
  }

  .openSwiperbx .open-step {
    margin-left: 0;
    margin-top: 0;
  }

  .openSwiperbx .thumbs .swiper-slide p {
    display: none;
  }

  .openSwiperbx .open-step .swiper-slide {
    padding-left: 0;
  }

  .openSwiperbx .open-step h4 {
    font-size: 20px;
    text-align: center;
  }

  .openSwiperbx .circle {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .openSwiperbx .open-step::before {
    width: 80%;
    height: 2px;
    left: 35px;
    top: 45px;
  }

  .openSwiperbx .thumbs .swiper-container {
    height: 80px;
  }

  .openSwiperbx .swiper-button-prev {
    left: 15px;
    top: 63%;
    transform: translateY(-50%);
  }

  .openSwiperbx .swiper-button-next {
    right: 15px;
    top: 63%;
    transform: translateY(-50%);
  }

  .openlist {
    padding: 20px 15px;
  }

  .openSwiperbx .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: auto;
  }

  .openSwiperbx .open-step .swiper-slide::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    width: 105%;
    height: 2px;
    background-color: #c0c0c0;
  }

}

@media screen and (max-width: 360px) {

  .bind,
  .member {
    display: none;
  }

  /* download */
  .download h2 {
    font-size: 21px;
  }

  .download p {
    font-size: 17px;
  }

  .dw-left a {
    width: 125px;
  }

  /* popup */
  .popup-content {
    width: 290px;
  }
}