@charset "UTF-8";
/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
* {
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: 'Noto Sans', "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      min-height: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px;
  line-height: 1.4; }

h1 {
  font-size: 42px;
  font-weight: 800; }

h2 {
  font-size: 34px;
  font-weight: 600; }

h3 {
  font-size: 28px;
  font-weight: 600; }

h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600; }

h5 {
  font-size: 20px;
  font-weight: 600; }

h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0; }

.lead {
  margin: 10px 0 5px;
  font-weight: bold; }

strong {
  font-weight: 700; }

p,
.p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem; }

ul {
  list-style: none;
  line-height: 1.9em; }

ul li {
  list-style: none; }

ul.disc-list li.disc-list {
  list-style: disc; }

ol {
  margin-left: 30px; }

a {
  transition: all .3s ease;
  color: #088bca;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: #066999;
    text-decoration: none; }

button,
.btn {
  color: #ffffff;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 1.4;
  border: none;
  outline: none;
  font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  button:focus, button:hover,
  .btn:focus,
  .btn:hover {
    color: #ffffff; }

p.smaller,
.p.smaller {
  font-size: 87.5%;
  line-height: 1.5; }

.btn--block {
  display: block;
  width: 99%;
  margin: 1% 0 2% 0; }

.inactivelink {
  pointer-events: none;
  cursor: default; }

.text-over-h {
  overflow: hidden;
  text-overflow: ellipsis; }

.line-h-15 {
  line-height: 1.5em !important; }

.line-h-16 {
  line-height: 1.6em !important; }

.line-h-18 {
  line-height: 1.8em !important; }

.ma10 {
  margin: 10px; }

.ma20 {
  margin: 20px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.pa0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

.bolder {
  font-weight: bolder; }

.bg-black {
  background-color: #333; }

.bg-theme {
  background-color: #15356C; }

.bg-gold {
  background-color: #f9e7ae; }

.text-gold {
  color: #C0942D; }

.text-theme {
  color: #15356C; }

section,
header {
  position: relative; }

section {
  padding: 2% 0% 5% 0%;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    section {
      padding: 20px 15px;
      overflow: hidden;
      padding-top: 30px;
      padding-bottom: 30px; } }
  section .ul li {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 0.4rem; }
  section:last-of-type {
    margin-bottom: 0; }

.w80 {
  width: 80%;
  margin: auto; }

.container {
  padding: 0; }
  @media (max-width: 1200px) {
    .container {
      padding: 0 15px; } }

header,
footer {
  float: left;
  position: relative;
  width: 100%; }

.navbar-inverse {
  height: 90px;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .navbar-inverse {
      height: auto; } }
  @media (max-width: 767px) {
    .navbar-inverse {
      position: absolute;
      background-color: #1e0739;
      height: auto;
      width: 100%;
      padding: 0 15px;
      box-shadow: 0 0 16px #b8a3e4aa; } }
@media (max-width: 1200px) and (min-width: 768px) {
  .navbar-inverse .navbar-header {
    width: 22%; } }

  .navbar-inverse .navbar-header .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    border-color: #fdfdfd; }
    .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
      background-color: #ffffff;
      height: 2px;
      width: 20px;
      display: block; }
  .navbar-inverse .navbar-logobox {
    display: block;
    padding: 8px;
    width: 220px;
    margin: 7% 0 0 10%; }
    @media (max-width: 1200px) {
      .navbar-inverse .navbar-logobox {
        margin-top: 6px;
        margin-left: 15px; } }
    .navbar-inverse .navbar-logobox img {
      width: 100%; }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #333333; }
  .navbar-inverse ul li:last-child {
    border-bottom: none; }
  .navbar-inverse .dropdown {
    float: left; }
    .navbar-inverse .dropdown a:hover,
    .navbar-inverse .dropdown a:active,
    .navbar-inverse .dropdown a:visited {
      color: #fdfdfd; }
    .navbar-inverse .dropdown .btn {
      background: transparent; }
  .navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 30px;
    padding: 10px 1em;
    text-align: center; }
  .navbar-inverse .nav .open > a,
  .navbar-inverse .nav .open > a:focus,
  .navbar-inverse .nav .open > a:hover {
    background: transparent;
    border-color: transparent; }

.nav-pager {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0; }

.pagination {
  margin: 10px;
  display: inline-block; }

.pagination > li > a,
.pagination > li > span {
  color: #888; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active,
  .pagination > li > span:hover,
  .pagination > li > span:focus,
  .pagination > li > span:active {
    color: #333;
    text-decoration: none; }

@media (min-width: 992px) {
  .col-md-x5 {
    width: 20%; } }

.pEn {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem; }

.btnEn {
  color: #ffffff;
  transition: all .3s ease;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 10px;
  border: none;
  outline: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .btnEn:focus, .btnEn:hover {
    color: #ffffff; }

.pEn.smaller {
  font-size: 87.5%;
  line-height: 1.5; }

.btnEn--block {
  display: block;
  width: 99%;
  margin: 1% 0 2% 0; }

.highlight {
  color: #C0942D; }

.card-shadow {
  -webkit-box-shadow: 0px 0rem 0.5rem rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 0rem 0.5rem rgba(0, 0, 0, 0.25) !important;
  border-radius: 6px !important; }

.section-title {
  text-align: center;
  color: #333333; }

.expo-title-crumb {
  font-size: 20px; }

.expo-title-main {
  font-size: 62px;
  letter-spacing: 2px; }

.expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em; }

.expo-title-desc {
  text-align: center; }

@media (max-width: 1200px) {
  .swiper-container .swiper-slide {
    overflow: visible; } }

.swiper-button-prev {
  color: #15356C;
  opacity: .5; }

.swiper-button-next {
  color: #15356C;
  opacity: .5; }

.swiper-container .swiper-slide .forum-item-cover {
  opacity: .4;
  transition: all .1s; }

.swiper-container .swiper-slide .forum-item-cover.active {
  max-width: 200%;
  flex-basis: 150%;
  opacity: 1; }

.quote-item {
  padding-top: 1rem; }
  .quote-item .quote-text {
    font-weight: 300;
    width: 80%;
    margin: 3% auto;
    position: relative;
    color: #13386b; }
    @media (max-width: 667px) {
      .quote-item .quote-text .quote-text {
        height: 190px;
        line-height: 1.4;
        font-size: 1.4rem; }
        .quote-item .quote-text .quote-text:before {
          font-size: 20px; }
        .quote-item .quote-text .quote-text:after {
          font-size: 20px; } }
    .quote-item .quote-text:before {
      content: "\f10e";
      display: block;
      color: #8aa0ff;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -8%;
      top: -30px;
      text-shadow: none; }
    .quote-item .quote-text:after {
      content: "\f10d";
      display: block;
      color: #8aa0ff;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: -8%;
      text-shadow: none; }
  .quote-item .quote-name {
    display: block;
    text-align: right;
    font-size: 70%;
    margin-top: 20px; }

.block-quote {
  font-size: 18px;
  padding: 1rem 0;
  line-height: 1.6rem; }

.block-quote::before {
  content: '“';
  display: inline-block;
  font-size: 2.5rem;
  color: #D3B642;
  margin: 0 10px; }

.block-quote::after {
  content: '“';
  display: inline-block;
  font-size: 2.5rem;
  color: #D3B642;
  margin: 0 10px;
  transform: translateY(2rem); }

.social-block p {
  margin-right: 5px;
  display: inline-block; }

.social-block .social-list {
  padding: 0;
  margin: 4% 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.social-block .social-list li {
  display: inline-block;
  margin: 0; }

.social-block .social-list li a {
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid #ccc;
  padding: 7px;
  width: 50px;
  height: 50px;
  line-height: 1.6;
  border-radius: 3px;
  text-align: center;
  font-size: 22px;
  transition: all .3s ease;
  transform: translateY(0px); }
  .social-block .social-list li a:hover, .social-block .social-list li a:focus, .social-block .social-list li a:active {
    background-color: #15c9ff;
    border-bottom: 1px solid #929292;
    transform: translateY(2px);
    color: #fff; }

.social-inline .social-list {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.social-inline .social-list li {
  display: inline-block;
  padding: 8px;
  font-size: 22px; }
  .social-inline .social-list li:hover, .social-inline .social-list li:focus, .social-inline .social-list li:active {
    transform: translateY(2px); }

.social-inline .social-list li a {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 220%;
  text-align: center;
  transition: all .3s ease;
  transform: translateY(0px); }
  @media (max-width: 767px) {
    .social-inline .social-list li a {
      font-size: 120%; } }

.social-inline .social-list li:not(a):hover {
  filter: brightness(0.8); }

.icon-circle.facebook {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #088bca;
  display: inline-block; }

.icon-circle.facebook i {
  color: #fff;
  font-size: 1.8rem; }

.btn-default {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  color: #fff;
  background-color: #088bca;
  border-radius: 10px;
  padding: 0.8rem 0;
  width: 30%; }

.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #fff;
  background: #15c9ff; }

.btn-line {
  font-size: 18px;
  letter-spacing: 3px;
  display: inline-block;
  border-radius: 10px;
  padding: 0.8rem 0;
  width: 30%;
  border-radius: 0;
  background: #fff;
  color: #066999;
  border: 1px solid #d4d4d4; }

.btn-line:focus,
.btn-line:hover,
.btn-line:active {
  color: #088bca;
  background-color: #fff; }

.btn-line-s {
  letter-spacing: 3px;
  display: inline-block;
  padding: 2px 10px 0px;
  border-radius: 5px;
  background: #fff;
  color: #088bca;
  border: 1px solid #066999;
  font-size: 90%;
  margin: 0 3px; }

.btn-line-s:focus,
.btn-line-s:hover,
.btn-line-s:active {
  background-color: #088bca;
  color: #fff; }

.more {
  text-align: right;
  float: right; }

.more::after {
  content: '';
  clear: right; }

.tagbox {
  text-align: left;
  color: #666; }
  @media (max-width: 767px) {
    .tagbox {
      line-height: 2; } }

.tagbox span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #555;
  color: #fff; }

.tagbox-line {
  line-height: 2;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #666; }

.tagbox-line span {
  display: inline-block;
  padding: 4px 8px 3px;
  margin: 0;
  margin-right: 8px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #666;
  background-color: #fff;
  border: 1px solid; }

.tagbox-line i {
  margin-right: 6px; }

.tagbox-level {
  color: #666; }

.tagbox-level span {
  background-color: transparent;
  color: #666; }

.tag-host {
  background-color: #915727;
  color: #fff;
  display: inline-block;
  padding: 3px 8px 4px;
  margin: 0 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.tag-panel {
  background-color: #888;
  color: #fff;
  display: inline-block;
  padding: 3px 8px 4px;
  margin: 0 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.tagbox .keynote {
  background-color: #915727;
  border-color: #915727;
  color: #fff; }

.switch-tabs {
  padding: 2% 0; }

.switch-tabs .nav-pills .nav-link {
  color: #15356C;
  border-right: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.2rem; }

.switch-tabs .nav-pills .nav-link:hover {
  background-color: #ddd; }

.switch-tabs .nav-pills .nav-item:last-child .nav-link {
  border: none; }

.switch-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #15356C;
  color: #fff; }

.card-item {
  box-shadow: 1px 3px 3px #dddddd;
  border: 1px solid #dddddd;
  margin-top: 6%; }

.card-item .card-body {
  padding: 1rem 1.5rem 1rem; }

.card-item .card-title {
  overflow: hidden;
  height: 56px; }

.card-item .card-img {
  overflow: hidden; }

.card-item .card-img img {
  width: 100%;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  transform: scale(1); }

.card-item .card-img:hover img {
  transform: scale(1.05);
  transform: scale(1.05); }

.card-footer {
  background-color: #eee;
  border: none;
  padding: 1rem 1.5rem 1rem; }

.card-booth-group {
  padding: 1rem 1.5rem; }

.card-booth {
  margin-bottom: .2rem;
  color: #888; }

.card-booth a {
  padding-bottom: 0.4rem;
  display: inline-block; }

.page-card .card-txt {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

.card-img img {
  width: 100%; }

.card-txt .activity-head {
  padding-right: 1.25rem;
  border: 1px solid #555;
  padding: 1px 6px;
  font-weight: 700;
  display: inline-block;
  color: #555; }

.badgess {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px 8px 7px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.badge-keynote {
  background-color: #C0942D;
  color: #fff; }

.badge-forum {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.badge-lab {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.badge-techDemo {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.tag {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 95%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #ddd;
  border-bottom: 1px solid #888; }

.badge-time-list {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  opacity: .6; }
  @media (max-width: 666px) {
    .badge-time-list {
      flex-direction: column;
      width: 100%; } }

.badge-time-list li {
  padding-right: 2%;
  list-style: none;
  margin-left: 0; }
  @media (max-width: 666px) {
    .badge-time-list li {
      padding-right: 1%; } }

.badge-time-list li i {
  font-size: 110%; }

.badge-time-list li h6 {
  margin: 2% 0; }
  @media (max-width: 666px) {
    .badge-time-list li h6 {
      font-size: .85rem; } }

.session-item .more, .lab-item .more {
  text-align: right;
  width: 120px;
  float: right; }

.exhibit-item-tag {
  line-height: 1;
  margin-left: -3px;
  text-align: left; }
  .exhibit-item-tag span {
    padding: 3px 10px 4px;
    border: 1px solid #555;
    color: #555;
    border-radius: 3px;
    display: inline-block;
    margin: 4px 3px;
    font-size: 95%; }
  .exhibit-item-tag span.core-tag {
    background-color: #555;
    color: #fff; }

.exhibit-tagbox {
  line-height: 1;
  margin-left: -3px;
  text-align: left; }
  .exhibit-tagbox span {
    padding: 7px 12px 8px;
    border-radius: 3px;
    background-color: #ddd;
    color: #666;
    display: inline-block;
    margin: 4px 3px;
    font-size: 95%; }

.exhibit-tagbox .breadcrumb {
  background-color: transparent;
  color: #333;
  font-weight: 700;
  font-size: 110%;
  padding: 4px 10px 5px 0px; }

.privacy-box {
  background-color: rgba(1, 22, 60, 0.95);
  position: fixed;
  float: left;
  width: 100%;
  padding: 20px 5px;
  margin: 0;
  border: none;
  border-radius: 0;
  height: auto;
  z-index: 1030;
  bottom: 0;
  left: 0;
  border-top: 1px solid #15356c; }
  @media (max-width: 767px) {
    .privacy-box {
      max-width: 270px;
      border-radius: 10px;
      bottom: 8px;
      left: 8px; } }
  .privacy-box .privacy-text {
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    margin-left: 0;
    padding: 2px 1px; }
    @media (max-width: 767px) {
      .privacy-box .privacy-text {
        text-align: left;
        margin-left: 7px; } }
  .privacy-box a {
    color: #15c9ff; }
  .privacy-box .privacy-close {
    border: 1px solid #15c9ff;
    border-bottom-width: 2px;
    right: auto;
    margin: 3px 0 0 10px;
    width: 100px;
    text-align: center;
    opacity: 1;
    position: relative;
    color: #15c9ff;
    box-shadow: 2px 2px 0 #333;
    text-decoration: none;
    text-shadow: none;
    float: none; }
    @media (max-width: 1199px) {
      .privacy-box .privacy-close {
        right: auto;
        top: 5px;
        padding: 6px 10px; } }
    @media (max-width: 767px) {
      .privacy-box .privacy-close {
        width: 80%;
        left: 5%; } }

.sectionEn-titleEn {
  text-align: center;
  color: #333333; }

.expo-titleEn-crumb {
  font-size: 20px; }

.expo-titleEn-main {
  font-size: 62px;
  letter-spacing: 2px; }

.expo-titleEn-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em; }

.expo-titleEn-descEn {
  text-align: center; }

@media (max-width: 1200px) {
  .swiper-containerEn .swiper-slide {
    overflow: visible; } }

.swiper-containerEn .swiper-slide .forum-item-cover {
  opacity: .4;
  transition: all .1s; }

.swiper-containerEn .swiper-slide .forum-item-cover.active {
  max-width: 200%;
  flex-basis: 150%;
  opacity: 1; }

.quoteEn-item {
  padding-top: 1rem; }
  .quoteEn-item .quoteEn-text {
    font-weight: 300;
    width: 80%;
    margin: 3% auto;
    position: relative;
    color: #13386b; }
    @media (max-width: 667px) {
      .quoteEn-item .quoteEn-text .quoteEn-text {
        height: 190px;
        line-height: 1.4;
        font-size: 1.4rem; }
        .quoteEn-item .quoteEn-text .quoteEn-text:before {
          font-size: 20px; }
        .quoteEn-item .quoteEn-text .quoteEn-text:after {
          font-size: 20px; } }
    .quoteEn-item .quoteEn-text:before {
      content: "\f10e";
      display: block;
      color: #8aa0ff;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -8%;
      top: -30px;
      text-shadow: none; }
    .quoteEn-item .quoteEn-text:after {
      content: "\f10d";
      display: block;
      color: #8aa0ff;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      font-size: 30px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: -8%;
      text-shadow: none; }
  .quoteEn-item .quoteEn-name {
    display: block;
    text-align: right;
    font-size: 70%;
    margin-top: 20px; }

.block-quoteEn {
  font-size: 18px;
  padding: 1rem 0;
  line-height: 1.6rem; }

.block-quoteEn::before {
  content: '“';
  display: inline-block;
  font-size: 2.5rem;
  color: #D3B642;
  margin: 0 10px; }

.block-quoteEn::after {
  content: '“';
  display: inline-block;
  font-size: 2.5rem;
  color: #D3B642;
  margin: 0 10px;
  transform: translateY(2rem); }

.btnEn-default {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  background-color: #088bca;
  border-radius: 10px;
  padding: 0.8rem 0;
  width: 30%; }

.btnEn-default:focus,
.btnEn-default:hover,
.btnEn-default:active {
  color: #fff;
  background: #15c9ff; }

.btnEn-line {
  font-size: 18px;
  display: inline-block;
  border-radius: 10px;
  padding: 0.8rem 0;
  width: 30%;
  border-radius: 0;
  background: #fff;
  color: #066999;
  border: 1px solid #d4d4d4; }

.btnEn-line:focus,
.btnEn-line:hover,
.btnEn-line:active {
  color: #088bca;
  background-color: #fff; }

.btnEn-line-s {
  display: inline-block;
  padding: 2px 10px 0px;
  border-radius: 5px;
  background: #fff;
  color: #088bca;
  border: 1px solid #066999;
  font-size: 90%;
  margin: 3px; }

.btnEn-line-s:focus,
.btnEn-line-s:hover,
.btnEn-line-s:active {
  background-color: #088bca;
  color: #fff; }

.moreEn {
  text-align: right;
  float: right; }

.moreEn::after {
  content: '';
  clear: right; }

.tagEnbox {
  text-align: left;
  color: #666; }
  @media (max-width: 767px) {
    .tagEnbox {
      line-height: 2; } }

.tagEnbox span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #555;
  color: #fff; }

.tagEnbox-line {
  line-height: 2;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #666; }

.tagEnbox-line span {
  display: inline-block;
  padding: 4px 8px 3px;
  margin: 0;
  margin-right: 8px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #666;
  background-color: #fff;
  border: 1px solid; }

.tagEnbox-line i {
  margin-right: 6px; }

.tagEnbox-level {
  color: #666; }

.tagEnbox-level span {
  background-color: transparent;
  color: #666; }

.tagEnbox .keynote {
  background-color: #915727;
  border-color: #915727;
  color: #fff; }

.switch-tabsEn {
  padding: 2% 0; }

.switch-tabsEn .nav-pills .nav-link {
  color: #15356C;
  border-right: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.2rem; }

.switch-tabsEn .nav-pills .nav-link:hover {
  background-color: #ddd; }

.switch-tabsEn .nav-pills .nav-item:last-child .nav-link {
  border: none; }

.switch-tabsEn .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #15356C;
  color: #fff; }

.cardEn-item {
  box-shadow: 1px 3px 3px #dddddd;
  border: 1px solid #dddddd;
  margin-top: 6%; }

.cardEn-item .cardEn-body {
  padding: 1rem 1.5rem 1rem; }

.cardEn-item .cardEn-titleEn {
  text-align: justify;
  overflow: hidden;
  height: 56px; }

.cardEn-item .cardEn-img {
  overflow: hidden; }

.cardEn-item .cardEn-img img {
  width: 100%;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  transform: scale(1); }

.cardEn-item .cardEn-img:hover img {
  transform: scale(1.05);
  transform: scale(1.05); }

.cardEn-footer {
  background-color: #eee;
  border: none;
  padding: 1rem 1.5rem 1rem; }

.cardEn-booth-group {
  padding: 1rem 1.5rem; }

.cardEn-booth {
  margin-bottom: .2rem;
  color: #888; }

.cardEn-booth a {
  padding-bottom: 0.4rem;
  display: inline-block; }

.page-cardEn .cardEn-txt {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

.cardEn-img img {
  width: 100%; }

.cardEn-txt .activity-head {
  padding-right: 1.25rem;
  border: 1px solid #555;
  padding: 1px 6px;
  font-weight: 700;
  display: inline-block;
  color: #555; }

.badgeEnss {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px 8px 7px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.badgeEn-keynote {
  background-color: #C0942D;
  color: #fff; }

.badgeEn-forum {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.badgeEn-lab {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.badgeEn-techDemo {
  background-color: #15356C;
  color: #fff;
  margin-right: 3%; }

.tagEn {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 95%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #ddd;
  border-bottom: 1px solid #888; }

.badgeEn-time-list {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  opacity: .6; }
  @media (max-width: 666px) {
    .badgeEn-time-list {
      flex-direction: column;
      width: 100%; } }

.badgeEn-time-list li {
  padding-right: 2%;
  list-style: none;
  margin-left: 0; }
  @media (max-width: 666px) {
    .badgeEn-time-list li {
      padding-right: 1%; } }

.badgeEn-time-list li i {
  font-size: 110%; }

.badgeEn-time-list li h6 {
  margin: 2% 0; }
  @media (max-width: 666px) {
    .badgeEn-time-list li h6 {
      font-size: .85rem; } }

.session-itemEn .moreEn, .lab-item .moreEn {
  text-align: right;
  width: 120px;
  float: right; }

.exhibit-item-tagEn {
  line-height: 1;
  margin-left: -3px;
  text-align: left; }
  .exhibit-item-tagEn span {
    padding: 3px 10px 4px;
    border: 1px solid #555;
    color: #555;
    border-radius: 3px;
    display: inline-block;
    margin: 4px 3px;
    font-size: 95%; }
  .exhibit-item-tagEn span.core-tagEn {
    background-color: #555;
    color: #fff; }

.exhibit-tagEnbox {
  line-height: 1;
  margin-left: -3px;
  text-align: left; }
  .exhibit-tagEnbox span {
    padding: 7px 12px 8px;
    border-radius: 3px;
    background-color: #ddd;
    color: #666;
    display: inline-block;
    margin: 4px 3px;
    font-size: 95%; }

.exhibit-tagEnbox .breadcrumb {
  background-color: transparent;
  color: #333;
  font-weight: 700;
  font-size: 110%;
  padding: 4px 10px 5px 0px; }

.privacy-boxEn {
  background-color: rgba(1, 22, 60, 0.95);
  position: fixed;
  float: left;
  width: 100%;
  padding: 20px 5px;
  margin: 0;
  border: none;
  border-radius: 0;
  height: auto;
  z-index: 1030;
  bottom: 0;
  left: 0;
  border-top: 1px solid #15356c; }
  @media (max-width: 767px) {
    .privacy-boxEn {
      max-width: 270px;
      border-radius: 10px;
      bottom: 8px;
      left: 8px; } }
  .privacy-boxEn .privacy-text {
    color: #fff;
    margin: 0 auto;
    font-weight: 700;
    margin-left: 0;
    padding: 2px 1px; }
    @media (max-width: 767px) {
      .privacy-boxEn .privacy-text {
        text-align: left;
        margin-left: 7px; } }
  .privacy-boxEn a {
    color: #15c9ff; }
  .privacy-boxEn .privacy-close {
    border: 1px solid #15c9ff;
    border-bottom-width: 2px;
    right: auto;
    margin: 3px 0 0 10px;
    width: 100px;
    text-align: center;
    opacity: 1;
    position: relative;
    color: #15c9ff;
    box-shadow: 2px 2px 0 #333;
    text-decoration: none;
    text-shadow: none;
    float: none; }
    @media (max-width: 1199px) {
      .privacy-boxEn .privacy-close {
        right: auto;
        top: 5px;
        padding: 6px 10px; } }
    @media (max-width: 767px) {
      .privacy-boxEn .privacy-close {
        width: 80%;
        left: 5%; } }

@media (min-width: 480px) and (max-width: 767px) {
  body {
    line-height: 1.4; }

  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;
    line-height: 1.2; }

  h1 {
    font-size: 2.2rem;
    line-height: 1.3; }

  h2 {
    font-size: 1.9rem;
    line-height: 1.3; }

  h3 {
    font-size: 1.7rem;
    line-height: 1.3; }

  h4 {
    font-size: 1.6rem;
    line-height: 1.3; }

  h5 {
    font-size: 1.5rem;
    font-weight: 600; }

  h6 {
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.3; }

  ul {
    line-height: 1.8; }

  ol {
    margin-left: 20px; }

  button, .btn, .btn--default {
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  body {
    line-height: 1.4; }

  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;
    line-height: 1.3; }

  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.7rem; }

  h3 {
    font-size: 1.5rem; }

  h4 {
    font-size: 1.4rem;
    line-height: 1.4; }

  h5 {
    font-size: 1.2rem;
    font-weight: 600; }

  h6 {
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0; }

  p {
    line-height: 1.4; }

  ul {
    line-height: 1.8; }

  ol {
    margin-left: 20px; }

  button, .btn, .btn--default {
    font-size: 18px;
    width: 90%; }

  [class^="sectionEn"]:not(.sectionEn-kv, .sectionEn-footer) {
    padding: 8% 15px; } }
@media screen and (max-width: 768px) {
  .btnEn, .btnEn--default {
    font-size: 18px;
    width: 90%; } }
.bg-graydark {
  background-color: #222; }

.parallelogram {
  transform: skew(160deg); }

.navbar-switch {
  font-weight: 700;
  margin: 0 25px;
  margin-left: 0;
  padding: 0.8rem 8px;
  color: #C0942D;
  border: none;
  height: 100%; }
  .navbar-switch:hover, .navbar-switch:focus, .navbar-switch:active {
    color: #fff; }
  @media (max-width: 1200px) {
    .navbar-switch {
      text-align: center;
      background-color: #333;
      display: block;
      transform: none;
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-switch {
      margin: 0; } }
  .navbar-switch span {
    display: inline-block;
    transform: skew(20deg);
    line-height: 1.9em; }
    @media (max-width: 1200px) {
      .navbar-switch span {
        transform: none; } }

.nav-cybersec {
  align-items: stretch;
  line-height: 1;
  padding-left: 18px;
  padding-right: 15px;
  height: 55px;
  align-items: center;
  z-index: 1040; }
  .nav-cybersec .navbar-brand {
    margin-right: 0.4rem; }
  .nav-cybersec .navbar-brand .navbar-brand-logo {
    width: 280px;
    margin: 2% auto; }
    @media (max-width: 575px) {
      .nav-cybersec .navbar-brand .navbar-brand-logo {
        width: 220px; } }
  .nav-cybersec .navbar-nav .dropdown-menu {
    border-radius: 0; }
  .nav-cybersec .dropdown-item {
    border-bottom: 1px solid #ccc;
    text-align: center; }
    .nav-cybersec .dropdown-item:hover, .nav-cybersec .dropdown-item:focus {
      background-color: #C0942D;
      color: #fff; }
  .nav-cybersec .dropdown-item:last-child {
    border-bottom: none; }
  .nav-cybersec .navbar-toggler {
    border: none;
    padding: 6px 10px;
    width: 48px; }
  .nav-cybersec .navbar-nav .nav-link {
    padding: 0.8rem 0.6rem;
    transition: all .3s ease; }
    .nav-cybersec .navbar-nav .nav-link:hover, .nav-cybersec .navbar-nav .nav-link:focus, .nav-cybersec .navbar-nav .nav-link:active {
      color: #15c9ff; }
  .nav-cybersec .navbar-nav .nav-link.signup-btn {
    position: relative; }
    @media (max-width: 767px) {
      .nav-cybersec .navbar-nav .nav-link.signup-btn {
        height: auto; } }
    .nav-cybersec .navbar-nav .nav-link.signup-btn a {
      color: #fff;
      font-weight: 700;
      margin: 0 5px;
      margin-left: 0;
      padding: 0.8rem 8px;
      background-color: #C0942D;
      color: #ffffff;
      border: none;
      height: 55px; }
      .nav-cybersec .navbar-nav .nav-link.signup-btn a:hover, .nav-cybersec .navbar-nav .nav-link.signup-btn a:focus, .nav-cybersec .navbar-nav .nav-link.signup-btn a:active {
        background-color: #977423; }
      @media (max-width: 1199px) {
        .nav-cybersec .navbar-nav .nav-link.signup-btn a {
          width: 100%;
          display: block; } }
    .nav-cybersec .navbar-nav .nav-link.signup-btn span {
      display: inline-block;
      transform: skew(20deg); }
  .nav-cybersec .memo {
    position: absolute;
    background-color: rgba(192, 72, 45, 0.9);
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    display: block;
    word-break: keep-all;
    white-space: pre;
    right: -64px;
    height: 30px;
    bottom: -35px;
    text-align: center;
    transition: all .3s ease;
    animation: bounce .4s .8 ease-out .5s;
    -webkit-animation: bounce .4s .8 ease-out .5s; }
    @media (max-width: 1199px) {
      .nav-cybersec .memo {
        display: none !important; } }
  .nav-cybersec .memo::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(192, 72, 45, 0.9);
    position: absolute;
    top: -10px;
    left: 30px; }
  .nav-cybersec .navbar-nav .nav-link.goshare-btn {
    font-weight: 700;
    margin: 0 25px;
    margin-right: 0;
    padding: 0.8rem 20px;
    background-color: #750085;
    color: #ffdc88;
    border: none;
    height: 55px; }
    .nav-cybersec .navbar-nav .nav-link.goshare-btn:hover, .nav-cybersec .navbar-nav .nav-link.goshare-btn:focus, .nav-cybersec .navbar-nav .nav-link.goshare-btn:active {
      background-color: #a200b8; }
    @media (max-width: 767px) {
      .nav-cybersec .navbar-nav .nav-link.goshare-btn {
        height: auto; } }
    .nav-cybersec .navbar-nav .nav-link.goshare-btn span {
      display: inline-block;
      transform: skew(20deg); }

.memo-xs {
  position: relative;
  top: 55px;
  width: 100%;
  z-index: 1;
  background-color: rgba(192, 72, 45, 0.9);
  color: #fff;
  padding: 6px 10px;
  border-radius: 0px;
  display: block;
  word-break: keep-all;
  white-space: pre;
  text-align: center; }
  @media (min-width: 1200px) {
    .memo-xs {
      display: none !important; } }

.nav-link.site-btn {
  font-weight: 700;
  padding: 0.8rem 20px;
  background-color: #0d4f8c !important;
  color: #fff !important;
  border: none;
  height: 55px; }
  .nav-link.site-btn:hover, .nav-link.site-btn:focus, .nav-link.site-btn:active {
    background-color: #fff !important;
    color: #0d4f8c !important; }
  @media (max-width: 767px) {
    .nav-link.site-btn {
      height: auto; } }
  .nav-link.site-btn span {
    display: inline-block;
    transform: skew(20deg); }

@media (max-width: 1200px) {
  .nav-cybersec {
    padding: 0 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
    .nav-cybersec ul.navbar-nav {
      padding: 0;
      text-align: center;
      overflow: auto; }
    .nav-cybersec ul.navbar-nav .nav-item {
      border-bottom: 1px solid #555;
      background-color: #333; }
    .nav-cybersec ul.navbar-nav .nav-item .nav-link {
      text-align: center;
      padding: 1% 0; }
    .nav-cybersec ul.navbar-nav .dropdown-menu {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    .nav-cybersec ul.navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      padding: 1% 0;
      background-color: #555;
      border-bottom: 1px solid #333;
      font-size: 1rem;
      color: #ddd; }
    .nav-cybersec .navbar-nav .nav-link.signup-btn, .nav-cybersec .navbar-nav .nav-link.goshare-btn {
      transform: none;
      padding: 1%;
      margin: 0; } }
    @media (max-width: 1200px) and (max-width: 1199px) {
      .nav-cybersec .navbar-nav .nav-link.signup-btn, .nav-cybersec .navbar-nav .nav-link.goshare-btn {
        padding: 0; } }
@media (max-width: 1200px) {
      .nav-cybersec .navbar-nav .nav-link.signup-btn span, .nav-cybersec .navbar-nav .nav-link.goshare-btn span {
        transform: none; }
    .nav-cybersec .nav-link.signup-btn, .nav-cybersec .nav-link.site-btn {
      transform: none;
      padding: 1%;
      margin: 0; }
      .nav-cybersec .nav-link.signup-btn span, .nav-cybersec .nav-link.site-btn span {
        transform: none; } }
.nav-top {
  width: 100%; }

.bg-graydark {
  background-color: #222; }

.parallelogram {
  transform: skew(160deg); }

.navbar-switch {
  font-weight: 700;
  margin: 0 25px;
  margin-left: 0;
  padding: 0.8rem 8px;
  color: #C0942D;
  border: none;
  height: 100%; }
  .navbar-switch:hover, .navbar-switch:focus, .navbar-switch:active {
    color: #fff; }
  @media (max-width: 1200px) {
    .navbar-switch {
      text-align: center;
      background-color: #333;
      display: block;
      transform: none;
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-switch {
      margin: 0; } }
  .navbar-switch span {
    display: inline-block;
    transform: skew(20deg);
    line-height: 1.9em; }
    @media (max-width: 1200px) {
      .navbar-switch span {
        transform: none; } }

.navEn-cybersec {
  align-items: stretch;
  line-height: 1;
  padding-left: 18px;
  padding-right: 15px;
  height: 55px;
  align-items: center;
  z-index: 1040;
  font-size: 11px; }
  .navEn-cybersec .navbar-brand {
    margin-right: 0.4rem; }
  .navEn-cybersec .navbar-brand .navbar-brand-logo {
    width: 280px;
    margin: 2% auto; }
    @media (max-width: 575px) {
      .navEn-cybersec .navbar-brand .navbar-brand-logo {
        width: 220px; } }
  .navEn-cybersec .navbar-nav .dropdown-menu {
    border-radius: 0; }
  .navEn-cybersec .dropdown-item {
    border-bottom: 1px solid #ccc;
    text-align: center; }
    .navEn-cybersec .dropdown-item:hover, .navEn-cybersec .dropdown-item:focus {
      background-color: #C0942D;
      color: #fff; }
  .navEn-cybersec .dropdown-item:last-child {
    border-bottom: none; }
  .navEn-cybersec .navbar-toggler {
    border: none;
    padding: 6px 10px;
    width: 48px; }
  .navEn-cybersec .navbar-nav .nav-link {
    padding: 0.8rem 0.6rem;
    transition: all .3s ease; }
    .navEn-cybersec .navbar-nav .nav-link:hover, .navEn-cybersec .navbar-nav .nav-link:focus, .navEn-cybersec .navbar-nav .nav-link:active {
      color: #15c9ff; }
  .navEn-cybersec .navbar-nav .nav-link.signup-btn {
    position: relative; }
    @media (max-width: 767px) {
      .navEn-cybersec .navbar-nav .nav-link.signup-btn {
        height: auto; } }
    .navEn-cybersec .navbar-nav .nav-link.signup-btn a {
      color: #fff;
      font-weight: 700;
      margin: 0 5px;
      margin-left: 0;
      padding: 0.8rem 8px;
      background-color: #C0942D;
      color: #ffffff;
      border: none;
      height: 55px; }
      .navEn-cybersec .navbar-nav .nav-link.signup-btn a:hover, .navEn-cybersec .navbar-nav .nav-link.signup-btn a:focus, .navEn-cybersec .navbar-nav .nav-link.signup-btn a:active {
        background-color: #977423; }
      @media (max-width: 1199px) {
        .navEn-cybersec .navbar-nav .nav-link.signup-btn a {
          width: 100%;
          display: block; } }
    .navEn-cybersec .navbar-nav .nav-link.signup-btn span {
      display: inline-block;
      transform: skew(20deg); }
  .navEn-cybersec .memoEn {
    position: absolute;
    background-color: rgba(192, 72, 45, 0.9);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
    word-break: keep-all;
    white-space: pre;
    right: -1px;
    height: 30px;
    bottom: -35px;
    text-align: center;
    transition: all .3s ease;
    animation: bounce .4s .8 ease-out .5s;
    -webkit-animation: bounce .4s .8 ease-out .5s; }
    @media (max-width: 1199px) {
      .navEn-cybersec .memoEn {
        display: none !important; } }
  .navEn-cybersec .memoEn::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(192, 72, 45, 0.9);
    position: absolute;
    top: -10px;
    left: 30px; }
  .navEn-cybersec .navbar-nav .nav-link.goshare-btn {
    font-weight: 700;
    margin: 0 25px;
    margin-right: 0;
    padding: 0.8rem 20px;
    background-color: #750085;
    color: #ffdc88;
    border: none;
    height: 55px; }
    .navEn-cybersec .navbar-nav .nav-link.goshare-btn:hover, .navEn-cybersec .navbar-nav .nav-link.goshare-btn:focus, .navEn-cybersec .navbar-nav .nav-link.goshare-btn:active {
      background-color: #a200b8; }
    @media (max-width: 767px) {
      .navEn-cybersec .navbar-nav .nav-link.goshare-btn {
        height: auto; } }
    .navEn-cybersec .navbar-nav .nav-link.goshare-btn span {
      display: inline-block;
      transform: skew(20deg); }

.nav-link.site-btn {
  font-weight: 700;
  padding: 0.8rem 20px;
  background-color: #0d4f8c !important;
  color: #fff !important;
  border: none;
  height: 55px; }
  .nav-link.site-btn:hover, .nav-link.site-btn:focus, .nav-link.site-btn:active {
    background-color: #fff !important;
    color: #0d4f8c !important; }
  @media (max-width: 767px) {
    .nav-link.site-btn {
      height: auto; } }
  .nav-link.site-btn span {
    display: inline-block;
    transform: skew(20deg); }

@media (max-width: 1200px) {
  .navEn-cybersec {
    padding: 0 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    font-size: 11px; }
    .navEn-cybersec ul.navbar-nav {
      padding: 0;
      text-align: center;
      overflow: auto; }
    .navEn-cybersec ul.navbar-nav .nav-item {
      border-bottom: 1px solid #555;
      background-color: #333; }
    .navEn-cybersec ul.navbar-nav .nav-item .nav-link {
      text-align: center;
      padding: 1% 0; }
    .navEn-cybersec ul.navbar-nav .dropdown-menu {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    .navEn-cybersec ul.navbar-nav .dropdown-menu .dropdown-item {
      text-align: center;
      padding: 1% 0;
      background-color: #555;
      border-bottom: 1px solid #333;
      font-size: 1em;
      color: #ddd; }
    .navEn-cybersec .navbar-nav .nav-link.signup-btn, .navEn-cybersec .navbar-nav .nav-link.goshare-btn {
      transform: none;
      padding: 1%;
      margin: 0; } }
    @media (max-width: 1200px) and (max-width: 1199px) {
      .navEn-cybersec .navbar-nav .nav-link.signup-btn, .navEn-cybersec .navbar-nav .nav-link.goshare-btn {
        padding: 0; } }
@media (max-width: 1200px) {
      .navEn-cybersec .navbar-nav .nav-link.signup-btn span, .navEn-cybersec .navbar-nav .nav-link.goshare-btn span {
        transform: none; }
    .navEn-cybersec .nav-link.signup-btn, .navEn-cybersec .nav-link.site-btn {
      transform: none;
      padding: 1%;
      margin: 0; }
      .navEn-cybersec .nav-link.signup-btn span, .navEn-cybersec .nav-link.site-btn span {
        transform: none; } }
.nav-top {
  width: 100%; }

.section-footer {
  background: #222;
  margin: 0px;
  padding: 2% 0;
  padding-bottom: 20px;
  bottom: 0px;
  width: 100%;
  float: left;
  color: #cdcdcd;
  z-index: 99; }
  .section-footer a {
    color: #15c9ff;
    opacity: 0.6; }
  .section-footer a:hover,
  .section-footer a:active,
  .section-footer a:focus {
    color: #15c9ff;
    opacity: 1; }
  .section-footer .footer-row {
    padding: 10px 10% 0; }
    @media (max-width: 1260px) {
      .section-footer .footer-row {
        padding: 10px 3%; } }
    @media (max-width: 1260px) {
      .section-footer .footer-row {
        padding: 10px 3%; } }
    .section-footer .footer-row .brand-right {
      display: block;
      float: left;
      display: flex;
      justify-content: flex-start;
      line-height: 1.8em;
      font-size: 18px;
      padding: 0;
      margin: 1rem 0; }
      @media (min-width: 993px) {
        .section-footer .footer-row .brand-right {
          margin-top: 20%; } }
      .section-footer .footer-row .brand-right .right-logo-cyber {
        width: 40%;
        display: inline-block;
        margin: 0;
        opacity: 0.6;
        max-width: 250px;
        margin-right: 0.5rem; }
      .section-footer .footer-row .brand-right .logo-img-ithome {
        width: 50%;
        display: inline-block;
        margin: 1%; }
  @media (min-width: 993px) {
    .section-footer .footer-left {
      margin-bottom: 8rem; } }
  .section-footer .footer-left p {
    margin-bottom: 0.4rem; }
  @media (min-width: 993px) {
    .section-footer .footer-right {
      margin-top: 5rem; } }
@media (max-width: 1400px) and (min-width: 993px) {
  .section-footer .footer-right {
    left: 4%; } }

  .section-footer .footer-left .footer-info {
    color: #cdcdcd; }
    @media (max-width: 766px) {
      .section-footer .footer-left .footer-info {
        padding: 1% 2%; } }
    .section-footer .footer-left .footer-info .footer-info-title {
      margin: 0 0 1rem;
      text-align: left; }
      @media (max-width: 479px) {
        .section-footer .footer-left .footer-info .footer-info-title {
          font-size: 2rem; } }
  .section-footer .footer-left .sub-title {
    margin: 1rem 0 .5rem; }
  @media (max-width: 992px) {
    .section-footer .footer-left .history-years ul li {
      text-align: center;
      margin-bottom: 0.2rem;
      background-color: rgba(255, 255, 255, 0.1); }
      .section-footer .footer-left .history-years ul li a {
        padding: 1%;
        display: block; } }
    @media (max-width: 992px) and (max-width: 992px) {
      .section-footer .footer-left .history-years ul li a {
        padding: 0.5rem; } }

  .section-footer .footer-left .speed-link ul {
    line-height: 1.8em; }
    @media (max-width: 992px) {
      .section-footer .footer-left .speed-link ul li {
        text-align: center;
        margin-bottom: 0.2rem;
        background-color: rgba(255, 255, 255, 0.1); } }
    .section-footer .footer-left .speed-link ul li a {
      padding: 1%;
      display: block; }
      @media (max-width: 992px) {
        .section-footer .footer-left .speed-link ul li a {
          padding: 0.5rem; } }
  .section-footer .footer-left .speed-link h4 {
    margin-top: 2.5%;
    opacity: 0.9; }
  .section-footer .copyright {
    border-top: 1px solid #444;
    padding-top: 2%;
    color: #777; }
    @media (min-width: 993px) {
      .section-footer .copyright {
        margin-top: -7rem; } }
  .section-footer .fb-area, .section-footer .footerFB {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0; }
    @media (min-width: 993px) {
      .section-footer .fb-area, .section-footer .footerFB {
        display: block;
        overflow: visible;
        height: auto;
        opacity: 1; } }

.sectionEn-footer {
  background: #222;
  margin: 0px;
  padding: 2% 0;
  padding-bottom: 20px;
  bottom: 0px;
  width: 100%;
  float: left;
  color: #cdcdcd;
  z-index: 99; }
  .sectionEn-footer a {
    color: #15c9ff;
    opacity: 0.6; }
  .sectionEn-footer a:hover,
  .sectionEn-footer a:active,
  .sectionEn-footer a:focus {
    color: #15c9ff;
    opacity: 1; }
  .sectionEn-footer .footer-row {
    padding: 10px 10% 0; }
    @media (max-width: 1260px) {
      .sectionEn-footer .footer-row {
        padding: 10px 3%; } }
    @media (max-width: 1260px) {
      .sectionEn-footer .footer-row {
        padding: 10px 3%; } }
    .sectionEn-footer .footer-row .brand-right {
      display: block;
      float: left;
      display: flex;
      justify-content: flex-start;
      line-height: 1.8em;
      font-size: 18px;
      padding: 0;
      margin: 1rem 0; }
      @media (min-width: 993px) {
        .sectionEn-footer .footer-row .brand-right {
          margin-top: 20%; } }
      .sectionEn-footer .footer-row .brand-right .right-logo-cyber {
        width: 40%;
        display: inline-block;
        margin: 0;
        opacity: 0.6;
        max-width: 250px;
        margin-right: 0.5rem; }
      .sectionEn-footer .footer-row .brand-right .logo-img-ithome {
        width: 50%;
        display: inline-block;
        margin: 1%; }
  @media (min-width: 993px) {
    .sectionEn-footer .footer-left {
      margin-bottom: 8rem; } }
  .sectionEn-footer .footer-left p {
    margin-bottom: 0.4rem; }
  @media (min-width: 993px) {
    .sectionEn-footer .footer-right {
      margin-top: 5rem; } }
@media (max-width: 1400px) and (min-width: 993px) {
  .sectionEn-footer .footer-right {
    left: 4%; } }

  .sectionEn-footer .footer-left .footer-info {
    color: #cdcdcd; }
    @media (max-width: 766px) {
      .sectionEn-footer .footer-left .footer-info {
        padding: 1% 2%; } }
    .sectionEn-footer .footer-left .footer-info .footer-info-title {
      margin: 0 0 1rem;
      text-align: left; }
      @media (max-width: 479px) {
        .sectionEn-footer .footer-left .footer-info .footer-info-title {
          font-size: 2rem; } }
  .sectionEn-footer .footer-left .sub-title {
    margin: 1rem 0 .5rem; }
  @media (max-width: 992px) {
    .sectionEn-footer .footer-left .history-years ul li {
      text-align: center;
      margin-bottom: 0.2rem;
      background-color: rgba(255, 255, 255, 0.1); }
      .sectionEn-footer .footer-left .history-years ul li a {
        padding: 1%;
        display: block; } }
    @media (max-width: 992px) and (max-width: 992px) {
      .sectionEn-footer .footer-left .history-years ul li a {
        padding: 0.5rem; } }

  .sectionEn-footer .footer-left .speed-link ul {
    line-height: 1.8em; }
    @media (max-width: 992px) {
      .sectionEn-footer .footer-left .speed-link ul li {
        text-align: center;
        margin-bottom: 0.2rem;
        background-color: rgba(255, 255, 255, 0.1); } }
    .sectionEn-footer .footer-left .speed-link ul li a {
      padding: 1%;
      display: block; }
      @media (max-width: 992px) {
        .sectionEn-footer .footer-left .speed-link ul li a {
          padding: 0.5rem; } }
  .sectionEn-footer .footer-left .speed-link h4 {
    margin-top: 2.5%;
    opacity: 0.9; }
  .sectionEn-footer .copyright {
    border-top: 1px solid #444;
    padding-top: 2%;
    color: #777; }
    @media (min-width: 993px) {
      .sectionEn-footer .copyright {
        margin-top: -7rem; } }
  .sectionEn-footer .fb-area, .sectionEn-footer .footerFB {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0; }
    @media (min-width: 993px) {
      .sectionEn-footer .fb-area, .sectionEn-footer .footerFB {
        display: block;
        overflow: visible;
        height: auto;
        opacity: 1; } }

#goTop {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px; }

#goTopAnchor {
  opacity: 0.7;
  padding-top: 16px;
  border-top: 6px solid #2de984;
  cursor: pointer;
  color: #2de984;
  font-family: 'Roboto Condensed'; }
  #goTopAnchor:hover {
    opacity: 1; }

#goTopSpan {
  font-size: 40px;
  display: inline-block; }

.goShare {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 395px;
  right: 0px;
  width: 56px;
  animation: bounce .5s 1 ease-out .8s; }

.goDownload {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 80px;
  right: 15px;
  width: 102px;
  animation: bounce .5s 1 ease-out .8s; }

#signupEnd {
  font-size: 14pt;
  position: fixed;
  text-align: right;
  display: block;
  z-index: 100;
  right: 20px;
  width: 150px;
  height: 50px; }

#signupEndAnchor {
  cursor: pointer;
  color: #ffffff;
  background-color: #58c2d2;
  border-radius: 5px;
  font-family: 'Roboto Condensed';
  padding: 10px; }

#signupEnd span.signupEndCHT {
  font-size: 20pt; }

.signupEndEN {
  font-size: 8pt; }

.signupEndEN span.signupEndEN {
  font-size: 12pt; }

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  30% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
.goDownload .goDownloadAnchor {
  width: 98px;
  background: #38abb4;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 8px 5px;
  line-height: 22px;
  font-size: 16.3px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 0px 3px 2px 1px #775911; }
  .goDownload .goDownloadAnchor:hover {
    background: #46d3de;
    top: 3px;
    animation: top .3s ease-out; }

.goShare .goShareAnchor {
  background: #750085;
  cursor: pointer;
  color: #ffdc88;
  display: block;
  padding: 8px 0px 8px 11px;
  line-height: 1.3;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 0px 1px 0px 1px #42004b;
  border: 0.5px solid #42004b; }
  .goShare .goShareAnchor:hover, .goShare .goShareAnchor:focus, .goShare .goShareAnchor:active {
    background-color: #a200b8;
    top: 3px;
    animation: top .3s ease-out; }

.goShareAnchor big {
  display: block;
  font-size: 100%; }

.goShareAnchor .goArrow {
  right: -1px;
  bottom: 12px;
  text-align: center;
  width: 12px;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #750085;
  animation: moveRight 1.2s ease infinite alternate; }

.goShareGift {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -12px;
  right: 8px;
  background: url(../img/giftRibbon.svg) no-repeat;
  background-size: 100%;
  width: 45px;
  height: 10px; }

.goArrow {
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff; }

@keyframes moveRight {
  from {
    right: 0px; }
  to {
    right: 3px; } }
a {
  scroll-behavior: smooth; }

.goSignup {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 130px;
  right: 0px;
  width: 40px;
  animation: bounce .5s 1 ease-out .8s; }
  .goSignup .goSignupAnchor {
    width: 100%;
    background: #C0942D;
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 8px 5px 3px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    position: relative;
    box-shadow: -1px 1px 3px 1px #584108; }
    .goSignup .goSignupAnchor:hover, .goSignup .goSignupAnchor:focus, .goSignup .goSignupAnchor:active {
      background-color: #977423; }
  .goSignup .goSignupAnchor .goArrow {
    display: block;
    position: relative;
    margin: 17px auto 2px 14px;
    text-align: center;
    width: 8px;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    animation: moveRight 0.3s ease infinite alternate; }

.btn-download.agenda-print {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 260px;
  right: 0px;
  width: 40px;
  animation: bounce .5s 1 ease-out .8s; }
  .btn-download.agenda-print .btn-download-link {
    width: 100%;
    background: #8b71ff;
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 6px 5px 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
    position: relative;
    box-shadow: -1px 1px 3px 1px #584108; }
    .btn-download.agenda-print .btn-download-link:hover, .btn-download.agenda-print .btn-download-link:focus, .btn-download.agenda-print .btn-download-link:active {
      background-color: #553aca; }
  .btn-download.agenda-print .btn-download-link .goArrow {
    display: block;
    position: relative;
    margin: 17px auto 2px 14px;
    text-align: center;
    width: 8px;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    animation: moveRight 0.3s ease infinite alternate; }

#goTopEn {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px; }

#goTopAnchor {
  opacity: 0.7;
  padding-top: 16px;
  border-top: 6px solid #2de984;
  cursor: pointer;
  color: #2de984;
  font-family: 'Roboto Condensed'; }
  #goTopAnchor:hover {
    opacity: 1; }

#goTopSpan {
  font-size: 40px;
  display: inline-block; }

.goDownload {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 80px;
  right: 15px;
  width: 102px;
  animation: bounce .5s 1 ease-out .8s; }

#signupEnd {
  font-size: 14pt;
  position: fixed;
  text-align: right;
  display: block;
  z-index: 100;
  right: 20px;
  width: 150px;
  height: 50px; }

#signupEndAnchor {
  cursor: pointer;
  color: #ffffff;
  background-color: #58c2d2;
  border-radius: 5px;
  font-family: 'Roboto Condensed';
  padding: 10px; }

#signupEnd span.signupEndCHT {
  font-size: 20pt; }

.signupEndEN {
  font-size: 8pt; }

.signupEndEN span.signupEndEN {
  font-size: 12pt; }

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  30% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }
.goDownload .goDownloadAnchor {
  width: 98px;
  background: #38abb4;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 8px 5px;
  line-height: 22px;
  font-size: 16.3px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: relative;
  box-shadow: 0px 3px 2px 1px #775911; }
  .goDownload .goDownloadAnchor:hover {
    background: #46d3de;
    top: 3px;
    animation: top .3s ease-out; }

.goShareGift {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -12px;
  right: 8px;
  background: url(../img/giftRibbon.svg) no-repeat;
  background-size: 100%;
  width: 45px;
  height: 10px; }

.goArrowEn {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(90deg);
  margin: 2px; }

.goSignupEn {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 200px;
  right: calc(-75px + 22.5px);
  width: 150px;
  animation: bounce .5s 1 ease-out .8s;
  transform: rotate(-90deg); }
  .goSignupEn .goSignupAnchor {
    width: 100%;
    background: #9f7b25;
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 20px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans',"Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    box-shadow: -1px 1px 3px 1px #584108;
    text-shadow: 0 0 3px #584108; }
    .goSignupEn .goSignupAnchor:hover, .goSignupEn .goSignupAnchor:focus, .goSignupEn .goSignupAnchor:active {
      background-color: #977423; }
  .goSignupEn .goSignupAnchor .goArrow {
    display: block;
    position: relative;
    margin: 17px auto 2px 14px;
    text-align: center;
    width: 8px;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff;
    animation: moveRight 0.3s ease infinite alternate; }

.gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  color: #088bca;
  border: 1px solid #088bca;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-width: 3px;
  padding: 3px 10px;
  font-size: 2em;
  border-radius: 5px;
  -moz-border-radius: 3px;
  line-height: 123%;
  text-align: center;
  z-index: 998;
  transition: background .3s ease; }
  .gotop:hover, .gotop:focus, .gotop:active {
    color: #fff;
    background: #15c9ff; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: 0.5s linear; }

.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading__logo svg {
  width: 100%; }

.section-kv {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible;
  background-color: #090d3b;
  background-size: cover;
  max-height: 800px;
  padding-top: 0px;
  overflow: hidden; }
  .section-kv .btn-apply-kv {
    min-width: 250px;
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333333;
    background-color: #ffffff;
    transform: translateY(0px);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .section-kv .btn-apply-kv:hover, .section-kv .btn-apply-kv:active, .section-kv .btn-apply-kv:focus {
      color: #333333;
      background-color: #2de984; }
    .section-kv .btn-apply-kv:focus, .section-kv .btn-apply-kv:active {
      transform: translateY(3px); }
    @media (max-width: 1200px) {
      .section-kv .btn-apply-kv {
        font-size: 1.2em;
        letter-spacing: 2px; } }
    @media (max-width: 767px) {
      .section-kv .btn-apply-kv {
        background-color: #2de984;
        padding: 10px; } }
    .section-kv .btn-apply-kv.closed {
      background-color: #2de984;
      -webkit-filter: opacity(80%);
      filter: opacity(80%);
      border: none;
      cursor: default; }
      .section-kv .btn-apply-kv.closed:hover, .section-kv .btn-apply-kv.closed:active, .section-kv .btn-apply-kv.closed:focus {
        border-color: #2de984;
        background-color: #2de984; }
  .section-kv .home-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 16%;
    width: 65%;
    margin: auto;
    padding: 0 2%; }
    @media (max-width: 768px) {
      .section-kv .home-text {
        width: 62%;
        top: 8%; } }
    .section-kv .home-text h4 {
      letter-spacing: 1.2rem;
      color: #ffffff;
      font-weight: 400;
      margin-top: 4.5%; }
@media (max-width: 768px) and (min-width: 481px) {
  .section-kv .home-text h4 {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-top: 4%; } }

      @media (max-width: 480px) {
        .section-kv .home-text h4 {
          font-size: 0.7rem;
          letter-spacing: 0.2rem; } }
  .section-kv .item1 .home-text {
    margin: 0 auto;
    display: block;
    text-align: center; }
    .section-kv .item1 .home-text .btn-apply-kv {
      margin-left: -25px; }
  .section-kv .item2 .home-text {
    margin: 0 auto;
    display: block; }
    .section-kv .item2 .home-text .btn-apply-kv {
      margin-top: -20px;
      margin-left: calc(50% - 125px); }
  .section-kv .item3 .home-text {
    margin: 0 auto;
    display: block; }
    .section-kv .item3 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(58% - 125px); }
  .section-kv .item4 .home-text {
    margin: 0 auto;
    display: block;
    max-width: 785px;
    right: 4%; }
    .section-kv .item4 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(50% - 125px); }
    @media (max-width: 1660px) {
      .section-kv .item4 .home-text {
        max-width: 660px; } }
    @media (max-width: 1365px) {
      .section-kv .item4 .home-text {
        max-width: 500px; } }
    @media (max-width: 768px) {
      .section-kv .item4 .home-text {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .section-kv .item4 .home-text {
        max-width: 62%; } }
    @media (max-width: 480px) {
      .section-kv .item4 .home-text {
        max-width: 65%; } }

@keyframes upup {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.deco-btn-apply-kv {
  background: #ffffff;
  color: #2de984;
  border: 5px solid #2de984;
  max-width: 300px;
  height: 40px;
  left: 20px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
  animation: hue 0.8s infinite linear;
  -webkit-animation: upup 0.8s infinite linear;
  animation-direction: alternate; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv {
      width: 90%;
      max-width: 100%;
      left: 0; } }

.deco-btn-apply-kv:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 6px;
  left: -15px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #2de984 transparent transparent; }
  @media (max-width: 667px) {
    .deco-btn-apply-kv:before {
      top: -12px;
      left: 49%;
      border-color: transparent transparent #2de984 transparent;
      border-width: 0 8px 8px 8px; } }

.gotopEn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  color: #088bca;
  border: 1px solid #088bca;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-width: 3px;
  padding: 3px 10px;
  font-size: 2em;
  border-radius: 5px;
  -moz-border-radius: 3px;
  line-height: 123%;
  text-align: center;
  z-index: 998;
  transition: background .3s ease; }
  .gotopEn:hover, .gotopEn:focus, .gotopEn:active {
    color: #fff;
    background: #15c9ff; }

.loadingEn {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: 0.5s linear; }

.loading__logoEn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading__logoEn svg {
  width: 100%; }

.sectionEn-kv {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible;
  background-color: #090d3b;
  background-size: cover;
  max-height: 600px;
  padding-top: 55px;
  overflow: hidden; }
  .sectionEn-kv .btn-apply-kv {
    min-width: 250px;
    padding: 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333333;
    background-color: #ffffff;
    transform: translateY(0px);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-family: "微軟正黑體", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .sectionEn-kv .btn-apply-kv:hover, .sectionEn-kv .btn-apply-kv:active, .sectionEn-kv .btn-apply-kv:focus {
      color: #333333;
      background-color: #2de984; }
    .sectionEn-kv .btn-apply-kv:focus, .sectionEn-kv .btn-apply-kv:active {
      transform: translateY(3px); }
    @media (max-width: 1200px) {
      .sectionEn-kv .btn-apply-kv {
        font-size: 1.2em;
        letter-spacing: 2px; } }
    @media (max-width: 767px) {
      .sectionEn-kv .btn-apply-kv {
        background-color: #2de984;
        padding: 10px; } }
    .sectionEn-kv .btn-apply-kv.closed {
      background-color: #2de984;
      -webkit-filter: opacity(80%);
      filter: opacity(80%);
      border: none;
      cursor: default; }
      .sectionEn-kv .btn-apply-kv.closed:hover, .sectionEn-kv .btn-apply-kv.closed:active, .sectionEn-kv .btn-apply-kv.closed:focus {
        border-color: #2de984;
        background-color: #2de984; }
  .sectionEn-kv .kv-after-text {
    position: absolute;
    bottom: 10%;
    left: 10%; }
    .sectionEn-kv .kv-after-text-main {
      font-size: 40px; }
      @media (max-width: 768px) {
        .sectionEn-kv .kv-after-text-main {
          font-size: 28px;
          line-height: 1.3; } }
    .sectionEn-kv .kv-after-text-md {
      font-size: 32px; }
      @media (max-width: 768px) {
        .sectionEn-kv .kv-after-text-md {
          font-size: 20px; } }
    .sectionEn-kv .kv-after-text-s {
      font-size: 20px; }
      @media (max-width: 768px) {
        .sectionEn-kv .kv-after-text-s {
          font-size: 16px; } }
  .sectionEn-kv .home-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 15%;
    width: 65%;
    margin: auto;
    padding: 0 2%; }
    @media (max-width: 768px) {
      .sectionEn-kv .home-text {
        width: 62%;
        top: 12%; } }
    .sectionEn-kv .home-text h4 {
      letter-spacing: 0.3rem;
      color: #ffffff;
      font-weight: 400;
      margin-top: 4%; }
      @media (max-width: 667px) {
        .sectionEn-kv .home-text h4 {
          font-size: 0.8rem;
          letter-spacing: 0.2rem; } }
  .sectionEn-kv .item1 .home-text {
    margin: 0 auto;
    display: block;
    text-align: center; }
    .sectionEn-kv .item1 .home-text .btn-apply-kv {
      margin-left: -25px; }
  .sectionEn-kv .item2 .home-text {
    margin: 0 auto;
    display: block; }
    .sectionEn-kv .item2 .home-text .btn-apply-kv {
      margin-top: -20px;
      margin-left: calc(50% - 125px); }
  .sectionEn-kv .item3 .home-text {
    margin: 0 auto;
    display: block; }
    .sectionEn-kv .item3 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(58% - 125px); }
  .sectionEn-kv .item4 .home-text {
    margin: 0 auto;
    display: block;
    max-width: 785px;
    right: 4%; }
    .sectionEn-kv .item4 .home-text .btn-apply-kv {
      margin-top: -10px;
      margin-left: calc(50% - 125px); }
    @media (max-width: 1660px) {
      .sectionEn-kv .item4 .home-text {
        max-width: 660px; } }
    @media (max-width: 1365px) {
      .sectionEn-kv .item4 .home-text {
        max-width: 500px; } }
    @media (max-width: 768px) {
      .sectionEn-kv .item4 .home-text {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .sectionEn-kv .item4 .home-text {
        max-width: 62%; } }
    @media (max-width: 480px) {
      .sectionEn-kv .item4 .home-text {
        max-width: 65%; } }

@keyframes upupEn {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.deco-btn-apply-kvEn {
  background: #ffffff;
  color: #2de984;
  border: 5px solid #2de984;
  max-width: 300px;
  height: 40px;
  left: 20px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px; }
  @media (max-width: 667px) {
    .deco-btn-apply-kvEn {
      width: 90%;
      max-width: 100%;
      left: 0; } }

.deco-btn-apply-kvEn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 6px;
  left: -15px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #2de984 transparent transparent; }
  @media (max-width: 667px) {
    .deco-btn-apply-kvEn:before {
      top: -12px;
      left: 49%;
      border-color: transparent transparent #2de984 transparent;
      border-width: 0 8px 8px 8px; } }

.title {
  margin: 1% 0 2.5% 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #15356C; }

.desc {
  font-size: 18px;
  line-height: 1.9em; }

.section-speaker.speaker-index .btn-default,
.section-spot .btn-default,
.section-forum .btn-default,
.section-copartner .btn-default {
  margin: 3rem auto 0;
  margin-top: 3rem; }

.section-after-wall {
  background-color: #eeeeee; }
  .section-after-wall .wall-pic {
    width: 16.666666%;
    float: left;
    position: relative; }
    .section-after-wall .wall-pic img {
      width: 100%; }
  .section-after-wall .wall-link {
    margin-top: 10px;
    display: inline-block;
    color: #2186c5;
    font-size: 18px; }
    .section-after-wall .wall-link:hover, .section-after-wall .wall-link:active, .section-after-wall .wall-link:visited {
      color: #1a6899; }

.section-intro {
  background-color: #ffffff;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 50px; }
  .section-intro .main-title {
    text-align: center;
    margin: 1% 0;
    font-weight: 700; }
    @media (max-width: 768px) {
      .section-intro .main-title {
        margin-bottom: 3%; } }
  @media (max-width: 480px) {
    .section-intro .main-title-top {
      width: 200px;
      margin: auto; } }
  .section-intro .sub-title {
    text-align: center; }
  .section-intro .sub-title.quote {
    letter-spacing: 15px;
    margin: -10px 0 0;
    line-height: 1.6;
    font-weight: 300; }
  .section-intro .desc {
    font-size: 18px;
    line-height: 1.9em;
    text-align: justify; }
  .section-intro .main-desc {
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 2; }
    @media (max-width: 667px) {
      .section-intro .main-desc {
        font-size: 18px;
        line-height: 1.9em; } }
  .section-intro .intro-highlight {
    margin-top: 2rem;
    margin-bottom: 10px;
    font-size: 2.3rem;
    color: #15356C; }
    @media (max-width: 480px) {
      .section-intro .intro-highlight {
        font-size: 1.9rem; } }
  .section-intro .intro-list-title {
    margin: 0;
    font-weight: 400;
    background: -webkit-linear-gradient(#15356C 0%, #15356C 60%, #A3ABCC 60%, #A3ABCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400%;
    margin: 0; }
  .section-intro .intro-must-item {
    padding-bottom: 2%; }

.section-calc {
  background: url("../img/bg-calc.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  margin: 0 0 -1px;
  text-align: center;
  padding: 12% 0;
  position: relative;
  text-shadow: 0 0 10px #333, 2px 2px 10px #333; }
  @media (max-width: 768px) {
    .section-calc {
      background: url("../img/bg-calc-s.jpg") no-repeat bottom center; } }
  .section-calc .title {
    margin: 3% 0;
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: 2px; }
    .section-calc .title:before {
      content: none; }
    @media (max-width: 480px) {
      .section-calc .title {
        margin: 2% auto 4%;
        font-size: 2em;
        width: 270px; } }
  .section-calc .calc-item {
    text-align: center;
    padding: 0;
    margin-bottom: 1%;
    margin-top: 1%;
    line-height: 1.8; }
    @media (max-width: 991px) {
      .section-calc .calc-item {
        margin-left: 0;
        margin-top: 2%; } }
    @media (max-width: 480px) {
      .section-calc .calc-item {
        padding-bottom: 3%; } }
    .section-calc .calc-item-num {
      padding-left: 12%;
      position: relative; }
      .section-calc .calc-item-num p {
        font-size: 3.2em;
        text-align: center;
        font-weight: 500;
        line-height: 1em;
        height: 68px; }
        .section-calc .calc-item-num p span.shuffled-digits {
          font-size: 1em;
          font-weight: 500; }
        @media (max-width: 1200px) {
          .section-calc .calc-item-num p {
            font-size: 3.3em; } }
        @media (max-width: 667px) {
          .section-calc .calc-item-num p {
            font-size: 2.8em;
            letter-spacing: 1px;
            height: 50px; } }
        @media (max-width: 480px) {
          .section-calc .calc-item-num p {
            font-size: 2.2em;
            height: 34px; } }
        @media (max-width: 360px) {
          .section-calc .calc-item-num p {
            font-size: 2em; } }
        .section-calc .calc-item-num p sup {
          font-size: 0.6em;
          left: -0.3em;
          top: -0.6em; }
        .section-calc .calc-item-num p span {
          font-size: 0.6em;
          margin-left: -0.3em; }
    .section-calc .calc-item-sub {
      font-size: 1.48em;
      letter-spacing: 2px;
      font-weight: 300; }
      @media (max-width: 667px) {
        .section-calc .calc-item-sub {
          font-size: 1.2em;
          margin-bottom: 5%; } }
      @media (max-width: 480px) {
        .section-calc .calc-item-sub {
          font-size: 1.05em;
          margin-bottom: 1%; } }

.section-retro {
  background-color: #fff;
  background-image: url("../img/bg-retro.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .section-retro .image-group img {
    padding: 10px 0; }
  .section-retro .slide-retro-img-xs {
    padding: 8% 10%; }

.section-countdown {
  background: #eeeeee;
  text-align: center;
  background-image: url("../img/bg-saveday.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .section-countdown .text-area {
    margin: 20px 0; }
    .section-countdown .text-area .owl-item {
      border-radius: 10px; }
    .section-countdown .text-area .owl-item:nth-of-type(odd) {
      background-color: #1e1d1d;
      /*間隔背景 */ }
      .section-countdown .text-area .owl-item:nth-of-type(odd) p,
      .section-countdown .text-area .owl-item:nth-of-type(odd) .countdown-item-text-title,
      .section-countdown .text-area .owl-item:nth-of-type(odd) .countdown-top-title,
      .section-countdown .text-area .owl-item:nth-of-type(odd) .countdown-title-date,
      .section-countdown .text-area .owl-item:nth-of-type(odd) .countdown-title,
      .section-countdown .text-area .owl-item:nth-of-type(odd) .countdown-title-desc {
        color: #ffffff;
        border-color: #ffffff; }
    .section-countdown .text-area .owl-item:nth-of-type(even) {
      background-color: #ffffff;
      /*間隔背景 */ }
    .section-countdown .text-area .countdown-title-date {
      font-size: 20px;
      color: #00A1EC; }
    .section-countdown .text-area .countdown-top-title {
      color: #becbff;
      margin-bottom: 1rem; }
    .section-countdown .text-area .countdown-title {
      color: #ffffff;
      font-size: 500%;
      margin: 0 0 20px;
      font-weight: 300;
      letter-spacing: -6px;
      line-height: 1.2;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      @media (max-width: 991px) {
        .section-countdown .text-area .countdown-title {
          font-size: 300%; } }
      .section-countdown .text-area .countdown-title span {
        font-size: 60%; }
      .section-countdown .text-area .countdown-title small {
        font-size: 40%;
        letter-spacing: 2px;
        margin-left: 10px;
        font-family: "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif; }
        @media (max-width: 991px) {
          .section-countdown .text-area .countdown-title small {
            display: block; } }
    .section-countdown .text-area .countdown-title-desc {
      color: #fff;
      margin-bottom: 0.5rem;
      text-align: center; }
    @media (max-width: 667px) {
      .section-countdown .text-area .owl-nav,
      .section-countdown .text-area .owl-dots {
        display: none; } }
    .section-countdown .text-area .countdown-item {
      padding-bottom: 20px;
      float: left; }
      .section-countdown .text-area .countdown-item-img {
        padding: 0;
        max-height: 180px;
        overflow: hidden;
        box-shadow: 0 0 3px #333; }
        .section-countdown .text-area .countdown-item-img img {
          transition: all 0.5s linear; }
          .section-countdown .text-area .countdown-item-img img:hover, .section-countdown .text-area .countdown-item-img img:active, .section-countdown .text-area .countdown-item-img img:focus {
            transform: scale(1.05); }
      .section-countdown .text-area .countdown-item-text {
        height: 390px;
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        width: 100%; }
        @media (max-width: 667px) {
          .section-countdown .text-area .countdown-item-text {
            height: 260px; } }
        .section-countdown .text-area .countdown-item-text-title {
          color: #333333;
          margin-top: 10px; }
          @media (max-width: 667px) {
            .section-countdown .text-area .countdown-item-text-title {
              height: 26px;
              overflow: hidden;
              margin-bottom: 5px; } }
        .section-countdown .text-area .countdown-item-text-p {
          color: #333333;
          text-align: justify;
          height: 180px;
          overflow: hidden;
          text-align: left; }
          @media (max-width: 667px) {
            .section-countdown .text-area .countdown-item-text-p {
              height: 87px;
              margin-bottom: 5px; } }
        .section-countdown .text-area .countdown-item-text p {
          color: #333333;
          text-align: justify;
          text-align: left; }
        .section-countdown .text-area .countdown-item-text-sub {
          text-align: left; }
  .section-countdown .btn-countdown-signup {
    font-size: 18px;
    letter-spacing: 3px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0.8rem 0;
    width: 30%;
    margin: 3rem auto 0;
    margin-top: 3rem; }
    @media (max-width: 991px) {
      .section-countdown .btn-countdown-signup {
        margin-top: 1rem;
        width: 50%; } }
  .section-countdown #date-countdown {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px; }
    .section-countdown #date-countdown span {
      font-size: 16px;
      font-weight: 400; }

.section-copartner {
  background: #eeeeee;
  text-align: center; }
  .section-copartner .title {
    color: #15356C; }
  .section-copartner .copartner-item {
    padding: 15px;
    margin: auto; }
    .section-copartner .copartner-item > img:hover {
      transform: scale(1.08); }

.section-logo {
  background: #ffffff;
  padding-top: 6%; }

/***************************
    // 焦點產業白金攻略 .section-focus-**
    1/20 版上線後，獨立出來，放在 focus.scss 內
**********/
.section-expo.index-expo {
  box-shadow: 0px -8px 10px #5656564d; }
  .section-expo.index-expo .title {
    color: #13386b; }
  .section-expo.index-expo .expo-num {
    font-size: 3.5rem;
    color: #13386b;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px; }
    .section-expo.index-expo .expo-num .percent {
      font-size: 60%; }
  .section-expo.index-expo .expo-numboxcover {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2%; }
  .section-expo.index-expo .expo-num-txt {
    color: #13386b;
    margin: 10px 0; }
  .section-expo.index-expo .expo-bar-desc {
    width: 75%;
    margin: auto;
    margin-top: 10px; }

.section-quote.index-quote {
  background-color: #ececec; }

.swiper-container.swiper-quote {
  padding-top: 3%; }

.section-speaker.speaker-index {
  background-color: #dff3ff; }
  .section-speaker.speaker-index .speaker-deco-01-1 {
    background: url(../img/spot/deco-right3-1.png) no-repeat top right/100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 500px; }
  .section-speaker.speaker-index .speaker-deco-01-2 {
    background: url(../img/spot/deco-right3-2.png) no-repeat top right/100%;
    position: absolute;
    right: 0;
    top: 280px;
    width: 100px;
    height: 150px; }
  .section-speaker.speaker-index .speaker-deco-02-1 {
    background: url(../img/spot/deco-left3-1.png) no-repeat bottom left/100%;
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 200px;
    height: 500px; }
  .section-speaker.speaker-index .speaker-deco-02-2 {
    background: url(../img/spot/deco-left3-2.png) no-repeat bottom left/100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 150px; }
  .section-speaker.speaker-index .speaker-item-cover {
    padding: 10px; }
  .section-speaker.speaker-index .speaker-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0 0 7px 1px #ccc;
    position: relative;
    animation-play-state: paused;
    transform: translateY(0px);
    transition: all .3s;
    border-radius: 6px;
    max-width: 300px;
    overflow: hidden;
    margin: auto; }
  .section-speaker.speaker-index .speaker-overlay {
    background: rgba(21, 53, 108, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .section-speaker.speaker-index .btn-speaker-box {
    display: none;
    border: 1px solid #fff; }
  .section-speaker.speaker-index .btn-speaker-box:hover {
    background-color: #fff;
    color: #333; }
  .section-speaker.speaker-index .speaker-item:hover .speaker-txt {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0); }
  .section-speaker.speaker-index .speaker-item:hover .speaker-overlay {
    opacity: 1; }
  .section-speaker.speaker-index .speaker-item:hover .btn-speaker-box {
    display: inline-block; }
  .section-speaker.speaker-index .speaker-img img {
    width: 100%; }
  .section-speaker.speaker-index .speaker-txt {
    color: #fff;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(21, 53, 108, 0.7);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .section-speaker.speaker-index .speaker-txt .speaker-name {
    margin: 5px 0;
    font-weight: 700;
    font-size: 18px; }
  .section-speaker.speaker-index .speaker-txt .speaker-title {
    height: 42px;
    overflow: hidden; }

.section-forum.forum-index {
  background: url(../img/spot/deco-right3.png) no-repeat right -23%/12%, url(../img/spot/deco-left3.png) no-repeat left -5%/18%, linear-gradient(312deg, #122761 30%, #035466 100%);
  background-color: #122761;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 8%; }
  .section-forum.forum-index .title {
    color: #fff; }
  .section-forum.forum-index .swiper-container.swiper-forum {
    overflow: visible;
    margin-top: 2%; }
  .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev,
  .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-next {
    top: auto;
    bottom: -7%;
    opacity: 0.8;
    color: #fff;
    width: 30px;
    height: 30px; }
  .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev::after,
  .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-next::after {
    font-size: 16px; }
  @media (min-width: 1201px) {
    .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev {
      left: 30%; } }
  @media (min-width: 1201px) {
    .section-forum.forum-index .swiper-container.swiper-forum .swiper-button-next {
      right: 30%; } }
  .section-forum.forum-index .swiper-container.swiper-forum .swiper-pagination {
    bottom: -30px; }
  .section-forum.forum-index .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    cursor: default; }
  .section-forum.forum-index .swiper-pagination-bullet-active {
    background-color: #fff; }
  @media (min-width: 1201px) {
    .section-forum.forum-index .swiper-container.swiper-forum .swiper-slide-active {
      width: 40% !important;
      margin-left: -10%;
      margin-top: -2%;
      left: 2.5%;
      z-index: 1; } }
  .section-forum.forum-index .swiper-slide .forum-item-cover {
    opacity: .4;
    transition: all .1s; }
  .section-forum.forum-index .swiper-slide .forum-item-cover.active {
    max-width: 200%;
    flex-basis: 150%;
    opacity: 1; }
  .section-forum.forum-index .swiper-slide .forum-item-cover.active .forum-item {
    box-shadow: 0px 0px 0px 7px #15356C; }
  .section-forum.forum-index .forum-item-cover {
    padding: 10px; }
  .section-forum.forum-index .forum-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #010c1f;
    overflow: hidden;
    animation-play-state: paused;
    transition: all .3s;
    border-radius: 0 0 8px 8px;
    background-color: #fff; }
  .section-forum.forum-index .forum-img {
    text-align: center; }
  .section-forum.forum-index .forum-img img {
    width: 100%; }
  .section-forum.forum-index .forum-txt {
    background-color: #fff;
    padding: 10px 20px 15px;
    height: 280px; }
    @media (min-width: 769px) {
      .section-forum.forum-index .forum-txt {
        height: 300px; } }
  .section-forum.forum-index .forum-txt .forum-title {
    color: #14376c;
    margin: 3px 0;
    text-shadow: 0px -3px #fff;
    height: 67.2px; }
  .section-forum.forum-index .forum-txt .forum-info {
    overflow: hidden;
    height: 134.4px; }
    @media (min-width: 769px) {
      .section-forum.forum-index .forum-txt .forum-info {
        height: 153.6px; } }
  .section-forum.forum-index .forum-schdule {
    padding: 6px 15px;
    height: 60px;
    overflow: hidden;
    background-color: #f6f6f6; }
  .section-forum.forum-index .forum-schdule .forum-time {
    color: #555;
    height: 24px;
    overflow: hidden;
    font-size: 83%;
    font-weight: 400; }
    @media (min-width: 769px) {
      .section-forum.forum-index .forum-schdule .forum-time {
        font-size: 87.5%; } }

.section-insight.insight-index {
  background: #dff3ff;
  background: url(../img/spot/deco-right3-1.png) no-repeat right top/28%, url(../img/spot/deco-left3-1.png) no-repeat left bottom/12%; }
  .section-insight.insight-index .swiper-container.swiper-insight {
    padding-bottom: 50px; }
  .section-insight.insight-index .swiper-slide .insight-item-cover {
    transition: all .1s; }
  .section-insight.insight-index .insight-item-cover {
    padding: 10px; }
  .section-insight.insight-index .insight-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #010c1f;
    overflow: hidden;
    animation-play-state: paused;
    transition: all .3s;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff; }
  .section-insight.insight-index .insight-deco {
    background: #15356C;
    height: 10.5px;
    width: 100%; }
  .section-insight.insight-index .insight-img {
    text-align: center;
    width: 330px;
    height: 144.38px;
    overflow: hidden;
    background: #eee;
    margin: auto; }
  .section-insight.insight-index .insight-img img {
    width: 100%; }
  .section-insight.insight-index .insight-txt {
    background-color: #fff;
    padding: 10px 20px 15px; }
  .section-insight.insight-index .insight-txt .insight-title {
    color: #14376c;
    margin: 5px 0;
    text-shadow: 0px -3px #fff;
    height: 67.2px;
    overflow: hidden; }
  .section-insight.insight-index .insight-txt .insight-info {
    overflow: hidden;
    height: 44px; }

.titleEn {
  margin: 1% 0 2.5% 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #15356C; }

.descEn {
  font-size: 16px;
  line-height: 1.9; }
  @media (max-width: 667px) {
    .descEn {
      text-align: left; } }

.sectionEn-speaker.speaker-index .btnEn-default,
.sectionEn-spot .btnEn-default,
.sectionEn-forum .btnEn-default,
.sectionEn-copartner .btnEn-default {
  margin: 3rem auto 0;
  margin-top: 3rem; }

.sectionEn-after-wall {
  background-color: #eeeeee; }
  .sectionEn-after-wall .wall-pic {
    width: 16.666666%;
    float: left;
    position: relative; }
    .sectionEn-after-wall .wall-pic img {
      width: 100%; }
  .sectionEn-after-wall .wall-link {
    margin-top: 10px;
    display: inline-block;
    color: #2186c5;
    font-size: 18px; }
    .sectionEn-after-wall .wall-link:hover, .sectionEn-after-wall .wall-link:active, .sectionEn-after-wall .wall-link:visited {
      color: #1a6899; }

.sectionEn-intro {
  background-color: #ffffff;
  color: #333333;
  padding-top: 40px;
  padding-bottom: 50px; }
  .sectionEn-intro .main-titleEn {
    text-align: center;
    margin: 1% 0;
    font-weight: 700; }
    @media (max-width: 768px) {
      .sectionEn-intro .main-titleEn {
        margin-bottom: 3%; } }
  @media (max-width: 480px) {
    .sectionEn-intro .main-titleEn-top {
      width: 200px;
      margin: auto; } }
  .sectionEn-intro .sub-titleEn {
    text-align: center; }
  .sectionEn-intro .sub-titleEn.quote {
    letter-spacing: 15px;
    margin: -10px 0 0;
    line-height: 1.6;
    font-weight: 300; }
  .sectionEn-intro .desc {
    font-size: 18px;
    line-height: 1.9em;
    text-align: justify; }
  .sectionEn-intro .main-desc {
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 2; }
    @media (max-width: 667px) {
      .sectionEn-intro .main-desc {
        font-size: 18px;
        line-height: 1.9em; } }
  .sectionEn-intro .intro-highlight {
    margin-top: 2rem;
    margin-bottom: 10px;
    font-size: 2.3rem;
    color: #15356C; }
    @media (max-width: 480px) {
      .sectionEn-intro .intro-highlight {
        font-size: 1.9rem; } }
  .sectionEn-intro .intro-list-titleEn {
    margin: 0;
    font-weight: 400;
    background: -webkit-linear-gradient(#15356C 0%, #15356C 60%, #A3ABCC 60%, #A3ABCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400%;
    margin: 0; }
  .sectionEn-intro .intro-must-item {
    padding-bottom: 2%; }

.sectionEn-calc {
  background: url("../img/bg-calc.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  margin: 0 0 -1px;
  text-align: center;
  padding: 12% 0;
  position: relative;
  text-shadow: 0 0 10px #333, 2px 2px 10px #333; }
  @media (max-width: 768px) {
    .sectionEn-calc {
      background: url("../img/bg-calc-s.jpg") no-repeat bottom center; } }
  .sectionEn-calc .titleEn {
    margin: 3% 0;
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: 2px; }
    .sectionEn-calc .titleEn:before {
      content: none; }
    @media (max-width: 480px) {
      .sectionEn-calc .titleEn {
        margin: 2% auto 4%;
        font-size: 2em;
        width: 270px; } }
  .sectionEn-calc .calc-item {
    text-align: center;
    padding: 0;
    margin-bottom: 1%;
    margin-top: 1%;
    line-height: 1.8; }
    @media (max-width: 991px) {
      .sectionEn-calc .calc-item {
        margin-left: 0;
        margin-top: 2%; } }
    @media (max-width: 480px) {
      .sectionEn-calc .calc-item {
        padding-bottom: 3%; } }
    .sectionEn-calc .calc-item-num {
      padding-left: 12%;
      position: relative; }
      .sectionEn-calc .calc-item-num p {
        font-size: 3.2em;
        text-align: center;
        font-weight: 500;
        line-height: 1em;
        height: 68px; }
        .sectionEn-calc .calc-item-num p span.shuffled-digits {
          font-size: 1em;
          font-weight: 500; }
        @media (max-width: 1200px) {
          .sectionEn-calc .calc-item-num p {
            font-size: 3.3em; } }
        @media (max-width: 667px) {
          .sectionEn-calc .calc-item-num p {
            font-size: 2.8em;
            letter-spacing: 1px;
            height: 50px; } }
        @media (max-width: 480px) {
          .sectionEn-calc .calc-item-num p {
            font-size: 2.2em;
            height: 34px; } }
        @media (max-width: 360px) {
          .sectionEn-calc .calc-item-num p {
            font-size: 2em; } }
        .sectionEn-calc .calc-item-num p sup {
          font-size: 0.6em;
          left: -0.3em;
          top: -0.6em; }
        .sectionEn-calc .calc-item-num p span {
          font-size: 0.6em;
          margin-left: -0.3em; }
    .sectionEn-calc .calc-item-sub {
      font-size: 1.48em;
      letter-spacing: 2px;
      font-weight: 300; }
      @media (max-width: 667px) {
        .sectionEn-calc .calc-item-sub {
          font-size: 1.2em;
          margin-bottom: 5%; } }
      @media (max-width: 480px) {
        .sectionEn-calc .calc-item-sub {
          font-size: 1.05em;
          margin-bottom: 1%; } }

.sectionEn-retro {
  background-color: #fff;
  background-image: url("../img/bg-retro.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .sectionEn-retro .image-group img {
    padding: 10px 0; }
  .sectionEn-retro .slide-retro-img-xs {
    padding: 8% 10%; }

.sectionEn-countdown {
  background: #eeeeee;
  text-align: center;
  background-image: url("../img/bg-saveday.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .sectionEn-countdown .text-area {
    margin: 20px 0; }
    .sectionEn-countdown .text-area .owl-item {
      border-radius: 10px; }
    .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) {
      background-color: #1e1d1d;
      /*間隔背景 */ }
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) p,
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) .countdown-item-text-titleEn,
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) .countdown-top-titleEn,
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) .countdown-titleEn-date,
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) .countdown-titleEn,
      .sectionEn-countdown .text-area .owl-item:nth-of-type(odd) .countdown-titleEn-descEn {
        color: #ffffff;
        border-color: #ffffff; }
    .sectionEn-countdown .text-area .owl-item:nth-of-type(even) {
      background-color: #ffffff;
      /*間隔背景 */ }
    .sectionEn-countdown .text-area .countdown-titleEn-date {
      font-size: 20px;
      color: #00A1EC; }
    .sectionEn-countdown .text-area .countdown-top-titleEn {
      color: #becbff;
      margin-bottom: 1rem; }
    .sectionEn-countdown .text-area .countdown-titleEn {
      color: #ffffff;
      font-size: 500%;
      margin: 0 0 20px;
      font-weight: 300;
      letter-spacing: -6px;
      line-height: 1.2;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      @media (max-width: 991px) {
        .sectionEn-countdown .text-area .countdown-titleEn {
          font-size: 300%; } }
      .sectionEn-countdown .text-area .countdown-titleEn span {
        font-size: 60%; }
      .sectionEn-countdown .text-area .countdown-titleEn small {
        font-size: 40%;
        letter-spacing: 2px;
        margin-left: 10px;
        font-family: "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif; }
        @media (max-width: 991px) {
          .sectionEn-countdown .text-area .countdown-titleEn small {
            display: block; } }
    .sectionEn-countdown .text-area .countdown-titleEn-descEn {
      color: #fff;
      margin-bottom: 0.5rem;
      text-align: center; }
    @media (max-width: 667px) {
      .sectionEn-countdown .text-area .owl-nav,
      .sectionEn-countdown .text-area .owl-dots {
        display: none; } }
    .sectionEn-countdown .text-area .countdown-item {
      padding-bottom: 20px;
      float: left; }
      .sectionEn-countdown .text-area .countdown-item-img {
        padding: 0;
        max-height: 180px;
        overflow: hidden;
        box-shadow: 0 0 3px #333; }
        .sectionEn-countdown .text-area .countdown-item-img img {
          transition: all 0.5s linear; }
          .sectionEn-countdown .text-area .countdown-item-img img:hover, .sectionEn-countdown .text-area .countdown-item-img img:active, .sectionEn-countdown .text-area .countdown-item-img img:focus {
            transform: scale(1.05); }
      .sectionEn-countdown .text-area .countdown-item-text {
        height: 390px;
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        width: 100%; }
        @media (max-width: 667px) {
          .sectionEn-countdown .text-area .countdown-item-text {
            height: 260px; } }
        .sectionEn-countdown .text-area .countdown-item-text-titleEn {
          color: #333333;
          margin-top: 10px; }
          @media (max-width: 667px) {
            .sectionEn-countdown .text-area .countdown-item-text-titleEn {
              height: 26px;
              overflow: hidden;
              margin-bottom: 5px; } }
        .sectionEn-countdown .text-area .countdown-item-text-p {
          color: #333333;
          text-align: justify;
          height: 180px;
          overflow: hidden;
          text-align: left; }
          @media (max-width: 667px) {
            .sectionEn-countdown .text-area .countdown-item-text-p {
              height: 87px;
              margin-bottom: 5px; } }
        .sectionEn-countdown .text-area .countdown-item-text p {
          color: #333333;
          text-align: justify;
          text-align: left; }
        .sectionEn-countdown .text-area .countdown-item-text-sub {
          text-align: left; }
  .sectionEn-countdown .btnEn-countdown-signup {
    font-size: 18px;
    letter-spacing: 3px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0.8rem 0;
    width: 30%;
    margin: 3rem auto 0;
    margin-top: 3rem;
    display: block; }
    @media (max-width: 991px) {
      .sectionEn-countdown .btnEn-countdown-signup {
        margin-top: 1rem;
        width: 50%; } }
  .sectionEn-countdown #date-countdown {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px; }
    .sectionEn-countdown #date-countdown span {
      font-size: 16px;
      font-weight: 400; }

.sectionEn-copartner {
  background: #eeeeee;
  text-align: center; }
  .sectionEn-copartner .titleEn {
    color: #15356C; }
  .sectionEn-copartner .copartner-item {
    padding: 15px;
    margin: auto; }
    .sectionEn-copartner .copartner-item > img:hover {
      transform: scale(1.08); }

.sectionEn-sponsor {
  background: #ffffff;
  padding-top: 6%; }

/***************************
    // 焦點產業白金攻略 .sectionEn-focus-**
    1/20 版上線後，獨立出來，放在 focus.scss 內
**********/
.sectionEn-expo.index-expo {
  box-shadow: 0px -8px 10px #5656564d; }
  .sectionEn-expo.index-expo .titleEn {
    color: #13386b; }
  .sectionEn-expo.index-expo .expo-num {
    font-size: 3.5rem;
    color: #13386b;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px; }
    .sectionEn-expo.index-expo .expo-num .percent {
      font-size: 60%; }
  .sectionEn-expo.index-expo .expo-numboxcover {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2%; }
  .sectionEn-expo.index-expo .expo-num-txt {
    color: #13386b;
    margin: 10px 0; }
  .sectionEn-expo.index-expo .expo-bar-desc {
    width: 75%;
    margin: auto;
    margin-top: 10px; }

.sectionEn-quote.index-quote {
  background-color: #ececec; }

.swiper-container.swiper-quote {
  padding-top: 3%; }

.sectionEn-speaker.speaker-index {
  background-color: #dff3ff; }
  .sectionEn-speaker.speaker-index .speaker-deco-01-1 {
    background: url(../img/spot/deco-right3-1.png) no-repeat top right/100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 500px; }
  .sectionEn-speaker.speaker-index .speaker-deco-01-2 {
    background: url(../img/spot/deco-right3-2.png) no-repeat top right/100%;
    position: absolute;
    right: 0;
    top: 280px;
    width: 100px;
    height: 150px; }
  .sectionEn-speaker.speaker-index .speaker-deco-02-1 {
    background: url(../img/spot/deco-left3-1.png) no-repeat bottom left/100%;
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 200px;
    height: 500px; }
  .sectionEn-speaker.speaker-index .speaker-deco-02-2 {
    background: url(../img/spot/deco-left3-2.png) no-repeat bottom left/100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 150px; }
  .sectionEn-speaker.speaker-index .speaker-item-cover {
    padding: 10px; }
  .sectionEn-speaker.speaker-index .speaker-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0 0 7px 1px #ccc;
    position: relative;
    animation-play-state: paused;
    transform: translateY(0px);
    transition: all .3s;
    border-radius: 6px;
    max-width: 300px;
    overflow: hidden;
    margin: auto; }
  .sectionEn-speaker.speaker-index .speaker-overlay {
    background: rgba(21, 53, 108, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .sectionEn-speaker.speaker-index .btnEn-speaker-box {
    display: none;
    border: 1px solid #fff; }
  .sectionEn-speaker.speaker-index .btnEn-speaker-box:hover {
    background-color: #fff;
    color: #333; }
  .sectionEn-speaker.speaker-index .speaker-item:hover .speaker-txt {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0); }
  .sectionEn-speaker.speaker-index .speaker-item:hover .speaker-overlay {
    opacity: 1; }
  .sectionEn-speaker.speaker-index .speaker-item:hover .btnEn-speaker-box {
    display: inline-block; }
  .sectionEn-speaker.speaker-index .speaker-img img {
    width: 100%; }
  .sectionEn-speaker.speaker-index .speaker-txt {
    color: #fff;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(21, 53, 108, 0.7);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .sectionEn-speaker.speaker-index .speaker-txt .speaker-name {
    margin: 5px 0;
    font-weight: 700;
    font-size: 18px; }
  .sectionEn-speaker.speaker-index .speaker-txt .speaker-titleEn {
    height: 42px;
    overflow: hidden; }

.sectionEn-forum.forum-index {
  background: url(../img/spot/deco-right3.png) no-repeat right -23%/12%, url(../img/spot/deco-left3.png) no-repeat left -5%/18%, linear-gradient(312deg, #122761 30%, #035466 100%);
  background-color: #122761;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 8%; }
  .sectionEn-forum.forum-index .titleEn {
    color: #fff; }
  .sectionEn-forum.forum-index .swiper-container.swiper-forum {
    overflow: visible;
    margin-top: 2%; }
  .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev,
  .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-next {
    top: auto;
    bottom: -7%;
    opacity: 0.8;
    color: #fff;
    width: 30px;
    height: 30px; }
  .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev::after,
  .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-next::after {
    font-size: 16px; }
  @media (min-width: 1201px) {
    .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-prev {
      left: 30%; } }
  @media (min-width: 1201px) {
    .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-button-next {
      right: 30%; } }
  .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-pagination {
    bottom: -30px; }
  .sectionEn-forum.forum-index .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    cursor: default; }
  .sectionEn-forum.forum-index .swiper-pagination-bullet-active {
    background-color: #fff; }
  @media (min-width: 1201px) {
    .sectionEn-forum.forum-index .swiper-container.swiper-forum .swiper-slide-active {
      width: 40% !important;
      margin-left: -10%;
      margin-top: -2%;
      left: 2.5%;
      z-index: 1; } }
  .sectionEn-forum.forum-index .swiper-slide .forum-item-cover {
    opacity: .4;
    transition: all .1s; }
  .sectionEn-forum.forum-index .swiper-slide .forum-item-cover.active {
    max-width: 200%;
    flex-basis: 150%;
    opacity: 1; }
  .sectionEn-forum.forum-index .swiper-slide .forum-item-cover.active .forum-item {
    box-shadow: 0px 0px 0px 7px #15356C; }
  .sectionEn-forum.forum-index .forum-item-cover {
    padding: 10px; }
  .sectionEn-forum.forum-index .forum-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #010c1f;
    overflow: hidden;
    animation-play-state: paused;
    transition: all .3s;
    border-radius: 0 0 8px 8px;
    background-color: #fff; }
  .sectionEn-forum.forum-index .forum-img {
    text-align: center; }
  .sectionEn-forum.forum-index .forum-img img {
    width: 100%; }
  .sectionEn-forum.forum-index .forum-txt {
    background-color: #fff;
    padding: 10px 20px 15px;
    height: 280px; }
    @media (min-width: 769px) {
      .sectionEn-forum.forum-index .forum-txt {
        height: 300px; } }
  .sectionEn-forum.forum-index .forum-txt .forum-titleEn {
    color: #14376c;
    margin: 3px 0;
    text-shadow: 0px -3px #fff;
    height: 67.2px; }
  .sectionEn-forum.forum-index .forum-txt .forum-info {
    overflow: hidden;
    height: 134.4px; }
    @media (min-width: 769px) {
      .sectionEn-forum.forum-index .forum-txt .forum-info {
        height: 153.6px; } }
  .sectionEn-forum.forum-index .forum-schdule {
    padding: 6px 15px;
    height: 60px;
    overflow: hidden;
    background-color: #f6f6f6; }
  .sectionEn-forum.forum-index .forum-schdule .forum-time {
    color: #555;
    height: 24px;
    overflow: hidden;
    font-size: 83%;
    font-weight: 400; }
    @media (min-width: 769px) {
      .sectionEn-forum.forum-index .forum-schdule .forum-time {
        font-size: 87.5%; } }

.sectionEn-insight.insight-index {
  background: #dff3ff;
  background: url(../img/spot/deco-right3-1.png) no-repeat right top/28%, url(../img/spot/deco-left3-1.png) no-repeat left bottom/12%; }
  .sectionEn-insight.insight-index .swiper-container.swiper-insight {
    padding-bottom: 50px; }
  .sectionEn-insight.insight-index .swiper-pager-insight {
    bottom: -30px; }
  .sectionEn-insight.insight-index .insight-btnbox {
    padding-top: 8%; }
  .sectionEn-insight.insight-index .swiper-slide .insight-item-cover {
    transition: all .1s; }
  .sectionEn-insight.insight-index .insight-item-cover {
    padding: 10px; }
  .sectionEn-insight.insight-index .insight-item {
    display: -ms-flexbox;
    display: flex;
    align-self: start;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px #010c1f;
    overflow: hidden;
    animation-play-state: paused;
    transition: all .3s;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff; }
  .sectionEn-insight.insight-index .insight-deco {
    background: #15356C;
    height: 10.5px;
    width: 100%; }
  .sectionEn-insight.insight-index .insight-img {
    text-align: center;
    width: 330px;
    height: 144.38px;
    overflow: hidden;
    background: #eee;
    margin: auto; }
  .sectionEn-insight.insight-index .insight-img img {
    width: 100%; }
  .sectionEn-insight.insight-index .insight-txt {
    background-color: #fff;
    padding: 10px 20px 15px; }
  .sectionEn-insight.insight-index .insight-txt .insight-titleEn {
    color: #14376c;
    margin: 5px 0;
    text-shadow: 0px -3px #fff;
    height: 67.2px;
    overflow: hidden; }
  .sectionEn-insight.insight-index .insight-txt .insight-info {
    overflow: hidden;
    height: 44px; }

.section-kv-content {
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 55px; }
  .section-kv-content .kv-content {
    margin: auto 0;
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 4% 2%;
    min-height: auto; }
    @media (min-width: 1201px) {
      .section-kv-content .kv-content {
        padding: 4% 0 3%;
        min-height: 290px; } }
    @media (min-width: 769px) {
      .section-kv-content .kv-content {
        min-height: 145px; } }
    .section-kv-content .kv-content .kv-text {
      position: relative;
      color: #ffffff;
      font-weight: 700;
      padding: 3vh 0;
      text-align: left;
      width: 65%;
      margin: auto; }
      @media (max-width: 667px) {
        .section-kv-content .kv-content .kv-text {
          padding: 0;
          width: 85%; } }
      .section-kv-content .kv-content .kv-text h4 {
        letter-spacing: 1.2rem;
        color: #ffffff;
        font-weight: 400;
        margin-top: 4.5%; }
@media (max-width: 768px) and (min-width: 481px) {
  .section-kv-content .kv-content .kv-text h4 {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-top: 4%; } }

        @media (max-width: 480px) {
          .section-kv-content .kv-content .kv-text h4 {
            font-size: 0.7rem;
            letter-spacing: 0.2rem; } }
      .section-kv-content .kv-content .kv-text .btn-apply-kv {
        margin-top: 2vh; }
      .section-kv-content .kv-content .kv-text > p {
        line-height: 0.95em;
        margin-bottom: 7px;
        text-shadow: 0 0 4px #003949; }

.section-inner {
  margin: 0; }
  .section-inner .title {
    text-align: center; }
    .section-inner .title:before, .section-inner .title:after {
      content: none; }

.section-expo {
  background-color: #ffffff;
  color: #333333; }
  .section-expo .title {
    text-align: center;
    font-size: 32px;
    font-weight: 200; }
  .section-expo .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 3px;
    vertical-align: text-top; }
  .section-expo .expo-time-sub {
    font-size: 18px;
    line-height: 1.45em; }

.section-intro {
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 30px; }
  .section-intro .title {
    text-align: center; }

.sectionEn-kv-content {
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 55px; }
  .sectionEn-kv-content .kv-content {
    margin: auto 0;
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 5% 2%;
    min-height: auto; }
    @media (min-width: 1201px) {
      .sectionEn-kv-content .kv-content {
        padding: 5% 0 4%;
        min-height: 290px; } }
    @media (min-width: 769px) {
      .sectionEn-kv-content .kv-content {
        min-height: 145px; } }
    .sectionEn-kv-content .kv-content .kv-text {
      position: relative;
      color: #ffffff;
      font-weight: 700;
      padding: 3vh 0;
      text-align: center;
      width: 65%;
      margin: auto; }
      @media (max-width: 667px) {
        .sectionEn-kv-content .kv-content .kv-text {
          padding: 0;
          width: 85%; }
          .sectionEn-kv-content .kv-content .kv-text img {
            max-width: 95%; } }
      .sectionEn-kv-content .kv-content .kv-text h4 {
        letter-spacing: 0.3rem;
        color: #ffffff;
        font-weight: 400;
        margin-top: 5%; }
@media (max-width: 768px) and (min-width: 481px) {
  .sectionEn-kv-content .kv-content .kv-text h4 {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-top: 4%; } }

        @media (max-width: 480px) {
          .sectionEn-kv-content .kv-content .kv-text h4 {
            font-size: 0.7rem;
            letter-spacing: 0.2rem; } }
      .sectionEn-kv-content .kv-content .kv-text .btn-apply-kv {
        margin-top: 2vh; }
      .sectionEn-kv-content .kv-content .kv-text > p {
        line-height: 0.95em;
        margin-bottom: 7px;
        text-shadow: 0 0 4px #003949; }

.sectionEn-inner {
  margin: 0; }
  .sectionEn-inner .titleEn {
    text-align: center; }
    .sectionEn-inner .titleEn:before, .sectionEn-inner .titleEn:after {
      content: none; }

.sectionEn-expo {
  background-color: #ffffff;
  color: #333333; }
  .sectionEn-expo .titleEn {
    text-align: center;
    font-size: 32px;
    font-weight: 200; }
  .sectionEn-expo .expo-time-name {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 3px;
    vertical-align: text-top; }
  .sectionEn-expo .expo-time-sub {
    font-size: 18px;
    line-height: 1.45em; }

.sectionEn-intro {
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 30px; }
  .sectionEn-intro .titleEn {
    text-align: center; }

/***************************
    亮點活動 section-spot start
    -------
    css: css/index-spot.css , scss: scss/index-spot.scss
**********/
/* section-accordion start */
.section-accordion {
  background: url(../img/spot/deco-right.png) no-repeat right top/28%, url(../img/spot/deco-left.png) no-repeat left bottom/12%, linear-gradient(-135deg, #15356c 0%, #035466 100%);
  padding-bottom: 8%; }

.section-accordion .title {
  color: #fff; }

.section-accordion .slider-wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00192b; }

.section-accordion .slider-wrapper .slide-txt .num {
  margin: 0;
  cursor: pointer;
  /* color: #333;
  font-weight: 300; */
  font-size: 4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(#15356C 0%, #15356C 60%, #A3ABCC 60%, #A3ABCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-size: 400%; */ }

.section-accordion .slider-wrapper .slider {
  position: absolute;
  top: 0;
  height: 500px;
  background-color: #fff;
  box-shadow: 0 0 10px #00192b; }

.section-accordion .slider-wrapper .slider2 {
  position: absolute;
  top: 0; }

.section-accordion .slider-wrapper .slider.active {
  left: 0; }

.section-accordion .slider-wrapper .slider2.active {
  left: 0; }

.section-accordion .slider-wrapper img {
  width: 1000px; }

.section-accordion .slide-txt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 130px;
  margin: 0;
  padding: 10px 0 0;
  color: #333;
  background: #fff;
  border-top: .5px solid #e4e4e4; }

.section-accordion .slider-title {
  /* font-size: 20px; */
  font-weight: 700;
  margin: 5px 0; }

.section-accordion .slider-summary {
  margin: 5px 0; }

@media all and (max-width: 767px) {
  .section-accordion .mobile-slider-wrapper {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden; }

  .section-accordion .mobile-slider-wrapper .title {
    width: 100%;
    padding: 15px 10px;
    height: 50px;
    color: #fff;
    margin: 0;
    cursor: pointer; }

  .section-accordion .mobile-slider-wrapper .m-slider {
    position: absolute;
    left: 0; }

  .section-accordion .mobile-slider-wrapper img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover; } }
/* section-accordion end */
/* section-carousel start */
.section-spot.section-carousel {
  padding-left: 0;
  padding-right: 0; }
  .section-spot.section-carousel .carousel-wrapper {
    padding-bottom: 3rem; }
  .section-spot.section-carousel .carousel-slide {
    position: relative; }
    .section-spot.section-carousel .carousel-slide .slide-img {
      border: 0.5px solid #ccc; }
      .section-spot.section-carousel .carousel-slide .slide-img img {
        width: 100%; }
    .section-spot.section-carousel .carousel-slide .slide-txt {
      position: absolute;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      color: #fff;
      padding: 20px 15px; }
      .section-spot.section-carousel .carousel-slide .slide-txt .slider-title {
        margin: 0 0 3px; }
      .section-spot.section-carousel .carousel-slide .slide-txt .slider-summary {
        height: 89.6px;
        overflow: hidden; }
  .section-spot.section-carousel .swiper-button-prev {
    left: -10%;
    top: auto; }
  .section-spot.section-carousel .swiper-button-next {
    right: -10%;
    top: auto; }

/* section-carousel end */
/***************************
    亮點活動 end
**********/
/***************************
    亮點活動 sectionEn-spot start
    -------
    css: css/index-spot.css , scss: scss/index-spot.scss
**********/
/* sectionEn-accordion start */
.sectionEn-accordion {
  background: url(../img/spot/deco-right.png) no-repeat right top/28%, url(../img/spot/deco-left.png) no-repeat left bottom/12%, linear-gradient(-135deg, #15356c 0%, #035466 100%);
  padding-bottom: 8%; }

.sectionEn-accordion .titleEn {
  color: #fff; }

.sectionEn-accordion .slider-wrapper {
  height: 620px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00192b; }

.sectionEn-accordion .slider-wrapper .slide-txt .num {
  margin: 0;
  cursor: pointer;
  /* color: #333;
  font-weight: 300; */
  font-size: 4rem;
  font-weight: 400;
  background: -webkit-linear-gradient(#15356C 0%, #15356C 60%, #A3ABCC 60%, #A3ABCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-size: 400%; */ }

.sectionEn-accordion .slider-wrapper .slider {
  position: absolute;
  top: 0;
  height: 620px;
  background-color: #fff;
  box-shadow: 0 0 10px #00192b; }

.sectionEn-accordion .slider-wrapper .slider2 {
  position: absolute;
  top: 0; }

.sectionEn-accordion .slider-wrapper .slider.active {
  left: 0; }

.sectionEn-accordion .slider-wrapper .slider2.active {
  left: 0; }

.sectionEn-accordion .slider-wrapper img {
  width: 1000px; }

.sectionEn-accordion .slide-txt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 220px;
  margin: 0;
  padding: 10px 0 0;
  color: #333;
  background: #fff; }

.sectionEn-accordion .slider-titleEn {
  /* font-size: 20px; */
  font-weight: 700;
  margin: 5px 0; }

.sectionEn-accordion .slider-summary {
  margin: 5px 0; }

@media all and (max-width: 767px) {
  .sectionEn-accordion .mobile-slider-wrapper {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden; }

  .sectionEn-accordion .mobile-slider-wrapper .titleEn {
    width: 100%;
    padding: 15px 10px;
    height: 50px;
    color: #fff;
    margin: 0;
    cursor: pointer; }

  .sectionEn-accordion .mobile-slider-wrapper .m-slider {
    position: absolute;
    left: 0; }

  .sectionEn-accordion .mobile-slider-wrapper img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover; } }
/* sectionEn-accordion end */
/* sectionEn-carousel start */
.sectionEn-spot.sectionEn-carousel {
  padding-left: 0;
  padding-right: 0; }
  .sectionEn-spot.sectionEn-carousel .carousel-wrapper {
    padding-bottom: 3rem; }
  .sectionEn-spot.sectionEn-carousel .carousel-slide {
    position: relative; }
    .sectionEn-spot.sectionEn-carousel .carousel-slide .slide-img img {
      width: 100%; }
    .sectionEn-spot.sectionEn-carousel .carousel-slide .slide-txt {
      position: absolute;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      color: #fff;
      padding: 20px 15px; }
      .sectionEn-spot.sectionEn-carousel .carousel-slide .slide-txt .slider-titleEn {
        margin: 0 0 3px; }
  .sectionEn-spot.sectionEn-carousel .swiper-button-prev {
    left: -10%;
    top: auto; }
  .sectionEn-spot.sectionEn-carousel .swiper-button-next {
    right: -10%;
    top: auto; }

/* sectionEn-carousel end */
/***************************
    亮點活動 end
**********/

/*# sourceMappingURL=main-style.css.map */
