@charset "UTF-8";
html,
body {
  font-family: "Noto Sans TC", "pingFangTC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

.font_w_700 {
  font-weight: 700;
}

.all_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #0f62fe, #08bdba 90%);
}

.cta .cta_btn {
  position: relative;
  display: inline-block;
}
.cta .cta_btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 1.75rem;
  width: 100%;
  height: 100%;
  background-color: #014cd9;
}
.cta .cta_btn:hover .btn_inner {
  bottom: 2px;
}
.cta .btn_inner {
  position: relative;
  bottom: 6px;
  display: block;
  border-radius: 1.75rem;
  padding: 1rem 2.5rem;
  background-color: #0f62fe;
  background: linear-gradient(30deg, #0f62fe, #08bdba 90%);
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  transition: bottom 240ms;
  color: #fff;
}

.menu {
  background-color: #012e83;
  transition: background 300ms;
}
.menu .container {
  display: flex;
  justify-content: center;
}
.menu .wrap {
  flex: 1 1 20%;
  border-width: 1px 1px 1px 0;
}
.menu .item {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
  line-height: 1;
  transition: background 300ms;
}
.menu .item:hover {
  background-color: #081a53;
}
.menu .id,
.menu .hash {
  display: inline-block;
}
.menu .id {
  color: #d4ffeb;
}
.menu .hash {
  margin-left: 0.3rem;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}

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

.sec_mastervision .mv {
  position: relative;
}
.sec_mastervision .mv .cta {
  position: absolute;
}
.sec_mastervision .desktop {
  width: 100%;
}
.sec_mastervision .desktop .cta {
  left: 6vh;
  top: 50%;
}
.sec_mastervision .desktop .cta .btn_inner {
  font-size: 2vw;
}

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

.sec_introdution {
  padding: 4rem 0;
  background-color: #fff;
  text-align: center;
}
.sec_introdution h1 {
  margin: 1rem 0;
  color: #0f62fe;
  font-weight: 700;
  font-size: 1.75em;
}
.sec_introdution p {
  margin: 0 auto;
  max-width: 48rem;
  line-height: 1.8;
}

.sec_anchor {
  padding: 2rem 0;
}

.anchor_menu {
  display: flex;
  flex-wrap: wrap;
}
.anchor_menu .ahr_wrap {
  position: relative;
  flex: 0 1 33.33%;
  padding: 10px;
  text-align: center;
}
.anchor_menu .ahr {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: transform 300ms;
}
.anchor_menu .ahr:hover {
  transform: scale(1.04);
}
.anchor_menu .ahr .id {
  display: inline-block;
  padding: 0.4rem 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  background: linear-gradient(30deg, #0f62fe, #08bdba 90%);
  color: #fff;
}
.anchor_menu .ahr .t {
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0f62fe;
}

.sec_host {
  padding-top: 2rem;
}
.sec_host .wrap {
  margin: 0 auto;
  max-width: 920px;
  font-size: 0;
}
.sec_host .host,
.sec_host .text {
  display: inline-block;
  vertical-align: middle;
}
.sec_host .host {
  position: relative;
  width: 280px;
}
.sec_host .host img {
  max-width: 280px;
}
.sec_host .host .n {
  position: absolute;
  left: 15%;
  bottom: 1rem;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 1rem;
  border-radius: 1rem;
  background-color: rgba(15, 98, 254, 0.8);
  color: #fff;
  width: 70%;
  text-align: center;
}
.sec_host .text {
  width: calc(100% - 280px);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
.sec_host .text .l1 {
  border-radius: 1em;
  padding: 1rem 2rem;
  background-color: rgba(8, 26, 83, 0.5);
  font-size: 1.5rem;
  color: #fff583;
}
.sec_host .text .l2 {
  padding: 0 2rem;
  margin-top: 1rem;
}
.sec_host .text .l3 {
  padding: 0 2rem;
  margin-top: 0.75rem;
}

.sec_liveinfo {
  position: relative;
  padding-bottom: 4rem;
}
.sec_liveinfo .sw_item {
  position: relative;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: #fff;
  display: flex;
}
.sec_liveinfo .sw_item:last-child {
  margin-bottom: 0;
}
.sec_liveinfo .sw_item .cta {
  margin-top: 5rem;
}
.sec_liveinfo .sw_item .cta .btn_inner {
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.sec_liveinfo .sw_toggle {
  position: relative;
  z-index: 2;
  color: #000;
  line-height: 1;
  flex: 1 1 34%;
}
.sec_liveinfo .sw_toggle .time {
  display: inline-block;
  border-radius: 4px;
  padding: 0.5rem 1.25rem 0.6rem;
  font-size: 1rem;
  color: #d4ffeb;
  background: linear-gradient(30deg, #0f62fe, #08bdba 90%);
  text-align: center;
}
.sec_liveinfo .sw_toggle .time .att,
.sec_liveinfo .sw_toggle .time .txt {
  display: inline-block;
  vertical-align: middle;
}
.sec_liveinfo .sw_toggle .time .txt {
  padding-left: 0.125rem;
  color: #fff;
}
.sec_liveinfo .sw_toggle .tit {
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
}
.sec_liveinfo .sw_toggle .logo {
  font-weight: 100;
  color: #0f62fe;
}
.sec_liveinfo .sw_toggle .logo span:nth-child(2) {
  position: relative;
  margin-left: 1rem;
}
.sec_liveinfo .sw_toggle .logo span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -0.25em;
  width: 2px;
  height: 0.8em;
  background-color: #aae3ff;
  transform: rotate(25deg);
}
.sec_liveinfo .sw_toggle .hash {
  padding-top: 0.5rem;
  font-weight: 700;
  color: #0f62fe;
}
.sec_liveinfo .sw_toggle .parag {
  margin: 1rem 3rem 0;
  line-height: 1.5;
  text-align: left;
}
.sec_liveinfo .sw_toggle .parag p {
  margin-bottom: 0.5rem;
}
.sec_liveinfo .sw_toggle .parag p:last-child {
  margin-bottom: 0;
}
.sec_liveinfo .sw_content {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
  transition: top 300ms;
  flex: 1 1 66%;
}
.sec_liveinfo .sw_content .sup {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.sec_liveinfo .sw_content .speaker_tit {
  text-align: center;
  font-size: 1.25rem;
  color: #08bdba;
  line-height: 1;
}
.sec_liveinfo .sw_content .speaker {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_liveinfo .sw_content .spk_item {
  flex: 1 0 25%;
  line-height: 1.2;
  text-align: center;
}
.sec_liveinfo .sw_content .spk_item .img {
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  max-width: 160px;
  border: 1px solid #fff;
}
.sec_liveinfo .sw_content .spk_item .name,
.sec_liveinfo .sw_content .spk_item .comp,
.sec_liveinfo .sw_content .spk_item .title {
  padding: 0 1rem;
}
.sec_liveinfo .sw_content .spk_item .name {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.sec_liveinfo .sw_content .spk_item .comp {
  max-width: 240px;
  margin: 0.25rem auto;
  color: #0f62fe;
  font-size: 0.875rem;
}
.sec_liveinfo .sw_content .spk_item .title {
  margin-top: 0.25rem;
  color: #79a9dc;
}

.sec_other {
  padding: 2rem 0;
  text-align: center;
  background-color: #fff;
}
.sec_other .tit {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  display: inline-block;
  color: #0f62fe;
}
.sec_other .intro {
  margin-top: 1rem;
}
.sec_other .intro span {
  font-weight: 700;
}
.sec_other .items {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.sec_other .item {
  padding: 0.5rem;
  flex: 0 0 50%;
}
.sec_other .item .wp {
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  background-color: rgba(8, 189, 186, 0.2);
}
.sec_other .item .img {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  background: url("img/whitebook.svg") center/cover no-repeat;
}
.sec_other .item .txt {
  flex: 1 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.3;
  text-align: left;
}
.sec_other .item .txt .i {
  color: #0f62fe;
  font-size: 0.875rem;
}
.sec_other .item .txt .t {
  font-size: 1.25rem;
  font-weight: 700;
}

.sec_footer {
  margin-top: 3rem;
  padding: 2rem 0;
}
.sec_footer .text {
  font-size: 0.8rem;
}
.sec_footer .img {
  margin-left: 20px;
}
.sec_footer img {
  height: 40px;
}
.sec_footer img.i_sap {
  height: 55px;
}

@media (max-width: 767px) {
  .sec_mastervision {
    position: relative;
    z-index: 3;
  }
  .sec_mastervision .mv {
    padding-top: 0;
  }
  .sec_mastervision .mobile .cta {
    left: 20%;
    bottom: 5%;
    width: 60%;
  }
  .sec_mastervision .mobile .cta .btn_inner {
    font-size: 1.5rem;
    padding: 0.75rem 2rem;
  }

  .sec_introdution {
    padding: 1.25rem 1rem;
    text-align: left;
  }
  .sec_introdution h1 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
  .sec_introdution p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .sec_host {
    display: none;
  }

  .sec_liveinfo {
    padding: 2rem 0;
  }
  .sec_liveinfo .sw_item {
    padding: 1.5rem;
    display: block;
  }
  .sec_liveinfo .sw_item .cta {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .sec_liveinfo .sw_item .cta .btn_inner {
    font-size: 1rem;
    font-weight: 400;
  }
  .sec_liveinfo .sw_toggle {
    text-align: center;
  }
  .sec_liveinfo .sw_toggle .tit {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }
  .sec_liveinfo .sw_toggle .tit .logo,
.sec_liveinfo .sw_toggle .tit .hash {
    display: inline-block;
  }
  .sec_liveinfo .sw_toggle .tit .logo {
    margin: 0.5rem 0;
  }
  .sec_liveinfo .sw_toggle .tit .hash {
    padding-left: 0;
  }
  .sec_liveinfo .sw_toggle .parag {
    margin: 0.5rem 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .sec_liveinfo .sw_content .sup {
    line-height: 1;
    font-size: 1.5rem;
  }
  .sec_liveinfo .sw_content .speaker {
    margin-top: 1rem;
  }
  .sec_liveinfo .sw_content .spk_item {
    flex: 1 0 100%;
    margin-bottom: 1.5rem;
  }
  .sec_liveinfo .sw_content .cta {
    margin-top: 0;
  }

  .sec_other .items {
    display: block;
  }
  .sec_other .item {
    padding: 0.75rem 0.5rem;
  }
  .sec_other .item .wp {
    display: block;
    padding: 1rem;
  }
  .sec_other .item .img {
    margin: 0 auto 0.5rem;
  }
  .sec_other .item .txt {
    padding: 0;
  }
  .sec_other .item .txt .t {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
}