@charset "UTF-8";
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://use.typekit.net/jxv6myh.css");
body {
  font-family: stolzl, "Noto Sans TC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: stolzl, "Noto Sans TC", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

section {
  padding: 1rem;
}

ul li {
  list-style-type: decimal;
}

.li_none {
  list-style-type: none;
}

button {
  border: 0px;
}

@media (min-width: 768px) {
  .title-m {
    padding-top: 5rem;
    margin-left: 10rem;
  }
  .btn-radius {
    border-radius: 3rem;
    width: 60%;
    margin: 0 auto;
  }
  .card_p {
    padding-left: 0;
    padding-right: 1.2rem;
  }
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.img_fluid {
  width: 60%;
}

@media (min-width: 768px) {
  .showcase {
    padding: 4rem;
  }
  .modal-dialog_w {
    max-width: 960px;
    margin: 4rem auto;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 1rem;
  }
  .img_fluid {
    width: 100%;
  }
  .title-m {
    padding-top: 3rem;
    margin-left: 2rem;
  }
  .btn-radius {
    border-radius: 3rem;
    width: 100%;
    margin: 0 auto;
  }
  .card_p {
    padding-left: 0;
    padding-right: 0rem;
  }
}
.btn-primary {
  color: #fff;
  background-color: #71BF44;
  border-color: #71BF44;
}

.btn-primary:hover {
  color: #fff;
  background-color: #059044;
  border-color: #059044;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 196, 63, 0.5);
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #71BF44;
  border-color: #71BF44;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #059044;
  border-color: #059044;
}

.btn-gray {
  color: #fff;
  background-color: #dbdcdc;
  border-color: #dbdcdc;
}

.btn-orange {
  color: #fff;
  background-color: #F4811F;
  border-color: #F4811F;
}

.btn-orange:hover {
  color: #fff;
  background-color: #c76919;
  border-color: #c76919;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 129, 31, 0.5);
}

.btn-orange.focus, .btn-orange:focus {
  color: #fff;
  background-color: #F4811F;
  border-color: #F4811F;
}

.btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c76919;
  border-color: #c76919;
}

.btn-white {
  color: #71BF44;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #231815;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0);
}

.btn-white.focus, .btn-white:focus {
  color: #231815;
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
  color: #231815;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
  font-weight: 450;
}

.text_orange {
  color: #F4811F;
}

.text_red {
  color: #e50012;
}

.text_white {
  color: #fff;
}

.text_green {
  color: #71BF44;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

footer {
  padding: 1.6rem 0;
}

footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

.table {
  border-color: rgb(255, 230, 193);
}
.table th, .table td {
  color: #4e1201;
}

.table > :not(caption) > * > * {
  background-color: #fff7e7;
}

.btn-circle {
  border-radius: 100%;
  height: 4.5rem;
  width: 4.5rem;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.full-width-bloc {
  padding-left: 0;
  padding-right: 0;
}

.full-width-bloc .row {
  margin-left: 0;
  margin-right: 0;
}

.full-width-bloc .container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.hr {
  background-color: #3a3b45;
  height: 1px;
  border: 0;
}

.hr_orange {
  background-color: #F4811F;
  height: 3px;
  border: 0;
}

.lead {
  font-size: 1.25rem;
  font-weight: 360;
  margin: 0.8rem 0 0.2rem 0;
}

.item a:hover {
  text-decoration: none;
}

.card-text1x {
  font-size: 1.3rem;
}

.card-text1x, .item span, .item p {
  color: #231815;
}
.card-text1x .text_orange, .item span .text_orange, .item p .text_orange {
  color: #F4811F;
}

.card-footer p, .card-footer span {
  color: #ffffff;
}

.title-m2 {
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.select_text {
  margin-top: 0.6rem;
  font-size: 1.3rem;
}

/* wrapper */
.wrapper {
  margin: 30px auto;
  width: 80%;
  font-family: sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .price-wrapper {
    margin: 0;
  }
}

.accordion {
  --bs-accordion-btn-focus-border-color:#def3e8;
  --bs-accordion-border-color:#def3e8;
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(222, 243, 232, 0.25);
}

.accordion-button {
  font-size: 1.2rem;
}

.accordion-button:not(.collapsed) {
  color: #033b4e;
  background-color: #d3edf6;
}

.accordion-button:focus {
  border-color: #d3edf6;
  box-shadow: none;
}

.accordion-button::after{
  content: "+";
  background-image: none;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #FFF;
  border-radius: 99em;
  padding:16px;
  font-weight: bold;
  transition: .3s ease-in-out;
}
.accordion-button:not(.collapsed):after{
  content: "-";
  background-image: none;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #FFF;
  border-radius: 99em;
  padding:16px 16px 18px 16px;
  font-weight: bold;
  font-weight: bold;
}

.accordion-button:hover::after{
  animation-name: jump;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes jump{
  0%{transform: translateY(0px);}
  25%{transform: translateY(-20px);}
  40%{transform: translateY(0px);}
  55%{transform: translateY(-10px);}
  70%{transform: translateY(0px);}
  85%{transform: translateY(-5px);}
  100%{transform: translateY(0px);}
}

#wrapper .Event-info {
  box-shadow: none;
  padding-top: 30px;
}
#wrapper #tab2, #wrapper #tab3 {
  padding: 0 10%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin: 0;
    width: 100%;
  }
  #wrapper #tab2, #wrapper #tab3 {
    padding: 0%;
  }
}
#wrapper h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#wrapper h1 + p {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
}
#wrapper .tabs {
  padding-left: 0;
  width: 100%;
}
#wrapper .tabs li {
  float: left;
  width: 50%;
  list-style: none;
}
#wrapper .tabs li:nth-child(1) a {
  border-radius: 50px 0 0;
}
#wrapper .tabs li:nth-child(2) a {
  border-radius: 0px 50px 0 0;
}
#wrapper .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #888;
  padding: 20px 0;
  border-bottom: 5px solid #888;
}
#wrapper .tabs a:hover, #wrapper .tabs a.active {
  color: #08bf5b;
  border-bottom: 5px solid #08bf5b;
}
@media screen and (max-width: 992px) {
  #wrapper .tabs a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .tabs a {
    font-size: 14px;
    padding: 10px 0;
  }
}
#wrapper .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper body {
  padding: 50px;
  background: #fff;
}
#wrapper .wrapper {
  width: 70%;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  #wrapper .wrapper {
    width: 100%;
    padding-bottom: 30px;
  }
}
#wrapper .panel-heading {
  padding: 0;
  border: 0;
}
#wrapper .panel-title > a, #wrapper .panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
#wrapper .panel-heading a:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
#wrapper .panel-heading.active a:before {
  transform: rotate(180deg);
}

