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

.layout_sec {
  padding-top: 30px;
  padding-bottom: 40px; }
  .layout_sec.bg_grey {
    background-color: rgba(0, 0, 0, 0.02); }

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

.g_header .header_menu {
  padding: 0; }

.g_header .nav_item .nav-link {
  position: relative;
  padding: 1em;
  overflow: hidden;
  background-color: rgba(208, 0, 0, 0);
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  font-size: 18px;
  color: #fff; }
  .g_header .nav_item .nav-link.active {
    color: #ecb448; }
  .g_header .nav_item .nav-link:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff; }

.g_main {
  margin-top: 63px; }

.sec_hero {
  position: relative;
  overflow: hidden; }
  .sec_hero .kv_desktop {
    position: relative;
    margin-top: -1.5%;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    .sec_hero .kv_desktop .primary_bg {
      display: block;
      max-width: 100%; }
    .sec_hero .kv_desktop .i_pic {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
    .sec_hero .kv_desktop .p1,
    .sec_hero .kv_desktop .p2,
    .sec_hero .kv_desktop .p3,
    .sec_hero .kv_desktop .p4 {
      -webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.29);
      box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.29);
      -webkit-animation-name: floatY;
      animation-name: floatY;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    .sec_hero .kv_desktop .p1 {
      width: 8.4375%;
      height: 15%;
      left: 13.69792%;
      top: 70.83333%;
      background-image: url("img/desktop_mv/p1.png");
      -webkit-animation-duration: 2000ms;
      animation-duration: 2000ms; }
    .sec_hero .kv_desktop .p2 {
      width: 18.85417%;
      height: 33.51852%;
      left: 22.23958%;
      top: 54.44444%;
      background-image: url("img/desktop_mv/p2.png");
      -webkit-animation-duration: 3000ms;
      animation-duration: 3000ms; }
    .sec_hero .kv_desktop .p0 {
      width: 11.25%;
      height: 7.22222%;
      left: 17.96875%;
      top: 86.48148%;
      background-image: url("img/desktop_mv/p0.png"); }
    .sec_hero .kv_desktop .p3 {
      width: 10.52083%;
      height: 18.7037%;
      left: 44.01042%;
      top: 59.90741%;
      background-image: url("img/desktop_mv/p3.png");
      -webkit-animation-duration: 1800ms;
      animation-duration: 1800ms; }
    .sec_hero .kv_desktop .p4 {
      width: 5.3125%;
      height: 9.44444%;
      left: 75%;
      top: 64.35185%;
      background-image: url("img/desktop_mv/p4.png");
      -webkit-animation-duration: 2200ms;
      animation-duration: 2200ms; }
    .sec_hero .kv_desktop .arrow {
      width: 7.23958%;
      height: 4.35185%;
      left: 57.60417%;
      top: 81.11111%;
      background-image: url("img/desktop_mv/arrow.gif"); }
    .sec_hero .kv_desktop .loading {
      width: 8.07292%;
      height: 10.18519%;
      left: 43.4375%;
      top: 81.38889%;
      background-image: url("img/desktop_mv/loading.gif"); }
    .sec_hero .kv_desktop .cloud1,
    .sec_hero .kv_desktop .cloud2,
    .sec_hero .kv_desktop .cloud3 {
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear; }
    .sec_hero .kv_desktop .cloud1 {
      width: 4.79167%;
      height: 4.62963%;
      left: 75.67708%;
      top: 28.51852%;
      background-image: url("img/desktop_mv/cloud.png");
      -webkit-animation-name: floatX1;
      animation-name: floatX1;
      -webkit-animation-duration: 4000ms;
      animation-duration: 4000ms; }
    .sec_hero .kv_desktop .cloud2 {
      width: 3.22917%;
      height: 3.05556%;
      left: 84.94792%;
      top: 33.33333%;
      background-image: url("img/desktop_mv/cloud.png");
      -webkit-animation-name: floatX2;
      animation-name: floatX2;
      -webkit-animation-duration: 1600ms;
      animation-duration: 1600ms; }
    .sec_hero .kv_desktop .cloud3 {
      width: 2.70833%;
      height: 2.59259%;
      left: 77.23958%;
      top: 40%;
      background-image: url("img/desktop_mv/cloud.png");
      -webkit-animation-name: floatX3;
      animation-name: floatX3;
      -webkit-animation-duration: 2000ms;
      animation-duration: 2000ms; }
    .sec_hero .kv_desktop .left {
      width: 6.04167%;
      height: 24.07407%;
      left: 13.95833%;
      top: 30.55556%;
      background-image: url("img/desktop_mv/left.png");
      -webkit-animation: fade 900ms linear alternate infinite;
      animation: fade 900ms linear alternate infinite; }
    .sec_hero .kv_desktop .right {
      width: 3.75%;
      height: 15%;
      left: 42.70833%;
      top: 26.57407%;
      background-image: url("img/desktop_mv/right.png");
      -webkit-animation: fade 600ms linear alternate infinite;
      animation: fade 600ms linear alternate infinite; }
    .sec_hero .kv_desktop .air_area {
      position: absolute;
      right: -5.6%;
      top: 2.77778%;
      width: 71.7%;
      height: 43.33333%;
      overflow: hidden; }
    .sec_hero .kv_desktop .airplane {
      left: -6.46178%;
      bottom: 0;
      width: 6.46178%;
      height: 13.24786%;
      background-image: url("img/desktop_mv/airplane.png");
      -webkit-animation: fly 12000ms ease-in infinite;
      animation: fly 12000ms ease-in infinite; }
    .sec_hero .kv_desktop .logo {
      width: 11.82292%;
      height: 6.85185%;
      left: 13.54167%;
      top: 8.05556%;
      background-image: url("img/desktop_mv/logo.png"); }
    .sec_hero .kv_desktop .tit {
      width: 57.8125%;
      height: 7.22222%;
      left: 26.71875%;
      top: 8.14815%;
      background-image: url("img/desktop_mv/tit.png"); }
    .sec_hero .kv_desktop .tip {
      width: 12.03125%;
      height: 6.66667%;
      left: 27.08333%;
      top: 17.68519%;
      background-image: url("img/desktop_mv/tip.png"); }

@-webkit-keyframes fly {
  0% {
    left: -6.46178%;
    bottom: 0; }
  100% {
    left: 100%;
    bottom: 85.89744%; } }

@keyframes fly {
  0% {
    left: -6.46178%;
    bottom: 0; }
  100% {
    left: 100%;
    bottom: 85.89744%; } }

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

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

@-webkit-keyframes floatX1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px); } }

