@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: 0;
}

.bg01 {
  padding: 1.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: none;
}
.bg01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5607843137);
          box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5607843137);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}

section .code {
  position: absolute;
  left: -10000px;
  right: -10000px;
  opacity: 0;
}

.alert-box.alert1 .alert-body {
  height: auto;
}

#staff-container .background {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 35%;
}
#staff-container .background .title {
  width: 45%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 31%;
}
#staff-container .background .title img {
  -webkit-animation: wave-move 1.8s linear infinite alternate;
          animation: wave-move 1.8s linear infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#staff-container .background .logo {
  width: 15%;
  height: auto;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#staff-container .background .mark {
  width: 20%;
  position: absolute;
  top: 45px;
  right: 5%;
}
#staff-container .background .people {
  width: 70%;
  top: 10%;
  left: 4%;
  position: absolute;
  z-index: -1;
}
#staff-container .background .people img {
  -webkit-animation: upAndDown 0.8s linear infinite alternate;
          animation: upAndDown 0.8s linear infinite alternate;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#staff-container .background .product {
  position: absolute;
  width: 30%;
  right: 14%;
  top: 56%;
}

.item {
  top: 250px;
}

section .no {
  pointer-events: none;
  cursor: auto;
}

.store-group {
  min-width: 40%;
}
.store-group .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.store-group .buttons a {
  width: 47%;
  margin: 0 1px 2%;
}

.info-group .title {
  margin: 0 auto;
  color: #fff;
  background: red;
  padding: 1%;
  font-size: 2em;
  font-weight: bold;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.info-group .text {
  width: 90%;
  margin: 0 auto;
  padding: 2%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 18px;
}
.info-group .text ul {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.info-group .text ul li {
  width: 100%;
  margin-bottom: 5px;
  word-break: break-all;
}
.info-group .text ul li .red {
  color: red;
  font-weight: bold;
}
.info-group .text ul p {
  padding-left: 20px;
}
.info-group .text ul .other {
  padding-left: 30px;
}
.info-group .text .last {
  margin-bottom: 20px;
}

.floor .title {
  width: 900px;
  margin: 0 auto 0;
}
.floor .title b {
  font-size: 3em;
  line-height: 15rem;
  color: #fff;
  font-weight: bold;
}

/*  電腦版其他尺寸 */
@media only screen and (max-width: 992px) {
  body:before {
    background-size: 120% auto;
    background-position: -10vw 4vw, top;
  }
  #staff-container .background {
    padding-bottom: 53vw;
  }
  #staff-container .background .logo {
    width: 30vw;
    top: 12vw;
  }
  #staff-container .background .title {
    width: 80vw;
    top: 16vw;
  }
  .bg01 {
    padding: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bg01:before {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info-group .title {
    width: 80%;
  }
  .info-group .text {
    width: 95%;
    font-size: 20px;
  }
  .floor .title {
    width: 115%;
    margin: 0 -8% 0;
  }
  .floor .title b {
    font-size: 2.5rem;
    line-height: 25vw;
  }
}
@media only screen and (max-width: 576px) {
  #staff-container .background {
    padding-bottom: 75vw;
  }
  #staff-container .background .title {
    width: 95vw;
    top: 27vw;
  }
  #staff-container .background .logo {
    width: 45vw;
    top: 21vw;
  }
  body:before {
    background-size: 180% auto;
    background-position: -52vw 10vw, top;
  }
  .bg01:before {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.5607843137);
            box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.5607843137);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info-group .title {
    width: 90%;
    font-size: 1.3em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info-group .text {
    width: 100%;
    font-size: 16px;
    padding: 3%;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .floor .title {
    width: 150%;
    margin: 0 -23% -5%;
  }
  .floor .title b {
    font-size: 2rem;
    line-height: 37vw;
  }
}
body {
  background: #000;
}

#staff-container .background {
  background-image: url("https://events.cdn-tkec.tw/events_net/events_net/esunbank_gov/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, top;
  background-size: 100% auto;
  padding-bottom: 50%;
  width: 100%;
  height: 0;
  background-position: 0 45px, top;
  position: relative;
  margin: 0 auto 0;
  padding-bottom: 58%;
}
#staff-container .background .logo {
  width: 20%;
  top: 7%;
  left: 2%;
  right: unset;
}
#staff-container .background .title {
  width: 65%;
  top: 4%;
  left: -6%;
}
#staff-container .background .title img {
  -webkit-animation: none;
          animation: none;
}
#staff-container .background .mark {
  width: 13%;
  top: 80px;
}
#staff-container .background .go {
  width: 10%;
  position: absolute;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  top: 38%;
  left: 40%;
}
#staff-container .background .go img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#staff-container .background .card {
  width: 20%;
  position: absolute;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  right: 24%;
  top: 21%;
}
#staff-container .background .card img {
  -webkit-animation: upAndDown 1.4s linear infinite alternate;
          animation: upAndDown 1.4s linear infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media only screen and (max-width: 992px) {
  #staff-container .background {
    background-size: 150% auto;
    background-position: -46vw 4vw, top;
    padding-bottom: 105vw;
  }
  #staff-container .background .logo {
    width: 30%;
    top: 8vw;
  }
  #staff-container .background .title {
    width: 85%;
    top: 8vw;
  }
  #staff-container .background .mark {
    width: 15vw;
    right: 5vw;
  }
  #staff-container .background .card {
    width: 25%;
    right: 14vw;
    top: 21vw;
  }
  #staff-container .background .go {
    width: 15%;
    top: 34vw;
    left: 36vw;
  }
}
@media only screen and (max-width: 576px) {
  #staff-container .background {
    background-size: 245% auto;
    background-position: -73vw 10vw, top;
    padding-bottom: 143vw;
  }
  #staff-container .background .logo {
    width: 40%;
    top: 15vw;
  }
  #staff-container .background .title {
    width: 120%;
    top: 21vw;
    left: -7vw;
    right: 0;
    margin: 0 auto;
  }
  #staff-container .background .card {
    width: 35%;
    right: 0;
    top: 43vw;
  }
  #staff-container .background .go {
    width: 23%;
    top: 58vw;
  }
  #staff-container .background .mark {
    width: 28%;
    top: 18vw;
  }
}