@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
.sidenav_btn a, .sidenav_list a {
  display: block;
  text-decoration: none;
}

.sidenav_btn a:hover, .sidenav_list a:hover {
  text-decoration: none;
  color: inherit;
}

.sidenav_btn::after {
  content: '';
  display: block;
  clear: both;
}

.sidenav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header {
  text-align: center;
  position: relative;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header_nav-img img {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 991.98px) {
  .header_nav-img img {
    height: 30px;
  }
}

.header_nav-text {
  position: relative;
  font-size: 0.6rem;
  padding-bottom: 6px;
  color: #a9a9a9;
  cursor: pointer;
}

.header_nav-text > span {
  padding: 0 10px;
  line-height: 1;
}

.header_nav-text:not(:last-child) span {
  border-right: 1px solid #a9a9a9;
}

.header_nav-text:hover {
  text-decoration: none;
  color: #555;
}

.header_nav-text:hover .drop {
  display: block;
  pointer-events: auto;
}

.header_nav .media-share {
  width: 16px;
  height: auto;
  display: inline-block;
  opacity: 0.5;
  margin-right: 6px;
  vertical-align: -2px;
}

@media screen and (max-width: 767.98px) {
  .header_nav .media-share {
    width: 22px;
  }
}

.header_nav .drop {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 16px;
  width: 150px;
  padding: 5px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: none;
}

.header_nav .drop a {
  display: block;
}

.header_nav .share {
  width: 130px;
  top: 21px;
}

@media screen and (max-width: 767.98px) {
  .header_nav .share {
    top: 26px;
  }
}

.header_nav .share .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.header_nav .share .list-group-item img {
  width: 35px;
  margin-right: 10px;
}

.header_nav .share .line img, .header_nav .share .fb img {
  padding: 4px;
  background-color: #00c603;
  border-radius: 5px;
}

.header_nav .share .fb img {
  background-color: #335a9d;
}

.logo_mb {
  display: none;
}

.logo_mb img {
  height: 25px;
}

@media screen and (max-width: 767.98px) {
  .header_nav {
    text-align: center;
    padding: 8px 0;
  }
  .header_nav a:not(.logo_mb), .header_nav .header_nav-text {
    display: none;
  }
  .header_nav .logo_mb {
    display: block;
  }
}

.sidenav {
  position: fixed;
  top: 140px;
  right: 0;
  text-align: right;
  z-index: 50;
}

.sidenav_btn {
  margin-bottom: 6px;
}

.sidenav_btn a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #444;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  transition: .5s;
}

.sidenav_btn a:hover {
  background-color: #009ce1;
}

.sidenav_btn a::before, .sidenav_btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.sidenav_btn a::before {
  top: 13px;
  left: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sidenav-hide .sidenav_btn a::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.sidenav_btn a::after {
  bottom: 13px;
  left: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.sidenav-hide .sidenav_btn a::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sidenav_list {
  background-color: #444;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.sidenav_list li:not(:last-child) {
  border-bottom: 1px solid #666;
}

.sidenav_list a {
  -webkit-transition: .5s;
  transition: .5s;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border-right: 4px solid transparent;
}

.sidenav_list a:hover {
  border-color: #009ce1;
  background-color: #777;
}

.sidenav-hide .sidenav_list {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.sidenav-hide {
  pointer-events: none;
}

.sidenav-hide .sidenav_btn {
  pointer-events: auto;
}

@media screen and (max-width: 767.98px) {
  .sidenav {
    background-color: #fff;
    color: #888;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sidenav_btn {
    display: none;
  }
  .sidenav_list {
    background: inherit;
    font-size: 0;
    white-space: nowrap;
    color: #777;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sidenav_list li {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1;
    border-bottom: none !important;
  }
  .sidenav_list li:not(:last-child) a {
    border-right: 1px solid #888;
  }
  .sidenav_list a {
    padding: 0 15px;
    color: #888;
  }
  .sidenav_list a:hover, .sidenav_list a:active {
    background-color: transparent;
  }
  .sidenav.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .sidenav.nav-none {
    display: none;
  }
}

.right_box {
  position: fixed;
  right: 5px;
  bottom: 20px;
  display: none;
  z-index: 20;
}

.gotop {
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(164, 164, 164, 0.85);
  padding: 7px 6px 3px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gotop img {
  width: 100%;
}

.footer {
  text-align: center;
}

.footer_bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #fff;
  padding: 15px 10px;
}

@media screen and (max-width: 767.98px) {
  .footer_bank {
    display: block;
  }
}

.footer_bank h4 {
  color: #fff;
  border: 1px solid white;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 5px 20px;
  margin: 0 10px;
}

@media screen and (max-width: 767.98px) {
  .footer_bank h4 {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.footer_bank div {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.footer_bank div a {
  color: #009ce1;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .footer_bank div {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  .footer_bank div br {
    display: none;
  }
}

.footer_pc {
  width: 100%;
  text-align: center;
  color: #b0b0b0;
  padding: 15px 10px 15px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767.98px) {
  .footer_pc {
    font-size: 14px;
  }
}

@media screen and (max-width: 575.98px) {
  .footer_pc {
    font-size: 11px;
    padding: 10px 3px 10px;
  }
}

@media screen and (max-width: 575.98px) {
  .footer_pc span {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  .footer_pc br {
    display: none;
  }
}

.footer_bank {
  display: block;
  text-align: center;
}

.footer_bank h4 {
  display: inline-block;
  margin-bottom: 8px;
}

.footer_bank div {
  display: block;
}

.app_download {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .app_download {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    max-width: 100%;
  }
  .app_download-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #333333;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .app_download-close {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.app_download a {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0 !important;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.modal-open {
  overflow: initial !important;
}

a:active,
a:focus,
button:active,
button:focus,
area:active,
area:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 991.98px) {
  .pc {
    display: none;
  }
}

.pad {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .pad {
    display: block;
  }
}

.banner {
  background-image: url("../img/banner_pc.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 360px;
}

@media screen and (max-width: 991.98px) {
  .banner {
    background-image: none;
    height: auto;
  }
}

section {
  padding: 30px 10px;
  max-width: 952px;
  margin: 0 auto;
}

.step {
  margin-bottom: 60px;
}

@media screen and (max-width: 767.98px) {
  .step {
    margin-bottom: 45px;
  }
}

.step p {
  margin-top: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
  outline: 0;
}

@media screen and (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    display: block;
  }
}

.title {
  font-size: 3rem;
  font-weight: 300;
}

@media screen and (max-width: 767.98px) {
  .title {
    font-size: 1.75rem;
    text-align: center;
  }
}

.sub_title {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #444;
}

@media screen and (max-width: 767.98px) {
  .sub_title {
    font-size: 1rem;
    text-align: left;
  }
}

@media screen and (max-width: 767.98px) {
  .swiper-slide {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  .swiper-slide img {
    width: 70%;
  }
}

.step3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  .step3 {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=all.css.map */