@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=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC", sans-serif, "Microsoft JhengHei";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  -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 {
  position: relative;
  z-index: 101;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px 5px;
  background: #f2f2f2;
}
.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 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 .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-big {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .txt-big {
    font-size: 16px;
  }
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li a {
  color: #1e9a39;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul li .dot-list {
  padding-bottom: 0;
  list-style: disc;
}
.notice-area .notice-container ul li .num-custom-list {
  list-style: none;
}
.notice-area .notice-container ul li .num-custom-list > li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}
.notice-area .notice-container ul li .num-custom-list .num-custom {
  position: absolute;
  left: 0;
  top: -1px;
}
.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 .red-notice {
  position: relative;
  font-size: 18px;
  color: #ff4b4b;
  line-height: 28px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0px 0px 40px 20px;
}
.notice-area .notice-container .red-notice .icon-position {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .red-notice {
    font-size: 16px;
  }
}

.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 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 floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@keyframes floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

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

.font-weight {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.fixed-icon-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 115px;
  z-index: 102;
}
.fixed-icon-area a {
  cursor: pointer;
  margin-bottom: 5px;
}
.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: 70px;
    right: 0;
    bottom: 10px;
  }
}

.section-title {
  position: relative;
  font-size: 38px;
  color: #8250be;
  line-height: 1.4;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 30px;
    padding: 0;
  }
}
.section-title::before, .section-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/section_title_icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-title::before {
  left: 20px;
}
.section-title::after {
  right: 5px;
}
@media only screen and (max-width: 500px) {
  .section-title.mobile-hide-icon::before, .section-title.mobile-hide-icon::after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-title .mobile-break {
    position: relative;
    display: block;
    max-width: 190px;
    margin: 0 auto;
  }
}
.section-title .mobile-display-icon {
  position: relative;
}
@media only screen and (max-width: 500px) {
  .section-title .mobile-display-icon::before, .section-title .mobile-display-icon::after {
    content: "";
    position: absolute;
    background-image: url(../images/section_title_icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-title .mobile-display-icon::before {
    left: 0px;
  }
  .section-title .mobile-display-icon::after {
    right: 0px;
  }
}

.section-title-dsc {
  font-size: 18px;
  color: #54484e;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section-title-dsc .txt-pink {
  color: #f0669e;
}
.section-title-dsc .txt-big {
  font-size: 25px;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .txt-big {
    font-size: 23px;
  }
}
.section-title-dsc .txt-bold {
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-title-dsc .mobile-break {
    display: block;
  }
}

body .blocker {
  z-index: 10100;
}

.popup-money {
  position: relative;
  overflow: hidden;
  min-height: 516px;
}
@media only screen and (max-width: 730px) {
  .popup-money {
    background-image: none;
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .popup-money .mobile-height {
    max-height: 468px;
    overflow: auto;
  }
}
.popup-money .section-title {
  max-width: 230px;
  margin-top: 50px;
}
.popup-money .section-title::before {
  left: 5px;
}
.popup-money .flag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 4% 60px 4%;
  gap: 3%;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-list {
    display: block;
    padding: 30px 20px;
  }
}
.popup-money .flag-block {
  position: relative;
  width: 22%;
  padding-bottom: 85px;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px auto;
  }
}
.popup-money .flag-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8%;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block::after {
    display: none;
  }
}
.popup-money .flag-block.last-block::after {
  display: none;
}
@media only screen and (max-width: 730px) {
  .popup-money .flag-block.last-block {
    margin-bottom: 0px;
  }
}
.popup-money .flag-block .popup-title-area {
  max-width: 147px;
  margin: 0 auto;
}
.popup-money .flag-block .dsc-area .popup-title-dsc {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup-money .flag-block .dsc-area .popup-title-dsc.txt-blue {
  color: #7dccf3;
}
.popup-money .flag-block .dsc-area .popup-title-dsc.txt-purple {
  color: #8d80bb;
}
.popup-money .flag-block .dsc-area .popup-title-dsc.txt-pink {
  color: #ee92ba;
}
.popup-money .flag-block .dsc-area .popup-title-dsc.txt-orange {
  color: #f19975;
}
.popup-money .flag-block .dsc-area .each-dsc-area .dsc-txt {
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.6;
}
.popup-money .flag-block .dsc-area .each-dsc-area .dsc-txt .txt-bold {
  font-weight: bold;
}
.popup-money .flag-block .dsc-area .each-dsc-area .dsc-txt .txt-pink {
  color: #f0669e;
}
.popup-money .flag-block .dsc-area .each-dsc-area .dsc-txt .txt-big {
  font-size: 24px;
}
.popup-money .flag-block .dsc-area .each-dsc-area .dsc-notice {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.popup-money .flag-block .btn-block {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 208px;
  margin-top: 20px;
}
.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: 200px;
    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: 5.7692307692%;
  top: 39%;
  right: 28%;
  -webkit-animation: arrowBounceIcon 1s infinite;
          animation: arrowBounceIcon 1s infinite;
}
.popup-money .flag-block .btn-href.btn-1 .arrow {
  right: 23%;
}

.popup-big {
  position: relative;
  overflow: hidden;
  min-height: 516px;
}
@media only screen and (max-width: 730px) {
  .popup-big {
    min-height: auto;
  }
}
@media only screen and (max-width: 730px) {
  .popup-big .mobile-height {
    max-height: 468px;
    overflow: auto;
  }
}
.popup-big .container {
  margin: 0 auto;
  padding: 57px 128px 43px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container {
    padding: 47px 5px 55px 5px;
  }
}
.popup-big .container .section-title {
  max-width: 320px;
}
@media only screen and (max-width: 500px) {
  .popup-big .container .section-title {
    max-width: 310px;
    margin: 15px auto 0;
    display: block;
  }
}
.popup-big .container .section-title::before {
  left: 5px;
}
.popup-big .container .popup-title-dsc {
  font-size: 20px;
  line-height: 1.5;
  color: #3e4462;
  text-align: center;
  margin-top: 3px;
  font-weight: bold;
}
.popup-big .container .block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 745px;
  gap: 13.4%;
  margin-top: 15px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list {
    max-width: 250px;
    margin: 15px auto 0;
    display: block;
  }
}
.popup-big .container .block-list .first-block {
  margin-bottom: 35px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .first-block {
    margin-bottom: 45px;
  }
}
.popup-big .container .block-list .block {
  position: relative;
  width: 42.9530201342%;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block {
    width: 100%;
    display: block;
  }
}
.popup-big .container .block-list .block.first-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block.first-block::after {
    display: none;
  }
}
.popup-big .container .block-list .block .block-icon {
  max-width: 220px;
  margin: 0 auto;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block .block-icon {
    max-width: 200px;
  }
}
.popup-big .container .block-list .block .block-dsc {
  position: relative;
}
.popup-big .container .block-list .block .block-dsc .block-title {
  font-size: 20px;
  line-height: 33px;
  color: #3e4463;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}
@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: #3e4463;
}
@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.mg-txt {
  margin-top: 25px;
}
@media only screen and (max-width: 730px) {
  .popup-big .container .block-list .block .block-dsc .block-content-dsc.mg-txt {
    margin-top: 15px;
  }
}
.popup-big .container .block-list .block .block-dsc .block-content-dsc a {
  color: #f0669e;
}

