@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: normal;
  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:#cbb6fc;
  --bs-accordion-border-color:#cbb6fc;
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(89, 167, 126, 0.25);
}

.accordion-button {
  font-size: 1.2rem;
}
@media screen and (max-width:576px) {
  .accordion-button {
    font-size: 1rem;
  }
}

.accordion-button:not(.collapsed) {
  color: #290e66;
  background-color: #d7fffc;
}

.accordion-button:focus {
  border-color: #d7fffc;
  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(10px);}
  50%{transform: translateY(-20px);}
  65%{transform: translateY(0px);}
  80%{transform: translateY(-10px);}
  100%{transform: translateY(0px);}
  /* 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-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;
}
.navbar-toggler{
border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
  background-image: var(--bs-navbar-toggler-icon-bg);
}
.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 32px;
    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(180 244 255) 3%, #56d7ed 20%, #1b90a5 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 34% 25%, rgb(106 237 11) 3%, #51b808 20%, rgb(63 149 0) 200% 200%);
  display: block;
  a{
    color:#FFF;
  }
}
.ComingSoonButton a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #FFF;
  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 */

.slick-next{
  right: 40px; 
}
.slick-prev { 
  left: -40px;
}

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

.ipmnowrap{
  white-space: nowrap;
}
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: 10px;
  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: #39ba8a;
  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;
}
@media screen and (max-width:576px) {
  .slick-dots li{
    width: 15px;
    height: 15px;
  }
}

.slick-dots li button:before{
  font-size: small;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
  color: #39ba8a;
  opacity: .8;
}
.slick-dots li.slick-active button:before{
  color: #39ba8a;
  font-size: medium;
}

.icon{
  width:80px;
}
.txt{
  line-height: 1.8rem;
}
.ctxt{
  height: 85px;
}
@media screen and (max-width:1062px){
  .ctxt{
    height: 109px;
  }
}
@media screen and (max-width:576px){
  .ctxt{
    height: 85px;
  }
}
@media screen and (max-width:498px){
  .ctxt{
    height: 103px;
  }
}
.slider img{
  border-radius:20px;
  border: #d3d3d3 2px solid;
}
.ol1 li::before{
  content: "●"; 
  color: #47bfd4 ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
}
.ol2 li::before{
  content: "⚠︎"; 
  color: #be3927 ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
}
.ol3 li::before{
  content: "✔"; 
  color: #ff9822 ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
}
.ol4 li::before{
  content: "▶"; 
  color: #ff9822 ; 
  font-weight: bold; 
  display: inline-block; 
  width: 1rem; 
  margin-left: -1.6rem; 
  padding-right: 1.3rem;
}
.fa-ticket:before{
  color: #ff9386;
}
.qrcode {
  font-size: 1.25rem;
}
small{
  color:#777777;
}
li{
  text-align: justify;
}
@media screen and (max-width:576px) {
  li{
    text-align: left;
  }
}
.lttitle{
  font-size: 1.1rem;
}

.modal-content{
  background-color: transparent;
  border: 0;
  width: fit-content;
}
.modal-header{
  border: 0;
}
#Notice a, .Intro3 a{
  color: #008537;
  transition: .2s ease-in-out;
}
#Notice  a:hover, .Intro3 a:hover{
  background: linear-gradient(#ffffff00 60%, #ffef5e 40%);
  color: #3d9100;
  font-weight: 500;
}
.slider a:hover{
  color:none;
  background:none;
}
#iPM .slick-slide, #CreditCard .slick-slide{
  opacity: 0.5;
}
#iPM .slick-center, #CreditCard .slick-center{
  transform: scale(1.1);
  transition: .5s ease-in-out;
  opacity: 1;
}

 #Intro1{
  background-image: url(../image/bg.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat-y;
 }

.slider.center img{
  border-radius: 20px;
  padding: 5px;
  border: 2px #290e66 dashed;
}

.slider.center .slick-center{
  transform: scale(1.1);
  transition: .2s ease-in-out;
}

.slider h4, .slider .fs-5, .slider .fs-6{
  color: #000;
}

#iPM .slider span{
  color: #ff9d09;
  padding-inline:1px;
}
#CreditCard .slider span{
  color: #ff9d09;
  padding-inline:5px;
}

#CreditCard .slider img{
  max-width: 350px;
  width: 100%;
}

.slick-prev, .slick-next{
  z-index: 999;
}

.slider.center .slick-list.draggable{
  padding: 0px 20px !important;
}

