/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/*  reset boostrap */

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1124px;
  }
}
/*
@media (max-width: 1199px) {
    .container {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}*/
/************************ common *************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  object-fit: cover;
  font-size: 10px;
  font-family:
    "Roboto Condensed",
    sans-serif,
    "微軟正黑體",
    Microsoft JhengHei;
  line-height: 1.4;
  color: #4c4c4c;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
}
ol,
ul {
  padding-left: 0;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

/*ol, ul, li {    margin: 0; padding:0; list-style-type: none;}*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
h1,
h2,
h3,
h4 {
  color: #494949;
  font-size: 2.6rem;
  font-weight: bolder;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 2.2rem;
}
h5 {
  font-weight: bolder;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
p {
  font-size: 1.4rem;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.red {
  color: #ff4136;
}
a.red {
  text-decoration: underline;
}
a.red:hover {
  text-decoration: none;
  color: #ff4136;
}
.text-green {
  color: #f68b1f;
  font-size: 1.4rem;
}
.text-green2 {
  color: #f68b1f;
}
hr {
  height: 0;
  font-size: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  margin: 20px 0 20px 0;
}
.h2line {
  padding: 15px 0;
  color: #1c1c1c;
  border-bottom: 1px solid #d1cfd0;
  margin-bottom: 20px;
  font-weight: bold;
}
.text-blue {
  color: #f68b1f;
  border-bottom: 0;
}
#page-top {
  margin-top: 130px;
}

/************************ icon *************************/
.ic {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
}

.ic-s {
  width: 12px;
  height: 12px;
}
.ic-l {
  width: 24px;
  height: 24px;
}
.ic-page-start {
  background-image: url(../img/ic/ic_page_start.png);
}
.ic-page-pre {
  background-image: url(../img/ic/ic_page_pre.png);
}
.ic-page-next {
  background-image: url(../img/ic/ic_page_next.png);
}
.ic-page-end {
  background-image: url(../img/ic/ic_page_end.png);
}
.ic-photo {
  background-image: url(../img/ic/ic_photo.png);
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.ic-new {
  background-color: #f68b1f;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
.ic-new:before {
  content: "N";
  display: inline-block;
  color: #fff;
}
.btn .ic {
  margin: 0 2px;
  vertical-align: middle;
}

.ic_tb_sort {
  background: url(../img/ic/ic_table_sort.png) center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 4px;
  opacity: 0.5;
  cursor: pointer;
}
.ic_tb_sort.flip {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.ic_tb_sort:hover,
.ic_tb_sort:active {
  opacity: 1;
}
.ic-send {
  background: url(../img/ic/ic-send.png) center center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

/************************ form *************************/
.btn-primary {
  cursor: pointer;
  background-color: #f68b1f;
  border-color: #f68b1f;
  min-width: 104px;
  font-size: 1.5rem;
  min-height: 34px;
  border-radius: 0px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn-primary:hover {
  background-color: #f68b1f;
  border-color: #f68b1f;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f68b1f;
  border-color: #f68b1f;
  box-shadow: 0 0 0 0.2rem rgba(246, 139, 31, 0.5);
}
.btn-link-primary {
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  background-color: #f68b1f;
}
.btn-link-primary:hover,
.btn-link-primary:focus {
  text-decoration: underline;
  color: #f68b1f;
  background-color: #f68b1f;
}
/*.btn-link-primary:focus{ color:#fff; text-decoration: underline;color: #F68B1F; background-color:#F68B1F; }*/
.btn-gray {
  background-color: #949495;
  border-color: #949495;
}
.btn-s {
  min-height: 24px;
  height: 24px;
  padding: 0 1rem;
  min-width: auto;
}
.btn-primary.bg_gradient_blue {
  border-radius: 26px;
  height: 0px;
  line-height: 2.5rem;
  border: 0;
  font-size: 1.5rem;
  background-color: #f68b1f; /*font-weight: bolder;*/
}

/*
.file-input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}*/

/************************ 首頁bg *************************/
#strbg {
  background: url(../img/home-check-coop-bankb.jpg) no-repeat;
  background-size: 100% auto;
}

/************************ 其他bg *************************/
#othbg {
  background: url(../img/home-check-coop-banka.jpg) no-repeat;
  background-size: 100% auto;
}

/*滑鼠動態顏色*/
.btn-primary.bg_gradient_blue:hover,
.btn-primary.bg_gradient_blue:focus {
  background-color: #f68b1f;
  cursor: pointer;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 1.8rem;
  color: #5f5f5f;
  width: 100%;
  text-align: left;
  line-height: 50px;
  background: #f6f3f5 url(../img/ic/ic_photo.png) 20px 50% no-repeat;
  background-size: 30px;
  position: relative;
  height: 50px;
}
.custom-file-upload:hover,
.custom-file-upload:focus {
  cursor: pointer;
  background-color: #fdebd8;
}
.custom-file-upload label {
  cursor: pointer;
}
.custom-file-upload label {
  width: calc(100% - 51px);
  text-align: left;
  position: absolute;
  top: 6px;
  left: 52px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.custom-file-upload .custom-file-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.form-control {
  border: 1px solid #f8f8f8;
  font-size: 1.5rem;
  min-height: 34px;
  color: #494949;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}

select.form-control {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  /*改變右邊箭頭樣式*/
  background: url("../img/ic/ic_select_arrow.png") no-repeat 98% center;
  background-position: calc(100% - 5px) center;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  color: gray;
}

/*IE隱藏箭頭樣式*/
select.form-control::-ms-expand {
  display: none;
}

.form-group {
  text-align: left;
}
.form-group .col-form-label {
  font-size: 1.6rem;
  color: #999;
}
.form-group .col-form-label-view {
  border-bottom: 1px solid #d1d2d2;
  font-size: 1.6rem;
  border-radius: 0;
  color: #626262;
  height: 50px;
  line-height: 50px;
}
.form-group .col-form-label-view .edit {
  color: #1ec6ca;
  float: right;
}
.form-check {
  text-align: left;
  margin-top: 15px;
}
.form-check .form-check-label {
  padding-left: 0;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  padding-left: 30px;
}
.form-row-view .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d2d2;
}
.form-row-view .form-group .col-form-label {
  flex: 1;
}
.form-row-view .form-group .col-form-label-view {
  flex: 2;
  text-align: right;
  border: 0;
}

/* ====Modul==== radio */
input[type="radio"] {
  display: none;
}
input::placeholder {
  color: #bfbfbf;
}

input[type="radio"] + label {
  color: #5f728a;
  font-family: Arial, sans-serif;
  padding-right: 15px;
  line-height: 30px;
  font-family:
    Arial,
    Helvetica,
    "微軟正黑體",
    Microsoft JhengHei,
    sans-serif;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url(../img/ic/form_radio.png) left top no-repeat;
  background-size: cover;
  cursor: pointer;
}

input[type="radio"]:checked + label span {
  background: url(../img/ic/form_radio.png) left bottom no-repeat;
  background-size: cover;
}

/************************ navbar *************************/

/* <nav class="navbar navbar-expand-lg"> */
header {
  height: 114px;
  /* 漸層背景延伸 */
  background:
    url("../img/bg_header.png") 50% 0 no-repeat,
    url("../img/bg_header2.svg") 50% 0 repeat-y;
  background-size:
    auto 100%,
    100%;
}
.navbar {
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 75px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-top: 31px;
  z-index: 99;
}
.navbar-brand img {
  height: 50px;
}
/* <div class="collapse navbar-collapse" id="navbarMenu"> */
#navbarMenu {
  height: 33px;
  width: 100%;
  padding-bottom: 31px;
  z-index: 2;
}

#navbarMenu .nav-item.show,
#navbarMenu .nav-item.current {
  background-color: #f3f3f3;
}

/*  <ul class="navbarMenu-top-link"> */
.navbarMenu-top-link {
  position: absolute;
  top: 20px;
  right: calc(50% - 562px);
  padding: 0;
  text-align: right;
  display: flex;
}
.navbarMenu-top-link li {
  padding: 0 20px;
  color: #fff;
  font-size: 1.5rem;
}
.navbarMenu-top-link li.activity-link {
  word-break: keep-all;
}
.navbarMenu-top-link li:last-of-type {
  padding-right: 0;
}
.navbarMenu-top-link li a {
  color: #363533;
  font-size: 1.5rem;
  display: block;
  position: relative;
}
.navbarMenu-top-link li a:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 15px;
  border-right: 1px solid #363533;
  position: absolute;
  right: -20px;
  top: 3px;
}
.navbarMenu-top-link li:only-child a:after,
.navbarMenu-top-link li:last-child a:after {
  display: none;
}

/* <ul class="container navbar-nav"> */
.navbar .navbar-nav {
  text-align: right;
  justify-content: flex-end;
}
.navbar-nav .nav-link {
  color: #363533;
  font-size: 1.5rem;
  padding: 0;
  font-weight: bolder;
}
.navbar-nav .nav-item {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 0px 10px 10px;
}
.navbar-nav .nav-item:last-of-type {
  padding-right: 0px;
}

.navbar-nav .nav-item a {
  line-height: 33px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-nav .nav-item a:hover {
  background-color: #fdebd8;
  color: #363533;
}

/* mobile head */
.navbar-toggler {
  background-color: transparent;
  border: 0;
}
.navbar-expand-lg .navbar-toggler-icon {
  background: transparent url("../img/ic/ic_nav_close.png") 0 0 no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background: transparent url("../img/ic/ic_nav_hambergur.png") 0 0 no-repeat;
  background-size: cover;
}
.navbar-light .navbar-toggler-icon:hover,
.navbar-light .navbar-toggler-icon:focus {
  opacity: 0.8;
}

.navbarMenu-top-link {
  list-style-type: none;
}

@media (max-width: 1199px) {
  .navbarMenu-top-link {
    right: 30px;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  header {
    height: 48px;
  }
  .navbar-brand {
    margin-left: 1.5rem;
    margin-top: -24px;
  }
  .navbarMenu-top-link {
    position: static;
    justify-content: center;
    width: 100%;
    background-color: #f68b1f;
    padding: 0;
  }
  .navbarMenu-top-link li {
    flex: 1;
    padding: 15px;
    text-align: center;
  }
  .navbarMenu-top-link li:last-of-type {
    padding-right: 15px;
  }
  .navbarMenu-top-link li:first-of-type a {
    padding-right: 0px;
    position: relative;
  }
  .navbarMenu-top-link li:first-of-type a:after {
    width: 1px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: -15px;
    height: 20px;
  }
  #navbarMenu {
    height: auto !important;
    position: fixed;
    top: 48px;
    left: 0;
    bottom: 0;
    background: #fff url(../img/bg_header_mobile.png) 50% 0 no-repeat;
    background-size: inherit;
    overflow: auto;
  }
  #navbarMenu .navbar-nav .nav-link {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: normal;
    width: 100%;
  }
  #navbarMenu .navbar-nav {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
  }
  .navbar-brand img {
    height: 22px;
    width: auto;
  }

  .navbar-nav-link .nav-link,
  .navbar-nav .nav-link {
    font-size: 2rem;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  #navbarMenu .navbar-nav .nav-item {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0px 0px;
    justify-content: center;
    border-bottom: 1px solid #3635331a;
    width: 100%;
  }
  #navbarMenu .navbar-nav .nav-item a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #363533;
  }

  .navbar {
    background: url("../img/bg_header_mobile.png") 50% 0 no-repeat;
    background-size: 100% auto;
    height: 48px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .navbar > .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    padding-left: 0;
    padding-right: 0;
  }

  #navbarMenu a:hover,
  #navbarMenu a:focus,
  #navbarMenu a.current {
    color: #fff;
  }
}