/* wrapper-end */
.modal-footer {
  border-top: 0px;
}

.form-control_select {
  border-radius: 3rem;
  display: block;
  width: 50%;
  height: 3.2rem;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 1rem;
}

.navbar-light {
  background-color: #fff;
}

.navbar {
  background-color: #ffc827;
}
.navbar ul li {
  list-style: none;
}

.scrolly {
  position: relative;
  height: 350px;
  overflow-y: scroll;
}

.btn-block20 {
  border-radius: 10rem;
  display: block;
  width: 20%;
}

.bg_green {
  background-color: #71BF44;
}

.bg_white {
  background-color: #ffffff;
}

.bg_gray {
  background-color: #EEEEEE;
}

.bg_gray2 {
  background-color: #F9F9F9;
}

.bg_gray3 {
  background-color: #f7f8f8;
}

.bg_orange {
  background-color: #FFAC3E;
  color: #fff;
}

.inline {
  display: inline;
}

.card_img {
  background-color: #F9F9F9;
  padding: 2rem;
  border-bottom: 1px #888 solid;
}

@media screen and (min-width: 992px) {
  .Outer {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1080px;
  }
  .Outer .collapse {
    margin-top: 16px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 992px) {
  .Outer {
    width: 100%;
    display: block;
    min-height: 40px;
    position: relative;
  }
  .Outer .navbar-toggler {
    position: absolute;
    top: 0;
    right: 3%;
  }
}
.Disney {
  position: relative;
  padding: 0;
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Disney.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 1000px;
  width: 100%;
}
.Disney .container {
  width: 100%;
  position: absolute;
  bottom: 3%;
  display: flex;
  justify-content: center;
}
.Disney .container span {
  color: yellow;
}
.Disney .container h3, .Disney .container p {
  text-shadow: rgba(0, 0, 0, 0.8) 1px 0 20px;
}
.Disney .container p {
  margin: 10px 0;
  font-size: 18px;
}
.Disney .container .Notice {
  color: #ffffff;
  font-size: 13px;
  font-weight: lighter;
}
@media screen and (max-width: 990px) {
  .Disney {
    min-height: 900px;
    background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Disney_md.jpg);
    background-position: center;
  }
  .Disney .container {
    bottom: 8%;
  }
  .Disney .container h3, .Disney .container p {
    text-shadow: rgba(0, 0, 0, 0) 1px 0 20px;
  }
}

