@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: #99DDFF;
}

.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: 558px;
  margin: 0 auto;
  position: relative;
}
.coin{
  width: 8%;
  z-index: 4;
  position: absolute;
  left: 67%;
  top: 26%;
   animation: slideInUp 0.7s ease infinite alternate;
}
.sharp{
   width: 7.6%;
  z-index: 5;
  position: absolute;
  left: 66.8%;
  top: 49.4%;
}
.wave_bg{
  z-index: 10;
  position: absolute;
  top: 81%;
}
.kv_tit{
  width: 38%;
  position: absolute;
  left: 8%;
  top: 20%;}

.kv .people {
  width: 100%;
  height: 0;
  padding-bottom: 39%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.kv .phone{
  z-index: 2;
   width: 17%;
  position: absolute;
  top: 21%;
  right: 21%;
}
.kv .boy01 {
  width: 18%;
  position: absolute;
  top: 22%;
  left: 48.4%;
  animation: rotateInUpRight  0.7s ease infinite alternate;
}
.kv .girl01 {
  z-index: 6;
  width: 14%;
  position: absolute;
  top: 52%;
  left: 55%;
}
.kv .boy02 {
  z-index: 7;
  width: 19%;
  position: absolute;
  top: 49%;
  left: 65%;
}
.kv .girl02 {
  width: 13%;
  position: absolute;
  top: 42%;
  left: 77%;
  animation: rotateInUpLeft  0.7s ease infinite alternate;
}

.wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* --------------------------event --------------------------*/
.event_container {
  padding: 4% 0% 0% 0%;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.coupon{
  width:30%;
  margin: 0 auto;
}
.coupon_girl{
  position: absolute;
  width: 15%;
  left: 19%;
  top: 24%;
}
.coupon_boy{
  position: absolute;
    width: 14%;
    left: 66%;
    top: 14%;
}
.event {
  width: 70%;
  margin: 4% auto;
  padding: 2% 2%;
  text-align: center;
  line-height: 1.8;
  color: #231815;
  background-color: #ffffff;
  border: solid 5px #73C2E9;
  border-radius: 20px;
}
.event .tit1, .event .tit2 {
  width: 20%;
  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: 12%;
  position: absolute;
  left: 44%;
  top:6%;
}

/* --------------------------promotion_ --------------------------*/
.promotion_container{
  padding: 2% 0% 0% 0%;
  width: 100%;
  margin: 0 auto;
  background-color: #99DDFF;
}
.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.card{
  width:260px;
  margin: 0 auto;
}
.block-note{
  text-align: center;
  font-size: 14px;
  margin-top: 3%;
  font-weight: bold;
}

.new-group {
    display: flex;
    gap: 60px;
}
.discount{
  position: relative;
}
.tit_discount{
  width: 25%;
  margin: 2% auto 5% auto;
}
.remind{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3%;
  background-color: #3FB8F4;
  color: #ffffff;
  width:35%;
  margin: 2% auto;
}

/* --------------------------howToUse --------------------------*/
.howToUse_container {
  width: 100%;
  margin: 0 auto;
  background: #ECF9FF url("../images/gride.png") center top repeat;
  background-size: 100% auto;
}
.howToUse_container::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  background: url("../images/wave_c.svg") center top no-repeat;
  background-size: 100% auto;
}
.howToUse_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  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%;
}
.coin_girl {
    width: 17%;
    position: absolute;
    bottom: 59%;
    left: -3%;
    animation: pulse  0.7s ease infinite alternate;
}
.transfer_girl {
    width: 22%;
    position: absolute;
    bottom: -5%;
    right: -16%;
    animation: pulse  0.7s ease infinite alternate;
}

/* --------------------------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;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
}
.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: 45px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.btn img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn.orange::after {
  background-color: #c4492e;
}
.btn.blue::after {
  background-color: #005bab;
}
.btn:hover img {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.btnn:hover img {
  transform: scale(1.03);
}
.btnn img {
  width: 84%;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*notice標題收合 --------------------------*/
.notice_container {
  width: 100%;
  margin: 0 auto;
  background-color: #99DDFF;
}
.notice {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  padding: 5% 5%;
  color: #231815;
  background-color: #99DDFF;
}
.notice_tit {
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  width: 325px;
  padding: 10px 20px 10px;
  border-radius: 50px;
  background-color: #ffffff;
}
.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: 1669px) {
  .remind{width: 42%;}

}

@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: 81%;
}
/* event */
    .clip {
        width: 18%;
        left: 41%;
        top: 2%;
    }
    .event{
      width: 80%;
    }
    .event .tit1, .event .tit2 {
    width: 25%;
  }
  /* howToUse */
  .howToUse {
    padding: 2% 5%;
    margin-top: 4%;
  }
  .girl {
    width: 25%;
    bottom: -7%;
    left: -9%;
  }
  .boy {
    width: 37%;
    bottom: -7%;
    right: -3%;
  }
  .tit_discount{
    width: 35%;
  }
  .transfer_girl{
    right: 5%;
  }
  .coin_girl{
    bottom: 57%;
    left: 0%;
  } 
  .remind{width: 50%;}
}

