@charset "UTF-8";
/* line 1, ../sass/landing_page.scss */
div.main-wrapper {
  min-height: 1000px;
  background-image: url("../images/pic/img-landing2.png");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/landing_page.scss */
  div.main-wrapper {
    background-image: url("../images/pic/img-landing-bg-m.png");
  }
}

/* line 10, ../sass/landing_page.scss */
div.scene_1 {
  background-image: url("../images/pic/img-landing.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 820px;
  /*border: 1px solid red;*/
}
@media screen and (max-width: 767px) {
  /* line 10, ../sass/landing_page.scss */
  div.scene_1 {
    height: 360px;
    position: relative;
  }
}
/* line 20, ../sass/landing_page.scss */
div.scene_1 section.form_section {
  width: 480px;
  height: 706px;
  margin: 57px 0 0 0;
  padding: 32px;
  opacity: 0.8;
  border: 1px solid #b4b9be;
  background-color: #FFF;
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 20, ../sass/landing_page.scss */
  div.scene_1 section.form_section {
    height: 628px;
    max-width: 100%;
    float: none;
    position: absolute;
    padding: 16px;
    margin: 0;
    top: 320px;
    left: 0;
    width: 100%;
  }
}
/* line 40, ../sass/landing_page.scss */
div.scene_1 section.form_section p.para1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.47;
  color: #000000;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  /* line 40, ../sass/landing_page.scss */
  div.scene_1 section.form_section p.para1 {
    font-size: 23px;
  }
}
/* line 50, ../sass/landing_page.scss */
div.scene_1 section.form_section p.para2 {
  font-size: 16px;
  line-height: 1.5;
  color: #808285;
}
@media screen and (max-width: 399px) {
  /* line 50, ../sass/landing_page.scss */
  div.scene_1 section.form_section p.para2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 399px) {
  /* line 59, ../sass/landing_page.scss */
  div.scene_1 section.form_section div.form-group {
    margin-bottom: 10px;
  }
}
/* line 63, ../sass/landing_page.scss */
div.scene_1 section.form_section span.-must {
  color: red;
}
@media screen and (max-width: 767px) {
  /* line 66, ../sass/landing_page.scss */
  div.scene_1 section.form_section input.form-control {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 36px;
  }
}
/* line 73, ../sass/landing_page.scss */
div.scene_1 section.form_section div.type_span_block {
  text-align: center;
}
/* line 76, ../sass/landing_page.scss */
div.scene_1 section.form_section div.type_span_block span.type_span {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  font-size: 16px;
  color: black;
}
@media screen and (max-width: 399px) {
  /* line 76, ../sass/landing_page.scss */
  div.scene_1 section.form_section div.type_span_block span.type_span {
    font-size: 14px;
  }
}
/* line 85, ../sass/landing_page.scss */
div.scene_1 section.form_section div.type_span_block span.type_span.-last {
  margin-right: 0;
}
/* line 89, ../sass/landing_page.scss */
div.scene_1 section.form_section div.type_span_block span.type_span label::before {
  top: 4px;
  left: -2px;
}
/* line 96, ../sass/landing_page.scss */
div.scene_1 section.form_section div.action_block {
  font-size: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  /* line 96, ../sass/landing_page.scss */
  div.scene_1 section.form_section div.action_block {
    margin-top: 16px;
  }
}
@media screen and (max-width: 399px) {
  /* line 96, ../sass/landing_page.scss */
  div.scene_1 section.form_section div.action_block {
    margin-top: 14px;
  }
}
/* line 105, ../sass/landing_page.scss */
div.scene_1 section.form_section div.action_block a.btn_action, div.scene_1 section.form_section div.action_block button.btn_action {
  display: inline-block;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 7px 0;
  font-size: 23px;
  font-weight: bold;
  width: calc((100% - 16px) / 2);
  text-transform: none;
}
@media screen and (max-width: 399px) {
  /* line 105, ../sass/landing_page.scss */
  div.scene_1 section.form_section div.action_block a.btn_action, div.scene_1 section.form_section div.action_block button.btn_action {
    font-size: 14px;
    font-weight: normal;
  }
}
/* line 120, ../sass/landing_page.scss */
div.scene_1 section.form_section div.action_block a.btn_action::after, div.scene_1 section.form_section div.action_block button.btn_action::after {
  background: none;
}
/* line 123, ../sass/landing_page.scss */
div.scene_1 section.form_section div.action_block a.btn_action.-watch, div.scene_1 section.form_section div.action_block button.btn_action.-watch {
  background-color: #808285;
  margin-right: 16px;
}
/* line 127, ../sass/landing_page.scss */
div.scene_1 section.form_section div.action_block a.btn_action.-start, div.scene_1 section.form_section div.action_block button.btn_action.-start {
  background-color: #1859a2;
}