.TwoBlock {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Sale .card_img {
  max-width: 300px;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}
.Sale .card_img .img-fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#owl-demo .item {
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-prev span, .owl-next span {
  font-size: 10rem;
  color: #dbdbdb;
}

.convenience-list {
  background-color: #71BF44;
}
.convenience-list .convenience-box {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 35px;
  text-align: center;
  height: 90px;
}
.convenience-list .convenience-box .disable {
  opacity: 0.7;
  cursor: default;
}
.convenience-list .convenience-box p a {
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 400;
}
.convenience-list .convenience-box p a:hover {
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-prev, .owl-next {
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots {
  margin: 50px 0 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.owl-carousel .owl-nav button.owl-prev, .section-MobilePayment .owl-carousel .owl-nav button.owl-prev:hover {
  left: 1%;
  top: 40%;
  width: 57px;
  height: 96px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev, .section-MobilePayment .owl-carousel .owl-nav button.owl-prev:hover {
    display: none;
  }
}

.owl-carousel .owl-nav button.owl-next, .section-MobilePayment .owl-carousel .owl-nav button.owl-next:hover {
  right: 1%;
  top: 40%;
  width: 57px;
  height: 96px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .section-MobilePayment .owl-carousel .owl-nav button.owl-next:hover {
    display: none;
  }
}

.item > .card {
  width: 300px;
}

/* .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover{
    background: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/button_arrow_left.png) center center/contain no-repeat;
  }
 */
.owl-prev span, .owl-next span {
  font-size: 100px;
  color: #08bf5b;
}

/* 600萬 */
.owl-carousel .item button {
  padding: 0 0;
}
.owl-carousel .item .card {
  min-height: 550px;
}
.owl-carousel .item .card-img-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .item .card-img-top .img-fluid {
  margin: 15px;
  width: 350px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
iframe {
  height: 500px;
}
@media screen and (max-width: 767px) {
  iframe {
    height: 1000px;
  }
}

.owl-carousel .card {
  border: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

/* 600萬 end */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #71BF44;
  color: white;
  border-radius: 2rem;
  font-size: 1.3rem;
}

.nav-pills .nav-link {
  border: 1px #71BF44 solid;
  color: #231815;
  border-radius: 2rem;
  margin: 0 0.3rem;
  font-size: 1.3rem;
}

#btn_float {
  right: 24px;
  bottom: 130px;
  position: fixed;
  z-index: 1001;
}

.btn_float {
  width: 100px;
  height: 100px;
  border-radius: 10rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  box-shadow: 0 8px 14px rgba(36, 88, 110, 0.15);
  cursor: pointer;
  background-image: linear-gradient(0deg, #f76b1c 0%, #f2d50f 100%);
}

.btn_float > a {
  color: #fff;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
}

.tab-content > .active {
  height: auto;
}

.event-top {
  color: black;
}
.event-top .Date {
  color: #ff860f;
  font-weight: normal;
}

.PayTool {
  display: flex;
  border-radius: 50px;
  align-items: center;
  flex-direction: row;
  line-height: 1.5rem;
  font-size: 22px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .PayTool {
    flex-direction: column;
  }
}
.PayTool .App, .PayTool .Card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #08bf5b;
  background-color: #08bf5b;
  min-height: 500px;
  padding: 30px 20px;
  border-radius: 50px;
}
.PayTool .App p, .PayTool .Card p {
  margin-top: 20px;
  font-weight: bold;
  color: white;
}
.PayTool .App p span, .PayTool .Card p span {
  font-weight: lighter;
  font-size: 16px;
}
.PayTool .App img, .PayTool .Card img {
  max-width: 300px;
  height: auto;
}

.btn1{
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px 15px 5px 15px;
  color: #FFF;
  background-color: #1e7c2e;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 8px 0px 0px #8ec897;
  transition: .2s ease-in-out;
  text-wrap-mode: wrap;
  border: 0;
  align-items: baseline;
  transform: translatey(-5px);
}
.btn1:hover{
  transform: translatey(-8px);
}
.btn1:focus{
  transform: translateY(-2px);
  box-shadow: 0px 4px 0px 0px #8ec897;
}
.StepWrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
}
.breadcrumb-item + .breadcrumb-item{
padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2px 0 0;
}
.Step {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
}
.Step img {
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px;
}
.Step p {
  margin: 15px 0;
}
.Step::before {
  font-size: 25px;
  color: #08bf5b;
}
.Step::after {
  content: "";
  position: absolute;
  right: -30%;
  top: 60%;
  background-image: url(/image/button_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .Step::after {
    content: none;
  }
}
.Step:last-child::after {
  content: none;
}

.Step4::before {
  content: "STEP4";
}

.Step3::before {
  content: "STEP3";
}

.Step2::before {
  content: "STEP2";
}

.Step1::before {
  content: "STEP1";
}

.accordion-collapse .StepWrapper {
  gap: unset;
}
.accordion-collapse .StepWrapper .Step::after {
  content: none;
}

.Gift1 {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.Gift1 h5 {
  font-weight: normal;
  text-align: center;
  line-height: 1.5rem;
}

/* .Event-info {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px;
  border: 0px;
} */
.Event-info .card-ul {
  padding: 0 10%;
}
/* .Event-info .card-title {
  color: #059044;
} */
.Event-info li {
  line-height: 1.8rem;
}
.Event-info li ol {
  margin-top: 15px;
}
.Event-info li ol li {
  list-style: none;
}
#Event h4{
text-decoration: none;
}
#Event a:hover{
text-decoration: none;
}
/* .Event-info li ol li::before {
  content: "•"; 
  color: #08bf5b;
  font-weight: bold;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
} */
@media screen and (max-width: 768px) {
  .Event-info {
    box-shadow: none;
  }
  .Event-info .card-ul, .Event-info .accordion {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .iPhone-wrapper {
    flex-direction: column;
  }
}

.iPhone {
  background-color: #1bbb63;
  display: flex;
  height: 800px;
  background-image: url(https://wwwtest.i-pass.com.tw/ips/UIUX/MK_Events/iPASSMONEY600/image/iphone.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .iPhone {
    background-size: cover;
    max-height: 300px;
    background-position: top;
  }
}

.iPhone-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  background-color: #059044;
  color: white;
  height: inherit;
}
.iPhone-text h1 {
  color: #ffbf0f;
}
.iPhone-text h2 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .iPhone-text {
    min-height: 300px;
  }
}

.Note {
  color: #5a5c69;
  font-size: 14px;
}


.carousel {
  background-color: #ebebeb;
}
.carousel .card-footer {
  height: 50px;
  background-color: #08bf5b;
  width: 200px;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whell {
  background-color: white;
  padding: 0;
  margin: 250px 0;
}
@media screen and (max-width: 768px) {
  .whell {
    margin: 50px 0;
  }
}

.FourIcon {
  background: no-repeat center url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Community.png);
  background-size: contain;
  height: 100px;
  width: 139px;
  margin: 0 auto;
}

.Text, .Title {
  line-height: 1.8;
  color: #3E3A39;
}

.Button1 .Text {
  color: #08bf5b;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3;
  transition: 0.3s;
}
.Button1 .Text a {
  color: #08bf5b;
  font-weight: normal;
}
.Button1:hover {
  text-decoration: none;
  cursor: pointer;
}
.Button1:hover .Text {
  color: #5a9e33;
}

#Intro {
  border-top: 5px solid #c2c2c2;
}

.ComingSoon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.ComingSoonButton {
  border-radius: 50%;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  bottom: 130px;
  position: fixed;
  right: 20px;
  width: 100px;
  height: 100px;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  background: radial-gradient(circle at 35% 25%, rgb(255, 255, 255) 3%, #ffb127 20%, rgb(255, 255, 255) 200%);
  display: block;
}
.ComingSoonButton:hover{
  animation-name: jump;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.ComingSoonButton.two {
  bottom: 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  background: radial-gradient(circle at 35% 25%, rgb(255 255 255) 3%, #ffdd1f 20%, rgb(255, 255, 255) 200%);
  display: block;
}
.ComingSoonButton a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: black;
  margin: 5px 0;
}
.ComingSoonButton a:hover {
  text-decoration: none;
}
.ComingSoonButton a p {
  margin: 0;
  line-height: 2;
}

.Text, .SubTitle, .Title {
  color: #3a3b45;
}

.Special {
  min-height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.SubTitle {
  font-size: 16px;
  font-weight: bold;
  color: #3a3b45;
}

.Bill {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Bill.png);
}

.Daliy {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Daliy.png);
}

.Traffic {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Traffic.png);
}

.Tag {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Tag.png);
}

