@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=Noto+Sans+TC:wght@300;400;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: "Helvetica", "Microsoft JhengHei";
}

/****************\
* 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: 50px;
  }
}
.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;
  }
}
.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: #717071;
}
footer p {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  footer p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  footer p span {
    display: block;
  }
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-left: 20px;
}
footer a .under-line {
  text-decoration: underline;
}
@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: 1040px;
  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 {
  font-size: 32px;
  margin-right: 18px;
  letter-spacing: -1.6px;
}
@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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 22px;
}
.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 15px 5px 15px;
  background-color: #e6e6e6;
}
.notice-area .notice-container {
  position: relative;
  text-align: justify;
  font-size: 16px;
  color: #666666;
  max-width: 965px;
  margin: 0 auto;
  font-weight: 300;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 14px;
  }
}
.notice-area .notice-container .notice-list-second {
  color: #666666;
  list-style: disc;
  margin-left: 30px;
}
.notice-area .notice-container .notice-list-second .txt-notice-list {
  list-style: none;
  padding-bottom: 0;
}
.notice-area .notice-container .notice-list-second .txt-notice-list li {
  position: relative;
  padding-left: 42px;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-list-second .txt-notice-list li {
    padding-left: 38px;
  }
}
.notice-area .notice-container .notice-list-second .txt-notice-list li .notice-ab {
  position: absolute;
  top: 0;
  left: 0;
}
.notice-area .notice-container .last-notcie-list-second {
  padding-bottom: 0;
}
.notice-area .notice-container ul {
  list-style: decimal;
}
.notice-area .notice-container ul.notice-list-1 {
  padding-bottom: 0;
}
.notice-area .notice-container ul.notice-list-3 {
  padding-bottom: 0;
}
.notice-area .notice-container ul li {
  line-height: 28px;
  margin-left: 25px;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 25px;
  }
}
.notice-area .notice-container ul li.last-li {
  margin-bottom: 0;
}
.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: #c1272d;
  font-size: 17px;
  font-weight: bold;
  font-family: "Noto Sans TC", sans-serif;
}
.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 .link-blue {
  color: #39a5b2;
  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 {
  line-height: 27px;
  font-size: 16px;
  margin-top: 10px;
}
.notice-area .notice-container .other-notice.last-notice {
  padding-bottom: 20px;
}
.notice-area .notice-container .other-notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.notice-area .notice-container .other-notice li::before {
  content: "※";
  display: block;
  font-size: 12px;
  margin-right: 2px;
}
.notice-area .notice-container .other-notice .txt-bold {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .other-notice {
    font-size: 14px;
    line-height: 25px;
  }
}
.notice-area .notice-container .notice-title {
  width: 75px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  color: #4d4d4d;
  padding: 11px 33px 30px 13px;
  margin: 0 auto;
  z-index: 2;
}
.notice-area .notice-container .notice-title.notice-title-gray {
  background-color: #e6e6e6;
}
.notice-area .notice-container .first-dsc {
  line-height: 28px;
  margin-bottom: 10px;
  color: #666666;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .first-dsc {
    line-height: 25px;
  }
}
.notice-area .notice-container .list-sec {
  padding-bottom: 10px;
  color: #666666;
  font-weight: bold;
  line-height: 26px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .list-sec {
    padding-left: 24px;
  }
}
.notice-area .notice-container .sub-list {
  padding-bottom: 0px;
  list-style: disc;
}
.notice-area .notice-container .sub-list.txt-blue {
  color: #005ab4;
}
.notice-area .notice-container .txt-underline {
  text-decoration: underline;
}
.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: #c1272d;
  line-height: 28px;
  padding-bottom: 10px;
}
.notice-area .notice-container .js-notice-list-1 {
  padding: 0 12.5px 15px;
}
.notice-area .notice-container .other-notice-project {
  color: #c1272d;
  line-height: 26px;
  padding-left: 32px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .other-notice-project {
    padding-left: 24px;
  }
}

.icon-plus {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 500px) {
  .icon-plus {
    top: 13px;
    right: 12px;
  }
}
.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;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
}

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

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

.wrapper {
  background-color: #fff;
}

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

.section-title {
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #14afaf;
  font-family: "Noto Sans TC", sans-serif;
  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;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .section-title .break-point {
    display: block;
    margin-top: 5px;
  }
}
.section-title .title-icon {
  max-width: 37px;
  margin-right: 12px;
}
@media only screen and (max-width: 500px) {
  .section-title .title-icon {
    display: none;
  }
}

.section-title-dsc {
  position: relative;
  color: #1a1a1a;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}
.section-title-dsc::after, .section-title-dsc::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc::after, .section-title-dsc::before {
    height: 65%;
    top: 15%;
  }
}
.section-title-dsc::after {
  left: 0;
}
.section-title-dsc::before {
  right: 0;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .break-point {
    display: block;
  }
}

.fixed-icon-area {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 110px;
  z-index: 20;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .fixed-icon-area {
    width: 80px;
    right: 0;
    bottom: 10px;
  }
}

body .blocker {
  z-index: 10100;
}

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

/**************\
* Main
\**************/
.section-kv {
  z-index: 10;
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 57px;
  }
}
.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 .title {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  text-indent: -999999px;
  z-index: -1;
  overflow: hidden;
}
.section-kv .kv-title,
.section-kv .kv-sub-title,
.section-kv .kv-num,
.section-kv .kv-cloud {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 42.2222222222%;
  left: 28.8888888889%;
  top: 4.9180327869%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 93.75%;
    left: 3.125%;
    top: 9.5057034221%;
  }
}
.section-kv .kv-sub-title {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 16.0416666667%;
  left: 41.8055555556%;
  top: 29.6721311475%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title {
    width: 53.4375%;
    left: 23.4375%;
    top: 23.9543726236%;
  }
}
.section-kv .kv-num.kv-num-1 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  width: 22.2222222222%;
  left: 26.9444444444%;
  top: 47.5409836066%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-num.kv-num-1 {
    width: 52.1875%;
    left: 15.9375%;
    top: 39.5437262357%;
  }
}
.section-kv .kv-num.kv-num-2 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 22.2222222222%;
  left: 51.5277777778%;
  top: 47.5409836066%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-num.kv-num-2 {
    width: 50.9375%;
    left: 36.25%;
    top: 66.5399239544%;
  }
}
.section-kv .kv-cloud.cloud-1 {
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  width: 7.9861111111%;
  left: 13.1944444444%;
  top: 61.3114754098%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.cloud-1 {
    width: 20.625%;
    left: 3.125%;
    top: 65.3992395437%;
  }
}
.section-kv .kv-cloud.cloud-2 {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  width: 8.3333333333%;
  left: 71.9444444444%;
  top: 80.3278688525%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.cloud-2 {
    width: 20.625%;
    left: 75.625%;
    top: 42.5855513308%;
  }
}

