@charset "UTF-8";

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

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

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 300;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 900;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Black.ttf") format("truetype");
  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: #333333;
}

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

/*
 * 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 {
  padding-top: 80px;
}

.main p {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .main {
    padding-top: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    padding-top: 58px;
  }
}

.appDownload {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  z-index: 1;
}

.appDownload-QRcode img {
  width: 125px;
  margin-right: 20px;
}

.appDownload-link h5 {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.appDownload-link a {
  display: inline-block;
  padding: 0 3px;
  text-decoration: none;
  transition: .3s;
}

.appDownload-link img {
  width: 170px;
}

@media only screen and (min-width: 1024px) {
  .appDownload-link a:hover {
    transform: translateY(-10%);
  }
}

@media only screen and (max-width: 1023px) {
  .appDownload {
    margin-top: 135px;
  }

  .appDownload-QRcode {
    display: none;
  }

  .appDownload-link h5 {
    font-size: 13px;
    font-weight: normal;
  }

  .appDownload-link img {
    width: 140px;
  }
}

/* ------------------------------- creditSlogan ------------------------------- */
.creditSlogan {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.creditSlogan div {
  font-size: 14px;
  color: #575757;
  padding: 0 0 0 30px;
  line-height: 1.6;
}

.creditSlogan div:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #575757;
  letter-spacing: 2px;
  border-right: 1px solid #666666;
  padding: 0 30px 0 0;
}

.creditSlogan div span:first-child::after {
  content: '：';
}

.creditSlogan div:first-child span:first-child {
  padding: 0 10px 0 0;
}

.creditSlogan div:first-child span:first-child::after {
  display: none;
}

.creditSlogan a {
  display: inline-block;
  color: #007fe0;
}

.creditSlogan a:hover {
  color: #007fe0;
}

