@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section.star_box {
  padding: 30px 10px;
}
.section.star_box .tablestyle_box {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}
.section.star_box .tablestyle_box thead {
  background: #f8f8f8;
}
.section.star_box .tablestyle_box th {
  color: #4a4a4a;
  background: #f8f8f8;
  border-bottom: solid 1px #e5e5e5;
}
.section.star_box .tablestyle_box th, .section.star_box .tablestyle_box td {
  padding: 10px 10px;
  text-align: center;
}
.section.star_box .tablestyle_box td {
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
}
.section.star_box .tablestyle_box td p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #000;
}
.section.star_box .tablestyle_box td p.secmain {
  color: #ff6000;
  font-size: 18px;
}
.section.star_box .tablestyle_box td p.secmain span {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.section.star_box .tablestyle_box td p span {
  font-size: 18px;
}
.section.star_box .tablestyle_item {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}
.section.star_box .tablestyle_item th, .section.star_box .tablestyle_item td {
  padding: 10px 10px;
  text-align: center;
}
.section.star_box .tablestyle_item th.left, .section.star_box .tablestyle_item td.left {
  text-align: left;
}
.section.star_box .tablestyle_item td:nth-child(odd) {
  background: #f8f8f8;
  min-width: 140px;
}
.section.star_box .tablestyle_item td {
  background: #fff;
  border: solid 1px #e5e5e5;
}
.section.star_box .tablestyle_item td p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #000;
}
.section.star_box .tablestyle_item td p span {
  color: #ff6000;
  font-size: 18px;
}

.complete .complete__info {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #4a4a4a;
  margin: 10px 0;
}
.complete .complete__info span {
  color: #ff6000;
}

.complete .complete__info_s {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "微軟正黑體";
  color: #4a4a4a;
  margin: 15px 0;
  padding: 0 45px;
}

.complete__star {
  background: #fafafa;
  padding: 0 30px 30px;
  margin: 0 0;
}
.complete__star:before {
  content: "";
  display: table;
}
.complete__star:after {
  content: "";
  display: table;
  clear: both;
}
.complete__star li {
  width: 33.3%;
  text-align: center;
  float: left;
  list-style: none;
  position: relative;
}
.complete__star li .complete__wtDesc {
  padding: 0 30px;
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 600;
  min-height: 40px;
}
.complete__star li .complete__wtDesc span.step {
  color: #9d9d9d;
  font-size: 16px;
}
.complete__star li .complete__wtDesc .br_box {
  margin-left: 45px;
  font-size: 18px;
  color: #4a4a4a;
}
.complete__star li .complete__action {
  font-size: 14px;
  text-align: left;
  color: #4a4a4a;
  padding: 0 0px;
  width: 200px;
  margin: 0 auto;
}
.complete__star li .complete__action span {
  color: #ff6000;
}
.complete__star li .complete__action a.green_on {
  text-decoration: underline;
  color: #00994e;
}
.complete__star li:after {
  width: 35px;
  height: 35px;
  background: url(../images/icon_p.png);
  content: " ";
  position: absolute;
  right: -20px;
  top: 175px;
}
.complete__star li:nth-child(3):after {
  display: none;
}

.complete__applyT {
  padding: 30px;
}

.iapplys_one:before, .iapplys_two:before, .iapplys_three:before, .iapplys_one:after, .iapplys_two:after, .iapplys_three:after {
  width: 120px;
  height: 120px;
  background-image: url(../images/iapply_star.png);
  background-position-x: 0;
}

.iapplys_one:before, .iapplys_one:after {
  background-position-y: 0;
}

.iapplys_two:before, .iapplys_two:after {
  background-position-y: -120px;
}

.iapplys_three:before, .iapplys_three:after {
  background-position-y: -240px;
}

.CUBList--sequence > li:before {
  text-align: center;
}

.collapse--note > .collapse__title {
  padding: 10px 40px 10px 45px;
  border-bottom: solid 1px #E6E6E6;
}

@media only screen and (max-width: 767px) {
  .banner.section {
    padding: 0px 0;
  }

  .banner__img {
    position: relative;
    background: url(../images/kv_mobile.jpg);
    width: 100%;
    min-height: auto;
    height: 0;
    padding-bottom: 40%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .banner__img .banner_title {
    position: absolute;
    width: 30%;
    top: 10vw;
    margin-top: 0px;
    text-align: left;
    z-index: 99;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
  }
  .banner__img .banner_title p {
    font-size: 18px;
    font-weight: 500;
  }
  .banner__img a.btn_box {
    width: 90%;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #ffffff;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }

  .section.star_box {
    padding: 0px 10px;
  }
  .section.star_box .wrap {
    padding: 0;
  }
  .section.star_box .tablestyle_box td {
    padding: 5px 1px;
  }
  .section.star_box .tablestyle_item td {
    padding: 5px 10px;
  }

  .complete .complete__info_s {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "微軟正黑體";
    color: #4a4a4a;
    padding: 0 25px;
  }

  .complete .complete__info {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: "微軟正黑體";
    color: #4a4a4a;
    margin: 10px 0;
  }

  .complete__star {
    background: #fafafa;
    padding: 0px 0;
    margin: 0px 0;
  }
  .complete__star li {
    width: 100%;
    text-align: center;
    float: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 10px 10px;
    list-style: none;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
  }
  .complete__star li .complete__applyT {
    padding: 0px;
    position: absolute;
  }
  .complete__star li .complete__wtDesc {
    padding: 20px 0 0 100px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
    min-height: 80px;
    text-align: left;
  }
  .complete__star li .complete__wtDesc.f_top {
    padding: 15px 0 0 100px;
  }
  .complete__star li .complete__wtDesc span.step {
    color: #9d9d9d;
    font-size: 16px;
    width: 50px;
  }
  .complete__star li .complete__wtDesc .br_box {
    margin-left: 50px;
    font-size: 18px;
    color: #4a4a4a;
  }
  .complete__star li .complete__action {
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
  }
  .complete__star li .complete__action .title_g {
    font-size: 16px;
    color: #00a94f;
  }
  .complete__star li .complete__action a.green_on {
    text-decoration: underline;
    color: #00994e;
  }
  .complete__star li:after {
    display: none;
  }

  .iapplys_one:before, .iapplys_two:before, .iapplys_three:before, .iapplys_one:after, .iapplys_two:after, .iapplys_three:after {
    width: 80px;
    height: 80px;
    background-size: 80px 240px;
    background-image: url(../images/iapply_star.png);
    background-position-x: 0;
  }

  .iapplys_one:before, .iapplys_one:after {
    background-position-y: 0;
  }

  .iapplys_two:before, .iapplys_two:after {
    background-position-y: -80px;
  }

  .iapplys_three:before, .iapplys_three:after {
    background-position-y: -160px;
  }

  .collapse--note {
    margin-bottom: 10px;
  }

  .collapse--note > .collapse__title {
    padding: 10px 40px 10px 25px;
  }

  .CUBList--sequence > li {
    position: relative;
    font-size: 14px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .banner__img {
    position: relative;
    background: url(../images/kv_mobile.jpg);
    width: 100%;
    min-height: auto;
    height: 0;
    padding-bottom: 55%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .banner__img .banner_title {
    position: absolute;
    width: 30%;
    top: 14vw;
    margin-top: 0px;
    text-align: left;
    z-index: 99;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
  }
  .banner__img .banner_title p {
    font-size: 14px;
    font-weight: 500;
  }
  .banner__img a.btn_box {
    width: 90%;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #ffffff;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }
}