.slider{
  padding: 0;
}

table{
  border: #9bbab1 1px solid;
}
th,td{
  padding: 16px !important;
  text-align: center;
  align-items: center;
  border: #9bbab1 1px solid;
}
th{
  background-color: #e3f3e9;
}

@media screen and (max-width:576px) {
  th,td{
    padding: 8px !important;
  }
  th{
    width: 70px;
  }
}

/* .table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-color-type: #0e0e0e;
  --bs-table-bg-type: #290e6614;
} */

.box.one::before{
  content: "好禮一";
  color: #f5ff78;
  font-weight: bolder;
  background: #290e66;
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 25px 25px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  /* background-image: url(./img/check_icon.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  font-size: 2rem;
  justify-content: center;
}
.box.two::before{
  content: "好禮二";
  color: #f5ff78;
  font-weight: bolder;
  background: #290e66;
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 25px 25px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  /* background-image: url(./img/check_icon.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  font-size: 2rem;
  justify-content: center;
}
.box.three::before{
  content: "好禮三";
  color: #f5ff78;
  font-weight: bolder;
  background: #290e66;
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 25px 25px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  /* background-image: url(./img/check_icon.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  font-size: 2rem;
  justify-content: center;
}
.box{
  border: 2px #290e66 solid;
  color: #FFF;
  background-color: #f5ff78;
  justify-content: center;
  margin: 5px;
  line-height: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 30px;
  height: 250px;
  box-shadow: 0px 10px #290e66;
  transition: .2s ease-in-out;
  position: relative;
  padding-inline: 32px;
  padding-top: 100px;
  padding-bottom: 16px;
  box-sizing: content-box;
  width: 250px;
}
.box:hover{
  transform: translateY(-8px);
}
a .box_content,a .box_content small{
  color: #290e66 !important;
}
.title1{
  color: #290e66;
  font-size:calc(1.5rem + 1.5vw);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width:1200px) {
  .title1{
    font-size: 3.5rem;
  }
}
.gift{
  background-color: #ff9386;
  color:#290e66;
  border: 5px #290e66 solid;
  border-radius: 99em;
  width: fit-content;
  padding: 16px 32px ;
}
.my-10{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* #gift1, #gift2, #gift3{
  background-color:#ffba39;
  border-radius: 30px;
}
#gift1::before, #gift3::before{
  position: absolute;
  border: #ffba39 1px solid;
  background-color: #ffffff;
  content: "";
  width: 98%;
  height: 97%;
  border-radius: 30px 0px;
  padding: 8px;
}
#gift2::before{
  position: absolute;
  border: #ffba39 1px solid;
  background-color: #ffffff;
  content: "";
  right: 0;
  width: 98%;
  height: 97%;
  border-radius: 0px 30px;
  padding: 8px;
} */
ul ol li{
  list-style-type: none;
}


.tabs1 {
  display: flex;
  flex-wrap: wrap; /* // make sure it wraps */
  transition: .2s ease;
}
.tabs1 label {
  order: 1; /* // Put the labels first */
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #f5ff78;
  padding:24px 48px;
  width: fit-content;
  border-radius:99em;
  transition: 0.2s ease-in-out;
  border: 2px #290e66 solid;
  color: #290e66;
  box-shadow: 0px 10px #290e66;
  cursor: pointer;
}
.tabs1 label:active{
  
}
.tabs1 label:hover{
  transform: translateY(-8px);
}
.tabs1 .tab1 {
  order: 99;      /* // Put the tabs last */      /*將沒有checked的內容diaplay:none(不會占空間)*/
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem;
  background: #ffffff;
}
.tabs1 label::after{
  content: "▼";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;/* 
  padding: 6px 16px;
  background-color: #000;
  color: #FFF;
  border-radius: 99em; */
  text-align: center;
  align-items: center;
  
  transition: .3s ease-in-out;
}
.tabs1 input[type="checkbox"] {             /*隱藏radiobtn*/
  display: none;
}
.tabs1 input[type="checkbox"]:checked + label {     /*在inout[type="radio"]:checked後面的label*/
  background-color: #f5ff78;                          /*標籤是選取的狀態*/
  color:#290e66;
}
.tabs1 input[type="checkbox"]:checked + label + .tab1 {  /*checked的內容display:block放出來(flex或grid應該也可以)*/
  display: block;
  border-radius: 30px;
  box-shadow: 0px 11px 0px #290e66;
  border: 5px #290e66 solid;
  
}
.tabs1 input[type="checkbox"]:checked + label::after{
  content: "▲";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;
}


.tabs2 {
  display: flex;
  flex-wrap: wrap; /* // make sure it wraps */
  transition: .2s ease;
}
.tabs2 label {
  order: 1; /* // Put the labels first */
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #f5ff78;
  padding:24px 48px;
  width: fit-content;
  border-radius:99em;
  transition: 0.2s ease-in-out;
  border: 2px #290e66 solid;
  color: #290e66;
  box-shadow: 0px 10px #290e66;
  cursor: pointer;
}
.tabs2 label:active{
  
}
.tabs2 label:hover{
  transform: translateY(-8px);
}
.tabs2 .tab2 {
  order: 99;      /* // Put the tabs last */      /*將沒有checked的內容diaplay:none(不會占空間)*/
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem;
  background: #ffffff;
}
.tabs2 label::after{
  content: "▼";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;/* 
  padding: 6px 16px;
  background-color: #000;
  color: #FFF;
  border-radius: 99em; */
  text-align: center;
  align-items: center;
  
  transition: .3s ease-in-out;
}
.tabs2 input[type="checkbox"] {             /*隱藏radiobtn*/
  display: none;
}
.tabs2 input[type="checkbox"]:checked + label {     /*在inout[type="radio"]:checked後面的label*/
  background-color: #f5ff78;                          /*標籤是選取的狀態*/
  color:#290e66;
}
.tabs2 input[type="checkbox"]:checked + label + .tab2 {  /*checked的內容display:block放出來(flex或grid應該也可以)*/
  display: block;
  border-radius: 30px;
  box-shadow: 0px 11px 0px #290e66;
  border: 5px #290e66 solid;
  
}
.tabs2 input[type="checkbox"]:checked + label::after{
  content: "▲";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;
}

.tabs3 {
  display: flex;
  flex-wrap: wrap; /* // make sure it wraps */
  transition: .2s ease;
}
.tabs3 label {
  order: 1; /* // Put the labels first */
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #f5ff78;
  padding:24px 48px;
  width: fit-content;
  border-radius:99em;
  transition: 0.2s ease-in-out;
  border: 2px #290e66 solid;
  color: #290e66;
  box-shadow: 0px 10px #290e66;
  cursor: pointer;
}
.tabs3 label:active{
  
}
.tabs3 label:hover{
  transform: translateY(-8px);
}
.tabs3 .tab3 {
  order: 99;      /* // Put the tabs last */      /*將沒有checked的內容diaplay:none(不會占空間)*/
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem;
  background: #ffffff;
}
.tabs3 label::after{
  content: "▼";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;/* 
  padding: 6px 16px;
  background-color: #000;
  color: #FFF;
  border-radius: 99em; */
  text-align: center;
  align-items: center;
  
  transition: .3s ease-in-out;
}
.tabs3 input[type="checkbox"] {             /*隱藏radiobtn*/
  display: none;
}
.tabs3 input[type="checkbox"]:checked + label {     /*在inout[type="radio"]:checked後面的label*/
  background-color: #f5ff78;                          /*標籤是選取的狀態*/
  color:#290e66;
}
.tabs3 input[type="checkbox"]:checked + label + .tab3 {  /*checked的內容display:block放出來(flex或grid應該也可以)*/
  display: block;
  border-radius: 30px;
  box-shadow: 0px 11px 0px #290e66;
  border: 5px #290e66 solid;
  
}
.tabs3 input[type="checkbox"]:checked + label::after{
  content: "▲";
  font-size: 1.5rem;
  font-weight: bold;
  margin-left:8px;
}
.py-10{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width:576px) {
  .tabs1 label ,.tabs2 label,.tabs3 label{
    font-size: 1.2rem;
  }
  
}

/* .ticket li{
  margin-left: -1.6rem !important; 
  padding-right: 1.3rem;
} */

.ticket li::before{
  position: absolute;
  left: 32px;
  top: 6.5px;
  content: "";
  background-image: url(../image/ticket-solid-full.svg);
  width: 1rem;
  height: 2rem;
  background-repeat: no-repeat;
  color: #ff9822;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.6rem;
  padding-right: 1.3rem;
}
.steptitle{
  color: #290e66 !important;
}
mark{
  background-color: #fffe73;
}
#flush-collapse403 mark{
  background-color: #fff3cd;
}

