@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Bold.otf") format("opentype");
  font-display: swap; }

html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #303030; }
  @media only screen and (max-width: 1023px) {
    html.-menuOpen,
    body.-menuOpen {
      overflow: hidden; } }

main {
  overflow: hidden; }

a,
button {
  padding: 0;
  line-height: 1.5;
  border: none;
  outline: none;
  background: none;
  cursor: pointer; }

.footer a {
  color: #FFF; }

.-fadeIn {
  opacity: 0; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Browser Upgrade Prompt
 */
.browserupgrade {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin: 0.2em 0;
  background: #ccc;
  padding: 0.2em 0; }

body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  overflow: hidden; }

.main {
  margin-top: 80px; }
  .main p {
    padding: 0; }
  @media only screen and (max-width: 1023px) {
    .main {
      margin-top: 76px; } }
  @media only screen and (max-width: 767px) {
    .main {
      margin-top: 58px; } }

.service {
  position: fixed;
  right: 20px;
  bottom: 84px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url(../images/icon/yuan.svg);
  cursor: pointer;
  z-index: 50;
  transition: .3s; }
  .service-box {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    display: none;
    flex-direction: column;
    width: 186px;
    padding: 8px;
    font-size: 12px;
    color: #0072ff;
    line-height: 1.6;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    background: #fff;
    z-index: 10; }
    .service-box span {
      color: #707070; }
  @media only screen and (min-width: 768px) {
    .service:hover .service-box {
      display: flex; } }
  @media only screen and (max-width: 1279px) {
    .service {
      right: 12px; } }
  @media only screen and (max-width: 767px) {
    .service {
      bottom: 108px;
      width: 43px;
      height: 43px; } }


.float {
  position: fixed;
  top: 160px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 50px;
  z-index: 50; }
  .float-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #3861D6; }
    .float-item img {
      width: 22px; }
    .float-item div {
      color: #FFF;
      letter-spacing: 1px;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr; }
    .float-item.-rd {
      background-color: #F94B4B; }
  @media only screen and (min-width: 1024px) {
    .float-item {
      transition: .3s; }
      .float-item:hover {
        transform: scale(1.05); } }
  @media only screen and (max-width: 1279px) {
    .float {
      right: 12px;
      width: 40px; }
      .float-item {
        padding: 15px 10px; }
        .float-item img {
          width: 18px; } }
  @media only screen and (max-width: 767px) {
    .float {
      display: flex;
      top: auto;
      bottom: 0;
      right: 0;
      flex-direction: row;
      gap: 0;
      width: 100%; }
      .float-item {
        flex: 1;
        flex-direction: row;
        justify-content: center;
        padding: 12px;
        border-radius: 0; }
        .float-item div {
          -webkit-writing-mode: initial;
              -ms-writing-mode: initial;
                  writing-mode: initial; } }

@-webkit-keyframes star {
  0% {
    transform: rotate(0deg) scale(0.3); }
  35% {
    transform: rotate(360deg) scale(1); }
  65% {
    transform: rotate(360deg) scale(1); }
  100% {
    transform: rotate(720deg) scale(0.3); } }

@keyframes star {
  0% {
    transform: rotate(0deg) scale(0.3); }
  35% {
    transform: rotate(360deg) scale(1); }
  65% {
    transform: rotate(360deg) scale(1); }
  100% {
    transform: rotate(720deg) scale(0.3); } }

@-webkit-keyframes float {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }

@keyframes float {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }

@-webkit-keyframes rate {
  0% {
    transform: translateY(-2.5%); }
  100% {
    transform: translateY(2.5%); } }

@keyframes rate {
  0% {
    transform: translateY(-2.5%); }
  100% {
    transform: translateY(2.5%); } }

.banner {
  position: relative;
  padding-bottom: 560px; }
  .banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%; }
    .banner-bg img {
      width: auto;
      height: 100%; }
  .banner-deco {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 100%; }
  .banner-dollar {
    position: absolute;
    width: 53px; }
    .banner-dollar.-l {
      top: 197px;
      left: 120px;
      animation: float 1s ease-in-out infinite alternate-reverse; }
    .banner-dollar.-r {
      bottom: 123px;
      right: 113px;
      -webkit-animation: float 1s ease-in-out infinite alternate;
              animation: float 1s ease-in-out infinite alternate; }
  .banner-percent {
    position: absolute;
    width: 85px; }
    .banner-percent.-l {
      bottom: 93px;
      left: 220px;
      animation: float 1s -0.3s ease-in-out infinite alternate-reverse; }
    .banner-percent.-r {
      top: 165px;
      right: 224px;
      -webkit-animation: float 1s -0.8s ease-in-out infinite alternate;
              animation: float 1s -0.8s ease-in-out infinite alternate; }
  .banner-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1380px;
    height: 100%;
    font-size: 0;
    z-index: 1;
    overflow: hidden; }
    .banner-wrap > div {
      position: absolute; }
    .banner-wrap img {
      width: 100%; }
  .banner-tit {
    top: 12.85714%;
    left: 2.75362%;
    width: 40.43478%; }
  .banner-cta {
    position: absolute;
    top: 76.60714%;
    left: 15%;
    display: block;
    width: 15.94203%;
    text-decoration: none; }
  .banner-main {
    top: 10.35714%;
    right: 14.63768%;
    width: 40.72464%; }
  .banner-rate {
    width: 12.17391%; }
    .banner-rate.-tw {
      top: 9.28571%;
      right: 9.63768%;
      -webkit-animation: rate 1s ease-in-out infinite alternate;
              animation: rate 1s ease-in-out infinite alternate; }
    .banner-rate.-usa {
      bottom: 21.78571%;
      right: 2.75362%;
      -webkit-animation: rate 1s .5s ease-in-out infinite alternate;
              animation: rate 1s .5s ease-in-out infinite alternate; }
  @media only screen and (min-width: 1921px) {
    .banner-bg {
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
      .banner-bg img {
        width: 100%;
        height: auto; }
        .banner-bg img.-mb {
          display: none; } }
  @media only screen and (max-width: 1379px) {
    .banner {
      padding-bottom: 40.57971%; } }
  @media only screen and (min-width: 1024px) {
    .banner-cta {
      transition: .3s; }
      .banner-cta:hover {
        transform: scale(1.1); } }
  @media only screen and (max-width: 767px) {
    .banner {
      padding-bottom: 146.15385%; }
      .banner-deco {
        width: 100%; }
      .banner-dollar {
        width: 7.26496%; }
        .banner-dollar.-l {
          top: 43.62573%;
          left: 3.24786%; }
          .banner-dollar.-l img {
            transform: rotate(-42deg); }
        .banner-dollar.-r {
          display: none; }
      .banner-percent {
        width: 11.11111%; }
        .banner-percent.-l {
          display: none; }
        .banner-percent.-r {
          top: 55.90643%;
          right: 3.58974%; }
          .banner-percent.-r img {
            transform: rotate(25deg); }
      .banner-tit {
        top: 4.79532%;
        left: 50%;
        transform: translateX(-50%);
        width: 78.2906%; }
      .banner-main {
        top: 59.88304%;
        right: 50%;
        transform: translateX(50%);
        width: 68.37607%; }
      .banner-rate {
        width: 29.91453%; }
        .banner-rate.-tw {
          top: 37.36842%;
          right: 51.7094%; }
        .banner-rate.-usa {
          bottom: auto;
          top: 37.36842%;
          right: 18.37607%; } }

.tit {
  position: relative; }
  .tit-star {
    position: absolute; }
    .tit-star::before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%;
      background: url(../images/icon/star.svg) no-repeat center/contain; }
    .tit-star.-lg {
      top: 58.25237%;
      left: 10.00717%;
      width: 6.09319%;
      -webkit-animation: star 3s infinite;
              animation: star 3s infinite; }
    .tit-star.-sm {
      top: 42.2%;
      left: 45.04659%;
      width: 4.83871%;
      -webkit-animation: star 3s -0.5s infinite;
              animation: star 3s -0.5s infinite; }

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-70%) scale(0.5); }
  15% {
    opacity: 1;
    transform: translateY(-70%) scale(1); }
  100% {
    opacity: 1;
    transform: translateY(70%) scale(1); } }

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-70%) scale(0.5); }
  15% {
    opacity: 1;
    transform: translateY(-70%) scale(1); }
  100% {
    opacity: 1;
    transform: translateY(70%) scale(1); } }

