@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  background-color: #f7f7f7;
}

a {
  color: inherit;
}

.g_fixed {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 1rem;
  -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;
}
.g_fixed.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.g_fixed .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -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);
  -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;
}
.g_fixed .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.g_fixed .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g_fixed .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.g_fixed .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.g_fixed .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_main {
  background: url("img/kv_bg.jpg") center/cover fixed;
}
.g_main .sc_title {
  text-align: center;
  margin-bottom: 1rem;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
.g_main .sc_title .tit::after {
  content: "";
  position: absolute;
}
.page_watch .g_main {
  background-image: none;
}

.sc_intros {
  padding: 60px 0;
  background-color: #fff;
}
.sc_intros .intro_cnt {
  padding-top: 20px;
}
.sc_intros .intro_cnt .parag {
  position: relative;
  padding: 40px;
  font-size: 1.25rem;
}
.sc_intros .intro_cnt .parag:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #82e3d6 50%, rgba(130, 227, 214, 0) 50%);
}
.sc_intros .intro_cnt .parag p:last-child {
  margin-bottom: 0;
}
.sc_intros .intro_cnt .parag b {
  color: #168aa8;
  font-weight: 700;
}
.sc_intros .intro_cnt .cta {
  margin-top: 1.5rem;
}

.sc_videos {
  background: -webkit-gradient(linear, left top, right top, from(#82e3d6), color-stop(#22aef7), color-stop(90%, rgba(34, 174, 247, 0))) left bottom/100% 20px no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(22, 138, 168, 0.5)), to(rgba(3, 104, 144, 0.8)));
  background: linear-gradient(90deg, #82e3d6, #22aef7, rgba(34, 174, 247, 0) 90%) left bottom/100% 20px no-repeat, linear-gradient(rgba(22, 138, 168, 0.5), rgba(3, 104, 144, 0.8));
}

.video_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 100px;
}

.vd_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 20px 10px;
}
.vd_item .link {
  display: block;
}
.vd_item .link:hover {
  text-decoration: none;
  color: inherit;
}
.vd_item .link:hover img,
.vd_item .link:hover .tit {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
.vd_item .pic {
  border: 1px solid #82e3d6;
  position: relative;
  background-color: rgba(3, 104, 144, 0.5);
}
.vd_item .pic img,
.vd_item .pic .tit {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.vd_item .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1.25rem;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3;
  height: 3.9em;
}
.vd_item .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem;
  margin-top: 12px;
}
.vd_item .key span {
  line-height: 1;
  border-radius: 20px;
  padding: 0.35rem 0.5rem 0.5rem;
  background-color: #82e3d6;
  margin-right: 6px;
  margin-bottom: 6px;
}
.vd_item .text {
  padding: 6px 1rem;
  color: #fff;
}

.page_watching {
  background: url("img/kv_bg.jpg") center/cover;
}
.page_watching .watch_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.page_watching .left,
.page_watching .right {
  position: fixed;
  top: 0;
  width: 10%;
  padding: 0 20px;
}
.page_watching .left .arrow,
.page_watching .right .arrow {
  background: center/contain no-repeat;
  opacity: 0.6;
  display: block;
  height: 100vh;
}
.page_watching .left .arrow:hover,
.page_watching .right .arrow:hover {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}
.page_watching .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.page_watching .left .arrow {
  background-image: url("img/arrow_left.png");
}
.page_watching .right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.page_watching .right .arrow {
  background-image: url("img/arrow_right.png");
}
.page_watching .cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  padding: 50px;
}
.page_watching .video_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  height: 100%;
}
.page_watching .video_wrap .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.page_watching .wording {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 1.5rem 1rem 0;
  text-align: center;
}
.page_watching .tit {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
.page_watching .name {
  display: inline-block;
  color: #82e3d6;
  font-size: 1.25rem;
  font-weight: 500;
}
.page_watching .job {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  display: inline-block;
  color: #fff;
}
.page_watching .cta {
  margin-top: 30px;
}
.page_watching .cta .bttn {
  display: inline-block;
  border-radius: 50px;
  padding: 20px 40px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #82e3d6), to(#fff));
  background: linear-gradient(90deg, #82e3d6 60%, #fff);
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  -webkit-transition: letter-spacing 320ms;
  transition: letter-spacing 320ms;
}
.page_watching .cta .bttn:hover {
  letter-spacing: 0.2rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .g_main {
    margin-top: 0;
  }
  .g_main .sc_title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .g_main .sc_title .tit {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .g_main .sc_title .tit::after {
    content: "";
    position: absolute;
  }

  .sc_intros {
    padding: 0;
    margin-bottom: 0;
  }
  .sc_intros .intro_cnt .parag {
    padding: 1rem;
    font-size: 1.125rem;
  }
  .sc_intros .intro_cnt .parag::before {
    left: -0.5rem;
    top: -0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .sc_intros .intro_cnt .parag::after {
    display: none;
  }

  .g_footer .container {
    padding: 0;
  }
}