@keyframes floatX1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px); } }

@-webkit-keyframes floatX2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px); } }

@keyframes floatX2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px); } }

@-webkit-keyframes floatX3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); } }

@keyframes floatX3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); } }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: .6; } }

@keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: .6; } }

.sec_intr .parag_area {
  margin: 0 auto;
  max-width: 44em;
  font-size: 1.3em; }
  .sec_intr .parag_area p {
    line-height: 1.7;
    margin-bottom: 1em; }

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

.sec_intr .primary_btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  -o-transition: transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }
  .sec_intr .primary_btn .btn_inner {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #ecb448;
    -webkit-box-shadow: 0 1rem 3rem 0.5rem rgba(0, 0, 0, 0.22);
    box-shadow: 0 1rem 3rem 0.5rem rgba(0, 0, 0, 0.22);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
    text-shadow: -3px 3px 0 rgba(193, 114, 54, 0.89);
    -webkit-transition: -webkit-box-shadow 240ms;
    transition: -webkit-box-shadow 240ms;
    -o-transition: box-shadow 240ms;
    transition: box-shadow 240ms;
    transition: box-shadow 240ms, -webkit-box-shadow 240ms; }
  .sec_intr .primary_btn::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    z-index: 2;
    border: 8px solid #fff;
    border-radius: 12px;
    -webkit-box-shadow: inset -3px 3px 2px 0 rgba(193, 114, 54, 0.69);
    box-shadow: inset -3px 3px 2px 0 rgba(193, 114, 54, 0.69); }
  .sec_intr .primary_btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .sec_intr .primary_btn:hover .btn_inner {
      -webkit-box-shadow: 0 8px 30px 2px rgba(0, 0, 0, 0.39);
      box-shadow: 0 8px 30px 2px rgba(0, 0, 0, 0.39); }

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

.sec_proc .table_tit {
  position: relative;
  padding: 10px 15px;
  font-size: 1.333em;
  font-weight: 700;
  color: #fff; }
  .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 60px;
  max-width: 970px;
  color: #454545; }
  .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: 8px;
      padding-bottom: 8px;
      color: #90b14e; }
    .sec_proc .table .tr.name .td.title {
      font-weight: 400; }
    .sec_proc .table .tr.spec {
      background-color: #fae9bd;
      color: #676767; }
      .sec_proc .table .tr.spec .td {
        padding-top: 10px;
        padding-bottom: 10px; }
    .sec_proc .table .tr.grey {
      background-color: #f6f6f6; }
  .sec_proc .table .td {
    padding: 16px;
    font-size: 1em; }
    .sec_proc .table .td .time,
    .sec_proc .table .td .title {
      line-height: 1.3; }
    .sec_proc .table .td .time {
      text-align: center; }
    .sec_proc .table .td .title {
      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 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 a:hover {
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.19);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.19); }
  .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; }

.sec_comp .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_comp .speaker_modal .modal-header {
  padding-bottom: 0;
  border-bottom: 0; }

.sec_comp .speaker_modal .img_wrap {
  margin: 0 auto 25px;
  position: relative;
  width: 240px;
  overflow: hidden;
  -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 .speaker_modal .img_wrap img {
    width: 100%; }

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

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

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

/*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: #0071bc;
    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: #0071bc; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 40px; }

.g_fixbottom .totop {
  position: fixed;
  bottom: 8px;
  right: 10px;
  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;
  cursor: pointer; }
  .g_fixbottom .totop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .g_fixbottom .totop:hover .arrow_top {
    background-color: rgba(0, 0, 0, 0.04); }

.g_fixbottom .arrow_top {
  width: 70px;
  height: 68px;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms; }

.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; }
  .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;
    border-top: 1px solid #bababa; }
    .sec_proc .table .tr.grey {
      background-color: transparent; }
    .sec_proc .table .tr .td, .sec_proc .table .tr.spec .td {
      padding: 0; }
    .sec_proc .table .tr.spec,
    .sec_proc .table .tr.spec + .tr {
      border-top-width: 0; }
  .sec_proc .table .td .time {
    text-align: left;
    padding-bottom: 0.5em;
    color: #0071bc; }
  .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%; }
  .g_fixbottom .arrow_top {
    width: 50px;
    height: 50px; }
  .g_fixbottom .arrowtop_icon {
    width: 22px;
    height: 20px; } }
