.selectAll-wrap .nav-item{
    width: 49.5%;
}

.selectAll-wrap .nav-item button{
    width: 100%;
    height: 100%;
}

.selectAll-wrap .links .text-secondary{
    cursor: pointer;
    text-decoration: underline;
    color: #188e82;
}

.selectAll-wrap-btn{
    padding: 20px 40px;
    border: 0px!important;
    background-color: #F6F0E8!important;
    color:#645E4F;
    border-top-right-radius: 20px!important;
    border-top-left-radius: 20px!important;
}


.selectAll-wrap-btn.active{
    background-color: #FFF!important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.selectAll-wrap-btn.active::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 12px;
    background-color: var(--primary);
}

.selectAll-wrap-btn-title{
    font-size: 2rem;
    display: block;
}

.selectAll-wrap-btn-describe{
    font-size: 1rem;
    display: block;
}

.selectAll-wrap .nav-tabs{
   border-bottom: 0px;
}

.selectAll-wrap .tab-pane .tab-pane-innerWrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.docs-two-input-wrap.show{
  min-width: 290px;
}

@media screen and (max-width: 1400px){
  .docs-two-input-wrap {
    min-width: 147px;
  }
  .selectAll-wrap .form-select {
    max-width: 100%;
    height: 50px;
  }
}
 /*
@media screen and (max-width: 1200px){
  .input-wrap.docs-two-input-wrap.show{
   margin-top: 10px;
  }
}
*/
@media screen and (max-width: 768px){
  .docs-two-input-wrap.show{
    min-width: 100%;
  }
  .main .input-wrap, .selectAll-wrap .form-select{
    margin-bottom: 6px;
  }
}

.selectAll-wrap .tab-content{
    background-color: #fff;
    padding: 60px 40px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 13px;
}

.form-control,.form-select {
    border: 2px solid #E4E1DD;
}
 
 

.selectAll-wrap input.form-control{
   max-width: 500px;
   width: 100%;
   min-width: 100%;
}

.selectAll-wrap .form-select{
    min-width: 100%;
    height: 50px;
 }

.form-control::placeholder{
   color: #B0AAA3;
}

.document-input-text{
    color: #38505E;
    margin-bottom: 10px;
    font-weight: 500;
}

#popup-list-service,
#popup-list-doc{
    position: absolute;
    background-color: #fff;
    padding: 10px 0px;
    border: 2px solid #e3e3e3;
    width: 100%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    border-radius: 6px;
    margin-top: 4px;
}

#popup-list-service.show,
#popup-list-doc.show{
    transform: scale(1);
    opacity: 1;
    z-index: 999;
    max-width: 390px;
}

#popup-list-service ul,
#popup-list-doc ul{
   list-style-type: none;
   padding-left: 0px;
}

#popup-list-service li,
#popup-list-doc li{
    padding: 5px 0px;
}

.hot-title{
    padding: 3px 20px!important;
    font-weight: 600;
    color: #5d7482;
}

.hot-link{
    display: block;
    border-bottom: 2px solid #eaeaea;
    padding: 8px 20px;
}

.select-hot-item:last-child .hot-link{
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
}

.select-hot-item a{
    text-decoration: none;
}

.select-hot-item .title{
    color: #38505E;
    font-weight: 600;
    width: 100%;
    display: block;
}

.select-hot-item .government{
    color: #38505E;
    font-weight: 400;
    font-size: 1rem;
    width: 100%;
    display: block;
}

/* select */

