/* * {
    outline: 1px solid black;
} */

* {
  font-family: Arial, "Segoe UI", sans-serif !important;
}

body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, "Segoe UI", sans-serif;
}


h1 {
  font-size: 36px;
  ;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  ;
  font-weight: bolder;
}

h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 5px
}


/* start header */
#header {
  background: #fff;
}

.new-logout,
.new-apply {
  float: right;
  padding: 0px !important;
}


/* end header */

#sec01 {
  position: relative;
  z-index: auto;
  height: auto;
  background: transparent;
}

#sec02 {
  position: relative;
  background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec02_bg.jpg);
  background-repeat: repeat;
  padding: 128px 20px 100px;
  z-index: 5;
  margin-top: -240px;
}

#sec03 {
  background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec03_bg.jpg);
  background-repeat: repeat;
  padding: 20px 20px 100px 20px;
}

#sec05 {
  background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec05_bg.jpg);
  background-repeat: repeat;
  padding: 20px 20px 100px 20px;
}

#sec06 {
  background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/sec03_bg.jpg);
  background-repeat: repeat;
  padding: 20px 20px 100px 20px;
}

/*Tina css start*/
#main-content {
  width: 100%;
  opacity: 1;
  z-index: 0;
  position: relative;
}

/* --- Loading Screen CSS --- */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#boarding-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
}

#animation-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#boarding-gate,
#new-upgrade,
#notice-board,
#tigercard {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#boarding-gate {
  opacity: 1;
}

#new-upgrade {
  opacity: 0;
  z-index: 3;
}

#notice-board {
  opacity: 0;
  z-index: 3;
}

#tigercard {
  opacity: 0;
  z-index: 4;
}

/* Loading 動畫 Keyframes */
@keyframes quick-breathe {

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

  50% {
    transform: scale(1.02);
    opacity: 0.85;
  }
}

@keyframes slide-down-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoom-fade-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

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

.visible {
  opacity: 1;
}

.breathe {
  animation: quick-breathe 0.5s ease-in-out infinite alternate;
}

.slide-down {
  animation: slide-down-in 0.3s ease-out forwards;
}

.fade-in {
  animation: fade-in 0.5s ease-out forwards;
}

.zoom-fade {
  animation: zoom-fade-out 1s ease-out forwards;
}



/* =========================================
           2. 樂虎卡 Campaign 樣式整合
   ========================================= */

.campaign-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: visible;
}

.asset {
  position: absolute;
  max-width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform, opacity;
}

/* --- 素材定位 --- */
#guidance_sign {
  top: 0;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  opacity: 1;
}

#window {
  top: 88px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  opacity: 1;
}

.decoration {
  opacity: 1 !important;
  z-index: 25;
  width: 13%;
  animation: flyFloat 2.5s infinite ease-in-out;
}

#fish_cake {
  top: 50px;
  left: 6%;
}

#bird {
  top: -23px;
  right: 12%;
}

#sushi {
  top: 184px;
  left: -2%;
}

#lighthouse {
  top: 80px;
  right: -1%;
}

#lion {
  top: 554px;
  left: 4%;
}

#temple {
  top: 470px;
  right: 13%;
}

@media screen and (max-width: 1499px) {

  #bird,
  #go,
  #sushi,
  #lighthouse,
  #lion,
  #lion,
  #temple,
  #fish_cake {
    display: none;
  }

  .apply_btn img {
    width: 144px;
  }

  .tiger_i1 {
    left: -12% !important;
    width: 20% !important;
  }
}

@media screen and (max-width: 1199px) {
  .tiger_i1 {
    display: none;
  }
}

/* 老虎、卡片、燈牌的統一堆疊與置中 */
#tiger,
#tigercard2-container,
#light-container1,
#light-container2,
#light-container3 {
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 619px;
  height: auto;
  will-change: transform, opacity;
}

#tiger {
  z-index: 10;
}

#tigercard2-container,
#light-container1,
#light-container2,
#light-container3 {
  z-index: 15;
  opacity: 0;
}

.hand-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Ticket 區域 */
.ticket-section {
  position: relative;
  width: 100%;
  margin-top: -240px;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
}

.ticket-bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  min-width: 1920px;
  display: block;
}

.ticket-content-layer {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  width: 950px;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  z-index: 20;
}

.text-group {
  text-align: left;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  color: #333;
  width: 950px;
  margin: 0 auto;
}

.text-group h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-group ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}

.small-note {
  font-size: 16px;
  color: #8a2a2a;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  width: 950px;
  margin: 0 auto;
  font-weight: 600;
}

