@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Ramabhadra&display=swap");
/**basic***/
:root {
  --c-orange: #ec7946;
  --c-lightorange: #fdf1ec;
  --c-deepblue: #374356;
  --swiper-navigation-color: #ec7946;
  --c-green: #00b199;
}

/* CSS Document */
body {
  font-family: arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  min-width: 1200px;
  color: #333;
}
@media (max-width: 1024px) {
  body {
    min-width: initial;
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}

a {
  /*display: block;*/
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.footer {
  width: 100%;
  margin: auto;
}

.display_pc {
  display: block;
}
@media (max-width: 1024px) {
  .display_pc {
    display: none;
  }
}

.display_m {
  display: none;
}
@media (max-width: 1024px) {
  .display_m {
    display: block;
  }
}

.main-kv-wrapper,
.header,
.footer_container {
  display: none !important;
}

.v-go-top {
  opacity: 0;
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("//www.payeasy.com.tw/beshop/images/events/purchase/kv_bg.png") no-repeat center top, linear-gradient(to bottom, #fff4d1 20%, #ffffff 40%);
}

.kv_wrapper {
  z-index: 1;
  position: relative;
  padding-top: 70px;
}
.kv_container {
  position: relative;
  z-index: 999;
  margin: auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kv_slogan {
  position: relative;
  z-index: 4;
  top: 1em;
}
.kv_txt {
  position: relative;
  z-index: 2;
  top: -0.5em;
}
.kv_left {
  position: absolute;
  top: 0;
  left: -15em;
  z-index: 1;
}
.kv_right {
  position: absolute;
  top: 0;
  right: -11em;
  z-index: 1;
}
.kv_icon {
  display: flex;
  width: 90%;
  z-index: 2;
}
.kv_icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .kv_container {
    width: 100%;
  }
  .kv_container img {
    width: 100%;
  }
  .kv_slogan {
    width: 50vw;
  }
  .kv_txt {
    width: 45vw;
  }
}
@media (max-width: 768px) {
  .kv_slogan {
    width: 60vw;
  }
  .kv_txt {
    width: 60vw;
  }
  .kv_icon {
    width: 96%;
  }
  .kv_left {
    width: 65vw;
    left: -22vw;
  }
  .kv_right {
    width: 50vw;
    right: -20vw;
  }
}
@media (max-width: 576px) {
  .kv_slogan {
    width: 70vw;
  }
  .kv_txt {
    width: 70vw;
    top: 0;
  }
  .kv_icon {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .kv_icon_item {
    width: 33%;
  }
}

/**greatest**/
.greatest_wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background: url(//www.payeasy.com.tw/beshop/images/events/purchase/kv_box.png) no-repeat 8vw top, url(//www.payeasy.com.tw/beshop/images/events/purchase/kv_bigbox.png) no-repeat 80vw bottom;
}
.greatest_container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1em;
}
.greatest_container img {
  width: 100%;
}
.greatest_icon {
  display: flex;
  justify-content: center;
  width: 90%;
}
.greatest_icon_item {
  flex: 1;
}
.greatest_icon_item h3 {
  color: #00479d;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  padding: 0 0.5em;
}
@media (max-width: 1024px) {
  .greatest_icon_item h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .greatest_icon_item h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .greatest_icon_item h3 {
    font-size: 16px;
  }
}
.greatest_icon_item h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 0.5em;
}
@media (max-width: 1024px) {
  .greatest_icon_item h4 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .greatest_icon_item h4 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .greatest_icon_item h4 {
    font-size: 13px;
  }
}
.greatest_bn {
  width: 100%;
  position: relative;
}
.greatest_bn img {
  width: 624px;
  z-index: 1;
  position: relative;
}
.greatest_bn::after {
  content: "";
  border-radius: 50px;
  background-color: rgba(241, 218, 152, 0.6901960784);
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(5px);
}
@media (max-width: 1024px) {
  .greatest_title img {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .greatest_wrapper {
    padding: 10vw 0;
    background-size: 21vw, 30vw;
    background-position: -5vw 4vw, 84vw 3vw;
  }
  .greatest_icon {
    width: 96%;
  }
}
@media (max-width: 576px) {
  .greatest_icon {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .greatest_icon_item {
    width: 33%;
    flex: none;
  }
  .greatest_bn img {
    width: 80vw;
    z-index: 1;
    position: relative;
  }
  .greatest_bn::after {
    content: "";
    border-radius: 50px;
    background-color: rgba(241, 218, 152, 0.6901960784);
    position: absolute;
    top: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
  }
}

/**prod**/
.prod_wrapper {
  position: relative;
  z-index: 0;
  background: url("//www.payeasy.com.tw/beshop/images/events/purchase/main_bg.jpg") center top #f5ece3;
}

.ProductList {
  position: relative;
  z-index: 200;
}

.group {
  height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.group .tit {
  text-align: center;
  padding-bottom: 25px;
}
.group .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .group .description {
    width: 96%;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6901960784);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    margin-top: 40vw;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
.group .full_section_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.group .full_section_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 992px) {
  .group .full_section_bg {
    width: 100%;
    height: 50vw;
  }
}
.group:nth-child(2) .full_section_bg img, .group:nth-child(3) .full_section_bg img {
  object-position: right top;
}
.group:nth-child(even) {
  justify-content: flex-start;
}
.group:nth-child(even) .full_section_bg {
  right: 0;
  left: inherit;
}
@media (max-width: 1024px) {
  .group .tit {
    width: 40vw;
    margin: auto;
    padding-bottom: 15px;
  }
  .group .tit img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .group {
    height: auto;
    justify-content: center !important;
  }
  .group .tit {
    width: 50vw;
    margin: -30px auto 0;
  }
}
@media (max-width: 576px) {
  .group .tit {
    width: 60vw;
    padding-bottom: 10px;
  }
}

.step {
  text-align: center;
  flex: 4;
}
.step_wrapper {
  width: 90%;
  display: flex;
  justify-content: center;
}
.step_wrapper img {
  width: 100%;
}
.step h3 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #b8503c;
  letter-spacing: 2px;
  margin: 0;
}
.step p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 5px 5px 0;
}
.step_go {
  flex: 1;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .step h3 {
    font-size: 22px;
  }
  .step p {
    font-size: 14px;
    padding-top: 3px;
  }
  .step_go {
    padding-top: 3vw;
  }
}
@media (max-width: 992px) {
  .step_wrapper {
    width: 100%;
  }
  .step_go {
    padding-top: 6vw;
  }
}
@media (max-width: 576px) {
  .step {
    flex: initial;
    flex-shrink: 0;
    width: 24vw;
  }
  .step_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .step_go {
    flex: initial;
    flex-shrink: 0;
    width: 3vw;
    padding-top: 11vw;
  }
  .step h3 {
    font-size: 16px;
  }
  .step p {
    width: 100%;
    font-size: 13px;
  }
}

/*brand*/
.brand img {
  width: 100%;
}
.brand ul {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-around;
  gap: 10px;
}
.brand li.all {
  text-align: center;
}
.brand li .logo {
  display: inline-flex;
  background: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1803921569);
}
@media (max-width: 1024px) {
  .brand li .logo {
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .brand ul {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .brand li .logo {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  }
}

.toform {
  max-width: 100%;
  padding-top: 20px;
  text-align: center;
}
.toform img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .toform {
    width: 70vw;
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .toform {
    width: 100vw;
    padding-top: 10px;
  }
}

/*travel*/
.travel-agency img {
  width: 100%;
}
.travel-agency ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  grid-template-rows: auto;
  grid-template-areas: "agency1 agency1 agency2 agency2 agency3 agency3 agency4 agency4" "agency5 agency5 agency6 agency6 agency7 agency7 agency8 agency8" "airline1 airline2 airline3 airline4 airline5 airline6 airline7 airline8";
}
.travel-agency ul li:nth-child(1) {
  grid-area: agency1;
}
.travel-agency ul li:nth-child(2) {
  grid-area: agency2;
}
.travel-agency ul li:nth-child(3) {
  grid-area: agency3;
}
.travel-agency ul li:nth-child(4) {
  grid-area: agency4;
}
.travel-agency ul li:nth-child(5) {
  grid-area: agency5;
}
.travel-agency ul li:nth-child(6) {
  grid-area: agency6;
}
.travel-agency ul li:nth-child(7) {
  grid-area: agency7;
}
.travel-agency ul li:nth-child(8) {
  grid-area: agency8;
}
.travel-agency ul li:nth-child(9) {
  grid-area: airline1;
}
.travel-agency ul li:nth-child(10) {
  grid-area: airline2;
}
.travel-agency ul li:nth-child(11) {
  grid-area: airline3;
}
.travel-agency ul li:nth-child(12) {
  grid-area: airline4;
}
.travel-agency ul li:nth-child(13) {
  grid-area: airline5;
}
.travel-agency ul li:nth-child(14) {
  grid-area: airline6;
}
.travel-agency ul li:nth-child(15) {
  grid-area: airline7;
}
.travel-agency ul li:nth-child(16) {
  grid-area: airline8;
}
.travel-agency ul li.agency {
  border-radius: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1803921569);
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
.travel-agency ul li.airline {
  border-radius: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1803921569);
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1024px) {
  .travel-agency {
    padding: 0;
  }
  .travel-agency ul {
    width: 80%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "agency1 agency1 agency2 agency2" "agency3 agency3 agency4 agency4" "agency5 agency5 agency6 agency6" "agency7 agency7 agency8 agency8" "airline1 airline2 airline3 airline4" " airline5 airline6 airline7 airline8";
  }
  .travel-agency li .agency {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1803921569);
  }
  .travel-agency li .airline {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1803921569);
  }
}
@media (max-width: 992px) {
  .travel-agency ul {
    width: 100%;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: "agency1 agency1 agency2 agency2 agency3 agency3 agency4 agency4" "agency5 agency5 agency6 agency6 agency7 agency7 agency8 agency8" "airline1 airline2 airline3 airline4 airline5 airline6 airline7 airline8";
  }
  .travel-agency li.agency {
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .travel-agency ul {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "agency1 agency1 agency2 agency2" "agency3 agency3 agency4 agency4" "agency5 agency5 agency6 agency6" "agency7 agency7 agency8 agency8" "airline1 airline2 airline3 airline4" " airline5 airline6 airline7 airline8";
  }
}

/*dm_wrapper*/
.dm_group {
  flex-direction: column;
  height: auto;
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffffff 10%, #fff4d1 40%, #ffffff 60%);
}
.dm_group .tit {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .dm_group .tit img {
    width: 80%;
  }
}
.dm_group .swiper_container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.dmSwiper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3607843137);
  border-radius: 3em;
  border: 3px solid #fff;
}
@media (max-width: 992px) {
  .dmSwiper {
    border-radius: 2em;
    width: 96%;
  }
}
@media (max-width: 576px) {
  .dmSwiper {
    border-radius: 1em;
  }
}
.dmSwiper .swiper-slide {
  padding: 2em 1.5em;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .dmSwiper .swiper-slide:hover {
    filter: brightness(1.1);
    transform: scale(1.1);
  }
}
.dmSwiper .swiper-slide img {
  transition: all 0.3s linear;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 576px) {
  .dmSwiper .swiper-slide img {
    border-radius: 0.5em;
  }
}
.dmSwiper .swiper-slide a:link {
  text-decoration: none;
}
.dmSwiper .swiper-slide h3 {
  font-size: 20px;
  color: #60281d;
}
@media (max-width: 992px) {
  .dmSwiper .swiper-slide {
    padding: 1em 0.5em;
  }
  .dmSwiper .swiper-slide h3 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .dmSwiper .swiper-slide h3 {
    font-size: 14px;
  }
}
.dmSwiper .swiper-button-next {
  margin-right: -20px;
}
.dmSwiper .swiper-button-prev {
  margin-left: -20px;
}
/***FAQ***/
.faq_block {
  padding: 60px 0;
}
.faq_content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.faq_content h2 {
  font-size: 40px;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .faq_content {
    max-width: 96%;
  }
  .faq_content .description_content {
    width: 100%;
  }
}
.faq_item {
  background-color: #fafafa;
  border-radius: 15px;
  margin-bottom: 1rem;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--c-orange) 10%, transparent);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .faq_item:hover {
    transform: translateY(-5px);
    border-color: var(--c-orange);
    box-shadow: 0 10px 30px -5px color-mix(in srgb, var(--c-orange) 22%, transparent);
  }
}
.faq_item.active {
  background-color: #fff;
  border-color: var(--c-orange);
  box-shadow: 0 10px 30px -5px rgba(236, 121, 70, 0.2);
}
.faq_item.active .faq_q {
  color: var(--c-orange);
}
.faq_item.active .faq_q:after {
  transform: rotate(-135deg);
  border-color: var(--c-orange);
}
.faq_item.active .faq_a {
  max-height: 1000px;
  opacity: 1;
  padding: 1.5rem;
}
.faq_q {
  color: var(--c-orange);
  padding: 1rem 2rem;
  font-size: 1.25em;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  position: relative;
  padding-right: 4.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .faq_q {
    font-size: 1.1em;
    padding: 1.2rem;
    padding-right: 3.5rem;
  }
}
.faq_q:after {
  content: "";
  position: absolute;
  right: 2rem;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq_a {
  border-top: 1px solid #f5f5f5;
  padding: 0 1.5rem;
  font-size: 1.1em;
  line-height: 1.8;
  color: #666;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq_a ul {
  margin-top: 0.8rem;
  padding-left: 0;
}
.faq_a li {
  list-style: none;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.2em;
}
.faq_a li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--c-orange);
}
.faq_a b,
.faq_a strong {
  font-weight: 700;
}
@media (max-width: 576px) {
  .faq_a {
    padding: 1.2rem;
    font-size: 1em;
  }
}