.main{
    max-width:100%;
  }
  @media(max-width:34em){
    .main{
      min-width:150px;
      width:auto;
    }
  }
  .selectAll-wrap select {
      display: none !important;
  }

  .dropdown-select {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
      background-color: #fff;
      border-radius: 6px;
      border: solid 1px #eee;
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      float: left;
      font-size: 14px;
      font-weight: normal;
      height: 42px;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      position: relative;
      text-align: left !important;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap;
      width: auto;
      border: 2px solid #E4E1DD;

  }

  .dropdown-select:focus {
      background-color: #fff;
  }

  .dropdown-select:hover {
      background-color: #fff;
  }

  .dropdown-select:active,
  .dropdown-select.open {
      background-color: #fff !important;
      border-color: #bbb;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  }

  .dropdown-select:after {
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #777;
      -webkit-transform: origin(50% 20%);
      transform: origin(50% 20%);
      transition: all 0.125s ease-in-out;
      content: '';
      display: block;
      margin-top: -2px;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 50%;
  }

  .dropdown-select.open:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }

  .dropdown-select.open .list {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      pointer-events: auto;
  }

  .dropdown-select.open .option {
      cursor: pointer;
  }

  .dropdown-select.wide {
      width: 100%;
      display: flex;
      align-items: center;
  }

  .dropdown-select.wide .list {
      left: 0 !important;
      right: 0 !important;
  }

  .dropdown-select .list {
      box-sizing: border-box;
      transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
      background-color: #fff;
      border-radius: 6px;
      margin-top: 4px;
      padding: 3px 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      max-height: 250px;
      overflow: auto;
      border: 1px solid #ddd;
  }

  .dropdown-select .list:hover .option:not(:hover) {
      background-color: transparent !important;
  }
  .dropdown-select .dd-search{
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0.5rem;
  }

  .dropdown-select .dd-searchbox{
    width:90%;
    padding:0.5rem;
    border:1px solid #999;
    border-color:#999;
    border-radius:4px;
    outline:none;
  }
  .dropdown-select .dd-searchbox:focus{
    border-color:#12CBC4;
  }

  .dropdown-select .list ul {
      padding: 0;
  }

  .dropdown-select .option {
      cursor: default;
      font-weight: 400;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      transition: all 0.2s;
      list-style: none;
  }

  .dropdown-select .option:hover,
  .dropdown-select .option:focus {
      background-color: #f6f6f6 !important;
  }

  .dropdown-select .option.selected {
      font-weight: 600;
      color: #059691;
  }

  .dropdown-select .option.selected:focus {
      background: #f6f6f6;
  }

  .dropdown-select a {
      color: #aaa;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
  }

  .dropdown-select a:hover {
      color: #666;
  }
 /*
  .selectAll-wrap .category{
    min-width: 250px;
  }
 */
  .selectAll-wrap .category .current{
    font-size: 1.2rem;
    color: #B0AAA3;
  }


  .black-text{
    color: #000!important;
  }



  /* 情境 */

  .selectDocument-wrap{
    background: linear-gradient(to bottom, #FFFBF1 0%, #FFFBF1 50%, #F5F5F5 50%, #F5F5F5 100%);
    height: 100%;
    width: 100%;
  }

  .situation-wrap{
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    position: relative;
    padding-top: 2%;
    padding-bottom: 7%;
  }

  .situation-wrap.service,.situation-wrap.docs{
    display: none;
  }

  .situation-wrap.service.show,.situation-wrap.docs.show{
    display: block;
  }

  .situation-wrap .card{
    overflow: hidden;
    border-radius: 20px;
    border: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  }

  .content-title{
    font-weight: 600;
    color: #7D7669;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .detail-title{
      color: #7D7669;
      font-size: 1.3rem;
      margin-bottom: 25px;
  }

  .content-title.h5{
    font-size: 1.4rem;
  }

  .situation-wrap .content{
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 2px 20px 40px 20px;
  }

  .situation-wrap .content p{
    display: flex;
    align-items: center;
  }

  .card-second-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    height: 5rem;
    text-align: center;
  }

  .num-wrap{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FDF3D3;
    margin-right: 9px;
  }

  .card video{
    width: 102%;
    object-fit: cover;
  }

  .video-container{
    display: flex;
    justify-content: center;
    position: relative;
    height: 264px;
  }

  /* .video-border-wrap {
    border: 3px solid #fff;
    height: 98%;
    position: absolute;
    width: 100%;
  } */

  .overlay{
    width: 100%;
    min-height: 70px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #7D7669;
    font-size: 1.9rem;
    font-weight: 600;
  }

  .getDocument-wrap{
    padding: 80px;
    position: relative;
    background-color: #fff;
  }

  .content-described{
    font-size: 1.4rem;
    color: #7D7669;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .getDocument-wrap .step-wrap{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border:3px solid var(--primary);
    margin: 0px 10px;
  }

  .step-2-wrap{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primaryLight);
    display: flex;
    align-items: center;
    justify-content: center;
    border:3px solid var(--primaryLight);
    margin: 0px 10px;
  }

  .described-step-wrap-4,.described-step-wrap-2{
    border: 4px solid var(--primaryLight);
    border-radius: 100px;
    padding: 8px 16px;
    z-index: 9!important;
    background-color: #fff;
    min-height: 112px;
    max-width: 360px;
  }

  .described-step-wrap-4:hover,.described-step-wrap-2:hover {
    transform: scale(1.1);
    transition: transform 1s;
    /* transform: rotateX(180deg);
    transform-style: preserve-3d;
    transition: transform 2s;
    padding: 0px;
    overflow: hidden; */
  }

  .described-step-wrap-2{
    background-color: var(--primaryLight);
    z-index: 9;
  }

  .step-img{
    display: none;
    transform: rotateX(180deg);
  }

  .described-text-wrap{
    display: flex;
    align-items: center;
  }

  /* .described-step-wrap-4:hover .step-img,.described-step-wrap-2:hover .step-img{
    display: block;
  }

  .described-step-wrap-4:hover  .described-text-wrap,.described-step-wrap-2:hover  .described-text-wrap{
    display: none;
  } */


  .step-num{
    background-color: var(--primaryLight);
    border-radius: 50%;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
  }

  .described-step-wrap-2 .step-num{
    background-color: #fff;
  }

  .described-step-wrap-4,.described-step-wrap-2{
    display: flex;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    margin: 0 auto;

  }

  .step-content-wrap{
    color: #221B03;
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.3rem;
    z-index: 9;
  }

  .step-text{
    font-weight: 400;
    font-size:1rem;
  }

  .getDocument-innerWrap{
    padding: 0px;
  }

  @media screen and (min-width: 2000px){
    .getDocument-innerWrap{
      padding: 0px 8% ;
    }
  }

  .getDocument-innerWrap{
    position: relative;
  }

  .step-center-line{
    position: absolute;
    width: 70%;
    height: 3px;
    background-color: var(--primaryLight);
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, -18%);
    z-index: -1;
  }

  .commonlyUsed-wrap{
    padding: 80px;
    background-color: #F5F5F5;
  }

  .commonly-line{
    margin: 80px 0px;
  }
  .commonly-tag-wrap{
    padding: 0px 6%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
    .commonly-tag-wrap .tag-btn:hover{
      background-color: var(--primary);
      border: 2px solid var(--primary);
      color: #3D2E00!important;
    }
    .commonly-tag-wrap .btn-search{
      color: #3D2E00!important;
    }


  .commonly-tag-wrap .tag-btn:hover{
    background-color: var(--primary);
    color: #3D2E00!important;
  }

  .commonly-tag-wrap .btn-search{
    color: #3D2E00!important;
  }

  .tag-btn{
    border-radius: 50px;
    padding: 16px 30px;
    background-color: #FFFFFF;
    border: 2px solid #E4E1DD;
    color: #3D2E00;
    text-decoration: none;
    font-weight: 500;
    margin: 0px 12px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .commonly-tag-wrap .tag-btn:hover{
    background-color: var(--primary);
    color: #3D2E00!important;
    border: 2px solid var(--primary)!important;
  }

.tag-btn{
  border-radius: 50px;
  padding: 16px 30px;
  background-color: #FFFFFF;
  border: 2px solid #E4E1DD;
  color: #3D2E00;
  text-decoration: none;
  font-weight: 500;
  margin: 0px 12px;
  display: inline-block;
  margin-bottom: 20px;
}
  .commonlyUsed-wrap .link{
    color: #3D2E00;
    margin: 30px 0px;
    display: inline-block;
  }

  .commonly-search-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .commonly-search-wrap input{
    max-width: 400px;
    border-radius: 50px;
    height: 66px;
    border: 3px solid var(--primaryLight);
  }

  .btn-search{
    border-radius: 50px;
    background-color: var(--primaryLight);
    padding: 20px 100px;
    color: #221A04;
    font-size: 1.3rem;
    font-weight: 700;
    word-wrap: break-word;
    text-decoration: none;
    margin-top: 40px;
  }

  .btn-search:hover{
    background-color:#f1d692!important;
    color:#221A04!important;
  }


   .side-bar-wrap {
       z-index: 999999;
       position: fixed;
       right: 50px;
       bottom: 10vh;

  }

  .side-bar-wrap .side-bar-hide{
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0)!important;
    opacity: 0!important;
  }

  .side-bar-wrap .topTool{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primaryLight);
    bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    opacity: 1;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.125);
  }


  /* table */
  .index-search-wrap{
    margin-bottom: 70px;
    display: none;
  }

  .index-search-wrap tr th{
    color: #8A8680;
    border-bottom: 0px;
  }
  .index-search-wrap tbody td,.index-search-wrap tbody th{
    background-color: #fff;
    border-bottom: 3px solid #F5F5F5;
  }


  .homePage-wrap .page-item.active .page-link {
    z-index: 3;
    color: #2b2b2b;
    background-color: var(--primary);
    border-color: var(--primary);
  }

  .page-item a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .homePage-wrap .page-item .page-link {
    background-color: #ffffff00;
    border: 0px solid #ffffff00;

  }

  @media screen and (max-width:1600px){
    .getDocument-innerWrap{
      padding: 0px;
    }
  }

/* 搜尋結果表格  */
.result-wrap{
  padding-top:50px;
  background-color: #f5f5f5;
}

.result_title{

  background-color: #FFFBF1;
  font-size: 16px;
  padding: .5 0;
  margin-left:0;
  margin-right: 0;
  margin-top: 1.5rem  ;
  margin-bottom:  1.5rem;

}
.pagination>li>a, .pagination>li {
  border-radius: 50% !important;
  margin: 0 .25em;
}

.table{
  width: 100%;
  border-collapse: collapse;
}
.table thead{
  font-size: 1rem;
}
.table a:focus{
  border: 0px solid transparent;
}

.table a:hover,a:hover span{
  color: #188e82!important;
  transition: all 0.3s;
}

