@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=Noto+Sans+TC:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&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: "Inter", "Open Sans", "Noto Sans TC";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: white;
  border-bottom: #d72a17 6px solid;
}
.header.header-white {
  background-color: white;
}
@media only screen and (max-width: 1185px) {
  .header {
    background-color: white;
  }
}
.header .desktop-header-container {
  position: relative;
  display: block;
  height: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 23px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container {
    height: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .header .desktop-header-container {
    height: 58px;
  }
}
.header .desktop-header-container .header-btn {
  display: inline-block;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container .header-btn {
    display: none;
  }
}
.header .desktop-header-container .header-btn.btn-white {
  margin-top: 20px;
  color: #d6ae3c;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header .desktop-header-container .header-btn.btn-first {
  margin-left: 50px;
}
.header .desktop-header-container .header-btn.btn-second {
  margin-left: 20px;
}
.header .desktop-header-container .header-btn.btn-transparent {
  border: #cb9b0c 2px solid;
  color: #cb9b0c;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  float: right;
  margin-right: 240px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 18px;
}
.header .desktop-header-container .header-btn.btn-transparent:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header .desktop-header-container .header-btn.btn-transparent:hover {
  color: white;
  background-color: #cb9b0c;
}
.header .logo {
  background-image: url(../images/default/kv_sinopac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 1185px) {
  .header .logo {
    float: none;
    margin: 7px auto 0 auto;
    width: 120px;
    height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .header .logo {
    background-image: url(../images/mobile/logo@2x.png);
    margin: 18px auto 0 auto;
    width: 152px;
    height: 45px;
  }
}
.header .logo:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.hamburger {
  display: none;
  left: auto;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1185px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:after,
.hamburger .hamburger__icon:before {
  background-color: black;
}

.fat-nav li {
  font-size: 20px;
  padding: 0 0 40px 0;
}

.header-menu {
  z-index: 100;
}

.scroll-fix {
  max-width: 800px;
  left: auto !important;
  right: 0;
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #808080;
}
footer pre {
  padding: 19px 10px;
  color: white;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  height: 22px;
}
@media only screen and (min-width: 501px) {
  footer pre br {
    content: "";
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  footer pre {
    white-space: normal;
    height: 63px;
  }
  footer pre a,
footer pre span {
    width: 100%;
    display: contents;
  }
}
footer pre a {
  font-size: 15px;
}
@media only screen and (max-width: 1100px) {
  footer pre {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  footer pre {
    font-size: 15px;
    padding: 20px 20px;
  }
}
footer pre .underline {
  display: inline-block;
  position: relative;
}
footer pre .underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
  background-color: white;
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  margin-left: -20px;
}
@media only screen and (max-width: 1100px) {
  footer a {
    font-size: 14px;
  }
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 40px;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 500px) {
  .notice-area {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 374px) {
  .notice-area {
    padding: 30px 20px;
  }
}
.notice-area .notice-container {
  font-size: 16px;
  max-width: 964px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: justify;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 14px;
    line-height: 1.71;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
  margin-top: 16px;
  text-align: left;
  text-align: justify;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul {
    margin-top: 22px;
  }
}
.notice-area .notice-container ul li {
  line-height: 24px;
  margin-left: 29px;
  padding-left: 7px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 1.71;
    margin-left: 26px;
    padding-left: 10px;
    margin-bottom: 7px;
  }
}
.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: #a40b5e;
}
.notice-area .notice-container ul li.txt-underline {
  text-decoration: underline;
}
.notice-area .notice-container ul li .txt-normal, .notice-area .notice-container ul li.txt-normal {
  color: #333333;
}
.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: inherit;
  text-decoration: underline;
}
.notice-area .notice-container ul li.include-sup {
  vertical-align: top;
}
.notice-area .notice-container ul li .txt-up {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  color: #a40b5e;
}
.notice-area .notice-container ul li .image-table {
  max-width: 713px;
  margin-bottom: 0;
  margin-left: -12px;
}
.notice-area .notice-container ul li .image-table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-table .mobile {
    display: inline-block;
  }
}
.notice-area .notice-container ul li .image-table .desktop {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-table {
    max-width: 300px;
  }
}
.notice-area .notice-container ul.notice-list-dot {
  list-style: disc;
  margin: 0;
  padding-bottom: 0;
}
.notice-area .notice-container ul.notice-list-dot li {
  margin-left: 6px;
}
.notice-area .notice-container ul.notice-list-dot .notice-list-num {
  padding-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul.notice-list-dot {
    margin: 6.5px 0;
  }
  .notice-area .notice-container ul.notice-list-dot li {
    margin-left: 26px;
  }
}
.notice-area .notice-container ul.notice-list-none {
  margin-top: 3px;
  list-style: none;
}
.notice-area .notice-container ul.notice-list-none li {
  margin-left: 0;
  padding-left: 0;
}
.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: 100px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1;
  text-align: justify;
  color: #333333;
}
.notice-area .notice-container .notice-title .icon-plus {
  position: absolute;
  top: 21px;
  right: -26px;
  width: 12px;
  height: 12px;
}
.notice-area .notice-container .notice-title .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-title {
    font-size: 18px;
  }
  .notice-area .notice-container .notice-title .icon-plus {
    top: 28px;
    right: 12px;
  }
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;
  height: 10px;
  background-image: url(../images/triangle@2x.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;
}
.notice-area .example {
  line-height: 1.69;
  margin-top: 36px;
  margin-left: -6px;
}
@media only screen and (max-width: 500px) {
  .notice-area .example {
    margin-top: 8px;
    margin-left: 0;
    line-height: 24px;
  }
}
.notice-area .notice-form {
  max-width: 738px;
  margin-top: 3px;
  margin-left: 31px;
  margin-bottom: 5px;
}
.notice-area .notice-form .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-form .mobile {
    display: inline-block;
  }
}
.notice-area .notice-form .desktop {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-form .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-form {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.notice-area .notice-remark {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 6px 0;
  margin-left: 24px;
  padding: 8px 20px 6px;
  border-radius: 12px;
  border: solid 2px #fff;
  color: #a40b5e;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-remark {
    margin: 5px 0;
    margin-left: 0;
    padding: 10px 15px 10px 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 500px) {
  .notice-area .notice-remark {
    max-width: calc(100% - 37px);
  }
}
.notice-area .red-line {
  margin-left: 31px;
  margin-top: 4px;
}
@media only screen and (max-width: 500px) {
  .notice-area .red-line {
    margin-left: 0;
  }
}
.notice-area .red-line.margin-top {
  margin-top: 28px;
}
.notice-area .txt-red {
  color: #a40b5e;
}
.notice-area .txt-red + .notice-list-dot.notice-list-dot {
  margin-left: 39px;
}
@media only screen and (max-width: 500px) {
  .notice-area .txt-red + .notice-list-dot.notice-list-dot {
    margin-left: 0;
  }
}
.notice-area .txt-underline {
  text-decoration: underline;
}
.notice-area .first-block {
  margin-top: 24px;
}

/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
img {
  width: 100%;
}

.mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mobile {
    display: inline-block;
  }
}

.desktop {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .desktop {
    display: none;
  }
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1010px;
}
@media only screen and (max-width: 500px) {
  .section > .container {
    padding: 40px 20px;
  }
}

.fixed-icon-area {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 64px;
  max-width: 106px;
}
.fixed-icon-area a {
  display: block;
  margin-top: 12px;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    max-width: 80px;
    right: 0;
    bottom: 0;
  }
  .fixed-icon-area a {
    margin-top: 6px;
  }
}

