@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}
@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: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Black.otf") format("opentype");
  font-display: swap;
}
body {
  width: 100%;
  height: 100%;
  font-family: "微軟正黑體", "MS UI Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a {
  display: inline-block;
  color: #005bac;
  text-decoration: none;
}
a:hover, a:active, a:visited {
  display: inline-block;
  color: #005bac;
  text-decoration: none;
}
.footer-item a {
  color: #ffffff;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
tr, th, td {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  display: block;
}
.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  color: #231815;
  padding-top: 80px;
  font-size: 12px;
  background-color: #E7F7FF;
}
.section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.mobOnly {
  display: none;
}
/* --------------------------kv --------------------------*/

.kv_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url("../images/bg.png") center top no-repeat;
  background-size: cover;
}
.kv {
  width: 100%;
  max-width: 1400px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.coin {
  width: 5%;
  z-index: 4;
  position: absolute;
  left: 85%;
  top: 45%;
  animation: slideInUp 0.7s ease infinite alternate;
}
.kv_tit {
  width: 38%;
  position: absolute;
  left: 8%;
  top: 20%;
}
.kv .people {
  z-index: 2;
  width: 40%;
  position: absolute;
  top: 12%;
  right: 13%;
}
/* --------------------------event --------------------------*/

.event_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.coupon {
  width: 30%;
  margin: 0 auto;
}
.coupon_b {
  position: absolute;
  width: 22%;
  left: 5%;
  top: 23%;
}
.coupon_coin {
  position: absolute;
  width: 10%;
  left: 73%;
  top: 23%;
}
.event {
  width: 60%;
  margin: 6% auto;
  padding: 4% 2% 2% 2%;
  text-align: center;
  line-height: 1.8;
  color: #231815;
  background-color: #ffffff;
  border: solid 5px #2C2D49;
  border-radius: 20px;
}
.event .tit1, .event .tit2 {
  width: 24%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.s_txt {
  font-size: 16px;
  margin-top: 3%;
  font-weight: bold;
}
.event .date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4%;
}
.event p {
  font-size: 20px;
  margin-bottom: 3%;
}
.event .dis_txtb {
  font-size: 36px;
  font-weight: bold;
  color: #FD521B;
}
.event .txt_blue {
  font-weight: bold;
  color: #5774CD;
}
.event .quota {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  background: #5774CD;
  border-radius: 25px;
  padding: 1% 3%;
}
.clip {
  width: 40%;
  position: absolute;
  left: 29%;
  top: -3.5%;
}
/* --------------------------promotion_ --------------------------*/

.promotion_container {
  padding: 2% 0% 0% 0%;
  width: 100%;
  margin: 0 auto;
  background-color: #E7F7FF;
  position: relative;
}
.card {
  width: 45%;
  margin: 5% auto 2%;
}
.card2 {
  display: none;
}

.new-group {
  /* display: flex; */
  /* gap: 60px; */
  padding: 0 20%;
}
.discount {
  position: relative;
}
.tit_discount {
  width: 25%;
  margin: 2% auto 5% auto;
}
/* --------------------------howToUse --------------------------*/

.howToUse_container {
  width: 100%;
  margin: 0 auto;
  background: #FFFCFA url("../images/gride.png") center top repeat;
  background-size: 100% auto;
}
.howToUse_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 1%;
  /* background: url("../images/wave_b.svg") center bottom no-repeat; */
  background-size: 100% auto;
}
.howToUse {
  max-width: 1060px;
  margin: auto;
  padding: 3%;
  position: relative;
}
.howToUse-content {
  margin-bottom: 5%;
}
.tit_section {
  width: 52%;
  margin: 0% auto 5%;
}
.tit_section img {
  width: 100%;
}
.coin1 {
  width: 5%;
  position: absolute;
  bottom: 82%;
  left: -3%;
  animation: pulse 0.7s ease infinite alternate;
}
.coin2 {
  width: 3%;
  position: absolute;
  bottom: 67%;
  right: -3%;
  animation: pulse 0.7s ease infinite alternate;
  z-index: 10;
}
/* --------------------------action --------------------------*/

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0;
}
.new-action {
  display: flex;
  /* 使用彈性佈局讓按鈕橫排 */
  justify-content: center;
  /* 水平置中，確保與上方卡片對齊 */
  margin: 0 auto;
  gap: 12px;
  /* 設定兩個按鈕中間的間距，可依需求調整數字 */
  width: 38%;
  /* 確保容器寬度撐滿以便置中 */
}
.action-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
  max-width: 37%;
}
.action-item a {
  display: block;
}
.action-item+.action-item {
  margin-left: 25px;
}
.btn {
  position: relative;
  display: block;
  border-radius: 45px;
  cursor: pointer;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.btn img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  background-color: #000000;
}
/* .btn.blue::after {
  background-color: #005bab;
} */

