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

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

.fixbottom {
  z-index: 1; }

.cr_blue2 {
  color: #004079; }

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

.bg_grey {
  background-color: rgba(37, 152, 190, 0.06); }

.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: #2598be;
    letter-spacing: .1em; }
    .sec_title .tit::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background-color: #004079; }

.g_header .header_menu {
  padding: 0; }
  .g_header .header_menu.bg-dark {
    background-color: rgba(0, 64, 121, 0.7) !important; }
  .g_header .header_menu.bg_none {
    background-color: #004079 !important; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: .8em 1em;
  overflow: hidden;
  background-color: rgba(37, 152, 190, 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, 64, 121, 0.5); }
  .g_header .nav_item .nav-link.active {
    background-color: #2598be;
    color: #fff; }

.sec_hero {
  position: relative; }
  .sec_hero .g_kv {
    max-height: 100vh;
    overflow: hidden; }
  .sec_hero .kv_desktop {
    padding-top: 50px; }
    .sec_hero .kv_desktop .part_wrap {
      position: relative;
      position: absolute;
      left: 0;
      top: 50px;
      right: 0;
      bottom: 0; }
    .sec_hero .kv_desktop .kv_part {
      position: absolute; }
      .sec_hero .kv_desktop .kv_part.logo_1, .sec_hero .kv_desktop .kv_part.logo_2 {
        top: 3vh;
        max-width: 12.5vw; }
      .sec_hero .kv_desktop .kv_part.logo_1 {
        left: 5vh; }
      .sec_hero .kv_desktop .kv_part.logo_2 {
        right: 5vh; }
      .sec_hero .kv_desktop .kv_part.title {
        max-width: 60vw;
        right: 9vw;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%); }
  .sec_hero .g_menu {
    position: absolute;
    right: 9.5vw;
    bottom: 6vw;
    color: #fff; }
    .sec_hero .g_menu .item {
      display: block;
      margin-top: 8px;
      padding: 10px 20px;
      white-space: nowrap;
      background-color: rgba(37, 152, 190, 0.25);
      border-left: 6px solid transparent;
      letter-spacing: 0.05em;
      font-size: 18px;
      -webkit-transition: background 300ms;
      -o-transition: background 300ms;
      transition: background 300ms; }
      .sec_hero .g_menu .item:not(.active):hover {
        background-color: #004079;
        color: inherit; }
      .sec_hero .g_menu .item.active {
        border-left-color: #2598be; }
      .sec_hero .g_menu .item > div {
        display: inline-block;
        vertical-align: middle; }
      .sec_hero .g_menu .item .name {
        font-weight: 700;
        padding: 4px 8px 6px;
        background-color: #005bac;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26); }
      .sec_hero .g_menu .item:nth-child(2) .name {
        background-color: #0076df; }
      .sec_hero .g_menu .item:nth-child(3) .name {
        background-color: #1390ff; }
      .sec_hero .g_menu .item .date {
        margin: 0 6px; }
      .sec_hero .g_menu .item .locate {
        font-size: 1.125em; }

@-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: 45em;
  font-size: 1.2em; }
  .sec_intr .parag_area p {
    line-height: 1.8;
    margin-bottom: 1.4em; }

.cta_row {
  margin-top: 40px;
  text-align: center; }
  .cta_row .primary_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px; }
    .cta_row .primary_btn:hover::before {
      top: -15px;
      left: -15px;
      right: 15px;
      bottom: 15px; }
    .cta_row .primary_btn:hover::after {
      top: 15px;
      left: 15px;
      right: -15px;
      bottom: -15px; }
    .cta_row .primary_btn::before, .cta_row .primary_btn::after {
      content: '';
      position: absolute;
      transition-name: top, left, bottom, right;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .cta_row .primary_btn::before {
      top: -10px;
      left: -10px;
      right: 10px;
      bottom: 10px;
      background-color: #f9eac6; }
    .cta_row .primary_btn::after {
      top: 10px;
      left: 10px;
      right: -10px;
      bottom: -10px;
      background-color: #2598be; }
    .cta_row .primary_btn .btn_inner {
      position: relative;
      z-index: 3;
      padding-top: 18px;
      padding-bottom: 20px;
      width: 100%;
      text-align: center;
      line-height: 30px;
      font-size: 1.8em;
      color: #fff;
      letter-spacing: .2em;
      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;
      background-color: rgba(0, 64, 121, 0.9);
      border: solid #fff;
      border-width: 0 1px 1px 0; }

.other_row .other_row_link {
  font-size: 1.2em; }
  .other_row .other_row_link span {
    cursor: pointer; }
    .other_row .other_row_link span:hover {
      text-decoration: underline; }

.gift_item .line1,
.gift_item .line2 {
  padding-left: 20px;
  padding-right: 20px; }

.gift_item .line1 {
  padding-top: 6px;
  color: #2598be; }

.gift_item .line2 {
  font-size: 1.15em;
  line-height: 1.2;
  margin-bottom: 20px; }

.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; }
  .sec_proc .table .tr {
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms; }
    .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 {
      background-color: rgba(37, 152, 190, 0.06);
      color: #273a87; }
      .sec_proc .table .tr.spec .td,
      .sec_proc .table .tr.spec + .tr .td {
        border-top: 0 solid #000; }
      .sec_proc .table .tr.spec .time {
        color: inherit; }
      .sec_proc .table .tr.spec .title {
        padding-left: 0;
        border-left: 0; }
  .sec_proc .table .td {
    padding: 12px;
    font-size: 1em;
    position: relative;
    border-top: 1px solid #2598be; }
    .sec_proc .table .td .content {
      padding-left: 15px;
      line-height: 1.4; }
  .sec_proc .table .time {
    color: #2598be; }
  .sec_proc .table .title {
    font-size: 1.125em;
    line-height: 1.2;
    margin-top: 6px; }
  .sec_proc .table .speaker {
    line-height: 1.2;
    color: #898989; }
    .sec_proc .table .speaker div:not(:first-child) {
      margin-top: 4px; }
    .sec_proc .table .speaker + .speaker {
      margin-top: 12px; }
  .sec_proc .table .highlight_text {
    color: #004079;
    font-weight: 700;
    font-size: 1.125em; }

.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; }
    .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;
    line-height: 1.2; }
  .sec_spea .speaker_item .name {
    margin-top: .4em;
    font-size: 1.25em; }
  .sec_spea .speaker_item .title {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    opacity: .8; }

.sec_spea .sp_speaker_item {
  text-align: center;
  max-width: 200px;
  margin-bottom: 25px; }
  .sec_spea .sp_speaker_item .img_content {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 12px; }
  .sec_spea .sp_speaker_item .text_wrap {
    line-height: 1.2; }
    .sec_spea .sp_speaker_item .text_wrap div {
      margin-top: 4px; }

.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; } }

.comp_item {
  margin-top: 10px; }
  .comp_item a {
    position: relative;
    display: inline-block; }
  .comp_item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #2598be;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; }
  .comp_item a[href]:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*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;
  font-weight: 300; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #004079;
    font-size: 1.333em; }
  .sec_posi .infomation .name {
    color: #f9eac6;
    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 {
  position: relative;
  overflow: hidden; }
  .sec_regu::before {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -45%;
    top: 20%;
    z-index: 1;
    width: 575px;
    height: 575px;
    background: url("img/kv/p_lock.png") right top/contain no-repeat;
    opacity: .5; }
  .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: #2598be;
    text-decoration: underline;
    font-size: 0.8em; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #004079; }
  .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;
    background-color: #004079;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .g_fixbottom .tosign a {
    display: block;
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
    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: #2598be !important; }
  .sec_hero .kv_mobile {
    padding-top: 56px; }
  .sec_hero .g_menu {
    position: static;
    width: 100%; }
    .sec_hero .g_menu .item {
      margin-top: 2px;
      padding: 10px 30px;
      background-color: #004079;
      border-width: 0 15px; }
      .sec_hero .g_menu .item:hover {
        background-color: #2598be; }
  .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%; }
  .mobile_agendas .split_agenda {
    margin-top: 30px; } }

@media screen and (max-width: 575px) {
  .g_header .nav_item .nav-link {
    padding-top: .65em;
    padding-bottom: 0.65em; }
  .sec_hero .g_menu .item {
    font-size: 16px;
    padding: 10px 15px;
    border-width: 0 10px; }
  .sec_intr .parag_area {
    font-size: 1.2em; }
  .sec_proc .table .tr {
    padding: .6em .8em; }
    .sec_proc .table .tr .td, .sec_proc .table .tr.spec .td {
      padding: 0; }
  .sec_proc .table .td {
    border-width: 0; }
    .sec_proc .table .td .time {
      text-align: left;
      color: #2598be; }
    .sec_proc .table .td .title {
      line-height: 1.3;
      margin-bottom: 0; }
    .sec_proc .table .td .speaker {
      padding-top: 5px;
      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%; } }
