.wrap {
  max-width: 960px;
  margin: 0 auto;
}

.main {
  min-height: calc(100vh - 128px);
}

.loadingElement {
  display: none;
}
.loading .loadingElement {
  display: block;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  height: 60px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51be77), to(#27ae58));
  background-image: -o-linear-gradient(top, #51be77, #27ae58);
  background-image: linear-gradient(to bottom, #51be77, #27ae58);
}
.header__logo {
  display: block;
  width: 200px;
  height: 50px;
  background: url(../images/logo--pc.png) 0 0;
  background-size: 200px 50px;
  float: left;
  margin-top: 5px;
  margin-left: 25px;
}
.header__title {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
  font-size:24px;
  color: #fff;
  font-weight: bold;
}
.header__goback {
  display: none;
  position: absolute;
  left: 20px;
  top: 12px;
  background: url(../images/header__goback.png);
  background-size: 15px 25px;
  width: 15px;
  height: 25px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer .wrap {
  padding: 30px 50px;
}
.footer__warning {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer__left {
  width: 130px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #111111;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}
.footer__right {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #777777;
  line-height: 25px;
  text-align: justify;
  letter-spacing:1.5px;
  word-break: break-all;
}
.footer__copyright {
  text-align: center;
  background: #f1f1f1;
  color: #a7a7a7;
  padding: 22px 0;
}

/* ==========================================================================
   gotop
   ========================================================================== */
.gotop {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.png);
  right: 120px;
  bottom: 90px;
  z-index: 9999;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
.mobileShow {
  display: none;
}

@media screen and (max-width: 767px) {
  .main {
    min-height: 0;
  }

  .wrap {
    padding: 0 10px;
  }

  /* ==========================================================================
     Header
     ========================================================================== */
  .header {
    height: 50px;
    text-align: center;
  }
  .header__logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 45px;
    background: url(../images/logo--mobile.png) 0 0;
    background-size: 50px 45px;
    margin: 3px auto;
  }
  .header__title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: none;
    font-size:16px;
  }
  .header__goback {
    display: block;
  }

  /* ==========================================================================
     Footer
     ========================================================================== */
  .footer .wrap {
    padding: 20px;
  }
  .footer__left {
    width: 100px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .footer__right {
    line-height: 1.6;
  }
  .footer__copyright {
    font-size: 14px;
  }

  /* ==========================================================================
     gotop
     ========================================================================== */
  .gotop {
    width: 40px;
    height: 40px;
    background: url(../images/gotop@3x.png);
    background-size: 40px;
    right: 20px;
    bottom: 10px;
  }

  /* ==========================================================================
     Hide items
     ========================================================================== */
  .mobileHide {
    display: none;
  }

  .mobileShow {
    display: initial;
  }
}
@media screen and (max-width: 400px) {
  /* ==========================================================================
     Header
     ========================================================================== */
  .header {
    background-size: cover;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* ==========================================================================
     Header
     ========================================================================== */
  /* ==========================================================================
     Footer
     ========================================================================== */
  /* ==========================================================================
     Menu
     ========================================================================== */
}


.sms__actionArea span{
  color: #6d6d6d;
}
@media screen and (max-width: 860px){
    .time_count_text{
      width:80%; 
    }
    .time_count_text .btn_all_print{
      width:100%;
      text-align: right;
      margin:25px 0; 
    }

  }

  @media screen and (max-width:640px){
    .time_count_text{
        width:75%; 
      }
  }

  .inputGroup__control--half.mb10{
    margin-bottom:10px;
  }

  .box_notice.botttomBOX{
    border-top:1px solid #d8d8d8;
    padding-top:20px;
    font-size:15px ;
  }

 
  .btn.btn--rev.btn--s.countBg{
      border-radius: 30px;
      overflow: hidden;
      padding: 0px;
      color: #00994e;
      line-height: 35px;
      background:#fff;
      position: relative;
  }
  .btn.btn--rev.btn--s.unclickable {
    background-color: #dfdfdf;
    cursor: default;
    color: #a7a7a7;
    border: 1px solid #bcbcbc;
  }
  .btn.btn--rev.btn--s.countBg::before{
    /* content:'重新發送'; */
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
  }
  .countBgBar{
      width: 100%;
      background-color: #fff;
      height: 100%;
      position: absolute;
      top: 0;
  }
  .btn.btn--rev.btn--s{
    font-size: 16px;
    height: 40px;
    width: 140px;
  }
  .sms__clock{
    position: relative;
    width: 90px;
  }