/*responsive*/
@media (max-width: 992px) {

    .situation-wrap .table thead {
      display: none;
    }

    .history-data .table tr td {
      border-bottom: 3px solid #F5F5F5;
    }

    .history-data .table td:nth-child(1) {
        font-size: 1rem;
        width: 6%;
    }

    .history-data .table td:nth-child(2) {
       font-size: 1rem;
        width: 14%;
    }

    .history-data .table td:nth-child(3) {
        font-size: 1rem;
        width: 14%;
    }

    .history-data .table td {
        text-align: left;
    }

    .history-data .table td:nth-child(4) {
        font-size: 1rem;
        width: 14%;
    }

    .history-data .blockquote .card-body{
        padding: 0px;
    }

    .index-search-wrap tbody td,.index-search-wrap tbody th{
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }

    .history-data .blockquote .p-5{
        padding: 0px!important;
        padding-top: 30px!important;
    }

    .situation-wrap .table,
    .situation-wrap .table tbody,
    .situation-wrap .table tr,
    .situation-wrap .table td {
      display: block;
      width: 100%;
    }
 
    .table tr{
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .table td{
      padding-left:16px;

    }

    .table .btn-primary{
      width: 50%;
    }
    .table td:nth-child(2){
      font-size: 22px;
      font-weight: 700;
      color: #221A04;
    }
    .history-data td:nth-child(2){
      font-weight: 400;
    }
    #services-data-table.table td:nth-child(4){
      display: flex;
      justify-content:center;
    }
    .result_title{
      background-color: #FFFBF1;
      font-size: 16px;
      padding: 0 !important;
      margin-left: -.7rem;
      margin-right: -.7rem;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .btn-search{
      border-radius: 50px;
      background-color: var(--primaryLight);
      padding: 12px 64px;
      color: #221A04;
      font-size: 1.3rem;
      font-weight: 700;
      word-wrap: break-word;
      text-decoration: none;
      margin-top: 40px;
    }


  }

  /* 科技方塊css */
  .square-animation-wrap {
    position: absolute;
    right: 0px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.square-animation-wrap.gray{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.box {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    animation: float 2s linear infinite;
}

.square-animation-wrap.gray .box {
  width: 20px;
  height: 20px;
  background-color:#F5F5F5;
  position: absolute;
  animation: float 2s linear infinite;
}

@keyframes float {
  0% {
    opacity: 0;
    transform: translate(0, 200px); /* 从底部延伸上来 */
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

  .selectAll-wrap{
    position: relative;
    top: -2vh;
    /* position: absolute;
    top: -1vh;
    left: 50%;
    transform: translate(-50%, -12vh); */
    z-index: 998;
  }

@media screen and (max-width: 1300px){
  .getDocument-innerWrap {
    padding: 0px 0%;
  }
  .card-outWrap{
    margin-bottom: 40px;
  }
  .side-bar-wrap{
    right: 10px;
  }
}

@media screen and (max-width:1480px) {
  .described-step-wrap-4, .described-step-wrap-2{
    margin-bottom: 20px;
    max-width: unset;
  }

}


@media screen and (max-width: 992px) {
  .selectAll-wrap .tab-content {
    padding: 60px 30px;
    margin-right: 0;
  }
  .swiper-container {
    position: relative;
    width: 100%;
    height: auto!important;
  }
  .selectAll-wrap-btn-describe,.documentSearch-wrap .document-input-text,.square-animation-wrap {
    display: none;
  }
  .selectAll-wrap{
    position: relative;
    left: initial;
    transform: initial;
    z-index: 998;
  }
  .selectAll-wrap {
    top: -54px;
    padding: 0px;
  }
  .banner-wrap{
    padding-bottom: 0px;
  }
  .selectAll-wrap .tab-content{
    border-radius: 0px;
  }
  .input-wrap,.selectAll-wrap .form-select{
    width: 100%;
    max-width: 100%;
  }
  .input-wrap{
    margin-right: 0px!important;
    margin-bottom: 20px;
  }
  .main{
    min-width: 100%;
  }
  .tab-content .btn-primary{
    width: 100%;
  }
  .documentSearch-wrap{
    width: 100%;
  }
  .getDocument-innerWrap,.commonly-tag-wrap,.commonlyUsed-wrap .container{
    padding: 0px;
  }
  .getDocument-wrap,.commonlyUsed-wrap{
    padding: 40px 5%;
  }
  .commonly-tag-wrap .tag-btn{
    font-size: .9rem;
  }
  .situation-wrap .card{
    margin-bottom: 40px;
  }
  .situation-wrap .col-md-4{
    padding: 0px 10%;
  }
  .selectAll-wrap-btn-title {
    font-size: 1.5rem;
    display: block;
  }
  .selectAll-wrap{
    top:-6px;
  }
  .card-outWrap{
    padding: 10px 3%;
  }
  .video-container{
    height: auto;
  }
}


@media screen and (max-width: 500px) {
    .swiper-container {
        height: auto !important;
    }
}


/*分頁式*/
.download_page_wrap a:hover,a:hover span{
  color: #221A04!important;
  transition: all 0.6s;
}

.download_page_wrap{
  background-color: #f5f5f5;
}

.opration_wrap {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  margin-left: 20%;
  margin-top:72px;
}
.keyin_wrap{
  background-color: #f5f5f5;
  position: relative; 
}

.download_page_wrap .content{
background-color: #fff;
}

.download_page_wrap .btn.btn-primary.next-step{
  z-index: 1;
  width: 25%;
}

.download_page_wrap .readcontent{
  width: 80%;
}
.download_page_wrap .read-wrap,.read-wrap-double{
  height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#step3-1.signIn-step-2 .read-wrap{
height: 40vh;
}

.download_page_wrap .signIn-content-wrap{
  padding: 0;
  align-items: unset!important;
  justify-content: unset!important;
}
.download_page_wrap  .container-fluid{
  padding: 0;
}
.download_page_wrap .keyin-wrap .describe{
  justify-content: flex-start!important;
}
.download_page_wrap .row .describe {
  text-align: left!important;
}
.download_page_wrap .person-or-company-tabs{
  justify-content: flex-start!important;

}
.download_page_wrap .signIn-step-1,
.download_page_wrap .signIn-step-2,
.download_page_wrap .signIn-step-3,
.download_page_wrap .signIn-step-4,
.download_page_wrap .signIn-step-5,
.download_page_wrap .dw-step-4{
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;

}

.setInnerHeight-wrap,.step-content{
  max-height: 660px;
  min-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 5rem;
}

.setInnerHeight-wrap canvas{
  width: 100%;
}

.signIn-wrap .setInnerHeight-wrap{
  max-height: unset;
  min-height: unset;
  overflow-y: unset;
  overflow-x: unset;
  margin-bottom: unset;
}

.signIn-wrap .get-op-text{
    display: none;
}

.signIn-wrap .signIn-step-2 .get-op-text{
    display: block;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.signIn-wrap .signIn-step-4 .get-op-text{
    display: block;
}

.download_page_wrap .get-op-text{
  display: block;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
 
.download_page_wrap .personal-tab{
justify-content: flex-start!important;
}

.download_page_wrap .confirm-id-birth{
  width: 50%;
}

/*
.download_page_wrap .signIn-step-1,
.counter-agency-wrap .signIn-step-1{
  padding: 3rem 6rem;
  max-height: 720px;
  min-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
}
*/
.counter-agency-wrap{
  background-color: #fff;
}
.counter-agency-items,
.content-padding{
  padding: 3rem 6rem;
}
.download_page_wrap .nextstep_wrap,
.counter-agency-wrap .nextstep_wrap{
  z-index: 1;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  justify-content: end!important;
  float: right;
}

.download_page_wrap .person-or-company-tabs{
  width: 50%;
}

.download_page_wrap .op-content{
width: 100%!important;
}

/*for特定資料*/

.provider-choose{
  padding-top: 1rem;
  padding-left: 1.5rem;
}
.provider-required {
  padding-top: 1rem;
  padding-left: 1.5rem;
}
/**/
.member-privacy a{
  color: var(--secondary);
}
/*考試院*/
.examcer-list{
  padding: 1rem;
}
 .examcer-list-title{
  font-size: 1.25rem;
  margin: 10px 0 8px 0;
 }
 .examcer-list-label{
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-bottom: .5rem;
  gap: 4px
 }
.bar .ready .circle{
  color: #fff;
  background-color: #C5B7A8;
}
.bar .ready .text{
  color:#C5B7A8;
}
.checked_icon{
  width: 9px;
  height: 16px;
  border-right: 3px solid #F7CD59;
  border-bottom: 3px solid #F7CD59;
  transform: rotate(45deg);
}
.done-icon{
  margin-top: .2rem;
  margin-right: .4rem;
  background-color: #19A495;
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height:22px;
  position: relative;

}
.filter-gray{
  filter: grayscale(1);
  opacity: .4;
}

.done-icon::before{
  position: absolute;
  top: 4px;
  left: 8px;
  content: '';
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg); 
}
 
.unfinished-icon{
  margin-top: .2rem;
  margin-right: .4rem;
  background-color: #CA2358;
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height:22px;
  position: relative;

}
.unfinished-icon::before{
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 3px;
  height: 9px;
  transform: rotate(0deg)!important;
  background-color: #fff;
}
.unfinished-icon::after{
  position: absolute;
  bottom: 3px;
  left: 10px;
  content: '';
  width: 3px;
  height: 3px;
  transform: rotate(135deg);
  background-color: #fff;
  border-radius: 50%;
}


.bar .done .circle{
  background-color: #fff;
  border: 2px solid #F7CD59;
}
.step-bar-wrap .circle{
  background-color: var(--primary);
  height: 40px;
  width: 40px;
}

.left{
  background-color: #fff;
  z-index: 150;
  overflow-y: auto;
  overflow-x: hidden;
  padding:  5%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-height: 721px;
  min-height: 720px;
}

.user-header-wrap .left{
  max-height: fit-content;
}


.download_page_wrap .left
.list-group-numbered>li::before {
  counter-increment:section;
  content:counter(section) '. ';
}
.download_page_wrap .left .list-group-item{
  padding:.15rem 1rem;
  text-indent: -1.25rem;
}

.down_arrow{
  transform: rotate(90deg) scale(.75);
}

.counter-agency-wrap .title,
.download_page_wrap .title
{
  color: #7D7669;
  font-weight: 500;
  padding-top:10%;
  border-bottom: 5px solid var(--primary);
  font-size: 2rem;
}


.radiogroup .nav-link{
  background-color: #fff;
  border: 2px solid var(--primary);
  color: #221A04;
}

.radiogroup .nav-link.active,.radiogroup .nav-link:active,.radiogroup .nav-link:hover{
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #221A04;
}

.agree-policy{
  display: inline;
  width: 24px;
  height: 24px;
}
.policy-box .card-title{
  color: var( --secondary);
}

.card img{
  width: 32px;
  height: 32px;
}
.card .card-title02{
  color: #CA3B64;
}
.nextstep_wrap{
  z-index: 1;
  padding: 1rem;
}
.verify-card .card .card-body{
  margin-top: -100px;
}
.verify-card-title li{
  list-style: none;
  text-align: left;
  flex-wrap: wrap;
}


.verify-width-item2 li{
  width: 50%;
}
.verify-width-item3 li{
  width: 33.33%;
}
.verify-card-title li::before{
 display: block;
  content: '';
  min-width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 6px;
}

.download_page_wrap .btn-primary{
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #2D3C48;
  height: 50px;
  padding: 6px 26px;
  border-radius: 8px;
  word-break: keep-all;
}

.download_page_wrap .btn-primary:hover,.btn-primary:active,.btn-primary:focus{
  background-color: #ecc14b;
  border: 2px solid #ecc14b;
  padding: 8px 24px;
  color: #2D3C48;
}
.twice-verify-confirm .btn-outline-primary{
  background-color: #fff;
  color: #2D3C48;
  border: 3px solid var(--primary);
  width: 15rem;
  margin-left: .5rem;
  word-break: keep-all;
  font-size: 1rem;
  text-align: center;
}
.twice-verify-confirm .btn-outline-primary:hover{
  background-color: var(--primary);
  color: #2D3C48;
  border: 3px solid var(--primary);
  width: 15rem;

}
.twice-verify-confirm .btn-outline-primary:focus{
  box-shadow: 0 0 0 0.25rem #9A37FD;
}
.loading-icon{
  font-size: 14px;
  background-color: #FAE09B ;
}
.data-loading{
  font-size: 14px;
  background-color: #FAE09B ;
}
.datadone-icon{
  font-size: 14px;
  background-color:#19A495;
  color: #fff!important;
}
.data-done{
  color: #19A495;
  font-size: 1em;
}
.data-done[disabled] {
   display: none!important;
}

.retrieving{
    flex-wrap: initial!important;
}

@media screen and (max-width:768px){
    .retrieving {
        flex-wrap: wrap !important;
    }
}

.retrieving .more-btn{
    background-color: #ebebeb;
    opacity: .7;
}

.retrieving .more-btn::after{
    position: absolute;
    top: 7px!important;
    right: 12px!important;
    transform: rotate(180deg);
}

.data-card{
  background-color: #fff;
  height: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 1em;
}

.provided-data-field{
    color: #7D7669;
    font-weight: 600;
}

/* 會員登入--s */

.input-wrap.show .eye-toggle.d-none{
  display:block !important;
}

.input-wrap.show .eye-toggle{
  display:none !important;
}

.signIn-wrap{
  background-color: #F5F5F5;
}
 

.signIn-wrap .read-wrap{
  height: 60vh;
  overflow-y: auto;
}
.read-wrap{
  scroll-behavior: smooth;
}

.signIn-wrap .btn-primary{
  min-width: 300px;
}

.signIn-wrap .alert,
.member-privacy .alert {
  margin: 40px 0 16px;
  font-weight: 600 !important;
  margin-top: 16px;
  margin-bottom: 5px !important;
}

.twice-verify-confirm .describe{
  font-size: 1.175rem;
}

.signIn-wrap .card-body ul li,
.member-privacy.card-body ul li {
  display: list-item;
  color: #ca2358;
  font-weight: 600 !important;
  list-style: cjk-ideographic;
  margin-left: 32px;
  font-size: 1.4rem!important;
}

.read-wrap .sub-title{
  color: var(--secondary)!important;
  display: flex;
  align-items: center;
  place-content:center;
  font-size: 1.4rem;
}

.card img,
.member-privacy .card img {
  width: 40px;
  height: 32px;
  margin-right: 5px;
}

.history-box.card .arrow img {
    height: inherit;
}

.signIn-wrap .card-body ul ol,
.member-privacy.card-body ul ol {
  padding: 0;
  color: #212529;
  font-size: 1rem;
  font-weight: 500;
}

.signIn-wrap .card-body ul ol li,
.member-privacy.card-body ul ol li{
  padding: 0;
  color: #212529;
  font-size: 1rem!important;
  font-weight: 500!important;
}

.signIn-wrap .policy-box .card {
  border: 0px;
}

.signIn-step-1,.signIn-step-2,.signIn-step-3,.signIn-step-4,.signIn-step-5{
  display: none!important;
}

.signIn-step-1.showStep,.signIn-step-2.showStep,.signIn-step-3.showStep,.signIn-step-4.showStep,.signIn-step-5.showStep{
  display: block!important;
  height: 100%;
}


.signIn-wrap .profile-content-title{
  padding-bottom: 2%;
}

.signIn-content-wrap{
  display: flex;
  align-items: center;
  justify-content: center!important;
  padding: 20px;
}

.signIn-content-wrap .nav-pills .nav-link.business,.signIn-content-wrap .nav-pills .show>.nav-link.business{
  background-color: #fff;
  border: 2px solid var(--primary);
  color: #2D3C48;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 400;
}

.signIn-content-wrap .nav-pills .nav-link.personal,.signIn-content-wrap .nav-pills .show>.nav-link.personal{
  background-color: #FFF;
  border: 2px solid var(--primary);
  color: #2D3C48;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-weight: 400;
  min-width: 122px;
}

.signIn-content-wrap .nav-pills .nav-link.active.personal,.signIn-content-wrap .nav-pills .show>.nav-link.personal{
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #2D3C48;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-weight: 700;
  min-width: 122px;
}

.signIn-content-wrap .nav-pills .nav-link.active.business,.signIn-content-wrap .nav-pills .show>.nav-link.business{
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #2D3C48;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 700;
}

.double-verify-content{
    text-align: left;
}

/*控制只有插卡驗證時的標籤*/
.show-border button{
  border-top-left-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
}

.w-26{
  width: 26%;
}
/* 會員登入--e */

/* 會員專區 --s */
.no-user{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
  border-radius: 5px;
  color: #bbb;
  background-color: #e9e9e9;
}

.user-header-wrap{
  /* height: 100vh; */
  background-color: #f5f5f5;
}

.user-header-wrap .nav-tabs .nav-link:hover {
  color:#221B03!important;
}

.user-header-wrap .title p{
  color: #7D7669;
  font-weight: 500;
  padding-top: 10%;
  border-bottom: 5px solid var(--primary);
  font-size: 32px;
  display: flex!important;
  justify-content: center!important;
  text-align: center!important;
}

.profile-content-wrap{
  padding-top: 5em;
  padding-bottom: 3em;
  background-color: #f5f5f5;
}
 
.profile-content-title,.content-title{
  color: var(--secondTextColor);
  font-size: 2.2rem;
  font-weight: 600;
  word-break: break-all;
}

.profile-content-innerWrap{
  padding: 0px 3%;
}

.profile-content-title{
  text-align: center;
}

.user-header-wrap .left {
  min-width: 23%;
  top: 86px;
}

.user-header-wrap .keyin_wrap{
  padding-left: 23%;
  width: 100%;
}

.user-header-wrap .nav{
  display: block;
  border: 0px solid transparent;
}

.user-header-wrap .nav .nav-item{
  display: flex;
  justify-content: center;
}

.user-header-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #221B03;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 0px;
  font-weight: 600;
}

.user-header-wrap .nav-link {
  color: #7D7669;
}

.user-header-wrap .nav-tabs .nav-link{
  border: 0px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-cricle-tab{
  background-color: #fff;
  border: 2px solid #7D7669;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.active .profile-cricle-tab{
  background-color: var(--primary);
  border: 2px solid var(--primary);
}

.profile-from-wrap{
  padding: 0% 14% 0% 14%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.profile-from-wrap .input-wrap{
  max-width: 100%;
}

.input-auge {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}
.input-eye{
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
}
.input-eye-position{
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 11px!important;
}

.input-eye.height-tall{
    bottom: 40px;
}

.eye-close{
  display: none;
}

.input-group-wrap{
  margin-bottom: 30px;
  width: 100%;
}

.input-change-text,.link{
  font-size: 1rem;
  color: #108480;
  margin-top: 5px;
}


.input-change-text a{
  color: inherit;
  text-decoration: underline;
}

.profile-from-wrap .btn-primary {
  min-width: 300px;
}

.btn-save-wrap{
  margin-top: 20px;
  max-width: 60%;
  margin: 0 auto;
}

.logout-wrap{
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
  padding: 40px;
}

.logout-describe{
  color: #7E8D9A;
}

.logout-wrap .btn-outline-primary{
  min-height: 50px;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.history-search-wrap{
  padding: 30px 3%;
  background-color:#FFF7D7;
  width: 100%;
}

.history-search-wrap .tool-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.history-search-wrap .tool-wrap .text-input{
  min-width: 200px;
  margin-right: 13px;
}
.history-search-wrap .tool-wrap .date-input{
  min-width: 155px;
}
.tool-wrap .btn-wrap  {
  margin-left: 13px;
}
.wave-icon{
  display: block;
  margin: 0px 10px;
}

.stopEntrust-wrap{
  color: var(--secondary);
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 20px;
  flex-wrap: wrap;
}

.stopEntrust-btn{
  padding: 10px 20px;
  color: #CA2358;
  border: 2px solid #CA2358;
}

.stopEntrust-btn:hover{
  color: #fff!important;
  background-color:#CA2358;
}

.verify-item-textarea{
  text-align: left;
}

.verify-item-textarea p button img{
    vertical-align: text-top;
}

  /*近期新增與服務list item*/
.newsPage-wrap .news-list,
.announcementPage-wrap .news-list{
padding:1.75rem;
background-color: #fff;
}

@media screen and (max-width:1500px){
  .profile-from-wrap {
    padding: 0% 6% 0% 6%;
  }
}
@media screen and (max-width:1238px) {
  .history-search-wrap .tool-wrap .btn-wrap{
    margin-top: 10px;
  }
}
@media screen and (max-width:1150px) {
  .history-search-wrap .tool-wrap .text-input,.history-search-wrap .tool-wrap .date-input{
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .wave-icon{
    display: none;
  }
}

@media screen and (min-width:992px){


  .signIn-wrap #personalVerifyDiv1 {
    /* width: 60%; */
    margin: 0 auto;
  }
}

@media screen and (max-width:992px) {
  .user-header-wrap .nav-tabs{
    margin-top: 16px;
  }

  .user-header-wrap .left .title p {
    padding-bottom: 5px!important;
  }

  /*近期新增與服務list item*/
  .newsPage-wrap .news-list,
  .announcementPage-wrap .news-list{
    padding: .75rem 0;
    background-color: #fff;
    margin-top: -0.85rem;
    }

  .signIn-wrap .signIn-step-1,.signIn-wrap .signIn-step-2,.signIn-wrap .signIn-step-3{
    padding: 0px 0px;
  }

  /*下一步按鈕*/
  .download_page_wrap .btn.btn-primary.next-step{
    width: 100%;
  }
  /*知情同意手機頁面*/
  .download_page_wrap .readcontent {
    width: 100%;
  }
  .download_page_wrap .read-wrap {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 5rem;
}


  .download_page_wrap .nextstep_wrap, .counter-agency-wrap .nextstep_wrap {
    z-index: 1;
    width: 100%;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: center !important;
    padding: .25rem;
  }
  .checkbox-padding{
    padding-top: 1.2rem;
  }

  .verify-card-title li {
    width: 100%;
    flex-wrap: wrap;
  }
  .verify-item-title,
  .verify-item-text{
 
    padding-left: .5rem;
  }
  
  .download_page_wrap .policy-box{
    padding: 1rem!important;
    margin-bottom: 6rem;
  }
  .download_page_wrap .confirm-id-birth{
    width: 100%;
  }
  .download_page_wrap .personal-tab{
    justify-content: center!important;
    }
  .setInnerHeight-wrap,.step-content{
    max-height: unset;
    min-height: unset;
    overflow-y: unset;
    overflow-x: hidden;
    margin-bottom: 7rem;

  }
  .counter-agency-items,
  .content-padding{
    padding: 1rem 1rem;
  }

  .user-header-wrap .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-header-wrap .left{
        min-height: fit-content;
  }
  .user-header-wrap .left {
    padding: 12px;
    width: 100%;
    margin-top: -.75rem;
  }
  .user-header-wrap .left .title{
    margin-bottom: 0px!important;
  }
  .user-header-wrap .left .title p{
    padding-top: 1%!important;
  }
  .user-header-wrap .keyin_wrap {
    padding-left: 0%;
  }
    /* 
  #myTabContent{
  padding-top: 244px;
  }4 */
  .profile-cricle-tab {
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    margin: 0 auto;
  }
  .profile-cricle-tab img{
    width: 18px;
  }
  .btn-save-wrap {
    max-width: initial;
  }
  .profile-from-wrap {
    padding: 5% 1%;
  }
  .input-wrap.mail{
    flex-wrap: wrap;
  }
  .input-wrap.mail button{
    margin-left: 0px;
    height: 50px;
    margin-top: 16px;
  }
  #personalVerifyDiv1 {
    width: 100%;
  }
  .counter-agency-items {
    padding: 3rem 1rem;
  }

}

@media screen  and (max-width:768px) {
  .content-padding {
    padding: 3rem 1rem;
    padding-bottom: 5rem;
  }
  .blankFormPage-wrap .form.list-wrap .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .blankFormPage-wrap .form.list-wrap .list-item span:first-child{
    display: inline-block;
   }
   .blankFormPage-wrap .form.list-wrap .list-item span{
    display: none;
   }
   .tag-btn{
    padding: 8px 24px;
   }
   .history-search-wrap .btn-wrap{
       margin-left: 0px;
   }
}

.history-search-wrap{
  margin-bottom: 50px;
}

.history-content-wrap .nav{
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-content-title{
  padding-bottom: 5%;
}

.history-content-wrap .nav-pills .nav-link{
  border-bottom: 2px solid #7e8d9a5f;
  border-radius: 0px;
  padding: 10px 40px;
  color: #7E8D9A;
}

.history-content-wrap .nav-pills .nav-link.active, .history-content-wrap .nav-pills .show>.nav-link {
  color: #221B03;
  font-weight: 700;
  background-color: inherit;
  border-bottom: 5px solid var(--primary);
}

.history-search-wrap .btn-primary{
  width: auto!important;
  min-width: 70px!important;
  height: 40px!important;
  text-align: center;
}

.history-box .date{
  display: flex;
  justify-content: space-between;
  background-color: #F3F3F3;
  text-align: left;
  padding: 20px;
  font-size: 1.2rem;
}

.counter-agency-wrap .history-box .title{
  border-bottom: 0px!important;
  padding-top: 0%;
}

.history-box{
  width: 100%;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
}
.history-box .date .arrow{
  width: 16px;
}

.history-box .collapsed .date .arrow{
  transform: rotate(180deg);
}

[aria-labelledby="profileData-tab"] .barcode-wrap {
   padding: 0px;
}

 
.barcode-wrap .title{
  font-size: 1.3rem;
  color: #221B03;
  font-weight: 700;
  margin-bottom:0;
}

.barcode-wrap .static-title{
  font-size: 1.2rem;
  font-weight: 400;
}

.title-gov{
  font-size: 1.2rem;
  font-weight: 500;
}

.barcode-wrap .title-gov{
  color: #7E8D9A;
  font-weight: 400;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.barcode-wrap .time-text{
  color: #CA2358;
}

.barcode-wrap .accordion-item .accordion-button{
  background-color: #fff!important;
}

.more-btn{
  position: relative;
}

.barcode-wrap .accordion-button::after {
  background-image: unset;
  display: none;
}

.barcode-wrap .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: rotate(-180deg);
  display: none;
}


.barcode-wrap .accordion-button .more-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 9px;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/footer-list-arrow-icon.png);
}

.barcode-wrap .accordion-button:not(.collapsed) .more-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 16px;
  background-image: url(../img/footer-list-arrow-icon.png);
  transform: rotate(-180deg);
}

.barcode-wrap .accordion-body,.accordion-item, .accordion-body{
  background-color: #fff!important;
}

.more-btn{
  min-width: 200px;
  padding: 12px 60px 12px 12px;
  border: 3px solid var(--primary);
  border-radius: 10px;
}


.barcode{
  background-color:#FDF3D3;
  padding: 46px 30px;
  height: fit-content;
  min-width: 304px;
}
.examcer-circle{
  width: 16px!important; 
  height: auto!important;
}
.invalid .barcode{
  background-color: #D9D9D9;
  min-width: 304px;
  text-align: center;
  color: #505050;
}
/*
.barcode-content-wrap .barcod:nth-child(1){
    display: none;
}

.barcode-content-wrap:not(.invalid) .barcode:nth-child(1){
    display: block;
}

.invalid .barcode-timeOut-wrap .barcode:nth-child(1) {
    display: none;
}

.invalid .barcode-timeOut-wrap .barcode:nth-child(2) {
    display: none;
    width:auto;
}
*/
.unlink{
  color: #414141!important ;
  text-decoration: none ;
}
.unlink:hover{
  color: #414141!important ;
  text-decoration: none ;
}
.barcodeCount{
    font-size: 1rem;
}
.download_page_wrap .hidden-item{
  display: none;
}

/*想變更聯絡方式*/
.signIn-wrap .change-contact-ver{
  display: none;
}
.change-contact-ver{
  margin-top: 1rem;
}
/*.invalid .barcode-content{*/
/*  opacity: .3;*/
/*}*/

.previewDownload{
  display: flex;
  align-items: center;
  justify-content: center;
}

.previewDownload button{
    padding: 0px!important;
    margin: 10px 8px;
    color: #1CA69D;
    word-break: keep-all;
    text-decoration: underline;
}

.previewDownload button:hover,.previewDownload button:active{
  color: var(--secondary)!important;
  transition: all 0.2s;
}

.barcode-content .described{
  color: #000;
  margin-bottom: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.barcode-content .title{
  font-size: 1.3rem;
  color: #221B03;
  margin-top: 0px;
}

.category-title{
  font-size: 1.2rem;
  color: #221B03;
  font-weight: 600;
}

.barcode-content .gov-title{
  color: #647786;
  font-size: 1.2rem;
  font-weight: 400;
}
.gov-title{
  color: #647786;
  font-size: 1.2rem;
  font-weight: 400;
}
.barcode-content{
  padding: 20px;
  width: 100%;
}

.barcode-wrap{
  padding: 0% 14% 0% 14%;
}

.item-circle{
  width: 12px;
  height: 12px;
  background-color: #12CBC4;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.history-data{
  width: 100%;
}

.history-data td ul{
  list-style-type: none;
}

.barcode-content .list-item{
  border-bottom: 2px solid #ededed;
  flex-wrap: wrap;
  padding: 4px 10px;
}

@media screen and (max-width:1700px) {
  .list-item{
    flex-wrap: wrap;
  }
  .barcode-content {
    padding:20px 0px;
  }

  .previewDownload button{
    padding: 10px 0px;
  }
  .barcode-wrap .title {
    margin-bottom: 0px;
  }
}

@media screen and (min-width:1300px){
  .barcode-content-wrap{
    flex-wrap: nowrap;
  }
  .barcode-content{
    padding: 0 10px;
  }
}

/* @media screen and (min-width:1280px){
  .barcode-content-wrap{
    flex-wrap: nowrap;
  }
  .barcode-content{
    padding: 20px 10px;
  }
} */

@media screen and (max-width:1299px){
  .barcode-content-wrap{
    flex-wrap: wrap;
  }
}

@media screen and (max-width:1500px){
  .barcode-wrap .title{
    width: 100%;
  }
  .barcode-wrap .accordion-item .accordion-button{
    flex-wrap: wrap;
  }
    .history-content-wrap .nav-pills .nav-link{
        padding: 10px 18px;
    }
}

@media screen and (max-width:992px){
  .history-search-wrap .tool-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .barcode-wrap{
    padding: 0% 3%!important;
  }
  .barcode-content-wrap{
    justify-content: center!important;
  }
  .history-content-wrap .nav-pills .nav-link {
    padding: 10px 10px;;
  }
  .history-search-wrap .form-control{
    margin-bottom: 10px;
    margin-right: 0px!important;
  }
}

@media screen and (max-width:768px){
  .history-data .p-5.pb-0{
    padding: 0px!important;
  }
  .history-box{
      padding: 10px;
  }
}

@media screen and (max-width:500px){
    .barcode {
        padding: 5px 5px;
        margin-top: 10px;
    }
    .more-btn {
      min-width: 96px;
      padding: 4px;
      border: 2px solid var(--primary);
      border-radius: 4px;
    }
    .history-box .more-btn{
        min-width: 180px;
        padding: 12px 60px 12px 12px;
    }
}

/* 會員專區 --e */


/* 熱門排序 --s */

.hotPage-wrap .nav li button,.questionPage-wrap .nav li button{
  color: #7E8D9A;
  font-size: 1.3rem;
  padding: 10px 40px;
  border-radius: 0px;
}

.hotPage-wrap .nav-pills,.questionPage-wrap .nav-pills{
  border-bottom: 2px solid #D9D9D9;
}

.hotPage-wrap .nav-pills .nav-item,.questionPage-wrap .nav-pills .nav-item{
  position: relative;
  bottom: -2px;
}

.hotPage-wrap .nav-pills .nav-link.active, .hotPage-wrap .nav-pills .show>.nav-link,.questionPage-wrap .nav-pills .nav-link.active,.questionPage-wrap .nav-pills .show>.nav-link{
  background-color: #12cbc500;
  color: #212529;
  border-bottom: 4px solid var(--primary);
  border-radius: 0px;
  font-weight: 500;
}
.hotPage-wrap  .tab-content td{
  vertical-align: middle;
}

@media screen and (max-width:992px){
  .hotPage-wrap .nav li button,.questionPage-wrap .nav li button {
    padding: 10px 10px;
    font-size: 1.1rem;
  }
}


/* 熱門排序 --e */

/* 平臺消息 ---s */
.list-item{
  width: 100%;
  background-color: #fff;
  padding: 0;
  color: #221B03;
  margin-bottom: 20px;
}

.list-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.barcode-content .list-item{
  width: 100%;
  background-color: #fff;
  padding:.25rem ;
  color: #221B03;
  margin-bottom: 3px;
}

.barcode-content .list-item .title{
  margin-bottom: 0px;
}

.barcode-timeOut-wrap{
  color:#CA2358;
  margin-bottom: 10px;
  text-align: center;
}

.change-barcode button{
  color: var(--secondary);
  text-decoration: underline;
}

.change-barcode button:hover{
  color: var(--secondary)!important;
  transition: all 0.2s;
}

.list-item{
  color: #221B03;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.list-date{
  background-color: #F5F5F5;
  border-radius: 50px;
  display: -webkit-inline-box;
  padding: 5px 20px;
  max-height: 37px;
  min-width: 113px;
}

.list-date-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.aboutPage-wrap .content-described{
  padding: 40px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 30px;
  border-radius: 16px;
}

.content-secondTitle{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  color: #7D7669;
}

.about-way-wrap{
  background-color: #fff;
  text-align: center;
  min-height: 360px;
  border-radius: 16px;
  padding: 10px;
}
.about-way-wrap a{
  border: 1px solid transparent;
  text-decoration: underline;
}

.about-way-wrap .title{
  font-size: 1.3rem;
  font-weight: 600;
  color: #7E8D9A;
}

.about-way-wrap .content{
  text-align: left;
  line-height: 30px;
  /*letter-spacing: -2px;*/
}

.about-way-wrap .content a,.Introduction-box a{
  color: var(--secondary);
  text-decoration: none;
}
/*
.about-way-wrap .content a{
  display: inline-block;
}
*/

.Introduction-box{
  padding: 40px;
  background-color: #fff;
  color: #221B03;
  margin-bottom: 30px;
  border-radius: 16px;
  font-size: 1.2rem;
}

.Introduction-box span{
  font-weight: 800;
  display: inline-block;
}

.Introduction-box .title{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #7E8D9A;
}

.questionPage-wrap .link{
  font-size: unset;
}

@media screen and (max-width: 992px) {
  .previewDownload button{
    width: 100%;
  }
  .list-item{
      flex-wrap: wrap;
  }
  .list-content{
      width: 100%;
  }
  .list-item .list-date{
      width: auto;
      display: inline-block;
  }
  .list-date-wrap{
      margin-top: 10px;
      justify-content: flex-start;
  }
  .Introduction-box .title{
    margin-top: 20px;
  }
}

/* 平臺消息 ---e */


/* 我想建議 ---s */
.suggestPage-wrap .content-wrap{
  background-color: #fff;
  padding: 20px 10%;
}

.service-mail,.service-phone{
  font-weight: 700;
}

.service-mail a{
  color: var(--secondary);
  text-decoration: none;
}

.service-phone a{
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.verificationCode{
  display: flex;
  align-items: center;
}

.verificationCode img{
  height: 40px;
  width:auto;
}

.verificationCode .link img{
  width: 23px;
  height:auto;
}

.verificationCode .speaker img{
  width: 30px;
  height: auto;
}

.verificationCode button img{
  height: auto;
}


.verificationCode button{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
}

.suggest-submit-wrap .btn-primary{
  min-width: 100%;
}

.keep-all{
  word-break: keep-all;
}

.suggestPage-wrap .suggest-title{
  word-break: keep-all;
}

.link,.speaker{
  margin: 0px 6px 0px 6px;
}

@media screen and (max-width: 768px) {
  .suggestPage-wrap .suggest-title{
      justify-content: flex-start!important;
      margin-bottom: 10px;
  }

  #suggestVerificationCode{
      margin-bottom: 30px;
  }

  .verificationCode{
    margin-top: 20px;
  }

  .suggestPage-wrap .content-wrap {
      background-color: #fff;
      padding: 20px 2%;
  }
}

/* 我想建議 ---e */


/* 網站地圖 ---s */
.siteMapPage-wrap .accesskey{
  font-size: 1.5rem;
}

.siteMapPage-wrap{
  color: #221B03;
}

.link-map p a{
  background-color: #FAE09B;
  padding: 14px 20px;
  font-size: 1.2rem;
  color: #221B03;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 700;
}

.link-map .list-group-item{
  padding: 0px;
  border-bottom: 2px solid #F5F5F5;
}

.link-map .list-group-item a{
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 14px 16px;
  color: #221B03;
}
/* 網站地圖 ---e */


/* 新增服務內頁 ---s */

.content-title.detail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 2px solid #7D7669;
  margin-bottom: 0px;
  margin-top: 30px;
}

.content-title.detail .date{
  font-size: 1.1rem;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.newsServicePage-detail-wrap .list-item,
.announcementPage-detail-wrap .list-item {
  margin-bottom: 2px;
  padding: 14px 20px;
}
 
/* 新增服務內頁 ---e */


/* 搜尋結果 ---s */

.keyPoint{
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}

/* 搜尋結果 ---e */


/* 常見問題 ---s  */

.about-us table {
    margin: 20px 0 0;
    border: 1px solid #adadad;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about-us table th, .about-us table td {
    background-color: #f4f4f4!important;
    border: 0px solid #dbdbdb;
}

.about-us thead th {
    background-color: #fff!important;
}

.question-search-input{
  height: 60px;
  width: 66%;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 3px solid var(--primary);
  padding: 5px 20px;
}

.about-us table th, .about-us table td {
    padding: 11px 15px 10px !important;
    background-color: #fff;
    text-align: center !important;
    border: 1px solid #dbdbdb;
}

.btn-qaSearch{
  position: absolute;
  right: 0px;
  border-radius: 50%;
  background-color: var(--primary);
  width: 60px;
  height: 60px;
}

.questionPage-wrap .accordion-item .accordion-button{
  background-color: #fff!important;
  border-top: 2px solid #ededed!important;
  border-bottom: 0px solid #ededed!important;
  color: var(--secondary);
  padding-right: 50px;
}

.bg-white .accordion-item:last-child .accordion-button{
  border-bottom: 2px solid #ededed!important;
}

.questionPage-wrap .accordion-body ol{
  padding-left: 21px;
}

.questionPage-wrap .accordion-item .collapse.show{
  border-top: 2px solid #ededed;
}

.questionPage-wrap .accordion-body{
  font-size: 1.2rem;
  padding: 14px;
  color: #666666;
}

.questionPage-wrap .accordion-button::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 31px;
  right: 20px;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/footer-list-arrow-icon.png);
}

.questionPage-wrap .accordion-button:not(.collapsed)::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 20px;
  background-image: url(../img/footer-list-arrow-icon.png);
  transform: rotate(-180deg);
}

@media screen and (max-width:992px){
  .question-search-wrap{
    width: 100%!important;
  }
}

/* 常見問題 ---e  */


/* 空白表單 ---s */

.form.list-wrap{
  font-size: 1.3rem;
  color: #221B03;
  font-weight: 600;
  justify-content: flex-start;
}

.form.list-wrap .list-item{
  justify-content: flex-start;
}

.form.list-wrap .list-item a{
  padding: 0px 12px;
  color: var(--secondary);
}
/* 空白表單 ---e */

/* 3分鐘了解myData ---s */
.latest-news-detail img {
  max-width: 800px;
  display: block;
}

.latest-news-detail .carousel {
  max-width: 600px;
  margin: 0 auto;
}

.latest-news-detail .carousel-control-next {
  right: -20%;
}

.latest-news-detail .carousel-control-prev {
  left: -20%;
}

@media (max-width: 767px){
  .latest-news-detail .carousel-control-next,.latest-news-detail .carousel-control-prev {
    display: none;
  }
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.latest-news-detail .carousel-indicators{
  position: relative;
  width: 100%;
  padding: 0px 22%;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (max-width: 1200px){
  .latest-news-detail .carousel-indicators{
    padding: 0px;
  }
  .download_page_wrap .confirm-id-birth{
    width: 52%;
  }
}

.latest-news-detail .carousel-indicators [data-bs-target]{
  width: 20%;
  opacity: 1;
  height: auto;
}

/* 3分鐘了解myData ---e */

/* 服務條款 ---s */
.servicePolicyPage-wrap ul,.privacyPolicyPage-wrap ul{
  list-style: cjk-ideographic;
  padding-left: 40px;
}

.servicePolicyPage-wrap .second-title,.privacyPolicyPage-wrap .second-title{
  padding-left: 0px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondTextColor);
}

.servicePolicyPage-wrap ul ol li,.privacyPolicyPage-wrap ul ol li{
  margin-left: 30px;
}

/* 服務條款 ---e */

/* 隱私權 ---s */
.privacyPolicyPage-wrap ul ol li ol li {
  list-style: lower-alpha !important;
  margin-top: 0;
}

.privacyPolicyPage-wrap ul ol li ol ol li,.privacyPolicyPage-wrap ul ol li ol li ol li {
  list-style: disc !important;
  margin-left: 20px;
}

/* 隱私權 ---e */


/* modal ---s */
.counter-service .modal-body,.modal-body #mobile-step2,.modal-body #email-step2 {
  text-align: left;
  height: 360px;
  overflow-y: auto;
}
.counter-service .modal-dialog {
  max-width: 1001px;
}
.modal-scoller-layer{
  color: #188e82;
}
/* modal ---e */


/* 找文件＆找服務 ---s */

.input-wrap .d-flex > .dropdown-select {
  display: none;
}

.input-wrap .d-flex > .dropdown-select.wide{
  margin-left: 14px;
}

@media screen and (max-width: 992px){
  .input-wrap .d-flex {
    flex-wrap: wrap;
  }
  .input-wrap .d-flex > .dropdown-select.wide {
    margin-left: 0px;
    margin-top: 20px;
  }
  /* .tab-pane-innerWrap > .input-wrap:nth-child(2) {
    margin-top: 20px;
  } */
}

.docs-two-input-wrap .dropdown-select{
  min-width:145px;
  width: 100%;
}

.docs-two-input-wrap.show .dropdown-select{
    min-width:110px;
}
/* 找文件＆找服務 ---e */

.verify-card a{
  color: var(--secondary);
}

.left::-webkit-scrollbar,.signIn-step-1::-webkit-scrollbar,.signIn-content-wrap::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background:#fff;
  border-radius: 10px;
}

.left::-webkit-scrollbar-thumb,.signIn-step-1::-webkit-scrollbar-thumb,.signIn-content-wrap::-webkit-scrollbar-thumb {
  background: #dddddd;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px #e9e9e9;
}

/* 截圖錯誤資訊 */

.error-upload-wrap{
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #E4E1DD;
}

.uploadBtn-box{
  display: flex;
  justify-content: flex-end;
}
*{
  box-sizing: border-box;
}

/*KIOSK*/
.instructions p{
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}

.instructions{
    margin-top: 20px;
    margin-bottom: 30px;
}


/*使用紀錄 */
@media screen and (max-width:992px) {
  .history-content-overflow{ 
    overflow-x: auto; 
    overflow-y: hidden;
  }
  .content-overflow{
    flex-wrap: nowrap;
    width: max-content; 
  }
  .scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; /* 按钮宽度 */
    height: 24px; /* 按钮高度 */
    background-color: transparent; /* 按钮背景颜色 */
    border: none; /* 按钮边框 */
    cursor: pointer;
    text-align: center;
    line-height: 30px; /* 垂直居中文本 */
    font-size: 1.45rem; /* 文本大小 */
    color: #333; /* 文本颜色 */
    border-radius: 50%;
  }
  
  .scroll-button:disabled,
  .scroll-button[disabled] {
    opacity: 0.5; /* 禁用状态的透明度 */
    pointer-events: none; /* 禁止交互 */
  }
  
  .left-button::before, .right-button::before {
    content: '\2039'; /* 左箭头 */
  }
  
  .right-button::before {
    content: '\203A'; /* 右箭头 */
  }
  .left-button {
    left: 0;
  }
  
  .right-button {
    right: 0;
  }
  
}
.newsServicePage-detail-wrap ol{
  list-style-position: inside;
}

/*滾軸*/
.history-content-overflow::-webkit-scrollbar { 
  display: none;
  height: 4px; 
}
.history-content-overflow::-webkit-scrollbar-button { 
  background: transparent; 
  border-radius: 4px; 
}
.history-content-overflow::-webkit-scrollbar-track-piece {
  background: transparent;
}
.history-content-overflow::-webkit-scrollbar-thumb { 
  border-radius: 4px; 
  background-color: rgba(0, 0, 0, 0.2); 
   
}
.history-content-overflow::-webkit-scrollbar-track { 
  box-shadow: transparent; 
}

/*流程導引 --s*/

.teach-wrap {
    position: fixed !important;
    z-index: 999999999;
    width: 64%;
    left: 50%;
    transform: translate(-50%, 0px);
}

@media screen and (max-width: 992px) {
    .teach-wrap {
        top: 4%;
    }
}

.teach-wrap-bg {
    position: fixed;
    width: 100%;
    top: 0px;
    bottom: 0px;
    padding-bottom: 100%;
    background-color: #000000ab;
    z-index: 9999999;
}


.btn-teach {
  height: auto;
  position: fixed;
  right: 0px;
  top: 33%;
  z-index: 999999999;
  writing-mode: vertical-rl !important;
  text-orientation: upright !important;
  letter-spacing: 4px;
  padding: 18px 10px;
  display: flex;
  font-size: 1rem;
  background-color: var(--primary);
  border-top-left-radius:12px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0px;
  font-weight: 600; 
}
 

.btn-teach-text {
    font-size: 1rem !important;
}

 
 
.teach-icon{
  width:26px;
  height: 22px;
}
.close-teach-btn {
    color: #000;
    position: absolute;
    top: -16px;
    right: -1.5%;
    z-index: 999999999;
    background-color: white;
    border-radius: 50px;
    padding: 7px 12px;
    box-shadow: 0px 0px 5px 0px #0000004d;
    cursor: pointer;
}

#imageContainer {
    z-index: 9999999;
}

