@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
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,
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%;
  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;
}

a, a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  color: #2b2b2b;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

a {
  color: rgb(39, 39, 39);
  word-break: break-all;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.head_logo {
  float: left;
  margin: 0;
  max-width: 316px;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}

.logo_line {
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px;
}

.esunlogo {
  max-width: 150px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.esunlogo img {
  height: 31px;
}

.efingologo {
  display: inline-block;
  max-width: 108px;
  width: 100%;
  vertical-align: middle;
  margin-bottom: -10px;
}
.efingologo img {
  height: 34px;
}

header {
  z-index: 10;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  min-height: 60px;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .nav_wrap_m {
  display: none;
}
header .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}

.mystyle {
  top: 0px !important;
  position: fixed !important;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 3px 3px 10px #d6edeb;
          box-shadow: 3px 3px 10px #d6edeb;
}

.target-burger {
  right: 0;
  top: 0;
  width: 3.25em;
  height: 3.25em;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.buns {
  width: 1.625em;
  height: 1.625em;
  list-style: none;
  margin: -0.8125em 0 0 -0.8125em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
  -webkit-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.buns li {
  width: 100%;
  height: 2px;
  background-color: #a2a2a2;
  position: absolute;
  top: 50%;
  margin-top: -0.75px;
  -webkit-transform: translateY(-3.75px) translateZ(0);
          transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.buns li:last-child {
  -webkit-transform: translateY(3.75px) translateZ(0);
          transform: translateY(3.75px) translateZ(0);
}

nav ul {
  list-style: none;
  position: relative;
  margin: 1em auto;
}
nav ul li {
  font-size: 14px;
  margin: 0 10px;
  position: relative;
}
nav ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
nav ul li:hover a {
  font-weight: bold;
  color: #009e96;
}

.btn_join {
  background: #009d95;
  color: #fff !important;
  padding: 8px 24px;
  border-radius: 25px;
}
.btn_join:hover {
  color: #fff;
}
.btn_join img {
  width: 10px;
  margin: 0 5px;
}

.nav_wrap_close {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 3;
  width: 100%;
}

.function_ham {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.function_ham img {
  display: block;
  width: 22px;
}
.function_ham:hover span {
  background-color: #797979;
}

.function_ham span:after,
.function_ham span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.function_ham span:after {
  top: 9px;
}

.function_ham span {
  position: relative;
  display: block;
}

.function_ham span {
  width: 100%;
  width: 22px;
  height: 4px;
  background-color: #b3b3b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
  margin-bottom: 4px;
}

.nav_wrap {
  overflow: hidden;
}

.function_nav {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 70px 0 0 70px;
  margin-right: 0;
  padding: 0px 28px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.function_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.function_nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.function_nav ul li a {
  display: block;
  padding: 1em 8px;
  font-size: 18px;
}

.function_nav_close {
  -webkit-transform: translateX(590px);
          transform: translateX(590px);
}

.arrow {
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.arrow p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}

.scroll-down {
  display: block;
  position: absolute;
  bottom: -68%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.scroll-down::before {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
          animation: sdb 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scroll-down:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 4px solid #009e96;
  border-bottom: 4px solid #009e96;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_cta {
  display: none;
}

#gotop {
  max-width: 76px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 16%;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#gotop img {
  max-width: 56px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 4px;
}

.store {
  display: none;
}

.footer_memu {
  background: #f7f7f7;
  z-index: 6;
  position: relative;
}
.footer_memu .right_qr {
  max-width: 100px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.footer_memu .right_qr p {
  font-size: 14px;
  text-align: center;
  margin: 5px;
}
.footer_memu .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_memu .left {
  max-width: 770px;
  width: 100%;
  display: inline-block;
}
.footer_memu .left img {
  max-width: 170px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.footer_memu .left .list {
  display: inline-block;
  max-width: 566px;
  vertical-align: middle;
  width: 100%;
  margin-left: 30px;
}
.footer_memu .left .list p {
  display: inline-block;
  text-align: center;
  margin: 0 14px;
  font-size: 14px;
}
.footer_memu .left .list p span {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.footerWarning {
  color: #555;
}
.footerWarning .footerWarning_cont {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.footerWarning_title {
  margin-bottom: 0.5em;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}

.footerWarning_txt {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin: 0;
}

footer {
  color: #fff;
}
footer > .block {
  width: auto;
  max-width: none;
}
footer .link {
  font-size: 13px;
  margin: auto;
  text-align: center;
  padding: 20px 0;
  line-height: 1.5;
  background: #4d4d4d;
}
footer .link li {
  display: inline-block;
  letter-spacing: 0.05em;
}
footer .link li a {
  color: #fff;
}
footer .col-rate {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
footer .top {
  background-color: #E9E9E9;
}
footer .top a {
  color: #009d98;
}
footer .top .block {
  padding: 0 20px;
}
footer .top .block ul {
  max-width: 1200px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0px;
}
footer .top .block ul li {
  display: inline-block;
  margin: 20px 0;
  color: #111111;
}

@media (min-width: 900px) {
  .footerWarning_title {
    float: left;
    font-size: 30px;
  }
  .footerWarning_txt {
    margin-left: 350px;
  }
}
@media screen and (min-width: 801px) {
  nav {
    float: right;
    width: auto;
  }
  nav ul li {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) {
  .function_nav {
    margin-top: 12px;
  }
  header .container {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 930px) {
  .footer_memu .container {
    display: block;
    padding: 20px 10px;
  }
  .footer_memu .left {
    display: block;
    margin: 0 auto;
  }
  .footer_memu .left img {
    display: block;
    margin: 20px auto;
  }
  .footer_memu .left .list {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%;
  }
  .footer_memu .left .list p {
    width: 86px;
    margin: 10px 8px;
    font-size: 14px;
  }
  .footer_memu .store {
    text-align: center;
    margin: 30px 0 20px;
  }
  .footer_memu .store a {
    display: inline-block;
    vertical-align: middle;
  }
  .footer_memu .store a img {
    max-width: 100px;
    width: 100%;
    display: block;
  }
  .footer_memu .store a:last-child img {
    max-width: 113px;
  }
  .footer_memu .right_qr {
    display: none;
  }
}
@media screen and (max-width: 886px) {
  .head_logo {
    max-width: 294px;
  }
  nav ul {
    padding: 0;
  }
  nav ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 800px) {
  .m_cta {
    background: rgba(0, 158, 150, 0.85);
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 2;
    padding: 10px;
  }
  .m_cta a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  .m_cta a img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .nav_wrap {
    position: absolute;
    bottom: 52px;
    width: 100%;
  }
  .nav_wrap_pc {
    display: none;
  }
  header .nav_wrap_m {
    display: block;
  }
  .function_nav {
    text-align: center;
    background: transparent;
    max-width: 100%;
    padding: 0;
  }
  .function_nav > p {
    font-size: 16px;
    margin: 1em auto;
  }
  .function_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .function_nav ul li {
    width: 50%;
    text-align: center;
    margin: 0px !important;
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .function_nav ul li:nth-child(1) {
    background: rgba(255, 197, 23, 0.4);
  }
  .function_nav ul li:nth-child(1) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(2) {
    background: rgba(255, 197, 23, 0.2);
  }
  .function_nav ul li:nth-child(2) a {
    color: #ffc517;
  }
  .function_nav ul li:nth-child(3) {
    background: rgba(0, 164, 239, 0.4);
  }
  .function_nav ul li:nth-child(3) a {
    color: #00a4ef;
  }
  .function_nav ul li:nth-child(4) {
    background: rgba(237, 72, 72, 0.4);
  }
  .function_nav ul li:nth-child(4) a {
    color: #ed4848;
  }
  .function_nav ul li:nth-child(5) {
    background: rgba(255, 153, 0, 0.4);
  }
  .function_nav ul li:nth-child(5) a {
    color: #ff9900;
  }
  .function_nav ul li:nth-child(6) {
    background: rgba(0, 192, 139, 0.4);
  }
  .function_nav ul li:nth-child(6) a {
    color: #00c08b;
  }
  #header.on {
    top: 0;
  }
  #header {
    position: fixed;
    height: auto;
    padding-bottom: 5px;
    -webkit-box-shadow: 3px 3px 10px #d6edeb;
            box-shadow: 3px 3px 10px #d6edeb;
  }
  #toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
    right: 15px;
    top: 0;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span::before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  #toggle.on span::after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
            transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #ddddde;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 2px;
  }
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.98);
  }
  .main-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-size: 100% 100%;
  }
  .main-nav ul.anchor {
    padding: 0;
    margin-top: 3vh;
  }
  .main-nav ul.anchor .btn_join {
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }
  .main-nav ul.anchor .btn_join img {
    margin-bottom: 2px;
    margin-left: 10px;
  }
  .main-nav ul.anchor li {
    margin: 7px;
    text-align: center;
    padding: 7px;
  }
  .main-nav ul.anchor li a {
    font-size: 16px;
    display: block;
  }
  .main-nav ul.anchor li a:hover {
    padding-left: 10px;
  }
  .store {
    display: block;
    text-align: center;
  }
  .main-nav.on {
    display: block;
    z-index: 10;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  #gotop {
    max-width: 56px;
  }
  #gotop img {
    max-width: 40px;
  }
}
@media screen and (max-width: 550px) {
  header {
    min-height: 50px;
  }
  header .container {
    padding: 0 14px;
    margin-bottom: 14px;
  }
  header .head_logo {
    float: none;
    max-width: 262px;
    padding: 16px 0 5px;
    text-align: left;
  }
  header .esunlogo {
    max-width: 118px;
  }
  header .logo_line {
    margin: 0px 10px;
  }
  header .efingologo {
    max-width: 89px;
  }
}
@media screen and (max-width: 330px) {
  .main-nav ul.anchor li {
    margin: 0;
  }
  .function_nav ul li {
    height: 70px;
  }
}
* {
  font-family: "Arial","Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inlineBlock {
  display: inline-block;
}

h2 {
  color: #7A64FE;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

.purple {
  background-color: #7A64FE;
}

.pink {
  background-color: #FF457C;
}

.red {
  color: #C50000;
}

.c_gold {
  color: #D8A512;
}

.c_green {
  color: #00A19B;
}

.c_orange {
  color: #ff9900;
}

.t_bold {
  font-weight: bolder;
}

.f_small {
  font-size: 12px !important;
}

.bg_red {
  background-color: #DF4847 !important;
}

.mt_30 {
  position: relative;
}
@media (max-width: 1024px) {
  .mt_30 {
    top: 40px;
  }
}

/* h1-seo的class把h1文字隱藏 */
.h1-seo{
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
  color: #ffffff;
  display: none;
}

.kv .container {
  text-align: center;
  padding: 60px 0 0 0;
  position: relative;
}
.kv .container .kv_banner_web img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  border: none;
}

.kv .container .kv_banner_mobile img{
  width: 100%;
  display: none;
  margin: 0 auto;
  border: none;
}


@media (max-width: 700px) {
  .kv .container .kv_banner_web img{
      display: none;
    }

  .kv .container .kv_banner_mobile img{
      display: block;
    }
}






.step {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 30px;
  overflow: hidden;
}
.step .container h2 img {
  max-width: 300px;
  margin: 0px 0px 20px 0px;

}
.step .container h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.step .container .step_p {
  font-size: 16px;
  background-color: #FFE7A3;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-align: center;
  margin: auto;
}

.step .container a {
  padding: 10px 30px;
  font-size: 18px;
  color: #469F9A;
  text-align: center;
  position: relative;
}


.step .container .link {
  border: solid 0px #469F9A;
  padding: 0;
  font-size: 14px;
  color: #D8A512;
  margin-left: 10px;
}
.step .container .link_top {
  top: 60px;
  display: inline-block;
  position: relative;
}
.step .container .m_show {
  display: none;
}
@media (max-width: 768px) {
  .step .container .m_show {
    display: block;
  }
}
@media (max-width: 425px) {
  .step .container .m_show {
    display: none;
  }
}
.step .container ul {
  text-align: center;
  margin: auto;
}
.step .container ul li {
  margin: 20px 20px;
  display: inline-block;
  vertical-align: top;
  text-indent: -20px;
  width: 320px;
}
@media (max-width: 1024px) {
  .step .container ul li {
    display: block;
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  .step .container ul li {
    margin-top: 50px;
    width: inherit;
  }
}
@media (max-width: 430px) {
  .step .container ul li {
    text-indent: 0px;
  }
}
.step .container ul li img {
  max-width: 220px;
  display: block;
  margin: auto;
  height: 180px;
}
.step .container ul li p {
  font-size: 18px;
  text-align: left;
  margin: 20px auto;
  height: 120px;
  max-width: 330px;
  line-height: 1.6;
  margin-bottom: 158px;
  letter-spacing: 3px;　  
  padding-bottom: 10%;
}
@media (max-width: 768px) {
  .step .container ul li p {
    height: auto;
    margin-bottom:22px;
  }
}

@media (max-width: 1024px) {
  .step .container ul li p {
    height: auto;
    margin-bottom:32px;
  }
}
.step .container ul li .loan_content {
  margin-top: 10px;
  
}
.step .container ul li .loan_content h3 {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background-color: #00A19B;
  color: #fff;
  top: 120px;
  padding-top: 15px;
  font-size: 18px;
}
.step .container ul li .loan_content .loan_content_h3 {
  padding-top: 24px;
  padding-left: 10px;
}
.step .container ul li .loan_content ul {
  display: inline-block;
  top: 30px;
  position: relative;
  max-width: 300px;
}
.step .container ul li .loan_content ul li {
  display: block;
  width: 300px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}
.step .container ul li .loan_content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #00A19B;
  border-radius: 100px;
  margin-right: 10px;
  display: inline-block;
  top: -3px;
  position: relative;
}

.notice_wrap {
  color: #282727;
  margin-top: 50px;
  position: relative;
  padding: 0 10px;
}
.notice_wrap h2 {
  font-size: 18px;
  color: #469F9A;
}
.notice_wrap h2 img {
  width: 20px;
  position: relative;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: -3px;
}
.notice_wrap h2 .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_wrap ul {
  max-width: 990px;
  padding: 0 10px;
  margin: 10px auto 0 auto;
}
.notice_wrap ul li {
  text-align: justify;
  word-break: break-all;
  line-height: 2;
  margin-left: 14px;
}
.notice_wrap .noticeL1 li {
  text-indent: -14px;
}

.notice_wrap .noticeL1 span {
  color: #ff9900;
}

.notice_wrap .noticeL2 {
  margin-left: 8px;
}
.notice_wrap .noticeL3 {
  margin-left: 16px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  10% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.fixed_block {
  display: block;
  position: fixed;
  z-index: 7;
  right: 15px;
  bottom: 23%;
  text-align: center;
}

.fixed_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #FF5277;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10% auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.fixed_block a.bottom {
  background-color: #0AB0BE;
}

.fixed_block a p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}

#gotop {
  right: 15px;
}

@media screen and (max-width: 500px) {
  .fixed_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
  }
  .fixed_block a {
    width: 50%;
    height: 45px;
    margin: auto;
    border-radius: 0;
  }
  .fixed_block a p br {
    display: none;
  }
}
/*# sourceMappingURL=all.css.map */




.discount {
  margin-top: 80px;
}
.discount .brand {
  break-inside: avoid;
  border: 1px rgba(0, 122, 122, 0.34) solid;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: 0.1s;
}
.discount .brand .btn {
  margin: 10px auto;
}
.discount .brand .btnAll {
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .discount .brand .btnAll {
    flex-direction: row;
  }
  .discount .brand .btnAll .btn {
    margin: 10px 5px;
  }
}
.discount .brand .h3 {
  margin-bottom: 20px;
}
.discount .brand:hover {
  background-color: rgba(0, 122, 69, 0.1);
  cursor: pointer;
  transform: scale(1.01);
}
.discount .h3 {
  text-align: center;
  margin-bottom: 14px;
  color: #005154;
}
.discount .h4 {
  color: #005154;
}
.discount .btn {
  background-color: #C0DBB4;
  color: #005154;
}
.discount .btn:nth-child(2) {
  background-color: #005154;
  color: #fff;
}

@media(max-width:500px){
  .discount {
  margin-top: 10px;
}
}

/*202506add*/
.tab .uk-switcher {
  background: #f3fcf5;
  border-radius: 10px;
  padding: 20px 5px 60px 5px;
  margin: 20px;
}

.uk-tab {
  max-width: 660px;
  width: 100%;
  margin: 0 auto !important;
}

.uk-tab > li {
  display: inline-block !important;
  width: 33.3333333333%;
  padding-left: 0;
  position: relative;
}

.uk-tab > li a {
  font-size: 18px;
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

.bt-anim {
  -webkit-animation: bt-anim 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  animation: bt-anim 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@media(max-width:500px){
  .tab .uk-switcher{
    margin: 20px 0px;
  }
}

/*表格*/
.baseTable {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 18px;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  border-spacing: unset;
  text-indent: unset;
  border-collapse: revert;
}

.baseTable th {
  background: #3cbaad;
  color: #ffffff;
  font-weight: normal;
  padding: 10px 5px;
  border-top: solid 1px #d9d9d9;
  border-left: 1px solid #d9d9d9;
  letter-spacing: 2px;
  text-align: center;
}

.baseTable th span{
  color: #fff100;
}

.baseTable th:first-child {
  border-left: solid 1px
   #3cbaad;
}
.baseTable th:last-child {
  border-right: solid 1px #3cbaad;
}

.baseTable td {
  font-size: 16px;
  border-left: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding: 10px 2px;
  line-height: 30px;
  background-color: #ffffff;
}

.baseTable td span{
  font-size: 20px;
  color: #ff9900;
  font-weight: bolder;
} 

.event_notice{
  width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  padding: 5px 0px 5px 0px;
  line-height: 28px;
  margin-bottom: 20px;
}

.event_notice2{
  width: 90%;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #595757;
  padding: 5px 5px 5px 5px;
  line-height: 28px;
  margin-bottom: 20px;
}

/*按鈕*/
.event_btn2{
  display:inline-block; 
  height: 2.76em; 
  line-height: 2.8em; 
  font-size: 17px; 
  text-align: center; 
  color: #3cbaad; 
  background: #ffffff; 
  cursor: pointer;
  width: 200px;
  border-radius: 4px;
  border:1px solid #3cbaad ;
  margin: 10px 50px;
}

.event_btn2:hover{
  opacity: 80%;
  color: white;
  background: #3cbaad;
  text-decoration: none;
}

.event_btn2 {
  -webkit-animation: slide-top 0.5s ease-out 1s 20 alternate ;
          animation: slide-top 0.5s ease-out 1s 20 alternate ;
}

.event_btnbody{
  width: 90%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media(max-width:500px){
  .event_btnbody{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden; 
    margin-bottom: 50px;
    }
    .calculation td,
  th {
    font-size: 16px;
    padding: 8px;

  }
  
}

/* 注意事項(收合) */
.faq-section {
  width: 80%;
  background: #ffffff;
  color: #595959;
  margin: 0 auto;
  transition:all 0s ease;
  font-size: 16px;
  clear: both;
}

.faq-section .qa-click {
  background: #ffffff;
  height: auto;
  cursor: pointer;
  padding: 16px 16px;
  transition:all 0s ease;
  font-size: 16px;
  text-align: left;
}

.faq-section p{
  text-align: left;
}

.faq-section .qa-click img {
  color: #b7acac;
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.faq-section .arrow {
    position: relative;
}

.faq-section .answer {
  display: none;
  padding: 10px 25px 20px 20px;
  margin: 5px 0;
  transition:all 0s ease;
  text-align: left;
}

.faq-section .qa-answer{
  width: 100%;
  padding: 0px 20px 30px 40px;
}

.faq-section .qa-answer li {
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
  font-size: 14px;
}

.faq-section .qa-answer li span {
  color: #F8524C;
}

.faq-section .rotate {
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
}

.faq-section .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
}


  .steps-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .item {
    max-width: 580px;
  }
  

  
  /*QA*/



  .qa {
    position: relative;
    background-color: #f3fcf5;
    padding: 50px 0;
    color: #434343;
    font-family: 'Alef', sans-serif;
  }
  
  .qa .container {
    max-width: 1200px;
    width: 95%;         /* 先確保父容器寬度寬 */
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
    .qa .container h3{
    text-align: center;
  }

  .qa .main-desc{
    font-size: 20px;
    color: #00B7AD;
    text-align: center;
  }

  .qa .qa-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }


  .qa .qa-list .item {
  display: table; /* 這樣高度會以內容最高調整 */
  width: 100% !important; /* 撐滿父容器 */
  padding: 0; /* 視需要調整 */
  margin: 15px auto;
  box-sizing: border-box;
  }
  

  
  
  .qa .qa-list .item .col {
    display: table-cell;
    vertical-align: middle; /* 讓內容垂直置中 */
    box-sizing: border-box;
    padding: 20px; /* 統一設定 */
  }

.qa .qa-list .item .col.icon {
  flex: 0 0 30%;
  position: relative;
  background-color: #00B7AD;
  color: #fff;
  font-size: 68px;
  width: 28% !important;     /* 讓 icon 寬一點 */
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  box-sizing: border-box;
}



.qa .qa-list .item.type-a .col.icon {
  background-color: #FFC733;
}

.qa .qa-list .item.type-a .col.icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-color: inherit;  /* 繼承背景顏色 */
}

.qa .qa-list .item .col.icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-color: #00B7AD;
}

.qa .qa-list .item .col.txt {
  flex: 1;
  text-align: left !important;
  
  background-color: #fff;
  color: #434343;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
  width: 72% !important;    /* 對應 icon的 30% */
}

.qa .qa-list .item .col.txt u {
  text-decoration: none;
  border-bottom: 4px solid #9D9D9D;
  padding-bottom: 3px;
}

/* RWD */
@media (max-width: 1024px) {
  .qa .qa-list .item {
    display: flex !important;
    width: 90% !important;
    margin: 40px auto !important;
    padding-top: 0;
  }

  .qa .qa-list .item.type-a {
    float: none !important;
  }

  .qa .qa-list .item .col.icon {
    width: 100% !important;
    display: block !important;
  }
  .qa .qa-list .item .col.txt {
    width: 100% !important;
    display: block !important;
  }


  .qa .qa-list .item .col {
    display: block;
    width: 100%;
  }
  .qa .qa-list .item .col.icon {
    font-size: 50px !important;
    padding: 10px 0 !important;
    position: relative;
  }
  .qa .qa-list .item .col.icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #00B7AD;
  }
  .qa .qa-list .item.type-a .col.icon:before {
    position: absolute;
    right: -30px;
    border-right-width: 0;
    border-left: 30px solid #FFC733
}
}

@media (max-width: 768px) {
  .qa .qa-list .item .col.txt {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .qa .qa-list .item {
    width: 100%;
    margin: 20px 0;
  }
  .qa .qa-list .item .col.icon {
    font-size: 40px;
  }
  .qa .container {
    padding: 0 15px;
  }
}
   
  /**/



  .qa .container ul li {
    margin: 20px 20px;
    display: inline-block;
    vertical-align: top;
    text-indent: -20px;
    width: 600px;
  }
  @media (max-width: 1024px) {
    .qa .container ul li {
      display: block;
      margin: 80px auto;
    }
  }
  @media (max-width: 768px) {
    .qa .container ul li {
      margin-top: 50px;
      width: inherit;
    }
  }
  @media (max-width: 430px) {
    .qa .container ul li {
      text-indent: -14px;
      margin: 30px 0px;
      padding: 10px 20px;
    }
  }
  .qa .container ul li img {
    max-width: 220px;
    display: block;
    margin: auto;
    height: 180px;
  }
  .qa .container ul li p {
    font-size: 18px;
    margin: 20px auto;
    height: 120px;
    max-width: 330px;
    line-height: 1.6;
    margin-bottom: 158px;
    letter-spacing: 3px;　  
    padding-bottom: 10%;
  }
  @media (max-width: 768px) {
    .qa .container ul li p {
      height: auto;
      margin-bottom:22px;
    }
  }
  
  @media (max-width: 1024px) {
    .qa .container ul li p {
      height: auto;
      margin-bottom:32px;
    }
  }


.step .qa .container {
    padding: 6%
}

@media (max-width: 480px) {
  .qa .container{
        padding-bottom: 20%
    }
}

  .qa .qa-list .item {
    display: table;
    width: 83.4%;
    padding-top: 15px
}

@media (max-width: 480px) {
  .qa .container .qa-list .item {
        width: 100%
    }
}
first-child 

  .qa .container .qa-list .item.type-a {
    float: right
}

  .qa .qa-list .item.type-a .col.icon {
    background-color: #FFC733
  }

  .qa .qa-list .item.type-a .col.icon:before {
    left: auto;
    right: -30px;
    border-right-width: 0;
    border-left: 30px solid #FFC733
}

  .qa .qa-list .item .col {
    display: table-cell;
    vertical-align: top
    
}

  .qa .qa-list .item .col.icon {
    position: relative;
    background-color: #00B7AD;
    color: #fff;
    font-size: 68px;
    font-family: 'Alef', sans-serif;
    width: 20%;
    text-align: center;
    padding: 3%
}


/* 去除可能干擾 */
.qa .qa-list .item .col.txt,
.qa .qa-list .item .col.txt * {
  text-align: left !important;
  text-indent: 0 !important;

}

/* 清除 h2 預設 margin 並視覺間距調整 */
.qa .qa-list .item .col.txt h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  font-weight: normal; /* 可依需求調整 */
  font-size: 20px;
}


/* 除 h2 外其他段落元素間距 */
.qa .qa-list .item .col.txt > *:not(h2) {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}

/* 確保沒有額外空白間隙 */
.qa .qa-list .item .col.txt * {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .qa .qa-list .item .col.icon {
        font-size: 45px
    }
  .qa .qa-list .item .col.txt {
      font-size: 17px
  }
}

@media (max-width: 600px) {
  .qa .qa-list .item .col.icon {
        font-size: 35px
    }
  .qa .qa-list .item .col.txt {
      font-size: 15px
  }
  
}

  .qa .qa-list .item .col.icon:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -30px;
    display: block;
    content: '';
    border: 30px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #00B7AD
}

  .qa .qa-list .item .col.txt {
    background-color: #fff;
    color: #434343;
    text-align: left;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.8;
    padding: 6%;
    margin-top: 0px;
    margin-bottom: 0px;
}

  .qa .qa-list .item .col.txt u {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 4px solid #9D9D9D
}


/* step3*/

.step .container ul{
  display: contents;
  padding: 10px 30px;
}

.event_list{
  width: 100%;
  max-width: 325px;
  height: auto;
  display:inline-block;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 20px 1.5%;

}

.event_textdetail a{
  border: none;

}

.event_textdetail2 a{
  border: none;

}

.event_text{
  width: 100%;
  text-align: center;
  font-size: 0px;
}
.event_text .event_img{
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.event_textdetail{
  width: 100%;
  height: auto;
  padding: 0px 31px 0 31px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #444444;
  display: inline-block;
  position: relative;
  top: 12%;
  box-sizing: border-box;
}


.event_textdetail2{
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px 31px 10px 31px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #444444;
  display: inline-block;
  position: relative;
  top: 12%;
  box-sizing: border-box;
}


@media (max-width: 500px){
  .special_list {
  align-items: center;
  flex-direction: column;
  }

  .special_img{
  width: 30%;
  }

  .special_text{
  width: 94%;
  padding: 74px 30px 30px 30px;
  }

  .event_list{
  padding: 5px
  }
}

.container figure{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.container figure img{
  width: 35%;
  max-width: 200px;
  margin-right: 80px;
}
.container figcaption{
  width: 55%;
}

.container .EScard_text{
  width: 100%;
  max-width: 600px;
  margin: 0px;
}
.container .EScard_text li{
  width: 100% !important;
  margin: 0px !important;
  text-align: left;
  text-indent:-20px !important;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.container .EScard_text li::before{
  content: "●";
  color: #3cbaad;
  padding-right: 10px;
}
@media(max-width:430px){
  .container figure{
  flex-wrap: wrap;
}
  .container figure img{
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.container figcaption{
  width: 100%;
  margin: 0 auto;
  margin-left: 30px;
  margin-top: 30px;
}
.step .container .link{
  margin-left: 0px;
  display: block;
  text-align: left;
  top: -10px;
}
}
@media(max-width:425px){
.step .container .link{
  margin-left: 20px;
  top: 0px;
}
}