.pig {
  position: relative; }
  .pig-coin {
    position: absolute;
    top: 45.77778%;
    right: 19.92883%;
    width: 18.3274%;
    -webkit-animation: drop 2.5s infinite;
            animation: drop 2.5s infinite; }
  .pig-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.link {
  color: #007fe0 !important; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  border-radius: 10px;
  background-color: #F24541;
  text-decoration: none;
  cursor: pointer; }
  .btn img {
    flex: 0 0 auto;
    width: 22px; }
  .btn span {
    flex: 0 0 auto;
    padding-bottom: 2px; }
  .btn.-bu {
    background-color: #446DE0; }
  @media only screen and (min-width: 1024px) {
    .btn {
      transition: .3s; }
      .btn:hover {
        transform: scale(1.1); } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .btn {
      gap: 8px;
      width: 170px;
      height: 48px;
      font-size: 18px;
      border-radius: 8px; }
      .btn img {
        width: 18px; }
      .btn span {
        padding-bottom: 1px; } }

.anchor {
  transform: translateY(-80px); }
  @media only screen and (max-width: 1023px) {
    .anchor {
      transform: translateY(-76px); } }
  @media only screen and (max-width: 767px) {
    .anchor {
      transform: translateY(-58px); } }

.block {
  padding: 80px 0; }
  .block.-bu {
    background-color: #EEF2FF; }
  .block.-gy {
    background-color: #F2F2F2; }
  .block-wrap {
    position: relative;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1; }
  .block-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; }
    .block-title::before, .block-title::after {
      content: '';
      flex: 0 0 auto;
      width: 23px;
      height: 23px;
      margin-top: 4px;
      background: url(../images/icon/star.svg) no-repeat center/contain;
      -webkit-animation: star 3s infinite;
              animation: star 3s infinite; }
    .block-title span {
      flex: 0 0 auto;
      padding-left: 0.08em;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: 0.08em;
      color: #446DE0; }
  .block-desc {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center; }
  .block-note {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #666666; }
  .block-head + .block-content,
  .block-content + .block-head,
  .block-content + .block-content {
    margin-top: 50px; }
  .block-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 50px;
    margin-top: 60px; }
  @media only screen and (max-width: 1023px) {
    .block {
      padding: 50px 0; }
      .block-wrap {
        padding: 0 25px; }
      .block-title {
        gap: 10px; }
        .block-title::before, .block-title::after {
          width: 20px;
          height: 20px;
          margin-top: 2px; }
        .block-title span {
          font-size: 30px; }
      .block-desc {
        margin-top: 16px;
        font-size: 16px; }
      .block-note {
        margin-top: 14px;
        font-size: 14px; }
      .block-head + .block-content,
      .block-content + .block-head,
      .block-content + .block-content {
        margin-top: 40px; }
      .block-action {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .block-desc {
      text-align: left; }
    .block-note {
      text-align: left; }
    .block-action {
      flex-direction: column; } }

.info-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  border-radius: 15px;
  background: #FFFFFF; }

.info-item {
  flex: 0 0 auto;
  min-width: 250px;
  padding: 7px 0;
  text-align: center; }

.info-line {
  flex: 0 0 auto;
  width: 1px;
  background: #EEF2FF; }

.info-title {
  display: inline-block;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #FFF;
  border-radius: 20px;
  background-color: #6D8DFD; }

.info-text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.8; }

.info-note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #F24541;
  text-align: center; }

.info-note b{
  font-size: 18px; 
  letter-spacing: 1px; }

@media only screen and (max-width: 1023px) {
  .info-wrap {
    gap: 20px; }
  .info-item {
    padding: 0;
    min-width: 190px; }
  .info-title {
    padding: 0 44px;
    font-size: 18px; }
  .info-text {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .info-wrap {
    flex-direction: column; }
  .info-line {
    display: none; } }

.card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFF; }
  .card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #3861D6; }
    .card-title img {
      flex: 0 0 auto;
      width: 90px; }
    .card-title div {
      flex: 0 0 auto;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #FFF; }
  .card-content {
    padding: 50px 60px;
    line-height: 1.8; }
    .card-content.-usa {
      padding: 50px 60px; }
  .card-text {
    font-size: 18px;
    text-align: center; }
  .card-text span{
    font-weight: 500;}
  .card-text-highlight {
    color: #1556b5; }
  .card-table {
    margin: 40px 0; }
  .card-note {
    font-size: 14px;
    color: #666666; }
  @media only screen and (max-width: 1023px) {
    .card-title img {
      width: 70px; }
    .card-title div {
      font-size: 22px;
      letter-spacing: 0; }
    .card-content {
      padding: 30px 20px; }
      .card-content.-usa {
        padding: 30px 20px; }
    .card-text {
      font-size: 16px; }
    .card-table {
      margin: 30px 0; }
    .card-note {
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .card-text {
      text-align: left; } }

.table {
  max-width: 705px;
  margin: 0 auto; }
  .table-desc {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1; }
  .table-main, .table-body {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .table-tr {
    display: flex;
    gap: 5px; }
  .table-td {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    border-radius: 5px; }
  .table-head .table-td {
    font-size: 18px;
    line-height: 1.4;
    color: #FFF;
    background-color: #6D8DFD; }
  .table-body .table-td {
    font-size: 18px;
    line-height: 1.4;
    color: #303030;
    background-color: #EDEDED; }
    .table-body .table-td:nth-child(2) {
      color: #F24541; }
      .table-body .table-td:nth-child(2) span {
        font-size: 24px; }
  @media only screen and (max-width: 1023px) {
    .table-desc {
      font-size: 13px; }
    .table-td {
      min-height: 50px; }
    .table-head .table-td {
      font-size: 14px; }
    .table-body .table-td {
      font-size: 14px; }
      .table-body .table-td:nth-child(2) {
        font-size: 18px; }
        .table-body .table-td:nth-child(2) span {
          font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .table {
      position: relative;
      margin: 0 -10px;
      padding-bottom: 23px; }
      .table-desc {
        justify-content: center; }
        .table-desc > div:nth-child(2) {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: center; }
      .table-td {
        min-height: 60px;
        text-align: center; }
        .table-td:nth-child(1) {
          flex: 1.4; } }

.swiper-pagination {
  position: static;
  margin-top: 20px;
  line-height: 0; }

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: #EDEDED;
  opacity: 1;
  transition: width .3s, background-color .3s; }
  .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #446DE0; }

.swiper-button-prev, .swiper-button-next {
  top: 50%;
  width: 16px;
  height: 27px;
  margin-top: 0;
  background: url(../images/icon/arrow.svg) no-repeat center/contain; }
  .swiper-button-prev::after, .swiper-button-next::after {
    content: none; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.5; }

.swiper-button-prev {
  left: 12px;
  transform: translateY(-50%) rotate(180deg); }

.swiper-button-next {
  right: 12px;
  transform: translateY(-50%); }

.step .swiper-slide {
  padding: 0 5px;
  text-align: center; }

.step-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: underline;
  color: #6D8DFD; }

.step-title {
  font-size: 18px;
  line-height: 1.8; }

.step-pic {
  margin-top: 20px;
  font-size: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .step .swiper-slide {
    padding: 0; }
  .step-num {
    font-size: 16px; }
  .step-title {
    font-size: 16px; }
  .step-pic {
    margin-top: 16px; } }

@media only screen and (max-width: 767px) {
  .step .swiper-slide {
    padding: 0 52px; }
  .step-pic img {
    max-width: 260px; } }

.notice-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center; }

.notice-content {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 2;
  border-top: 1px solid #303030; }

.notice-content .red {
  color: #F24541; }

@media only screen and (max-width: 1023px) {
  .notice-content {
    font-size: 14px; } }

ol {
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding-left: 25px; }
  ol b {
    font-weight: bold; }
  ol a {
    display: inline; }
  ol table {
    width: 100%;
    margin: 4px 0;
    border-collapse: collapse;
    border-spacing: 0; }
    ol table th,
    ol table td {
      padding: 4px;
      border: 1px solid #000; }
  ol.chinese {
    list-style-type: none;
    padding-left: 32px; }
    ol.chinese > li {
      position: relative; }
      ol.chinese > li::before {
        content: "(" attr(data-num) ")";
        position: absolute;
        top: 0;
        left: -5px;
        transform: translateX(-100%); }
  ol.brackets {
    list-style-type: none; }
    ol.brackets > li {
      position: relative;
      counter-increment: section; }
      ol.brackets > li::before {
        content: "(" counter(section, decimal) ")";
        position: absolute;
        top: 0;
        left: -5px;
        transform: translateX(-100%);
        min-width: 20px;
        text-align: center; }
  ol.cjk {
    list-style-type: none;
    padding-left: 32px; }
    ol.cjk > li {
      position: relative; }
      ol.cjk > li::before {
        content: attr(data-num) "、";
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em; }

p {
  margin: 0; }

b {
  font-weight: bold; }

@media only screen and (max-width: 1023px) {
  .-pc {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .-pc-pad {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .-pad {
    display: none; } }

@media only screen and (max-width: 767px) {
  .-pad {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .-mb-pad {
    display: none; } }

@media only screen and (min-width: 768px) {
  .-mb {
    display: none; } }

.-hidden {
  display: none !important; }
