html, body {
  font-family: Helvetica, Arial, "微軟正黑體", Microsoft JhengHei;}

a {
  color: #f48023; }

.g_header .header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #000 !important; }
  .g_header .header_menu .navbar-toggler {
    font-size: 1rem;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff; }
  .g_header .header_menu .nav-link {
    padding: 1em;
    color: #fff;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    line-height: 1; }
    .g_header .header_menu .nav-link:hover {
      background-color: #f48023; }

.g_header .logo img {
  height: 40px; }

/*.g_kv {
  margin-top: 66px; }
  .g_kv .kv_banner {
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 100%; }
    .g_kv .kv_banner img {
      max-width: 100%; }*/

.t_highlight {
  color: #003a74; }

.shadow_btn {
  position: relative;
  display: inline-block; }
  .shadow_btn .button {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 1rem 2rem;
    line-height: 1;
    text-align: center;
    background-color: #f48023;
    color: #fff;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms; }
  .shadow_btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color:#845208; }
  .shadow_btn:hover {
    text-decoration: none; }
    .shadow_btn:hover .button {
      -webkit-transform: translate3D(0, 5px, 0);
      -ms-transform: translate3D(0, 5px, 0);
      transform: translate3D(0, 5px, 0); }

.s_aside {
  padding-top: 40px; }
  .s_aside .primary_title h1 {
    font-size: 1.6em;
    line-height: 1.5;
    margin-top: 0; }
  .s_aside .primary_menu .navbar {
    padding: 1em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .s_aside .primary_menu .nav {
    width: 100%; }
  .s_aside .primary_menu .nav-link {
    color: #000; }
    .s_aside .primary_menu .nav-link.active {
      background-color: #f48023;
      color: #fff; }

.g_main {
  position: relative;
  z-index: 1;
  background-color: #f1f1f1; }

.g_sec {
  padding-top: 40px;
  padding-bottom: 40px; }
  .g_sec .sec_title {
    text-align: center;
    margin-bottom: 2em; }

.g_active {
  padding-left: 2em;
  padding-right: 2em;
  text-align: center; }
  .g_active p {
    margin-bottom: 1.5em;
    font-size: 1.25em;
    line-height: 1.8; }
  .g_active .t_highlight {
    font-size: 1.4em; }
  .g_active .button {
    font-size: 1.25em;
    letter-spacing: .05em; }

.table_rwd_wrap {
  position: relative; }

.g_table .table_header {
  background-color: #f48023;
  color: #fff; }
  .g_table .table_header ~ .table_tr:nth-child(2n+1) {
    background-color: #fff; }

.g_table .table_tr {
  padding: .5em; }

.g_table .table_td:nth-child(1) {
  color: #f48023; }

.g_table .table_td:nth-child(2) {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
  margin-top: .25em;
  margin-bottom: .25em; }

.g_table .table_td ol {
  margin-top: .25em;
  padding-left: 1.5em;
  font-weight: normal;
  font-size: 1.1rem; }
  .g_table .table_td ol li {
    padding-top: .2em;
    padding-bottom: .2em; }

.g_speaker {
  text-align: center; }
  .g_speaker .speaker_item {
    margin-bottom: 2em; }
  .g_speaker .speaker_area {
    cursor: pointer;
    display: inline-block; }
    .g_speaker .speaker_area:hover .speaker_photo img {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
  .g_speaker .speaker_photo {
    position: relative;
    display: inline-block;
    border-radius: 50%; }
    .g_speaker .speaker_photo::after {
      content: "";
      position: absolute;
      left: 10%;
      bottom: 5%;
      border-radius: 50%;
      width: 80%;
      height: 80%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 10px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px 15px rgba(0, 0, 0, 0.3); }
    .g_speaker .speaker_photo img {
      position: relative;
      z-index: 1;
      display: block;
      border-radius: 50%;
      overflow: hidden;
      max-width: 100%;
      -webkit-transition: -webkit-transform 250ms;
      transition: -webkit-transform 250ms;
      -o-transition: transform 250ms;
      transition: transform 250ms;
      transition: transform 250ms, -webkit-transform 250ms; }
  .g_speaker .speaker_name {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: .25em;
    margin-bottom: .25em; }
  .g_speaker .speaker_title {
    height: 2.6em;
    line-height: 1.3em; }

.modal_speaker {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .modal_speaker .name {
    font-weight: bold;
    font-size: 1.25em; }
  .modal_speaker .img img {
    max-width: 100%; }

.modal-dialog .modal-header {
  margin-left: 15px; }

.g_coner {
  position: fixed;
  right: 0;
  bottom: 0; }

.g_company .company_catag {
  margin-bottom: .5em;
  font-size: 1.125em; }

.g_company .company_item {
  margin-bottom: 1.5em; }
  .g_company .company_item > a {
    display: block;
    position: relative; }
    .g_company .company_item > a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      z-index: 0;
      -webkit-box-shadow: 0 0 2px #f48023;
      box-shadow: 0 0 2px #f48023;
      -webkit-transition: width 300ms;
      -o-transition: width 300ms;
      transition: width 300ms; }
    .g_company .company_item > a:hover::after {
      width: 100%; }
  .g_company .company_item img {
    border-radius: 2px;
    position: relative;
    z-index: 1;
    max-width: 100%; }

.pos_map {
  position: relative;
  padding-top: 40%;
  width: 100%;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3); }
  .pos_map .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .pos_map iframe {
    border: 0; }

.pos_info h3 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: .5em; }

.pos_info ul, .pos_info li {
  list-style-type: none; }

.pos_info ul {
  padding-left: 0; }

.pos_info li {
  margin-top: .5em;
  margin-bottom: .5em; }
  .pos_info li .item {
    display: block;
    font-weight: bold;
    font-size: 1.125em; }

.g_regul ol {
  padding-left: 1.6em; }
  .g_regul ol li {
    margin-bottom: .5em; }

.g_regul .privacy_link {
  margin-top: 2em; }

.g_coner a {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  text-decoration: none; }
  .g_coner a:hover {
    opacity: .7; }

.g_coner .coner_cta {
  margin-bottom: 20px; }
  .g_coner .coner_cta a {
    display: block;
    border-radius: 6px 0 0 6px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    width: 40px;
    background-color: #003a74;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: center; }

.g_coner .coner_totop a {
  display: block;
  border-radius: 6px 0 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px; }

.g_footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000000;
  text-align: center; }

/*@media screen and (min-width: 960px) {*/
  .g_header .header_menu,
  .g_kv .kv_banner {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms; }
  .g_header.is_holder .header_menu,
  .g_kv.is_holder .kv_banner {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  .g_header .header_menu {
    padding: 0; }
  .g_kv {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%; }
    .g_kv .kv_banner {
      height: 100vh;
      background: url("img/d_kv.jpg") center/cover no-repeat; }
      .g_kv .kv_banner img {
        opacity: 0 !important;
        visibility: hidden; }
    .g_kv.is_holder .kv_banner {
      opacity: 0.1 !important; }
  .kv_holder {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-top: 80%; }
  .g_main {padding-top:300px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(95%, rgba(241, 241, 241, 0.9)), to(rgba(241, 241, 241, 0)));
    background: -webkit-linear-gradient(bottom, rgba(241, 241, 241, 0.9) 95%, rgba(241, 241, 241, 0));
    background: -o-linear-gradient(bottom, rgba(241, 241, 241, 0.9) 95%, rgba(241, 241, 241, 0));
    background: linear-gradient(0deg, rgba(241, 241, 241, 0.9) 95%, rgba(241, 241, 241, 0)); }
  .g_table .table_tr {
    padding: .5em; }
  .g_table .table_th,
  .g_table .table_td {
    padding-top: .25em;
    padding-bottom: .25em; }
  .g_table .table_td:nth-child(1) {
    color: inherit; }
  .g_table .table_td:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0; } /*}*/