#annotation {
    position: absolute;
    background: #19A495;
    opacity: 1;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    transition: transform 1s; /* 加入過渡效果，使移動更平滑 */
}

#toolTip {
    position: absolute;
    background: #fff;
    border: 3px solid #B5B5B5;
    color: #000;
    margin-bottom: 230px;
    padding: 20px;
    max-width: 340px;
    min-width: 340px;
    box-shadow: 5px 5px 2px #B5B5B5;
    transition: transform 1s; /* 加入過渡效果，使移動更平滑 */
    border-radius: 10px;
}

#findDocumentsButton,#findOnlineServicesButton,#findInPersonServicesButton{
  border: 0;
}
#toolTip::before {
    content: '';
    position: absolute;
    bottom: -28px;
    transform: rotate(90deg);
    bottom: -49px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 20px;
    height: 40px;
    border-left: solid 20px #fff;
    border-bottom: solid 20px transparent;
    border-top: solid 20px transparent;
}

#replay-button{
border: 3px solid #19A495;
color:#333;
background-color: #fff;
padding-left: 16px;
padding-right: 16px;
font-weight: bold;
}
#replay-button:hover{
  border: 3px solid #19A495;
  color:#fff;
  background-color: #19A495;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
}
#toolTip::after {
    content: '';
    position: absolute;
    bottom: -28px;
    transform: rotate(90deg);
    bottom: -63px;
    z-index: -11;
    left: 50%;
    transform: translate(-40%, -45%) rotate(90deg);
    width: 30px;
    height: 40px;
    border-left: solid 24px #B5B5B5;
    border-bottom: solid 24px transparent;
    border-top: solid 24px transparent;
}
@media screen and (max-width:992px) {
  #toolTip {
    position: absolute;
    background: #fff;
    border: 3px solid #B5B5B5;
    color: #333;
    margin-bottom: 300px;
    padding: 12px;
    max-width: 240px;
    min-width: 220px;
    box-shadow: 5px 5px 2px #B5B5B5;
    transition: transform 1s; /* 加入過渡效果，使移動更平滑 */
    border-radius: 10px;
  }
  #toolTip.turn::before {
    top:-8px;
    transform: translate(-45%, -50%) rotate(270deg);
  }
  #toolTip.turn::after {
    top:-15px;
    transform: translate(-40%, -50%) rotate(270deg);
  }
}
#imageContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

