@charset "UTF-8";
@import url("../bootstrap-5.2.3/bootstrap.min.css");
@import url("../newicon/style.css");
@import url("header.css");
@import url("gotop.css");
@import url("carousel.css");
a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.PageWrap {
  padding-top: 8rem;
}
.PageWrap h5 {
  font-size: 1.7rem;
}

.PageTitle h3 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: rgb(0, 50, 97);
  margin-left: 2rem;
}
.PageTitle .enTitle {
  display: flex;
  align-items: center;
}
.PageTitle .enTitle span {
  display: block;
  width: 15px;
  height: 26.25px;
  background: linear-gradient(45deg, #40a3ff, #00ff84);
  transform: skewX(-30deg);
  margin-right: 1.3rem;
  border-radius: 0.2rem;
}
.PageTitle .enTitle p {
  font-size: 1rem;
  margin: 0;
  color: rgb(0, 38, 73);
}

.FeatIntro .card {
  border-radius: 1.5rem;
}
.FeatIntro .card h3 {
  text-align: center;
  font-size: 1.3rem;
}
.FeatIntro .card .featItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 2rem;
}
.FeatIntro .card .featItem.active {
  border: 2px solid #00aeb2;
}
.FeatIntro .card .featItem span {
  width: 100%;
  height: 55%;
  padding-top: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.FeatIntro .card .featItem p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  height: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.FeatIntro .FeatIntroBase {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 2rem 3rem 1.5rem;
}
.FeatIntro .FeatIntroBase h3 {
  font-size: 1.5rem;
}
.FeatIntro .FeatIntroBase h3 span {
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  margin-left: 1rem;
  padding-left: 1rem;
}
.FeatIntro .FeatIntroSelect {
  background-color: #00AEC7;
  padding: 2rem 3rem 3rem;
}
.FeatIntro .FeatIntroSelect h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.2rem;
}
.FeatIntro .FeatIntroSelect .featItem {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  box-shadow: none;
}
.FeatIntro .FeatIntroSelect .featItem.active {
  background-color: #FFAD00;
  color: #006989 !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.FeatIntro .FeatIntroSelect .tab-content {
  background-color: #fff;
  padding: 1.75rem;
}

.mechanism-table th:nth-child(n+2),
.mechanism-table td:nth-child(n+2) {
  text-align: center;
}

.FeatWrap h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.FeatWrap p {
  font-size: 1rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 1.25rem;
  border-radius: 5rem;
  margin-bottom: 0.5rem;
}
.FeatWrap ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.FeatWrap ul li p {
  color: #000;
}
.FeatWrap .desc {
  color: #000;
}

.refreshBtn {
  width: 40px;
}

.code {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9e9e9e;
  padding: 0.375rem 0.75rem;
  border-radius: 0.2rem;
}

.FAQList li {
  list-style: decimal-leading-zero;
  margin: 0.4rem 0;
}
.FAQList li ul li {
  list-style: lower-alpha;
}

.processCard .card-header {
  background-color: #42b883;
  color: #fff;
}

.process-arrow {
  color: #42b883;
}

.benefitList {
  padding: 1.75rem;
  border-radius: 2rem;
  color: #fff;
}
.benefitList h6 {
  font-weight: bold;
  font-size: 1.2rem;
}
.benefitList ul li p {
  font-size: 1rem;
  color: #fff;
}

.TargetWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.TargetWrap .txt {
  background-color: rgb(0, 112, 232);
  padding: 1rem;
  border-radius: 1rem;
  margin: 0.5rem 0;
  color: #fff;
}
.TargetWrap .txt p {
  margin-bottom: 0;
  text-align: center;
}
.TargetWrap .txt p span {
  color: #d9ff00;
  font-size: 1.5rem;
}
.TargetWrap span {
  font-weight: bolder;
}

