@charset "UTF-8";

html,
body,
form {
  height: 100%;
  /*宣告高支援100%*/
}

.carousel {
  height: 100%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

/* 
寬度固定 */
.fixed-width-carousel .carousel {
  height: 755px;
}

.half {
  /* 矮版 */
  height: 375px;
}

.fixed-width {
  /* 寬度固定 */
  max-width: 1140px;
  max-height: 755px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .fixed-width-carousel .carousel {
    height: 600px;
  }
}

/* 
寬度滿版 */
.fill {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.carousel-item {
  height: 100%;
  /*高度需設100%輪播圖滾動才會連續, 設vh背景圖無法等比例縮放*/
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel1 .left.carousel-control img,
#carousel1 .right.carousel-control img {
  position: absolute;
  top: 45%;
}

#carousel1 .left.carousel-control img {
  right: 50%;
}

#carousel1 .right.carousel-control img {
  left: 50%;
}

@media (max-width: 1400px) {
  .carousel {
    height: 600px;
    /*margin-top: 70px;*/
  }

  .half {
    height: 300px;
  }
}

@media (max-width: 992px) {

  .carousel,
  .fixed-width-carousel .carousel {
    height: 550px;
  }

  .half {
    height: 275px;
  }

  #carousel1 .left.carousel-control img,
  #carousel1 .right.carousel-control img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  #carousel1 .left.carousel-control img {
    right: 30%;
  }

  #carousel1 .right.carousel-control img {
    left: 30%;
  }
}

@media (max-width: 768px) {

  .carousel,
  .fixed-width-carousel .carousel {
    height: 450px;
  }

  .half {
    height: 225px;
  }

  #carousel1 .left.carousel-control img,
  #carousel1 .right.carousel-control img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  #carousel1 .left.carousel-control img {
    right: 20%;
  }

  #carousel1 .right.carousel-control img {
    left: 20%;
  }
}

@media (max-width: 560px) {
  .half {
    height: 180px;
  }

  .half .carousel-item {
    min-height: 180px;
  }
}

/****************** 基本 ******************/
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-weight: 400;
  line-height: 1.8;
  color: #777777;
  color: #323232;
  background-color: #fff;
  height: 100%;
  position: relative;
}

hr {
  border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #009999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus,
a:visited {
  color: #006464;
  outline: none;
  text-decoration: none;
}

ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

img,
object,
embed,
video {
  max-width: 100%;
}

select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-position: right 5px top 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: .2;
}