.section-title {
  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: 500px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-title .icon {
  width: 68px;
  min-height: 1%;
}
@media only screen and (max-width: 500px) {
  .section-title .icon {
    width: 54px;
  }
}
.section-title .text {
  margin-left: 12px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #a40b5e;
}
@media only screen and (max-width: 500px) {
  .section-title .text {
    margin-left: 0;
    margin-top: 12px;
    font-size: 32px;
    line-height: 32px;
  }
}

.section-title-desc {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #cb9b0c;
}
.section-title-desc .red {
  color: #a40b5e;
}
.section-title-desc .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-title-desc .mobile {
    display: inline-block;
  }
}
.section-title-desc .desktop {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section-title-desc .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-title-desc {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.64;
  }
}

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

/**************\
* Main
\**************/
.section-kv {
  margin-top: 80px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .section-kv {
    margin-top: 82px;
    height: calc(100vw / 320 * 544);
    background-color: #fadbda;
  }
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: inline-block;
  }
}
.section-kv .desktop {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .kv-88,
.section-kv .kv-title,
.section-kv .kv-sub-title,
.section-kv .kv-dialog,
.section-kv .kv-heart,
.section-kv .kv-cake,
.section-kv .title {
  position: absolute;
}
.section-kv .title {
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: 0;
  top: 0;
  text-indent: -99999px;
}
.section-kv .kv-dialog {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 10.3472222222%;
  left: 67.9861111111%;
  top: 8.9766606822%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-dialog {
    width: 25.625%;
    left: 60.625%;
    top: 5.1470588235%;
  }
}
.section-kv .kv-heart {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 6.8055555556%;
  left: 42.6388888889%;
  top: 41.2926391382%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-heart {
    width: 16.875%;
    left: 0%;
    top: 23.1617647059%;
  }
}
.section-kv .kv-cake {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  width: 9.6527777778%;
  left: 66.1805555556%;
  top: 67.1454219031%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cake {
    width: 24.0625%;
    left: 55.9375%;
    top: 41.1764705882%;
  }
}
.section-kv .kv-88 {
  width: 48.4027777778%;
  left: 35.7638888889%;
  top: 7.5403949731%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-88 {
    width: 100%;
    left: 0%;
    top: 4.4117647059%;
  }
}
.section-kv .kv-title {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 24.8611111111%;
  left: 16.8055555556%;
  top: 19.3895870736%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 78.75%;
    left: 10.625%;
    top: 53.6764705882%;
  }
}
.section-kv .kv-sub-title {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 24.5833333333%;
  left: 16.9444444444%;
  top: 55.6552962298%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title {
    width: 76.875%;
    left: 11.5625%;
    top: 77.0220588235%;
  }
}

