/* :: 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;
}

section {
  padding: 1rem;
}

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

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

a {
  color: mediumvioletred;
}
a:hover {
  color: purple;
  text-decoration: none;
}

@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;
}

.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;
}

.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;
}

.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 ul li {
  list-style: none;
}
.navbar ul li a {
  color: #111;
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 72px;
  min-height: 72px;
  background: var(--hf-bg);
  border-bottom: 1px solid var(--ch--bg, --bg-3rd);
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

.background {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.bg_white {
  border-radius: 50px;
}

.busy .join .btn {
  position: relative;
  top: unset;
  left: unset;
  border: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.join {
  background-image: url(../image/red.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #771421;
}
.join .navbar-brand {
  display: none;
}
.join .btn {
  position: absolute;
  bottom: 10%;
  color: white;
  background-color: #CE9C41;
  border: 1px #b98d3a solid;
  border-radius: 30px;
  padding: 16px 32px;
  z-index: 99;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 40px;
}
.join .BannerHeader {
  position: relative;
}
.join .BannerHeader .BannerText {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
}
.join .BannerHeader .BannerText .BannerMid {
  width: 100vw;
  height: 100vh;
  max-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .join .BannerHeader .BannerText .BannerMid {
    width: 100%;
    left: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.join .BannerHeader::after {
  content: "none";
  display: none;
}
.join footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  left: unset;
}
@media screen and (max-width: 900px) {
  .join footer {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .join {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.BannerHeader {
  width: 100%;
  height: 80vh;
}
.BannerHeader .BannerText {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.BannerHeader .BannerText .BannerMid {
  width: 55%;
  max-width: 1280px;
  position: absolute;
  top: 72px;
  right: 1%;
  border-radius: 50px 50px 150px 50px;
}
@media screen and (max-width: 1500px) {
  .BannerHeader .BannerText .BannerMid {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .BannerHeader .BannerText .BannerMid {
    padding: 0;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    right: unset;
    position: relative;
    margin-top: 0px;
    top: unset;
    max-width: unset;
    border-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .BannerHeader .BannerText .BannerMid {
    -o-object-fit: cover;
       object-fit: cover;
    height: 800px;
  }
}
@media screen and (max-width: 320px) {
  .BannerHeader .BannerText .BannerMid {
    height: 500px;
  }
}
.BannerHeader .BannerText .Title {
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1);
  border-radius: 50px;
  left: 0;
  margin: 30px;
  padding: 50px;
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .BannerHeader .BannerText .Title {
    width: 60%;
    top: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .BannerHeader .BannerText .Title {
    position: relative;
    top: unset;
    background-color: #f8f9f9;
    width: 100%;
    margin: 0;
    bottom: -50%;
    border-radius: 0 0 50px 50px;
    box-shadow: 0px 0px 15px rgba(100, 100, 100, 0);
  }
  .BannerHeader .BannerText .Title::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 30px;
    padding: 20px 50px;
    right: 0;
    border-radius: 50px 50px 0 0;
    background-color: #f8f9f9;
    top: -35px;
  }
}
@media screen and (max-width: 850px) {
  .BannerHeader .BannerText .Title {
    bottom: -70%;
  }
}
.BannerHeader .BannerText .Title h1 {
  color: #771421;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .BannerHeader .BannerText .Title h1 {
    font-size: 30px;
  }
}
.BannerHeader .BannerText .Title h2 {
  color: #b59a0d;
  margin: 30px 0 0;
  font-size: 22px;
  font-weight: 300;
}
.BannerHeader .BannerText .Title p {
  line-height: 1.8;
}
.BannerHeader .BannerText .Title span {
  color: #858796;
}
.BannerHeader::after {
  content: "";
  width: 70%;
  height: 80%;
  background-color: #ffae00;
  border-radius: 150px;
  z-index: 0;
  position: absolute;
  top: -40%;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .BannerHeader::after {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .BannerHeader::after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .BannerHeader {
    height: unset;
  }
  .BannerHeader .container, .BannerHeader .row, .BannerHeader .BannerText {
    height: unset;
    display: block;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.bg_white {
  margin-top: 300px;
}

@media screen and (max-width: 1200px) {
  .content .bg_white {
    margin-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .content .bg_white h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .content .bg_white h1 {
    font-size: 28px;
  }
}

.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;
}

.cardwhere {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  margin: 0 auto;
}

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

@media screen and (min-width: 992px) {
  .Outer {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
  .Outer .collapse {
    margin-top: 16px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 992px) {
  .Outer {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .Outer .navbar-toggler {
    position: absolute;
    top: 8px;
    right: 3%;
  }
  .Outer .switch {
    margin: auto 0;
    margin-bottom: unset;
  }
}
.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;
  /*width: 10vw;
  height: 10vw;*/
}

.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-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .section-MobilePayment .owl-carousel .owl-nav button.owl-prev:hover {
  left: -7%;
  top: 40%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next, .section-MobilePayment .owl-carousel .owl-nav button.owl-next:hover {
  right: -7%;
  top: 40%;
  transform: translateY(-50%);
}

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

/*.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(https://static01-ipass.cdn.hinet.net/ipassweb/9TH/img/button_arrow_left.png) center center/contain;
  }

.owl-prev span, .owl-next span {
    font-size: 0;
    }*/
.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;
}

.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: #71BF44;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3;
  transition: 0.3s;
}
.Button1 .Text a {
  color: #71BF44;
  font-weight: normal;
}
.Button1:hover {
  text-decoration: none;
  cursor: pointer;
}
.Button1:hover .Text {
  color: #5a9e33;
}

.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.2);
  z-index: 999;
  bottom: 25px;
  position: fixed;
  right: 25px;
  width: 100px;
  height: 100px;
  background: linear-gradient(0deg, rgb(107, 180, 64) 0%, rgb(123, 201, 79) 100%);
  display: block;
}
.ComingSoonButton a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: white;
  margin: auto 0;
}
.ComingSoonButton a:hover {
  text-decoration: none;
}
.ComingSoonButton a p {
  margin: 0;
  line-height: 1.8;
}

.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: 400px;
  height: 60px;
  background-image: url(../image/iPASS_Brand_Logo_Horizontal-L_Color.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .navbar-brand {
    height: 50px;
    background-size: contain;
    margin: auto;
  }
}

.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;
  }
}

iframe {
  height: 350px;
}

.postmed-btn {
  width: 100%;
}

.switch {
  height: 100%;
  color: #5a5c69;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.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 */