html {
  font-size: 1vw;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background-color: #ddd;
}

a {
  color: inherit;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: calc(65em + 30px);
  }
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background-image: linear-gradient(135deg, #004097, #001568);
  color: #fff;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 4px 5px 0 rgba(51, 51, 51, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em;
}

.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.page_wrap {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #eee;
}

.g_logo {
  position: relative;
  z-index: 3;
  height: 4em;
  max-height: 64px;
  background-color: #fff;
}

.g_logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 8em;
  max-height: 128px;
}

.g_kv {
  position: relative;
}

.g_kv .kv_tit {
  position: absolute;
  left: 37.2093%;
  top: 25%;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}

.g_kv .kv_tit .t1,
.g_kv .kv_tit .t2 {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.1;
}

.g_kv .kv_tit .t2 {
  color: #e8d06e;
}

.g_kv .kv_tit .t2 span {
  position: relative;
  top: .05em;
  font-size: 1.15em;
}

.g_kv .kv_tit .t3 {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.g_kv .kv_tit .t3 .tp {
  position: relative;
  padding: 5px .5em;
  background-color: #f49c00;
  font-size: 1.125em;
}

.g_kv .kv_tit .t3 .tp::after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: .2em;
  background-color: #f49c00;
}

.g_kv .kv_tit .t3 .txt {
  padding: .1em 1em;
  font-size: 1.45em;
  line-height: 1;
  font-weight: 700;
}

.main_wrap {
  position: relative;
  z-index: 2;
}

.g_main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

.g_main .sc_intro,
.g_main .sc_plan,
.g_main .sc_video {
  padding: 60px 0;
}

.g_main .sc_title {
  text-align: center;
  color: #000;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.3;
  padding-bottom: .75em;
}