.SingUp {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/SingUp.png);
}

.Love {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Love.png);
}

.Experience {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Experience.png);
}

.Poky {
  height: 380px;
  width: 250px;
  background-position: center;
  background-size: contain;
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Poky.png);
}
@media screen and (max-width: 991px) {
  .Poky {
    height: 300px;
  }
}

.TextOut {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.PokyText {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .PokyText {
    text-align: center;
  }
}

.navbar-brand {
  width: 211px;
  height: 60px;
  background-image: url(https://www.i-pass.com.tw/Content/style2018/img/core-img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .navbar-brand {
    background-image: url(https://www.i-pass.com.tw/ips/UIUX/BrandImage/front_end/img/iPASS_Brand_Logo_Horizonta_Color.png);
    height: 40px;
    background-size: contain;
  }
}

.PokyLogo {
  height: 70px;
  width: 400px;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 30px;
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/\(ol\)Glico_Corporate_Logo_Hro.png);
}
@media screen and (max-width: 991px) {
  .PokyLogo {
    background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/\(ol\)Glico_Corporate_Logo_Ver.png);
    height: 170px;
    background-position: center;
    background-size: contain;
    max-width: 100%;
    margin-bottom: 0px;
  }
}

.Group {
  background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/Gorup.png);
}

.Margin {
  margin-top: 100px;
}

