
body, html {
  font-family: "Open Sans", "微軟正黑體";
  font-weight: normal;
  margin:0;
  padding:0;
  height: 100%;
}
a img {
    border: 0;
}
a:link {
  text-decoration: none;
  color: #29c5ec;
}
a:visited {
  color: #29c5ec;
}
a:hover {
  color: #5bdeff;
  text-decoration: underline;
}
.responsive {
  width: 100%;
  height: auto;
}
.banner {
     margin-top: 20px;
     margin-bottom: 20px;
}
.intro-video {
  position: relative;
  background-color: #fff;
  padding: 50px 0 0 0;
  width: 100%;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.top_pd {
  padding-top: 80px;
}
.rounded_pic {
  border-radius: 20px;
}
#step1 {
  padding: 20px 0px 0px 0px;
  text-align: center;
  background-color: #00a5d5;
}
.step1_title {
  font-size: 2.3em;
  font-weight:normal;
  color: #fff;
}
.step1_button {
  padding: 20px 40px 20px 40px;
}
#step2 {
  padding: 20px 0px 0px 0px;
  text-align: center;
  background-color: #1cb1dc;
}
#step3 {
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.step3_title {
  padding: 20px 40px 20px 40px;
  background-color: #45c1e5;
}
.feat {
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.feat_more {
  padding: 20px 40px 0px 40px;
  background-color: #00a5d5;
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 14px;
    line-height: 22px;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 101;
    max-height: 80px;
    transition: all 0.4s ease-in-out;
    background-color: #464646;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .logo {
    padding: 15px 10px;
    float: left;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .sublogo {
    float: right;
    padding: 10px 10px;
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
  .go_button {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0096c2;
    color: #fff;
    text-align: center;
    font-size: 2em;
  }
a.go_button:link {
  color: #fff;
  text-decoration: none;
}
a.go_button:visited {
  color: #fff;
}
a.go_button:hover {
  color: #fff;
  text-decoration: underline;
}

.checker {
  width: 100%;
  margin: 0px auto;
  font-size: 1.5em;
  line-height: 2.2em;
  margin-bottom: 10px;
}
.blue_button {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 20px 0;
  background-color: #004257;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
a.blue_button:link {
  color: #ffae00;
  text-decoration: none;
}
a.blue_button:visited {
  color: #ffae00;
}
a.blue_button:hover {
  color: #ffae00;
  text-decoration: underline;
}
.blue_button_disabled {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 20px 0;
  background-color: #90bbc7;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
a.blue_button_disabled:link {
  color: #a1d4df;
  text-decoration: none;
}
a.blue_button_disabled:visited {
  color: #a1d4df;
}
a.blue_button_disabled:hover {
  color: #a1d4df;
  text-decoration: underline;
}
.page_title {
  background-color: #007896;
  padding: 70px 20px 20px 20px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.page_title .back {
  left:10px;
  float: left;
}
.detail_body {
  padding: 10px;
}
.detail_body .title2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  width: 90%;
  padding: 20px;
}
.detail_body .txt {
  font-size: 1.0em;
  font-weight:normal;
  line-height: 2em;
  color: #666;
  width: 100%;
}
.detail_body_2 {
  padding: 100px 10px 10px 10px;
}
.detail_body_2 .title {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  width: 90%;
  padding: 40px 20px;
}
.detail_body_2 .txt {
  text-align: center;
  font-size: 1.2em;
  font-weight:normal;
  line-height: 2em;
  color: #666;
  padding: 40px 20px;
  width: 90%;
}
#head {
  padding: 0;
  text-align: center;
}

  .section {
      width: 100%;
      margin: 20px auto;
    }
  .title_area {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .title {
      width: 60%;
    }

  .words {
      font-size: 14px;
      font-weight: normal;
      line-height: 22px;
      color: #888;
      display:flex;
      align-items:flex-start;
      justify-content:center;
      margin: 0 auto;
    }
    .list {
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        color: #888;
        margin: 20px;
      }
  .head_list {
            font-size: 18px;
            font-weight: normal;
            line-height: 26px;
            color: #888;
            margin: 20px;
            text-align: left;
       }
  .p_title {
    font-size: 1.8em;
    font-weight: bold;
  }
  .p_body {
    font-size: 1.2em;
    font-weight:normal;
    line-height: 1.4em;
  }
  .p_link {
    font-size: 2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p_link2 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p_note {
    font-size: 0.6em;
    font-weight:normal;
    line-height: 1.2em;
  }
.event_title {
      color: #00627e;
      font-weight: bold;
      margin-top: 20px;
}

.event_txt {
      color: #848484;
}
  .step_item {
    margin: 5px 10px;

  }
  .step_item .icon {
    max-width: 100px;
  }
  .step_head {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .plan_button {
    margin: 10px 20px;
  }
  .remind {
    font-size: 16px;
    line-height: 24px;
    margin: 20px;
    color: #777;
  }
  .txt_center {
    text-align: center;
  }

  .faq_type {
    border-left: 10px solid #00a5d5;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }

  .faq_title {
    color: #00627e;
    font-weight: bold;
    margin-top: 20px;
  }

  .faq_pic_right {
    float: right;
    width: 30%;
    margin: 0 10px;
  }

  .faq_answer {
    color: #848484;
    padding-left: 30px;
  }
  .alert {
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #275B83;
    border-radius: 20px;
    width: 90%;
    margin-bottom: 20px;
  }

  .alert a:link {
    color: #ffe400;
  }
  .alert a:visited {
    color: #ffe400;
  }

  .links {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #eee;
    border-radius: 10px;
  }
  .go_area {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0096c2;
    color: #fff;
    text-align: center;
    font-size: 2em;
  }
  .go_area .title {
    text-align: center;
    margin-bottom: 20px;
  }
.download{
    width: 100%;
    margin: 40px auto;
    }

.download .title1 {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #7a7a7a;
  }
.download .title2 {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
  }
.bottom_links {
    display:flex;
    display: -ms-flexbox;
    justify-content:center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap:nowrap;
    }
.download .tm_icon {
    width: 50%;
    margin: 10px auto;
  }
.store_button {
      width: 140px;
      padding: 0 5px;
    }
.store_link {
    width: 140px;
  }
.store_qr {
    width: 140px;
  }
  #footer {
    min-width: 100%;
    display:flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content:center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;

    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  #footer .left {
    text-align: center;
    display:inline-block;
  }
  #footer .right{
    display:inline-block;
  }
  #footer .words1 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #666;
  }
  #footer .words2 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #999;
  }
  #footer .logo_kw {
    width: 160px;
    padding-right: 10px;
  }
  #footer .logo_kw {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  body, html {
    font-size: 16px;
    line-height: 30px;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 101;
    max-height: 80px;
    transition: all 0.4s ease-in-out;
    background-color: #464646;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .logo {
    padding: 10px 10px;
    float: left;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .sublogo {
    padding: 10px 10px;
    float: right;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
  }
  .go_button {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    background-color: #0096c2;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
  }
a.go_button:link {
  color: #fff;
  text-decoration: none;
}
a.go_button:visited {
  color: #fff;
}
a.go_button:hover {
  color: #fff;
  text-decoration: underline;
}
.blue_button {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 40px 0;
  background-color: #004257;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4em;
  text-align: center;
}
a.blue_button:link {
  color: #ffae00;
  text-decoration: none;
}
a.blue_button:visited {
  color: #ffae00;
}
a.blue_button:hover {
  color: #ffae00;
  text-decoration: underline;
}
.blue_button_disabled {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 40px 0;
  background-color: #90bbc7;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4em;
  text-align: center;
}
a.blue_button_disabled:link {
  color: #a1d4df;
  text-decoration: none;
}
a.blue_button_disabled:visited {
  color: #a1d4df;
}
a.blue_button_disabled:hover {
  color: #a1d4df;
  text-decoration: underline;
}
.page_title {
  background-color: #007896;
  padding: 70px 20px 20px 20px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.page_title .back {
  left:10px;
  float: left;
}
.detail_body {
  padding: 30px;
}
.detail_body .title2 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  width: 90%;
  padding: 20px;
}
.detail_body .txt {
  font-size: 1.0em;
  font-weight:normal;
  line-height: 2em;
  color: #666;
  width: 100%;
}
.detail_body_2 {
  padding: 100px 10px 10px 10px;
}
.detail_body_2 .title {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  width: 90%;
  padding: 40px 20px;
}
.detail_body_2 .txt {
  text-align: center;
  font-size: 1.2em;
  font-weight:normal;
  line-height: 2em;
  color: #666;
  padding: 40px 20px;
  width: 90%;
}
#head {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.section {
    width: 100%;
    margin: 20px auto;
  }
.title_area {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.title {
  height: 40px;
  }

.words {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #888;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    margin: 0 auto;
  }
.margin-bottom: 20px; {
      font-size: 16px;
      font-weight: normal;
      line-height: 26px;
      color: #888;
      margin: 0 auto;
 }
 .list {
     font-size: 16px;
     font-weight: normal;
     line-height: 26px;
     color: #888;
     margin: 40px;
   }
 .head_list {
       font-size: 20px;
       font-weight: normal;
       line-height: 26px;
       color: #888;
       margin: 40px;
       text-align: left;
  }
  .p_title {
    font-size: 2em;
    font-weight: bold;
  }
  .p_body {
    font-size: 1.4em;
    font-weight:normal;
    line-height: 1.6em;
  }
  .p_link {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p_link2 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p_note {
    font-size: 0.8em;
    font-weight:normal;
    line-height: 1.2em;
  }
  .event_title {
        color: #00627e;
        font-weight: bold;
        margin-top: 20px;
  }

  .event_txt {
        color: #848484;
}
.step_item {
  margin: 5px 20px;

}
.step_item .icon {
  max-width: 100px;
}
.step_head {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.plan_button {
  margin: 20px 40px;
}
.remind {
  font-size: 16px;
  line-height: 24px;
  margin: 40px;
  color: #777;
}
.txt_center {
  text-align: center;
}

.faq_type {
  border-left: 10px solid #00a5d5;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.faq_title {
  color: #00627e;
  font-weight: bold;
  margin-top: 20px;
}

.faq_pic_right {
  float: right;
  width: 30%;
  margin: 0 10px;
}

.faq_answer {
  color: #848484;
  padding-left: 30px;
}

.alert {
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #275B83;
  border-radius: 20px;
  width: 70%;
  margin-bottom: 20px;
}

.alert a:link {
  color: #ffe400;
}
.alert a:visited {
  color: #ffe400;
}

.links {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #eee;
  border-radius: 10px;
}
.mainpic_plan3 {
  margin: 10px;
}
.go_area {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0096c2;
  color: #fff;
  text-align: center;
  font-size: 2em;
}
.go_area .title {
  text-align: right;
  margin-top: 30px
}
.checker {
  width: 95%;
  margin: 0px auto;
  font-size: 1.8em;
  line-height: 2.2em;
}

.download{
  width: 100%;
  margin: 40px auto;
  text-align: center;
  }

.download .title1 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #7a7a7a;
  }
.download .title2 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
  }
.bottom_links {
  display:flex;
  display: -ms-flexbox;
  justify-content:center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap:nowrap;
  }
.download .tm_icon {
    width: 200px;
    padding-right: 20px;
  }
.store_button {
        width: 260px;
        padding: 0 5px;
      }
.store_link {
    width: 200px;
  }
.store_qr {
    width: 220px;
  }

#footer {
  background-color: rgba(255, 255, 255, 0.6);
  height: 80px;
  display:flex;
  align-items:center;
  justify-content:center;

  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 130px;
}

#footer .left{
  display:inline-block;
}
#footer .right{
  display:inline-block;
  text-align: left;
}
#footer .words1 {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
#footer .words2 {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
#footer .logo_kw {
  width: 160px;
  padding-right: 10px;
}
}
