@charset "UTF-8";
@import url(notosanstc.css);
body {
  overflow: hidden;
  font-family: 'Noto Sans TC','微軟正黑體','sans-serif','新細明體';
  font-size: 24px; }

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #949294;
  text-decoration: none;
  cursor: pointer; }

img {
  vertical-align: middle; }

/*----------------------------------------- Wrapper */
#wrapper {
  position: relative;
  overflow: hidden; }

.introduction-page {
  height: 100vh;
  text-align: center;
  background-color: #efefef;
  margin: 0vh;
  overflow: auto;
  transition: 1s cubic-bezier(0, 0.48, 0.31, 0.72); }
  .introduction-page .logo-box {
    display: inline-block;
    width: 100%;
    max-width: 1008px;
    margin: 5% 0;
    position: relative; }
    .introduction-page .logo-box img {
      width: 100%; }
    .introduction-page .logo-box span {
      background-color: #f9f9f9;
      border: 5px solid #ffffff;
      position: absolute;
      width: 100px;
      height: 100px;
      transform: rotate(45deg);
      box-shadow: 4px 2px 10px 1px #b5b5b5; }
      .introduction-page .logo-box span .icon-content {
        position: relative;
        padding-top: 25px; }
        .introduction-page .logo-box span .icon-content font {
          transform: rotate(-45deg);
          display: block;
          font-weight: 700;
          color: #83317e;
          font-size: 23px; }
        .introduction-page .logo-box span .icon-content .content-text {
          transform: rotate(-45deg);
          display: inline-block;
          height: auto;
          background-color: rgba(68, 29, 69, 0.9);
          border: 0px;
          border-radius: 10px;
          color: #fff;
          font-weight: 100;
          opacity: 0;
          width: 550px;
          text-align: left;
          padding: 15px;
          display: none; }
    .introduction-page .logo-box .left-icon-1 {
      cursor: default;
      top: 5%;
      left: 10%; }
      .introduction-page .logo-box .left-icon-1 .content-text {
        left: 81px;
        top: -180px; }
    .introduction-page .logo-box .left-icon-1:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-1:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-1:hover .icon-content .content-text {
      display: block;
      opacity: 1; }
    .introduction-page .logo-box .left-icon-2 {
      cursor: default;
      left: 10%;
      bottom: 10%; }
      .introduction-page .logo-box .left-icon-2 .content-text {
        left: 66px;
        top: -180px; }
    .introduction-page .logo-box .left-icon-2:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-2:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-2:hover .icon-content .content-text {
      display: block;
      opacity: 1; }
    .introduction-page .logo-box .left-icon-3 {
      cursor: default;
      left: 0;
      bottom: 44%; }
      .introduction-page .logo-box .left-icon-3 .content-text {
        left: 66px;
        top: -180px; }
    .introduction-page .logo-box .left-icon-3:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-3:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-3:hover .icon-content .content-text {
      display: block;
      opacity: 1; }
    .introduction-page .logo-box .left-icon-4 {
      cursor: default;
      top: 5%;
      right: 10%; }
      .introduction-page .logo-box .left-icon-4 .content-text {
        top: 291px;
        right: -64px; }
    .introduction-page .logo-box .left-icon-4:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-4:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-4:hover .icon-content .content-text {
      display: block;
      opacity: 1; }
    .introduction-page .logo-box .left-icon-5 {
      right: 10%;
      bottom: 10%;
      cursor: pointer; }
      .introduction-page .logo-box .left-icon-5 .icon-content {
        padding-top: 27px; }
        .introduction-page .logo-box .left-icon-5 .icon-content font {
          font-size: 21px;
          font-weight: 700; }
    .introduction-page .logo-box .left-icon-5:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-5:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-6 {
      cursor: default;
      right: 0;
      bottom: 44%; }
      .introduction-page .logo-box .left-icon-6 .content-text {
        right: -80px;
        top: 290px; }
    .introduction-page .logo-box .left-icon-6:hover {
      background-color: #822e7d;
      border: 5px solid #6f216a; }
    .introduction-page .logo-box .left-icon-6:hover .icon-content font {
      color: #fff; }
    .introduction-page .logo-box .left-icon-6:hover .icon-content .content-text {
      display: block;
      opacity: 1; }

/*----------------------------------------- Button */
input.butn,
button.butn {
  font-family: 'Noto Sans TC','微軟正黑體','sans-serif','新細明體';
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 24px;
  font-weight: 300;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding: 0 50px;
  border-radius: 25px;
  background: #ff4950;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input.butn.gray,
  button.butn.gray {
    background: #bdbdbd; }

/*----------------------------------------- Message */
.message {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  justify-content: center;
  align-items: center; }
  .message .msg {
    width: 50%;
    height: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 15px #9c6499; }
    .message .msg p {
      text-align: center; }
    .message .msg .focus-color {
      color: #ff4950;
      font-size: 46px;
      font-weight: bold; }
    .message .msg .icon-img {
      width: 115px;
      margin-bottom: 10px; }
    .message .msg-content {
      height: calc(100% - 70px - 50px - 20px);
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .message .msg-header {
      height: 70px;
      line-height: 70px;
      font-size: 35px;
      padding: 0 25px;
      background: #5c1458;
      color: #ffd696;
      letter-spacing: 5px;
      position: relative; }
      .message .msg-header .close {
        width: 45px;
        height: 45px;
        display: block;
        position: absolute;
        top: 15px;
        right: 25px; }
        .message .msg-header .close::before, .message .msg-header .close::after {
          content: '';
          width: 6px;
          height: 45px;
          display: block;
          background: #ffd696;
          position: absolute;
          top: 0;
          left: 21px;
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .message .msg-header .close::after {
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .message .msg .reciprocal {
      display: none;
      text-align: center; }
      .message .msg .reciprocal span {
        font-size: 40px;
        font-weight: bold;
        color: #9b2395; }
    .message .msg .btn-box {
      text-align: center; }
      .message .msg .btn-box .butn {
        margin: 0 10px; }
        .message .msg .btn-box .butn.cancel-msg {
          display: none; }

/*----------------------------------------- Scan Card */
.scan-card {
  background-image: url(../img/bg_locker.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 60% center; }
  .scan-card .logo {
    text-align: center;
    margin: 90px 0 0;
    margin-top: calc((((100vh - 100vw * (503 / 1920)) * 0.6) - 152px) / 2); }
    .scan-card .logo img {
      width: 670px; }
    .scan-card .logo-sub {
      color: #949294;
      font-size: 42px;
      text-align: center; }
  .scan-card .machine {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0; }
    .scan-card .machine img {
      width: 26vw;
      max-width: 507px;
      vertical-align: middle; }
  .scan-card .main-content {
    width: 100%;
    height: calc(100vw * (503 / 1920));
    position: absolute;
    top: calc((100vh - 100vw * (503 / 1920)) * 0.6);
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .scan-card .main-content.status-borrow, .scan-card .main-content.status-return {
      display: none; }
    .scan-card .main-content .butn-function {
      font-size: 40px;
      text-shadow: 1px 1px 25px #000000;
      text-align: center;
      margin-right: 105px;
      display: flex;
      justify-content: flex-end; }
      .scan-card .main-content .butn-function .butn {
        width: calc(100vw * (280 / 1920));
        max-width: 265px;
        color: #fff;
        display: block; }
        .scan-card .main-content .butn-function .butn img {
          width: 100%; }
        .scan-card .main-content .butn-function .butn p {
          margin-top: -25px; }
    .scan-card .main-content .info {
      width: calc(100vw * (890 / 1920));
      height: 55%;
      padding-left: 50px;
      line-height: 38px;
      display: flex;
      align-items: center;
      position: relative;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#561253+0,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(45deg, #561253 0%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #561253 0%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #561253 0%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561253', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .scan-card .main-content .info .detail {
        display: flex;
        justify-content: flex-start; }
        .scan-card .main-content .info .detail + .detail {
          margin-top: 25px; }
        .scan-card .main-content .info .detail .item + .item {
          margin-left: 50px; }
        .scan-card .main-content .info .detail .item .title {
          color: #ffffff; }
          .scan-card .main-content .info .detail .item .title + p {
            font-size: 35px;
            color: #ffd696; }
  .scan-card .back {
    width: 100%;
    color: #797979;
    padding: 0 100px;
    position: absolute;
    bottom: 20px;
    left: 0; }
    .scan-card .back .back-url {
      width: 84px;
      height: 19px;
      color: #797979;
      padding-top: 25px;
      display: inline-block;
      text-align: center;
      background-image: url(../img/icon_back.png);
      background-repeat: no-repeat;
      background-position: top center; }
    .scan-card .back .reciprocal {
      float: right;
      margin-top: -10px; }
      .scan-card .back .reciprocal span {
        font-size: 50px;
        font-weight: bold;
        color: #9b2395; }

/*----------------------------------------- Locker Status */
.locker-status {
  display: flex;
  justify-content: flex-start; }
  .locker-status .main-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c2396+0,721f6e+100 */
    background: #9c2396;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #9c2396 0%, #721f6e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #9c2396 0%, #721f6e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #9c2396 0%, #721f6e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c2396', endColorstr='#721f6e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .locker-status .main-content .option-box {
      height: 100%;
      position: absolute;
      right: 10%;
      max-width: 170px;
      width: 100%;
      text-align: center; }
      .locker-status .main-content .option-box select {
        display: inline-block;
        width: 150px;
        padding: 10px;
        margin-top: 40%;
        background-color: #ffd696;
        border: 0px;
        font-weight: 900;
        color: #5c1458; }
      .locker-status .main-content .option-box a {
        display: inline-block;
        font-weight: 500;
        background-color: #731d6f;
        color: #ffc0d5;
        margin-top: 35%;
        border-radius: 100px;
        padding: 16px 10px;
        border: 4px solid #921d8b;
        box-shadow: 2px 7px 16px #290927; }
      .locker-status .main-content .option-box a:hover {
        display: inline-block;
        font-weight: 500;
        background-color: #ffd696;
        color: #5c1458;
        margin-top: 35%;
        border-radius: 100px;
        padding: 16px 10px;
        border: 4px solid #a3567f;
        box-shadow: 2px 7px 16px #290927; }
    .locker-status .main-content .ctrl-box {
      margin-top: 30px;
      height: 170px;
      background: #5c1458;
      padding: 0 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .locker-status .main-content .ctrl-box .title {
        width: 350px;
        color: #ffffff;
        line-height: 65px;
        font-size: 60px;
        font-weight: bold; }
        .locker-status .main-content .ctrl-box .title p {
          font-size: 44px;
          font-weight: bold;
          color: #ffd696;
          letter-spacing: 1px; }
      .locker-status .main-content .ctrl-box .ctrl {
        width: calc(100% - 350px);
        display: flex;
        justify-content: flex-end; }
        .locker-status .main-content .ctrl-box .ctrl .butn {
          font-size: 20px;
          text-align: center;
          color: #ffffff; }
          .locker-status .main-content .ctrl-box .ctrl .butn + .butn {
            margin-left: 20px; }
          .locker-status .main-content .ctrl-box .ctrl .butn p {
            text-shadow: 1px 1px 25px #000000;
            margin-top: -15px; }
    .locker-status .main-content .status {
      height: calc(100vh - 200px);
      padding: 50px 0 50px 50px;
      overflow-y: auto; }
      .locker-status .main-content .status::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #16153d; }
      .locker-status .main-content .status::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(0, 0, 0, 0); }
      .locker-status .main-content .status::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fee3a1; }
      .locker-status .main-content .status .locker-bookcase {
        height: 100%;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .locker-status .main-content .status .locker-bookcase .locker {
          width: 820px; }
          .locker-status .main-content .status .locker-bookcase .locker > div {
            height: 45px;
            line-height: 45px;
            text-align: center;
            margin-bottom: 35px; }
            .locker-status .main-content .status .locker-bookcase .locker > div p {
              color: #d37ccf;
              display: inline-block;
              padding: 0 50px;
              border-radius: 25px;
              background: #5c1458; }
            .locker-status .main-content .status .locker-bookcase .locker > div span {
              color: #ffffff;
              display: inline-block;
              margin: 0 12px; }
        .locker-status .main-content .status .locker-bookcase .info {
          width: calc(100% - 820px - 60px);
          height: 315px;
          margin: 60px 0 0 60px;
          padding: 0 60px;
          background: rgba(92, 20, 88, 0.25); }
          .locker-status .main-content .status .locker-bookcase .info p {
            font-size: 32px;
            font-weight: bold;
            color: #ffffff;
            padding: 35px 15px 0;
            border-bottom: 3px solid #731d6f;
            position: relative;
            margin-bottom: 20px; }
            .locker-status .main-content .status .locker-bookcase .info p::after {
              content: '';
              width: 100%;
              height: 1px;
              background: #a53ba0;
              display: block;
              position: absolute;
              bottom: -4px;
              left: 0; }
            .locker-status .main-content .status .locker-bookcase .info p span {
              font-size: 60px;
              font-weight: bold;
              color: #ffd696;
              padding: 0 5px; }
          .locker-status .main-content .status .locker-bookcase .info ul {
            list-style-type: none;
            padding: 0 15px; }
            .locker-status .main-content .status .locker-bookcase .info ul::after {
              content: '';
              display: block;
              clear: both; }
            .locker-status .main-content .status .locker-bookcase .info ul li {
              width: 50%;
              color: #ffffff;
              margin: 5px 0;
              float: left; }
              .locker-status .main-content .status .locker-bookcase .info ul li.using div::before {
                background: #d4ffbf; }
              .locker-status .main-content .status .locker-bookcase .info ul li.keep div::before {
                background: #ffffff; }
              .locker-status .main-content .status .locker-bookcase .info ul li.expired div::before {
                background: #ffb0ca; }
              .locker-status .main-content .status .locker-bookcase .info ul li.disabled div::before {
                background: #5c1458; }
              .locker-status .main-content .status .locker-bookcase .info ul li div {
                width: 160px;
                display: inline-block; }
                .locker-status .main-content .status .locker-bookcase .info ul li div::before {
                  content: '';
                  width: 17px;
                  height: 17px;
                  display: inline-block;
                  margin-right: 15px; }
              .locker-status .main-content .status .locker-bookcase .info ul li span {
                color: #ffd696;
                font-size: 30px;
                font-weight: bold;
                margin-right: 10px; }
        .locker-status .main-content .status .locker-bookcase .clean-point {
          height: auto;
          padding-bottom: 25px; }
          .locker-status .main-content .status .locker-bookcase .clean-point .poin {
            width: calc(100% + 120px);
            height: 280px;
            text-align: center;
            padding-top: 200px;
            position: relative;
            margin: 30px 0 0 -60px;
            background-color: #641660;
            background-image: url(../img/icon_clean_point_1.png);
            background-repeat: no-repeat;
            background-position: top 38% center; }
            .locker-status .main-content .status .locker-bookcase .clean-point .poin span {
              color: #ffd696; }
          .locker-status .main-content .status .locker-bookcase .clean-point p {
            padding-top: 10px; }
        .locker-status .main-content .status .locker-bookcase + .locker-bookcase {
          border-top: 3px solid #731d6f; }
          .locker-status .main-content .status .locker-bookcase + .locker-bookcase::after {
            content: '';
            width: 100%;
            height: 1px;
            background: #a53ba0;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
  .locker-status .logo {
    width: 210px;
    position: relative; }
    .locker-status .logo img {
      position: absolute;
      right: 40px;
      bottom: calc(100vh * (410 / 1080)); }
    .locker-status .logo p {
      width: 42px;
      color: #949294;
      font-size: 35px;
      text-align: center;
      position: absolute;
      left: 40px;
      line-height: 40px;
      bottom: calc(100vh * (410 / 1080) - 15px); }
      .locker-status .logo p span {
        margin: 20px 0;
        display: inline-block;
        position: relative;
        right: 15px;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

/*----------------------------------------- Locker Bookcase */
.bookcase {
  display: inline-block;
  list-style-type: none;
  width: 200px;
  font-size: 16px;
  text-align: center;
  background: #71166d;
  box-shadow: 0px 0px 9px 2px #4c0d4a; }
  .bookcase li {
    display: inline-block;
    vertical-align: top;
    width: 90px; }
    .bookcase li .bookcase-content {
      height: 115px;
      border-bottom: 1px solid #ad42a8; }
      .bookcase li .bookcase-content .bulb-box .bulb {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 100px;
        border: 1px solid #ad42a8; }
      .bookcase li .bookcase-content .content-icon span {
        display: inline-block; }
      .bookcase li .bookcase-content .content-icon .icon-1 {
        display: inline-block;
        width: 13px;
        height: 30px;
        background-color: #ad42a8; }
      .bookcase li .bookcase-content .content-icon .icon-2 {
        display: inline-block;
        width: 30px;
        height: 18px;
        border: 1px solid #ad42a8; }
  .bookcase .bookcase-case {
    width: 100%;
    height: 23px;
    border: solid #ad42a8 5px; }
  .bookcase .case-top {
    border-radius: 7px 7px 0 0; }
  .bookcase .case-bottom {
    border-radius: 0 0 7px 7px; }
  .bookcase .bookcase-left {
    float: left;
    border-left: solid #ad42a8 3px;
    border-right: solid #ad42a8 3px; }
    .bookcase .bookcase-left .bookcase-content .bulb-box {
      text-align: left;
      padding: 0 5px; }
    .bookcase .bookcase-left .content-icon {
      text-align: right;
      padding: 0 5px; }
      .bookcase .bookcase-left .content-icon .icon-2 {
        margin-left: 40%; }
  .bookcase .bookcase-right {
    float: right;
    border-left: solid #ad42a8 3px;
    border-right: solid #ad42a8 3px; }
    .bookcase .bookcase-right .bookcase-content .bulb-box {
      text-align: right;
      padding: 0 5px; }
    .bookcase .bookcase-right .content-icon {
      text-align: left;
      padding: 0 5px; }
      .bookcase .bookcase-right .content-icon .icon-2 {
        margin-right: 40%; }
  .bookcase .using {
    background-color: #deffb8; }
  .bookcase .disabled {
    background-color: #4a0f48; }
  .bookcase .expired {
    background-color: #ff9efa; }
  .bookcase .keep {
    background-color: #8ae8ff; }