@media screen and (max-width: 1200px) {
    .coin_girl{
  display: none;
}
.transfer_girl{
  display: none;
}
 .remind{width: 60%;}
}
@media screen and (max-width:1114px){
    .card-container {
        gap: 60px;
    }
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 76px;
  }
   .webOnly {
    display: none;
  }
   .remind{width: 70%;}
  /* event */
  .event .fifty {
    width: 40%;
    top: 60%;
    left: 60%;
  }
  /* notice */
  .noti1ce {
    padding: 12% 6% 8%;
  }
  /* promotion */
  .block-note {
      margin-top: 20px;
      font-size: 12px;
   }
}
@media screen and (max-width: 960px) {
  .webOnly {
    display: none;
  }
   .remind{width: 80%;}

  .kv_container {
    background-size: cover;
  }
  
  .kv {
    width: 100%;
    height: 0;
    padding-bottom: 103.4375%;
    background: #D7E5FF url("../images/kv_bg_m.png") center top no-repeat;
    background-size: 100% auto;
    
  }
  .wave_bg {
    top: 94%;
    width: 112%;
   }
  .kv_tit {
          width: 68%;
        position: absolute;
        left: 18%;
        top: 13%;
  }
  .sharp {
    width: 17%;
    z-index: 5;
    position: absolute;
    left: 40%;
    top: 62.3%;
}
.coin {
    width: 15%;
    z-index: 4;
    position: absolute;
    left: 44%;
    top: 49%;
}
  .kv .phone {
    z-index: 2;
    width: 30%;
    position: absolute;
    top: 47%;
    right: 33%;
}
  .kv .people {
    padding-bottom: 124%;
          top: -51px;
        left: 57px;
        width: 85%;
  }
  .kv .boy01 {
    width: 30%;
    position: absolute;
    top: 47%;
    left: 11%;
  }
  .kv .boy02 {
    position: absolute;
    width: 36%;
    top: 58%;
    left: 43%;
  }
  .kv .girl02 {
    position: absolute;
    width: 25%;
    top: 51%;
    left: 61%;
  }
  .kv .girl01 {
        width: 26%;
        position: absolute;
        top: 58%;
        left: 22%;
  }
  /* event */
  .clip {
    width: 20%;
    left: 40%;
    top: 2%;
   }
.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_girl{
  display: none;
}
.coupon_boy{
 display: none;
}
.tit_discount {
    width: 45%;
    margin: 10% auto;
}
.card-container{
      gap: 40px;
}

  /* howToUse */
  .tit_section {
    width: 60%;
    margin: 10% auto;
  }

  /* action */
  .action {
    padding: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 58px;
  }
   .remind{width: 82%;}
     
  .kv {
    width: 100%;
    height: 0;
    padding-bottom: 103.4375%;
    background: #D7E5FF 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 */
  .block-note {
      margin-top: 20px;
      font-size: 12px;
      padding: 0% 6%;
      line-height: 15px;
   }

  .block-note > div {
      display: inline-block;
      text-align: left;
  }
  .remind{
  text-align: left;
        font-weight: bold;
        font-size: 12px;
        margin-top: 8%;
        padding: 0% 6%;
        line-height: 20px;
}
  .card {
    width: 223px;
}
  /* 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 {
        padding-bottom: 124%;
        top: -13px;
        left: 29px;
        width: 82%;
    }
  .kv .boy02 {top: 55%;}
}
@media screen and (max-width: 480px) {

     .mobOnly {
    display: block;
  }
   .remind{width: 95%;}
  /* event */
      .event {
        padding: 3% 6%;
    }
  .event_container{
    padding: 8% 0%;
  }
  .clip {
   width: 30%;
  left: 37%;
  top: 1%;
}
  .coupon {
        width: 89%;
    }
  .event .tit1, .event .tit2 {
    margin-bottom: 5%;
    margin-top: 10%;
    width: 60%;
  }
  .event p {
    font-size: 18px;
    text-align: justify;
  }

  .event .quota {
    font-size: 3.8vw;
    margin-top: 2%;
  }
  .tit_discount {
        width: 65%;
        margin: 12% auto;
  }
/* promotion */
  .new-group {
    flex-direction: column;
    display: flex;
    gap: 50px;
    padding: 0% 5%;
}
.remind{
  text-align: left;
}
  /* action */
  .action-item {
    max-width: 74%;
    margin: 0 auto;
  }
  .action-item + .action-item {
    margin-top: 30px;
    margin-left: auto;
  }
  .btn::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .btn:hover img {
    -webkit-transform: none;
    transform: none;
  }
  .btnn img {
    width: 92%;
  }
  .new-action{
    gap: 8px;
  }
  /* notice */
  .notice_tit .arrow_tit {
    width: 120px;
  }
  .notice_tit .arrow {
    width: 20px;
  }
  .notice_tit{    
    width: 285px;
  }
}

/* 沿用的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 #24A3D2;
  background-color: #fff;
}
.noticeBox-title {
  text-align: center;
  margin-bottom: 20px;
}
.noticeBox-item {
  color: #FD521B;
}
.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: 50%;
  -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: auto;
}
.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);
}
.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  margin: 0 auto;
  align-items: center;
  gap:1%;
}
.tab-action {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #262626;
  text-decoration: none;
  border: 2px solid #24A3D2;
  border-radius: 10px;
  background-color: #fff;
}
.tab-action:hover {
  color: #262626;
}
.tab-action.active {
  color: #262626;
  background-color: #24A3D2;
}
.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: #FD521B;
}
.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) {
  .tab-action {
    font-size: 20px;
    padding: 2%;
  }
}
@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 */