/********************\
* 美人雙幣定存限時優惠方案
\********************/
.section-time {
  background-color: #fcf4ec;
}
.section-time .bg-icon {
  position: absolute;
}
.section-time .bg-icon.bg-icon-1 {
  width: 3.4722222222%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 500px) {
  .section-time .bg-icon.bg-icon-1 {
    width: 9.375%;
  }
}
.section-time .bg-icon.bg-icon-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 3.4722222222%;
  right: 0;
  top: -3px;
}
@media only screen and (max-width: 500px) {
  .section-time .bg-icon.bg-icon-2 {
    width: 9.375%;
  }
}
.section-time .bg-icon.bg-icon-3 {
  width: 5.7638888889%;
  left: 6.1805555556%;
  top: 30.4263565891%;
}
@media only screen and (max-width: 500px) {
  .section-time .bg-icon.bg-icon-3 {
    display: none;
  }
}
.section-time .bg-icon.bg-icon-4 {
  width: 7.9861111111%;
  left: 87.5%;
  top: 55.2325581395%;
}
@media only screen and (max-width: 500px) {
  .section-time .bg-icon.bg-icon-4 {
    display: none;
  }
}
.section-time .container {
  max-width: 960px;
}
@media only screen and (max-width: 768px) {
  .section-time .container {
    padding: 40px 30px;
  }
}
.section-time .container .section-title-dsc {
  max-width: 630px;
  margin: 17px auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.section-time .container .section-title-dsc .txt-red {
  color: #eb5a3c;
}
.section-time .container .section-title-dsc .txt-yellow {
  color: #e6b432;
}
.section-time .container .section-title-dsc .txt-bold {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-time .container .section-title-dsc {
    max-width: 300px;
  }
  .section-time .container .section-title-dsc .mobile-hide {
    display: none;
  }
}
.section-time .container .tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-time .container .tag-area {
    display: block;
  }
}
.section-time .container .tag-area.mg-top-20 {
  margin-top: 20px;
}
.section-time .container .tag-area.mg-top-30 {
  margin-top: 30px;
}
.section-time .container .tag-area .tag-image {
  max-width: 106px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  .section-time .container .tag-area .tag-image {
    display: block;
    margin: 0 auto;
  }
}
.section-time .container .tag-area .txt {
  font-size: 20px;
  line-height: 27px;
  color: #1a1a1a;
}
@media only screen and (max-width: 500px) {
  .section-time .container .tag-area .txt {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }
}
.section-time .container .table-area {
  max-width: 796px;
  margin: 30px auto 0 auto;
}
.section-time .container .table-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-time .container .table-area .mobile {
    display: block;
  }
}
.section-time .container .table-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-time .container .table-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-time .container .table-area {
    margin-top: 20px;
  }
}
.section-time .container .table-dsc {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  max-width: 796px;
  margin: 12px auto 0 auto;
}
.section-time .container .table-dsc .highlight {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #c1272d;
}
.section-time .container .block-area {
  margin-top: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 900px) {
  .section-time .container .block-area {
    display: block;
    max-width: 260px;
    margin: 60px auto 0 auto;
  }
}
.section-time .container .block-area .block {
  border-radius: 16px;
  background-color: #faeadb;
  position: relative;
  width: 29%;
  max-width: 280px;
  margin-right: 6.25%;
  padding: 9% 30px 30px 30px;
}
@media only screen and (max-width: 900px) {
  .section-time .container .block-area .block {
    width: 100%;
    padding-top: 80px;
    max-width: 260px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .section-time .container .block-area .block.block-2 {
    padding-bottom: 75px;
  }
}
.section-time .container .block-area .block.last-block {
  margin-right: 0;
}
.section-time .container .block-area .block .icon-block {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 36%;
}
.section-time .container .block-area .block .block-title {
  position: absolute;
  top: 7%;
  left: 30%;
}
.section-time .container .block-area .block .block-title.title-1 {
  width: 48%;
}
.section-time .container .block-area .block .block-title.title-2 {
  width: 40%;
}
.section-time .container .block-area .block .block-title.title-3 {
  width: 56%;
}
.section-time .container .block-area .block .title-dsc {
  font-weight: bold;
  font-size: 14px;
  color: #eb5a3c;
  margin-top: 10px;
}
.section-time .container .block-area .block .block-dsc {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 900px) {
  .section-time .container .block-area .block .block-dsc {
    font-size: 16px;
  }
}
.section-time .container .block-area .block .block-dsc .txt-red {
  color: #eb5a3c;
}
.section-time .container .block-area .block .block-dsc .txt-bold {
  font-weight: bold;
}
.section-time .container .block-area .block .block-dsc.last-block {
  margin-top: 25px;
}
.section-time .container .block-area .block .icon-bottom {
  position: absolute;
  bottom: -6.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-time .container .block-area .block .notice-dsc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

/********************\
* 外幣優惠懶人包
\********************/
.section-more {
  background-color: #faeadb;
}
.section-more .container {
  max-width: 952px;
}
@media only screen and (max-width: 768px) {
  .section-more .container {
    padding: 40px 30px;
  }
}
.section-more .container .section-title-dsc {
  max-width: 475px;
  margin: 17px auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .section-more .container .section-title-dsc {
    max-width: 230px;
  }
}
.section-more .container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}
@media only screen and (max-width: 960px) {
  .section-more .container .cards {
    max-width: 500px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards {
    max-width: 216px;
    margin-top: 24px;
  }
}
.section-more .container .cards .card {
  position: relative;
  width: 217px;
  height: 210px;
  padding-bottom: 50px;
  background-color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card {
    margin-top: 44px;
  }
}
.section-more .container .cards .card .title {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 24px;
}
.section-more .container .cards .card .title .text {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 128px;
}
.section-more .container .cards .card .body {
  height: 156px;
  color: #000;
}
.section-more .container .cards .card .body .sub-title {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .body .sub-title {
    font-size: 18px;
  }
}
.section-more .container .cards .card .body .content {
  margin-top: 5px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .body .content {
    font-size: 16px;
  }
}
.section-more .container .cards .card .body .content .num {
  font-size: 24px;
  font-weight: bold;
  color: #eb5a3c;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .body .content .num {
    font-size: 22px;
  }
}
.section-more .container .cards .card .body .content .cent {
  color: #eb5a3c;
}
.section-more .container .cards .card .body .remark {
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .body .remark {
    font-size: 12px;
    line-height: 22px;
  }
}
.section-more .container .cards .card .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
  font-size: 18px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.section-more .container .cards .card .btn .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .btn .mobile {
    display: block;
  }
}
.section-more .container .cards .card .btn .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .btn .desktop {
    display: none;
  }
}
.section-more .container .cards .card .btn .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-more .container .cards .card .btn .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-more .container .cards .card .btn .desktop {
    display: none;
  }
  .section-more .container .cards .card .btn .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-more .container .cards .card .btn a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-more .container .cards .card .btn.btn-green {
  background-color: #14afaf;
}
.section-more .container .cards .card .btn.btn-orange {
  background-color: #eb5a3c;
}
.section-more .container .cards .card .btn.btn-yellow {
  background-color: #e6b432;
}
.section-more .container .cards .card .btn.btn-black {
  background-color: #333333;
}
.section-more .container .cards .card .btn .arrow {
  -webkit-animation: arrowBounce 1s infinite;
          animation: arrowBounce 1s infinite;
  width: 8px;
  margin-left: 15px;
}
.section-more .container .cards .card-1 .line {
  background-color: #c1272d;
}
.section-more .container .cards .card-1 .body .sub-title {
  padding-top: 6px;
  font-size: 17px;
}
.section-more .container .cards .card-2 .line {
  background-color: #662d91;
}
@media only screen and (max-width: 960px) {
  .section-more .container .cards .card-3 {
    margin-top: 40px;
  }
}
.section-more .container .cards .card-3 .line {
  background-color: #ed1e79;
}
@media only screen and (max-width: 960px) {
  .section-more .container .cards .card-4 {
    margin-top: 40px;
  }
}
.section-more .container .cards .card-4 .line {
  background-color: #f7931e;
}

/********************\
* 列表
\********************/
.section-list {
  background-color: #fff4f2;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #5a3c3c;
  border: #5a3c3c 2px solid;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: inherit;
  border: #5a3c3c 2px solid;
}

.owl-dots .owl-dot {
  outline: none;
}