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

body {
  background-color: #02437b; }

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

.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(11, 19, 46, 0.7) !important; }
  .g_header .header_menu.bg_none {
    background-color: transparent !important; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: .8em 1em;
  overflow: hidden;
  background-color: rgba(11, 19, 46, 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: #0b132e;
    color: #fff; }

.sec_hero {
  position: relative;
  overflow: hidden; }
  .sec_hero .kv_desktop {
    position: relative; }
    .sec_hero .kv_desktop::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 16%;
      left: 0;
      bottom: 0;
      z-index: 1; }
  .sec_hero .mv_part {
    position: absolute;
    left: 0;
    z-index: 5;
    top: 0; }
    .sec_hero .mv_part.p_screen {
      width: 17.08333%;
      height: 32.08955%;
      left: 55.52083%;
      top: 6.41791%;
      z-index: 10; }
    .sec_hero .mv_part.p_circle {
      width: 19.79167%;
      height: 10.59701%;
      left: 53.85417%;
      top: 27.68657%; }
      .sec_hero .mv_part.p_circle img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-animation-name: circle_scale;
        animation-name: circle_scale;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        opacity: 0; }
      .sec_hero .mv_part.p_circle img:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .sec_hero .mv_part.p_circle img:nth-child(2) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      .sec_hero .mv_part.p_circle img:nth-child(3) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s; }
    .sec_hero .mv_part.p_square {
      width: 12.39583%;
      height: 42.01493%;
      left: 57.65625%;
      top: 30.89552%;
      z-index: 4; }
    .sec_hero .mv_part.p_mobile {
      width: 17.5%;
      height: 44.10448%;
      left: 42.39583%;
      top: 39.10448%;
      -webkit-animation-name: up1down;
      animation-name: up1down;
      -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-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      z-index: 6; }
    .sec_hero .mv_part.p_lock {
      width: 29.94792%;
      height: 42.91045%;
      left: 5.36458%;
      top: 2.01493%;
      -webkit-animation-name: lock_fade;
      animation-name: lock_fade;
      -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; }
    .sec_hero .mv_part.p_dots {
      width: 85.9375%;
      height: 40.29851%;
      left: 11.71875%;
      top: 35.59701%;
      z-index: 2;
      -webkit-animation-name: bg_fade;
      animation-name: bg_fade;
      -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; }
    .sec_hero .mv_part.p_line {
      width: 90.625%;
      height: 42.16418%;
      left: 11.97917%;
      top: 38.43284%;
      z-index: 2;
      -webkit-animation-name: bg_fade;
      animation-name: bg_fade;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 4s;
      animation-duration: 4s; }
    .sec_hero .mv_part.p_pc1 {
      width: 20.3125%;
      height: 50.37313%;
      left: 65.46875%;
      top: 41.1194%;
      -webkit-animation-name: up1down;
      animation-name: up1down;
      -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: 9s;
      animation-duration: 9s; }
    .sec_hero .mv_part.p_pc2 {
      width: 16.35417%;
      height: 38.8806%;
      left: 36.45833%;
      top: 23.13433%;
      -webkit-animation-name: up2down;
      animation-name: up2down;
      -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-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 9s;
      animation-duration: 9s; }
    .sec_hero .mv_part.p_note_l {
      width: 13.85417%;
      height: 39.32836%;
      left: 80.20833%;
      top: 30.14925%;
      -webkit-animation-name: up2down;
      animation-name: up2down;
      -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-delay: 3s;
      animation-delay: 3s;
      -webkit-animation-duration: 9s;
      animation-duration: 9s; }
    .sec_hero .mv_part.p_note_r {
      width: 11.25%;
      height: 36.04478%;
      left: 29.16667%;
      top: 35.67164%;
      -webkit-animation-name: up2down;
      animation-name: up2down;
      -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-delay: 3s;
      animation-delay: 3s;
      -webkit-animation-duration: 9s;
      animation-duration: 9s; }
    .sec_hero .mv_part.t_area {
      width: 41.66667%;
      height: 19.70149%;
      left: 4.6875%;
      top: 11.19403%;
      z-index: 6; }
    .sec_hero .mv_part.s_area {
      width: 41.04167%;
      height: 11.49254%;
      left: 4.84375%;
      top: 55.97015%;
      z-index: 6; }
  .sec_hero .g_bottom {
    max-width: 27.08333%;
    left: 5.83333%;
    top: 33.58209%;
    z-index: 10; }
    .sec_hero .g_bottom .date_box {
      font-size: 1.8em;
      line-height: 1.2; }
      .sec_hero .g_bottom .date_box div {
        display: inline-block;
        vertical-align: middle; }
      .sec_hero .g_bottom .date_box .left {
        font-weight: 700;
        padding-right: .24em; }
      .sec_hero .g_bottom .date_box .mid {
        padding-right: .05em; }
      .sec_hero .g_bottom .date_box .right {
        color: #94afc6;
        word-break: keep-all; }
  .sec_hero .g_bottom_link {
    position: relative;
    margin-top: 10px;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(transparent));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), transparent 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent 100%); }
    .sec_hero .g_bottom_link::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      z-index: 1;
      -webkit-transition: width 500ms;
      -o-transition: width 500ms;
      transition: width 500ms;
      background-color: #0b132e;
      border: 1px solid #fff; }
    .sec_hero .g_bottom_link i {
      vertical-align: middle;
    }
    .sec_hero .g_bottom_link i,
    .sec_hero .g_bottom_link span {
      position: relative;
      z-index: 2; }
    .sec_hero .g_bottom_link:hover::after {
      width: 100%; }

