@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;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", "Noto Sans TC", sans-serif;
}

/****************\
* 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: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 40px;
}
@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: #254a91;
}
footer div {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer div span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}
footer a.under-line {
  text-decoration: underline;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px 5px;
  background: #ececec;
}
.notice-area .notice-container {
  position: relative;
  text-align: justify;
  font-size: 16px;
  color: #4d4d4d;
  max-width: 964px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 14px;
  }
}
.notice-area .notice-container .notice-list-second {
  color: #4d4d4d;
  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: 20px;
  margin-bottom: 6px;
}
@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.red-list {
  color: #ff4b4b;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #ff4b4b;
}
.notice-area .notice-container ul li .txt-bold {
  font-weight: bold;
}
.notice-area .notice-container ul li .txt-orange, .notice-area .notice-container ul li.txt-orange {
  color: #f7931e;
}
.notice-area .notice-container ul li .txt-big {
  font-size: 20px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .txt-big {
    font-size: 18px;
  }
}
.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 li .dot-list {
  padding-bottom: 0;
  list-style: disc;
}
.notice-area .notice-container ul.notice-list-dot {
  list-style: disc;
  padding-bottom: 0;
}
.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: 75px;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #4d4d4d;
  padding: 11px 33px 24px 13px;
  margin: 0 auto;
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-title {
    font-size: 16px;
  }
}
.notice-area .notice-container .notice-title.notice-title-white {
  background-color: #fff;
}
.notice-area .notice-container .notice-title.notice-title-green {
  background-color: #e0eeea;
}
.notice-area .notice-container .notice-title.notice-title-blue {
  background-color: #ccf0fa;
}
.notice-area .notice-container .hr-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  top: 20px;
  left: 0;
}
.notice-area .notice-container .first-dsc {
  line-height: 28px;
  margin-bottom: 10px;
  color: #4d4d4d;
}
@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: #000;
  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: 20px;
  color: #ff4b4b;
  line-height: 28px;
  padding-bottom: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .red-notice {
    font-size: 18px;
  }
}
.notice-area .notice-container .js-notice-list-1 {
  padding-bottom: 15px;
}
.notice-area .notice-container .other-notice-project {
  color: #ed1c24;
  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: 10px;
  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% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes planeMove2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes planeMove2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes arrowBounceMobile {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@keyframes arrowBounceMobile {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
@-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);
  }
}
@-webkit-keyframes arrowLight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes arrowLight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes snow-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snow-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snow-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes snow-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

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

.font-eng {
  font-family: "Helvetica";
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.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;
  font-size: 34px;
  color: #0064d2;
}
@media only screen and (max-width: 790px) {
  .section-title {
    font-size: 26px;
  }
}
.section-title .title-icon {
  max-width: 37px;
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  .section-title .title-icon {
    max-width: 28px;
  }
}
.section-title .title-txt {
  font-weight: bold;
}

.section-title-dsc {
  color: #0064d2;
  line-height: 28px;
  text-align: center;
  padding-top: 4px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 790px) {
  .section-title-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .mobile-break {
    display: block;
  }
}

.fixed-icon-area {
  position: fixed;
  bottom: 40px;
  right: 28px;
  width: 121px;
  z-index: 10;
}
.fixed-icon-area a {
  cursor: pointer;
}
.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;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    width: 75px;
    right: 0;
    bottom: 20px;
  }
}

body .blocker {
  z-index: 10100;
}

.popup-title {
  min-height: 90px;
  background-image: url(../images/popup/popup_title.png);
  background-size: 1000px 90px;
  background-position: center;
  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: 730px) {
  .popup-title {
    background-image: none;
    background-color: #57d2ff;
    min-height: 74px;
  }
}
.popup-title .popup-title-txt {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 35px;
}
@media only screen and (max-width: 790px) {
  .popup-title .popup-title-txt {
    font-size: 26px;
  }
}

.popup-money {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 730px) {
  .popup-money .mobile-height {
    max-height: 468px;
    overflow: auto;
  }
}
.popup-money .flag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 40px 60px 40px;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-list {
    display: block;
    padding: 30px 20px;
  }
}
.popup-money .flag-block {
  position: relative;
  padding-bottom: 80px;
  min-height: 250px;
  width: 21.7%;
  margin-right: 4%;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.popup-money .flag-block.last-block {
  margin-right: 0;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block.last-block {
    margin-bottom: 0px;
  }
}
.popup-money .flag-block .txt-red {
  color: #ff4b4b;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 790px) {
  .popup-money .flag-block .txt-red {
    font-size: 16px;
    line-height: 24px;
  }
}
.popup-money .flag-block .txt-big {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 790px) {
  .popup-money .flag-block .txt-big {
    font-size: 20px;
    line-height: 30px;
  }
}
.popup-money .flag-block .icon-area {
  display: block;
  max-width: 200px;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .icon-area {
    margin: 0 auto;
    max-width: 180px;
  }
}
.popup-money .flag-block .dsc-area {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block {
    display: block;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block .left-block {
    margin-right: 0;
  }
}
.popup-money .flag-block .dsc-block .left-block .txt-dsc {
  color: #004764;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 790px) {
  .popup-money .flag-block .dsc-block .left-block .txt-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block .left-block .txt-dsc {
    text-align: center;
  }
  .popup-money .flag-block .dsc-block .left-block .txt-dsc.break-point {
    display: block;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block .left-block .txt-dsc .mobile-disable {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block .left-block .txt-dsc .break-point {
    display: block;
  }
}
.popup-money .flag-block .dsc-block .other-dsc {
  font-size: 14px;
  line-height: 23px;
  color: #666666;
  margin-top: 12px;
}
@media only screen and (max-width: 790px) {
  .popup-money .flag-block .dsc-block .other-dsc {
    font-size: 12px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .dsc-block .other-dsc {
    text-align: center;
    margin-top: 4px;
  }
}
.popup-money .flag-block .btn-block {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 160px;
}
.popup-money .flag-block .btn-block .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popup-money .flag-block .btn-block .mobile {
    display: block;
  }
}
.popup-money .flag-block .btn-block .desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup-money .flag-block .btn-block .desktop {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .btn-block {
    margin: 15px auto 0 auto;
    width: 140px;
    position: relative;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    bottom: auto;
  }
}
.popup-money .flag-block .btn-href {
  position: relative;
  display: block;
  cursor: pointer;
}
.popup-money .flag-block .btn-href .arrow {
  position: absolute;
  width: 11px;
  top: 19px;
  right: 28px;
  -webkit-animation: arrowBounceIcon 1s infinite;
          animation: arrowBounceIcon 1s infinite;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block .btn-href .arrow {
    margin: 0 auto;
    width: 11px;
    top: 16px;
    right: 23px;
  }
}

.popup-big {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 730px) {
  .popup-big .mobile-height {
    max-height: 468px;
    overflow: auto;
  }
}
.popup-big .container {
  margin: 0 auto;
  padding: 16px 135px 60px 135px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container {
    padding: 16px 20px 55px 20px;
  }
}
.popup-big .container .container-title {
  color: #57d2ff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 790px) {
  .popup-big .container .container-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 730px) {
  .popup-big .container .container-title {
    margin-bottom: 25px;
  }
}
.popup-big .container .block-list .first-block {
  margin-bottom: 30px;
}
.popup-big .container .block-list .block {
  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;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block {
    display: block;
  }
}
.popup-big .container .block-list .block .block-icon {
  width: 114px;
  min-width: 114px;
  margin-right: 15px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block .block-icon {
    width: 80px;
    min-width: 80px;
    margin: 0 auto 12px auto;
  }
}
.popup-big .container .block-list .block .block-dsc .block-title {
  font-size: 20px;
  line-height: 33px;
  color: #336bff;
  font-weight: bold;
  margin-bottom: 2px;
}
@media only screen and (max-width: 790px) {
  .popup-big .container .block-list .block .block-dsc .block-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.popup-big .container .block-list .block .block-dsc .block-content-dsc {
  font-size: 18px;
  line-height: 28px;
  color: #004764;
}
@media only screen and (max-width: 790px) {
  .popup-big .container .block-list .block .block-dsc .block-content-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
.popup-big .container .block-list .block .block-dsc .block-content-dsc a {
  color: #004764;
}

.blocker {
  z-index: 500;
  padding: 30px;
  background-color: rgba(3, 13, 18, 0.6);
}
@media only screen and (max-width: 730px) {
  .blocker {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal {
  width: 100%;
  max-width: 1000px;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.modal-big {
  max-width: 956px;
}
@media only screen and (max-width: 730px) {
  .modal {
    max-width: 290px;
  }
}
.modal a.close-modal {
  background-image: url(../images/popup/close.png);
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  z-index: 100;
}
@media only screen and (max-width: 730px) {
  .modal a.close-modal {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -16px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 80px;
  background-color: #fff;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 57px;
  }
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  text-indent: -9999876px;
  z-index: -1;
  overflow: hidden;
}
.section-kv .kv-title,
.section-kv .kv-main-img,
.section-kv .kv-cloud {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 40.1388888889%;
  left: 29.9305555556%;
  top: 4.5901639344%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 78.75%;
    left: 12.5%;
    top: 5.3846153846%;
  }
}
.section-kv .kv-main-img {
  width: 59.7916666667%;
  left: 19.7222222222%;
  top: 24.262295082%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-main-img {
    width: 96.875%;
    left: 0.625%;
    top: 32.6923076923%;
  }
}
.section-kv .kv-cloud.cloud-1 {
  width: 6.6666666667%;
  left: 20.1388888889%;
  top: 41.9672131148%;
  -webkit-animation-name: "snow-shake";
          animation-name: "snow-shake";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.cloud-1 {
    width: 20.9375%;
    left: 72.8125%;
    top: 33.4615384615%;
  }
}
.section-kv .kv-cloud.cloud-2 {
  width: 5.9027777778%;
  left: 74.4444444444%;
  top: 49.5081967213%;
  -webkit-animation-name: "snow-shake";
          animation-name: "snow-shake";
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.cloud-2 {
    width: 19.6875%;
    left: 18.75%;
    top: 80.3846153846%;
  }
}

/********************\
* 換匯優利定存特色
\********************/
.section-feature {
  background-color: #fff;
}
.section-feature .bg-bottom-icon {
  width: 100%;
}
.section-feature .bg-bottom-icon .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-bottom-icon .mobile {
    display: block;
  }
}
.section-feature .bg-bottom-icon .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-bottom-icon .desktop {
    display: none;
  }
}
.section-feature .container {
  max-width: 1000px;
}
.section-feature .container .block-area {
  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-top: 30px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area {
    display: block;
    max-width: 280px;
    margin: 30px auto 0 auto;
  }
}
.section-feature .container .block-area .block {
  width: 27%;
  margin-right: 8.4%;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.section-feature .container .block-area .block.last-block {
  margin-right: 0;
}
.section-feature .container .block-area .block .block-image {
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block .block-image {
    max-width: 240px;
    margin: 0 auto 10px auto;
  }
}
.section-feature .container .block-area .block .block-dsc {
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
  line-height: 28px;
}
@media only screen and (max-width: 790px) {
  .section-feature .container .block-area .block .block-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block .block-dsc {
    text-align: center;
  }
}
.section-feature .container .block-area .block .block-dsc .txt-sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: super;
  padding-left: 3px;
}
.section-feature .container .block-notice-area {
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-notice-area {
    max-width: 280px;
    margin: 30px auto 0 auto;
    padding: 15px 20px;
  }
}
.section-feature .container .block-notice-area .notice-list {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
@media only screen and (max-width: 790px) {
  .section-feature .container .block-notice-area .notice-list {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-feature .container .block-notice-area .notice-list > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 38px;
}
@media only screen and (max-width: 790px) {
  .section-feature .container .block-notice-area .notice-list > li {
    padding-left: 35px;
  }
}
.section-feature .container .block-notice-area .notice-list > li.last-li {
  margin-bottom: 0;
}
.section-feature .container .block-notice-area .notice-list > li .txt-first {
  position: absolute;
  left: 0;
  top: 0;
}
.section-feature .container .block-notice-area .notice-list > li .txt-red {
  color: #ff4b4b;
}
.section-feature .container .block-notice-area .notice-list > li .txt-bold {
  font-weight: bold;
}
.section-feature .container .block-notice-area .notice-list > li .txt-underline {
  text-decoration: underline;
}

/********************\
* 換匯優利定存專案優惠
\********************/
.section-project {
  background-color: #6ed7ff;
  padding: 60px 20px 40px 20px;
  margin-top: -2px;
}
@media only screen and (max-width: 500px) {
  .section-project {
    padding: 40px 20px 40px;
  }
}
.section-project .section-title .title-icon {
  max-width: 34px;
}
@media only screen and (max-width: 500px) {
  .section-project .section-title .title-icon {
    max-width: 28px;
  }
}
.section-project .section-title-dsc {
  max-width: 400px;
  margin: 0 auto;
}
.section-project .icon-left,
.section-project .icon-right {
  position: absolute;
  width: 340px;
}
@media only screen and (max-width: 500px) {
  .section-project .icon-left,
  .section-project .icon-right {
    display: none;
  }
}
.section-project .icon-left .icon-plane,
.section-project .icon-right .icon-plane {
  width: 40px;
  position: absolute;
  top: 50%;
}
.section-project .icon-left {
  -webkit-animation: planeMove 10s infinite linear;
          animation: planeMove 10s infinite linear;
  left: -182px;
  top: 80px;
}
.section-project .icon-left .icon-plane {
  right: -16px;
}
.section-project .icon-right {
  -webkit-animation: planeMove2 8s infinite linear;
          animation: planeMove2 8s infinite linear;
  right: -196px;
  bottom: 308px;
}
.section-project .icon-right .icon-plane {
  left: -18px;
}
.section-project .container {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1100px;
  padding: 0;
}
.section-project .container .txt-red {
  color: #f53737;
}
.section-project .container .txt-bold {
  font-weight: bold;
}
.section-project .container .title-dsc {
  color: #004764;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 20px auto 0;
  max-width: 750px;
}
@media only screen and (max-width: 790px) {
  .section-project .container .title-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 790px) {
  .section-project .container .title-dsc {
    margin: 25px auto 0;
    max-width: 280px;
  }
}
.section-project .container .title-dsc .txt-big {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 790px) {
  .section-project .container .title-dsc .txt-big {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-project .container .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 532px;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-project .container .btn-area {
    display: block;
    margin-top: 20px;
    max-width: 240px;
  }
}
.section-project .container .btn-area .btn-item {
  position: relative;
  cursor: pointer;
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .section-project .container .btn-area .btn-item {
    width: auto;
  }
}
.section-project .container .btn-area .btn-item .arrow {
  position: absolute;
  width: 6.015037594%;
  top: 40.5063291139%;
  right: 11.2781954887%;
  -webkit-animation: arrowBounceIcon 1s infinite;
          animation: arrowBounceIcon 1s infinite;
}
.section-project .container .image-table {
  max-width: 808px;
  margin: 13px auto 0 auto;
}
.section-project .container .image-table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table .mobile {
    display: block;
  }
}
.section-project .container .image-table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table {
    max-width: 290px;
    margin-top: 15px;
  }
}
.section-project .container .block-area {
  max-width: 928px;
  margin: 15px auto 0 auto;
}
.section-project .container .block-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-project .container .block-area .mobile {
    display: block;
  }
}
.section-project .container .block-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-project .container .block-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container .block-area {
    max-width: 290px;
    margin-top: 20px;
  }
}
.section-project .container .project-notice-list {
  max-width: 907px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #f53737;
  font-weight: bold;
}
@media only screen and (max-width: 790px) {
  .section-project .container .project-notice-list {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container .project-notice-list {
    max-width: 260px;
  }
}
.section-project .container .project-notice-list > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
}
@media only screen and (max-width: 790px) {
  .section-project .container .project-notice-list > li {
    padding-left: 15px;
  }
}
.section-project .container .project-notice-list > li.last-li {
  margin-bottom: 0;
}
.section-project .container .project-notice-list > li .txt-first {
  position: absolute;
  left: 0;
  top: 0;
}
.section-project .container .project-notice-list > li .txt-red {
  color: #ff4b4b;
}
.section-project .container .project-notice-list > li .txt-bold {
  font-weight: bold;
}
.section-project .container .project-notice-list > li .txt-underline {
  text-decoration: underline;
}
.section-project .know-more {
  position: relative;
  cursor: pointer;
  width: 266px;
  display: block;
  margin: 10px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-project .know-more {
    width: 240px;
  }
}
.section-project .know-more .arrow {
  position: absolute;
  width: 6.015037594%;
  top: 40.5063291139%;
  right: 11.2781954887%;
  -webkit-animation: arrowBounceIcon 1s infinite;
          animation: arrowBounceIcon 1s infinite;
}

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