/********************\
* 卡片
\********************/
.section-card .container {
  max-width: 810px;
  padding-top: 72px;
}
@media only screen and (max-width: 500px) {
  .section-card .container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 340px) {
  .section-card .container {
    padding: 40px 15px;
  }
}
.section-card .container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section-card .container .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-card .container .card .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 392px;
  width: 48.3950617284%;
  min-height: 1%;
}
@media only screen and (max-width: 768px) {
  .section-card .container .card .left {
    width: 100%;
    max-width: 290px;
  }
}
.section-card .container .card .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 418px;
  min-height: 1%;
  margin-bottom: 8px;
}
.section-card .container .card .right .title {
  max-width: 412px;
  min-height: 1%;
}
@media only screen and (max-width: 768px) {
  .section-card .container .card .right .title {
    margin-top: 24px;
    max-width: 290px;
  }
}
.section-card .container .card .right .sub-title {
  width: 100%;
  margin-top: 12px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: justify;
  color: #cb9b0c;
}
.section-card .container .card .right .sub-title .mobile {
  display: none;
}
@media only screen and (max-width: 850px) {
  .section-card .container .card .right .sub-title .mobile {
    display: inline-block;
  }
}
.section-card .container .card .right .sub-title .desktop {
  display: inline-block;
}
@media only screen and (max-width: 850px) {
  .section-card .container .card .right .sub-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-card .container .card .right .sub-title {
    margin-top: 8px;
    font-size: 22px;
    line-height: normal;
    text-align: center;
  }
}
.section-card .container .card .right .desc {
  margin-top: 24px;
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .section-card .container .card .right .desc {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
  }
}
.section-card .container .card .right .desc .num {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .section-card .container .card .right .desc .num {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-card .bg {
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .section-card .bg {
    display: none;
  }
}
.section-card .bg.bg-1 {
  max-width: 153px;
  width: 10.625vw;
  top: 46px;
  left: 28px;
}
.section-card .bg.bg-2 {
  max-width: 167px;
  width: 11.5972222222vw;
  top: 90px;
  right: 26px;
}

/********************\
* 永豐壽星 貴賓獨享
\********************/
.section-only {
  background-color: #fce7e9;
}
.section-only .container {
  max-width: 832px;
  padding-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .section-only .container {
    padding: 40px 10px 0;
  }
}
.section-only .container .paragraph {
  max-width: 832px;
  margin: 24px auto 0;
  padding: 28px 83px 30px;
  border-radius: 18px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .section-only .container .paragraph {
    margin-top: 20px;
    max-width: 500px;
    padding: 20px;
  }
}
.section-only .container .paragraph .desc {
  max-width: 547px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 500px) {
  .section-only .container .paragraph .desc {
    font-size: 16px;
    letter-spacing: 0.71px;
  }
}
.section-only .container .paragraph .desc .red {
  color: #a40b5e;
}
.section-only .container .paragraph .table {
  margin: 22px auto 0;
  max-width: 662px;
}
.section-only .container .paragraph .table .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-only .container .paragraph .table .mobile {
    display: inline-block;
  }
}
.section-only .container .paragraph .table .desktop {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section-only .container .paragraph .table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-only .container .paragraph .table {
    max-width: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .section-only .container .paragraph .table {
    margin-top: 20px;
  }
}
.section-only .container .paragraph .remark {
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-align: center;
  color: #a40b5e;
}
@media only screen and (max-width: 500px) {
  .section-only .container .paragraph .remark {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.6px;
  }
}

/********************\
* 兌換步驟
\********************/
.section-step {
  background-color: #fce7e9;
}
.section-step .container {
  padding-top: 54px;
}
@media only screen and (max-width: 500px) {
  .section-step .container {
    padding-top: 40px;
  }
}
.section-step .container .section-title .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .mobile {
    display: inline-block;
  }
}
.section-step .container .section-title .desktop {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .desktop {
    display: none;
  }
}
.section-step .container .section-title .text {
  position: relative;
  margin-left: 0;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .text {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.38;
  }
}
.section-step .container .section-title .text .red {
  color: #c1272d;
}
.section-step .container .section-title .text .num {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .text .num {
    font-size: 30px;
  }
}
.section-step .container .section-title .text::before, .section-step .container .section-title .text::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 14px;
  height: 16px;
  background: url(../images/section-2-title-icon@2x.png) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .text::before, .section-step .container .section-title .text::after {
    top: 8.5px;
  }
}
.section-step .container .section-title .text::before {
  left: -20px;
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .text::before {
    left: 8px;
  }
}
.section-step .container .section-title .text::after {
  right: -20px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (max-width: 768px) {
  .section-step .container .section-title .text::after {
    right: 8px;
  }
}
.section-step .container .steps {
  max-width: 656px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .section-step .container .steps {
    max-width: 240px;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-step .container .steps .step {
  max-width: 267px;
}
.section-step .container .steps .step img {
  max-width: 258px;
}
.section-step .container .steps .step .desc {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .section-step .container .steps .step .desc {
    max-width: 220px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-step .container .steps .step .desc .red {
  color: #a40b5e;
}
.section-step .container .steps .arrow {
  margin-top: 104px;
  max-width: 63px;
  min-height: 1%;
}
@media only screen and (max-width: 768px) {
  .section-step .container .steps .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 28px auto;
  }
}

/********************\
* 使用流程
\********************/
.section-use-flow .container {
  max-width: 1084px;
}
.section-use-flow .container .section-title {
  margin-bottom: 36px;
}
@media only screen and (max-width: 500px) {
  .section-use-flow .container .section-title {
    margin-bottom: 20px;
  }
  .section-use-flow .container .section-title.app-title .text {
    line-height: 1.25;
  }
}
.section-use-flow .container .flow {
  max-width: 828px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .section-use-flow .container .flow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-use-flow .container .flow .flow-images {
  margin-right: 5.4347826087%;
  width: 32.2463768116%;
  max-width: 267px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 37.3%;
          flex: 1 0 37.3%;
}
@media only screen and (max-width: 500px) {
  .section-use-flow .container .flow .flow-images {
    margin: auto;
    width: 100%;
  }
}
.section-use-flow .container .flow .flow-images .item .step {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  padding-top: 6px;
  padding-left: 48px;
  margin-top: 20px;
  min-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-use-flow .container .flow .flow-images .item .step::before {
  width: 36px;
  height: 36px;
  font-size: 23px;
  line-height: 36px;
}
@media only screen and (min-width: 500px) {
  .section-use-flow .container .flow .flow-images .item .step {
    display: none;
  }
}
.section-use-flow .container .flow .flow-steps {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .section-use-flow .container .flow .flow-steps {
    display: none;
  }
}
.section-use-flow .container .flow .icon {
  max-width: 174px;
  margin: 75px 0 40px;
}
.section-use-flow .container .flow .step {
  position: relative;
  margin-bottom: 16px;
  padding-left: 56px;
  min-height: 40px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #333333;
  cursor: pointer;
}
.section-use-flow .container .flow .step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ebd272;
  border-radius: 50%;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.section-use-flow .container .flow .step.active::before {
  background-color: #cb9b0c;
}
.section-use-flow .container .flow .step.step-1::before {
  content: "1";
}
.section-use-flow .container .flow .step.step-2::before {
  content: "2";
}
.section-use-flow .container .flow .step.step-3::before {
  content: "3";
}
.section-use-flow .container .separator {
  margin: 48px auto;
  height: 1px;
  background-image: repeating-linear-gradient(33deg, #999999, #999999 3px, transparent 3px, transparent 8px, #999999 8px);
  background-size: 100% 1px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  .section-use-flow .container .separator {
    margin: 25px auto 30px;
  }
}
.section-use-flow .container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section-use-flow .container .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
.section-use-flow .container .buttons .button {
  position: relative;
  max-width: 260px;
  min-height: 1%;
}
.section-use-flow .container .buttons .button + .button {
  margin-left: 36px;
}
@media only screen and (max-width: 768px) {
  .section-use-flow .container .buttons .button + .button {
    margin-left: 0;
    margin-top: 8px;
  }
}
.section-use-flow .container .buttons .button::after {
  content: "";
  position: absolute;
  top: 32.5%;
  width: 3.1%;
  height: 19.2%;
  background: url(../images/arrow@2x.png) no-repeat center/cover;
  -webkit-animation: arrowBounce 1s infinite;
          animation: arrowBounce 1s infinite;
}
.section-use-flow .container .buttons .button.button-1::after {
  right: 15.3846153846%;
}
.section-use-flow .container .buttons .button.button-2::after {
  right: 18.4615384615%;
}
.section-use-flow .container .buttons .button.button-3::after {
  right: 9.2307692308%;
}

/********************\
* FAQ常見問答
\********************/
.section-faq {
  background-color: #fce7e9;
}
.section-faq .container {
  max-width: 944px;
}
.section-faq .container .title {
  width: 140px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  color: #a40b5e;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .title {
    width: 130px;
    font-size: 16px;
    line-height: 21px;
  }
}
.section-faq .container .icon-arrow-down,
.section-faq .container .icon-arrow-up {
  position: absolute;
  top: 9px;
  right: 0;
  width: 13px;
  height: 8px;
  background-image: url(../images/qa-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .icon-arrow-down,
.section-faq .container .icon-arrow-up {
    top: 6px;
    right: 10px;
  }
}
.section-faq .container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.section-faq .container .item {
  margin-bottom: 14px;
}
.section-faq .container .item.first {
  margin-top: 18px;
}
.section-faq .container .item.last {
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item {
    margin-bottom: 16px;
  }
  .section-faq .container .item.first {
    margin-top: 24px;
  }
  .section-faq .container .item.last {
    margin-top: 0;
  }
}
.section-faq .container .item .icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item .icon {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
  }
}
.section-faq .container .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq .container .item .row > div:not(.icon) {
  padding: 9px 0;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item .row > div:not(.icon) {
    padding: 6px 0 0;
  }
}
.section-faq .container .item .q {
  margin-bottom: 10px;
}
.section-faq .container .item .q .icon {
  background-color: #a40b5e;
}
.section-faq .container .item .q .question {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.61;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item .q {
    margin-bottom: 10px;
  }
  .section-faq .container .item .q .question {
    font-size: 16px;
    line-height: 1.56;
    text-align: justify;
  }
}
.section-faq .container .item .a .icon {
  background-color: #cb9b0c;
}
.section-faq .container .item .a .answer {
  max-width: 799px;
}
.section-faq .container .item .a .text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #333333;
}
.section-faq .container .item .a .tip {
  position: relative;
  margin-top: 10px;
  padding: 7px 26px 7px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  color: #a40b5e;
}
.section-faq .container .item .a .tip.with-star {
  padding-left: 30px;
}
.section-faq .container .item .a .tip.with-star::before {
  content: "★";
  position: absolute;
  left: 17px;
  font-size: 11px;
  line-height: 25px;
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item .a .tip.with-star {
    padding-left: 25px;
  }
  .section-faq .container .item .a .tip.with-star::before {
    content: "★";
    left: 13px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 500px) {
  .section-faq .container .item .a .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-faq .container .item .a .tip {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: #cb9b0c 1px solid;
  margin: 9px 4px;
  width: 10px;
  height: 10px;
}

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

.container .flow .owl-theme .owl-dots {
  margin-top: 1px;
}
.container .flow .owl-theme .owl-dots .owl-dot {
  outline: none;
}