#imageContainer img {
    width: 100%;
}
 


.animate-ping {
    background: #19A495;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    border-radius: 50%;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    75%,
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.teach-step-button {
    background-color:#19A495;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1rem;
    /* margin-left: 10px; */
}

.teach-step-button:hover {
    background-color: #0e8376;
    border-color: #0e8376;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1rem;
    /* margin-left: 10px; */
}

 

 
.teach-list-wrap .list-content{
    padding: 20px 20px;
}

/*流程導引 --e*/

/*網站導覽*/
.disable-link{
  pointer-events: none;
}
.show-lg-only{
  display: inline-block;
}
@media screen and (max-width:992px) {
  .show-lg-only{
    display: none;
  }
}
/*密碼提醒*/
.notice-password{
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
 
.require-doc-text{
  color:rgba(0,0,0,.5);
  padding-top: .25rem;
}

.verify-card-icon{
  width: 46px;
  margin-left: .5rem;
}
.btn-visible{
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 8px; 
  font-weight: 600;
  transition: .5s;
  padding-bottom: .4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-visible:hover{
  color:var(--secondary);
  transition: .5s;
} 
.table-text-left{
  text-align: left;
}
.btn-document::before{
  display: inline-block;
  content: "";
  background-image: url('../img/icon-btn-doc.png');
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 8px;
  border-radius: 50%;
  border: 2px solid #19A495;
}
.btn-online-service::before{
  display: inline-block;
  content: "";
  background-image: url('../img/icon-btn-online-service.png');
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 8px;
  border-radius: 50%;
  border: 2px solid #19A495;
}
.btn-counter-service::before{
  display: inline-block;
  content: "";
  background-image: url('../img/icon-btn-counter.png');
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 8px;
  border-radius: 50%;
  border: 2px solid #E3B350;
}
.btn-reminder-service::before{
    display: inline-block;
    content: "";
    background-image: url('../img/icon-bell.svg');
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    right: 8px;
    border-radius: 50%;
    border: 2px solid #E3B350;
}

.btn-visible img{
width: 24px; 
margin-right: .35rem;
}
.index-search-wrap tbody td:nth-child(4){
text-align: left;
}
@media screen and (max-width:992px){
  .index-search-wrap tbody td:nth-child(4){
    text-align:center;
    }
    .table-text-left{
      text-align: center;
    }
}

.index-title-secondary{
  font-size: 2rem;
  text-align: center;
}

.step-pill{
  flex:0 0 auto;
  width:19%;
}
@media screen and (max-width:768px){
  .step-pill{
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .step-center-line{
    display: none;
  }
  #again-use .opacity-item{
    display: none;
  }
  .slider-item-01{
  animation: unset;
  }
  .slider-item-02{
    animation: unset;
  }
  .slider-item-03{
    animation: unset;
  }
}

@media screen and (min-width:769px) and (max-width:1280px){
  .step-pill{
    flex: 0 0 auto;
    width: 30%; 
 
  }
  .step-center-line{
    display: none;
  }
 .described-step-wrap-4,.described-step-wrap-2{
    max-width: unset;
  }
  .step-center-line{
    display: none;
  }
  .pill-wrap{
    padding:0;
  }
 
}

.pill-group{
  display: flex;
  justify-content: center;
}