.btn:hover img {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.btnn {
  position: relative;
  display: block;
  border-radius: 45px;
  cursor: pointer;
}
.btnn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.btnn img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btnn::after {
  background-color: #000000;
}
/* .btn.blue::after {
  background-color: #005bab;
} */

.btnn:hover img {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
/*notice標題收合 --------------------------*/

.notice_container {
  width: 100%;
  margin: 0 auto;
  background-color: #E7F7FF;
}
.notice {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  padding: 5% 5%;
  color: #231815;
  background-color: #E7F7FF;
}
.notice_tit {
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  width: 325px;
  padding: 10px 20px 10px;
  border-radius: 50px;
  background-color: #FFA164;
}
.notice_tit .arrow_tit {
  display: inline-block;
  width: 54%;
  margin: 0% 3%;
}
.notice_tit .arrow {
  display: inline-block;
  width: 8%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.notice_tit .arrow.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /*動作 */
}
.notice_all {
  padding: 5% 2% 2%;
  display: none;
  /*先隱藏 */
}
.notice_all a {
  color: #ffdf00;
  font-weight: bold;
  text-decoration: underline;
}
.notice_all ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: cjk-ideographic;
}
.notice_all ul>li>ol {
  list-style-type: disc;
  padding-left: 18px;
}
.notice_all ul>li>ol>li>ul {
  list-style-type: disc;
  padding-left: 22px;
}
.notice_all ul>li>ol>li>ol {
  list-style-type: none;
  padding-left: 18px;
}
.notice_all ul>li>ol>li>ol>li {
  position: relative;
  counter-increment: section;
}
.notice_all ul>li>ol>li>ol>li::before {
  content: "(" counter(section, decimal) ")";
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.notice_all ul>li>ol>li>ol>li>ul {
  list-style-type: circle;
}
@media screen and (max-width: 1400px) {
  .kv {
    width: 100%;
    height: 0;
    padding-bottom: 39%;
    background: url(../images/kv_bg-1400.png) center top no-repeat;
    background-size: 100% auto;
  }
  .wave_bg {
    top: 90%;
  }
  /* event */
  .clip {
    width: 42%;
    left: 29%;
    top: -3%;
  }
  .event {
    width: 80%;
  }
  .event .tit1, .event .tit2 {
    width: 25%;
  }
  /* howToUse */
  .howToUse {
    padding: 6% 5%;
    margin-top: 4%;
  }
  .girl {
    width: 25%;
    bottom: -7%;
    left: -9%;
  }
  .boy {
    width: 37%;
    bottom: -7%;
    right: -3%;
  }
  .tit_discount {
    width: 35%;
  }
  .coin2 {
    right: 5%;
  }
  .coin1 {
    bottom: 57%;
    left: 0%;
  }

  .kv .people {
    width: 40%;
    top: 20%;
    left: 48%;
  }
  .kv_tit {
    left: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .coin1 {
    display: none;
  }
  .coin2 {
    display: none;
  }

  .card {
    width: 64%;
  }
  .new-action {
    width: 55%;
  }
}
@media screen and (max-width:1114px) {
  .new-group {
    padding: 0 20%;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 76px;
  }

  /* event */
  .event .fifty {
    width: 40%;
    top: 60%;
    left: 60%;
  }
  /* notice */
  .noti1ce {
    padding: 12% 6% 8%;
  }
}
@media screen and (max-width: 960px) {
  .webOnly {
    display: none;
  }

  .kv_container {
    background-size: cover;
  }
  .event {
    margin: 9% auto;
  }
  .kv {
    width: 100%;
    height: 0;
    padding-bottom: 102.4375%;
    background: #FAF6EB url("../images/kv_bg_m.png") center top no-repeat;
    background-size: 100% auto;
  }
  .kv_tit {
    width: 63%;
    position: absolute;
    left: 18%;
    top: 11%;
  }
  .coin {
    width: 7%;
    z-index: 4;
    position: absolute;
    left: 79%;
    top: 65%;
  }
  .kv .people {
    z-index: 2;
    width: 64%;
    position: absolute;
    top: 51%;
    left: 17%;
  }
  /* event */
  .clip {
    width: 60%;
    left: 21%;
    top: -3%;
  }
  .event {
    width: 90%;
    border-radius: 1%;
    padding: 6% 13%;
  }
  .event .tit1, .event .tit2, .event .date {
    margin-bottom: 5%;
  }
  .event .tit1, .event .tit2 {
    width: 37%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
  .event .dis_txt {
    width: 90%;
    padding-bottom: 45%;
  }
  .coupon {
    width: 70%;
  }
  .coupon_b {
    display: none;
  }
  .coupon_coin {
    display: none;
  }
  .tit_discount {
    width: 45%;
    margin: 10% auto;
  }
  /* howToUse */
  .tit_section {
    width: 60%;
    margin: 10% auto;
  }
  /* action */
  .action {
    padding: 0 0 10%;
  }
  .mobOnly {
    display: block;
  }
  .new-action {
    width: 64%;
  }
  .notice {
    padding: 13% 0% 5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .new-group {
    flex-direction: column;
  }
  .main {
    padding-top: 58px;
  }

  .kv {
    width: 100%;
    height: 0;
    padding-bottom: 126.4375%;
    background: #FAF6EB url("../images/kv_bg_m.png") center top no-repeat;
    background-size: 100% auto;
  }
  /* event */
  .event {
    padding: 3% 13%;
  }
  .event .tit1, .event .tit2 {
    width: 51%;
    margin-bottom: 8%;
    margin-top: 8%;
  }
  .event .date {
    margin-bottom: 5%;
  }
  .event .fifty {
    width: 80%;
    top: -50%;
    left: 10%;
  }
  .coupon {
    width: 84%;
  }
  /* promotion */
  .card {
    width: 250px;
    display: none;
  }
  .card2 {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  /* howToUse */
  .howToUse {
    padding: 5% 5%;
  }
  .tit_section {
    width: 80%;
  }
  .tit_discount {
    width: 58%;
  }
  /* action */
  .action {
    display: block;
    padding: 0 0 10%;
  }
  .action-item {
    max-width: 300px;
    margin: auto;
  }
  .action-item+.action-item {
    margin-top: 30px;
    margin-left: auto;
  }
  /* notice */
  .notice {
    padding: 15% 5% 12%;
  }
  .notice_tit .arrow_tit {
    padding: 1% 0;
  }
  .notice_all ul {
    font-size: 14px;
    padding-left: 28px;
  }
  .kv .people {
    top: 48%;
    left: 37px;
    width: 87%;
  }
  .kv_tit {
    width: 70%;
    left: 16%;
  }
  .new-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 35px auto 40px;
    gap: 20px;
    width: 50%;
  }
  .clip {
    width: 60%;
    left: 21%;
    top: -2%;
  }
}
@media screen and (max-width: 650px) {
  .kv .people {
    top: 46%;
    left: 37px;
    width: 87%;
  }
}
@media screen and (max-width: 480px) {
  .new-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 35px auto 40px;
    gap: 20px;
    width: 64%;
  }
  .card {
    width: 225px;
  }
  /* event */
  .event {
    padding: 3% 6%;
  }
  .event_container {
    padding: 4% 0%;
  }
  .clip {
    width: 73%;
    left: 13%;
    top: 6%;
  }
  .event {
    border: solid 2px #2C2D49;
  }
  .coupon {
    width: 89%;
  }
  .event .tit1, .event .tit2 {
    margin-bottom: 5%;
    margin-top: 10%;
    width: 70%;
  }
  .event p {
    font-size: 18px;
  }
  .event .quota {
    font-size: 3.8vw;
    margin-top: 2%;
  }
  .tit_discount {
    width: 75%;
    margin: 12% auto;
  }
  /* promotion */
  .new-group {
    flex-direction: column;
    display: flex;
    gap: 50px;
    padding: 0% 5%;
  }
  /* action */
  .action-item {
    max-width: 80%;
    margin: 0 auto;
  }
  .action-item+.action-item {
    margin-top: 30px;
    margin-left: auto;
  }
  .btn::after {
    display: none;
  }
  .btnn::after {
    display: none;
  }
  .btn:hover img {
    -webkit-transform: none;
    transform: none;
  }
  /* notice */
  .notice_tit .arrow_tit {
    width: 120px;
  }
  .notice_tit .arrow {
    width: 20px;
  }
  .notice_tit {
    width: 285px;
  }
  .kv .people {
    top: 48%;
    left: 30px;
    width: 83%;
  }
  .coin {
    left: 85%;
  }
}
/* 沿用的css-------------- */

/* 手機門號轉帳css */

/* 手機門號轉帳noticeBox */

.noticeBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  margin: auto;
  margin-top: 44px;
  padding: 20px 52px;
  border-radius: 10px;
  border: 2px solid #9CDDFF;
  background-color: #fff;
}
.noticeBox-title {
  text-align: center;
  margin-bottom: 20px;
}
.noticeBox-item {
  color: #FF4646;
}
.noticeBox .checkList>li+li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .noticeBox {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
  }
  .noticeBox-title {
    margin-bottom: 12px;
  }
  .noticeBox .checkList>li+li {
    margin-top: 4px;
  }
}
/* 手機門號轉帳step */

.step {
  max-width: 750px;
  margin: auto;
  margin-top: 30px;
  padding: 40px 20px;
}
.step-title {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.step-pic {
  position: relative;
  margin-bottom: 32px;
  padding-top: 20px;
  text-align: center;
}
.step-pic img+img {
  margin-left: 50px;
}
.step-note {
  position: absolute;
  top: -26px;
  left: 53%;
  -webkit-transform: translateX(19px);
  transform: translateX(19px);
  width: 240px;
  text-align: center;
  line-height: 1.2;
  color: #FD521B;
}
.step-text {
  font-size: 18px;
  color: #231815;
  text-align: center;
}
.step-text .note {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
}
.step-text ul {
  text-align: left;
  padding-left: 32px;
}
.step-text ul li {
  position: relative;
  counter-increment: section;
}
.step-text ul li::before {
  content: "(" counter(section, cjk-ideographic) ")";
  position: absolute;
  top: 0;
  left: -5px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.owl-carousel .owl-item .step-pic img {
  display: inline-block;
  width: 40%;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-prev.disabled {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .step {
    margin-top: 0;
    padding: 33px 0;
  }
  .step-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .step-text {
    font-size: 16px;
    line-height: 23px;
  }
  .step-text .note {
    margin-top: 10px;
    font-size: 12px;
  }
  .step-note {
    top: -15px;
    font-size: 13px;
    width: 155px;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  .owl-carousel .owl-item .step-pic img {
    display: inline-block;
    width: 155px;
  }
  .owl-carousel .owl-item .step-pic img+img {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 550px) {
  .step-text .note {
    text-align: left;
  }
  .step-text .desktopOnly {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav {
    top: 28px;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .owl-prev {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .owl-prev img {
    width: 40px;
  }
}
.owl-next {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-dot+.owl-dot {
  margin-left: 12px;
}
.owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #24A3D2;
  background-color: #fff;
}
.owl-dot.active span {
  background-color: #24A3D2;
}
.arrowBtn.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* 1. 外層容器：形成橘色膠囊長條 */
.tab-nav {
  display: flex;
  background-color: #9CDDFF;
  /* 橘色背景 */
  border-radius: 50px;
  /* 高度一半以上即可形成圓角 */
  padding: 6px;
  /* 內縮間距，讓選取塊不會貼邊 */
  border: 2px solid #000;
  /* 根據圖片，外圈有黑色細線 */
  width: fit-content;
  margin: 20px auto;
  /* 居中顯示 */
}
.tab-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 40px;
  /* 內部也要圓角 */
  text-decoration: none;
  color: #333;
  /* 未選中時的文字顏色 */
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease;
  /* 平滑切換動畫 */
}
.tab-action:hover {
  color: #262626;
}
/* .tab-action.active {
  color: #262626;
  background-color: #FAD330;
} */

.tab-action.active {
  background-color: #FFFFFF;
  /* 白色背景 */
  color: #333;
  /* 選中時文字顏色 */
  border: 2px solid #000;
  /* 圖片中白色區塊有黑框 */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  /* 增加一點點立體感 */
}
.tab-action span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.tab-action:hover span {
  transform: scale(1.1);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.warning {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  font-size: 22px;
  font-weight: bold;
  color: #FF4646;
}
.warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 7.5px 0;
  background-image: url(../images/icon/warning.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.note {
  font-size: 16px;
  color: #4D4D4D;
}
.note a {
  color: #214dda;
}
.note a:hover {
  color: #214dda;
}
.checkList {
  margin: 0;
  padding: 0;
}
.checkList>li {
  position: relative;
  padding-left: 33px;
  font-size: 18px;
  list-style: none;
}
.checkList>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 7.5px 0;
  background-image: url(../images/icon/check-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkList>li .note {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .owl-next {
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .owl-next img {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-dot+.owl-dot {
    margin-left: 8px;
  }
  .owl-dot span {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .warning {
    font-size: 18px;
    padding-left: 27px;
  }
  .warning::before {
    width: 16px;
    height: 16px;
    margin: 5.5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .checkList>li {
    font-size: 16px;
    padding-left: 27px;
    line-height: 23px;
  }
  .checkList>li::before {
    width: 16px;
    height: 16px;
    margin: 5.5px 0;
  }
  .checkList>li .note {
    margin-top: 12px;
  }
}
/* 手機門號轉帳css end */

/* 針對手機版 (螢幕寬度小於 767px) 進行調整 */

@media screen and (max-width: 767px) {
  /* 1. 調整橘色外框容器的寬度 */
  .howToUse-content .tab-nav {
    width: 320px !important;
    /* 您可以根據需求調整數值，例如 300px ~ 340px */
    max-width: 90%;
    /* 確保在極小螢幕上不會超出畫面 */
    margin: 0 auto;
    /* 置中 */
    height: auto !important;
    /* 讓高度自動適應內容 */
    display: flex !important;
  }
  /* 2. 調整按鈕選項，讓兩邊平分寬度 */
  .howToUse-content .tab-action {
    flex: 1;
    padding: 12px 5px !important;
    /* 增加上下間距，讓按鈕看起來大方一點 */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 3. 強制文字不換行 (讓「我要收款」變回橫向一行) */
  .howToUse-content .tab-action span {
    white-space: nowrap !important;
    font-size: 18px !important;
    /* 視情況調整字體大小 */
    display: block;
  }
  /* 4. 如果白色選中區塊（Active）太短，也要調整它的寬度 */
  .howToUse-content .tab-action.active {
    /* 這裡通常 main.css 會控制 active 的背景，若寬度不足請調整 */
    border-radius: 50px !important;
    /* 保持圓角 */
  }
}