@media screen and (max-width: 1200px) {
  .creditSlogan div {
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  .creditSlogan div:first-child {
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .topView h2 {
    width: 100%;
    position: absolute;
    top: 30%;
  }

  .creditSlogan div {
    font-size: 14px;
    padding: 0 0 0 10px;
  }

  .creditSlogan div:first-child {
    box-sizing: border-box;
    padding: 0;
  }

  .creditSlogan div:first-child span {
    display: block;
  }
}

@media screen and (max-width: 870px) {
  .creditSlogan {
    height: 125px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }

  .creditSlogan div {
    align-self: flex-start;
  }

  .creditSlogan div:first-child {
    font-size: 20px;
    margin: 0;
  }

  .creditSlogan p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 800px) {
  .creditSlogan {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .creditSlogan div {
    width: 100%;
    align-self: center;
    text-align: center;
  }

  .creditSlogan div:first-child {
    font-size: 30px;
    border-bottom: 1px solid;
    border-right: none;
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
  }

  .creditSlogan p {
    font-size: 14px;
    line-height: 2;
    padding: 0;
  }
}

@media screen and (max-width: 420px) {
  .creditSlogan {
    padding: 20px 10px;
  }

  .creditSlogan div:first-child {
    font-size: 24px;
  }

  .creditSlogan p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.service {
  position: fixed;
  right: 20px;
  bottom: 148px;
  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: 172px;
    width: 43px;
    height: 43px;
  }
}

.line {
  position: fixed;
  right: 20px;
  bottom: 84px;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url(../images/icon/line.svg) no-repeat center/contain;
  cursor: pointer;
  text-decoration: none;
  z-index: 50;
  transition: .2s;
}

.line:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1279px) {
  .line {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .line {
    bottom: 121px;
    width: 43px;
    height: 43px;
  }
}

.goTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url(../images/icon/top.svg);
  opacity: 1;
  cursor: pointer;
  z-index: 50;
  transition: .2s;
}

.goTop:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1279px) {
  .goTop {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .goTop {
    bottom: 70px;
    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 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 20px 12px;
  border-radius: 10px;
  background-color: #2E61B4;
}

.float-item img {
  width: 22px;
}

.float-item div {
  color: #FFF;
  letter-spacing: 0.5px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.float-item.-rd {
  background-color: #FF586C;
}

@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 {
    padding-bottom: 1px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

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

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

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 300;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'SweiGothicCJKtc';
  font-style: normal;
  font-weight: 900;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/SweiGothicCJKtc-Black.ttf") format("truetype");
  font-display: swap;
}

/* ------------------------------- Header ------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px;
  background: white url(../images/header/header_bg.png) no-repeat center right/auto;
  z-index: 100;
}

.header-logo {
  flex: 1;
  display: block;
  font-size: 0;
}

.header-logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 187px;
  height: 39px;
  background-image: url("../images/header/yuantabank_logo.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.header-nav {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  padding-right: 100px;
}

.header-l1 {
  flex: 0 0 auto;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.35;
  color: #333333;
  text-decoration: none;
}

.header-l1>button {
  color: #333333;
  line-height: 1.35;
}

.header-l1+.header-l1 {
  border-left: 1px solid #333333;
}

.header-l2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 196px;
  padding-top: 28px;
  opacity: 0;
  pointer-events: none;
}

.header-l2>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.698);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.header-l2>div>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.12;
  color: #333333;
  border-radius: 20px;
}

.header-l2>div>a::after {
  content: '';
  flex: 0 0 auto;
  width: 0.4375em;
  height: 0.75em;
  background: url(../images/header/arrow.svg) no-repeat center/contain;
}

.header-plusLogo {
  flex: 0 0 auto;
  width: 130px;
  height: 39px;
  margin-left: 30px;
  background: url(../images/header/yuantaplus_logo.svg) no-repeat center/contain;
}

.header-burger {
  flex: 0 0 auto;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header-l1.-child:hover .header-l2 {
    opacity: 1;
    pointer-events: visible;
  }

  .header-l1.-child>button {
    cursor: default;
  }

  .header-l2 {
    display: block !important;
  }

  .header-l2 a {
    transition: .3s;
  }

  .header-l2 a::after {
    transition: transform .3s;
  }

  .header-l2 a:hover {
    background-color: #FFF;
  }

  .header-l2 a:hover::after {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 76px;
  }

  .header-logo a {
    width: 171px;
    height: 36px;
  }

  .header-l2 {
    padding-top: 26px;
  }

  .header-plusLogo {
    width: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: calc(100% - 76px);
    padding: 0 60px;
    flex-direction: column;
    font-size: 20px;
    background-color: #FFF;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 5;
    overflow-y: auto;
  }

  .-menuOpen .header-nav {
    opacity: 1;
    pointer-events: visible;
  }

  .header-l1 {
    position: relative;
    margin: 20px 0;
    padding: 0;
  }

  .header-l1+.header-l1 {
    border-left: none;
  }

  .header-l1+.header-l1::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333333;
  }

  .header-l1>button {
    width: 100%;
    text-align: left;
  }

  .header-l2 {
    position: static;
    display: none;
    width: 100%;
    padding-top: 12px;
    opacity: 1;
    pointer-events: visible;
  }

  .header-l2>div {
    gap: 8px;
    padding: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header-l2>div>a {
    display: inline-block;
    padding: 0;
    line-height: 1.5;
    border-radius: 0;
    color: #717171;
  }

  .header-l2>div>a::after {
    content: none;
  }

  .header-plusLogo {
    display: none;
  }

  .header-burger {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/header/burger.svg) no-repeat center/contain;
    z-index: 10;
  }

  .-menuOpen .header-burger {
    background-image: url(../images/header/cross.svg);
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 16px;
    height: 58px;
  }

  .header-logo a {
    width: 123px;
    height: 26px;
  }

  .header-nav {
    top: 58px;
    height: calc(100% - 58px);
  }

  .header-plusLogo {
    width: 87px;
  }

  .header-burger {
    width: 24px;
    height: 24px;
  }
}

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

  100% {
    transform: translateY(1.5%);
  }
}

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

  100% {
    transform: translateY(1.5%);
  }
}

@-webkit-keyframes shine {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(-3);
  }

  100% {
    transform: rotate(3deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-3);
  }

  100% {
    transform: rotate(3deg);
  }
}

@-webkit-keyframes line {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  25% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes line {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  25% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.kv {
  position: relative;
  padding-bottom: 488px;
  overflow: hidden;
  background-color: #597CE2;
}

.kv-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1240px;
  height: 100%;
  font-size: 0;
  z-index: 1;
}

.kv-wrap>div {
  position: absolute;
}

.kv-wrap img {
  width: 100%;
}

.kv-bg {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 159.67742%;
}

.kv-line1 {
  bottom: 48.15574%;
  right: calc(100% + 7.25806%);
  width: 29.83871%;
  -webkit-animation: line 1.5s linear infinite;
  animation: line 1.5s linear infinite;
}

.kv-line2 {
  bottom: 9.42623%;
  left: -38.46774%;
  width: 61.20968%;
  mix-blend-mode: screen;
}

.kv-line3 {
  bottom: 12.29508%;
  left: 40%;
  width: 11.04839%;
  -webkit-animation: line 1s linear infinite;
  animation: line 1s linear infinite;
}

.kv-line4 {
  bottom: 14.34426%;
  left: 47.01613%;
  width: 22.90323%;
  -webkit-animation: line 1.2s linear infinite;
  animation: line 1.2s linear infinite;
}

.kv-line5 {
  bottom: 68.64754%;
  left: 100%;
  width: 17.01613%;
  -webkit-animation: line 1.5s -0.4s linear infinite;
  animation: line 1.5s -0.4s linear infinite;
}

.kv-line6 {
  bottom: 75.81967%;
  left: calc(100% + 8.87097%);
  width: 26.37097%;
  -webkit-animation: line 1.2s linear infinite;
  animation: line 1.2s linear infinite;
}

.kv-tit {
  top: 22.54098%;
  left: 5.16129%;
  width: 45.80645%;
}

.kv-txt {
  top: 67.21311%;
  left: 5.16129%;
  font-size: 24px;
  line-height: 1.45833em;
  color: #FFF;
  width: 100%;
}

.kv-coin {
  position: absolute;
  top: 7.48663%;
  left: 63.02817%;
  width: 7.74648%;
}

.kv-phone {
  top: 8.19672%;
  right: -8.22581%;
  width: 53.79032%;
}

.kv-arc {
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 154.83871%;
  pointer-events: none;
}

.kv-label {
  top: 10px;
  left: 10px;
  width: 15%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (min-width: 1921px) {
  .kv {
    padding-bottom: 25.41667vw;
  }

  .kv-wrap {
    width: 64.58333%;
    max-width: none;
  }
}

@media only screen and (max-width: 1239px) {
  .kv {
    padding-bottom: 39.35484%;
  }

  .kv-txt {
    font-size: 1.93548vw;
  }
}

@media only screen and (max-width: 1023px) {
  .kv {
    padding-bottom: 100%;
  }

  .kv-bg {
    width: 146.22396%;
  }

  .kv-tit {
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 58.59375%;
  }

  .kv-txt {
    top: 41.07744%;
    left: 0;
    font-size: 2.60417vw;
    text-align: center;
  }

  .kv-phone {
    top: 50.50505%;
    right: 13.67188%;
    width: 60.9375%;
  }

  .kv-arc {
    width: 101%;
  }

  .kv-label {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .kv {
    padding-bottom: 120%;
  }

  .kv-bg {
    width: 225.06667%;
  }

  .kv-tit {
    top: 15%;
    width: 81.06667%;
  }

  .kv-txt {
    top: 42%;
    font-size: 3.46667vw;
  }

  .kv-phone {
    top: 51%;
    right: 0;
    width: 84%;
  }
}

.phone>img {
  -webkit-animation: float 2s ease-in-out infinite alternate;
  animation: float 2s ease-in-out infinite alternate;
}

.phone-star {
  position: absolute;
  width: 6.44678%;
  -webkit-animation: shine 0.6s ease-in-out infinite alternate;
  animation: shine 0.6s ease-in-out infinite alternate;
}

.phone-star.-yl1 {
  top: 42.69175%;
  left: 5.69715%;
}

.phone-star.-yl2 {
  top: 40.23155%;
  left: 72.56372%;
  animation-direction: alternate-reverse;
}

.phone-star.-pk1 {
  top: 0;
  left: 42.27886%;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.phone-dot {
  position: absolute;
  width: 2.69865%;
  padding-bottom: 2.69865%;
  border-radius: 50%;
  background-color: #39E3FF;
  -webkit-animation: shine 0.6s ease-in-out infinite alternate;
  animation: shine 0.6s ease-in-out infinite alternate;
}

.phone-dot.-d1 {
  top: 38.63965%;
  left: 62.96852%;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.phone-dot.-d2 {
  top: 51.08538%;
  left: 0;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.phone-check {
  position: absolute;
  top: 9.11722%;
  left: 52.02399%;
  width: 19.04048%;
  transform-origin: left bottom;
  -webkit-animation: shake 0.6s ease-in-out infinite alternate;
  animation: shake 0.6s ease-in-out infinite alternate;
}

@media only screen and (max-width: 1023px) {
  .phone-star.-pk1 {
    top: 26.78571%;
    left: 84.61538%;
  }
}

.embla {
  position: relative;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.embla__dots {
  position: absolute;
  bottom: 1.04167vw;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0.625vw;
  width: 100%;
}

.embla__dot {
  flex: 0 0 auto;
  width: 0.52083vw;
  height: 0.52083vw;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 1;
  transition: background-color .3s;
  cursor: pointer;
}

.embla__dot.-active {
  background-color: rgba(0, 0, 0, 0.5);
}

.embla__prev,
.embla__next {
  position: absolute;
  top: calc(50% - 2.5vw);
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  border-radius: 50%;
  background: url(./../images/icon/arrow.svg) no-repeat center/contain;
}

.embla__prev {
  left: 5.20833vw;
  transform: scaleX(-1);
}

.embla__next {
  right: 5.20833vw;
}

@media only screen and (max-width: 1023px) {
  .embla__dots {
    bottom: 2.60417vw;
    gap: 1.5625vw;
  }

  .embla__dot {
    width: 1.30208vw;
    height: 1.30208vw;
  }

  .embla__prev,
  .embla__next {
    display: none;
  }
}

.banner {
  border-radius: 0 0 100px;
  min-height: 29.16667vw;
  overflow: hidden;
}

.banner .embla__slide {
  font-size: 0;
}

@media only screen and (max-width: 1279px) {
  .banner {
    border-radius: 0 0 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .banner {
    min-height: auto;
    border-radius: 0 0 50px;
  }

  .banner .embla__slide>a {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    border-radius: 0 0 24px;
  }
}

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

.btn {
  cursor: pointer;
}

.anchor {
  transform: translateY(-80px);
}

@media screen and (max-width: 1024px) {
  .anchor {
    transform: translateY(-76px);
  }
}

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

.content {
  background: #EEF4FF url(./../images/other/bg.svg) no-repeat top 55px center/102.60417%;
}

@media only screen and (max-width: 1023px) {
  .content {
    background-position: top -28px center;
    background-size: 133.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    background: #EEF4FF;
  }
}

.block {
  padding: 60px 0;
}

.block+.block {
  padding-top: 30px;
}

.block-wrap {
  position: relative;
  box-sizing: border-box;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 32px;
  z-index: 1;
}

.block-head {
  margin-bottom: 40px;
  font-family: "SweiGothicCJKtc", "Noto Sans TC", sans-serif, Arial, Helvetica;
  line-height: 1.35;
  text-align: center;
}

.block-tit {
  position: relative;
  display: inline-block;
  font-size: 64px;
  font-weight: 900;
  color: #597CE2;
}

.block-tit::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -37px;
  width: 46px;
  height: 43px;
  background: url(./../images/other/line.svg) no-repeat center/contain;
}

.block-subtit {
  font-size: 48px;
  font-weight: 700;
  color: #151D41;
}

@media only screen and (max-width: 1023px) {
  .block {
    padding: 48px 0;
  }

  .block-head {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    padding: 30px 0;
  }

  .block-wrap {
    padding: 0 20px;
  }

  .block-head {
    margin-bottom: 12px;
  }

  .block-tit {
    font-size: 34px;
  }

  .block-tit::before {
    top: -8px;
    left: -20px;
    width: 25px;
    height: 23px;
  }

  .block-subtit {
    font-size: 25px;
  }
}

.feature {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.feature-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  padding: 50px 0 0 50px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(173, 195, 235, 0.5);
  background-color: #FFF;
  overflow: hidden;
}

.feature-wording {
  flex: 1 0 auto;
  padding-right: 70px;
}

.feature-tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #597CE2;
}

.feature-txt {
  margin-top: 15px;
  font-size: 24px;
  color: #323232;
}

.feature-pic {
  flex: 0 0 auto;
  position: relative;
  padding-bottom: 59.06977%;
  margin-top: -15px;
  text-align: right;
}

.feature-pic>img.-pc-pad {
  position: absolute;
}

.feature-pic .dot {
  position: absolute;
  width: 4.65116%;
  padding-bottom: 4.65116%;
  background-color: #39E3FF;
  border-radius: 50%;
  transform: scale(0.25);
  opacity: 0;
}

.feature-pic .dot.-d2,
.feature-pic .dot.-d4 {
  width: 3.48837%;
  padding-bottom: 3.48837%;
}

.feature-pic .dot.-d1 {
  top: 27.55906%;
  right: 73.48837%;
}

.feature-pic .dot.-d2 {
  top: 17.71654%;
  right: 62.32558%;
}

.feature-pic .dot.-d3 {
  top: 19.68504%;
  right: 72.09302%;
}

.feature-pic .dot.-d4 {
  top: 21.25984%;
  right: 73.02326%;
}

.feature-pic .starpk {
  width: 8.13953%;
  transform: scale(0.4) rotate(45deg);
  opacity: 0;
}

.feature-pic .starpk.-s2,
.feature-pic .starpk.-s3 {
  width: 6.74419%;
}

.feature-pic .starpk.-s1 {
  top: -5.11811%;
  right: 19.53488%;
}

.feature-pic .starpk.-s2 {
  top: -4.33071%;
  right: 7.67442%;
}

.feature-pic .starpk.-s3 {
  top: -1.1811%;
  right: 38.60465%;
}

.feature-pic .starpk.-s4 {
  top: 37.00787%;
  right: 86.51163%;
}

.feature-pic .staryl {
  width: 6.97674%;
  transform: scale(0.4) rotate(-90deg);
  opacity: 0;
}

.feature-pic .staryl.-s2,
.feature-pic .staryl.-s4 {
  width: 8.83721%;
}

.feature-pic .staryl.-s1 {
  top: 51.1811%;
  right: 61.86047%;
}

.feature-pic .staryl.-s2 {
  top: 30.70866%;
  right: 81.39535%;
}

.feature-pic .staryl.-s3 {
  top: 45.27559%;
  right: 55.81395%;
}

.feature-pic .staryl.-s4 {
  top: 53.54331%;
  right: 60%;
}

.feature-pic .phone {
  top: 7.08661%;
  right: 23.95349%;
  width: 33.95349%;
}

.feature-pic .passbook {
  top: 28.74016%;
  right: -2.7907%;
  width: 43.72093%;
}

.feature-pic .bagpk {
  top: 24.80315%;
  right: -5.11628%;
  width: 34.4186%;
}

.feature-pic .bagbu {
  top: 0;
  right: 12.7907%;
  width: 37.90698%;
}

.feature-pic .money {
  top: 33.07087%;
  right: 33.72093%;
  width: 34.18605%;
}

.feature-pic .QRcode {
  top: 18.11024%;
  right: 10%;
  width: 34.65116%;
}

.feature-pic .bell {
  top: 11.81102%;
  right: 6.97674%;
  width: 39.53488%;
}

.feature-pic .dialog {
  top: 14.17323%;
  right: 36.74419%;
  width: 26.27907%;
}

@media only screen and (max-width: 1023px) {
  .feature {
    gap: 28px;
  }

  .feature-item {
    width: calc(50% - 14px);
    padding: 35px 0 0 35px;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(173, 195, 235, 0.5);
  }

  .feature-wording {
    padding-right: 48px;
  }

  .feature-tit {
    font-size: 25px;
  }

  .feature-txt {
    margin-top: 10px;
    font-size: 17px;
  }

  .feature-pic {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature {
    flex-direction: column;
    gap: 12px;
  }

  .feature-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 28px 0 28px 18px;
    border-radius: 13px;
    box-shadow: 0 0 13px 0 rgba(173, 195, 235, 0.5);
  }

  .feature-wording {
    flex: 1;
    padding-right: 0;
  }

  .feature-tit {
    font-size: 22px;
  }

  .feature-txt {
    font-size: 15px;
  }

  .feature-pic {
    width: 110px;
    padding-bottom: 0;
  }
}

.pays {
  display: flex;
  justify-content: center;
  gap: 15px 10px;
}

.pays-item {
  flex: 0 0 auto;
  width: 116px;
  text-align: center;
}

.pays-item img {
  width: 88px;
}

.pays-item p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

@media only screen and (min-width: 1024px) {
  .pays-item img {
    transition: transform .3s;
  }

  .pays-item p {
    transition: transform .3s;
  }

  .pays-item:hover img {
    transform: scale(1.2);
  }

  .pays-item:hover p {
    transform: translateY(10px);
  }
}

.pays-wrap {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .pays {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pays-wrap {
    display: block;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pays {
    gap: 10px 6px;
  }

  .pays-item {
    width: 78px;
  }

  .pays-item img {
    width: 60px;
  }

  .pays-item p {
    margin-top: 5px;
    font-size: 11px;
  }
}

.tab {
  padding: 30px 50px;
}

.tab-nav {
  display: flex;
  justify-content: center;
  gap: 10px 22px;
}

.tab-btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding: 8px 0 16px;
  color: #333333;
  border-radius: 50px 50px 0 0;
  transition: background-color .3s;
}

.tab-btn img {
  width: 76px;
}

.tab-btn p {
  min-height: 2em;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1;
}

.tab-btn.-active {
  background-color: #EEF4FF;
}

@media only screen and (min-width: 1024px) {
  .tab-btn img {
    transition: transform .3s;
  }

  .tab-btn p {
    transition: transform .3s;
  }

  .tab-btn:not(.-active):hover img {
    transform: scale(1.2);
  }

  .tab-btn:not(.-active):hover p {
    transform: translateY(8px);
  }
}

.tab-br {
  display: none;
}

.tab-content {
  padding: 50px;
  border-radius: 30px;
  background-color: #EEF4FF;
}

@media only screen and (max-width: 1379px) {
  .tab-nav {
    gap: 10px 12px;
  }
}

@media only screen and (max-width: 1279px) {
  .tab {
    padding: 24px 40px;
  }

  .tab-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tab-btn {
    border-radius: 50px;
  }

  .tab-br {
    display: block;
    flex: 0 0 auto;
    width: 100%;
  }

  .tab-content {
    border-radius: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tab {
    padding: 16px 20px;
  }

  .tab-nav {
    margin: 0 -16px 20px;
    gap: 10px 4px;
  }

  .tab-btn {
    width: 66px;
    padding: 5px 0 11px;
  }

  .tab-btn img {
    width: 50px;
  }

  .tab-btn p {
    margin-top: 4px;
    font-size: 11px;
  }

  .tab-content {
    padding: 20px 16px;
  }
}

.event-tit {
  margin-bottom: 50px;
  text-align: center;
}

.event-tit>div {
  font-size: 48px;
  font-weight: 700;
}

.event-tit::after {
  content: '';
  display: inline-block;
  width: 114px;
  height: 14px;
  margin-top: 40px;
  background: url(./../images/other/dots.svg) no-repeat center/contain;
}

.event-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 18px;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .event-tit {
    margin-bottom: 30px;
  }

  .event-tit>div {
    font-size: 32px;
  }

  .event-tit::after {
    width: 83px;
    height: 10px;
    margin-top: 20px;
  }

  .event-content {
    gap: 24px 18px;
  }
}

.nodata {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 40px;
  font-size: 128px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: #C7DBFF;
  text-align: center;
}

.nodata.-active {
  display: block;
}

@media only screen and (max-width: 1279px) {
  .nodata {
    font-size: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .nodata {
    font-size: 64px;
  }
}

.card {
  flex: 0 0 auto;
  display: none;
  flex-direction: column;
  width: 388px;
  padding: 12px;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}

.card.-active {
  display: flex;
}

.card-pic {
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.card-content {
  flex: 1 0 auto;
  margin-top: 12px;
  padding: 0 10px;
}

.card-date {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.card-txt {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.card-btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #FFF;
  border-radius: 22px;
  background-color: #000;
}

.card-btn::after {
  content: '';
  flex: 0 0 auto;
  width: 10px;
  height: 13px;
  background: url(./../images/icon/arrow-btn.svg) no-repeat center/contain;
}

@media only screen and (min-width: 1024px) {
  .card-btn {
    transition: background-color .3s, gap .3s;
  }

  .card-btn:hover {
    gap: 20px;
    background-color: #525252;
  }
}

@media only screen and (max-width: 767px) {
  .card {
    width: 300px;
    padding: 10px;
    border-radius: 24px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }

  .card-pic {
    border-radius: 15px;
  }

  .card-content {
    margin-top: 10px;
    padding: 0 8px;
  }

  .card-date {
    font-size: 14px;
  }

  .card-txt {
    margin-top: 3px;
    font-size: 18px;
  }

  .card-btn {
    gap: 8px;
    margin-top: 10px;
    padding: 7px;
    font-size: 16px;
  }

  .card-btn::after {
    width: 8px;
    height: 10px;
  }
}

.collapse {
  padding: 0 30px;
  border-radius: 10px;
  background-color: #FFF;
}

.collapse .collapse-action {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #2C2C2C;
  text-decoration: none;
}

.collapse .collapse-action::after {
  content: '＋';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-size: 1.2em;
  transition: .3s;
}

.collapse-content {
  display: none;
  padding: 25px 0;
  font-size: 16px;
  color: #2C2C2C;
  border-top: 1px solid #2C2C2C;
}

.collapse.is-open .collapse-action::after {
  content: '－';
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 1023px) {
  .collapse {
    padding: 0 15px;
    border-radius: 10px;
  }

  .collapse .collapse-action {
    padding: 20px 0;
    font-size: 16px;
  }

  .collapse-content {
    padding: 20px 0;
    font-size: 14px;
  }
}

ol {
  font-weight: inherit;
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5625em;
}

ol b {
  font-weight: bold;
}

ol a {
  display: inline;
}

ol table {
  width: 100%;
  margin: 0.25em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

ol table th,
ol table td {
  padding: 0.25em;
  border: 1px solid #000;
}

ol.chinese {
  list-style-type: none;
  padding-left: 2em;
}

ol.chinese>li {
  position: relative;
}

ol.chinese>li::before {
  content: "(" attr(data-num) ")";
  position: absolute;
  top: 0;
  left: -0.3125em;
  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: -0.3125em;
  transform: translateX(-100%);
  min-width: 1.25em;
  text-align: center;
}

ol.cjk {
  list-style-type: none;
  padding-left: 2em;
}

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

.-gText {
  display: inline-block;
}

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