﻿@charset "UTF-8";
/*共用版型*/
html {
  font-size: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "微軟正黑體","Helvetica Neue",'Microsoft JhengHei',sans-serif;
  font-size: 100%;
  color: #222222;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: 0rem;
  background: #f1f1f1;
  overflow-x: hidden; }

/*--------------------------------
共用 */
html {
  font-size: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "微軟正黑體", "Helvetica Neue", 'Microsoft JhengHei', sans-serif;
  font-size: 100%;
  color: #222222;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: 0rem;
  background: #f1f1f1;
  overflow-x: hidden;
  padding-top: 4.5rem;
  background-image: url("../../../assets/Images/bkg.jpg");
  background-position: bottom right;
  background-attachment: fixed; }

.navbar-brand {
  margin-right: 0; }

.header {
  color: #222222;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding: 0.5rem 1rem;
  /*background-color: #343a40;*/
  background-color: #FFCF54;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.footer {
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  padding: 0.5rem 0.5rem;
  background-color: #343a40 !important; }
  .footer label {
    margin-bottom: 0; }

h5 {
  font-size: 1.1rem; }

.jumbotron {
  margin-bottom: 0;
  background-color: #fff; }

.body {
  background: #fff;
  position: relative;
  padding: 0.5rem;
  border: 2px solid #f7f7f9;
  border-radius: 1rem;
  /*margin-bottom: 135px;*/ }

.slogan h1 {
  font-size: 2.75rem; }
  .slogan h1 span {
    word-break: keep-all; }
    .slogan h1 span:first-child {
      color: coral; }
    .slogan h1 span:nth-child(2) {
      color: #52DEC6; }

.slogan p {
  color: #494949; }

input.form-control {
  border: 2px solid #5bbee9; }

/*#lblTIME {
    line-height: 48px;
    min-height: 48px;
}*/
.form-control.k-widget {
  border-width: 0px;
  /*padding: 0.375rem 0;*/
  padding: 0 0; }

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup, .k-multiselect .k-button, .k-multiselect .k-button:hover {
  padding: 0.375rem 0; }

.c_red {
  color: red; }

.fastID_img {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 44%; }

.title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px; }
  .title + p {
    font-size: 0.875rem;
    margin-top: -10px; }

/*卡片樣式*/
/*無圓角*/
.card--noRadius {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 1rem 0 0;
  padding: 1rem;
  border: none;
  min-width: auto;
  word-wrap: break-word;
  background-clip: border-box;
  clear: both;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  margin: 15px 0px 0px;
  padding: 15px;
  border: none;
  min-width: auto;
  word-wrap: break-word;
  background-clip: border-box;
  clear: both; }

/*有圓角*/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: .25rem;
  /*-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);*/
  padding: 15px;
  margin: 15px 0px;
  border: none;
  min-width: auto;
  word-wrap: break-word;
  background-clip: border-box;
  clear: both; }

.modal-body .card--noRadius {
  margin: 0 -1rem 1rem -1rem; }

.modal-body .form-group .addPhoto_block .photoChoice {
  width: 82vw;
  height: 52vw; }
  .modal-body .form-group .addPhoto_block .photoChoice .photoChoice_btn .addCircle {
    width: 40px;
    height: 40px; }
    .modal-body .form-group .addPhoto_block .photoChoice .photoChoice_btn .addCircle .line {
      width: 20px; }
  .modal-body .form-group .addPhoto_block .photoChoice p {
    font-size: 1rem; }

.addFastID_IMG_block {
  cursor: pointer;
  position: relative;
  /*max-width: 400px;*/
  border: 2px solid #ffc107;
  border-radius: 1rem;
  padding: 0.5rem;
  max-height: 245px;
  height: 245px;
  margin: 10px auto; }
  .addFastID_IMG_block .photoblock-title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #ffc107;
    padding: 0.5rem;
    border-radius: 1rem;
    width: 120px;
    line-height: 1rem;
    margin: -1.5rem auto; }
  .addFastID_IMG_block img {
    object-fit: contain; }
  .addFastID_IMG_block.hasImg {
    max-height: none;
    height: auto; }
    .addFastID_IMG_block.hasImg img {
      margin-bottom: 0.5rem; }
    .addFastID_IMG_block.hasImg img:last-child {
      margin-bottom: 0; }

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: 100%; }

.addCERTIFIED_IMG_block {
  cursor: pointer;
  position: relative;
  max-width: 400px;
  border: 1px dashed #888;
  border-radius: 0.5rem;
  padding: 0.5rem;
  max-height: 500px;
  height: 500px;
  margin: 10px; }
  .addCERTIFIED_IMG_block img {
    object-fit: contain; }

.photoChoice_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  text-align: center;
  color: #888; }

.addCircle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 99em;
  position: relative;
  border: 1px solid #888;
  margin: 0 auto 1rem auto; }
  .addCircle .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 20px;
    border: 1px solid #888; }
    .addCircle .line:last-child {
      transform: translate(-50%, -50%) rotate(90deg); }

