@charset "UTF-8";
html,
body {
  font-size: 16px;
  font-family: Helvetica, Arial, Microsoft Jhenghei, '微軟正黑', sans-serif; }

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

.layout_sec {
  padding-top: 40px;
  padding-bottom: 60px; }
  .layout_sec.bg_grey {
    background-color: #fafafa; }

.sec_title {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center; }
  .sec_title .tit {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    width: 300px;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .1em;
    border-bottom: 2px solid rgba(28, 158, 158, 0.5); }

.g_header .header_menu {
  padding: 0; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: 1em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(234, 178, 67, 0);
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }
  .g_header .nav_item .nav-link:hover {
    color: #EAB243; }
  .g_header .nav_item .nav-link.active {
    background-color: rgba(234, 178, 67, 0.4); }

.g_main {
  margin-top: 56px; }

.sec_hero {
  position: relative; }
  .sec_hero .g_kv img {
    max-width: 100%; }

.sec_intr {
  padding-top: 80px; }
  .sec_intr .parag_area {
    margin: 0 auto;
    max-width: 34em;
    font-size: 22px; }
    .sec_intr .parag_area .parag .first {
      font-size: 1.4em;
      color: #0084CE;
      text-align: center;
      margin-bottom: 1em; }
    .sec_intr .parag_area .parag p {
      font-size: 1em;
      margin-bottom: 20px;
      line-height: 1.8; }
    .sec_intr .parag_area .parag strong {
      color: #0084CE; }
    .sec_intr .parag_area .parag .tips {
      border: 1px solid #EAB243;
      margin-top: 40px;
      padding: .6em 1em;
      font-size: .9em;
      color: #e19e19;
      text-align: center;
      line-height: 1; }
  .sec_intr .cta_row {
    margin-top: 40px; }
  .sec_intr .primary_btn .btn_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding: 15px;
    border-radius: 60px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #05abc2), color-stop(50%, #1f489c), color-stop(90%, #05abc2)) 0 0/150% 100% no-repeat;
    background: -webkit-linear-gradient(left, #05abc2 10%, #1f489c 50%, #05abc2 90%) 0 0/150% 100% no-repeat;
    background: -o-linear-gradient(left, #05abc2 10%, #1f489c 50%, #05abc2 90%) 0 0/150% 100% no-repeat;
    background: linear-gradient(90deg, #05abc2 10%, #1f489c 50%, #05abc2 90%) 0 0/150% 100% no-repeat;
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms; }
  .sec_intr .primary_btn .btn_inner {
    border-radius: 45px;
    height: 80px;
    background: #fff url("../img/signUpNow.png") center/contain no-repeat; }
  .sec_intr .primary_btn:hover .btn_wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #05abc2), color-stop(50%, #1f489c), color-stop(90%, #05abc2)) 100% 0/150% 100% no-repeat;
    background: -webkit-linear-gradient(left, #05abc2 10%, #1f489c 50%, #05abc2 90%) 100% 0/150% 100% no-repeat;
    background: -o-linear-gradient(left, #05abc2 10%, #1f489c 50%, #05abc2 90%) 100% 0/150% 100% no-repeat;
    background: linear-gradient(90deg, #05abc2 10%, #1f489c 50%, #05abc2 90%) 100% 0/150% 100% no-repeat; }
  .sec_intr .gift_area {
    margin-top: 4em; }
    .sec_intr .gift_area .gift_item .name {
      text-align: center;
      font-size: 1.5em;
      padding-bottom: .5em;
      color: #006AB8;
      font-weight: 700; }
    .sec_intr .gift_area .gift_item .area {
      border-radius: 6px;
      padding: 10px 0;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
      text-align: center; }
    .sec_intr .gift_area .gift_item img {
      max-width: 256px; }
    .sec_intr .gift_area .gift_item .tip {
      padding: .5em 1em;
      color: #888;
      font-size: .925em; }

.sec_proc .part_tit {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 10px;
  text-align: center;
  color: #333; }

.sec_proc .table {
  margin: 0 auto;
  max-width: 970px; }
  .sec_proc .table .tr {
    font-size: 20px; }
    .sec_proc .table .tr:not(.name):not(:last-child) {
      border-bottom: 1px solid #e0e0e0; }
    .sec_proc .table .tr.name {
      background-color: #0084CE;
      color: #fff;
      text-align: center;
      font-size: 18px; }
      .sec_proc .table .tr.name .td.time {
        font-size: 1em; }
      .sec_proc .table .tr.name .td.title {
        font-weight: 400; }
    .sec_proc .table .tr.spec {
      background-color: #e6f2fa; }
      .sec_proc .table .tr.spec .td.title {
        text-align: center; }
  .sec_proc .table .td {
    padding: 10px 16px;
    font-size: 1em; }
    .sec_proc .table .td.time {
      font-size: 0.9em;
      text-align: center; }
    .sec_proc .table .td.title {
      font-weight: 700; }
    .sec_proc .table .td.speaker ul {
      padding-left: 12px;
      margin: 0; }
  .sec_proc .table .speaker_item {
    margin-left: -12px;
    margin-right: -12px;
    padding: 9px 12px 9px 0;
    line-height: 1.4; }
    .sec_proc .table .speaker_item:first-child {
      padding-top: 0; }
    .sec_proc .table .speaker_item:last-child {
      padding-bottom: 0; }
    .sec_proc .table .speaker_item .sm_fz {
      font-size: .85em; }

.sec_spea .speaker_item {
  margin-bottom: 40px;
  cursor: pointer; }
  .sec_spea .speaker_item .img_wrap {
    margin: 0 auto;
    max-width: 200px;
    position: relative; }
    .sec_spea .speaker_item .img_wrap::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.14); }
    .sec_spea .speaker_item .img_wrap:hover .img_content {
      -webkit-transform: translate3d(-8px, -8px, 0);
      transform: translate3d(-8px, -8px, 0);
      -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }
  .sec_spea .speaker_item .img_content {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding-top: 125%;
    background: #fafafa url("../img/speaker_0.png") center bottom no-repeat;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
    transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
    -o-transition: transform 250ms, box-shadow 250ms;
    transition: transform 250ms, box-shadow 250ms;
    transition: transform 250ms, box-shadow 250ms, -webkit-transform 250ms, -webkit-box-shadow 250ms; }
    .sec_spea .speaker_item .img_content img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .sec_spea .speaker_item .text_wrap {
    margin-top: 6px;
    text-align: center; }
  .sec_spea .speaker_item .name {
    margin-top: .4em;
    font-size: 1.2em; }
  .sec_spea .speaker_item .title {
    margin-top: 0.1em;
    margin-bottom: 0.1em; }
  .sec_spea .speaker_item .zh_primary {
    font-size: 1.3em; }
  .sec_spea .speaker_item .en_primary {
    margin-top: 6px;
    font-size: 1.3em;
    line-height: 1.3; }
  .sec_spea .speaker_item .en_sub {
    margin-top: 2px;
    line-height: 1.3; }

.sec_spea .speaker_modal .mod_wrap {
  padding: 17px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); }

.sec_spea .speaker_modal .img_wrap {
  margin: 20px auto 25px;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background: #fafafa url("../img/speaker_0.png") center bottom no-repeat; }
  .sec_spea .speaker_modal .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -4%, 0);
    transform: translate3d(-50%, -4%, 0); }

.sec_spea .speaker_modal .name {
  margin-top: 20px;
  font-size: 1.4em;
  text-align: center; }

.sec_spea .speaker_modal .detail {
  max-width: 100%;
  margin: 1em auto 0;
  padding: 0 2em; }

@media (min-width: 576px) {
  .sec_spea .speaker_modal .modal-dialog {
    max-width: 640px; } }

.sec_comp .comp_categ {
  text-align: center;
  margin-bottom: 20px; }

.sec_comp .comp_title {
  border: 1px solid #0084CE;
  margin-top: 8px;
  padding: .4em 1em;
  font-size: 1.2em;
  color: #0084CE; }

.sec_comp .comp_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  .sec_comp .comp_item .link_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 240px; }
    .sec_comp .comp_item .link_wrap::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.14); }
    .sec_comp .comp_item .link_wrap:hover .img_wrap {
      -webkit-transform: translate3d(-8px, -8px, 0);
      transform: translate3d(-8px, -8px, 0);
      -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }
  .sec_comp .comp_item .img_wrap {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
    transition: -webkit-transform 250ms, -webkit-box-shadow 250ms;
    -o-transition: transform 250ms, box-shadow 250ms;
    transition: transform 250ms, box-shadow 250ms;
    transition: transform 250ms, box-shadow 250ms, -webkit-transform 250ms, -webkit-box-shadow 250ms;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }
  .sec_comp .comp_item img {
    max-width: 100%; }

/*POSITION*/
.sec_posi .map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden; }
  .sec_posi .map .iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.sec_posi .infomation .title {
  font-size: 22px; }

.sec_posi .info_list {
  margin-top: 1em;
  padding-left: 1.75em;
  font-size: 16px; }
  .sec_posi .info_list li {
    padding-top: .35em;
    padding-bottom: .35em;
    line-height: 1.5; }
  .sec_posi .info_list .name {
    color: #0084CE;
    margin-top: 0;
    margin-bottom: .2em;
    font-size: inherit; }

.sec_regu .reg_list {
  padding-left: 30px;
  padding-right: 30px; }
  .sec_regu .reg_list li {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height: 1.4; }

.sec_regu .privacy_link {
  margin-top: 1em;
  color: red; }

.g_footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000; }

.g_fixbottom .totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 29;
  -webkit-transform: translate3d(110px, 0, 0);
  transform: translate3d(110px, 0, 0);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms; }
  .g_fixbottom .totop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.g_fixbottom .arrow_top {
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: relative;
  cursor: pointer; }
  .g_fixbottom .arrow_top:hover {
    background-color: #f8f8f8; }

.g_fixbottom .arrowtop_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 32px;
  height: 30px;
  background: url("../img/arrow_top.svg") center/contain no-repeat; }

@media screen and (max-width: 991px) {
  .g_header .header_menu {
    padding: .5rem 1rem; }
  .sec_intr .parag_area {
    padding-left: 1em;
    padding-right: 1em; }
  .sec_comp .comp_title {
    border-width: 0;
    margin-bottom: .5em; }
  .sec_posi .infomation {
    margin-top: 1em; }
    .sec_posi .infomation .title {
      text-align: center; }
    .sec_posi .infomation .info_list {
      margin-top: 0; } }

@media screen and (max-width: 575px) {
  .g_header .nav_item .nav-link {
    padding-top: .65em;
    padding-bottom: 0.65em; }
  .sec_intr .parag_area {
    font-size: 1.2em; }
  .sec_intr .gift_area .gift_item {
    margin-bottom: 30px; }
  .sec_proc .table {
    border: 2px solid #e0e0e0;
    padding-left: 15px;
    padding-right: 15px; }
    .sec_proc .table .tr.name {
      display: none; }
    .sec_proc .table .tr.spec .td.title {
      text-align: left; }
    .sec_proc .table .td {
      padding-top: 4px;
      padding-bottom: 4px; }
      .sec_proc .table .td.time {
        text-align: left;
        padding-top: 12px; }
      .sec_proc .table .td.title:last-child, .sec_proc .table .td.speaker:last-child {
        padding-bottom: 12px; }
    .sec_proc .table .speaker_item {
      line-height: 1.2; }
  .sec_spea .speaker_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px; }
  .g_fixbottom .arrow_top {
    width: 50px;
    height: 50px; }
  .g_fixbottom .arrowtop_icon {
    width: 22px;
    height: 20px; } }