.blocker {
  z-index: 500;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
@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: 0px;
  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: 320px;
  }
}
.modal a.close-modal {
  background-image: url(../images/popup/section_1_pop_close.png);
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width: 730px) {
  .modal a.close-modal {
    width: 14px;
    height: 14px;
    top: 15px;
    right: 15px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  position: relative;
  z-index: 1;
  margin-top: 86px;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 63px;
  }
}
.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-cloud,
.section-kv .kv-title,
.section-kv .kv-girl,
.section-kv .kv-num,
.section-kv .kv-preface,
.section-kv .kv-bottom {
  position: absolute;
}
.section-kv .kv-cloud {
  position: absolute;
  -webkit-animation: floatingCloud 3s ease-in-out infinite;
          animation: floatingCloud 3s ease-in-out infinite;
}
.section-kv .kv-cloud.kv-cloud-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  width: 27.8472222222%;
  left: 12.4305555556%;
  top: 47.1428571429%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.kv-cloud-1 {
    display: none;
  }
}
.section-kv .kv-cloud.kv-cloud-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 21.5972222222%;
  left: 2.7083333333%;
  top: 64.3956043956%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.kv-cloud-2 {
    display: none;
  }
}
.section-kv .kv-cloud.kv-cloud-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 25.6944444444%;
  left: 62.7083333333%;
  top: 56.2637362637%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.kv-cloud-3 {
    display: none;
  }
}
.section-kv .kv-title {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 29.3055555556%;
  left: 15.0694444444%;
  top: 11.7582417582%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 84.5333333333%;
    left: 8.8%;
    top: 4.0097205346%;
  }
}
.section-kv .kv-girl {
  width: 11.1111111111%;
  left: 38.4027777778%;
  top: 40.3296703297%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-girl {
    width: 26.6666666667%;
    left: 0;
    top: 52.9769137303%;
  }
}
.section-kv .kv-num {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 45.7638888889%;
  left: 44.5833333333%;
  top: 6.4835164835%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-num {
    width: 90.6666666667%;
    left: 9.3333333333%;
    top: 30.255164034%;
  }
}
.section-kv .kv-preface {
  width: 56.3194444444%;
  left: 22.0833333333%;
  top: 59.4505494505%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-preface {
    width: 77.3333333333%;
    left: 11.7333333333%;
    top: 61.8469015796%;
  }
}
.section-kv .kv-bottom {
  width: 100%;
  left: 0;
  bottom: -2px;
}

