@charset "UTF-8";
@keyframes bounseX {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "FujitsuSans", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.sec_wrap {
  margin: 0 auto;
  padding: 3rem 0;
}

@media screen and (min-width: 1440px) {
  .sec_wrap {
    max-width: 1440px;
  }
}
@keyframes shine {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}
.g_header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #0e38a9 10%, #1ce8ff 90%);
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_content {
  display: flex;
}
.g_header .header_logo {
  padding: 0 1rem;
}
.g_header .header_logo img {
  width: 250px;
}
.g_header .nav_cnt {
  padding: 0 1rem;
  display: inline-flex;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #faab63;
  text-decoration: none;
}

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

.sc_intro .kv {
  width: 100%;
  height: 100%;
  min-height: 28.125vw;
  background: url("img/d_kv.png") center/cover no-repeat;
}
.sc_intro .text_col_wrap {
  white-space: nowrap;
  text-align: center;
}
.sc_intro .text_col_wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.sc_intro .text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 1rem 2rem;
  max-width: 55rem;
  text-align: left;
  white-space: normal;
  line-height: 1;
  font-size: 1.25rem;
}
.sc_intro .text .stro {
  margin-bottom: 1.5rem;
}
.sc_intro .text .stro .l1 {
  font-size: 2.5em;
  margin-bottom: 0.25rem;
}
.sc_intro .text .stro .l2 {
  text-align: right;
  font-size: 3em;
  font-weight: 700;
}
.sc_intro .text .word {
  line-height: 1.5;
}

.sc_vid {
  background-color: rgba(38, 157, 178, 0.1);
}
.sc_vid .text {
  padding: 0 2rem;
}
.sc_vid .text .tit {
  font-size: 2rem;
  line-height: 1.4;
}
.sc_vid .text .tit .l1 {
  font-size: 1.5em;
  font-weight: 300;
}
.sc_vid .text .tit .l2 {
  line-height: 1.3;
}
.sc_vid .text .name {
  font-size: 1.125rem;
  margin: 1rem 0;
  color: #0e38a9;
}
.sc_vid .text .parag {
  font-size: 1.25rem;
}
.sc_vid .vid {
  position: relative;
  padding-top: 58%;
  overflow: hidden;
}
.sc_vid .vid .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sc_logo {
  padding: 1rem 0;
}
.sc_logo .logo {
  margin: 0 auto;
  text-align: center;
}
.sc_logo .logo img {
  width: 250px;
}
.sc_logo .logo .text {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #269db2;
  display: inline-block;
}
.sc_logo .logo .text ul {
  text-align: left;
  padding-left: 1.75rem;
  margin-bottom: 0;
}
.sc_logo .logo .text li {
  padding: 0.25rem 0;
}
.sc_logo .icon {
  text-align: center;
  font-size: 1.125rem;
  color: #269db2;
}
.sc_logo .icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.sc_logo .icon .act {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.sc_publish {
  background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url("img/banner2.jpg") center/cover no-repeat;
}
.sc_publish .full_vid_wrap {
  width: 50%;
  margin: 0 auto;
}
.sc_publish .full_vid {
  position: relative;
  padding-top: 56.25%;
}
.sc_publish .full_vid .cover,
.sc_publish .full_vid .vd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sc_publish .full_vid .cover {
  z-index: 2;
  cursor: pointer;
}
.sc_publish .full_vid .cover .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 1rem 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.sc_publish .full_vid .cover .text .t {
  font-size: 1.5rem;
}
.sc_publish .full_vid .cover .text .s {
  font-size: 1.25rem;
}
.sc_publish .full_vid .cover .pl {
  width: 100%;
  padding-top: 56.25%;
  background: center/cover no-repeat;
}
.sc_publish .full_vid .cover .bttn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
  background: url("img/play.svg") center/contain no-repeat;
}
.primary_content {
  background-color: #fff;
}
.primary_content > section {
  padding: 2rem 0;
}
.primary_content .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.primary_content .sc_title .tit {
  margin-left: 0.75rem;
  display: inline-block;
  padding-left: 0.875rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3da5ff;
}
.primary_content .sc_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.75rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #3da5ff;
  background: linear-gradient(0deg, #3da5ff 50%, #171a73 51%) 0 0/1rem 6px;
}
.primary_content .soft_bg {
  background-color: rgba(38, 157, 178, 0.06);
}
.primary_content .sc_sec .col_wrap {
  padding: 0 15px;
  flex-basis: 20%;
  margin-top: 15px;
}
.primary_content .sc_sec .item {
  border-radius: 10px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  cursor: pointer;
  transition: transform 300ms, box-shadow 300ms, background 300ms;
}
.primary_content .sc_sec .item .img {
  margin: 0 0.5rem;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}
.primary_content .sc_sec .item .img img {
  border-radius: 50%;
}
.primary_content .sc_sec .item .text {
  line-height: 1.3;
  margin-top: 0.75rem;
  text-align: center;
}
.primary_content .sc_sec .item .text .tit2 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0e38a9;
}
.primary_content .sc_sec .item:hover {
  position: relative;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}