.label-remark {
  color: #343a40;
  line-height: 1.5rem; }
  .label-remark a {
    color: #ff6d07 !important; }

.btnblue {
  background-color: #597af5;
  color: white !important; }

.form-control {
  height: auto; }

/*.page-wrapper {
    min-height: 100vh;
    padding-bottom: 32px;
}*/
.modal_IDCard {
  z-index: 1053; }

.fastIDcanvas {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0px); }

#container .content .card .fastID_img {
  position: absolute;
  z-index: -1;
  padding-top: 41.5%; }

#fastIDcontainer .content .card .addPhoto_block .photoChoice {
  width: auto;
  height: auto; }

.card_header {
  cursor: pointer;
  position: relative;
  background-color: #888;
  border-radius: 5px;
  padding: .525rem .75rem;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff; }
  .card_header .detail label {
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 0px; }
  .card_header .detail span {
    font-size: 0.875rem; }

.card_body {
  padding: .75rem; }

#app {
  /*.btn {
        width: initial;
        height: initial;
        border-radius: 5px;
        min-width: 110px;
        border: 1px solid #5bbee9;
        background: #5bbee9;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        padding: .375rem .75rem;
        margin: 0px 2px;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        cursor: pointer;

        &:hover {
            opacity: 1;
            color: #fff;
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
            -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
        }
    }*/ }
  #app .container {
    padding-right: 0;
    padding-left: 0; }
  #app #fileselect {
    padding: 0; }

.btnOther {
  width: initial;
  height: initial;
  border-radius: 5px;
  min-width: 110px;
  background: #727272;
  border: 1px solid #727272;
  margin: 0px 2px;
  color: #fff;
  text-align: center;
  padding: .375rem .75rem;
  white-space: nowrap;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer; }
  .btnOther:hover {
    opacity: 1;
    color: #fff;
    border: 1px solid #5bbee9;
    background-color: #5bbee9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3); }
  .btnOther:last-child {
    margin-right: 0px; }

.btnDelete {
  width: initial;
  height: initial;
  border-radius: 5px;
  min-width: 110px;
  padding: .375rem .75rem;
  color: #fff;
  background-color: #ff1717;
  border: 1px solid #ff1717;
  white-space: nowrap;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer; }
  .btnDelete:hover {
    opacity: 1;
    color: #fff;
    background-color: #ff1717;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3); }

.preview_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .preview_block .preview_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #494949;
    margin-bottom: 15px; }
    .preview_block .preview_title label {
      font-weight: bold;
      margin-right: 10px;
      margin-bottom: 0; }
    .preview_block .preview_title span {
      font-size: 0.875rem; }
  .preview_block .upload_img {
    width: 110px;
    height: 80px;
    position: relative;
    display: inline-block;
    padding: 5px;
    margin: 0px 10px 15px 0px;
    border: 1px solid #494949;
    border-radius: 5px;
    cursor: pointer; }
    .preview_block .upload_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

/*tab1_3 上傳檔案*/
.drag_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*照片上傳*/ }
  .drag_block i {
    font-size: 90px;
    pointer-events: none; }
  .drag_block p {
    margin: 30px 0px; }
  .drag_block .form-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0; }
    .drag_block .form-group input {
      opacity: 0;
      display: inline-block;
      width: auto;
      cursor: pointer; }
    .drag_block .form-group .btn {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      cursor: default;
      pointer-events: none; }
  .drag_block #filedrag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    padding: 13vh 15px;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
    width: 100%;
    /*margin: 1rem 0px;*/
    margin: 0 0 1rem;
    padding: 50px 15px; }
  .drag_block #filedrag.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
    -webkit-box-shadow: inset 0 3px 4px #888;
    box-shadow: inset 0 3px 4px #888; }
  .drag_block .preview_block {
    width: 100%; }

.photo_contorl button {
  min-width: 32px;
  min-height: 32px;
  border-radius: 99em;
  color: #fff;
  background-color: #5bbee9;
  border-color: #5bbee9;
  margin: 15px 5px 0px;
  box-shadow: none;
  border-width: 0px; }