@media (max-width: 710px) {
  .navbar {
    background-size: auto 100%;
  }
}

/******************* gotop *******************/

.cd-top {
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 50px;
  right: calc(50% - 600px);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(246, 139, 31) url(/img/ic/ic_gototop.png) no-repeat center 50%;
  background-size: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
  -moz-transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0.3s;

  z-index: 3;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
  -moz-transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
  transition:
    opacity 0.3s 0s,
    visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.8;
}
.no-touch .cd-top:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .cd-top {
    right: 20px;
  }
}

/******************* breadcrumb *******************/
.breadcrumb {
  padding: 20px 0;
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  border-radius: 0;
}
.breadcrumb ol {
  margin-bottom: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb-item.active {
  color: #626262;
  font-size: 2.25rem;
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #626262;
  content: " > ";
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 0;
    margin-bottom: 2rem;
  }
  .breadcrumb li,
  .breadcrumb li a,
  .breadcrumb-item.active {
    font-size: 1.2rem;
  }
}
/******************* footer *******************/
footer {
  background-color: #636161;
  text-align: center; /*color: #d5d5d5;*/
  padding: 30px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-top: 35px;
  border-top: 3px solid #f68b1f;
}
footer .container {
  width: 100%;
  position: relative;
  overflow-y: auto;
}
footer .copyrights {
  float: right;
  width: 37%;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  color: #ffffff;
}
footer .copyrights img {
  margin: 10px 15px 10px 0;
}
footer .social-link {
  float: right;
  width: 112px;
  padding-top: 4px;
}
footer .social-link a {
  display: inline-block;
  margin-bottom: 10px;
}
footer .social-link a img {
  width: 24px;
  margin: 0 5px;
}
footer ul {
  text-align: left;
  float: left;
  width: calc(63% - 112px);
  list-style-type: none;
}

footer li a,
footer .copyrights a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}
footer li a:hover,
footer .copyrights a:hover {
  color: #ffffff;
}
footer li a:hover {
  text-decoration: underline;
}
footer .container > ul > li > a:first-of-type {
  color: #ffffff;
}

footer ul ul {
  float: none;
  width: 100%;
  flex-direction: column;
}
footer ul ul li {
  margin: 0;
  display: block;
  margin-bottom: 15px;
}
footer .container > ul:after {
  clear: both;
  display: block;
  content: "";
}
footer .container > ul > li {
  float: left;
  width: 25%;
}

.parallel {
  margin-top: 15px;
}

@media (max-width: 991px) {
  footer ul {
    display: block;
    text-align: center;
  }
  footer ul li {
    margin: 0 10px 10px 10px;
    display: inline-block;
  }
  footer .container > ul > li {
    float: left;
    width: calc(25% - 20px);
  }
  footer {
    padding: 20px 0px;
  }
  footer ul ul li {
    margin-top: 8px;
    padding: 0;
  }
  footer .copyrights,
  footer .social-link,
  footer ul {
    float: none;
    width: 100%;
  }
  .copyrights,
  footer .social-link {
    margin-top: 20px;
  }
  footer .copyrights {
    text-align: center;
  }
  footer .social-link a {
    display: inline-block;
    margin: 0 7px;
  }
}
@media (max-width: 500px) {
  footer .container > ul > li {
    float: left;
    width: calc(50% - 20px);
    margin-top: 0px;
    margin-bottom: 20px;
  }
  footer ul ul li {
  }
}

/* //////////////////////////Layout////////////////////////// */
.full-content {
  background-color: #f8f8f8;
  box-shadow: 0 1px 5px #dee1e1;
}
.full-content .container {
  padding: 24px 65px;
  font-size: 2rem;
}
section {
  margin-left: 65px;
  margin-right: 65px;
}
.mid-content {
  min-height: 450px;
}

@media (max-width: 991px) {
  section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mid-content {
    min-height: auto;
  }
}

/* 首頁 */
.banner-wrap {
}

.swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fdebd8;
  opacity: 0.8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 20px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f68b1f;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
}

.swiper-container-horizontal.banner-obrandcard > .swiper-pagination-bullets {
  bottom: 15px;
}

.banner-obrandcard .swiper-wrapper {
  padding-bottom: 50px;
}

.news-block {
  background-color: rgba(0, 0, 0, 0.5);
  height: 44px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: normal;
}
.news-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.news-block .container a {
  color: #fff;
}

.news-block .container {
  background: url(../img/ic/ic_news.png) 10px 50% no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
}

.banner-swiper + .news-block {
  margin-top: -44px;
}

