@charset "UTF-8";
html,
body {
  font-size: 16px;
  font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif;
  background-color: #f9f9f9; }

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

.fixbottom {
  z-index: 1; }

.layout_sec {
  padding-top: 30px;
  padding-bottom: 40px; }

.bg_grey {
  background-color: rgba(209, 211, 212, 0.1); }

.sec_title {
  position: relative;
  margin: 20px auto;
  width: 100%;
  text-align: center; }
  .sec_title .tit {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 1;
    color: #273a87;
    letter-spacing: .1em; }
    .sec_title .tit::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background-color: #3e55ce; }

.g_header .header_menu {
  padding: 0;
  -webkit-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms; }
  .g_header .header_menu.bg-dark {
    background-color: rgba(62, 85, 206, 0.7) !important; }
  .g_header .header_menu.bg_none {
    background-color: #3e55ce !important; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: .8em 1em;
  overflow: hidden;
  background-color: rgba(62, 85, 206, 0);
  -webkit-transition: background 300ms, padding 300ms;
  -o-transition: background 300ms, padding 300ms;
  transition: background 300ms, padding 300ms;
  font-size: 16px;
  color: #fff; }
  .g_header .nav_item .nav-link:hover {
    background-color: rgba(0, 187, 241, 0.5); }
  .g_header .nav_item .nav-link.active {
    background-color: #3e55ce;
    color: #fff; }

.g_main {
  margin-top: 50px; }

.sec_hero {
  position: relative;
  overflow: hidden; }
  .sec_hero .kv_desktop {
    position: relative; }
    .sec_hero .kv_desktop .mv_part {
      position: absolute;
      left: 0;
      z-index: 1;
      -webkit-animation-name: float;
      animation-name: float;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
      .sec_hero .kv_desktop .mv_part:nth-child(2) {
        top: 25.53398%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .sec_hero .kv_desktop .mv_part:nth-child(3) {
        top: 32.81553%;
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms; }
      .sec_hero .kv_desktop .mv_part:nth-child(4) {
        top: 47.96117%;
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms; }
      .sec_hero .kv_desktop .mv_part:nth-child(5) {
        top: 58.73786%;
        -webkit-animation-delay: 3000ms;
        animation-delay: 3000ms; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.sec_intr .parag_area {
  margin: 0 auto;
  max-width: 62em;
  font-size: 1.15em; }
  .sec_intr .parag_area p {
    line-height: 1.6;
    margin-bottom: 1em; }

.sec_intr .cta_row {
  margin-top: 20px;
  text-align: center; }

.sec_intr .primary_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  -o-transition: transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms; }
  .sec_intr .primary_btn .btn_inner {
    position: relative;
    z-index: 3;
    padding-top: 16px;
    padding-bottom: 20px;
    width: 100%;
    background-color: transparent;
    text-align: center;
    line-height: 26px; }
    .sec_intr .primary_btn .btn_inner .main {
      font-size: 1.4em;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      letter-spacing: 0;
      font-weight: 700;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
    .sec_intr .primary_btn .btn_inner::before, .sec_intr .primary_btn .btn_inner::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 7px;
      border: solid #3e55ce;
      border-width: 1px 0;
      -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
      transform: skewX(20deg); }
    .sec_intr .primary_btn .btn_inner::before {
      left: -25px;
      bottom: 15px; }
    .sec_intr .primary_btn .btn_inner::after {
      right: -25px;
      top: 15px; }
  .sec_intr .primary_btn::after {
    content: '';
    position: absolute;
    left: 0;
    right: -0;
    top: 0;
    bottom: -0;
    z-index: 2;
    border-radius: 2px;
    border: 2px solid #3e55ce;
    background-color: #00bbf1;
    -webkit-transition: -webkit-transform 260ms;
    transition: -webkit-transform 260ms;
    -o-transition: transform 260ms;
    transition: transform 260ms;
    transition: transform 260ms, -webkit-transform 260ms;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  .sec_intr .primary_btn:hover .main {
    -webkit-transform: translateX(1.4em);
    -ms-transform: translateX(1.4em);
    transform: translateX(1.4em); }
  .sec_intr .primary_btn:hover::after {
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg); }

.g_gift .gift_tit span {
  display: inline-block;
  border-bottom: 1px solid #3e55ce;
  padding-bottom: 6px;
  line-height: 1.1;
  color: #273a87;
  font-size: 1.5em; }

.g_gift .g_gift_item {
  text-align: center; }
  .g_gift .g_gift_item .tit {
    font-style: italic;
    font-size: 1.6em;
    color: #ee2a7b; }
  .g_gift .g_gift_item .name {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.3; }
  .g_gift .g_gift_item img {
    border-radius: 8px; }

.g_gift .other_gift .g_gift_item .tit {
  font-size: 1em; }

.g_gift .other_gift .g_gift_item .name {
  font-size: 1.3em; }

.sec_proc {
  background-color: #fff; }
  .sec_proc .part_tit {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 10px;
    text-align: center;
    color: #333; }
  .sec_proc .table_tit {
    position: relative;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 1.2em;
    text-align: center; }
    .sec_proc .table_tit::after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 51px;
      height: 51px; }
  .sec_proc .table_tip {
    margin-top: 6px;
    font-size: 0.95em;
    text-align: center; }
    .sec_proc .table_tip span {
      display: inline-block;
      padding: .4em 1em;
      background-color: yellow; }
  .sec_proc .table {
    margin: 0 auto 40px;
    max-width: 970px; }
    .sec_proc .table .tr {
      font-size: 16px;
      background-color: transparent;
      -webkit-transition: background 200ms;
      -o-transition: background 200ms;
      transition: background 200ms;
      border: solid rgba(62, 85, 206, 0.8);
      border-width: 0 1px; }
      .sec_proc .table .tr.tr_title {
        border-width: 0; }
        .sec_proc .table .tr.tr_title .td {
          padding-top: 6px;
          padding-bottom: 6px;
          color: #58595b; }
      .sec_proc .table .tr.name .td.title {
        font-weight: 400; }
      .sec_proc .table .tr.spec {
        border-width: 1px;
        color: #273a87; }
        .sec_proc .table .tr.spec .td {
          padding-top: 10px;
          padding-bottom: 10px; }
          .sec_proc .table .tr.spec .td.td_time {
            border-right: 0; }
      .sec_proc .table .tr.grey {
        border-top-width: 1px; }
    .sec_proc .table .td {
      padding: 12px;
      font-size: 1em;
      position: relative;
      white-space: nowrap; }
      .sec_proc .table .td::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1px; }
      @media screen and (min-width: 992px) {
        .sec_proc .table .td.td_time {
          border-right: 1px solid #3e55ce; }
        .sec_proc .table .td.td_speaker {
          border-left: 1px solid #3e55ce; } }
      .sec_proc .table .td .time,
      .sec_proc .table .td .title,
      .sec_proc .table .td .speaker {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        line-height: 1.4; }
      .sec_proc .table .td .title {
        font-size: 1.125em; }
      .sec_proc .table .td .speaker .highlight_text {
        color: #00bbf1;
        font-weight: 700;
        font-size: 1.125em; }
  .sec_proc .split_agenda .split_border {
    border: 1px solid #5267d3; }
  .sec_proc .split_agenda .tr_title {
    background-color: #3e55ce;
    color: #000;
    font-size: 1.125em; }
  .sec_proc .split_agenda .tr .col-5:nth-child(2) {
    border-width: 0 1px;
    border-style: solid;
    border-color: #5267d3; }
  .sec_proc .split_agenda .speaker {
    margin-top: 0.5em;
    color: #898989; }
  .sec_proc .large_agenda .mini_name {
    font-size: 14px;
    color: #58595b; }
  .sec_proc .large_agenda .name {
    color: #ee2a7b;
    font-weight: normal; }

.sec_spea .speaker_item {
  margin-bottom: 40px;
  cursor: pointer; }
  .sec_spea .speaker_item:hover .img_content::after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .sec_spea .speaker_item .img_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    overflow: hidden; }
  .sec_spea .speaker_item .img_content {
    padding-top: 100%;
    background: #fafafa url("img/speaker/mic.svg") center center/60% no-repeat; }
    .sec_spea .speaker_item .img_content img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .sec_spea .speaker_item .img_content::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #fff;
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      -o-transition: transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms; }
  .sec_spea .speaker_item .text_wrap {
    text-align: center; }
  .sec_spea .speaker_item .name {
    margin-top: .4em;
    font-size: 1.4em; }
  .sec_spea .speaker_item .title {
    margin-top: 0.1em;
    margin-bottom: 0.1em; }

.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 h5.modal-title {
  text-align: center; }

.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); }
  .sec_spea .speaker_modal .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 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_categ.with_intro {
    text-align: left; }

.sec_comp .comp_title {
  margin-bottom: 8px;
  padding: .4em 1em;
  font-size: 1.2em; }

.sec_comp .comp_item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  .sec_comp .comp_item a {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 200ms, -webkit-box-shadow 200ms;
    transition: -webkit-transform 200ms, -webkit-box-shadow 200ms;
    -o-transition: transform 200ms, box-shadow 200ms;
    transition: transform 200ms, box-shadow 200ms;
    transition: transform 200ms, box-shadow 200ms, -webkit-transform 200ms, -webkit-box-shadow 200ms; }
  .sec_comp .comp_item img {
    max-width: 100%;
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, -webkit-transform 400ms;
    -o-transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms, -webkit-transform 400ms; }

.sec_comp .comp_detail {
  text-align: left;
  font-size: 1.125em;
  line-height: 1.6; }

/*POSITION*/
.sec_posi .map {
  position: relative;
  width: 100%;
  padding-top: 40.4%;
  overflow: hidden;
  border: 1px solid #444; }
  .sec_posi .map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.sec_posi .infomation {
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #ee2a7b;
    font-size: 1.333em; }
  .sec_posi .infomation .name {
    color: #898989;
    margin-right: .5em; }
  .sec_posi .infomation a:hover {
    text-decoration: underline; }

.sec_posi .img_way {
  display: block;
  margin-top: 20px;
  border: 1px solid #444;
  border-width: 1px 0; }
  .sec_posi .img_way img {
    max-width: 100%; }

.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: #ee2a7b;
  text-decoration: underline;
  font-size: 0.8em; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #444; }
  .g_footer .footer_logo {
    width: 130px; }

.g_fixbottom {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms; }
  .g_fixbottom.avtive {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .g_fixbottom .totop,
  .g_fixbottom .tosign {
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    border: 2px solid #3e55ce; }
  .g_fixbottom .tosign a {
    display: block;
    padding: 6px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
    background-color: #00bbf1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    font-weight: 700; }
  .g_fixbottom .tosign:hover {
    color: #fff; }
  .g_fixbottom .totop:hover,
  .g_fixbottom .tosign:hover {
    -webkit-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    text-decoration: none; }
  .g_fixbottom .totop {
    text-align: center;
    padding: 25px 10px 10px;
    background: #fff url(img/ui/uparr-48-b.png) no-repeat center center;
    font-size: 0; }

@media screen and (max-width: 991px) {
  .g_header .header_menu {
    padding: .5rem 1rem; }
    .g_header .header_menu.bg_none .nav_item .nav-link {
      color: #fff; }
    .g_header .header_menu.bg-dark {
      background: #3e55ce !important; }
  .g_main {
    margin-top: 56px; }
  .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 .info_list {
      margin-top: 0; }
  .sec_posi .map {
    padding-top: 60%; } }

@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 .tr {
    padding: 1em; }
    .sec_proc .table .tr .td, .sec_proc .table .tr.spec .td {
      padding: 0; }
  .sec_proc .table .td .time {
    text-align: left;
    padding-bottom: 0.5em;
    color: #ee2a7b; }
  .sec_proc .table .td .speaker {
    padding-top: 0.5em;
    color: #898989; }
  .sec_proc .table .speaker_item {
    line-height: 1.2; }
  .sec_spea .speaker_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px; }
  .sec_posi .map {
    padding-top: 100%; } }