/*bg_wrapper*/
.bg_wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("//www.payeasy.com.tw/beshop/images/events/purchase/float.png") center top;
}
@media (max-width: 1024px) {
  .bg_fly {
    background: none;
  }
}

.consultFormContainer {
  display: none;
}

/*==============================================
upDown
==============================================*/
.upDown_animation {
  -webkit-animation: upDown_animation 1s ease-in-out infinite alternate;
  animation: upDown_animation 1s ease-in-out infinite alternate;
}

@-webkit-keyframes upDown_animation {
  0% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes upDown_animation {
  0% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/***floating***/
.btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 87, 34, 0.8);
  position: fixed;
  bottom: 95px;
  z-index: 999;
  right: 12px;
  width: 70px;
  height: 70px;
  margin: 0px 12px;
  border-radius: 50%;
  cursor: pointer;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.12));
}
.btn_contact a {
  --width: 50px;
  width: var(--width);
  height: var(--width);
  background-image: url("https://www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_contact.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .btn_contact {
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 0;
  }
  .btn_contact a {
    --width: 40px;
  }
}

.btn_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 87, 34, 0.8);
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 12px;
  width: 70px;
  height: 70px;
  margin: 0px 12px;
  border-radius: 50%;
  cursor: pointer;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.12));
}
.btn_tel:before {
  content: "";
  --width: 50px;
  width: var(--width);
  height: var(--width);
  background-image: url("https://www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .btn_tel {
    bottom: 80px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .btn_tel:before {
    --width: 40px;
  }
}

.tel_container {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 2rem;
  white-space: nowrap;
  right: 60px;
  display: none;
}
.tel_container a {
  text-decoration: none;
  color: var(--c-orange);
  font-weight: 700;
}
.tel_container:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_goDM {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 87, 34, 0.8);
  position: fixed;
  bottom: 185px;
  z-index: 999;
  right: 12px;
  width: 70px;
  height: 70px;
  margin: 0px 12px;
  border-radius: 50%;
  cursor: pointer;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.12));
}
.btn_goDM:before {
  content: "";
  --width: 50px;
  width: var(--width);
  height: var(--width);
  background-image: url("//www.payeasy.com.tw/beshop/images/events/purchase/icon_dm.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .btn_goDM {
    bottom: 230px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .btn_goDM:before {
    --width: 40px;
  }
}

/** ==========================================================
    commonNavigation
 ========================================================== **/
.commonNavigation {
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 9999;
}
.commonNavigation .content {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  max-width: inherit;
  width: inherit;
}
@media screen and (max-width: 992px) {
  .commonNavigation .content {
    align-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    width: 100vw;
  }
}
.commonNavigation .pez_logo {
  height: 70px;
}
.commonNavigation .pez_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.commonNavigation .pez_logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navigation {
  display: flex;
  align-items: center;
  width: calc(100% - 350px);
  min-width: 800px;
  justify-content: flex-end;
}
.navigation .btn_orange {
  color: #fff !important;
  font-weight: 500;
  padding: 0.4em 1em;
  background-color: var(--c-orange);
  text-decoration: none;
  border-radius: 3em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .navigation .btn_orange:hover {
    transform: scale(1.06);
  }
}
.navigation .btn_wh {
  color: var(--c-orange) !important;
  font-weight: 500;
  padding: 0.4em 0.8em;
  background-color: var(--c-lightorange);
  text-decoration: none;
  border-radius: 3em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .navigation .btn_wh:hover {
    transform: scale(1.06);
  }
}
.navigation li {
  padding: 0 0.6em;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation li a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .navigation li:hover:before {
    left: 0;
    right: 0;
  }
}
.navigation > li:before {
  content: "";
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.16em;
  display: block;
  position: absolute;
  background-color: #fff;
  transition: all 0.5s ease;
  border-radius: 0.2em;
}
@media screen and (max-width: 992px) {
  .navigation {
    position: fixed;
    flex-direction: column;
    width: 100%;
    left: 0;
    height: 100vh;
    align-items: flex-start;
    background-color: #ebecec;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    transform: translateY(10px);
    padding-top: 40px;
    justify-content: flex-start;
    min-width: inherit;
  }
  .navigation.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 9999;
  }
  .navigation.active:before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("//www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_close.svg");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .navigation li {
    color: #000;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
    justify-content: flex-start;
    height: auto;
    padding: 1em 0.5em;
  }
  .navigation li.drop_menu {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .navigation li.drop_menu:after {
    display: none;
  }
}

.drop_menu:after {
  content: "";
  display: inline-block;
  margin-left: 0.6em;
  --width: .5em;
  width: var(--width);
  height: calc(var(--width) * 1.5);
  background-image: url("//www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.drop_menu.activeAcc:after {
  display: none;
}
.drop_menu.activeAcc .btn_wh:after {
  content: "";
  display: inline-block;
  margin-left: 0.6em;
  --width: .5em;
  width: var(--width);
  height: calc(var(--width) * 1.5);
  background-image: url("//www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_arrow_org.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  .drop_menu.activeAcc .btn_wh:after {
    display: none;
  }
}
@media (hover: hover) {
  .drop_menu:hover:before {
    display: none;
  }
  .drop_menu:hover .drop_menu_container {
    opacity: 1;
    transform: translateY(0);
    height: auto;
  }
}

.drop_menu_container {
  display: flex;
  position: absolute;
  top: 70px;
  left: -1.5em;
  width: calc(100% + 3em);
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 1em 1em;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
  padding: 0.2em 0;
}
.drop_menu_container li {
  height: auto;
  width: 90%;
  font-size: 1em;
  padding: 0.2em 0.5em;
  margin: 0.2em 0;
  transition: all 0.5s ease;
}
.drop_menu_container li:before {
  display: none;
}
@media (hover: hover) {
  .drop_menu_container li:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3em;
  }
}
@media screen and (max-width: 992px) {
  .drop_menu_container li {
    width: calc(50% - 0.4em);
    justify-content: center;
    height: 2em;
    border-bottom: none;
    background: #fff;
    color: #000;
    margin: 0.2em;
    border-radius: 2em;
    font-size: 1em;
    padding: 0 0.6em;
  }
}
.drop_menu_container.active {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
@media screen and (max-width: 992px) {
  .drop_menu_container {
    position: relative;
    opacity: 1;
    height: auto;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    background-color: transparent;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 0;
  }
  .drop_menu_container li {
    width: calc(50% - 0.4em);
    justify-content: center;
    height: 2em;
    border-bottom: none;
    background: #fff;
    color: #000;
    margin: 0.2em;
    border-radius: 2em;
    font-size: 1em;
    padding: 0 0.6em;
  }
}

@media (hover: hover) {
  .btn_nav:hover:before {
    display: none;
  }
}

.btn_nav_m {
  display: none;
}
@media screen and (max-width: 992px) {
  .btn_nav_m {
    display: block;
    background-image: url("//www.payeasy.com.tw/PWelfareWeb/COMMON/invitation/images/icon_nav.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    width: 10vw;
    height: 70px;
    cursor: pointer;
  }
}
@media (max-width: 576px) {
  .btn_nav_m {
    margin-right: 0;
  }
}

.mask.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

/***counter***/
.counter_block {
  background: linear-gradient(to bottom, #ffffff 10%, rgba(255, 250, 235, 0.9882352941) 50%, #ffffff 60%);
  padding: 2em 0;
}
.counter_block .btn {
  margin: 2em auto;
}
@media (max-width: 576px) {
  .counter_block .btn {
    margin: 1em auto;
  }
}

.counter_content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.counter_content h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.counter_content h3 {
  font-size: 26px;
}
@media (max-width: 576px) {
  .counter_content h2 {
    font-size: 35px;
  }
  .counter_content h2 span {
    display: inline-block;
  }
  .counter_content h3 {
    font-size: 18px;
  }
}

.counterWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding-top: 3em;
}
.counterWrapper li {
  text-align: center;
  letter-spacing: 0.15em;
  flex: 1;
}
.counterWrapper .number {
  font-size: 3.6em;
}
.counterWrapper .number .small {
  font-size: 65%;
}
@media screen and (max-width: 576px) {
  .counterWrapper {
    padding-top: 2em;
    flex-wrap: wrap;
  }
  .counterWrapper li {
    font-size: 0.85em;
    width: 50%;
    margin-bottom: 1.2em;
    flex: auto;
  }
  .counterWrapper li p span {
    display: block;
  }
}/*# sourceMappingURL=purchase.css.map */