.block-box1 {
  transform: translateY(30px);
  transition: all 0.8s ease-out;
  opacity: 0;
}


/* Campaign 動畫 Keyframes */
@keyframes slideDownCentered {
  from {
    transform: translate(-50%, -100%);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpCentered {
  from {
    transform: translate(-50%, 50px);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpNormal {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rockCCW {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-1deg);
  }
}

@keyframes sequence-breath {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.02);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.02);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }

}

@keyframes flyFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Campaign 動畫 Classes */
.anim-sign {
  animation: slideDownCentered 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

.anim-centered-fade {
  animation: fadeInUpCentered 0.5s ease-out forwards;
}

.anim-ticket-fade {
  animation: fadeInUpNormal 1s ease-out forwards;
  animation-delay: 0.2s;
}

.hand-item-card-anim {
  animation: rockCCW 0.7s ease-in-out infinite;
  transform-origin: bottom center;
}

.hand-item-light-anim {
  animation: sequence-breath 4.5s ease-in-out infinite;
  transform-origin: center center;
}

#JK-img.hand-item-light-anim {
  animation-delay: 0s;
}

#Tigerair-img.hand-item-light-anim {
  animation-delay: 1.5s;
}

#Linepay-img.hand-item-light-anim {
  animation-delay: 3s;
}

.scrolled-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@keyframes jump-twice-pause {

  0% {
    transform: translateY(0);
  }

  6% {
    transform: translateY(-10px);
  }

  12% {
    transform: translateY(0);
  }

  18% {
    transform: translateY(-7px);
  }

  24% {
    transform: translateY(0);
  }

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

.apply_btn {
  position: fixed;
  top: 70%;
  right: 0%;
  z-index: 1;
  animation: jump-twice-pause 4.6s ease-in-out infinite;
}

/*Tina css end*/






.tiger_i1 {
  position: absolute;
  left: -30%;
  bottom: -100px;
  width: 28%;

}

.tiger_i1 img {
  width: 80%;
}


.exclusive_offers {
  width: 950px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 20px;
  list-style: none;
  margin: 40px auto;
  display: flex;
  box-sizing: border-box;
}

.store_logo {
  width: 40%;
  text-align: center
}

.store_logo img {
  margin: 20px 0px
}

.store_logo h1 {
  font-size: 30px;
  font-weight: 800;
  color: #d8521d;
}

.store_logo p {
  font-size: 20px;
  font-weight: 600;
  color: #d8521d;
}

.store_info {
  width: 60%;
  padding-left: 50px;
}

.store_info p {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0px;
}

.store_info li {
  font-size: 18px;
  list-style: none;
  color: 000;
  padding: 3px;
}

.taroko_c {
  margin: 20px 0px 5px 0px !important;
  padding: 5px 10px;
  color: #fff;
  background-color: #d8521d;
  width: 85%;
}

.taroko {
  font-weight: bold;
}

.note_info li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.3;
}


.shopping {
  font-size: 30px;
  color: #fff;
}

