html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", sans-serif;
  background: url("img/mainbg.jpg") center/cover fixed;
}

a {
  color: inherit;
}

.g_fixed.fix_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00badf), to(#00185b));
  background: linear-gradient(90deg, #00badf, #00185b);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.g_fixed.fix_top .wrap {
  padding: 0.3rem 0 0.5rem;
  color: #fff;
  line-height: 1.2;
}
.g_fixed.fix_top .wrap span,
.g_fixed.fix_top .wrap a {
  display: inline-block;
}
.g_fixed.fix_top .wrap a {
  padding: 0 0.25rem;
  color: #00badf;
  text-decoration: underline;
}
.g_fixed.fix_top .wrap a:hover {
  color: #0070c5;
}
.g_fixed.fix_top.is_active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  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;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 1em;
  margin: 0.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(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fix_aside .fx_item.is_primary {
  background: #00badf linear-gradient(120deg, #00185b, #00badf);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  -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);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.fix_aside .fx_item .in_wrap.ic_top {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_top .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}
.fix_aside .fx_item .in_wrap.ic_linkedin {
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
.fix_aside .fx_item .in_wrap.ic_linkedin .ic {
  width: 100%;
  height: 100%;
  background: url("img/ui/linkedin.svg") center/contain no-repeat;
}

.g_header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  background-color: rgba(0, 186, 223, 0);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.g_header.is_active {
  background-color: rgba(0, 186, 223, 0.8);
}
.g_header .noti_row {
  background-color: rgba(0, 24, 91, 0.8);
  color: #fff;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  text-decoration: underline;
}
.g_header .noti_row:hover {
  background-color: #00185b;
}
.g_header .header_wrap {
  position: relative;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}
.g_header .nav_item {
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.125em;
  color: #fff;
  background-color: rgba(0, 24, 91, 0);
}
.g_header .nav_link:hover {
  background-color: #00185b;
  text-decoration: none;
}

.primary_cta {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.5em 2em 0.75em;
  background: -webkit-gradient(linear, left top, right top, from(#00185b), to(#00badf));
  background: linear-gradient(90deg, #00185b, #00badf);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.primary_cta:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.g_kv {
  position: relative;
}

.cta_wrap {
  margin-top: 40px;
  text-align: center;
}
.cta_wrap .cta_text {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #00badf;
}

.main_sc {
  padding-top: 40px;
  padding-bottom: 60px;
}

.g_main {
  position: relative;
  z-index: 2;
  background: linear-gradient(rgba(0, 24, 91, 0.9) 60px, rgba(0, 186, 223, 0.9));
}
.g_main .sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.g_main .sc_title .tit {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 0.25em;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 186, 223, 0)), to(#00badf)) center bottom/100% 1em no-repeat;
  background: linear-gradient(rgba(0, 186, 223, 0), #00badf) center bottom/100% 1em no-repeat;
  color: #fff;
}

.sc_intro {
  background-color: #fff;
}
.sc_intro .intr_cnt {
  margin: 0 auto;
  max-width: 50em;
  font-size: 1.125em;
  line-height: 1.67;
}
.sc_intro .cta_top {
  font-size: 1.5em;
}
.sc_intro .cta_top .date {
  font-weight: 700;
  color: #0070c5;
}
.sc_intro .primary_cta {
  margin: 12px 0;
}
.sc_intro .logo_cnt {
  margin-top: 40px;
  text-align: center;
}
.sc_intro .logo_cnt .flex_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc_intro .logo_cnt .tit {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin: 20px 30px;
  font-size: 1em;
  color: #00185b;
  text-align: center;
}
.sc_intro .logo_cnt .item {
  padding: 15px 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.sc_intro .logo_cnt .item img {
  max-width: 100%;
  display: block;
}

.ag_table {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.125rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.ag_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #00185b;
}
.ag_table .tr_soft {
  background-color: #fff;
}
.ag_table .td {
  padding: 10px 15px;
}
.ag_table .td_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ag_table .time {
  color: #00badf;
}
.ag_table .td_topic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.ag_table .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.33em;
  padding: 0.5em;
  font-size: 0.875em;
  line-height: 1;
  background-color: #00185b;
  display: inline-block;
  color: #fff;
}
.ag_table .tpc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 1em;
  font-weight: 700;
  line-height: 1.2;
  color: #00185b;
}
.ag_table .toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #00badf;
  padding: 0.4em 0.8em 0.5em;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
}
.ag_table .toggle:hover {
  background-color: #00badf;
}
.ag_table .td_speaker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.ag_table .spk .c {
  font-weight: 500;
  font-size: 1.1em;
  color: #00185b;
}
.ag_table .spk .j,
.ag_table .spk .n {
  font-size: 0.9em;
  line-height: 1.3;
}

.sc_gift {
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 186, 223, 0)), color-stop(rgba(0, 186, 223, 0.5)), to(rgba(0, 186, 223, 0)));
  background: linear-gradient(90deg, rgba(0, 186, 223, 0), rgba(0, 186, 223, 0.5), rgba(0, 186, 223, 0));
}
.sc_gift .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_gift .gift_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  padding: 0 10px;
  text-align: center;
}
.sc_gift .gift_item .pic {
  margin: 0 auto;
  width: 75%;
}
.sc_gift .gift_item img {
  border-radius: 40px;
  background-color: #fff;
}
.sc_gift .gift_item .type {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: #f0d53c;
  font-weight: 700;
  padding: 0.5em 0.5em 0.25em;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.sc_gift .gift_item .tit,
.sc_gift .gift_item .nt {
  color: #fff;
  line-height: 1;
}
.sc_gift .gift_item .tit {
  font-size: 1.5em;
  font-weight: 700;
}
.sc_gift .gift_item .nt {
  margin-top: 0.5em;
  font-size: 1.1em;
}

.sc_location .map_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  font-size: 1.25rem;
  color: #fff;
}
.sc_location .map_tit .tit {
  font-weight: 700;
  font-size: 1.2em;
}
.sc_location .map_tit .txt {
  font-size: 1.1em;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.75);
}
.sc_location .map_wrap {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  border-radius: 10px;
}
.sc_location .map_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.sc_detail {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 24, 91, 0)), to(#00185b));
  background: linear-gradient(rgba(0, 24, 91, 0), #00185b);
  color: #fff;
}

.modal-dialog {
  max-width: 640px;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
  padding-left: 2rem;
  line-height: 1;
}
.modal-header .h4 {
  color: #00badf;
  font-weight: 700;
}
.modal-header button.close {
  font-size: 2rem;
  color: #000;
  opacity: 1;
}

.modal-body {
  padding: 1.25rem 2rem 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
}
.modal-body .h5 {
  line-height: 1.67;
}

@media (max-width: 767px) {
  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.25em;
  }

  .g_header {
    background-color: #00185b;
  }
  .g_header.is_active {
    background-color: #00185b;
  }
  .g_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g_header .header_wrap .nav_area {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g_header .header_wrap .nav_cnt {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g_header .menu_btn {
    margin: 6px;
  }
  .g_kv {
    padding-top: 60px;
    background-color: #00185b;
  }

  .main_sc {
    padding: 30px 20px 40px;
  }

  .sc_intro .logo_cnt .item {
    display: inline-block;
    max-width: 300px;
  }

  .ag_table .tr {
    display: block;
    padding: 10px 15px 15px;
  }
  .ag_table .td {
    padding: 0;
  }
  .ag_table .td_topic,
.ag_table .td_speaker {
    margin-top: 10px;
  }
  .ag_table .tpc {
    padding-right: 0;
  }

  .sc_gift .gift_item {
    margin-bottom: 20px;
  }

  .sc_location {
    background-color: rgba(0, 24, 91, 0.5);
    padding-bottom: 80px;
  }
  .sc_location .map_tit {
    display: block;
    text-align: center;
  }
  .sc_location .map_wrap {
    padding-top: 75%;
  }

  .modal-header {
    padding-left: 1.5rem;
  }

  .modal-body {
    padding: 1.5rem;
    font-size: 1rem;
  }
}