.modal-content {
  border-width: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  background: linear-gradient(0deg, #deebee, #fff);
}
.modal-content .vd_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.modal-content .vd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-header {
  border-bottom-width: 0;
}
.modal-header .modal_t {
  margin-top: 0.125rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  color: #269db2;
  line-height: 2rem;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 0 3rem 3rem;
}

.vd_cnt .vd_text {
  height: 100%;
  padding-left: 1.5rem;
}
.vd_cnt .vd_text .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.vd_cnt .vd_text .txt {
  margin-top: 0.75rem;
}
.vd_cnt + .nw_cnt {
  margin-top: 2rem;
}
.vd_cnt + .io_cnt {
  margin-top: 2rem;
}

.nw_cnt .nw_item {
  position: relative;
  background-color: rgba(38, 157, 178, 0.1);
  overflow: hidden;
}
.nw_cnt .nw_txt {
  padding: 1rem 2rem;
}
.nw_cnt .nw_txt .tit {
  font-size: 1.25rem;
  line-height: 1.4;
  min-height: 3.5rem;
}
.nw_cnt .nw_txt .more {
  margin-top: 1rem;
  display: inline-block;
}
.nw_cnt .nw_txt .more a {
  line-height: 1;
  padding: 0.75rem 1.5rem;
  display: block;
  border-radius: 4px;
  background-color: #f8de68;
  color: #0e38a9;
  font-weight: 700;
}
.nw_cnt .nw_txt .more a:hover {
  text-decoration: none;
  background-color: #fd7b25;
  color: #fff;
  font-weight: 400;
}
.nw_cnt .nw_img a {
  display: block;
  overflow: hidden;
}
.nw_cnt .nw_img a:hover .img {
  transform: scale(1.1);
}
.nw_cnt .nw_img .img {
  width: 100%;
  height: 100%;
  padding-top: 66%;
  background: center 20%/cover no-repeat;
  transition: transform 300ms;
}
.nw_cnt .nw_img .img img {
  transition: transform 250ms;
}
.nw_cnt + .io_cnt {
  margin-top: 1rem;
}

.sc_footer {
  padding: 3rem 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%), linear-gradient(160deg, #0e38a9 10%, #1ce8ff 90%);
  color: #fff;
}
.sc_footer .link {
  margin-top: 1rem;
}
.sc_footer .link a {
  text-decoration: underline;
}
.sc_footer .link a:hover {
  color: #f8de68;
}
.sc_footer .counting {
  margin-top: 1.5rem;
}
.sc_footer .qr img {
  width: auto;
  height: 200px;
}

.io_cnt .io_item {
  max-width: 800px;
  margin: 0 auto;
}
.io_cnt .io_img {
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.29);
  overflow: hidden;
}
.io_cnt .io_txt {
  padding: 1.5rem;
}
.io_cnt .io_txt a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #0e38a9;
  text-decoration: underline;
}
.io_cnt .io_txt a:hover {
  color: #fd7b25;
}
.io_cnt .yt {
  margin-top: 1rem;
}
.io_cnt .yt .t {
  font-size: 1.25rem;
  color: #269db2;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_content {
    display: block;
  }
  .g_header .header_logo {
    display: block;
    padding: 1rem;
  }
  .g_header .nav_cnt {
    padding: 0;
    display: block;
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .sc_intro {
    margin-top: 64px;
  }
  .sc_intro .kv {
    height: 56.25vw;
  }
  .sc_intro .text .stro .l1 {
    font-size: 1.5em;
  }
  .sc_intro .text .stro .l2 {
    text-align: left;
    font-size: 2em;
  }

  .sc_vid .text {
    padding-bottom: 2rem;
  }
  .sc_vid .text .tit .l1 {
    line-height: 1.1;
  }
  .sc_vid .text .tit .l2 {
    margin-top: 1rem;
  }

  .sc_logo .logo {
    padding-bottom: 2rem;
  }
  .sc_logo .icon {
    padding: 1.5rem 0;
  }
  .sc_logo .icon img {
    height: auto;
    object-fit: inherit;
  }
  .sc_logo .icon .act {
    line-height: 1.2;
  }

  .primary_content .sc_sec .col_wrap {
    padding: 0;
    flex-basis: 50%;
  }

  .sc_publish .full_vid_wrap {
    padding: 1.5rem 0;
    width: 100%;
  }
  .sc_publish .full_vid .cover .text {
    padding-left: 1rem;
  }
  .sc_publish .full_vid .cover .text .t {
    font-size: 1.5rem;
  }
  .sc_publish .full_vid .cover .bttn {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }

  .sc_footer .counting {
    margin-bottom: 2rem;
  }
  .sc_footer .qr img {
    width: auto;
    height: auto;
  }

  .modal-header .modal_t {
    padding-left: 1rem;
  }

  .vd_cnt .vd_text {
    padding-left: 0;
    padding-top: 1rem;
  }

  .nw_cnt .nw_txt {
    padding: 1rem;
  }

  .io_cnt {
    padding-top: 1rem;
  }
  .io_cnt .io_img {
    max-width: 200px;
    margin: 0 auto;
  }
  .io_cnt .io_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    padding: 0 2rem 2rem;
  }
}