.info_btn {
  color: #fff;
  font-size: 14px;
  line-height: 2.7;
  background-image: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/coupon_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

.info_btn:hover {
  background-image: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/coupon_btn_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

.coupon_btn {
  color: #fff;
  font-size: 14px;
  line-height: 4.5;
}

.coupon {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.coupon li p {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

.coupon li {
  text-align: center;
  width: 210px;
  height: 285px;
  transform: translate(0%, 0%);
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(#fff 85%, black 20%);
  transform-origin: 50% 50%;
  margin: 10px;
  list-style: none;

  &:before,
  &:after {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background: #d8521f;
    border-radius: 100px;
    top: 85%;
  }

  &:before {
    left: 0;
    transform: translate(-50%, -30%);
  }

  &:after {
    right: 0;
    transform: translate(50%, -30%);
  }
}

.coupon__tearaway {
  display: block;
  position: absolute;
  width: 97%;
  height: 84%;
  right: 0;
  top: 0;
  border-bottom: 5px dotted #fcfcfa;
}


.coupon a {
  text-decoration: none;
}

.coupon a:hover {
  opacity: .7;
}




/**JCB Coupon**/
.jcb_coupon a {
  text-decoration: none;
}

.jcb_coupon {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.jcb_coupont {
  color: #000;
  font-size: 16px;
  padding: 20px 10px 0px 10px;
  overflow: hidden;
  white-space: normal;
  height: 70px;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.discount {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}


.jcb_discountr {
  background-image: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/coupon_r.jpg);
  background-repeat: repeat;
  color: #fff;
  height: 90px;
}

.jcb_discounty {
  background-image: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/coupon_y.jpg);
  background-repeat: repeat;
  color: #fff;
  height: 90px;
}

.jcb_card {
  text-align: center;
  width: 210px;
  height: 275px;
  transform: translate(0%, 0%);
  border-radius: 10px;
  background: linear-gradient(#000 15%, #fff 0%);
  transform-origin: 50% 50%;
  margin: 10px;
  list-style: none;





  &:before,
  &:after {
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ffeedc;
    border-radius: 100px;
    top: 46%;
  }



  &:before {
    left: 0;
    transform: translate(-50%, -30%);
  }

  &:after {
    right: 0;
    transform: translate(50%, -30%);
  }
}

.jcb_coupon__tearaway {
  display: block;
  position: absolute;
  width: 97%;
  height: 46%;
  right: 0;
  top: 0;
  border-bottom: 5px dotted #ffeedc;
}


.jcb_coupon a {
  text-decoration: none;
}


/**JCB Coupon**/



/**Table**/
.panda_dicount table {
  border-collapse: collapse;
  width: 100%;
}

.panda_dicount th,
td {
  padding: 15px 10px;
  font-size: 20px;
}

.panda_dicount th {
  background-color: rgb(195 47 0);
  color: rgb(255, 255, 255);
  text-align: center;
}

.panda_dicount td {
  background-color: rgb(255, 255, 255);
  text-align: center;
}

/**Table**/



/**3台灣虎航專屬優惠**/

.jpevent_special {
  font-size: 2em;
  font-weight: bold;
  color: #de6927;
  line-height: 1.5;
  font-family: sans-serif;
}

.t_icon {
  clear: both;
  text-align: center;
}

.tag2 {
  background-color: #ff8400;
  color: #fff;
  position: absolute;
  margin: -1.5% 2%;
  padding: 3px
}

.tiger_item h2 {
  font-size: 20px;
  line-height: 3;
}

.tiger_item h3 {
  font-size: 23px;
  line-height: 1.8;
  border-bottom: solid 2px #000000;
}

.tiger_item {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: stretch;
}

.tiger_item li {
  width: 100%;
  padding: 10px;
  list-style: none;
  background-color: #fff;
  margin: 0.5%;
  border-radius: 15px;
}

.tiger_item li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  margin-top: 20px;
}

.tiger_item img {
  margin: 0 auto;
}

.tiger_item li a {
  text-decoration: none;
}

.tiger_item li :hover {
  text-decoration: none;
}

.tigerair_btny {
  width: 135px;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: "Microsoft JhengHei";
  font-weight: bold;
  margin: 2% auto;
  border: 2px solid #000;
  border-radius: 3em;
  letter-spacing: 0px;
  background: #000;
  box-sizing: border-box;
  font-size: 1.15rem;
  transition: background-color .2s ease-out;
}

.tigerair_btny a {
  color: #fff;
}

.tigerair_btny:hover,
.tigerair_btny:active {
  text-decoration: none;
  background: #ba1b00;
  border: 2px solid #ba1b00;
  color: #fff;
}

.i_rebate {
  background-image: url(https://image.card.tw.r10s.com/images/common/rebate.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  text-align: left;
  margin: 8px 0;
}

.i_rpoint {
  background-image: url(https://image.card.tw.r10s.com/images/common/rpoint.svg);
  background-position: left top;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  text-align: left;
  margin: 8px 0;
}

.i_tigerpoints {
  background-image: url(https://image.card.tw.r10s.com/images/common/tigerpoints.svg);
  background-position: left top;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  text-align: left;
  margin: 8px 0;
}

.i_discount {
  background-image: url(https://image.card.tw.r10s.com/images/common/discount.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  text-align: left;
  margin: 8px 0;
  clear: both;
}

.i_star {
  background-image: url(https://image.card.tw.r10s.com/images/common/star.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  text-align: left;
  margin: 8px 0;
}


/**3台灣虎航專屬優惠**/



.dicount {
  font-size: 40px;
  font-family: Arial Black, sans-serif;
  font-weight: bold;
  color: #c32f00;
  line-height: 35px;
}

.dicountk {
  font-size: 45px;
  font-family: Arial Black, sans-serif;
  font-weight: bold;
  line-height: 35px;
}

.link {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  font-size: 18px;
}

.bg-red {
  background-color: #e60012;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 10px;
}

.step3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0px;

  .abox {
    flex: 1;
    background-color: #F9B9B7;
    padding: 20px;
    border-radius: 20px;

  }
}



.title {
  background-image: url(https://image.card.tw.r10s.com/images/common/landing/ad16/title_bg.png);
  background-repeat: no-repeat;
  padding: 10px;
  font-size: 35px;
  font-weight: 900;
  color: #d8531f;
  text-align: center;
  background-position: center;
  margin: 50px;
  line-height: 70px;
}

small {
  font-size: 14px
}



.contents-inner {
  width: 1024px;
  margin: 0px auto;
  padding: 50px 0px;
}









.discount {
  font-size: 45px;
  font-weight: bold;
  line-height: 2;
}

.big {
  font-size: xx-large;
}

.small {
  font-size: x-small;
}

.red {
  color: #d92001;
}


.more_btn:hover {
  color: #b8b8b8;
  transition-duration: 0.5s;
  background: url(https://image.card.tw.r10s.com/images/common/landing/ad11/more.png) right center no-repeat;
  background-size: auto;
  transform: translateX(10px);
}


.domestic_restaurants {
  display: flex;
  flex-flow: row nowrap;
  margin: 20px auto;
  justify-content: center;
}

.domestic_restaurants li {
  list-style: none;
  margin: 1%;
  text-align: center;
}

.domestic_restaurants li a {
  text-decoration: none;
}

.domestic_restaurants li:hover {
  text-decoration: none;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.2s ease;
}


/**POP**/
.modal-content {
  border-radius: 30px !important;
  padding: 1%;
}

.modal-info {
  padding: 5%;
}


.modal-info h1 {
  color: #F44336;
  border-bottom: 2px solid;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
}



.modal-info h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 3;
}

.style-disc {
  margin-left: 40px;
  padding: 16px 0
}

.style-disc li {
  list-style: disc;
  width: 100%;
  text-align: left;
  font-size: 16px;
  display: list-item;
  padding: 5px;
}

.style-cir {
  margin-left: 40px;
  padding: 16px 0
}

.style-cir li {
  list-style: circle;
  width: 100%;
  text-align: left;
  font-size: 16px;
  display: list-item;
  padding: 5px;
}

.table-style {
  border: 2px solid #000;
}

.table-style th {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px;
  background-color: #ddd;
}

.table-style span {
  font-size: 12px;
}

.table-style td {
  font-size: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.modal-info p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 16px;
  box-sizing: border-box;
}


.qualifications {
  margin-left: 40px;
  padding: 16px 16px 16px 0;
}

.qualifications li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  list-style: decimal;
  display: list-item;
  padding: 5px;
}


.qualifications_number li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  list-style: decimal;
  display: list-item;
  padding: 5px;
}



.info_star {
  margin-left: 40px;
  padding: 16px 16px 16px 0;
}

.info_star li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  list-style: "★";
  display: list-item;
  padding: 5px;
  font-weight: bold;
  
}



.footer {
  padding: 20px 10px;
  color: #333;
  text-align: center;
  background-color: #fff;
}

.footer .text-title {
  font-size: 1.5rem;
  line-height: 2;
}

.footer p {
  font-size: .9rem;
}








@keyframes tpointr_i {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(20px);
  }
}

.tpointr_i {
  display: inline-block;
  left: 92%;
  position: absolute;
  z-index: 1;
  animation: tpointr_i 5s infinite;
  animation-direction: alternate;
}

@keyframes tpointl_i {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(20px);
  }
}


.tpointl_i {
  left: -10%;
  position: absolute;
  z-index: 1;
  animation: tpointl_i 5s infinite;
  animation-direction: alternate;
}

.btn-gradient {
  -webkit-animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;

  padding: 10px;
  text-align: center;
  margin: 10px auto;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.btn-gradient a {
  text-align: center;
  width: 40%;
  padding: 25px 10px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  align-items: center;
  align-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  background: linear-gradient(to right, rgb(187 69 0) 0%, rgb(195 47 0) 100%);
  border: 3px solid #000;
  border-radius: 100px;
  box-shadow: 5px 5px #000;
  text-decoration: none;
}

.btn-gradient a span {
  flex: auto;
  font-size: 25px;
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-weight: 800 !important;
}

.btn-gradient a span.icon {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: relative;
  padding-right: 80px;
}

.btn-gradient a span.icon::after {
  content: "";
  position: absolute;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 45px;
  height: 45px;
  top: calc(50% - 22.5px);
  right: 10px;
  background: url(https://stg.image.card.tw.r10s.com/images/common/landing/ad04/icon_arr.png) center center no-repeat;
  background-size: cover;
}

.btn-gradient a:hover {
  color: #fff;
}


.btn-gradient a:hover .icon {
  padding-right: 35px;
}

.btn-gradient a:hover .icon::after {
  right: 15px;
}