@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Medium.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Bold.otf") format("opentype");
  font-display: swap; }

/* ------------------------------- main ------------------------------- */
* {margin: 0; padding: 0;/* box-sizing: border-box; */}
body{width: 100%; height: 100%; font-family: 'Noto Sans TC','微軟正黑體', 'MS UI Gothic',Arial, Helvetica, sans-serif; font-size: 12px; }
table{width: 100%; border-collapse: collapse; border-spacing: 0;}
table,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: #303035; padding-top: 80px; font-size: 12px; background: #ffdca8;}
.section{width: 100%; max-width: 1920px; margin: 0 auto;}
/* kv */
.kv_container{width: 100%; margin: 0 auto; background: #FFEFE7 url("../images/kv_bg.png") center top no-repeat; background-size: cover;}
.kv{width: 100%; max-width: 1600px; height: 700px; margin: 0 auto; position: relative;}
.kv .kv_tit{width: 522px; position: absolute; top: 15%; left: 16%; animation-duration: 1.5s;}
.kv .icon{width: 4%; position: absolute; top: 41%; right: 43%; transform-origin: bottom left;
    -webkit-animation: icon .8s ease-in-out 0s infinite alternate;
            animation: icon .8s ease-in-out 0s infinite alternate;}
.kv .coin1{width: 100px; position: absolute; top: 42%; left: 3%;
      -webkit-animation: coin 1s ease-in-out infinite alternate;
              animation: coin 1s ease-in-out infinite alternate;}
.kv .arrow{width: 3%; position: absolute; top: 30%; right: 9%;
      -webkit-animation: coin 1s ease-in-out infinite alternate-reverse;
              animation: coin 1s ease-in-out infinite alternate-reverse;}
/* content */
.content_container{width: 100%; margin: 0 auto; color: #333333;}
.content{width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 6%; background: #ffdca8;}
/* info */
.info{width: 100%; margin: 0 auto;}
.info-wrap{ justify-content: center; padding: 30px; border-radius: 15px; background: #FFFFFF;}
.info-item{ min-width: 300px; padding: 7px 0; text-align: center;}
.info-line{ width: 1px; background: #EEF2FF;}
.info-title{display: inline-block; width: 200px; font-size: 20px; font-weight: 700; line-height: 2; color: #FFF; border-radius: 20px; background-color: #337dff;}
.info-text{margin-top: 10px; font-size: 20px; line-height: 1.8;}
.info-note{margin-top: 20px; font-size: 18px; line-height: 1.8; color: #F24541; text-align: center;}
/* form */
.form_container{width: 100%; margin: 0 auto; color: #333333;}
.form{width: 100%; max-width: 1440px; margin: 0 auto; padding: 3% 6% 2%;}
.form-wrap{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; padding: 50px 30px; border-radius: 15px; background: #FFFFFF;}
.s_txts{position: absolute; right: 13%;  top: -14%; font-size: 15px;}
.form-title{display: flex; align-items: center; justify-content: center; gap: 15px;}
.form-title::before, .form-title::after {content: ''; flex: 0 0 auto; width: 30px; height: 30px; margin-top: 4px; background: url("../images/TW.svg") no-repeat center/contain;}
.form-title span{flex: 0 0 auto; padding-left: 0.08em; font-size: 30px; font-weight: 700; text-align: center; line-height: 1.4; letter-spacing: 0.08em; color: #337dff;}
.br-mob-only{display: none;}
.form-txts{font-size: 16px; line-height: 1.6; text-align: center;}
.form-table{display: flex; justify-content: center; align-items: stretch; gap: 0; font-size: 20px; font-weight: 500; width: 100%; position: relative;}
.form-table table{height: 100%;}
.form-table th,td{font-size: 20px; line-height: 1.6; text-align: center; vertical-align: middle; border: solid #FFFFFF 4px; border-collapse: collapse; padding: 12px 24px;}
.form-table table .txt-black{color: #333333; font-size: 18px; font-weight: 400;}
.txt-bold{color: #337dff; font-size: 22px; font-weight: 600;}
.form-table table .txt-red{display: block; color: #F24541; font-size: 24px; font-weight: 700;}
.txt-blue {display: block;  color: #337dff; font-size: 20px; font-weight: 500;}
.form-table table tr{}
.form-table table th{color: #FFFFFF; background: #337dff; height: 60px; width: 300px;}
.form-table table td{color: #337dff; background: #EEF2FF; font-weight: 700;}
.table-1 th,.table-1 td{border-right: 0px; width: 260px;}
/* block-action */
.block-action{display: flex; align-items: center; justify-content: center; gap: 20px 50px; padding-bottom: 6%;}
.btn{display: flex; align-items: center; justify-content: center; gap: 10px; width: 220px; height: 60px; font-size: 22px; font-weight: 700; line-height: 1; color: #FFF; border-radius: 10px; background-color: #F24541; text-decoration: none; cursor: pointer; }
.btn img{flex: 0 0 auto; width: 22px; }
.btn span{flex: 0 0 auto; padding-bottom: 2px; }
.btn.-bu{background-color: #337dff;}
  @media only screen and (min-width: 1024px) {
    .btn{transition: .3s; }
      .btn:hover{transform: scale(1.1); } }
/* notice */
.notice_container{background: #F9F8F8;}
.notice {width: 100%; max-width: 1440px; margin: 0 auto; padding: 4% 9%;}
.notice-title {font-size: 22px; font-weight: 700; line-height: 1.8; text-align: center;}
.notice-content {margin-top: 20px; padding-top: 20px; font-size: 16px; line-height: 2; border-top: 1px solid #303030;}
.notice-content a{text-decoration: underline; color: #ed1c24; z-index:5;}
.notice-content ol{margin: 0; padding-left: 18px; list-style-type: decimal; padding-left: 24px;}
.notice-content ol>li{}
.notice-content ol>li>span{font-weight: 500;}
.notice-content ol>li>ol{}
.notice-content ol>li>ol>li{list-style: none; position: relative; counter-increment: section 1;}
.notice-content ol>li>ol>li::before {
    content: "(" counter(section) ")";
    position: absolute;
    top: 0px;
    left: -5px;
    transform: translateX(-100%);
}
/* float */
.float {position: fixed; top: 200px; right: 20px; width: 50px; z-index: 50;}
.float-item {display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 20px 10px; border-radius: 10px; background-color: #F94B4B; font-size: 18px;}
.float-item img {width: 22px; }
.float-item div {color: #FFF; letter-spacing: 1px; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr;}
.float-item.-blue {margin-top: 16px; background-color: #337dff;}

@media screen and (max-width: 1600px) {
    /* kv */
    .kv{width: 100%; max-width: 1600px; height: 0; padding-bottom: 43.75%;}
    .kv .kv_tit{width: 32%;}
    .kv .coin1{width: 7%;}
    .kv .arrow{width: 3%;}
}
@media only screen and (max-width: 1239px) {
    /* info */
    .info-item{min-width: 220px;}
    .info-title{width: 160px; font-size: 18px;}
    .info-text{font-size: 18px;}
    .info-note{font-size: 16px;}
    /* form */
    .form-table th,td{font-size: 18px;}
    .form-table table .txt-black{font-size: 16px;}
    .form-table table .txt-red{font-size: 20px;}
    /* float */
    .float {right: 12px; width: 40px;}
    .float-item {padding: 20px 10px; font-size: 16px;}
    .float-item img {width: 18px;}
    .s_txts{right: 6%;}
}
@media screen and (max-width: 1024px) {
    .main{padding-top: 76px;}
    /* info */
    .info-wrap{gap: 15px; padding: 20px;}
    .info-item{min-width: 190px;}
    .info-title{font-size: 16px;}
    .info-text{font-size: 16px;}
    .info-note{margin-top: 10px; font-size: 14px;}
    .s_txts{right: 1%;}
    /* form */
    .form-txts{font-size: 14px;}
    .form-table{flex-direction: column;}
    .table-1 th,.table-1 td{border-right: solid #FFFFFF 4px; border-bottom: 0px;}
    /* notice */
    .notice-content {font-size: 15px; line-height: 1.8;}
    .notice-title {font-size: 18px;}
}
@media screen and (max-width: 767px) {
    .main{padding-top: 58px;}
    /* kv */
    .kv_container{width: 100%; background: none;}
    .kv{width: 100%; max-width: 767px; height: 0; padding-bottom: 146.1538461%; background: url("../images/kv_bg_m.png") center top no-repeat; background-size: 100% auto; position: relative;}
    .kv .kv_tit{position: static; width: 81%; margin: 0 auto; padding-top: 12%;}
    .kv .icon{width: 11%; top: 59%; right: 82%;}
    .kv .coin1{width: 11%; top: 46%; left: 23%;}
    .kv .arrow{width: 10%; top: 51%;  right: 9%;}
    /* info */
    .info-wrap{flex-direction: column;}
    .info-line{display: none;}
    .info-item{min-width: 220px;}
    .info-title{width: 160px; font-size: 18px;}
    .info-text{font-size: 18px;}
    .info-note{font-size: 16px;}
    .s_txts{right: 2%; top: -10%;}
    /* form */
    .form{padding: 6% 6% 3%;}
    .form-title span{font-size: 26px;}
    .form-table th,td{padding: 10px;}
    .form-table table .txt-red{font-size: 18px;}
    /* block-action */
    .block-action{gap: 20px; padding-bottom: 8%;} 
    /* float*/
    .float {display: flex; width: 100%; top: auto; bottom: 0; right: 0;}
    .float-item {flex: 1; flex-direction: row; justify-content: center; padding: 15px 10px;  border-radius: 0; font-size: 15px; line-height: 18px;}
    .float-item div {
          -webkit-writing-mode: initial;
              -ms-writing-mode: initial;
                  writing-mode: initial; }
    .float-item.-blue {margin-top: 0;}
}
@media screen and (max-width:600px) {
    /* block-action */
    .block-action{flex-direction: column; padding-top: 5%;} 
    .br-mob-only{display: block;}
    .txt-bold{font-size: 18px;}
    .s_txts{right: 2%; top: -8.5%;}
}
@media screen and (max-width:480px) {
    .content{padding: 0 6% 6%;}
    /* form */
    .form{padding: 3% 6% 3%;}
    .form-wrap{border-radius: 15px; padding: 30px 20px;}
    .form-title span{font-size: 22px;}
    .form-table th,td{font-size: 4.5vw;}
    .form-table table th{height: auto;}
    .form-table table .txt-black{font-size: 4vw;}
    .form-table table .txt-red{font-size: 4.5vw;}
    .form-table table .txt-red-big{font-size: 6vw;}
    .form-txts{font-size: 15px;}
    .txt-bold { font-size: 16px;}
    .s_txts{right: 2%; top: -8%;}
    /* block-action */
    .block-action{padding: 0 0 10%;}
    /* notice */
    .notice {padding: 8% 6%;}
    .notice-content {font-size: 14px;}
}


@-webkit-keyframes coin {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }

@keyframes coin {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }

@-webkit-keyframes icon {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.04); } }

@keyframes icon {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.04); } }