/* line 135, ../sass/landing_page.scss */
div.scene_2 {
  height: 972px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  /* line 135, ../sass/landing_page.scss */
  div.scene_2 {
    padding-top: 40px;
    margin-top: calc(628px - 40px);
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}
/* line 145, ../sass/landing_page.scss */
div.scene_2 h2.custom_h2 {
  color: #1859a2;
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  /* line 145, ../sass/landing_page.scss */
  div.scene_2 h2.custom_h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  /* line 145, ../sass/landing_page.scss */
  div.scene_2 h2.custom_h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  /* line 145, ../sass/landing_page.scss */
  div.scene_2 h2.custom_h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
/* line 159, ../sass/landing_page.scss */
div.scene_2 div.text_tree_block {
  text-align: center;
}
/* line 161, ../sass/landing_page.scss */
div.scene_2 div.text_tree_block img.text_tree {
  max-width: 100%;
}
/* line 163, ../sass/landing_page.scss */
div.scene_2 div.text_tree_block img.text_tree.-d {
  display: inline;
  width: 945px;
}
@media screen and (max-width: 767px) {
  /* line 163, ../sass/landing_page.scss */
  div.scene_2 div.text_tree_block img.text_tree.-d {
    display: none;
  }
}
/* line 170, ../sass/landing_page.scss */
div.scene_2 div.text_tree_block img.text_tree.-m {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 170, ../sass/landing_page.scss */
  div.scene_2 div.text_tree_block img.text_tree.-m {
    display: inline;
  }
}

/* line 181, ../sass/landing_page.scss */
div.scene_3 {
  background-image: url("../images/pic/img-landing-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 181, ../sass/landing_page.scss */
  div.scene_3 {
    background-image: url("../images/pic/img-landing-banner-m.png");
  }
}
/* line 192, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block {
  background-color: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 199, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* line 205, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list {
  margin: 0;
  padding: 0;
}
/* line 208, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 208, ../sass/landing_page.scss */
  div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li {
    display: block;
  }
}
/* line 216, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li a.action_link {
  display: inline-block;
  margin: 0;
  border-radius: 100px;
  color: white;
  width: 200px;
  text-align: center;
  padding: 13px 0 12px 0;
  font-size: 23px;
}
/* line 225, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li a.action_link.-watch {
  background-color: #808285;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  /* line 225, ../sass/landing_page.scss */
  div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li a.action_link.-watch {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
/* line 233, ../sass/landing_page.scss */
div.scene_3 div.scene_3_action_block div.action_list_block ul.action_list > li a.action_link.-start {
  background-color: #1859a2;
}

/* line 244, ../sass/landing_page.scss */
body.zh-tw div.scene_2, body.zh-cn div.scene_2 {
  height: 1080px;
}
@media screen and (max-width: 767px) {
  /* line 244, ../sass/landing_page.scss */
  body.zh-tw div.scene_2, body.zh-cn div.scene_2 {
    height: auto;
  }
}
/* line 250, ../sass/landing_page.scss */
body.zh-tw div.scene_2 h2.custom_h2.-d, body.zh-cn div.scene_2 h2.custom_h2.-d {
  display: block;
}
@media screen and (max-width: 767px) {
  /* line 250, ../sass/landing_page.scss */
  body.zh-tw div.scene_2 h2.custom_h2.-d, body.zh-cn div.scene_2 h2.custom_h2.-d {
    display: none;
  }
}
/* line 256, ../sass/landing_page.scss */
body.zh-tw div.scene_2 h2.custom_h2.-m, body.zh-cn div.scene_2 h2.custom_h2.-m {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 256, ../sass/landing_page.scss */
  body.zh-tw div.scene_2 h2.custom_h2.-m, body.zh-cn div.scene_2 h2.custom_h2.-m {
    display: block;
  }
}

/* line 266, ../sass/landing_page.scss */
body.zh-cn h2.custom_h2 {
  font-family: "微軟正黑體" !important;
}