.marquee-swiper {
  width: 98%;
}
.marquee-swiper .swiper-slide .wording {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home_block {
  padding-bottom: 0px;
  padding-top: 20px;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}
.home_block .wording {
  width: calc(100% - 40%);
}
.home_block h2 {
  color: #f68b1f;
  font-size: 4.6rem;
}
.home_block h3 {
  color: rgba(54, 53, 51, 0.8);
  font-size: 2.8rem;
  margin-bottom: 20px;
  margin-top: 40px;
}
.home_block p {
  color: #4c4c4c;
  font-size: 1.4rem;
  margin-bottom: 45px;
}
.home_block .btn {
  margin-bottom: 20px;
}

.home_block .img {
  width: 66%;
  padding-left: 40px;
}
.home_block .img img {
  max-width: 100%;
}
.home-first .img-block {
  padding-left: 40px;
  padding-top: 20px;
}

.home-first {
  margin: 5% 0;
}
.home-first .wording {
  width: calc(100% - 40%);
}

.home-first .op-img {
  margin: 0 10px 10px;
}
.home-first h2,
.home-first h3 {
  text-align: left;
}
.home-first h2 {
  margin-top: 20px;
}

.home-vedio {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -40px;
}
.home-vedio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.home-vedio iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home_block.check-coop-bank {
  /*background: url('../img/home-check-coop-bank.jpg') 0 0 no-repeat;*/
  background-size: cover;
}
.home_block.check-coop-bank .wording {
  width: 570px;
  margin: 0 0 0 auto;
  padding: 0px 0 60px 1.5rem;
}

/*.home_block.check-coop-bank h2{ color: #fff; }
.home_block.check-coop-bank h3{ color: #BFBFBF; }*/
.home_block.check-coop-bank .text {
  background-color: #fff;
  color: #363533;
  font-size: 2.6rem;
  border: 2px solid #f68b1f;
  border-radius: 10px;
  padding: 30px 40px;
}
.home_block.check-coop-bank .text .s-title {
  font-size: 3.6rem;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 10px;
}
.home_block.check-coop-bank .text .btn {
  margin-bottom: 0;
}
.home_block.check-coop-bank .text .s-title:first-of-type {
  margin-top: 0;
}

.home_block.check-coop-bank .img-block {
  width: 50%;
  display: flex;
  align-self: flex-end;
}
.home_block.check-coop-bank .img-block img {
}

.home_block.flex-column .wording,
.home_block.flex-column .img-block {
  width: 100%;
  flex-direction: row;
}
.home_block.flex-column h3 {
  margin-top: 20px;
}
.home_block.flex-column .img-block {
  margin-top: 20px;
}
.home_block.flex-column .card {
  border: 0; /*font-weight: bold;*/
  text-align: center;
}
.home_block.flex-column .card img {
  width: auto;
}
.home_block.flex-column .name {
  color: #f68b1f;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
}
.home_block.flex-column .text {
  color: #363533;
  line-height: 1.6;
  font-size: 2rem;
}
.mobile-only {
  display: none !important;
}
.swiper-marquee {
  background-color: #fff;
}

@media (max-width: 991px) {
  .home-vedio {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .news-block {
    margin-top: 0;
  }
  .home-first .img-block {
    padding-left: 0;
  }
  .home_block h2 {
    font-size: 2.8rem;
  }
  .home_block h3 {
    font-size: 2rem;
  }
  .home_block {
    text-align: center;
    display: block;
  }
  .home_block h2,
  .home_block h3,
  .home_block p {
    text-align: center;
    margin-top: 0;
  }
  .home_block .wording {
    width: 100%;
    padding-top: 0;
  }
  .home_block.check-coop-bank .text {
    font-size: 1.6rem;
  }
  .home_block.check-coop-bank .text .s-title {
    font-size: 2rem;
  }
  .home_block.check-coop-bank .img-block {
    display: none;
  }
  .home_block.check-coop-bank .wording {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .cooperation_index_block .container {
    flex-direction: column;
    min-height: auto;
  }
  .cooperation_index_block h1 {
    flex: auto;
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .home_block.flex-column .name,
  .home_block.flex-column .text {
    font-size: 1.6rem;
  }
  .cooperation_index_block .cc-group {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cooperation_index_block .cc-group li {
    width: calc((100% / 3) - 18px);
  }
}

/* APP下載 */
.download_block {
  display: flex;
  margin: 0 30px;
}
.download_block .img {
  display: block;
  width: 80%;
}
.download_block .img-text {
  display: inline-flex;
  align-items: center;
  width: 55%;
  padding-left: 80px;
}
.download_block .img .a {
  margin: 0;
  z-index: 1;
}
.download_block .img .b {
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
.download_block .img .gg {
  width: 18%;
  margin-top: -30px;
  text-align: center;
}
.download_block h1 {
  font-size: 2.6rem;
  line-height: 1.65;
  padding: 20px 0;
}
.download_block h1 {
  padding-left: 50px;
  background: url("../img/download-light.png") 0 0 / 50px no-repeat;
}
.download_block .text {
  text-align: left;
  padding-left: 13%;
  padding-right: 7%;
}
.download_block .app-qrcode {
  display: block;
}
.download_block .app-qrcode span {
  display: flex;
  align-items: center;
  width: 90%;
}
.download_block .app-qrcode span .op-img {
  margin: 15px auto 0 auto;
  width: 50%;
  max-width: 60%;
  height: auto;
}
.download_block .app-qrcode span .download_sub_block {
  width: calc(40% - 5%);
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}
.download_block .app-qrcode span .download_sub_block span {
  display: block;
  margin: 10px 0;
}
.download_block h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 1em 0;
  text-align: center;
}
.download_block .wording {
  color: #727272;
  font-size: 1.8rem;
  border: 1px solid #b3b3b3;
  padding: 0.4em 0.8em;
  margin-top: 1em;
}

@media screen and (min-width: 1023px) {
  .download_block .img-text {
    padding: 0 0px 0 10px;
    width: 150%;
  }
  .download_block .img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .download_block .img .gg {
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 1022px) and (min-width: 992px) {
  .download_block .img {
    display: none;
  }
  .download_block .img-text {
    padding-right: 60px;
    margin-left: -50px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .download_block {
    flex-direction: column;
  }
  .download_block .img {
    display: none;
  }
  .download_block .img-text,
  .download_block .img {
    width: 100%;
  }
  .download_block .text {
    padding-left: 7%;
  }
  .download_block .img-text {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-left: 5px;
  }
  .download_block .wording {
    border: 1px solid #b3b3b3;
    padding: 0.4em 0.8em;
    margin-top: 1em;
  }
  .download_block .app-qrcode span .op-img {
    width: 60%;
    max-width: 50%;
  }
  .download_block h1 {
    font-size: 2.2rem;
    line-height: 1.55;
  }
  .download_block h3 {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .download_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .download_block .text {
    padding-left: 10;
  }
  .download_block .img {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .download_block .img-text {
    width: 100%;
  }
  .download_block .app-qrcode > span {
    width: 100%;
  }
  .download_block .app-qrcode {
    display: block;
    flex-direction: row;
  }
  .download_block .app-qrcode span .download_block .op-img:first-of-type {
    margin-bottom: 0;
    margin-top: 5px;
  }
}

/* 活動 */
.card-group .card {
  margin-bottom: 25px;
}

/* 活動訊息 */
.post-card .card a,
.banner-card .card a {
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-card .card a:before,
.banner-card .card a:before {
  content: "";
  display: block;
  padding-top: 33.7%; /*  W2000 x H 674  */
}

/*首頁的合作通路*/
.cooperation_index_block {
  background-color: #efefef;
  padding: 60px 0 35px 0;
  margin-bottom: -35px;
  margin-top: 20px;
}
.cooperation_index_block h1 {
  color: #f68b1f;
  font-size: 4.2rem;
  font-weight: bolder;
  font-weight: bold;
  margin-bottom: 30px;
}
.cooperation_index_block .cc-group {
  display: flex;
  justify-content: flex-start;
}
.co-channel-indexlogo {
  border-radius: 30px;
}
.cooperation_index_block .cc-group,
.cooperation_index_block .cc-group li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cooperation_index_block .cc-group li {
  padding: 5px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 9px 18px 9px;
}
.cooperation_index_block .cc-group li img {
  width: 100%;
}
.cooperation_index_block .btn-box {
  text-align: right;
  margin-top: 10px;
}
.cooperation_index_block .btn-box .btn,
.home_block.check-coop-bank .btn-box .btn {
  font-size: 2.4rem;
  line-height: 1.4;
  height: 38px;
}

/*合作通路*/
.banner-card .card a:before {
  content: "";
  display: block;
  padding-top: 33.7%;
}

/* 登入 */
.login_block {
  width: 410px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.login_block.underage-ward_block {
  width: 490px;
}
.login_block.underage-ward_block .toggle_list_box {
  text-align: left;
}
.autoscroll {
  height: 250px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.autoscroll article {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}
.login_block .link {
  text-align: right;
  padding: 15px 0;
}
.login_block .link a {
  color: #626262;
}
.login_block .link a:hover,
.login_block .link a:focus {
  color: #23b8bc;
}
.login_block .form-control {
  border: 0;
  border-bottom: 1px solid #ff7a00;
  font-size: 1.6rem;
  border-radius: 0;
  color: #626262;
  height: 50px;
}

.error-group .form-control {
  border-color: #ff7a00;
}
.error-group .error-wording,
.error-wording {
  color: #ff7a00;
  font-size: 1.2rem;
  text-align: right;
  padding-top: 0.5rem;
}

.error_block {
  text-align: center;
  color: #d20813;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: -50px;
}

.login_block .form-group.intbt .col-form-label-view {
  display: flex;
}
.login_block .form-group.intbt .btn {
  border-radius: 4px;
  height: auto;
  min-height: auto;
  min-width: auto;
  width: auto;
  font-size: 1.2rem;
  min-height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 40px;
}

.login_block .form-group.intbt .col-form-label-view {
  border-bottom: 1px solid #a4a4a4;
}
.login_block .form-control.ic-account {
  background-image: url("../img/ic/ic_account.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.login_block .form-control.ic-password {
  background-image: url("../img/ic/ic_password.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.login_block .form-control.ic-phone {
  background-image: url("../img/ic/ic_phone.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.login_block .btn-box {
  margin-top: 70px;
}
.login_block .btn-primary {
  border-radius: 0;
  width: 100%;
  font-size: 2.3rem;
  height: 50px;
}

.login_block h1 {
  margin-bottom: 40px;
}
.login_block .gray_block {
  background-color: #eceaeb;
  padding: 2px 15px;
  color: #010101;
  display: inline-block;
  margin: 0 auto 40px auto;
  font-size: 1.4rem;
}
.login_block .other-link {
  color: #000;
  font-size: 1.6rem;
  margin-top: 25px;
  text-align: left;
}
.login_block .other-link a {
  color: #000;
  text-decoration: underline;
  font-size: 1.6rem;
}
.login_block .other-link a:hover {
  text-decoration: none;
}

.ps-wording {
  text-align: left;
  font-size: 1.5rem;
  color: #8f8f8f;
  margin-top: 20px;
}
.ps-ul {
  text-align: left;
  font-size: 1.5rem;
  color: #8f8f8f;
  margin-left: 20px;
  margin-top: 20px;
}

.preview-box {
  padding-top: 20px;
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
}

.preview-box > div {
  display: inline-block;
  z-index: 1;
  width: 140px;
  height: 140px;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: contain;
  margin: 0px 10px 10px 10px;
  position: relative;
}
.preview-box .del {
  display: inline-block;
  position: absolute;
  background: url(../img/ic/xx.png) no-repeat;
  background-size: cover;

  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  z-index: 2;
}
.preview-box .item .ic-close:hover,
.preview-box .item .ic-close:focus {
  opacity: 0.8;
}
.preview-box img {
  width: 100%;
}

@media (max-width: 640px) {
  .login_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .login_block .btn-box {
    margin-top: 40px;
  }
  .error_block {
    margin-bottom: -20px;
  }
}

/* 會員-基本資料 */

.MC_basic_block {
  margin-bottom: 120px;
}
.title_block h1.ic-account {
  background: url("../img/ic/ic_account.png") 0 50% no-repeat;
  background-size: 26px;
  padding-left: 44px;
  color: #494949;
  margin-bottom: 40px;
  font-weight: normal;
}

/* 合作通路 */

.title_block h1.ic-search {
  background: url("../img/ic/ic_search.png") 0 50% no-repeat;
  background-size: 32px;
  padding-left: 48px;
  color: #494949;
  margin-bottom: 20px;
  font-weight: bolder;
}

.search-criteria_block {
  background-color: #f8f8f8;
  box-shadow: 0 1px 5px #dee1e1;
  padding: 30px 0 1px 0;
}
.search-criteria_block .container {
  padding-left: 60px;
  padding-right: 60px;
}
.search-criteria_block ul {
  list-style-type: none;
}
.search-criteria_block ul li {
  color: #494949;
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.search-criteria_block li .title {
  width: 120px;
  display: inline-block;
  font-weight: bold;
}
.search-criteria_block .form-check {
  font-size: 1.6rem;
  display: inline;
  margin-right: 0px;
  margin-bottom: 15px;
}
.search-criteria_block .form-check:last-of-type {
  margin-right: 0;
}

/* ====代收代付 按鈕===*/
.search-criteria_block .form-check.fake {
  padding: 16px 15px;
  cursor: pointer;
  min-width: 87px;
  text-align: center;
}
.search-criteria_block .form-check.fake a {
  text-decoration: none;
  display: inline-block;
}
.search-criteria_block .form-check.fake a:hover {
  text-decoration: none;
}
.search-criteria_block .form-check.fake.active {
  background-color: #e6e5e5;
  border-radius: 8px;
  margin-bottom: 15px;
  font-weight: bolder;
}
.search-criteria_block .form-check.fake a {
  margin-bottom: 0.5rem;
  margin-top: 15px;
}
/* ====代收代付 按鈕END===*/

.search-criteria_block input[type="radio"] {
  display: none;
}

.search-criteria_block .form-check label {
  padding: 10px 14px;
  cursor: pointer;
  text-align: center;
}

.search-criteria_block input[type="radio"]:checked + label {
  background-color: #e6e5e5;
  border-radius: 8px;
}

.search-criteria_block .btn-primary {
  font-size: 1.6rem;
}

.cooperation_block {
  margin: 30px 40px 10px 40px;
}
.cooperation_block .card {
  margin: 0 0 20px 0;
}
.cooperation_block .card-group .card:only-child {
  border: 0;
}
.cooperation_block .card a {
  border-radius: 4px;
  border: 1px solid #d1cfd0;
  padding: 8px;
}
.cooperation_block .card a:hover {
  opacity: 0.8;
}
.cooperation_block .card .name {
  color: #353333;
  font-size: 1.9rem;
  padding: 15px 0;
  text-align: center;
}
.card-group .card img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .title_block h1.ic-search {
    background-size: 22px;
    padding-left: 28px;
    font-size: 2.5rem;
    font-weight: blod;
  }
}
@media (max-width: 991px) {
  .search-criteria_block {
    background-color: #f8f8f8;
    box-shadow: 0 1px 5px #dee1e1;
    padding: 10px;
    margin-bottom: 25px;
  }
  .search-criteria_block .container {
    padding: 0px 10px 15px 10px;
  }
  .search-criteria_block ul {
    list-style-type: none;
  }
  .search-criteria_block ul li {
    color: #494949;
    font-size: 2rem;
    margin-bottom: -2.5rem;
  }
  .search-criteria_block li .title {
    display: block;
    text-align: left;
    color: #CCCCC;
    font-weight: bold;
  }
  .search-criteria_block .form-check {
    margin-right: 0px;
    padding-left: -1.25rem;
  }
  .search-criteria_block .form-check:last-of-type {
    margin-right: 0;
  }

  /* ====代收代付 按鈕===*/
  .search-criteria_block .form-check.fake {
    padding: 8px 16px;
    cursor: pointer;
    min-width: 87px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .search-criteria_block .form-check.fake a {
    text-decoration: none;
    display: inline-block;
  }
  .search-criteria_block .form-check.fake a:hover {
    text-decoration: none;
  }
  .search-criteria_block .form-check.fake.active {
    background-color: #e6e5e5;
    border-radius: 8px;
  }
  .search-criteria_block .form-check.fake a {
    margin-bottom: 5px;
  }
  /* ====代收代付 按鈕 END===*/
  .search-criteria_block input[type="radio"] {
    display: none;
  }

  .search-criteria_block .form-check label {
    padding: 2px 14px;
    cursor: pointer;
  }
  .search-criteria_block input[type="radio"]:checked + label {
    background-color: #e6e5e5;
    border-radius: 8px;
    padding: 2px 14px;
  }
  .search-criteria_block .btn-primary {
    font-size: 2.3rem;
  }

  .cooperation_block {
    margin: 0px;
  }
  .cooperation_block .col-sm-6 {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .cooperation_block .col-md-3 {
    padding: 0 4px;
  }
  .cooperation_block .card {
    margin: 0 0 5px 0;
    background-color: transparent;
  }
  .cooperation_block .card-group {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cooperation_block .card-group .card:only-child {
    border: 0;
  }
  .cooperation_block .card a {
    border-radius: 8px;
    border: 1px solid #d1cfd0;
    padding: 0px;
  }
  .cooperation_block .card a:hover {
    opacity: 0.8;
  }
  .cooperation_block .card .name {
    color: #353333;
    font-size: 1.9rem;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
  }
  .card-group .card img {
    width: 100%;
  }
}

/* 交易紀錄查詢 */

.title_block h1.ic-transactionrecord {
  background: url("../img/ic/ic_transactionrecord.png") 0 50% no-repeat;
  background-size: 24px;
  padding-left: 44px;
  color: #494949;
  margin-bottom: 20px;
  font-weight: normal;
}

.transactionrecord_block {
  margin-top: 20px;
  margin-bottom: 100px;
}
.transactionrecord_block .rwd-table {
  width: 100%;
  border: 0px solid #b1b1b1;
}
.transactionrecord_block .rwd-table table {
  width: 100%;
}
.transactionrecord_block .rwd-table tbody tr:nth-of-type(2n) {
  background: transparent;
}
.transactionrecord_block .rwd-table tbody tr {
  border-bottom: 1px solid #bdc2c2;
}
.transactionrecord_block .rwd-table th,
.transactionrecord_block .rwd-table td {
  font-size: 1.6rem;
  padding: 0.5rem 0 !important;
  margin: 0;
}
.transactionrecord_block .rwd-table th {
  color: #181717;
  font-weight: normal;
}
.transactionrecord_block .rwd-table td {
  color: #494949;
}
.transactionrecord_block .rwd-table td .time {
  color: #a4a4a4;
  padding-left: 10px;
}

.transactionrecord_block .rwd-table tbody tr td:last-of-type {
  padding-bottom: 2rem !important;
}
.transactionrecord_block .rwd-table tbody tr td:first-of-type {
  padding-top: 2rem !important;
}

.record_detail_block .form-group {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.record_detail_block .form-group .col-form-label {
  width: 150px;
  border-bottom: 1px solid #d1d2d2;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  line-height: 1.5;
}
.record_detail_block .form-group .col-form-label-view {
  flex: 1 1 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  line-height: 1.5;
}

.record_detail_block .btn-link-primary {
  line-height: 50px;
}

.activity_feedback_block .tb-ps {
  font-size: 1.6rem;
  margin-top: 30px;
}

@media (min-width: 641px) {
  .transactionrecord_block .rwd-table tbody tr td:last-of-type {
    padding-bottom: 1rem !important;
  }
  .transactionrecord_block .rwd-table tbody tr td:first-of-type {
    padding-top: 1rem !important;
  }
  .transactionrecord_block .rwd-table thead tr {
    background: transparent;
    border-bottom: 1px solid #f68b1f;
  }
  .transactionrecord_block .rwd-table .t-right {
    text-align: right;
  }
  .transactionrecord_block .rwd-table td .time {
    color: #a4a4a4;
    display: block;
    padding-left: 0px;
  }
  .transactionrecord_block .rwd-table th,
  .transactionrecord_block .rwd-table td {
    font-size: 1.7rem;
    padding: 1em 0 !important;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .record_detail_block .form-group .col-form-label {
    width: auto;
    flex: 2;
  }
  .record_detail_block .form-group .col-form-label-view {
    flex: 3;
  }
}

/* 法定代理人同意書 */
.underage-agree_block {
}
.underage-agree_block h1 {
  text-align: center;
}
.underage-agree_block .btn-box {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.underage-agree_block .btn-box .btn-primary {
  width: 410px;
  max-width: 100%;
  font-size: 2.3rem;
  height: 50px;
}
.underage-agree_block article {
  margin-top: 35px;
  line-height: 1.8;
}

/* 升級 */
.upgrade_block {
  margin-bottom: 65px;
}
.upgrade_block article,
.upgrade_block article p {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.7;
}
.upgrade_block .btn {
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.upgrade_block article p {
  font-size: 1.8rem;
}
.upgrade_block article h4 {
  border-bottom: 1px solid #dadada;
  color: #000;
  font-size: 2rem;
  font-weight: normal;
  padding: 10px 0;
  margin: 20px 0;
}
.upgrade_block article h5 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 5px;
}

/* //////////////////////////共用模組////////////////////////// */

/*

.scroll-table{border: 1px solid #b1b1b1; width: 100%; margin-bottom: 10px;}
.scroll-table td, .scroll-table th{padding:1rem;}
.scroll-table strong{ color: #23b8bc;  }


 @media (min-width: 641px) {k
  .scroll-table tbody tr{        background: #fff; }
.scroll-table tbody tr:nth-of-type(2n), .scroll-table th{        background: #f4f4f4; }
 }
 @media (max-width: 640px) {
   table td, table tr, table caption{font-size: 1.2rem;}
 .scroll-table tbody tr{    border-right:1px solid #f4f4f4; }
.scroll-table tbody tr td{      border-bottom:1px solid #f4f4f4; }
.scroll-table td, .scroll-table th{padding:0.8rem;font-size: 1.2rem; }
      .scroll-table{
          background-color: #f4f4f4;
          display: block!important;
          position: relative;
      }  
      .scroll-table thead{display: block;    float: left;}
      .scroll-table thead tr {    display: block;}
      .scroll-table thead:after , .scroll-left:after{
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0;
      }
      .scroll-table th {    display: block;  }
      .scroll-table tbody {
          display: block;
          width: auto;
          position: relative;
          overflow-x: auto;
          white-space: nowrap;
          background-color: #fff;
      }
      .scroll-table tbody tr {
          display: inline-block;
          vertical-align: top;
          margin: 0px -2px;
      }
      .scroll-table td {
          display: block;
          min-height: 1.25em;
          text-align: left;
      }
 
}
*/

/* ====Modul==== 條列式選單 */
.toggle_list_box {
  width: 100%;
}
.toggle_list_box > li {
  display: block;
}

.toggle_list_box > li > a {
  padding: 1.5em 40px;
  font-size: 2rem;
  display: block;
  color: #494949;
  position: relative;
}
.toggle_list_box > li > a:hover,
.toggle_list_box > li > a:focus {
  background-color: #f7f6f6;
  text-decoration: none;
}
.toggle_list_box > li > a:before {
  content: "";
  border-bottom: 1px solid #dadada;
  display: block;
  height: 1px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 40px;
  left: 40px;
}
.toggle_list_box > li > a:after {
  content: " ";
  display: inline-block;
  background: url("../img/ic/ic_list_arrow.png") 0 0 no-repeat;
  width: 7px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -6px;
}

/* 未成年 */
.underage-ward_block .toggle_list_box > li > a {
  padding: 1.5em 40px;
  font-size: 2rem;
  display: block;
  color: #494949;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 10px;
  margin-bottom: 10px;
}
.underage-ward_block .toggle_list_box > li > a:hover,
.underage-ward_block .toggle_list_box > li > a:focus {
  background-color: #f7f6f6;
  text-decoration: none;
}

.underage-ward_block .toggle_list_box > li > a:before {
  display: none;
}

/* 公告-特殊 */

.collapse-box li .collapse-head {
  background-color: #f7f6f6;
  padding-right: 50px;
  padding-left: 40px;
  border-bottom: 0px solid #dadada;
  color: #494949;
  font-size: 1.5rem;
  line-height: 1.4;
}
.collapse-box li .collapse-head .date {
  padding-right: 10px;
  float: right;
  color: #f68b1f;
}
.collapse-box li .collapse-head.collapsed {
  background-color: transparent;
}

.collapse-box li .inner-p,
.collapse-box li .inner-p.show {
  padding: 30px 40px;
  background-color: #f7f6f6;
  color: #494949;
  font-size: 1.5rem;
  line-height: 1.4;
}

.collapse-box .inner-p.collapsing {
  transition: height 0.35s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.collapse-box li .inner-p a {
  color: #ff903d;
  text-decoration: underline;
}
.collapse-box li .inner-p a:hover,
.collapse-box li .inner-p a:focus {
  text-decoration: none;
}

/* 常見問題 */
.faqselect-box {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
}
.faqselect-box select {
  width: 30%;
}
.faqselect-box input {
  margin-left: 10px;
}
.faqselect-box button {
  margin-left: 18px;
  border-radius: 4px;
}

.faq-box {
}
.faq-box li ul {
  list-style-type: disc;
  margin-left: 27px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.faq-box li ul > li,
.faq-box li ol > li {
  display: list-item;
  margin-bottom: 1%;
}

.faq-box li ul.ul-decimal {
  list-style-type: decimal;
}

.faq-box li .collapse-head {
  color: #f68b1f;
}
.faq-box li .collapse-head.collapsed {
  color: #000;
}
.faq-box li ol {
  margin-left: 27px;
  margin-bottom: 1%;
  margin-top: 1%;
}

@media (max-width: 991px) {
  .collapse-box li .collapse-head .date {
    padding-left: 20px;
  }
  .collapse-box li .collapse-head {
    padding-left: 22px;
    padding-right: 40px;
  }
  .collapse-box li .inner-p,
  .collapse-box li .inner-p.show {
    padding-left: 22px;
    padding-right: 40px;
  }
  .toggle_list_box > li > a:before {
    right: 40px;
    left: 22px;
  }
}

@media (max-width: 640px) {
  .toggle_list_box > li > a {
    padding: 1em 20px;
  }
  .toggle_list_box > li > a:before {
    right: 20px;
    left: 20px;
  }
  .toggle_list_box > li > a:after {
    right: 20px;
  }
  .faqselect-box {
    flex-wrap: wrap;
  }
  .faqselect-box select {
    width: 100%;
    margin-bottom: 5px;
  }
  .faqselect-box input {
    margin-left: 0px;
    width: calc(100% - 70px);
  }
  .faqselect-box button {
    margin-left: 10px;
    min-width: 60px;
    width: 60px;
    padding: 0;
  }
  .faqselect-box select + button {
    margin-left: 0;
  }
}

/* ====Modul==== page */

.page-box {
  margin: 20px 0 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-box img {
  width: 12px;
}
.page-box:after {
  content: "";
  display: block;
  font-size: 0;
  clear: both;
}
.page-box,
.page-box a {
  font-size: 1.2rem;
}

.p-top {
  margin-top: 0px;
}

.page-box .num-box {
  color: #999999;
  margin: 0 20px;
}
.page-box .num-box a {
  padding: 4px 9px;
  color: #626262;
  display: inline-block;
  margin: 0 5px;
  font-size: 1.7rem;
}
.page-box .num-box a:hover {
  color: #000;
  text-decoration: underline;
}
.page-box .num-box a.current {
  color: #fff;
  background-color: #221e1f;
}
.page-box .num-box a.current:hover {
  text-decoration: none;
}

.page-box .btn-box {
  padding: 0;
  text-wrap-mode: nowrap;
}
.page-box .btn-box a {
  padding: 5px 5px;
  margin: 0 15px;
  display: inline-block;
}
.page-box .btn-box a:hover {
  opacity: 0.7;
}
.page-box .btn-box a.disable {
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 640px) {
  .page-box .btn-box a {
    margin: 0 15px;
  }
}

/* ====Modul==== modal */

.modal {
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0;
  border: 3px solid #f68b1f;
  min-height: 330px;
  line-height: 1.5;
}
.modal-body {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-size: 2rem;
}
.modal-body .title {
  color: #2a2a2a;
  font-size: 2.4rem;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 1.5rem;
}
.modal-footer {
  border: 0;
  padding: 20px;
}
.modal-footer .btn {
  flex: 1;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .form-group {
  display: flex;
  flex-direction: column;
}
.modal .form-group .col-form-label {
  border-bottom: 0px solid #d1d2d2;
  font-size: 2rem;
  border-radius: 0;
  color: #000;
  color: #000;
  padding: 20px 0;
  text-align: center;
}
.modal .form-group:last-of-type {
  margin-bottom: 0rem;
}
.modal .form-group .col-form-label-view {
  border-bottom: 0px solid #d1d2d2;
  font-size: 2rem;
  border-radius: 0;
  color: #626262;
  color: #000;
  text-align: center;
}
.modal .form-control {
  border: 1px solid #6d6e71;
  background-color: #f3f3f3;
  height: 40px;
  border-radius: 0;
}

/* 請輸入工商憑證密碼( pin碼) */
.pop-pin .modal-content {
  min-height: auto;
}
.pop-pin .modal-dialog {
  max-width: 320px;
  margin: 30px auto;
}
.pop-pin .modal-body {
  padding: 25px;
  padding-bottom: 10px;
}
.pop-pin .modal-footer {
  padding: 25px;
  padding-top: 0;
}

/* ====Modul==== checkbox */
input.checkbox[type="checkbox"] {
  display: none;
}

input.checkbox[type="checkbox"] + label {
  color: #777;
  padding-right: 15px;
  line-height: 20px; /*width:100%;*/
}
.inp-inp input.checkbox[type="checkbox"] + label {
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
}
input.checkbox[type="checkbox"] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 8px 0 -30px;
  vertical-align: middle;
  background: url(../img/ic/ic_uncheck.png) 0 0 no-repeat;
  cursor: pointer;
  background-size: cover;
}

input.checkbox[type="checkbox"]:checked + label span {
  background: url(../img/ic/ic_check.png) 0 0 no-repeat;
  background-size: cover;
}

.agree-check {
  font-size: 1.6rem;
  color: #494949;
  font-weight: bolder;
  margin-top: 15px;
}
.agree-check input.checkbox[type="checkbox"] + label {
  color: #494949;
}

.login_block .agree-check {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

.table-top-check .form-group > label {
  width: auto;
  padding-right: 30px;
  text-align: left;
}
.table-top-check .form-group .inp-inp {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

@media (max-width: 640px) {
  .agree-check {
    margin-bottom: 40px;
  }
  .login_block .agree-check {
    margin-bottom: 15px;
  }
}
/* 智能小幫手 */

.intelligent-help-wrap {
  text-align: right;
  position: relative;
  padding-bottom: 20px;
}
.intelligent-help-wrap .icon {
  background: url("../img/ic/ic-intelligent-help.png") 50% 0 no-repeat;
  background-size: 60px;
  width: 70px;
  color: #f68b1f;
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 60px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bolder;
}

.intelligent-help {
  border: 2px solid #f68b1f;
  background-color: #fdebd8;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: 400px;
  border-radius: 10px;

  overflow: hidden;
  height: 400px;
  z-index: 2;
  display: none;
}
.intelligent-help-wrap.open .icon {
  background: url("../img/ic/ic-intelligent-help-close.png") 50% 0 no-repeat;
  font-size: 0;
  background-size: 40px;
  width: 40px;
  padding-top: 40px;
}
.intelligent-help-wrap.open .intelligent-help {
  display: block;
}

.intelligent-help .header,
.intelligent-help .content,
.intelligent-help .control-bar,
.intelligent-help .footer-menu {
  padding: 8px 12px;
}

.intelligent-help .header {
  font-size: 1.5rem;
  font-weight: bolder;
  background-color: #f68b1f;
  color: #fff;
  height: 38px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 8px 12px;
  text-align: left;
  position: absolute;
}

.intelligent-help .content {
  margin-top: 38px;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 98px);
  margin-bottom: 60px;
}
.intelligent-help .footer-menu {
  position: absolute;
  top: 100px;
  left: 10px;
  right: 10px;
  display: none;
}
.intelligent-help .footer-menu.open {
  display: block;
}
.intelligent-help .footer-menu .dropdown-toggle {
  display: block;
  background-color: #3cb9bc;
  font-size: 1.5rem;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.intelligent-help .footer-menu .dropdown-toggle:hover,
.intelligent-help .footer-menu .dropdown-toggle:focus {
  color: #fff;
}

.intelligent-help .dropdown-toggle::after {
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../img/ic/ic-intelligent-help-drop.png") 0 0 no-repeat;
  background-size: cover;
  content: "";
  border: 0;
  position: absolute;
  right: 10px;
  top: 16px;
}
.intelligent-help .dropdown-menu {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 0;
  width: 100%;
  float: none;
  transform: none !important;
  margin-top: 5px;
  top: 40px !important;
}
.intelligent-help .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dcdcdc;
  color: #7e7e7e;
}
.intelligent-help .dropdown-item:last-of-type {
  border: 0;
}

.intelligent-help .control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
}

.control-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control-bar .btn-add {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-indent: 100%;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  background: #bfc5cd url(../img/ic/ic-intelligent-help-menu.png) center center
    no-repeat;
  background-size: cover;
}
.control-bar input {
  background-color: #bfc5cd;
  font-size: 1.2rem;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  flex: 1 1 auto;
  margin-right: 10px;
  margin-left: 10px;
}
.control-bar input::placeholder {
  color: #fff;
}
.control-bar button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.intelligent-help .dialog-item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

.intelligent-help .avatar {
  width: 36px;
}
.intelligent-help .avatar img {
  width: 100%;
}
.intelligent-help .dialog-box {
  margin: 0 20px 0 0px;
  flex: 1 1 36px;
}

.intelligent-help .message {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 10px;
  text-align: left;
}
.intelligent-help .message:before {
  right: auto;
  left: 100%;
  top: 6px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  margin-top: 7px;
}

.intelligent-help .time {
  padding-top: 5px;
  color: #999;
  display: none;
}

.intelligent-help .dialog-item.robot {
  flex-direction: row;
}

.intelligent-help .dialog-item.robot .dialog-box {
  margin: 0 0px 0 20px;
}
.intelligent-help .dialog-item.robot .message:before {
  left: auto;
  right: 100%;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
}

/* ====Modul==== radio */
/*
input[type="radio"] {
    display:none;
}
input::placeholder{ color:#bfbfbf;}

input[type="radio"] + label {
    color:#5f728a;
    font-family:Arial, sans-serif;
  padding-right:15px; line-height:30px; 
  font-family: Arial, Helvetica,"微軟正黑體", Microsoft JhengHei, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
   background:url(../img/form_radio.png) left top no-repeat;
   background-size: cover;
    cursor:pointer;
  
  
}

input[type="radio"]:checked + label span {
    background:url(../img/form_radio.png) left bottom no-repeat;
}
*/
/* ====Modul==== switch */
/*
.form-switch{ font-size: 1.5rem; color: #221e1f; margin-top: 3px; }
.form-switch:after{content: ''; display: block; clear: both;}
.form-switch .text{ float: left; margin-left: 8px;  }

.onoffswitch {
    position: relative; width: 48px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float: left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
     border-radius: 15px;
  
  padding-right:0px; line-height:auto;
}
.side_box .item .onoffswitch-label{ padding:0;}
.selectAll .onoffswitch-label{ width:100%; display:block;}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
  
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
    text-align: left;
}
.onoffswitch-inner:before {
    content: "是";
    padding-left: 10px;
    background-color: #ffc300; color: #FFFFFF;
   font-family: Arial, Helvetica,"微軟正黑體", Microsoft JhengHei, sans-serif;
}
.onoffswitch-inner:after {
    content: "否";
    padding-right: 10px;
    background-color: #A3A3A3; color: #FFFFFF;
    text-align: right;
   font-family: Arial, Helvetica,"微軟正黑體", Microsoft JhengHei, sans-serif;
}
.onoffswitch-switch {
    display: block; width: 15px; height: 12px; margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 24px;
    border: 2px solid #FFFFFF; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
  
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


*/

.aboutus_page .fright {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .aboutus_page .fright {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}

.download_block .toggle_list_box > li > a:after {
  content: " ";
  display: inline-block;
  background: url(../img/ic/ic_download.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -6px;
}

@media (max-width: 640px) {
  .toggle_list_box > li > a {
    padding-right: 50px;
  }
  .download_block .toggle_list_box > li > a:after {
    right: 25px;
  }
}

.text-blue {
  color: #f68b1f;
  font-size: 2rem;
  font-weight: bolder;
}

.totol-block {
  border: 1px solid #ededed;
  box-shadow: 0 0 13px rgba(87, 87, 87, 0.2);
  border-radius: 100px;
  height: 100px;
  width: 360px;
  max-width: 100%;
  margin: 20px auto;
}
.totol-block .title {
  color: #615b5b;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}
.totol-block ul,
.totol-block li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.totol-block ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 15px 0;
}
.totol-block li {
  font-size: 1.6rem;
  color: #494949;
  width: calc(49% - 20px);
  text-align: center;
}
.totol-block li.divide {
  display: inline-block;
  width: 1px;
  background-color: #ebeded;
}

.totol-block span {
  color: #000000;
  font-size: 3rem;
}
.totol-block span.text-blue {
  color: #f68b1f;
}

@media (max-width: 641px) {
  .totol-block .title {
    font-size: 1.2rem;
  }
  .totol-block li {
    width: 49%;
  }
}

.customer-service-wrap article,
.customer-service-wrap p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.customer-service-wrap article h2,
.customer-service-wrap article h3 {
  font-size: 2rem;
}

.detail-box a {
  text-decoration: underline;
  color: #ff903d;
}
.detail-box a:hover,
.detail-box a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  width: auto;
}
.tb-ps {
  text-align: left;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #919192;
}
.detail-box td {
  border-width: 1px;
}
/**   與APP相同 ↓  **/

.mark,
mark {
  padding: 0.2em;
  background-color: #fdebd8;
}
.detail-box h5 {
  margin-top: 0;
}
.detail-box ul ul,
.detail-box ol ul,
.detail-box ol ol,
.detail-box ul ol {
  list-style-type: none;
  counter-reset: my-awesome-counter;
  margin-left: 0;
  padding-left: 0;
}
.detail-box ul ul li,
.detail-box ol ul li,
.detail-box ol ol li,
.detail-box ul ol li {
  counter-increment: my-awesome-counter;
  padding-left: 27px;
  margin-bottom: 0%;
}

.detail-box ul ul li::before,
.detail-box ol ul li::before,
.detail-box ol ol li::before,
.detail-box ul ol li::before {
  margin-left: -27px;
  content: " (" counter(my-awesome-counter) ") ";
}
.detail-box ul ul ul,
.detail-box ul ol ul,
.detail-box ul ul ol,
.detail-box ol ol ol,
.detail-box ol ul ul,
.detail-box ol ol ul {
  list-style-type: disc;
  padding-left: 13px;
}

.detail-box ul ul ul li,
.detail-box ul ul ol li,
.detail-box ol ul ul li,
.detail-box ol ul ol li,
.detail-box ol ol ul li,
.detail-box ol ol ol li,
.detail-box ul ol ul li,
.detail-box ul ol ol li {
  padding-left: 0px;
}

.detail-box ul ul ul li::before,
.detail-box ul ul ol li::before,
.detail-box ol ul ul li::before,
.detail-box ol ul ol li::before,
.detail-box ol ol ul li::before,
.detail-box ol ol ol li::before,
.detail-box ul ol ul li::before,
.detail-box ul ol ol li::before {
  display: none;
}

.detail-box {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #707070;
  text-align: left;
}
.detail-box hgroup {
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.detail-box hgroup h1 {
  font-size: 2rem;
  color: #494949;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail-box hgroup .info {
  list-style-type: none;
  padding-left: 0;
}
.detail-box hgroup .info .source {
  color: #f68b1f;
}
.detail-box hgroup .info .date {
  color: #8e8e8e;
}
.detail-box article {
  font-size: 16px;
  color: #4f4e4e;
}
.detail-box article p {
  font-size: 16px;
}

figure {
  margin: 15px 0 35px 0;
  font-size: 1.6rem;
}
figure img {
  max-width: 100%;
  width: auto;
}

figcaption {
  color: #4f4e4e;
  font-size: 1.2rem;
  margin-top: 10px;
}

.detail-box h2.title {
  margin-bottom: 5%;
  color: #00bbd3;
  text-align: left;
}

.detail-box article h3.title,
.detail-box article h3 {
  font-size: 1.25em;
  color: #232323;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
}
.detail-box article h3 img {
  vertical-align: baseline;
}

.detail-box ul {
  list-style-type: disc;
  padding-left: 27px;
}
.detail-box ol {
  padding-left: 27px;
}
.detail-box ul.ul-decimal {
  list-style-type: decimal;
}
.detail-box ul.ul-decimal1 {
  list-style-type: decimal-leading-zero;
}

.detail-box ul.num {
  list-style-type: none;
  counter-reset: my-awesome-counter;
}

.detail-box ul.num > li {
  counter-increment: my-awesome-counter;
  margin-bottom: 0%;
}
.detail-box ul.num > li::before {
  margin-left: -35px;
  width: 30px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  content: " (" counter(my-awesome-counter) ")  ";
}

.detail-box ul.latin {
  list-style: lower-latin;
}

/* 使用說明 */
.teaching-wrap {
}
.teaching-wrap h3 {
  color: #232323;
  font-size: 22px;
  font-weight: 900;
  margin-top: 2em;
}
.teaching-wrap h3.special {
  color: #21b7bb;
  font-weight: 700;
}
.teaching-wrap img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-top: 5px;
}
.teaching-wrap img.fright {
  float: right;
  width: 50%;
  display: inline-block;
}

.teaching-wrap .wording {
  color: #919192;
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}

.teaching-wrap ul.ul-step {
  list-style-type: none;
  counter-reset: step;
  margin-left: 0%;
  display: flex;
  flex-wrap: wrap;
}
.teaching-wrap ul.ul-step > li {
  padding: 0;
  color: #eb7a0a;
  padding-top: 15px;
  font-size: 22px;
  width: 100%;
}
.teaching-wrap ul.ul-step > li:after {
  content: "";
  clear: both;
  display: block;
}
.teaching-wrap ul.ul-step > li:before {
  counter-increment: step;
  content: "STEP" counter(step);
  border-radius: 4px;
  border: 1px solid #eb7a0a;
  vertical-align: middle;
  font-size: 12px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-right: 0.5em;
}

.teaching-wrap ul.ul-circle-step {
  list-style-type: none;
  counter-reset: circle-step;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.teaching-wrap ul.ul-circle-step > li {
  padding: 0;
  color: #4c4c4c;
  padding-top: 1%;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.teaching-wrap ul.ul-circle-step > li:last-of-type {
  margin-right: 0;
}
.teaching-wrap ul.ul-circle-step > li:before,
.teaching-wrap .toggle_box ul.ul-circle-step > li:before {
  counter-increment: circle-step;
  content: counter(circle-step);
  border-radius: 4px;
  background-color: #4c4c4c;
  border-radius: 50%;
  color: #fff;
  margin-left: 0px;
  font-size: 11px;
  font-weight: normal;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  margin-right: 0.5em;
  padding-top: 2px;
}

.teaching-wrap ul.ul-circle-step > li:only-of-type:before {
  display: none;
}
.teaching-wrap ul.ul-circle-step > li:only-of-type .main-title {
  float: right;
  font-size: 16px;
  min-height: 44px;
  display: inline-block;
  width: 100%;
}

.teaching-wrap .wording {
  color: #919192;
  display: block;
  clear: both;
}
.teaching-wrap .p-fake {
  color: #4c4c4c;
  display: block;
  padding: 10px 0;
  font-size: 18px;
}
.teaching-wrap .p-fake a {
  color: #ff903d;
  text-decoration: underline;
}
.teaching-wrap .p-fake a:hover {
  text-decoration: none;
}
.teaching-wrap img.img-ineline {
  display: inline;
  vertical-align: middle;
}

.img-border {
  border: 1px solid #eee;
}

.teaching-wrap ul.ul-circle-step > li.field-three-col {
  width: 74%;
  padding-right: 1%;
}
.teaching-wrap ul.ul-circle-step > li.field-two-col {
  width: 49%;
  padding-right: 1%;
}
.teaching-wrap ul.ul-circle-step > li.field-two-col-helf {
  width: 39%;
}

.teaching-wrap ul.ul-circle-step > li.field-three-col img {
  width: 33%;
  display: inline-block;
}
.teaching-wrap ul.ul-circle-step > li.field-two-col img.img-border {
  width: 50%;
  display: inline-block;
}
.teaching-wrap .teach_flex {
  display: flex;
  width: 100%;
}
.teaching-wrap .teach_flex div {
  flex: 1;
  padding-right: 1%;
}
.teaching-wrap li.field-two-col .teach_flex div > img.img-border {
  width: 100%;
}

.teaching-wrap ul.ul-circle-step > li.field-three-col .text-up-img-down img {
  width: 100%;
  vertical-align: top;
}
.teaching-wrap ul.ul-circle-step > li.field-three-col .text-up-img-down {
  width: 33%;
  display: inline-block;
  color: #919192;
  font-size: 14px;
}

.teaching-wrap ul.ul-circle-step > li {
  overflow-y: auto;
}
.teaching-wrap ul.ul-circle-step > li:before {
  width: 20px;
  float: left;
}
.teaching-wrap ul.ul-circle-step > li .main-title {
  float: right;
  font-size: 16px;
  min-height: 44px;
  display: inline-block;
  width: calc(100% - 28px);
}

.teaching-wrap ul.ul-circle-step > li .wording img {
  margin-bottom: 5px;
}

.teaching-wrap img.img-ineline {
  margin-top: 0px;
  vertical-align: text-top;
  height: 36px;
}
.teaching-wrap ul.ul-circle-step > li.field-two-col img.img-border {
  margin-top: 0px;
}

/*///20241028新增///*/
.tabs {
  display: flex;
  padding: 5px;
}
.tab-button {
  display: block;
  background-color: #eceaea;
  color: #363533;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 16px;
  transition:
    background-color 0.3s,
    color 0.3s;
  cursor: pointer;
}

.tab-button:hover {
  background-color: #f68b1f;
  color: #ffffff;
  text-decoration: none;
}

#section1:target ~ .tabs .tab-button[href="#section1"],
#section2:target ~ .tabs .tab-button[href="#section2"],
#section3:target ~ .tabs .tab-button[href="#section3"] {
  background-color: #f68b1f;
  color: #ffffff;
}

.tab-content {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .teaching-wrap ul.ul-circle-step > li {
    width: 49%;
    margin-right: 1%;
  }
  .teaching-wrap ul.ul-circle-step > li.field-two-col,
  .teaching-wrap ul.ul-circle-step > li.field-two-col-helf,
  .teaching-wrap ul.ul-circle-step > li.field-tree-col,
  .teaching-wrap ul.ul-circle-step > li.field-three-col {
    width: 100%;
  }
  .teaching-wrap ul.ul-circle-step > li.field-three-col img {
    width: 50%;
    display: inline-block;
  }
  .tabs {
    flex-direction: column;
    align-items: center;
  } /* 新增 20241024 */
  .tab-button {
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .teaching-wrap ul.ul-circle-step > li {
    width: 100%;
    margin-right: 0%;
  }
  .teaching-wrap img.fright,
  .teaching-wrap ul.ul-circle-step > li.field-two-col img.img-border {
    width: 100%;
    float: none;
    display: block;
  }
  .teaching-wrap .teach_flex {
    flex-direction: column;
  }
  .teaching-wrap ul.ul-circle-step > li:before {
    float: none;
  }
  .teaching-wrap ul.ul-circle-step > li .main-title {
    float: none;
    width: auto;
    min-height: auto;
  }
  .teaching-wrap ul.ul-circle-step > li.field-tree-col img,
  .teaching-wrap ul.ul-circle-step > li.field-three-col img {
    width: 100%;
  }
}

/* ====Modul==== 基本表格 */

.basic-table table {
  width: 100%;
}
.basic-table th,
.basic-table td {
  font-size: 1.7rem;
  padding: 1em 0 !important;
  margin: 0;
  color: #181717;
  font-weight: normal;
}
.basic-table thead tr {
  background: transparent;
  border-bottom: 1px solid #f68b1f;
}
.basic-table tbody tr {
  border-bottom: 1px solid #bdc2c2;
}
.basic-table th br {
  display: none;
}
.td-none {
  position: relative;
}
.td-none:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="black" opacity="0.1" stroke-width="1"/></svg>');
}

@media (max-width: 640px) {
  .basic-table th {
    font-size: 1.4rem;
    vertical-align: bottom;
  }
  .basic-table th br {
    display: inline-block;
  }
}

.rwd-table {
  display: inline-block;
  border: 1px solid #b1b1b1;
  line-height: 0;
  background-color: #fff;
}
.rwd-table tbody tr {
}
.rwd-table tbody tr:nth-of-type(2n) {
  background: #f4f4f4;
}
.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table table {
  min-width: 100%;
  line-height: 1.4;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th,
.rwd-table td {
  text-align: left;
  color: #000000;
}
.rwd-table th,
.rwd-table td:before {
  color: #756a6a;
  font-weight: bold;
}

@media (min-width: 641px) {
  .rwd-table table {
    min-width: auto;
    max-width: 100%;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
  .rwd-table thead tr {
    background: #f4f4f4;
  }
}

.transaction-regulations-table {
  border: 1px solid #b1b1b1;
  width: 100%;
  margin-bottom: 10px;
}
.transaction-regulations-table tbody tr:nth-of-type(2n),
.transaction-regulations-table th {
  background: #f9f9f9;
}
.transaction-regulations-table td,
.transaction-regulations-table th {
  padding: 1rem;
}
.rowspan-style {
  border-left: 1px solid #e2e2e2;
}
.title-style {
  background-color: #f9f9f9;
}

.user-level-table {
  border: 1px solid #b1b1b1;
  width: 100%;
  margin-bottom: 10px;
}
.user-level-table td,
.user-level-table th {
  padding: 1rem;
  background-color: white;
}
.user-level-table tbody tr {
  border-top: 1px solid #e2e2e2;
}

.user-level-table th {
  background: #f9f9f9;
}

.tb-half {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.tb-half table {
  width: 100%;
  margin: 0 1px;
}
.tb-half .title {
  background: #fafafa;
}

.tb-level {
  display: flex;
}
.tb-level table {
  flex: 1;
  margin: 0 1px;
  font-size: 14px;
}
.tb-level .title,
.user-level-table2 .title {
  background: #fafafa;
  font-size: 14px;
}

.table-subtitle,
.desktop-only .user-level-table tr.table-subtitle,
.desktop-only .user-level-table tr.table-subtitle td {
  background: #f4f4f4;
  border: 1px solid #b1b1b1;
}

.tb-center td,
.tb-center th,
.tb-center td img {
  text-align: center;
  margin: 0 auto;
}
.user-level-table td.title2 {
  border-left: 1px solid #e2e2e2;
  background: #fafafa;
}
.mobile-only {
  width: 100%;
}
.mobile-only .user-level-table th:nth-of-type(1),
.mobile-only .user-level-table th:nth-of-type(2) {
  width: 25%;
}
/**   與APP相同 ↑  **/

.desktop-only {
  display: block;
  width: 100%;
}
.desktop-only .user-level-table td {
  border-left: 1px solid #e2e2e2;
}
.desktop-only .user-level-table td.title {
  border-left: 0px solid #e2e2e2;
}

.desktop-only .user-level-table th {
  width: 25%;
}
.desktop-only .user-level-table th:nth-of-type(1) {
  width: 10%;
}
.desktop-only .user-level-table th:nth-of-type(2) {
  width: 15%;
}

.show-pc-mobile {
  width: 100%;
}
.user-level-table2 th {
  width: 25%;
}
.user-level-table2 th:nth-of-type(1) {
  width: 25%;
}
.user-level-table2 th:nth-of-type(2) {
  width: 25%;
}
.user-level-table2 td {
  border-left: 1px solid #e2e2e2;
}
.user-level-table2 td.title {
  border-left: 0px solid #e2e2e2;
}

@media (max-width: 991px) {
  .desktop-only .user-level-table2 {
    display: block;
  }
  .tb-level {
    display: block;
  }

  /*.user-level-table th:first-of-type{ width: 20%; }*/
}

@media (max-width: 640px) {
  .tb-half {
    display: block;
  }
  .tb-half table {
    width: 100%;
    margin: 5px 0;
  }
}

/* 錯誤頁 */
.error_box {
  margin: 80px 0;
}
.error_box .errorimg {
  background: url("../img/errorimg.png") 50% 0 no-repeat;
  height: 200px;
  margin-bottom: 15px;
  background-size: contain;
}

.error_box .err_title {
  color: #222845;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 22px;
}
.error_box .err_wording {
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
  color: #7f7f7f;
  margin-bottom: 40px;
}
.error_box .err_btn {
  text-align: center;
  margin-top: 15px;
}
.error_box .err_btn .bigbtn2 {
  width: auto;
  margin: 0 auto;
}

.margintop {
  margin-top: 50px;
}

/* 空值頁 */
.error_box.empty_box .errorimg {
  background: url("../img/icon_empty.png") 50% 0 no-repeat;
  height: 180px;
  background-size: contain;
}

/* Coming Soon */
.error_box.comingsoon_box .errorimg {
  background: url("../img/img_comingsoon.png") 50% 0 no-repeat;
  height: 277px;
  background-size: contain;
}
.comingsoon_box .err_title {
  font-size: 28px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaching-wrap ul.ul-circle-step > li.li-none-ps:before {
  display: none;
}
.teaching-wrap ul.ul-circle-step > li.li-none-ps {
  font-size: 1.4rem;
  padding-top: 78px;
  color: #919192;
}

@media (max-width: 991px) {
  .teaching-wrap ul.ul-circle-step > li.li-none-ps {
    padding-top: 20px;
  }

  .n-float-none {
    text-align: center;
  }
  .n-float-none .fleft,
  .teaching-wrap .n-float-none .fright {
    float: none;
    text-align: center;
  }
  .n-float-none .fleft img,
  .n-float-none .fright img,
  .teaching-wrap .n-float-none .fright {
    margin: 10px auto;
  }
}

.loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 5px #444;
}
.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#12b4eb, #186ab9 60%);
  animation: spin 1s infinite linear;
}
.loader:after {
  content: "";
  position: absolute;
  width: 84%;
  height: 84%;
  top: 8%;
  left: 8%;
  background-color: #808080;
  border-radius: 50%;
  box-shadow: inset 0 0 5px #444;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 使用手冊分支 */
.portal_box {
  width: 323px;
  height: 671px;
  text-align: center;
  position: relative;
  margin: 20px auto;
  display: block;
}

.portal_box .title {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px 8px;
  position: absolute;
  top: 14px;
  width: 80%;
  margin-left: -40%;
  left: 50%;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
}
.portal_box:nth-of-type(2) .title {
  bottom: 23px;
}
.portal_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/portal-outline.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
}
.portal_box img {
  width: 280px;
  margin: 76px auto 0 auto;
}
.portal_box:hover:after {
  background: url("../img/portal-outline_hover.png") 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}
.portal_box:hover .title {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background-color: #f68b1f;
  top: 50%;
}

.cooperation_block .btn-box {
  text-align: left;
  margin-bottom: 20px;
}
.cooperation_block .btn-box .btn-primary {
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.cooperation_block .btn-box .btn-primary:hover {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

.ul-square {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ul-square > li {
  list-style-type: square;
  color: #4c4c4c;
  font-size: 1.6rem;
}
.ul-square .ps {
  color: #919192;
  padding-top: 20px;
}
.portal-wrap .m_show {
  display: none;
}

@media (max-width: 991px) {
  .portal-wrap .col-md-6 {
    width: 50%;
  }
  .portal_box:after,
  .portal_box img {
    display: none;
  }
  .portal-wrap .portal_box {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 20px auto;
    display: block;
  }
  .portal-wrap .portal_box .m_show {
    display: block;
    width: 100px;
  }
  .portal-wrap .portal_box:hover {
    text-decoration: none;
  }
  .portal_box .title {
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    padding: 4px 8px;
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s;
    display: block;
  }
}

.teaching-wrap ul.custom-ul {
  counter-reset: none;
}
.teaching-wrap ul.custom-ul > li:before,
.teaching-wrap .toggle_box ul.custom-ul > li:before {
  display: none;
}
.teaching-wrap ul.custom-ul > li {
  position: relative;
}
.custom-li {
  background-color: #4c4c4c;
  border-radius: 10px;
  color: #fff;
  margin-left: 0px;
  font-size: 11px;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  margin-right: 5px;
}

.teaching-wrap ul.custom-ul > li .main-title {
  float: right;
  font-size: 16px;
  min-height: 44px;
  display: inline-block;
  width: 100%;
}

/* 新 合作銀行 */
.coop-bank_container {
  margin: 40px auto 40px auto;
}
.coop-bank_container .cooperation_block {
  background-color: #fff;
  border: 2px solid #f68b1f;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin: 40px auto 40px auto;
  padding: 34px 34px;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
.coop-bank_container .title {
  background-color: #f68b1f;
  color: #f7f7f7;
  font-size: 2.6rem;
  text-align: center;
  line-height: 14px;
  border-radius: 42px;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 0;
  padding: 8px 15px;
  margin-top: -21px;
  font-weight: bold;
}

.coop-bank_container .title .ps {
  font-size: 1.6rem;
  padding-left: 10px;
  vertical-align: middle;
}
.coop-bank_container .page-box {
  margin-bottom: 0;
}
.cooperation_block .page-box .btn {
  margin-bottom: 0px;
}
.anchor-point-list {
  margin-bottom: 20px;
  margin-top: 40px;
}
.anchor-point-list .list-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  font-size: 18px;
}
.anchor-point-list .list-item a {
  font-size: 1em;
}
.anchor-point-list .list-item a:hover {
  text-decoration: none;
}
.anchor-point-list .list-item .title {
  background-color: #f68b1f;
  color: #fff;
  width: 210px;
  border-radius: 5px;
}
.anchor-point-list .list-item .title.blue {
  background-color: #eb7a0a;
}
.anchor-point-list .list-item .conts {
  color: #000;
  width: calc(100% - 210px);
  position: relative;
}
.anchor-point-list .list-item .conts:after {
  background-color: #c8c8c8;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.anchor-point-list .list-item .title,
.anchor-point-list .list-item .conts {
  display: flex;
  align-items: center;
  padding: 2%;
}
.anchor-point-list .list-item .title a {
  color: #fff;
}
.anchor-point-list .list-item .conts a {
  color: #000;
}

@media (max-width: 640px) {
  .anchor-point-list .list-item {
    font-size: 16px;
  }
  .anchor-point-list .list-item .title {
    width: 40%;
  }
  .anchor-point-list .list-item .conts {
    width: calc(100% - 40%);
  }
  .teaching-wrap .p-fake[id^="invoice"] {
    padding-top: 50px;
  } /* 修正mobile上方NAV 擋住錨點起始位置 */
}

/* 提示訊息 */
.alert-box {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #979797;
  font-size: 1.6rem;
  padding: 10px;
  margin: 20px 0;
}

/* Page銀行優惠 */
.icp-tab_block {
  margin-top: 0px;
}
.icp-tab_block .nav {
  display: flex;
  justify-content: center;
  border: 0;
}
.icp-tab_block .nav li {
  min-width: 40%;
  margin: 0 5px;
}
.icp-tab_block .nav a {
  border-top: 5px solid #f68b1f;
  background-color: #fff;
  color: #999999;
  display: block;
  padding: 15px 30px;
  font-size: 28px;
  text-align: center;
}
.icp-tab_block .nav a:hover {
  text-decoration: none;
}
.icp-tab_block .nav a.active {
  border-top: 5px solid #f68b1f;
  background-color: #f9f9f9;
  color: #f68b1f;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: -20px;
}

.icp-tab_block .tab-content {
}
.icp-tab_block .tab-pane {
  background-color: #f9f9f9;
  padding: 10px 10px;
}
.icp-tab_block .active {
  display: block;
  opacity: 1;
}

.ic_bank-credit,
.ic_bank-account {
  width: 44px;
  height: 29px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.cobrandcard-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0px;
  padding: 0px 20px;
}
.cobrandcard-box .line-item {
  flex: 1;
  margin: 10px 5px 10px 5px;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

.cobrandcard-box .bank-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.8rem;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.cobrandcard-box .bank-item .bank-logo {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bank-card-box {
  margin-bottom: 60px;
}
.bank-card-box:last-child {
  margin-bottom: 0px;
}
.cobrandcard-box .bank-item .card-name {
  background-color: #f68b1f;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1;
}
.cobrandcard-box .bank-item .date {
  color: #f68b1f;
  font-size: 1.5rem;
  text-align: right;
  margin: 7px 0;
}
.cobrandcard-box .bank-item .wording,
.cobrandcard-box .bank-item .wording li {
  color: #333333;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 1.46;
}
.cobrandcard-box .bank-item .wording {
  margin-left: 24px;
  margin-top: 7px;
}
.cobrandcard-box .bank-item .wording li.text-red {
  color: #ff1c23;
  font-weight: bold;
}
.cobrandcard-box .bank-item .wording li .ps {
  color: #808080;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 5px;
}
.frame-small {
  border: 1.8px solid #ffac55;
  padding: 2px 3px;
  text-align: center;
  border-radius: 5px;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 400;
}

.cobrandcard-box .bank-item .wording li:before {
  display: inline-block;
  content: "";
  background-color: #333333;
  font-size: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -24px;
  top: calc((24px - 10px) / 2);
}

.cobrandcard-box .bank-item .link {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.6rem;
  border: 1px solid #f68b1f;
  border-radius: 5px;
  padding: 3px 6px;
}
.cobrandcard-box .bank-item .link a {
  color: #f68b1f;
  text-decoration: none;
}
.cobrandcard-box .bank-item .link a:hover,
.cobrandcard-box .bank-item .link a:focus {
  text-decoration: none;
}

.warning_wording {
  font-size: 28px;
  color: #808080;
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
  padding-top: 7px;
  letter-spacing: 1px;
}
.icp-tab_block .tab-content {
  position: relative;
}
.icp-tab_block .tab-pane {
  padding-bottom: 60px;
}

@media (max-width: 960px) {
  .icp-tab_block {
    margin-top: -5px;
  }
  .cobrandcard-box,
  .icp-tab_block .nav {
    flex-wrap: wrap;
    padding: 0px 10px;
  }
  .cobrandcard-box .line-item {
    flex: 0 0 calc(100% - 10px);
  }
  .icp-tab_block .nav {
    margin-bottom: 5px;
  }

  .icp-tab_block .nav li {
    flex: 0 0 90%;
    margin: 5px;
  }

  .ic_bank-credit,
  .ic_bank-account {
    width: 32px;
    height: 21px;
    background-size: cover;
  }
  .icp-tab_block .nav a {
    font-size: 2.4rem;
  }
  .icp-tab_block .nav a.active {
    margin-bottom: -10px;
  }
  .icp-tab_block .nav a {
    padding: 8px 10px;
  }
  .cobrandcard-box .bank-item .date {
    font-size: 1.8rem;
  }
  .cobrandcard-box .bank-item .link {
    font-size: 1.8rem;
  }
}

/*///20240227新增///*/

@media (max-width: 806px) {
  .coop-bank_container .title {
    width: 85%;
  }
}

/*--------------銀行優惠2025分頁-----------*/
.panel-control {
  position: absolute;
  opacity: 0;
}
.tab-group {
  display: flex;
  justify-content: center;
  border: 0;
}
.tab-group label {
  display: inline-block;
  position: relative;
  color: #999999;
  font-weight: bold;
  padding: 15px 30px;
  font-size: 28px;
  text-align: center;
  position: relative;
}

.content-group {
  border: 0px;
  padding: 20px;
}

.content {
  display: none;
}

/* .content1{display:block;} */
.tab-group .active {
  position: relative;
}

#radio1:checked ~ .tab-group [for="radio1"],
#radio2:checked ~ .tab-group [for="radio2"] {
  color: #f68b1f;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  border-bottom: 5px solid #f68b1f;
  background-color: #f9f9f9;
}

.tab-group label .ic_bank-credit {
  background-image: url("../img/ic/ic_bank-credit_hover.png");
}
.tab-group label .ic_bank-account {
  background-image: url("../img/ic/ic_bank-account_hover.png");
}
/* 
.icp-tab_block .nav  a.active .ic_bank-credit{ background-image: url('../img/ic/ic_bank-credit_hover.png'); }
.icp-tab_block .nav  a.active .ic_bank-account{ background-image: url('../img/ic/ic_bank-account_hover.png');}
/* #radio2:checked~ .content-group .content1{display:none}
#radio3:checked~ .content-group .content1{display:none} */

#radio1:checked ~ .content-group .content1,
#radio2:checked ~ .content-group .content2 {
  display: block;
}