.Notice {
  font-size: 14px;
  color: #858796;
}

#BankEvent .card {
  border: 1px solid #888;
}

.item a {
  max-width: 200px;
}

.card .card-text {
  transition: 0.3s;
}

.card a:hover {
  text-decoration: none;
}
.card a:hover .card-text {
  color: #059044;
}

.card-text {
  color: #231815;
}
.card-text:hover {
  text-decoration: none;
}

.Info {
  display: flex;
  justify-content: space-between;
}
.Info p {
  text-align: left;
  color: #5a5c69;
  font-size: 14px;
}
.Info ul {
  display: flex;
  justify-content: space-around;
}
.Info ul li {
  list-style: none;
}

.Footer p {
  line-height: 2;
}
.Footer img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
}
.Footer a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */

.ipmnowrap{
  white-space: nowrap;
}

.slick-dots li button:before{
  margin-top: 2.5rem;
  transition: 0.2s ease-in-out;
}
.slick-prev:before{
 /*  margin-right: 16px; */
  transition: 0.2s ease-in-out;
}
.slick-next:before{
  margin-left: 16px;
  transition: 0.2s ease-in-out;
}
.slick-prev{
  left: 40px; 
}
.slick-next{
  right: 40px; 
}

.slick-dots li button::before { margin-top: 1.5rem }
.slick-dots li.slick-active button::before { color: #53b232 }
.slick-prev::before { margin-right: 10px }
.slick-prev { left: -40px }
.slick-next::before { margin-left: 100px }
.slick-prev::before,.slick-next::before { color: #6d6d6d; font-size: 25px; display: flex }
.step1 img { max-width: 200px; width: 100% }
.slidertxt1{
  text-align: center;
  font-weight: bold;
}
.slidertxt2{
  text-align: center;
  color: #FF9D00;
}


.mb-10{
  margin-bottom: 6rem !important;
}
.mt-10{
  margin-top: 6rem !important;
}
.slick-prev{
  z-index: 999;
}

.ipmnowrap{
  white-space: nowrap;
}

.appbtn{
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 12px 35px 12px 35px;
  color: #FFF;
  background-color: #1e7c2e;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 10px 0px 0px #8ec897;
  transition: .2s ease-in-out;
  text-wrap-mode: wrap;
  border: 0;
}
.appbtn:hover{
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 12px 35px 12px 35px;
  color: #FFF;
  background-color: #1e7c2e;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  text-wrap-mode: wrap;
  box-shadow: 0px 10px 0px 0px #8ec897;
  transform: translatey(-5px);
}
.appbtn:focus{
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 12px 35px 12px 35px;
  color: #FFF;
  background-color: #1e7c2e;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  text-wrap-mode: wrap;
  box-shadow: 0px 5px 0px 0px #8ec897;
  transform: translatey(5px);
}
.Event-info ol{
  text-align: justify;
}
.Event-info ol li {
  list-style: none;
}
#Intro1 .Event-info ol li::before{
  color: #59b368;
}
/* .Event-info ol li::before {
  content: "●"; 
  color: #65c8ce ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
} */

.Event-info .ol2 li::before{
  content: "⚠︎"; 
  color: #be3927 ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
}

ol, ul {
  padding-left: 1.3rem;

}

@media screen and (max-width:768px) {
  ol,ul{
    padding-left: 1rem;
  }

}
.slick-dots li button:before{
  margin-top: 1rem;
  transition: 0.2s ease-in-out;
}
.slick-prev:before{
 /*  margin-right: 16px; */
  transition: 0.2s ease-in-out;
}
.slick-next:before{
  margin-left: 16px;
  transition: 0.2s ease-in-out;
}
.slick-prev:before, .slick-next:before {
  color:#1e7c2e;
  font-size: 40px;
  justify-content: center;
  display: flex;
}
.one-time .slick-prev{
 /*  left: 40px;  */
  z-index: 998;
}
.one-time .slick-next{
  right: -40px; 
  z-index: 998;
}
.center .slick-prev{
  left: 40px;
  z-index: 998;
}
.center .slick-next{
  right: 40px; 
  z-index: 998;
}
.slider.center div{
  padding: 10px;
}
.slidertxt1{
  text-align: center;
  font-weight: bold;
}
.slidertxt2{
  text-align: center;
  color: #FF9D00;
}
.slick-dots li button:before{
  font-size: small;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
  color: #50be00;
  opacity: .8;
}
.slick-dots li.slick-active button:before{
  color: #50be00;
  font-size: medium;
}

.icon{
  width:80px;
}
.txt{
  line-height: 1.8rem;
}
@media screen and (max-width:576px){
  .ctxt{
    height: 85px;
  }
}
a{
  transition: .2s ease-in-out;
}
.slider img{
  border-radius:20px;
}