.photo_contorl .photo_btn {
  padding: 5px 30px; }

.pushy .circle {
  background-color: transparent; }

/*副標標題*/
.sub_header {
  padding: 8px 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 8px 0px;
  color: #494949; }
  .sub_header .title {
    font-size: 1.25rem;
    margin: 0px;
    font-size: 1.125rem; }
    .sub_header .title + span {
      font-size: 0.75rem; }
  .sub_header .left {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sub_header + .card {
    margin-top: 0px; }
  .sub_header .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sub_header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sub_header .circle {
    background-color: transparent;
    margin-right: 10px; }

.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  font-weight: bold; }

@media (min-width: 576px) {
  .body {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: 1rem;
    margin-bottom: 135px; }
  .modal-body .form-group .addPhoto_block .photoChoice {
    width: 440px;
    height: 279px; } }

@media (min-width: 768px) {
  label {
    text-align: right; } }

@media (max-width: 768px) {
  .smsvcode {
    text-align: center; } }

/*申請進度條*/
.stepper-horizontal {
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

ul.stepper {
  padding: 0 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section; }

.stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s; }

ul.stepper li {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content; }

.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important; }

ul.stepper > li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom .4s;
  -o-transition: margin-bottom .4s;
  transition: margin-bottom .4s; }

ul.stepper li {
  text-align: center; }
  ul.stepper li .circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    color: #fff;
    background-color: rgba(108, 117, 125, 0.3);
    border-radius: 1.5em; }

ul.stepper li.active .circle {
  color: #4285f4 !important;
  background-color: #fff !important;
  border: 0.2em solid #4285f4 !important;
  line-height: 2em; }

ul.stepper li.completed .circle {
  background-color: #4285f4 !important; }

.stepper-horizontal li:after, .stepper-horizontal li:before {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  content: "";
  background-color: rgba(108, 117, 125, 0.3); }

.completed .circle {
  background-image: url("../../../assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff; }

#OrdPanel .form-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  #OrdPanel .form-row .col-default-2 {
    font-weight: 700; }

/*判別申請人是否為 Pay4U 會員*/
.certified__cards {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 30px;
  text-align: center; }

.divider {
  background-color: #dddddd; }

[class^=certified__cards--] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 5px;
  padding: 20px 25px; }
  [class^=certified__cards--] h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    justify-content: center; }
  [class^=certified__cards--] h5 {
    font-size: 16px;
    margin-bottom: 0; }
  [class^=certified__cards--] .btn {
    border-radius: 10px;
    height: 160px;
    font-size: 20px;
    font-weight: bold; }

.certified__cards--1 .btn, .certified__cards--2 .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.certified__cards--1 .btn img, .certified__cards--2 .btn img {
  height: 100px; }

@media (max-width: 992px) {
  [class^=certified__cards--] h4 {
    font-size: 18px;
    display: flex;
    flex-direction: column; }
  [class^=certified__cards--] h5 {
    font-size: 14px; } }

.notice {
  margin: 10px 0 18px 0;
  line-height: 1.5em;
  display: flex;
  justify-content: center; }
  .notice a:link, .notice a:visited, .notice a:active {
    color: #00b3ff; }

.certified__prompt {
  text-align: center; }
  .certified__prompt .illustration {
    width: 50%; }
  .certified__prompt h4 strong {
    color: #00b3ff; }
  .certified__prompt h5 {
    color: #ff0000cd;
    line-height: 1.5em; }
  .certified__prompt h4, .certified__prompt h5 {
    display: flex;
    justify-content: center; }

@media (max-width: 768px) {
  .certified__cards {
    grid-template-columns: repeat(1, 1fr); }
  .certified__prompt h4, .certified__prompt h5 {
    display: flex;
    flex-direction: column; } }

@media (max-width: 568px) {
  [class^=certified__cards--] h5 {
    font-size: 14px;
    letter-spacing: 0; }
  .notice {
    display: flex;
    flex-direction: column; }
  .certified__prompt h5 {
    font-size: 16px; }
  .certified__prompt .illustration {
    width: 90%;
    margin: 60px 0; } }

i.delflag {
  display: flex;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 10px;
  padding-top: -10px;
  position: absolute;
  border-radius: 50%;
  background: #ffffffde;
  padding: 3px; }

i.delflag:hover {
  background: rgba(131, 131, 131, 0.3);
  color: white; }
