@charset "UTF-8";
header {
  position: relative;
}

header .menu {
  width: 100%;
  z-index: 99;
}

header .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header .menu .inner {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0;
  background-color: #003471;
}

header .menu .container {
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

header .menu .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-right: -15px;
}

@media screen and (max-width: 520px) {
  header .menu .row {
    max-width: 320px;
    margin-left: auto;
  }
}

header .menu .row .col {
  padding: 10px 20px;
}

@media screen and (max-width: 520px) {
  header .menu .row .col {
    padding: 10px 10px;
  }
}

header .menu .row .col a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

@media screen and (max-width: 768px) {
  header .menu .row .col a {
    font-size: 16px;
  }
}

header .menu .row .col a:hover {
  border-bottom: 2px solid #ffffff;
}

header .menu .row .col.menuList.choose a {
  color: red;
}

header .menu .row .col.now a {
  border-bottom: 2px solid #ffffff;
  cursor: auto;
}

header .kv {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/kv_bg_1700_780_shadow.png);
  background-repeat: no-repeat;
  background-size: 1500px auto;
  background-position: center top;
  background-color: #021020;
  height: 688px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  header .kv {
    background-position: 55% bottom;
    background-size: 1300px auto;
    height: 596px;
  }
}

@media screen and (max-width: 768px) {
  header .kv {
    background-size: 981px;
    background-position: 45% bottom;
    height: 450px;
  }
}

@media screen and (max-width: 520px) {
  header .kv {
    background-image: url(../img/kv_bg_520.png);
    background-size: 520px auto;
    height: 700px;
    background-position: center bottom;
    background-color: #000000;
  }
}

header .kv.form {
  height: 500px;
  background-position: center 30%;
  background-size: 1200px;
}

@media screen and (max-width: 520px) {
  header .kv.form {
    background-position: center bottom;
    background-image: url(../img/kv_bg_520_form.jpg);
    background-size: 520px auto;
  }
}

header .kv .container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

header .kv .title {
  font-size: 45px;
  width: 11em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

@media screen and (max-width: 768px) {
  header .kv .title {
    font-size: 30px;
    width: 7em;
  }
}

@media screen and (max-width: 520px) {
  header .kv .title {
    top: 95px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

header .kv .title h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #ffffff;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  header .kv .title h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h1 {
    text-align: center;
    line-height: 1.3;
    width: 5.2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }
}

header .kv .title h1 span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  header .kv .title h1 span.m_none {
    display: none;
  }
}

header .kv .title h1:before {
  content: '';
  width: 400px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 1200px) {
  header .kv .title h1:before {
    bottom: -2px;
    width: 350px;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h1:before {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h1:before {
    width: 6em;
    left: -0.4em;
    bottom: -12px;
  }
}

header .kv .title h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.45em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  header .kv .title h2 {
    font-size: 25px;
    letter-spacing: 1.5em;
  }
}

@media screen and (max-width: 960px) {
  header .kv .title h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  header .kv .title h2 {
    font-size: 18px;
    letter-spacing: 0.7em;
    text-align: center;
    -webkit-transform: translateX(0.4em);
    -ms-transform: translateX(0.4em);
    transform: translateX(0.4em);
  }
}

header .kv .logo {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  header .kv .logo {
    top: 22px;
  }
}

header .kv .logo .container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .kv .logo .container {
    width: 100%;
  }
}

header .kv .logo .row {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

header .kv .logo .row .logo_ms {
  width: 145px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

header .kv .logo .row .logo_ms img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  header .kv .logo .row .logo_ms {
    width: 94px;
    margin-left: 7px;
  }
}

header .kv .logo .row .logo_ithome {
  width: 138px;
  position: absolute;
  top: 0;
  right: 0;
}

header .kv .logo .row .logo_ithome img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  header .kv .logo .row .logo_ithome {
    width: 84px;
  }
}

.sec_01 {
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec_01 {
    padding-top: 70px;
  }
}

.sec_01 .block {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border: 1px solid rgba(3, 22, 106, 0.25);
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_01 .block {
    padding: 25px;
    max-width: 560px;
  }
}

@media screen and (max-width: 520px) {
  .sec_01 .block {
    max-width: 400px;
    padding-top: 10px;
  }
}

.sec_01 .block .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sec_01 .block .title {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

@media screen and (max-width: 520px) {
  .sec_01 .block .title {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sec_01 .block .title h2 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #03166a;
  width: 75%;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec_01 .block .title h2 {
    font-size: 24px;
    line-height: 1.5;
    max-width: 350px;
  }
}

@media screen and (max-width: 520px) {
  .sec_01 .block .title h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sec_01 .block .title h2 span {
  display: inline-block;
}

.sec_01 .block p {
  font-size: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .sec_01 .block p {
    font-size: 18px;
  }
}

.sec_01 .block p span {
  font-weight: bold;
  font-family: "Segoe UI semibold", Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic", "蘋果儷中黑";
  color: #004eff;
}

.sec_01 .block p b {
  display: inline-block;
}

.sec_01 .block span.dot {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: -1;
}

.sec_01 .block span.dot:nth-of-type(1) {
  background-color: #03166a;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.sec_01 .block span.dot:nth-of-type(2) {
  background-color: #6dcff6;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}

.sec_01 .block span.dot:nth-of-type(3) {
  background-color: #00aeef;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}

.sec_01 .block span.dot:nth-of-type(4) {
  background-color: #0076a3;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.class_checkBox input {
  margin-bottom: 10px;
}

.class_checkBox label {
  width: calc( 100% - 20px);
  vertical-align: top;
  margin-bottom: 10px;
  font-weight: normal;
  color: #000000;
}

.class_checkBox label span.time {
  font-weight: bold;
  color: #003471;
  display: inline-block;
}

@media screen and (max-width: 520px) {
  .class_checkBox label span.time {
    display: block;
  }
}

.class_checkBox label span {
  display: inline-block;
}
