@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
}

a {
  color: #2d7cd1;
  text-decoration: underline;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
a:hover {
  color: #3d4c98;
}
a:link, a:visited {
  color: #2d7cd1;
}

strong {
  font-weight: bold;
}

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
  background: #2d7cd1;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

/*清除浮動*/
.clearfloat {
  display: block;
  clear: both;
}

/*無scrollBar*/
.no-scrollbar {
  overflow: hidden;
}

.banner {
  position: relative;
}
.banner .slick.slick-dotted {
  margin-bottom: 0px;
}
.banner .slick .slick-slide {
  overflow: hidden;
}
.banner .slick .slick-slide img {
  width: 100%;
  min-width: 1600px;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .slick .slick-slide img.banner-mobile {
  display: none;
}
.banner .slick-dots {
  bottom: 16px;
}
.banner .slick-dots li button {
  width: 15px;
  height: 15px;
}
.banner .slick-dots li button:before {
  width: 15px;
  height: 15px;
  content: '';
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.banner .banner-nav {
  width: 200px;
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .banner-nav .slick-list {
  padding: 0px !important;
}
.banner .banner-nav .slick-list .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.banner .banner-nav .slick-list .slick-track .slick-slide {
  float: none;
  width: auto !important;
}
.banner .banner-nav-item {
  padding: 10px 18px;
  margin: 6px 0px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.banner .banner-nav-item:hover {
  background: rgba(255, 255, 255, 0.85);
}
.banner .banner-nav-item:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: solid 24px #2d7cd1;
  border-right: solid 20px transparent;
}
.banner .banner-nav-item:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #fff;
}
.banner .banner-nav-item.slick-current {
  background: #2d7cd1;
  color: #fff;
}
.banner .banner-nav-item.slick-current:before {
  border-top-color: #004ea2;
}
.banner .banner-nav-bank-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.banner .banner-nav-text {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1440px) {
  .banner .banner-nav {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .banner-nav {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .banner .slick .slick-slide img {
    min-width: 0px;
    width: 208%;
  }
  .banner .slick .slick-slide img.banner-pc {
    display: none;
  }
  .banner .slick .slick-slide img.banner-mobile {
    display: block;
    width: 100%;
  }
  .banner .slick-dots {
    bottom: 8px;
  }
  .banner .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .banner .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
  }
  .banner .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
.slick-slide:focus {
  outline: none;
}

.container.wrap {
  max-width: 1400px;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.container.wrap .left-side {
  float: left;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.container.wrap .left-side.fixed {
  position: fixed;
  top: 0px;
  bottom: auto;
  padding-top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.container.wrap .left-side.position-bottom {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
}
.container.wrap .right-side {
  float: right;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px;
  padding-left: 330px;
}

@media screen and (max-width: 1440px) {
  .container.wrap {
    padding: 0px 50px;
  }
  .container.wrap .left-side {
    width: 160px;
    padding: 25px 0px;
  }
  .container.wrap .left-side.position-bottom {
    left: 50px;
  }
  .container.wrap .right-side {
    padding: 25px 0px;
    padding-left: 190px;
  }
}
@media screen and (max-width: 1199px) {
  .container.wrap {
    padding: 0px 25px;
  }
  .container.wrap .left-side {
    float: none;
    width: auto;
    margin: 0px;
    position: relative;
    z-index: 9888;
  }
  .container.wrap .left-side.fixed, .container.wrap .left-side.position-bottom {
    padding-top: 25px;
    position: relative;
    left: 0px;
    top: auto;
    bottom: 0px;
  }
  .container.wrap .right-side {
    float: none;
    width: auto;
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .installment-list {
    display: none;
  }

  .container.wrap .left-side {
    padding: 0px;
  }
  .container.wrap .left-side.fixed, .container.wrap .left-side.position-bottom {
    padding: 0px;
  }
  .container.wrap .left-side .tit-lg, .container.wrap .left-side .tit-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .container.wrap {
    padding: 0px 15px;
  }
  .container.wrap .right-side {
    padding-top: 15px;
  }
}
.tit-lg, .tit-md {
  font-size: 0px;
  margin: 15px 0px;
}
.tit-lg strong, .tit-md strong,
.tit-lg span,
.tit-md span {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 34px;
  color: #2d7cd1;
  padding-right: 6px;
}
.tit-lg-remark {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 19px;
}
.tit-lg-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 21px;
}
.tit-lg-text-right {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 34px;
  float: right;
}
.tit-lg-text-right a {
  color: #ff0000;
  font-size: 15px;
  line-height: 21px;
}

.tit-md strong,
.tit-md span {
  font-size: 25px;
  line-height: 31px;
}
.tit-md-remark {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 19px;
}

.tit-sm {
  margin: 15px 0px;
}
.tit-sm strong,
.tit-sm span {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.tit-sm [class^=btn] {
  float: right;
}
.tit-sm:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 991px) {
  .tit-sm [class^=btn] {
    margin-top: -5px;
  }
}
@media screen and (max-width: 920px) {
  .tit-lg strong, .tit-md strong, .tit-md strong, .tit-lg span, .tit-md span, .tit-md span {
    font-size: 24px;
    line-height: 30px;
  }

  .tit-lg-text-right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .tit-lg strong, .tit-md strong,
  .tit-lg span,
  .tit-md span {
    font-size: 24px;
    line-height: 30px;
  }
  .tit-lg-text-right {
    display: block;
    float: none;
  }
}
.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}
.checkbox:last-of-type {
  margin-right: 0px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.checkbox .checkbox-label {
  position: relative;
  cursor: pointer;
  padding: 0px;
  min-height: 0px;
  font-size: 0px;
}
.checkbox .checkbox-label:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #ccc;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  font-size: 15px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox .checkbox-label span,
.checkbox .checkbox-label strong {
  vertical-align: middle;
  width: auto;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.checkbox input[type=checkbox]:checked + .checkbox-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #2d7cd1;
  color: #fff;
  border: solid 1px #2d7cd1;
}
.checkbox.disabled .checkbox-label:before {
  background: #f4f4f4;
}
.checkbox.disabled .checkbox-label span, .checkbox.disabled .checkbox-label strong {
  color: #ccc;
}
.checkbox.disabled input[type=checkbox]:checked + .checkbox-label:before {
  content: '';
  background: #f4f4f4;
  border: solid 1px #ccc;
}

.filter-area {
  font-size: 0px;
  margin: 0px -8px;
}
.filter-area:before {
  content: '';
  display: block;
  border-top: solid 1px #e6e6e6;
  margin: 15px 8px;
}
.filter-area-slider {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  background: #2d7cd1;
  color: #fff;
  border-radius: 20px;
  padding: 0px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -60px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filter-area-slider:before {
  content: '選擇信用卡銀行';
}
.filter-area-slider i {
  margin-left: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.filter-area-slider.active {
  top: -40px;
  border-radius: 20px 20px 0px 0px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.2);
}
.filter-item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0px;
}
.filter-item .checkbox img {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  padding-right: 4px;
}
.filter-item-separated {
  border-top: solid 1px #e6e6e6;
  margin: 15px 8px;
}
.filterBoxBg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9887;
}

@media screen and (max-width: 1440px) {
  .filter-item {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .filter-item {
    width: 16.6666667%;
  }
}
@media screen and (max-width: 991px) {
  .filter-area {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    background: #fff;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    bottom: 0px;
  }
  .filter-area:before {
    display: none;
  }
  .filter-area-slider {
    display: block;
  }
  .filter-item {
    width: 20%;
    margin: 0px;
    padding: 0px;
  }
  .filter-item-area {
    display: none;
    max-height: 324px;
    overflow-y: scroll !important;
  }
  .filter-item-separated {
    display: none;
  }
  .filter-item .checkbox {
    position: relative;
  }
  .filter-item .checkbox label {
    padding: 16px 8px;
    display: block;
  }
  .filter-item:last-of-type .checkbox:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filter-item {
    width: 33.3%;
  }
  .filter-item-area {
    max-height: calc( 100vh - 230px);
  }
  .filter-item .checkbox label {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 479px) {
  .filter-item {
    width: 50%;
  }
  .filter-item .checkbox label {
    padding: 16px 15px;
  }
}
.bank-item {
  border: solid 1px #e6e6e6;
  border-radius: 6px;
  background: #f9f9f9;
  margin: 40px 0px;
  overflow: hidden;
}
.bank-item-area {
  margin: -20px 0px;
}
.bank-item-tit {
  position: relative;
  padding: 20px 25px;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px -15px 80px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 0px -15px 80px rgba(0, 0, 0, 0.16) inset;
  background: #fff;
}
.bank-item-tit-logo {
  float: left;
  font-size: 0px;
}
.bank-item-tit-logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.bank-item-tit-logo strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
}
.bank-item-tit-logo .remark {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}
.bank-item-tit .installment-plan {
  font-size: 0px;
  float: right;
  color: #fff;
}
.bank-item-tit .installment-plan span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 22px;
}
.bank-item-tit .installment-plan-info {
  display: inline-block;
  vertical-align: bottom;
}
.bank-item-tit .installment-plan-info div {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 1px;
}
.bank-item-tit .installment-plan-info div:after {
  content: '、';
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.bank-item-tit .installment-plan-info div strong {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 31px;
  font-style: italic;
  padding-right: 2px;
}
.bank-item-tit .installment-plan-info div:last-of-type:after {
  display: none;
}
.bank-item-tit .toggle-info-btn {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 0px;
  border-top: solid 1px;
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 10px 0px;
  cursor: pointer;
}
.bank-item-tit .toggle-info-btn:before {
  content: '展開優惠資訊';
  font-size: 14px;
  vertical-align: middle;
}
.bank-item-tit .toggle-info-btn i {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.bank-item-tit .toggle-info-btn.active:before {
  content: '收合優惠資訊';
}
.bank-item-tit .toggle-info-btn.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bank-item-info {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}
.bank-item-info-area {
  padding-bottom: 15px;
}
.bank-item-info.gift {
  width: 50%;
}

.card-style {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
  background: #fff;
  padding: 10px 10px;
  border-radius: 4px;
}

.gift > .card-style {
  position: relative;
}
.gift > .card-style:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e6e6e6;
  top: 0px;
  right: 230px;
}
.gift-list {
  float: left;
  padding-right: 235px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gift-list a {
  color: #222;
  text-decoration: none;
}
.gift-list ol {
  list-style: decimal;
  padding-left: 20px;
}
.gift-list ol li {
  padding: 15px 0px;
  border-bottom: solid 1px #e6e6e6;
}
.gift-list ol li:first-of-type {
  padding-top: 5px;
}
.gift-list ol li:last-of-type {
  border-bottom: none;
  padding-bottom: 5px;
}
.gift-list-text {
  font-size: 15px;
  line-height: 21px;
}
.gift-list-focus {
  display: block;
  font-size: 17px;
  line-height: 23px;
  padding: 2px 0px;
}
.gift-list-remark {
  font-style: italic;
}
.gift-info {
  width: 205px;
  float: right;
  margin-left: -100%;
}
.gift-info a {
  text-decoration: none;
  color: #222;
}
.gift-info p {
  margin: 10px 0px;
}
.gift-info-tit {
  display: block;
  font-size: 15px;
  line-height: 21px;
}
.gift-info-time {
  font-size: 17px;
  line-height: 23px;
  color: #2d7cd1;
}
.gift-info [class^=btn] {
  display: none;
}

.card-friends-offer {
  margin: 10px 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.card-friends-offer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: solid 24px #2d7cd1;
  border-right: solid 20px transparent;
}
.card-friends-offer:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #fff;
}
.card-friends-offer a {
  display: block;
  padding: 17px 20px;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.card-friends-offer a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.card-friends-offer a:hover {
  text-decoration: underline;
}

.no-info {
  text-align: center;
}
.no-info img {
  max-width: 7vw;
  width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0.3;
}
.no-info.card-style:after {
  width: 0px;
}

.bonus p {
  margin: 7px 0px;
}
.bonus p strong {
  font-size: 18px;
  line-height: 24px;
}
.bonus .detailed-info-open {
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .bank-item-info {
    width: 50%;
  }
  .bank-item-info.gift {
    width: 100%;
    margin-bottom: 20px;
  }

  .no-info img {
    max-width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .bank-item {
    margin: 15px 0px;
  }
  .bank-item-area {
    margin: 0px;
  }
  .bank-item-tit {
    padding: 10px 15px;
  }
  .bank-item-tit-logo {
    float: none;
    text-align: center;
  }
  .bank-item-tit-logo img {
    width: 20px;
  }
  .bank-item-tit-logo strong {
    font-size: 20px;
  }
  .bank-item-tit .installment-plan {
    float: none;
    text-align: center;
  }
  .bank-item-tit .installment-plan span {
    font-size: 15px;
    line-height: 21px;
  }
  .bank-item-tit .installment-plan-info div strong {
    font-size: 24px;
  }
  .bank-item-tit .toggle-info-btn {
    display: block;
  }
  .bank-item-info {
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 10px;
  }
  .bank-item-info-area {
    display: none;
  }

  .no-info img {
    max-width: 22vw;
  }
}
@media screen and (max-width: 479px) {
  .gift > .card-style:after {
    display: none;
  }
  .gift-list {
    padding: 0px;
    float: none;
    width: auto;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
  }
  .gift-info {
    margin: 10px 0 0;
    float: none;
    width: auto;
  }
  .gift-info [class^=btn] {
    display: block;
  }
}
.btn-base, .btn-base-sm, .btn-red-sm,
a.btn-red-sm, .btn-blue-sm,
a.btn-blue-sm,
a.btn-base-sm, .btn-red,
a.btn-red, .btn-blue,
a.btn-blue,
a.btn-base,
a.btn-base-sm,
a.btn-red-sm,
a.btn-blue-sm,
a.btn-red,
a.btn-blue {
  border-radius: 20px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: solid 1px #ccc;
  color: #000;
  color: #2d7cd1;
  background: #fff;
  text-align: center;
  font-weight: bold;
  padding: 11px 0px;
}
.btn-base i, .btn-base-sm i, .btn-red-sm i, .btn-blue-sm i, .btn-red i, .btn-blue i,
a.btn-base i,
a.btn-base-sm i,
a.btn-red-sm i,
a.btn-blue-sm i,
a.btn-red i,
a.btn-blue i {
  font-size: 14px;
}
.btn-base:hover, .btn-base-sm:hover, .btn-red-sm:hover, .btn-blue-sm:hover, .btn-red:hover, .btn-blue:hover,
a.btn-base:hover,
a.btn-base-sm:hover,
a.btn-red-sm:hover,
a.btn-blue-sm:hover,
a.btn-red:hover,
a.btn-blue:hover {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}
.btn-base-sm, .btn-red-sm,
a.btn-red-sm, .btn-blue-sm,
a.btn-blue-sm,
a.btn-base-sm,
a.btn-red-sm,
a.btn-blue-sm {
  line-height: 24px;
  padding: 0px 10px;
}

.btn-red, .btn-red-sm,
a.btn-red-sm,
a.btn-red,
a.btn-red-sm {
  background: #e73155;
  color: #fff;
  border: none;
}
.btn-red:hover, .btn-red-sm:hover,
a.btn-red:hover,
a.btn-red-sm:hover {
  color: #fff;
}
.btn-red-sm,
a.btn-red-sm {
  line-height: 26px;
}

.btn-blue, .btn-blue-sm,
a.btn-blue-sm,
a.btn-blue,
a.btn-blue-sm {
  background: #2d7cd1;
  color: #fff;
  border: none;
}
.btn-blue:hover, .btn-blue-sm:hover,
a.btn-blue:hover,
a.btn-blue-sm:hover {
  color: #fff;
}
.btn-blue-sm,
a.btn-blue-sm {
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .btn-base-sm, .btn-red-sm,
  a.btn-red-sm, .btn-blue-sm,
  a.btn-blue-sm,
  a.btn-base-sm,
  a.btn-red-sm,
  a.btn-blue-sm {
    padding: 4px 10px;
  }
}
h1 span, h2 span, h3 span, h4 span, h1 a, h2 a, h3 a, h4 a {
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
}

.mark {
  background: #fff;
}

.light-box-open {
  overflow: hidden;
}

.light-box {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.light-box-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: url("../img/theme/closeBtn.png"), auto;
}
.light-box-modal-content {
  width: 700px;
  margin: 30px auto;
  position: relative;
  background: #fff;
  border-radius: 4px;
  min-height: 100px;
  top: -80px;
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  z-index: 99;
}
.light-box-modal-header {
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
  padding: 14px 10px;
}
.light-box-modal-header .close-lightbox {
  position: absolute;
  top: 6px;
  right: 6px;
  margin: 0px;
  cursor: pointer;
  width: 40px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 22px;
  line-height: 40px;
  color: #666;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0px;
  outline: none;
}
.light-box-modal-header .close-lightbox:hover {
  color: #2d7cd1;
}
.light-box-modal-header-tit {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.light-box-modal-header-tit img,
.light-box-modal-header-tit strong {
  vertical-align: middle;
}
.light-box-modal-header-tit img {
  width: 25px;
}
.light-box-modal-body {
  padding: 25px 15px;
  max-height: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.light-box-modal-body ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.light-box-modal-body ol li {
  margin: 5px 0px;
}
.light-box-modal-body .text-area {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: solid 1px #e6e6e6;
}
.light-box-modal-body .text-area:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.light-box.show {
  visibility: visible;
}
.light-box.show .light-box-bg {
  opacity: 1;
}
.light-box.show .light-box-modal-content {
  top: 0px;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.light-box2 {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.light-box2.show {
  visibility: visible;
}
.light-box2.show .light-box-bg {
  opacity: 1;
}
.light-box2.show .light-box-modal-content {
  top: 0px;
  transition: 0.5s ease all;
}

.bank-name-item {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .light-box-modal-header {
    padding: 8px 10px;
  }
  .light-box-modal-header .close-lightbox {
    top: 3px;
  }
  .light-box-modal-content {
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    position: absolute;
    left: 0px;
  }
  .light-box-modal-body {
    max-height: 8000px;
    height: calc(100vh - 47px);
    padding-bottom: 55px;
  }
}
.bank-item.esun .bank-item-tit {
  background: #009d97;
}
.bank-item.anz .bank-item-tit {
  background: #003f67;
}
.bank-item.bot .bank-item-tit {
  background: #961A63;
}
.bank-item.cathaybk .bank-item-tit {
  border-bottom: solid 3px #fff200;
  border-top: solid 5px #11a847;
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
}
.bank-item.cathaybk .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.cathaybk .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.cathaybk .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.chartered .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 3px #015a9c;
}
.bank-item.chartered .bank-item-tit:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 20%;
  height: 3px;
  background: #5eb74d;
  -webkit-box-shadow: 80px 0 0 #24a12c, 208px 0 0 #004674, 235px 0 0 #0085d4;
  box-shadow: 80px 0 0 #24a12c, 208px 0 0 #004674, 235px 0 0 #0085d4;
}
.bank-item.chartered .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.chartered .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.chartered .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.chb .bank-item-tit {
  background: #ffcf00;
  -webkit-box-shadow: 0px -15px 80px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 80px rgba(0, 0, 0, 0.1) inset;
}
.bank-item.chb .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.chb .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.chb .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.chinatrust .bank-item-tit {
  background: #007d7d;
}
.bank-item.citi .bank-item-tit {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0080a5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0080a5 0%, #00bef6 2%, #00bef6 2%, #004988 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0080a5 0%, #00bef6 2%, #00bef6 2%, #004988 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#0080a5), color-stop(2%, #00bef6), color-stop(2%, #00bef6), to(#004988));
  background: -o-linear-gradient(top, #0080a5 0%, #00bef6 2%, #00bef6 2%, #004988 100%);
  background: linear-gradient(to bottom, #0080a5 0%, #00bef6 2%, #00bef6 2%, #004988 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080a5', endColorstr='#004988',GradientType=0 );
  /* IE6-9 */
}
.bank-item.feib .bank-item-tit {
  background: #e60000;
}
.bank-item.firstbank .bank-item-tit {
  border-bottom: solid 3px #b5883b;
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
}
.bank-item.firstbank .bank-item-tit-logo strong {
  color: #114d38;
}
.bank-item.firstbank .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.firstbank .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.rakuten .bank-item-tit {
  background: #bf0000;
}
.bank-item.fubon .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 3px #2eacd2;
}
.bank-item.fubon .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.fubon .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.fubon .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.hncb .bank-item-tit {
  background: #cd0202;
}
.bank-item.hsbc .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 6px #d90000;
}
.bank-item.hsbc .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.hsbc .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.hsbc .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.hsbc .bank-item-tit:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 3px;
  width: 100%;
  background: #ff0000;
}
.bank-item.jihsun .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-top: solid 3px #df2528;
  border-bottom: solid 3px #ffe745;
}
.bank-item.jihsun .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.jihsun .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.jihsun .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.jihsun .bank-item-tit:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 3px;
  width: 40%;
  background: #ad5600;
}
.bank-item.kgibank .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 3px #082f7c;
}
.bank-item.kgibank .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.kgibank .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.kgibank .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.kgibank .bank-item-tit:after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0px;
  height: 3px;
  width: 20px;
  background: #44b038;
  -webkit-box-shadow: -20px 0px 0px #ed8d00, -40px 0px 0px #e83e0a;
  box-shadow: -20px 0px 0px #ed8d00, -40px 0px 0px #e83e0a;
}
.bank-item.landbank .bank-item-tit {
  background: #00653d;
  overflow: hidden;
}
.bank-item.landbank .bank-item-tit .bank-item-tit-logo,
.bank-item.landbank .bank-item-tit .installment-plan,
.bank-item.landbank .bank-item-tit .toggle-info-btn {
  position: relative;
  z-index: 2;
}
.bank-item.landbank .bank-item-tit:after {
  content: '';
  position: absolute;
  right: -5%;
  top: -25%;
  height: 200%;
  width: 10%;
  background: #00a73d;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.bank-item.mega .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 3px #8e2f8b;
}
.bank-item.mega .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.mega .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.mega .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.mega .bank-item-tit:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 3px;
  width: 30%;
  background: #e92f30;
  -webkit-box-shadow: 100px 0px 0px #9a004b;
  box-shadow: 100px 0px 0px #9a004b;
}
.bank-item.scsb .bank-item-tit {
  background: #c42607;
}
.bank-item.sinopac .bank-item-tit {
  background: #1d208b;
}
.bank-item.skfh .bank-item-tit {
  background: #e2231a;
}
.bank-item.taishinbank .bank-item-tit {
  background: #d80c18;
}
.bank-item.tbb .bank-item-tit {
  background: #ed6c00;
}
.bank-item.entie .bank-item-tit {
  background: #cd010e;
}
.bank-item.tcb .bank-item-tit {
  background: #007a55;
}
.bank-item.tcbank .bank-item-tit {
  background: #760101;
  /* Old browsers */
  background: -moz-linear-gradient(top, #760101 0%, #c20c0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #760101 0%, #c20c0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#760101), to(#c20c0c));
  background: -o-linear-gradient(top, #760101 0%, #c20c0c 100%);
  background: linear-gradient(to bottom, #760101 0%, #c20c0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760101', endColorstr='#c20c0c',GradientType=0 );
  /* IE6-9 */
}
.bank-item.ubot .bank-item-tit {
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 3px #099;
}
.bank-item.ubot .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.ubot .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.ubot .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.yuanta .bank-item-tit {
  background: #053484;
  /* Old browsers */
  background: -moz-linear-gradient(top, #053484 0%, #01a0f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #053484 0%, #01a0f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#053484), to(#01a0f1));
  background: -o-linear-gradient(top, #053484 0%, #01a0f1 100%);
  background: -webkit-linear-gradient(315deg, #ffffff 0%, #62b735 100%);
  background: -o-linear-gradient(315deg, #ffffff 0%, #62b735 100%);
  background: linear-gradient(to bottom, #053484 0%, #01a0f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053484', endColorstr='#01a0f1',GradientType=0 );
  /* IE6-9 */
}
.bank-item.sun .bank-item-tit {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #62b735 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #62b735 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #ffffff 0%, #62b735 100%);
  background: -o-linear-gradient(315deg, #ffffff 0%, #62b735 100%);
  background: linear-gradient(135deg, #ffffff 0%, #62b735 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#62b735',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.bank-item.sun .bank-item-tit-logo strong {
  color: #00954f;
}
.bank-item.sun .bank-item-tit .installment-plan {
  color: #fff;
}
.bank-item.sun .bank-item-tit .toggle-info-btn {
  color: #fff;
}
.bank-item.aeoncard .bank-item-tit {
  background: #00a0ea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00a0ea 0%, #0069b7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a0ea 0%, #0069b7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#00a0ea), to(#0069b7));
  background: -o-linear-gradient(left, #00a0ea 0%, #0069b7 100%);
  background: linear-gradient(to right, #00a0ea 0%, #0069b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0ea', endColorstr='#0069b7',GradientType=1 );
  /* IE6-9 */
}
.bank-item.ame .bank-item-tit {
  border-bottom: solid 3px #0d5399;
  -webkit-box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -15px 30px rgba(0, 0, 0, 0.1) inset;
}
.bank-item.ame .bank-item-tit-logo strong {
  color: #222;
}
.bank-item.ame .bank-item-tit .installment-plan {
  color: #222;
}
.bank-item.ame .bank-item-tit .toggle-info-btn {
  color: #222;
}
.bank-item.dbs .bank-item-tit {
  background: #000;
  border-bottom: solid 3px #cd0500;
}

@media screen and (max-width: 767px) {
  .bank-item.sun .bank-item-tit {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #62b735 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #62b735 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#62b735));
    background: -o-linear-gradient(top, #ffffff 0%, #62b735 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #62b735 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#62b735',GradientType=0 );
    /* IE6-9 */
  }
  .bank-item.sun .bank-item-tit .installment-plan,
  .bank-item.sun .bank-item-tit .toggle-info-btn {
    text-shadow: 0px 0px 2px #000;
  }
}