/********************\
* 「豐存未來」換匯優利定存專案優惠
\********************/
.section-project {
  background-color: #fff4fc;
  margin-top: -2px;
}
.section-project .section-bg-icon {
  position: absolute;
}
@media only screen and (max-width: 1080px) {
  .section-project .section-bg-icon {
    display: none;
  }
}
.section-project .section-bg-icon.icon-1 {
  width: 128px;
  top: 359px;
  left: 61px;
}
.section-project .section-bg-icon.icon-2 {
  width: 172px;
  top: 745px;
  right: 30px;
}
.section-project .section-bg-icon.icon-3 {
  width: 60px;
  top: 953px;
  left: 55px;
}
.section-project .container {
  max-width: 1015px;
  padding: 0px 20px 70px 20px;
}
@media only screen and (max-width: 500px) {
  .section-project .container {
    padding: 30px 20px 60px 20px;
  }
}
.section-project .container .section-title {
  max-width: 610px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .section-title {
    margin-bottom: 18px;
  }
}
.section-project .container .section-title-dsc {
  max-width: 720px;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 500px) {
  .section-project .container .section-title-dsc {
    max-width: 317px;
    margin: 0 auto 5px auto;
    line-height: 1.5;
  }
}
.section-project .container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 850px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-project .container .btn-group {
    display: block;
    max-width: 245px;
    margin: 35px auto 0 auto;
  }
}
.section-project .container .btn-group .btn-item {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 2%;
}
@media only screen and (max-width: 500px) {
  .section-project .container .btn-group .btn-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section-project .container .btn-group .btn-item.last-itme {
  margin-right: 0;
  margin-bottom: 0;
}
.section-project .container .btn-group .btn-item .icon-arrow {
  position: absolute;
  width: 5.2830188679%;
  top: 34%;
  -webkit-animation: arrowBounceIcon 1s infinite;
          animation: arrowBounceIcon 1s infinite;
}
.section-project .container .btn-group .btn-item .icon-arrow.arrow-1 {
  right: 17%;
}
.section-project .container .btn-group .btn-item .icon-arrow.arrow-2 {
  right: 10%;
}
.section-project .container .btn-group .btn-item .icon-arrow.arrow-3 {
  right: 8%;
}
.section-project .container .project-table {
  max-width: 860px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  margin: 20px auto 0;
}
.section-project .container .project-table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-project .container .project-table .mobile {
    display: block;
  }
}
.section-project .container .project-table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-project .container .project-table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container .project-table {
    margin: 30px auto 0;
    max-width: 340px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section-project .container .table-dsc {
  text-align: right;
  margin: 0 15px 0px 0px;
  font-size: 14px;
  color: #ff4b4b;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-project .container .table-dsc {
    max-width: 320px;
    text-align: left;
    margin-left: 10px;
  }
}
.section-project .container .list-title-area {
  max-width: 850px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-title-area {
    max-width: 320px;
  }
}
.section-project .container .list-title-area.mg-top {
  margin-top: 35px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-title-area.mg-top {
    margin-top: 20px;
  }
}
.section-project .container .list-title-area .icon-list-title {
  margin-right: 7px;
}
.section-project .container .list-title-area .icon-list-title.icon-1 {
  width: 29px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-title-area .icon-list-title.icon-1 {
    width: 26px;
  }
}
.section-project .container .list-title-area .icon-list-title.icon-2 {
  width: 26px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-title-area .icon-list-title.icon-2 {
    width: 23px;
  }
}
.section-project .container .list-title-area .list-title {
  font-size: 18px;
  color: #8250be;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-title-area .list-title {
    font-size: 16px;
  }
}
.section-project .container .list-dsc {
  max-width: 850px;
  margin: 10px auto 0;
  list-style: disc;
  font-size: 18px;
  color: #3e4463;
  line-height: 1.7;
  font-family: "Aleo";
}
@media only screen and (max-width: 500px) {
  .section-project .container .list-dsc {
    font-size: 16px;
    max-width: 330px;
  }
}
.section-project .container .list-dsc > li {
  margin-left: 20px;
}
.section-project .container .block-notice-area {
  max-width: 850px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 500px) {
  .section-project .container .block-notice-area {
    margin-left: 0;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
}
.section-project .container .block-notice-area .notice-list {
  font-size: 14px;
  line-height: 1.428;
  color: #ff4b4b;
}
.section-project .container .block-notice-area .notice-list > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
@media only screen and (max-width: 790px) {
  .section-project .container .block-notice-area .notice-list > li {
    padding-left: 19px;
  }
}
.section-project .container .block-notice-area .notice-list > li.last-li {
  margin-bottom: 0;
}
.section-project .container .block-notice-area .notice-list > li .txt-first {
  position: absolute;
  left: 0;
  top: 0;
}

/********************\
* 換匯優利定存特色
\********************/
.section-feature {
  padding-top: 6%;
}
@media only screen and (max-width: 500px) {
  .section-feature {
    background-image: url(../images/mobile/m_section_2_icons_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8%;
  }
}
.section-feature .bg-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff4fc;
}
.section-feature .bg-top .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-top .mobile {
    display: block;
  }
}
.section-feature .bg-top .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-top .desktop {
    display: none;
  }
}
.section-feature .bg-square {
  position: absolute;
}
.section-feature .bg-square.icon-bg-left {
  width: 130px;
  left: 29px;
  top: 323px;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-square.icon-bg-left {
    display: none;
  }
}
.section-feature .bg-square.icon-bg-right {
  width: 122px;
  right: 42px;
  top: 244px;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg-square.icon-bg-right {
    display: none;
  }
}
.section-feature .container {
  max-width: 1000px;
  padding: 48px 20px 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container {
    padding: 28px 20px 28px 20px;
  }
}
.section-feature .container .section-title {
  max-width: 310px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .section-title {
    max-width: 285px;
  }
}
.section-feature .container .section-title::before {
  left: 0;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .section-title::after, .section-feature .container .section-title::before {
    width: 14px;
    height: 14px;
  }
}
.section-feature .container .section-title-dsc {
  margin-top: 10px;
}
.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;
  max-width: 970px;
  margin: 40px auto 30px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area {
    display: block;
    max-width: 256px;
    margin: 30px auto 0 auto;
  }
}
.section-feature .container .block-area .block {
  width: 29.8%;
  margin-right: 4%;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.section-feature .container .block-area .block.last-block {
  margin-right: 0;
}
.section-feature .container .block-area .block .block-image {
  max-width: 240px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block .block-image {
    max-width: 216px;
    margin: 0 auto 10px auto;
  }
}
.section-feature .container .block-area .block .block-dsc {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #595757;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 790px) {
  .section-feature .container .block-area .block .block-dsc {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-feature .container .block-area .block .block-dsc .txt-sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: super;
  padding-left: 0px;
}
.section-feature .container .block-area .block .block-dsc .txt-pink {
  color: #f0669e;
}
.section-feature .container .block-area .block .block-dsc .txt-bold {
  font-weight: bold;
}
.section-feature .container .notice-list {
  max-width: 940px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .notice-list {
    max-width: 320px;
  }
}
.section-feature .container .notice-list > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 38px;
}
@media only screen and (max-width: 790px) {
  .section-feature .container .notice-list > li {
    font-size: 14px;
    padding-left: 35px;
  }
}
.section-feature .container .notice-list > li.last-li {
  margin-bottom: 0;
}
.section-feature .container .notice-list > li .txt-first {
  position: absolute;
  left: 0;
  top: 0;
}
.section-feature .container .notice-list > li .txt-red {
  color: #ff4b4b;
}
.section-feature .container .notice-list > li .txt-bold {
  font-weight: bold;
}
.section-feature .container .notice-list > li .txt-underline {
  text-decoration: underline;
}

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