.GDPR-Range {
  background-color: #31b1a7;
  padding: 0 1rem;
  border-radius: 1rem;
  margin-bottom: 0.3rem;
}
.GDPR-Range:last-child {
  background-color: #1f8292;
}
.GDPR-Range h5 {
  padding-top: 1rem;
  color: #fff;
}
.GDPR-Range .rangeCard {
  padding: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.GDPR-Range .rangeCard span {
  display: block;
  width: 3.5rem;
}
.GDPR-Range .rangeCard span svg {
  width: 100%;
  fill: #fff;
}

.rulesCard {
  padding: 1rem;
  color: #fff;
}
.rulesCard p {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
.rulesCard ul {
  margin-bottom: 0;
}
.rulesCard ul li {
  margin-bottom: 0.3rem;
}

.ImporItem {
  padding: 1rem;
  background-color: #3bd2d8;
  color: #fff;
  border-radius: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.implementCard {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #1ab987;
  color: #fff;
}

.specialCard {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #26a1d9;
  color: #fff;
}
.specialCard h6 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3rem;
}
.specialCard p {
  margin-bottom: 0;
}

.categoryCard {
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.categoryCard .card-header {
  background-color: #74b440;
  color: #fff;
  text-align: center;
}

.advantageCard {
  padding: 1rem;
}
.advantageCard .advanHead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.advantageCard .advanHead span {
  width: 3rem;
  margin-right: 1rem;
}
.advantageCard .advanHead h6 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.advantageCard .advanBody {
  padding: 1.3rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.advantageCard .advanBody p {
  margin-bottom: 0;
}

.systemCard {
  background-color: #f6f6f6;
  border-radius: 2rem;
  padding: 1rem;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #373737;
}
.systemCard .iconWrap {
  width: 5rem;
  display: block;
  padding: 1.2rem;
  background-color: rgb(255, 255, 255);
  border-radius: 5rem;
  margin-bottom: 1rem;
}
.systemCard ul li {
  margin-bottom: 0.5rem;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.benefitWrap {
  padding: 1rem;
}
.benefitWrap h6::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.3rem;
  background: linear-gradient(45deg, #00b0c7, rgba(0, 121, 227, 0.9));
  margin: 1rem 0;
}

.benefitImg {
  background-image: url(../images/B2B/b2b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: flex;
  align-items: end;
}
.benefitImg span {
  background-color: rgba(0, 89, 167, 0.7);
  border-radius: 0 3rem 0.5rem 0;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.mposTop {
  background-image: url(../images/mPos/topbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0%;
  min-height: 37vh;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  animation: topAni 30s infinite alternate-reverse;
}
.mposTop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.mposTop .topText {
  position: relative;
  z-index: 1;
  color: #fff;
}
.mposTop .topText h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.mposTop .topText ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-evenly;
}
.mposTop .topText ul li {
  padding: 1rem;
  border: 1px solid #fff;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
  text-align: center;
  width: 6.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.mposTop .topText ul li img {
  width: 2.3rem;
}
.mposTop .topText ul li p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@keyframes topAni {
  0% {
    background-position-y: 0%;
  }
  100% {
    background-position-y: 100%;
  }
}
.counterArea {
  margin-top: -65px!important;
  position: relative;
  transition: 0.3s;
}

.counterArea .counteWrap {
  margin: auto;
  width: 90%;
  padding: 30px 15px 30px 15px!important;
  background: #00b6b1;
  border-radius: 100px;
  position: relative;
  border: 10px solid rgb(255, 255, 255);
  z-index: 1;
}
.counterArea .counteWrap .counterBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.counterArea .counteWrap .counterBox .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.counterArea .counteWrap .counterBox .icon img {
  width: 3rem;
}
.counterArea .counteWrap .counterBox .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.counterArea .counteWrap .counterBox .text {
  color: #fff;
}
.counterArea .counteWrap .counterBox .text h6 {
  margin: 0;
}
.counterArea .counteWrap .counterBox .text p {
  margin: 0;
  font-size: 0.9rem;
}

.specList .specCard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
}
.specList .specCard .icon {
  width: 4rem;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5rem;
}
.specList .specCard p {
  font-size: 0.9rem;
}
.specList .desList {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-around;
}

.sunmiImg {
  position: relative;
}
.sunmiImg img {
  width: 100%;
  border-radius: 3rem;
}
.sunmiImg .img-2 {
  margin-top: 170px;
}
.sunmiImg::before {
  content: "";
  position: absolute;
  border: 10px solid #00b6b1;
  width: 250px;
  height: 500px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.a8Img {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
.a8Img::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -32px;
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background: #00b6b1;
  z-index: -1;
}
.a8Img .imgItem {
  position: relative;
}
.a8Img .imgItem .img-1 img {
  width: 75%;
  border-radius: 3rem;
}
.a8Img .imgItem .img-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 250px;
}
.a8Img .imgItem .img-2 img {
  width: 80%;
  border-radius: 3rem;
  border: 0.7rem solid #fff;
}

.crvImg {
  position: relative;
}
.crvImg::before {
  content: "";
  position: absolute;
  border: 1rem solid #fff;
  left: 50%;
  top: 0;
  width: 70%;
  height: 100%;
  transform: translateX(-50%);
}
.crvImg .img img {
  border-radius: 3rem;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .counterArea {
    margin-top: 2rem;
  }
  .counterArea .counteWrap {
    width: 100%;
  }
  .a8Img {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .a8Img {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.FAQList .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00AEC7;
  font-size: 1.2rem;
}
.FAQList .accordion-button:not(.collapsed) .FAQHead {
  background: #fff;
  color: #000;
}
.FAQList .accordion-button {
  font-weight: bold;
  transition: 0.3s;
}
.FAQList .accordion-button .FAQHead {
  padding: 0.22rem 0.7rem;
  background:#00AEC7;
  color: #fff;
  border-radius: 5rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.FAQList .accordion-body {
  background-color: rgba(0, 0, 0, 0.04);
}

.FAQBtn {
  display: flex;
  align-items: center;
  background-color: #4caf50;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.FAQBtn span {
  width: 1.5rem;
  margin-left: 0.5rem;
  transition: 0.3s;
}
.FAQBtn:hover {
  transform: scale(1.05);
}

.signTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e20067;
  margin-bottom: 1.5rem;
}
.signTxt span {
  width: 1.5rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.signTxt h6 {
  margin: 0;
  font-size: 1.2rem;
}

.InfoTable th {
  background-color: #7da0b2;
  color: #fff;
  white-space: nowrap;
}

.invoiceTable th {
  background-color: #03a9f4;
  color: #fff;
}

.NoData {
  font-size: 1.5rem;
  color: #707070;
  text-align: center;
}

.DataInfo {
  display: none;
}

.AILink {
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 2rem;
  background-color: #FFAD00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.AILink p {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}
.AILink p span {
  display: block;
  font-weight: bold;
}
.AILink .AIimg {
  width: 5rem;
  padding: 1rem;
  position: relative;
}
.AILink .AIimg::before {
  content: "問我問我！";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%) translateY(40%);
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  width: 113px;
  color: #03a9f4;
}
.AILink .AIimg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  transform: rotate(45deg) translateY(180%) translateX(70%);
}

.contactInfo {
  padding: 2rem;
  border-radius: 2rem;
  background-color: #f8f9fa;
}
.contactInfo h5 {
  background-color: #00AEC7;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1rem;
}
.contactInfo p {
  margin-left: 1rem;
}
.contactInfo .timeInfo {
  border-left: 2px solid #607d8b;
  padding-left: 1rem;
}
.contactInfo h6 {
  color: #e20067;
  display: flex;
  align-items: center;
  margin: 0;
}
.contactInfo h6 span {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.PosSTop {
  background-image: url(../images/PosSystem/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0%;
  min-height: 37vh;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  animation: topAni 30s infinite alternate-reverse;
}
.PosSTop::after {
  content: "限時優惠\aLimited offer";
  padding: 1rem 3rem;
  font-size: 1.2rem;
  position: absolute;
  background: linear-gradient(45deg, rgba(255, 0, 136, 0.7), rgba(97, 0, 189, 0.4));
  top: 0;
  left: 0;
  border-radius: 0 0 4rem 0;
  white-space: pre-wrap;
  line-height: 1;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
}
.PosSTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(45deg, rgba(0, 100, 140, 0.7), rgba(0, 0, 0, 0.4))
}
.PosSTop .topText {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 3rem;
}
.PosSTop .topText h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.PosSTop .topText h5 span {
  font-size: 3rem;
  color: rgb(255, 0, 136);
  font-style: italic;
}
.PosSTop .topText ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.PosSTop .topText ul li {
  padding: 1rem;
  border: 1px solid #fff;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
  text-align: center;
  width: 6.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.PosSTop .topText ul li img {
  width: 2.3rem;
}
.PosSTop .topText ul li p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.posSystemCard {
  padding: 1rem;
}
.posSystemCard .advanHead {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.posSystemCard .advanHead span {
  font-size: 3rem;
  margin-right: 1rem;
  color: #016da8;
}
.posSystemCard .advanHead h6 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.posSystemCard .advanBody {
  padding: 1.3rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  height: 15vh;
}
.posSystemCard .advanBody p {
  margin-bottom: 0;
}

.VerticalTabs .nav-tabs {
  border-bottom: none;
  border-right: 1px solid #dee2e6;
  transform: translateX(1px);
}
.VerticalTabs .nav-tabs .nav-link {
  color: #000;
  transition: 0.3s;
  font-size: 1rem;
  width: clamp(100px, 20vw, 300px);
}
.VerticalTabs .nav-tabs .nav-link:hover {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  background: #dee2e6;
}
.VerticalTabs .nav-tabs .active {
  border-color: #dee2e6 #fff #dee2e6 #dee2e6;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  transform: translateX(1px);
  font-size: 1.2rem;
}
.VerticalTabs .nav-tabs .active:hover {
  background: #fff;
}
.VerticalTabs .tab-content {
  border: 1px solid #dee2e6;
  padding: 2rem;
  flex-grow: 1;
  border-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
}

.PosSystemCon h6 {
  font-size: 1.5rem;
  color: #1f323f;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.PosSystemCon h6::before {
  content: "";
  background: #00b6b1;
  width: 10px;
  height: 25px;
  display: block;
  border-radius: 5rem;
  margin-right: 0.5rem;
}
.PosSystemCon .tagList {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.PosSystemCon .tagList span {
  display: block;
  padding: 0.5rem 1.5rem;
  background: #016da8;
  color: #fff;
  border-radius: 5rem;
  text-align: center;
  min-width: 100px;
}
.PosSystemCon .tagList span:nth-child(2) {
  background: #02bbc2;
}
.PosSystemCon .tagList span:nth-child(3) {
  background: #8fc238;
}
.PosSystemCon p {
  font-size: 1.1rem;
}
.PosSystemCon ul li {
  margin-bottom: 0.5rem;
}

.posSystemTable thead tr th {
  vertical-align: middle;
  font-size: 1.3rem;
}
.posSystemTable thead tr th span {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 5rem;
}
.posSystemTable thead tr th:nth-child(2), .posSystemTable thead tr th:nth-child(3) {
  text-align: center;
}
.posSystemTable thead tr th:nth-child(3) span {
  background: #2196f3;
  color: #fff;
}
.posSystemTable tbody tr td {
  vertical-align: middle;
  transition: 0.3s;
}
.posSystemTable tbody tr td p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.posSystemTable tbody tr td p span {
  font-size: 1rem;
  font-weight: 300;
  display: block;
}
.posSystemTable tbody tr td:nth-child(2), .posSystemTable tbody tr td:nth-child(3) {
  text-align: center;
  font-size: 1.3rem;
  color: #2196f3;
}
.posSystemTable tbody tr td:nth-child(3) {
  color: #2196f3;
}
.posSystemTable tbody tr:nth-child(1) p, .posSystemTable tbody tr:nth-child(2) p, .posSystemTable tbody tr:nth-child(8) p {
  color: #2196f3;
}/*# sourceMappingURL=style.css.map */


.benefitImg {
background-image: url('/assets/newimages/B2B/b2b.png');
}

.mposTop {
background-image: url('/assets/newimages/mPos/topbg.jpg');
}