@-webkit-keyframes circle_scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0; } }

@keyframes circle_scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0; } }

@-webkit-keyframes up1down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  66% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); } }

@keyframes up1down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px); }
  66% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); } }

@-webkit-keyframes up2down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  66% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); } }

@keyframes up2down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  33% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  66% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); } }

@-webkit-keyframes bg_fade {
  0% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    opacity: .3; } }

@keyframes bg_fade {
  0% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    opacity: .3; } }

@-webkit-keyframes lock_fade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6; } }

@keyframes lock_fade {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6; } }

.g_main {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e769c), to(#71c6d4));
  background: -webkit-linear-gradient(bottom, #0e769c, #71c6d4);
  background: -o-linear-gradient(bottom, #0e769c, #71c6d4);
  background: linear-gradient(0deg, #0e769c, #71c6d4);
  color: #fff;
  position: relative; }
  .g_main::before {
    content: '';
    position: absolute;
    right: 0;
    top: 150vh;
    z-index: 1;
    width: 80%;
    height: 100vh;
    background: url("img/kv/p_dots.png") left top no-repeat;
    opacity: .5; }
  .g_main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 250vh;
    z-index: 1;
    width: 80%;
    height: 100vh;
    background: url("img/kv/p_line.png") right top no-repeat;
    opacity: .5; }
  .g_main section {
    position: relative;
    z-index: 2; }

.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: 80px;
  text-align: center; }
  .cta_row .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; }
    .cta_row .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: 30px;
      font-size: 1.4em;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      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); }
    .cta_row .primary_btn::before, .cta_row .primary_btn::after {
      content: '';
      position: absolute;
      z-index: 1;
      border-radius: 2px;
      -webkit-transition: -webkit-transform 260ms;
      transition: -webkit-transform 260ms;
      -o-transition: transform 260ms;
      transition: transform 260ms;
      transition: transform 260ms, -webkit-transform 260ms;
      border: 2px solid transparent;
      -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      transform: rotate(-4deg); }
    .cta_row .primary_btn::before {
      left: 14px;
      right: -14px;
      top: 8px;
      bottom: -8px;
      margin: auto;
      border-color: #fff;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top; }
    .cta_row .primary_btn::after {
      left: -14px;
      right: 14px;
      top: -8px;
      bottom: 8px;
      border-color: #0b132e;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .cta_row .primary_btn:hover::before {
      -webkit-transform: rotate(-4deg) translateX(15px);
      -ms-transform: rotate(-4deg) translateX(15px);
      transform: rotate(-4deg) translateX(15px); }
    .cta_row .primary_btn:hover::after {
      -webkit-transform: rotate(-4deg) translateX(-15px);
      -ms-transform: rotate(-4deg) translateX(-15px);
      transform: rotate(-4deg) translateX(-15px); }

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

.form919_modal .tit {
  color: #004079; }

.form919_modal .modal-dialog {
  max-width: 800px !important; }

.form919_modal .modal-header,
.form919_modal .modal-body {
  padding: 1.5em 3em; }

.form919_modal .sec_proc .table .tr {
  border-width: 1px; }

.form919_modal .primary_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  margin-bottom: 20px; }
  .form919_modal .primary_btn .btn_inner {
    position: relative;
    z-index: 3;
    padding-top: 16px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: .2em;
    font-weight: 700;
    -webkit-transition: background 240ms;
    -o-transition: background 240ms;
    transition: background 240ms;
    background-color: #004079; }
  .form919_modal .primary_btn:hover .btn_inner {
    background-color: rgba(0, 64, 121, 0.6); }

.g_gift .gift_tit span {
  display: inline-block;
  border-bottom: 1px solid #0b132e;
  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: #7ccbe8; }
  .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 .tit {
  color: #7ccbe8; }

.sec_proc .white_wrap {
  background-color: #fff;
  color: #0b132e; }

.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;
  border: 1px solid rgba(11, 19, 46, 0.8); }
  .sec_proc .table .tr {
    font-size: 16px;
    background-color: transparent;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    border: solid rgba(11, 19, 46, 0.8);
    border-width: 1px 0 0; }
    .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 {
      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 #0b132e; }
      .sec_proc .table .td.td_speaker {
        border-left: 1px solid #0b132e; } }
    .sec_proc .table .td .content {
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      line-height: 1.4; }
    .sec_proc .table .td .title {
      font-size: 1.15em;
      color: #004079;
      line-height: 1.3; }
    .sec_proc .table .td .highlight_text {
      color: #71c6d4;
      font-weight: 700;
      font-size: 1.125em; }

.sec_proc .split_agenda .split_border {
  border: 1px solid #101c43; }

.sec_proc .split_agenda .tr_title {
  background-color: #0b132e;
  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: #101c43; }

.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: #7ccbe8;
  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.25em; }
  .sec_spea .speaker_item .title {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    opacity: .8; }

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

.speaker_modal h5.modal-title {
  text-align: center; }

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

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

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

.speaker_modal p {
  text-align: justify; }

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

.introdution_block .pic {
  margin: 30px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 440px;
  width: 100%;
  max-height: 100%; }
  .introdution_block .pic img {
    height: 360px; }

.introdution_block .words {
  margin: 0 auto;
  max-width: 40em;
  font-size: 1.125em;
  line-height: 1.65; }
  .introdution_block .words .h4 {
    display: inline-block; }

.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;
  font-weight: 300; }
  .sec_posi .infomation .title {
    font-weight: 700;
    color: #fff;
    font-size: 1.333em; }
  .sec_posi .infomation .name {
    color: #7ccbe8;
    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: #7ccbe8;
    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: #0b132e !important; }
  .sec_hero .g_bottom {
    max-width: 100%;
    position: static;
    padding: 10px 20px 14px;
    background-color: #004079; }
    .sec_hero .g_bottom .date_box {
      line-height: 1.2;
      font-size: 1.4em; }
  .sec_hero .g_bottom_link:hover::after {
    width: 100%; }
  .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: #7ccbe8; }
  .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%; }
  .form919_modal .modal-header,
  .form919_modal .modal-body {
    padding: .75em 1.5em; } }
