@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lusitana:wght@400;700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 10px;
  font-family: "helvetica", "Open Sans", "Microsoft JhengHei";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 500px) {
  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header a {
  display: inline-block;
}
.header .logo {
  background-image: url(../images/default/kv_sinopac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .header .logo {
    width: 120px;
    height: 40px;
  }
}

/**************\Add commentMore actions
* Footer
\**************/
footer {
  width: 100%;
  background-color: #717071;
}
footer .footer-txt {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
}
@media only screen and (max-width: 1100px) {
  footer .footer-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  footer .footer-txt span {
    display: block;
  }
}
footer a {
  color: white;
  font-size: 16px;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  footer a {
    font-size: 14px;
  }
}

.card-notice {
  background-color: #717071;
  color: white;
}
.card-notice .wrap-content {
  max-width: 1260px;
  padding: 25px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content {
    display: block;
  }
}
.card-notice .wrap-content .big-title {
  width: 310px;
  font-size: 37px;
  margin-right: 1.9%;
  font-weight: 300;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content .big-title {
    display: block;
    margin: 0px auto 10px auto;
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .card-notice .wrap-content .big-title {
    font-size: 25px;
  }
}
.card-notice .wrap-content .descript {
  text-align: left;
  width: 68%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.card-notice .wrap-content .descript a {
  color: white;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content .descript {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.card-notice .wrap-content .clear {
  clear: both;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 10px 5px 10px;
}
.notice-area .notice-container {
  text-align: justify;
  font-size: 16px;
  color: #595757;
  max-width: 1040px;
  margin: 0 auto;
}
.notice-area .notice-container ul {
  list-style: decimal;
  padding-bottom: 20px;
}
.notice-area .notice-container ul li {
  line-height: 28px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.notice-area .notice-container ul li .dot-title {
  margin-bottom: 10px;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #d50050;
}
.notice-area .notice-container ul li .txt-gold {
  color: #ac8d33;
}
.notice-area .notice-container ul li .txt-gold-inline {
  position: relative;
  display: block;
  color: #ac8d33;
  margin-left: -20px;
  padding-left: 30px;
}
.notice-area .notice-container ul li .txt-gold-inline .abs-tag-title {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-area .notice-container ul li .red-example {
  display: block;
  color: #d50050;
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li a {
  color: #1e9a39;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul.notice-list-dot {
  list-style: disc;
}
.notice-area .notice-container ul.notice-list-dot .notice-list-num {
  padding-bottom: 10px;
}
.notice-area .notice-container .list-small-title {
  padding-bottom: 5px;
}
.notice-area .notice-container .other-notice {
  padding-top: 10px;
  line-height: 26px;
  font-size: 14px;
  padding-bottom: 30px;
}
.notice-area .notice-container .notice-title {
  width: 87px;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #00a199;
  padding: 11px 33px 15px 0px;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../images/default/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .notice-blue-title {
  color: #036ea7;
  font-size: 16px;
  padding-bottom: 10px;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .sp-notice {
  line-height: 28px;
  margin-bottom: 20px;
}
.notice-area .notice-container .notice-tag-title {
  margin-bottom: 10px;
}
.notice-area .notice-container .notice-sub-title {
  padding-bottom: 10px;
}
.notice-area .notice-container .red-notice {
  font-size: 16px;
  color: #ed2626;
  line-height: 28px;
  padding-bottom: 10px;
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes arrowLight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes arrowLight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 850px;
}

.section-title-dsc {
  color: #595757;
  line-height: 28px;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 790px) {
  .section-title-dsc {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-title-dsc sub {
  font-size: 14px;
  line-height: 23px;
}
@media only screen and (max-width: 790px) {
  .section-title-dsc sub {
    font-size: 12px;
    line-height: 21px;
  }
}
.section-title-dsc .break {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc {
    line-height: 26px;
  }
  .section-title-dsc .mobile-break {
    display: block;
  }
}

.txt-red {
  color: #c74e3d;
}

.font-normal {
  font-family: "PingFang TC", serif;
}

body .blocker {
  z-index: 10100;
}

.popup-box {
  position: relative;
  max-height: 600px;
  overflow: scroll;
  padding-right: 40px;
  font-family: "inter", "PingFang TC", serif;
}
@media only screen and (max-width: 500px) {
  .popup-box {
    padding-right: 20px;
    max-height: 450px;
  }
}
.popup-box .title {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-box .dsc-notice-section {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: justify;
  font-weight: normal;
}
.popup-box .dsc-notice-section .hidden-marker {
  list-style: none;
}
.popup-box .dsc-notice-section a {
  color: #666666;
  text-decoration: none;
}
.popup-box .dsc-notice-section .sub-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.popup-box .dsc-notice-section .txt-red {
  color: #ff4a50;
}
.popup-box .dsc-notice-section .txt-blue {
  color: #00b4c8;
}
.popup-box .dsc-notice-section .txt-green {
  color: #70b49d;
}
.popup-box .dsc-notice-section .txt-normal {
  color: #666666;
}
.popup-box .dsc-notice-section .underline {
  text-decoration: underline;
}
.popup-box .dsc-notice-section .no-underline {
  text-decoration: none;
}
.popup-box .dsc-notice-section .number-list {
  list-style: decimal;
}
.popup-box .dsc-notice-section .number-list > li {
  margin-left: 30px;
}
.popup-box .dsc-notice-section .number-list > li .disc-list {
  list-style: disc;
  margin: 10px 0 10px 24px;
}
.popup-box .dsc-notice-section .number-list > li .normal-margin {
  margin-left: 0;
}

.blocker {
  z-index: 500;
  padding: 10px;
}

.modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  border-radius: 0;
  padding: 60px 40px 40px;
}
@media only screen and (max-width: 500px) {
  .modal {
    padding: 50px 20px 20px;
    max-height: 550px;
  }
}
.modal a.close-modal {
  display: none;
}
.modal .close-btn-bottom {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-close@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .modal .close-btn-bottom {
    top: 20px;
    right: 20px;
  }
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .btn-area {
    display: block;
  }
}
.btn-area .btn-item {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 12px 20px 12px 0px;
  font-size: 18px;
  color: white;
  border-radius: 50px;
  margin-right: 30px;
  width: 130px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .btn-area .btn-item {
    margin: 0 auto 20px auto;
  }
}
.btn-area .btn-item.btn-blue {
  background-color: #2c96d0;
}
.btn-area .btn-item.btn-gray {
  background-color: #717071;
}
.btn-area .btn-item.btn-red {
  background-color: #e56873;
}
.btn-area .btn-item .arrow {
  position: absolute;
  top: 14px;
  right: 24px;
  width: 15px;
  height: 15px;
  background-image: url(../images/default/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn-area .btn-item .arrow.icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.btn-area .btn-item .arrow.icon-arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn-area .btn-item.last-btn-item {
  margin-right: 0;
}
@media only screen and (max-width: 500px) {
  .btn-area .btn-item.last-btn-item {
    margin-right: auto;
  }
}

.btn-notice {
  width: 190px;
  height: 56px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .btn-notice {
    width: 171px;
    height: 50px;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: none;
  margin-bottom: 10px;
}
.section-title img {
  width: 68px; /* Adjust as needed */
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-title img {
    width: 54px;
  }
}
.section-title .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .sub-title {
  color: #231815;
  font-size: 38px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 1px;
  font-family: "Noto Serif TC", serif;
}
.section-title .sub-title .txt-red {
  color: #c74e3d;
  font-family: "Lusitana", serif;
}
.section-title .sub-title .txt-num {
  display: inline-block;
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
  font-size: 54px;
}

.section-date {
  font-family: "Lusitana", serif;
  text-align: center;
  margin-bottom: 2px;
}
.section-date p {
  color: #231815;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media only screen and (max-width: 500px) {
  .section-date p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 500px) {
  .section-date {
    margin-bottom: 0;
  }
}

.content-title {
  color: #231815;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}
.content-title .txt-red {
  font-family: "inter", "PingFang TC", serif;
}
@media only screen and (max-width: 500px) {
  .content-title {
    font-size: 18px;
    line-height: 30px;
  }
}

.notes-list {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  list-style: disc;
  margin-bottom: 30px;
  font-family: "inter", "PingFang TC", serif;
}
.notes-list.mg-top {
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .notes-list {
    font-size: 14px;
    line-height: 25px;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
.notes-list li {
  margin-left: 30px;
  text-align: justify;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notes-list li {
    margin-left: 24px;
  }
}

.fixed-icon {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 122px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .fixed-icon {
    width: 80px;
    bottom: 10px;
    right: 10px;
  }
}
.fixed-icon a {
  display: inline-block;
  height: auto;
}
.fixed-icon .fixed-icon-2 {
  margin-top: 20px;
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 80px;
}
@media only screen and (max-width: 500px) {
  .section-kv {
    margin-top: 75px;
  }
}
.section-kv .kv-bg .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-bg .mobile {
    display: block;
  }
}
.section-kv .kv-bg .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-bg .desktop {
    display: none;
  }
}
.section-kv .kv-title,
.section-kv .kv-subtitle,
.section-kv .kv-airplane,
.section-kv .kv-boat,
.section-kv .kv-card,
.section-kv .kv-maple-1,
.section-kv .kv-maple-2,
.section-kv .kv-maple-3,
.section-kv .kv-maple-4,
.section-kv .kv-round {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 25.7638888889%;
  left: 19.0972222222%;
  top: 17.6666666667%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 74.6666666667%;
    left: 12.8%;
    top: 4.8387096774%;
  }
}
.section-kv .kv-subtitle {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  width: 24.5833333333%;
  left: 19.7222222222%;
  top: 51.6666666667%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-subtitle {
    width: 71.4666666667%;
    left: 14.6666666667%;
    top: 29.1935483871%;
  }
}
.section-kv .kv-airplane {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  width: 10.3472222222%;
  left: 47.9861111111%;
  top: 15%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-airplane {
    width: 25.0666666667%;
    left: 8.2666666667%;
    top: 51.935483871%;
  }
}
.section-kv .kv-boat {
  -webkit-animation: boat-animation 7s linear infinite;
          animation: boat-animation 7s linear infinite;
  width: 7.2916666667%;
  left: 67.6388888889%;
  top: 54.6666666667%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-boat {
    width: 17.6%;
    left: 58.4%;
    top: 74.1935483871%;
  }
}
.section-kv .kv-card {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  width: 34.5833333333%;
  left: 46.9444444444%;
  top: 50%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-card {
    width: 83.7333333333%;
    left: 8.2666666667%;
    top: 71.4516129032%;
  }
}
.section-kv .kv-maple-1 {
  opacity: 0;
  -webkit-animation: falling 5s linear infinite;
          animation: falling 5s linear infinite;
  width: 2.4305555556%;
  left: 79.8611111111%;
  top: 12%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-maple-1 {
    display: none;
  }
}
.section-kv .kv-maple-2 {
  opacity: 0;
  -webkit-animation: falling 3s linear 4s infinite;
          animation: falling 3s linear 4s infinite;
  width: 2.0833333333%;
  left: 81.1111111111%;
  top: 24.5%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-maple-2 {
    display: none;
  }
}
.section-kv .kv-maple-3 {
  opacity: 0;
  -webkit-animation: falling 4s linear 1s infinite;
          animation: falling 4s linear 1s infinite;
  width: 1.7361111111%;
  left: 14.2361111111%;
  top: 24.8333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-maple-3 {
    display: none;
  }
}
.section-kv .kv-maple-4 {
  opacity: 0;
  -webkit-animation: falling 5s linear 3s infinite;
          animation: falling 5s linear 3s infinite;
  width: 2.4305555556%;
  left: 10.4861111111%;
  top: 35%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-maple-4 {
    display: none;
  }
}
.section-kv .kv-round {
  width: 6.9444444444%;
  left: 0;
  bottom: -2.5px;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-round {
    width: 13.3333333333%;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: inherit;
  border: #d0b79c 1px solid;
  margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #d0b79c;
  border: #d0b79c 1px solid;
}

.owl-dots {
  margin-top: 20px;
}
.owl-dots .owl-dot {
  outline: none;
}

/********************\
* 新戶最高享13%刷卡金回饋
\********************/
.section-main-bonus {
  position: relative;
  background-color: #fff;
}
.section-main-bonus .round {
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 6.9444444444%;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .round {
    width: 13.3333333333%;
  }
}
.section-main-bonus .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1030px;
  padding: 60px 15px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container {
    padding: 40px 15px;
  }
}
.section-main-bonus .container .card-display-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* Align to bottom for desktop */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .card-display-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.section-main-bonus .container .card-display-area .roll-left,
.section-main-bonus .container .card-display-area .roll-right {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
  width: 93px; /* Desktop width from Zeplin */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .section-main-bonus .container .card-display-area .roll-left,
  .section-main-bonus .container .card-display-area .roll-right {
    display: none;
  }
}
.section-main-bonus .container .card-display-area .roll-right {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section-main-bonus .container .card-display-area .card-display {
  width: 562px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .card-display-area .card-display {
    width: 310px;
  }
}
.section-main-bonus .container .section-title img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .section-title img {
    width: 55px;
  }
}
.section-main-bonus .container .section-title .sub-title {
  height: 70px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .section-title .title-group {
    gap: 13px;
  }
  .section-main-bonus .container .section-title .title-group .sub-title {
    line-height: 44px;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .section-title .sub-title {
    font-size: 30px;
    height: auto;
    line-height: 49px;
  }
}
.section-main-bonus .container .section-title .sub-title .txt-red {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .section-title .sub-title .txt-num {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .section-main-bonus .container .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .section-main-bonus .container .content-title .break {
    display: block;
  }
}
.section-main-bonus .container .table-area {
  max-width: 760px;
  margin: 40px auto;
}
.section-main-bonus .container .table-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .table-area .mobile {
    display: block;
  }
}
.section-main-bonus .container .table-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .table-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .table-area {
    margin: 30px auto;
    width: 330px;
  }
}
@media only screen and (max-width: 360px) {
  .section-main-bonus .container .table-area {
    width: 280px;
  }
}
.section-main-bonus .container .selected-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #826450;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Noto Sans TC", serif;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .selected-channels {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-main-bonus .container .selected-channels img {
  width: 29px;
  height: 29px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .selected-channels img {
    width: 26px;
    height: 26px;
  }
}
.section-main-bonus .container .path-images {
  margin-top: 20px;
}
.section-main-bonus .container .path-images img {
  max-width: 312px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .path-images img {
    max-width: 280px;
  }
}
.section-main-bonus .container .second-contnet {
  margin-top: 60px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .section-date p {
    letter-spacing: 2.8px;
  }
}
.section-main-bonus .container .second-contnet .section-title {
  margin-bottom: 40px;
  gap: 15px;
}
.section-main-bonus .container .second-contnet .section-title .sub-title .txt-red {
  margin: 0;
}
.section-main-bonus .container .second-contnet .section-title img {
  width: 180px;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .section-title img {
    width: 180px;
  }
}
@media only screen and (max-width: 900px) {
  .section-main-bonus .container .second-contnet .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .section-main-bonus .container .second-contnet .section-title {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    gap: 5px;
  }
  .section-main-bonus .container .second-contnet .section-title .break {
    display: block;
  }
  .section-main-bonus .container .second-contnet .section-title .sub-title {
    line-height: 44px;
  }
}
.section-main-bonus .container .second-contnet .content-title {
  margin-bottom: 40px;
  font-family: "Inter", "PingFang TC", serif;
}
.section-main-bonus .container .second-contnet .content-title .break {
  display: block;
}
.section-main-bonus .container .second-contnet .content-title .txt-red {
  font-weight: bold;
}
@media only screen and (max-width: 680px) {
  .section-main-bonus .container .second-contnet .content-title .break {
    display: inline;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .content-title {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.section-main-bonus .container .second-contnet .image-area {
  max-width: 900px;
  margin: 0 auto 40px;
}
.section-main-bonus .container .second-contnet .image-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .image-area .mobile {
    display: block;
  }
}
.section-main-bonus .container .second-contnet .image-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .image-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-main-bonus .container .second-contnet .image-area {
    max-width: 330px;
    margin-bottom: 30px;
  }
}

/********************\
* 新戶指定行動支付享最高 20% 現金回饋
\********************/
.section-mobilepay-bonus {
  background-color: rgb(242, 238, 236);
}
.section-mobilepay-bonus .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1030px;
  padding: 60px 15px;
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container {
    padding: 40px 15px;
  }
}
.section-mobilepay-bonus .container .section-title {
  margin-bottom: 40px;
}
.section-mobilepay-bonus .container .section-title img {
  width: 40px;
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .section-title img {
    width: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .section-title .title-group {
    gap: 13px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-mobilepay-bonus .container .section-title .title-group .sub-title {
    line-height: 44px;
  }
}
@media only screen and (max-width: 360px) {
  .section-mobilepay-bonus .container .section-title .title-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.section-mobilepay-bonus .container .section-title .sub-title {
  height: 70px;
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .section-title .sub-title {
    font-size: 30px;
    height: auto;
    line-height: 49px;
  }
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .section-title .sub-title .txt-num {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .section-mobilepay-bonus .container .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .section-title {
    margin-top: 8px;
    margin-bottom: 30px;
  }
}
.section-mobilepay-bonus .container .image-and-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 728px;
  margin: 0 auto 40px;
}
.section-mobilepay-bonus .container .image-and-title-wrapper .text {
  font-size: 20px;
  line-height: 35px;
  color: #231815;
  letter-spacing: 1.2px;
  font-family: "Inter", "PingFang TC", serif;
}
@media only screen and (max-width: 768px) {
  .section-mobilepay-bonus .container .image-and-title-wrapper .text {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .image-and-title-wrapper .text {
    font-size: 18px;
    line-height: 31.5px;
    letter-spacing: 0.5px;
  }
}
.section-mobilepay-bonus .container .image-and-title-wrapper .txt-red {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-mobilepay-bonus .container .image-and-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 300px;
    margin-bottom: 30px;
  }
}
.section-mobilepay-bonus .container .image-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 278px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-mobilepay-bonus .container .image-area {
    width: 250px;
  }
}

/********************\
* 永豐薪轉戶獨享！加碼 200 元刷卡金
\********************/
.section-salary-bonus {
  background-color: #fff;
}
.section-salary-bonus .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1030px;
  padding: 60px 15px;
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container {
    padding: 40px 10px;
  }
}
.section-salary-bonus .container .section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .section-title .title-group {
    gap: 13px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-salary-bonus .container .section-title .title-group .sub-title {
    line-height: 44px;
  }
}
.section-salary-bonus .container .section-title img {
  width: 45px;
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .section-title img {
    width: 36px;
  }
}
.section-salary-bonus .container .section-title .sub-title {
  height: 70px;
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .section-title .sub-title {
    font-size: 30px;
    height: auto;
    line-height: 49px;
  }
}
.section-salary-bonus .container .section-title .sub-title .txt-red {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .section-title .sub-title .txt-num {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .section-salary-bonus .container .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .section-title {
    margin-bottom: 30px;
  }
}
.section-salary-bonus .container .image-and-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  max-width: 673px;
  margin: 0 auto 30px;
}
.section-salary-bonus .container .image-and-title-wrapper .text {
  font-size: 20px;
  line-height: 35px;
  color: #231815;
  letter-spacing: 0.8px;
  font-family: "Inter", "PingFang TC", serif;
}
@media only screen and (max-width: 768px) {
  .section-salary-bonus .container .image-and-title-wrapper .text {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .image-and-title-wrapper .text {
    font-size: 18px;
    line-height: 31.5px;
    letter-spacing: 0.5px;
  }
}
.section-salary-bonus .container .image-and-title-wrapper .text-underline {
  text-decoration: underline;
}
.section-salary-bonus .container .image-and-title-wrapper .txt-red {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-salary-bonus .container .image-and-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: 300px;
  }
}
.section-salary-bonus .container .image-area {
  width: 223px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-salary-bonus .container .image-area {
    width: 200px;
  }
}

@-webkit-keyframes boat-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes boat-animation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes falling {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  8% {
    opacity: 1;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(15px, 60px);
            transform: translate(15px, 60px);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(-20px, 100px);
            transform: translate(-20px, 100px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(-10px, 120px);
            transform: translate(-10px, 120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes falling {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  8% {
    opacity: 1;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(15px, 60px);
            transform: translate(15px, 60px);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(-20px, 100px);
            transform: translate(-20px, 100px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(-10px, 120px);
            transform: translate(-10px, 120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  5%, 10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  15%, 25%, 35%, 45% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  20%, 30%, 40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  5%, 10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  15%, 25%, 35%, 45% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  20%, 30%, 40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}