.g_main .sc_title::after {
  content: '';
  position: absolute;
  left: calc(50% - 4em);
  bottom: 0;
  width: 8em;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#f49c00), to(#e8d06e));
  background: linear-gradient(90deg, #f49c00, #e8d06e);
}

.g_main .sc_title .tit {
  display: inline-block;
}

.g_main .sc_title .tit span {
  display: inline-block;
}

.sc_intro {
  position: relative;
  margin-top: -80px;
}

.sc_intro::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f49c00), to(#e8d06e));
  background: linear-gradient(#f49c00, #e8d06e);
}

.intro_cnt {
  padding: 0 4%;
  margin-left: auto;
}

.intro_cnt .p {
  text-align: justify;
  line-height: 1.67;
  margin-bottom: 1em;
  font-size: 1.25em;
}

.intro_cnt .cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

.intro_cnt .cta .bttn {
  display: inline-block;
  margin: 10px 0;
  border-radius: 2em;
  padding: 1.4rem 3rem 1.5rem;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f49c00), to(#fe6300));
  background: linear-gradient(#f49c00, #fe6300);
  color: #fff;
  -webkit-transition: letter-spacing 300ms;
  transition: letter-spacing 300ms;
  letter-spacing: 0;
}

.intro_cnt .cta .bttn:hover {
  text-decoration: none;
  letter-spacing: .25em;
}

.intro_highlight {
  position: relative;
  text-align: center;
}

.intro_highlight::before {
  content: '';
  position: absolute;
  left: 5%;
  top: 1.25em;
  right: 5%;
  bottom: .75em;
  background-color: #f7f7f7;
  border-radius: 40px;
}

.intro_highlight > div {
  position: relative;
  z-index: 2;
}

.intro_highlight .sc_title {
  margin-bottom: 0;
}

.intro_highlight .progress_bar {
  margin: 1.5em 0;
  color: #004097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.intro_highlight .progress_bar .item {
  font-size: 1.75em;
  font-weight: 700;
}

.intro_highlight .progress_bar .item.marked {
  color: #fff;
  padding: .2em;
  font-weight: 400;
  background-color: #004097;
}

.intro_highlight .progress_bar .arr {
  width: 3em;
  height: 1.5em;
  background: url("img/i_arr_right.svg") center;
  margin: .5em;
}

.intro_highlight .call {
  line-height: 1;
  font-size: 1.25em;
}

.intro_highlight .call span {
  display: inline-block;
  color: #fff;
  margin: 0 .2em;
  padding: .2em;
  font-weight: 400;
  line-height: 1.1;
  background-color: #004097;
}

.intro_w_picture {
  padding: 3em 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro_w_picture .wording {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5em;
}

.intro_w_picture .wording .pt {
  font-size: 1.25em;
  padding: .8em 1em;
}

.intro_w_picture .wording .pt:not(:last-child) {
  border-bottom: 2px dashed #004097;
}

.intro_w_picture .wording strong {
  margin-left: .2em;
  color: #004097;
  font-weight: 700;
  font-size: 1.5em;
}

.intro_w_picture .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.intro_w_picture .pic figure {
  margin: 0;
}

.intro_w_picture .pic figcaption {
  text-align: center;
  color: #bababa;
}

.intro_end {
  position: relative;
  z-index: 3;
  font-size: 1.25em;
  color: #fff;
  overflow: hidden;
}

.intro_end .flex_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #004097), color-stop(50%, #fff));
  background: linear-gradient(90deg, #004097 50%, #fff 50%);
}

.intro_end .left {
  line-height: 1.2;
  padding: 1em;
  background-color: #004097;
}

.intro_end .left .line2 {
  padding-left: 1em;
}

.intro_end .right {
  padding-top: 1em;
  padding-right: 2.2em;
  line-height: 2em;
  background-color: #004097;
  color: #e8d06e;
}

.intro_end .right span {
  display: inline-block;
  font-size: 2.2em;
}

.intro_end .right strong {
  display: inline-block;
  color: #f49c00;
  font-size: 2.7em;
}

.sc_plan {
  background-color: #f7f7f7;
}

.plan_cnt .parag {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1em;
}

.plan_cnt .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan_cnt .item {
  display: block;
  margin: 0 10px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.plan_cnt .item .tit {
  padding: .5em;
  background-color: #004097;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
}

.plan_cnt .item:hover {
  text-decoration: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.plan_cnt .cta {
  margin-top: 2em;
}

.plan_cnt .cta .link_box {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.375em;
  padding: 1em;
  background-color: #fff;
  border-radius: 4em;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  -webkit-transition: -webkit-transform 300ms, -webkit-box-shadow 300ms;
  transition: -webkit-transform 300ms, -webkit-box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms;
  transition: transform 300ms, box-shadow 300ms, -webkit-transform 300ms, -webkit-box-shadow 300ms;
}

.plan_cnt .cta .link_box:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.plan_cnt .cta .l1 {
  font-size: 1.2em;
}

.plan_cnt .cta .l1 span {
  color: #004097;
}

.plan_cnt .cta .l2 {
  margin-top: .4em;
  color: #f49c00;
}

.sc_video {
  background: -webkit-gradient(linear, left top, left bottom, from(#004097), to(#001568));
  background: linear-gradient(#004097, #001568);
}

.sc_video .sc_title {
  color: #fff;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.vd_cnt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vd_cnt .vd_box,
.vd_cnt .link_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.vd_cnt .vd_wrap {
  position: relative;
  padding-top: 56.25%;
}

.vd_cnt .vd_wrap .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vd_cnt .link_box {
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vd_cnt .link_box .p {
  color: #004097;
  line-height: 2;
}

.vd_cnt .link_box .p span {
  margin-left: .3em;
  padding: .1em .4em;
  border-radius: 4px;
  color: #fff;
  background-color: #009245;
}

.vd_cnt .link_box .cta {
  margin-top: 1em;
}

.vd_cnt .link_box .cta .bttn {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 2em;
  font-size: 1.1em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f49c00), to(#e8d06e));
  background: linear-gradient(90deg, #f49c00, #e8d06e);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  color: #000;
  -webkit-animation: scale 800ms linear infinite alternate;
          animation: scale 800ms linear infinite alternate;
}

.vd_cnt .link_box .cta .bttn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ending_cnt {
  margin-top: 2em;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.ending_cnt .p span {
  display: inline-block;
}

.ending_cnt .cta {
  margin-top: 1em;
  font-size: 1.2em;
}

.ending_cnt .cta .link {
  display: inline-block;
  color: #f49c00;
  padding-bottom: .4em;
  position: relative;
}

.ending_cnt .cta .link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f49c00), to(#e8d06e));
  background: linear-gradient(90deg, #f49c00, #e8d06e);
}

.ending_cnt .cta .link:hover {
  text-decoration: none;
}

.ending_cnt .cta .link:hover .arr {
  margin-left: 1em;
}

.ending_cnt .cta span {
  display: inline-block;
  vertical-align: middle;
}

.ending_cnt .cta .arr {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  width: 1.8em;
  height: .9em;
  background: url("img/i_arr_right2.svg");
  -webkit-transition: margin 300ms;
  transition: margin 300ms;
}

.g_footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
  background-color: #004097;
  font-size: 16px;
  color: #fff;
}

.g_footer > div {
  max-width: 1240px;
  margin: 0 auto;
}

.g_footer .d-md-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g_footer .foot_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_footer .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.g_footer .logo img {
  width: 200px;
}

.g_footer .social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.g_footer .social .item {
  margin-left: 16px;
  display: inline-block;
}

.g_footer .social .item img {
  width: 48px;
}

.g_footer .foot_mid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.g_footer .foot_mid,
.g_footer .foot_bot {
  padding-left: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .g_logo {
    height: 2em;
  }
  .g_logo img {
    height: 4em;
  }
  .g_kv .kv_tit {
    top: 20%;
    left: 28vw;
    font-size: 2vw;
    text-align: center;
  }
  .g_kv .kv_tit .t1,
  .g_kv .kv_tit .t2 {
    font-weight: 700;
  }
  .g_kv .kv_tit .t3 {
    margin-top: 1em;
    padding-left: 0;
    display: block;
  }
  .g_kv .kv_tit .t3 .tp {
    font-size: 1.7em;
  }
  .g_kv .kv_tit .t3 .tp::after {
    width: 0;
  }
  .g_kv .kv_tit .t3 .txt {
    padding-top: .5em;
    font-size: 2.5em;
  }
  .g_kv .kv_logo img {
    height: 40px;
  }
  .g_main .sc_intro,
  .g_main .sc_plan,
  .g_main .sc_video {
    padding: 40px 0;
  }
  .g_main .sc_title {
    line-height: 1.2;
    margin-bottom: 1.5em;
  }
  .sc_intro {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .sc_intro .strong {
    line-height: 1.3;
  }
  .sc_intro .p {
    text-align: left;
    line-height: 1.5;
  }
  .sc_intro::after {
    height: 45%;
  }
  .intro_highlight {
    margin: 40px 0;
  }
  .intro_highlight::before {
    left: -15px;
    right: -15px;
    border-radius: 0;
  }
  .intro_highlight .progress_bar {
    margin: 1.5em -15px;
  }
  .intro_highlight .progress_bar .item {
    font-size: 1.625em;
  }
  .intro_highlight .progress_bar .arr {
    width: 2.5em;
    height: 1.25em;
  }
  .intro_highlight .call {
    line-height: 1.5;
  }
  .intro_w_picture {
    margin-left: 4px;
    padding: 1em 1em 2em;
  }
  .intro_w_picture .wording {
    padding-right: 0;
    text-align: center;
  }
  .intro_w_picture .wording .pt {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1;
  }
  .intro_w_picture .pic {
    margin-top: 2em;
  }
  .intro_end .left {
    padding-bottom: .5em;
    text-align: center;
    line-height: 1.4;
    font-size: 1.25em;
  }
  .intro_end .left .line2 {
    padding: 0;
  }
  .intro_end .right {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1em;
    text-align: center;
  }
  .plan_cnt .parag {
    font-size: 1.2em;
  }
  .plan_cnt .items {
    width: 240px;
    margin: 0 auto;
  }
  .plan_cnt .item {
    margin: 10px 0;
  }
  .vd_cnt .link_box {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.4em;
  }
  .vd_cnt .link_box .cta {
    margin-bottom: 10px;
  }
  .g_main .sc_video {
    padding-bottom: 100px;
  }
  .ending_cnt {
    font-size: 1.25em;
  }
  .fix_aside {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fix_aside .fx_item {
    margin: .5em;
  }
  .g_footer {
    margin-top: 0;
  }
  .g_footer .social {
    margin-top: 16px;
  }
  .g_footer .social .item {
    margin-left: 0;
    margin-right: 6px;
  }
}
/*# sourceMappingURL=style.css.map */