@charset "UTF-8";
/**basic***/
:root {
  --c-orange: #ec7946;
  --c-lightorange: #fdf1ec;
  --c-deepblue: #374356;
  --c-green: #00b199;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: arial, Noto Sans TC, Microsoft JhengHei, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  min-width: 1200px;
  font-size: initial;
}
@media (max-width: 1024px) {
  body {
    min-width: initial;
    overflow-x: hidden;
  }
}

@media (max-width: 576px) {
  [data-aos] {
    pointer-events: auto !important;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
  }
  html:not(.no-js) [data-aos=fade-right],
  html:not(.no-js) [data-aos=fade-left] {
    transform: none !important;
  }
}
@media (max-width: 1024px) {
  .footer_container {
    width: 100%;
  }
}

.static_container {
  background-image: url("../images/bg.png");
  background-position: center top;
  background-repeat: repeat-y;
  /**kv***/
}
.static_container .kv_block {
  position: relative;
  overflow: hidden;
}
.static_container .kv_block .pez_logo {
  display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  z-index: 999;
}
.static_container .kv_block .pez_logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .static_container .kv_block .pez_logo {
    left: 1.5em;
  }
}
@media (max-width: 576px) {
  .static_container .kv_block .pez_logo {
    width: 22vw;
    left: 1em;
  }
}
.static_container .kv_content {
  max-width: 1200px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (max-width: 992px) {
  .static_container .kv_content {
    height: 70vw;
  }
}
@media (max-width: 576px) {
  .static_container .kv_content {
    padding-top: 70px;
    padding-bottom: 50px;
    height: auto;
  }
}
.static_container .kv_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #f4f4f2;
  background-image: url("../images/kv_circle_left.png"), url("../images/kv_circle_right.png");
  background-position: left -50px, right center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 576px) {
  .static_container .kv_bg {
    background-size: 17vw, 14vw;
    background-position: -7vw 94vw, 70vw 2vw;
  }
}
.static_container .kv_cha_left {
  position: absolute;
  left: calc(50% - 700px);
}
.static_container .kv_cha_left img {
  margin-top: -100px;
}
@media (max-width: 992px) {
  .static_container .kv_cha_left {
    left: -28vw;
  }
  .static_container .kv_cha_left img {
    width: 44vw;
    margin-top: 0vw;
  }
}
.static_container .kv_cha_right {
  position: absolute;
  right: calc(50% - 700px);
}
.static_container .kv_cha_right img {
  margin-top: -100px;
}
@media (max-width: 992px) {
  .static_container .kv_cha_right {
    right: -28vw;
  }
  .static_container .kv_cha_right img {
    width: 44vw;
    margin-top: 0vw;
  }
}
.static_container .kv_content h1 {
  font-size: 52px;
  font-weight: 700;
}
.static_container .kv_content h1 span {
  color: var(--c-green);
}
.static_container .kv_content h2 {
  font-size: 30px;
}
@media (max-width: 576px) {
  .static_container .kv_content h1 {
    font-size: 36px;
  }
  .static_container .kv_content h2 {
    font-size: 24px;
    margin-top: 0;
  }
}
.static_container .point_content {
  width: 600px;
  margin-top: 1.5em;
}
.static_container .point_content > div {
  display: flex;
}
.static_container .point_content .swiper-wrapper {
  display: flex;
}
.static_container .point_content.swiper {
  display: none;
}
@media (max-width: 576px) {
  .static_container .point_content {
    display: none;
  }
  .static_container .point_content.swiper {
    display: flex;
    overflow: hidden;
  }
  .static_container .point_content {
    width: 80vw;
    margin-top: 0.8em;
  }
}
.static_container .point_item {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.static_container .point_item img {
  width: 100%;
}
@media (max-width: 576px) {
  .static_container .point_item {
    width: 26.4vw;
  }
}
.static_container .btn {
  font-size: 30px;
  background-color: var(--c-green);
  color: #fff;
  border-radius: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.8em;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: box-shadow 0.5s;
  position: relative;
  margin-top: 1em;
  text-decoration: none;
}
.static_container .btn p {
  z-index: 1;
  margin: 0;
}
.static_container .btn i {
  position: relative;
  z-index: 2;
  width: 26px;
}
.static_container .btn i:after {
  position: absolute;
  content: "";
  background-image: url("../images/btn_icon_arrow.png");
  width: 52px;
  height: 65px;
  left: 3px;
  top: -12px;
}
.static_container .btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #02564b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) {
  .static_container .btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: var(--c-green);
    color: #fff;
  }
  .static_container .btn:hover:before {
    width: 100%;
    opacity: 1;
  }
  .static_container .btn:hover i:after {
    animation: pulse 1s ease-in-out infinite;
  }
}
@media (max-width: 576px) {
  .static_container .btn {
    font-size: 24px;
    margin-top: 0.5em;
  }
}
.static_container {
  /***gift&exchange***/
}
.static_container .gift_block,
.static_container .exchange_block {
  height: 660px;
  display: flex;
  align-items: center;
  position: relative;
}
.static_container .gift_block .full_section_bg,
.static_container .exchange_block .full_section_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}
.static_container .gift_block .full_section_bg img,
.static_container .exchange_block .full_section_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .static_container .gift_block .full_section_bg,
  .static_container .exchange_block .full_section_bg {
    width: 100%;
    height: 50vw;
  }
}
@media (max-width: 992px) {
  .static_container .gift_block,
  .static_container .exchange_block {
    height: 86vw;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .static_container .gift_block,
  .static_container .exchange_block {
    height: inherit;
    padding-top: 39vw;
  }
}
.static_container .exchange_block .full_section_bg {
  left: inherit;
  right: 0;
}
.static_container .gift_content,
.static_container .exchange_content {
  display: flex;
  align-items: center;
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .static_container .gift_content,
  .static_container .exchange_content {
    width: 80%;
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .static_container .gift_content,
  .static_container .exchange_content {
    width: 90%;
    padding: 20px;
    border-radius: 20px;
    min-height: 68vw;
  }
}
.static_container .gift_content {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .static_container .gift_content {
    justify-content: center;
  }
}
.static_container .exchange_content {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .static_container .exchange_content {
    justify-content: center;
  }
}
.static_container .description_content h2 {
  font-size: 46px;
  font-weight: 700;
  color: var(--c-green);
}
@media (max-width: 992px) {
  .static_container .description_content h2 {
    font-size: 36px;
  }
}
.static_container .description_content h3 {
  font-size: 26px;
  font-weight: 700;
}
.static_container .description_content ul,
.static_container .description_content li {
  line-height: 1.8;
  list-style: disc outside;
  margin-left: 0.8em;
}
.static_container .description_content .btn {
  width: 7em;
  font-size: 24px;
}
@media (max-width: 576px) {
  .static_container .description_content {
    width: 96%;
  }
  .static_container .description_content h2 {
    font-size: 24px;
  }
  .static_container .description_content h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .static_container .description_content .btn {
    font-size: 20px;
    margin: 0.5em auto;
  }
}
.static_container {
  /***eticket&delivery***/
}
.static_container .eticket_block,
.static_container .delivery_block {
  padding: 2em 0;
  background-color: rgba(0, 0, 0, 0.0196078431);
}
.static_container .eticket_content,
.static_container .delivery_content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 992px) {
  .static_container .eticket_content,
  .static_container .delivery_content {
    max-width: 96%;
  }
  .static_container .eticket_content .description_content,
  .static_container .delivery_content .description_content {
    width: 100%;
  }
}
.static_container .eticket_logo_list {
  display: grid;
  grid-template-columns: 240px repeat(4, 164px);
  grid-template-rows: repeat(2, 110px);
  gap: 20px;
  margin-top: 2em;
}
@media (max-width: 992px) {
  .static_container .eticket_logo_list {
    grid-template-columns: 20vw repeat(4, 1fr);
    grid-template-rows: repeat(2, 10vw);
    gap: 1em;
  }
}
@media (max-width: 576px) {
  .static_container .eticket_logo_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0.5em;
  }
}
.static_container .eticket_logo_item {
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.static_container .eticket_logo_item img {
  max-width: 100%;
  max-height: 100%;
}
.static_container .eticket_logo_item.ex {
  grid-row: 1/3;
}
.static_container .eticket_logo_item.ex:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/icon_logoex.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 113px;
  height: 122px;
  top: -2px;
  left: -17px;
}
@media (max-width: 992px) {
  .static_container .eticket_logo_item.ex:before {
    width: 10vw;
    height: 10.7vw;
  }
}
@media (max-width: 576px) {
  .static_container .eticket_logo_item.ex:before {
    width: 18vw;
    left: -2.3vw;
    height: 18vw;
    top: -7vw;
  }
}
@media (max-width: 576px) {
  .static_container .eticket_logo_item.ex {
    grid-column: 1/3;
  }
}
@media (max-width: 576px) {
  .static_container .eticket_logo_item {
    border-radius: 0.3em;
  }
}
.static_container .delivery_content .description_content {
  width: 100%;
}
.static_container .delivery_content img {
  max-width: 100%;
  max-height: 100%;
}
.static_container .delivery_logo_content {
  display: flex;
  margin-top: 2em;
}
.static_container .delivery_logo_list {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.static_container .delivery_pic {
  margin-left: -4em;
}
@media (max-width: 992px) {
  .static_container .delivery_pic {
    width: 40vw;
    margin-left: -1em;
  }
}
.static_container .delivery_block .btn {
  width: 7em;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}
.static_container {
  /***FAQ***/
}
.static_container .faq_block {
  padding: 2em 0;
}
.static_container .faq_content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.static_container .faq_content h2 {
  text-align: center;
}
@media (max-width: 992px) {
  .static_container .faq_content {
    max-width: 96%;
  }
  .static_container .faq_content .description_content {
    width: 100%;
  }
}
.static_container .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-green) 10%, transparent);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .static_container .faq_item:hover {
    transform: translateY(-5px);
    border-color: var(--c-green);
    box-shadow: 0 10px 30px -5px color-mix(in srgb, var(--c-green) 22%, transparent);
  }
}
.static_container .faq_item.active {
  background-color: #fff;
  border-color: var(--c-green);
  box-shadow: 0 10px 30px -5px rgba(236, 121, 70, 0.2);
}
.static_container .faq_item.active .faq_q {
  color: var(--c-green);
}
.static_container .faq_item.active .faq_q:after {
  transform: rotate(-135deg);
  border-color: var(--c-green);
}
.static_container .faq_item.active .faq_a {
  max-height: 1000px;
  opacity: 1;
  padding: 1.5rem;
}
.static_container .faq_q {
  color: var(--c-green);
  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) {
  .static_container .faq_q {
    font-size: 1.1em;
    padding: 1.2rem;
    padding-right: 3.5rem;
  }
}
.static_container .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);
}
.static_container .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);
}
.static_container .faq_a ul {
  margin-top: 0.8rem;
  padding-left: 0;
}
.static_container .faq_a li {
  list-style: none;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.2em;
}
.static_container .faq_a li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--c-green);
}
.static_container .faq_a b,
.static_container .faq_a strong {
  font-weight: 700;
}
@media (max-width: 576px) {
  .static_container .faq_a {
    font-size: 1em;
  }
}