/*
--- 按鈕 btn ---*/
.btn {
  border-radius: 0px;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-primary {
  background: #009999;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  display: inline-block;
  margin-top: 5px;
}

.btn.btn-outline-primary {
  color: #009999;
  border-color: #009999;
  border: 2px solid #009999 !important;
  margin-top: 5px;
}

.btn.btn-outline-primary:hover {
  color: white;
  background-color: #6dc5c5 !important;
}

@media screen and (max-width: 576px) {
  .btn.btn-lg {
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    font-size: 1rem;
  }
}

/****************** 輪播 carousel ******************/
.carousel-indicators li {
  width: 10px;
  height: 10px;
  opacity: .8;
  border-radius: 50px;
  border: 1px solid #dedede;
  background-color: #bbbbbb;
}

.carousel-indicators .active {
  background-color: #009999;
}

/*
--- 主視覺 ---*/
.topimg1 {
  background-image: url(../images/top.jpg) !important;
}

.topimg2 {
  background-image: url(../images/top_2.jpg) !important;
}

.topimg3 {
  background-image: url(../images/top_3.jpg) !important;
}

@media screen and (max-width: 576px) {
  .topimg1 {
    background-image: url(../images/top_m.jpg) !important;
  }

  .topimg2 {
    background-image: url(../images/top_m.jpg) !important;
  }

  .topimg3 {
    background-image: url(../images/top_m.jpg) !important;
  }
}

/*
---- index 主視覺 ----*/
.carouselHome {
  height: 100%;
}

.carouselHome .topimg1 {
  background-image: url(../images/top_home.jpg) !important;
}

@media screen and (max-width: 576px) {
  .carouselHome .topimg1 {
    background-image: url(../images/top_home_m.jpg) !important;
  }
}

.kv-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kv-main .col {
  text-align: center;
  margin-top: 100px;
  margin-left: 500px;
}

@media screen and (max-width: 1199px) {
  .kv-main .col {
    margin-left: 300px;
  }
}

@media screen and (max-width: 868px) {
  .kv-main .col {
    margin-left: 300px;
  }
}

@media screen and (max-width: 576px) {
  .kv-main .col {
    margin-left: auto;
    margin-top: 400px;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .kv-main .col {
    margin-top: 300px;
  }
}

.kv-main .btn {
  border-radius: 50rem;
  font-size: 1.75rem;
}

@media screen and (max-width: 1199px) {
  .kv-main .btn {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 576px) {
  .kv-main .btn {
    font-size: 1rem;
  }
}

/*--- 首頁(Home)主視覺版位(寬) ---*/
.halfHome {
  /* 矮版 */
  height: 500px;
}

@media (max-width: 1400px) {
  .carouselHome {
    height: 600px;
    /*margin-top: 70px;*/
  }

  .halfHome {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .halfHome {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .halfHome {
    height: 400px;
  }
}

@media (max-width: 560px) {
  .carouselHome {
    height: 520px;
  }

  .halfHome {
    height: 400px;
  }

  .halfHome .carousel-item {
    min-height: 400px;
  }
}

@media (max-width: 320px) {
  .carouselHome {
    height: 430px;
  }
}

/* 
---------- 首頁(Home)內容盒子 ------------ */
.applyNow {
  background-color: #009999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.applyNote {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: .25rem;
}

.mainText02 {
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  color: #545559;
  margin-bottom: 1rem;
  padding: 2.8rem 1.25rem;
}

.mainText02 .title {
  text-align: center;
  font-weight: bold;
  color: #009999;
  margin-bottom: 3rem;
}

.mainText02 .item {
  text-align: center;
  background: #ffffff;
  border: 2px solid #88caca;
  border-radius: 20px;
  padding: 2rem 0 1.5rem;
  margin-bottom: .75rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainText02 .item .btn {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainText02 .item:hover {
  background-color: #f5fdfd;
  border: 2px solid #009999;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 10px 10px 0 0 rgba(136, 202, 202, 0.8);
  box-shadow: 10px 10px 0 0 rgba(136, 202, 202, 0.8);
}

.mainText02 .item:hover .btn {
  -webkit-box-shadow: 5px 5px 0 0 rgba(200, 200, 200, 0.8);
  box-shadow: 5px 5px 0 0 rgba(200, 200, 200, 0.8);
}

.mainText02 .main-bg {
  background-color: #eef5f7;
}

.mainText02 h1.title {
  font-size: 2.5rem;
}

.mainText02 h1.title small {
  color: #797979;
  font-size: 70%;
}

@media only screen and (max-width: 520px) {
  .mainText02 h1.title {
    font-size: 2rem;
  }
}

.main-bg {
  background-image: url(../images/actbg_00.gif);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

/****************** 導覽列 navbar ******************/
.navbar {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  padding: 0;
}

/*
--- 聯邦LOGO navbar-brand ---*/
.navbar h1 {
  display: inline-flex;
}

.navbar .navbar-brand {
  padding-right: 0;
  margin-right: 50px;
  margin-left: 20px;
  width: 250px;
  height: 70px;
  background: url(../images/UBOT-logo.png) no-repeat 0 50%;
  background-size: contain;
}

.navbar .navbar-brand img {
  width: 90%;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggle {
  margin-top: 13px;
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
  background-color: #f8f8f8;
}

.navbar-light .navbar-toggle .icon-bar {
  background-color: #009999;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav>li>a {
  display: block;
  margin-left: 15px;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
  color: #009999;
  background-color: transparent;
}

.navbar-light .navbar-nav>li>a:after {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  background: #009999;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.navbar-light .navbar-nav>li:hover>a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* 
--- 導覽列下拉dropdown-menu ---*/
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/****************** 版面 Container ******************/
.gridContainer {
  width: 100%;
  clear: none;
  float: none;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .gridContainer {
    width: 100%;
    margin: 0 auto;
    clear: none;
    float: none;
    margin-left: auto;
    background-size: cover;
  }
}

/*
--- 版權宣告footer ---*/
footer {
  background-color: #1a7b7b;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

footer a {
  color: #d2d1d1;
  text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:visited {
  text-decoration: none;
  color: #fff;
}

footer ul {
  line-height: 1.2;
}

footer .copyright {
  font: 62.5%/1.6em Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright {
  min-height: 50px;
  color: #8f8f8f;
  background-color: #025050;
  font-size: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-copyright p {
  color: #ccc;
  margin-bottom: 0;
}

.footer-copyright .paraA {
  font: 62.5%/1.6em Arial, Helvetica, Verdana, sans-serif;
  padding-top: 13px;
  line-height: 15px;
}

/*
--- menu ---*/
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 2rem;
  border-bottom: 1px solid #dff3f3;
}

.menu li {
  width: 25%;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
}

.menu li a {
  display: block;
  border-radius: 10px 10px 0 0;
  color: #009999;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #dff3f3;
}

.menu li a span {
  line-height: 3.5rem;
  vertical-align: middle;
}

.menu li a img {
  max-width: 50px;
}

.menu li .active {
  color: #fff;
  background-color: #009999;
}

.menu li .active:hover {
  color: #009999;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .menu ul li a {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .menu ul li a {
    font-size: 1.25rem;
  }

  .menu ul li a:hover {
    background-color: unset;
  }

  .menu ul li a img {
    display: none;
  }
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .menu .container {
    padding-right: 0;
    padding-left: 0;
  }

  .menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: 0;
  }

  .menu ul li {
    width: 50%;
    margin: 0 auto;
  }

  .menu ul li a {
    border-radius: 0;
    font-size: 1.25rem;
  }

  .menu ul li a:hover {
    background-color: unset;
  }

  .menu ul li a span {
    line-height: 4rem;
  }

  .menu ul li a img {
    display: none;
  }
}

/*
--- mainArea ---*/
.mainArea {
  padding-bottom: 1.8rem;
}

/*
--- 內文區塊 mainText ---*/
.mainText {
  font-size: 1.5rem;
  color: #545559;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 3rem;
  border: 1px dotted #767272;
  background-color: #FFFFFF;
  padding: 1.8rem 1.25rem;
  text-align: center;
}

.mainText .title {
  text-align: center;
  font-weight: bold;
  color: #009999;
  padding-left: 10px;
  padding-right: 10px;
}

.mainText .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.25rem;
  line-height: 1.8;
}

.stepTitle h2 {
  color: #009999;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
}

.stepTitle h3 {
  color: #009999;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 3px solid #e4e2e2;
  margin-bottom: 1rem;
}

.stepTitle h3 span {
  padding-bottom: 8px;
  border-bottom: 3px solid #00859a;
}

.stepTitle p {
  font-size: 1.2rem;
}

.red {
  color: #d60000;
}

.reward {
  color: #d60000;
  margin-right: 3px;
  margin-left: 3px;
}

/*
--- 表單 form ---*/
.form-control {
  color: #222222;
  font-size: 1.25rem;
  border-radius: 0;
  padding: 0 0 0 3px;
  border: 1px solid #a9a9a9;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control::-moz-placeholder {
  color: #777777;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-ms-input-placeholder {
  color: #777777;
}

.form-control::placeholder {
  color: #777777;
}

.form-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.75rem;
}

.formTitle h4 {
  color: #009999;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 2rem;
}

.formTitle h4:after {
  content: '';
  display: block;
  border-bottom: 3px solid #dff3f3;
  padding-top: .5rem;
}

.text-muted {
  font-size: 87%;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 出現-補充說明項目-addItem */
  /* 活動項目-actItem */
}

.formList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.formList label {
  min-width: 12rem;
  font-size: 1.25rem;
  text-align: right;
  margin-right: .75rem;
  margin-bottom: 0;
  color: #009999;
  font-weight: bold;
}

.formList select {
  margin-left: 10px;
  margin-right: 5px;
  min-width: 60px;
}

.formList select:first-of-type {
  margin-left: 0;
  min-width: 200px;
  max-width: 192px;
}

.formList a {
  display: inline-block;
  line-height: 1rem;
}

.formList .btn-modal {
  background: none;
  border: 0;
  padding: 0;
}

.formList .btn-modal:hover i {
  color: #009999;
}

.formList i {
  font-size: 1.25rem;
  color: #9e9e9e;
  padding-left: 5px;
}

.formList .form-control {
  padding: .37rem .3rem;
  width: auto;
}

.formList .form-control.w100p {
  width: 70%;
}

.formList .form-row .form-control {
  width: 100%;
}

.formList .addItem {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.formList .addItem label {
  font-size: 1rem;
  text-align: left;
  color: #323232;
  font-weight: normal;
}

.formList .actItem {
  background-color: #e7f3f3;
  border: 1px solid #abd6d6;
  padding: 1.5rem;
}

.formList .actItem h3 {
  color: #009999;
  font-weight: bold;
  font-size: 1.25rem;
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .formTitle h4 {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .formList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .formList li select:first-of-type {
    margin-left: 0;
    min-width: 130px;
  }

  .formList li label {
    text-align: left;
  }

  .formList li select {
    margin-left: 5px;
    margin-right: 3px;
  }

  .formList li .form-control {
    padding: 0.37rem 0.3rem;
  }

  .formList li .form-control.w100p {
    width: 100%;
  }
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .formList li select:first-of-type {
    min-width: 80px;
  }

  .form-bg {
    padding: 2rem 1rem;
  }
}

/* 計算結果 */
.toolResult {
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid #abd6d6;
  border-radius: 15px;
}

.toolResult .list {
  max-width: 270px;
  margin: 0 auto 1.25rem;
}

.toolResult .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.25rem;
}

.toolResult .list .item .item-label {
  min-width: 150px;
  text-align: right;
}

.toolResult .list .item .item-number {
  min-width: 6.75rem;
  color: #009999;
  text-align: right;
}

.toolResult .reward {
  font-size: 1.75rem;
  color: #009999;
  padding-right: 3px;
  padding-left: 3px;
}

.toolResult .memo {
  margin-top: 2rem;
  border-top: 1px dotted #afafaf;
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .toolResult {
    margin: 2rem auto 0;
    padding: 1rem .5rem .5rem;
  }

  .toolResult .list {
    max-width: none;
  }

  .toolResult .list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
  }

  .toolResult .list .item .item-label {
    min-width: 110px;
  }

  .toolResult .list .item .item-number {
    min-width: 5rem;
  }

  .toolResult .reward {
    font-size: 1.25rem;
    padding: 0;
  }
}

/* 備註-注意事項 */
.memo {
  font-size: 0.95rem;
  list-style-type: none;
  padding: 15px 5px 0;
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .memo {
    font-size: .8rem;
  }
}

/* formRange */
/*formLogin*/
.formLogin {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formLogin label {
  min-width: 6.25rem;
}

.formLogin.formLoginfull label {
  min-width: 11rem;
}

.formLogin .form-group>.form-control {
  min-width: 18.2rem;
}

.formLogin .inDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 18.2rem;
}

.formLogin .inDate select:first-of-type {
  min-width: 90px;
}

.formLogin .inCaptcha .form-control {
  min-width: unset;
  max-width: 10.5rem;
}

.formLogin .inSelect .form-control {
  width: 18.2rem;
  max-width: none;
  padding: .37rem 1.5rem .37rem .3rem;
}

.formLogin .inSelect select+select {
  margin-left: 0;
  margin-top: 1rem;
}

.formLogin img {
  max-width: 120px;
  height: 44px;
  padding-left: 3px;
}

.formLogin .staff {
  min-width: 18.2rem;
  font-size: 1.25rem;
  color: #333333;
}

/* formOtp */
.formOtp {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 610px;
  margin: 0 auto 2rem;
}

.formOtp .form-group>.form-control {
  min-width: unset;
}

.formOtp>li {
  margin-bottom: .5rem;
}

.formOtp .btn {
  margin-bottom: .5rem;
  margin-left: .75rem;
}

@media screen and (max-width: 768px) {
  .formOtp .btn {
    margin-left: 0;
    margin: .5rem auto;
  }
}

.formOtp .text-muted {
  color: #e00000 !important;
}

.formOtp .text-muted i {
  vertical-align: middle;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 6px solid #777777;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media all and (min-width: 320px) and (max-width: 576px) {

  .formLogin,
  .formLogin li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .formLogin label {
    text-align: left;
  }

  .formLogin .inDate select:first-of-type {
    min-width: 90px;
  }

  .formLogin .inCaptcha label {
    width: 100%;
  }

  .formLogin .inSelect {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .formLogin .inSelect select {
    width: 100%;
  }

  .formLogin .staff {
    min-width: unset;
  }
}

/* 職務表格 jobTable */
.jobTable {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  table-layout: fixed;
}

.jobTable tr {
  border-bottom: 1px solid #d8d8d8;
}

.jobTable th,
.jobTable td {
  border: none;
  padding: 10px 3px;
  text-align: center;
}

.jobTable th {
  color: #009999;
  background-color: #f4f4f4;
}

.jobTable tbody td:last-child {
  /*職務類別說明*/
  text-align: left;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {

  /*職務類別說明*/
  .jobTable tbody td:last-child {
    padding-right: 10px;
  }
}

/* 
rwd-table */
@media screen and (max-width: 768px) {
  .rwd-table thead {
    display: none;
  }

  .rwd-table tbody td {
    display: block;
    text-align: left;
    padding: 0px 3px 3px;
    padding-left: 5.8em;
    text-indent: -5em;
  }

  .rwd-table tbody td::before {
    content: attr(data-title) "：";
    width: 5em;
    display: inline-block;
    text-align: right;
  }

  .rwd-table tbody td:first-child {
    color: #009999;
    background-color: #f4f4f4;
    padding: 8px;
    padding-left: 12px;
    text-indent: 0;
    margin-bottom: 0.25rem;
  }

  .rwd-table tbody td:first-child::before {
    /* 職業 */
    content: '';
    color: #FFFFFF;
    width: auto;
  }

  .rwd-table tbody td:last-child {
    margin-bottom: 0.25rem;
  }

  .jobTable tbody td:last-child {
    /*職務類別說明*/
    text-align: left;
    padding-right: 0;
  }
}

/*progressbar*/
#progressbar {
  padding-top: 2rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  color: #009999;
  font-size: 1rem;
  text-align: center;
  width: 16.666666%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  /*progressbar connectors*/
}

@media screen and (max-width: 576px) {
  #progressbar li {
    font-size: .75rem;
    letter-spacing: 0;
  }
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  line-height: 2;
  color: #009999;
  font-weight: bold;
  border: 2px solid #009999;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e9ecef;
  position: absolute;
  left: -50%;
  top: 18px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #009999;
  color: #fff;
}

.checkForm {
  margin-bottom: 3rem;
}

.checkForm a {
  display: inline-block;
  line-height: 1rem;
}

.checkForm a:hover i {
  color: #009999;
}

.checkForm i {
  font-size: 1.25rem;
  color: #9e9e9e;
  padding-left: 5px;
}

.checkForm select.selectWfree {
  max-width: none;
}

/* 斷行 formWarp */
.formList .formWarp {
  display: block;
}

.formList .formWarp>label {
  text-align: left;
}

.formList .formWarp label.custom-control-label {
  font-size: 1rem;
  text-align: left;
  color: #323232;
  font-weight: normal;
}

/* apply申請表單 */
.apply .formList {
  /* 帳戶 */
}

.apply .formList>li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.apply .formList select.form-control {
  padding: .37rem 1.5rem .37rem .3rem;
}

.apply .formList label {
  min-width: 12.5rem;
  text-align: left;
}

.apply .formList label.form-check-label,
.apply .formList label.custom-control-label {
  color: #333333;
  font-weight: normal;
}

.apply .formList .form-check-input {
  margin-top: 0.75rem;
}

.apply .formList .custom-control-label:before,
.apply .formList .custom-control-label:after {
  top: .6rem;
}

.apply .formList .inManey {
  position: relative;
}

.apply .formList .inManey:after {
  content: '萬元';
  position: absolute;
  text-align: right;
  font-size: .95rem;
}

@media (max-width: 1199px) {
  .apply .formList .inBank label {
    width: 100%;
    min-width: unset;
    display: block;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .apply .formList .inBank select {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .apply .formList .inBank select+select {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .apply .apply .form-control {
    width: calc(100% - 200px);
  }

  .apply .apply label {
    width: 100%;
  }
}

.apply .text-muted {
  color: #e00000 !important;
}

.apply .text-muted i {
  vertical-align: middle;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 6px solid #777777;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* 地址 */
.address {
  margin-top: 0.5rem;
}

.address .form-control {
  width: 100%;
  margin-bottom: 1rem;
}

.address .addressCol {
  max-width: 40px;
}

.formList .address select:first-of-type {
  min-width: 120px;
}

.labelCheck {
  font-size: 1.25rem;
}

/* 同一關係人資料 addList */
.addList {
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid #abd6d6;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .addList {
    padding: .5rem 1.5rem 0;
  }
}

.addList .title {
  color: #009999;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.addList .formTitle h4 {
  margin-bottom: 1rem;
}

.addList .custom-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #323232;
}

.addList .custom-control label {
  margin-right: 2rem;
}

.addList .custom-control label:hover {
  cursor: pointer;
}

.addList .list {
  border-bottom: 1px solid #cccccc;
}

.addList .list:last-of-type {
  border: 0;
}

@media screen and (max-width: 768px) {
  .addList .list .item+.item {
    border-top: 1px dotted #cccccc;
    padding-top: .25rem;
  }
}

.addList .list .btn {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .addList .list .btn {
    margin-top: 1rem;
  }
}

.addList label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .addList label {
    margin-top: 1rem;
  }
}

/* 檔案上傳頁面 */
.dataUploadArea {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.dataUpload {
  margin-bottom: 10px;
}

.upload {
  width: 100%;
  border: 2px solid #009999;
  border-radius: 10px;
  text-align: center;
}

.discribe {
  color: #a8a8a8;
  width: 100%;
  display: block;
  text-align: center;
}

/* location formList - 據點資料 */
.location .formList {
  padding-left: 0;
}

.location .formList .item {
  width: 50%;
  height: auto;
  /* for ie11 */
}

.location .formList .item ul {
  /* for ie10 斷行*/
  padding-left: 0;
}

.location .formList .item ul li[data-title="地址"] {
  display: inline-block;
}

.location .formList .item+.item,
.location .formList .item:first-of-type {
  padding-left: 5px;
}

@media screen and (max-width: 991px) {
  .location .formList .item {
    width: 100%;
  }

  .location .formList .item+.item,
  .location .formList .item:first-of-type {
    padding-left: 0;
  }
}

.location .formList li {
  margin-bottom: 0;
}

.location .formList label {
  font-size: 1rem;
  color: #333333;
}

.location .formList h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #009999;
}

.location .formList .input {
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  visibility: hidden;
  /* for ie11 */
}

.location .formList .label {
  width: 100%;
  font-weight: normal;
  display: inline-block;
  position: relative;
  margin: 1rem 0;
  padding: 1.25rem .75rem 1rem;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
}

.location .formList .label li:before {
  content: attr(data-title) "：";
  color: #333333;
  font-weight: bold;
  white-space: pre;
  -ms-flex-item-align: start;
  align-self: start;
}

@media screen and (max-width: 768px) {
  .location .formList .label {
    margin: .5rem 0;
    padding: 1rem .75rem .75rem;
  }
}

.location .formList .btn-map {
  font-size: 1rem;
  border-radius: 50rem;
  margin-top: -5px;
  padding: .1rem 0.75rem;
  background: #f3f3f3;
}

.location .formList .btn-map:hover i,
.location .formList .btn-map:hover i:after {
  color: #fff;
}

.location .formList .btn-map i {
  padding: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  color: #9c9c9c;
}

.location .formList .btn-map i:after {
  content: '地圖';
  font-family: "Microsoft JhengHei";
  margin-left: 5px;
  color: #8a8a8a;
}

@media screen and (max-width: 426px) {
  .location .formList .btn-map {
    background: #e4e4e471;
    border-radius: 5% 10% 5% 80%;
    margin-top: 0;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 45px;
    width: 45px;
  }

  .location .formList .btn-map i {
    color: #9c9c9c;
    -webkit-transform: translateX(3px) translateY(8px);
    -ms-transform: translateX(3px) translateY(8px);
    transform: translateX(3px) translateY(8px);
  }

  .location .formList .btn-map i:after {
    display: none;
  }
}

.location .formList .input:checked+.label {
  border: 2px solid #009999;
}

.location .formList .input:checked+.label::before {
  display: block;
}

.location .formList .input+.label:hover {
  background-color: #dff3f3;
}

/*# sourceMappingURL=all.css.map */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}