/***counter***/
.counter_block {
  background-color: #ebecec;
  padding: 2em 0;
}
.counter_block .btn {
  width: 7em;
  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;
}

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

/***floating***/
.btn_beshop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--c-green) 80%, transparent);
  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_beshop::before {
  content: "";
  --width: 50px;
  width: var(--width);
  height: var(--width);
  background-image: url("../images/icon_beshop.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .btn_beshop {
    bottom: 230px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .btn_beshop:before {
    --width: 40px;
  }
}

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

/***animation***/
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/** ==========================================================
    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;
}

.footer {
  background-color: #fff;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.0784313725);
}
.footer_container {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.footer a {
  color: #03a18c;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_logo {
  height: 70px;
  filter: grayscale(1) brightness(1.1);
}
@media (max-width: 992px) {
  .footer_logo {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer_logo {
    width: 40vw;
  }
}
.footer .row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 576px) {
  .footer .row {
    flex-direction: column;
    text-align: center;
  }
}
.footer .col-sm-10 {
  width: 83.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .footer .col-sm-10 {
    width: 100%;
  }
}
.footer .col-sm-3 {
  width: 25%;
}
@media (max-width: 992px) {
  .footer .col-sm-3 {
    width: 100%;
  }
}
.footer .col-sm-9 {
  width: 75%;
}
@media (max-width: 992px) {
  .footer .col-sm-9 {
    width: 100%;
  }
}
.footer .col-sm-2 {
  width: 16.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .footer .col-sm-2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer .col-xs-12 {
    width: 100%;
  }
}
.footer .link-block {
  text-align: right;
}
.footer .link-block a {
  display: block;
}
@media (max-width: 992px) {
  .footer .link-block a {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  .footer .link-block a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    width: 0;
    margin: auto;
    border-left: 2px solid #ccc;
  }
}
@media (max-width: 992px) {
  .footer .link-block {
    text-align: center;
  }
}
.footer .text-center {
  text-align: center;
}
.footer .small {
  font-size: 85%;
}/*# sourceMappingURL=invitation.css.map */