:root {
  --theme: #050a44;
  --theme-light: #37adb6;
  --theme-hit: #ffa535;
  /* --theme-feat: #00cdd1; */
  --theme-feat: #4cadff;
  --lightgray: #676767;
  --link: #0070ef;
  /* 一般白底內文連結 */
  --linkHover: #00064c;
  --navLink: #0070ef;
  --navLinkHover: #004b70;

  /* nav 6 type color */
  --typeAbout: #0070D8;
  --typeAgenda: #C0942D;
  --typeSpeaker: #0F8E96;
  --typeExpo: #055088;
  --typeAct: #FF6B00;
  --typeNews: #FF0000;
}

/* bg color 沒有變變數 */

/* theme linear color */
/* background: rgb(0,236,240);
background: -moz-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%, rgba(0, 112, 239,1) 27%, rgba(222,84,39,1) 74%, rgba(232,163,60,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
background: linear-gradient(135deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf0', endColorstr='#e8a33c',GradientType=1 ); */

/* font: Lato for English */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+TC:wght@500&display=swap');

@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

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

body {
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: 'Lato', 'Noto Sans TC', 'Noto Sans', "微軟正黑體", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    min-height: 100%;
  }
}

.index_bg {
  background: url("../img/bg-calc.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}


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

h1 {
  font-size: 50px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}

h3 {
  font-size: 35px;
  font-weight: 500;
}

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

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

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

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

strong {
  font-weight: 700;
}

i.fa,
i.fas {
  min-width: 20px;
  min-height: 20px;
  display: inline;
}

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

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

.hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #dddddd;
}

.breadcrumb-head {
  color: #dfdfdf;
  font-weight: 500;
  margin: -1% -4% 3% 0;
  letter-spacing: -2px;
}

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: 1.5rem;
  line-height: 1.9em;
}


.list ul,
.list ol {
  margin-left: 1.5rem;
}

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

.list ol>li {
  list-style: decimal;
}



a {
  transition: all .3s ease;
  color: var(--link);
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: var(--linkHover);
  text-decoration: none;
}

@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,
  .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%;
  }
}

/**************
  btn 共用 start
 **************/
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;
  outline: none;
}

.btn-inline {
  color: #333;
  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;
}

.btn-inline:focus,
.btn-inline:hover {
  color: #333;
  outline: none;
}

.btn-block {
  display: block;
  width: 90%;
  max-width: 350px;
  margin: 1% auto 2%;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: var(--theme-feat);
}

.btn-glowing {
  margin-top: 4rem;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  text-shadow: none;
  /* border: 1px solid #fff; */
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s ease;
}

.btn-glowing:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.btn-glowing:before {
  content: "";
  background: #0001f0;
  background: -moz-linear-gradient(-45deg, rgba(76, 173, 255, 1) 0%, rgba(13, 18, 124, 1) 50%, rgba(76, 173, 255, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(76, 173, 255, 1) 0%, rgba(13, 18, 124, 1) 50%, rgba(76, 173, 255, 1) 100%);
  background: linear-gradient(135deg, rgba(76, 173, 255, 1) 0%, rgba(13, 18, 124, 1) 50%, rgba(76, 173, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0001f0', endColorstr='#0001f0', GradientType=1);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.btn-glowing:hover:before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0.3;
}

@-moz-keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

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

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

.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: 1px 8px 0px;
  border-radius: 5px;
  color: var(--theme-hit);
  border: 1px solid var(--theme-hit);
  font-size: 90%;
  margin: 0 3px;
}

.btn-line-s:focus,
.btn-line-s:hover,
.btn-line-s:active {
  background-color: var(--theme-hit);
  color: var(--theme);
}

.btn-outline {
  color: var(--link);
  border: 1px solid var(--link);
}

.btn-outline:focus,
.btn-outline:hover {
  background: var(--linkHover);
  border-color: var(--linkHover);
  color: #fff;
}

/* close btn */
.btn-close {
  background-color: #ccc;
  color: var(--theme);
  text-shadow: none;
  cursor: not-allowed !important;
}


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

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

/* back btn on inner pages: speaker_page, techdemo_page, product_page */
.btn-back {
  border: 3px solid #fff;
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 45px;
  border-radius: 50px;
  margin: -2% 2% 1%;
  font-size: 24px;
  opacity: 0.7;
}

.btn-back:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--link);
}

.btn-back:focus {
  opacity: 0.8;
}

/* for agenda , session page */
.btn-download {
  background-color: var(--link);
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
  letter-spacing: 1px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px #00000040;
  display: block;
  max-width: 200px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s ease;
}

.btn-download:hover {
  background-color: var(--linkHover);
  box-shadow: 0px 0px 0px 0px #00000040;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn-download i {
  font-size: 120%;
  vertical-align: middle;
  opacity: .8;
  margin-right: 5px;
  margin-left: -5px;
}

/**************
  btn 共用 end
 **************/


/* 共用的 section 上下 padding */
.py-section {
  padding: 8% 0;
}

.bolder {
  font-weight: bolder;
}

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

.bg-theme {
  background-color: var(--theme);
}

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

.text-gold {
  color: #C0942D;
}

.text-theme {
  color: var(--theme);
}


section,
header {
  position: relative;
}

section {
  padding: 4% 0% 5% 0%;
  /* float: left; */
  width: 100%;
  position: relative;
}

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

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

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





/* 內頁 小標題 uses: speaker_page */
.content-title {
  margin: 1rem 0 1.3rem;
}

.content-title::after {
  content: '';
  display: block;
  margin: 1rem 0;
  width: 45px;
  height: 5px;
  border-radius: 3px;
  background: rgb(0, 236, 240);
  background: -moz-linear-gradient(-45deg, rgba(71, 224, 249, 1) 0%, rgba(0, 112, 239, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(71, 224, 249, 1) 0%, rgba(0, 112, 239, 1) 100%);
  background: linear-gradient(135deg, rgba(71, 224, 249, 1) 0%, rgba(0, 112, 239, 1) 100%);
}

.content-title .zh {
  display: inline-block;
}

.content-title .en {
  border-left: 1px solid #C4C4C4;
  padding: 0 0.8rem;
  color: #C4C4C4;
  margin-left: 0.8rem;
  display: inline-block;
}






/* 可共用 section header start */
.sec-head {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.sec-head::before {
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7422ff+60,ff64a5+100 */
  background: rgb(0, 112, 239);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0, 112, 239, 1) 60%, rgba(71, 224, 249) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 112, 239, 1) 60%, rgba(71, 224, 249) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 112, 239, 1) 60%, rgba(71, 224, 249) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7422ff', endColorstr='#ff64a5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.sec-head .title {
  color: #ffffff;
  text-align: left;
  margin: 0;
  font-family: "Noto Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-family: 'Lato', sans-serif;
}

.sec-head .title::first-letter::before {}

.sec-head .title .sub {
  font-weight: 300;
  font-size: 20px;
  color: var(--theme-feat);
  border-left: 2px solid;
  padding-left: 1rem;
  margin-left: 1.5rem;
  font-family: "Noto Sans TC", "Open Sans", Helvetica, Arial, sans-serif;
  ;
}

@media (max-width: 767px) {
  .sec-head .title .sub {
    display: block;
    border-left-width: 0px;
    margin-top: 0.5rem;
    margin-left: 0px;
    padding-left: 0px;
  }
}

.title-btn {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 50px;
  margin-left: auto;
  margin-top: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.title-btn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  margin: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.625rem;
  border-color: inherit;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7422ff+60,ff64a5+100 */
  background: rgb(0, 112, 239);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0, 112, 239, 1) 60%, rgba(71, 167, 249, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 112, 239, 1) 60%, rgba(71, 167, 249, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 112, 239, 1) 60%, rgba(71, 167, 249, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7422ff', endColorstr='#ff64a5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.title-btn .circle .icon-arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.title-btn .circle .icon-arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.375rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  border-color: inherit;
}

.title-btn .circle .icon-arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-btn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.title-btn:hover .circle {
  width: 100%;
}

.title-btn:hover .circle .icon-arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
  transform: translate(1rem, 0);
}

.title-btn:hover .button-text {
  color: #fff;
}

/* 可共用 section header end */



.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: var(--theme);
  opacity: .5;
}

.swiper-button-next {
  color: var(--theme);
  opacity: .5;
}

/* .swiper-container .swiper-slide {
  padding: 10px;
} */
.swiper-container .swiper-slide .forum-item-cover {
  /* opacity: .6; */
  transition: all .1s;
}

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

.swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffffbb;
}

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


/************* 
    icon start
  *************/
.fa-phone,
.fa-tag {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* inner page: session_page, speaker_page, lab_page, agenda */
h1 i[class*="fa-external-link"],
h2 i[class*="fa-external-link"],
h3 i[class*="fa-external-link"],
h4 i[class*="fa-external-link"],
h5 i[class*="fa-external-link"],
h6 i[class*="fa-external-link"],
.speaker-box i[class*="fa-external-link"],
.session-item i[class*="fa-external-link"],
.lab-item i[class*="fa-external-link"],
.session-title i[class*="fa-external-link"],
.product-title i[class*="fa-external-link"],
.techdemo-title i[class*="fa-external-link"] {
  font-size: 70%;
  padding-left: 1%;
}

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

/************* 
      icon end
    *************/



/* Social icon */
.fa-facebook-square {
  color: #3979cd;
}

.fa-line {
  color: #1ec964;
}

/* social icon group component */
/**********
    Social-group type 1 , uses : speaker_page, 
   **********/
/* social icon 塊狀版，有底色 */
/*  放在內頁文字下 */
.social-block {}

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

.social-block .social-list {
  padding: 0;
  margin: 2% 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.social-block .social-list li:first-child {
  padding-left: 0;
}

.social-block .social-list li a {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  background-color: var(--navLink);
  color: #fff;
  transition: all .3s ease;
}

.social-block .social-list li a:hover,
.social-block .social-list li a:focus,
.social-block .social-list li a:active {
  background-color: var(--linkHover);
}

/**********
    Social-group type 2 , uses :
   **********/
/* social icon 圖形版，沒有底色 */
.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: 5px 8px;
  font-size: 17px;
}

.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: 45px;
  /* line-height: 1; */
  text-align: center;
  transition: all .3s ease;
  transform: translateY(0px);
}

@media (max-width: 767px) {
  .social-inline .social-list li a {}
}

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




/**********
    Social-group type 3 , uses session_page :
   **********/
.social-side .social-list {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-side .social-list li {
  display: inline-block;
  padding: 5px;
}

.social-side .social-list li:hover,
.social-side .social-list li:focus,
.social-side .social-list li:active {
  transform: translateY(2px);
}

.social-side .social-list li a {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 40px;
  text-align: center;
  transition: all .3s ease;
  transform: translateY(0px);
}

@media (max-width: 767px) {
  .social-side .social-list li a {
    font-size: 50px;
  }
}

.social-side .social-list li:not(a):hover,
.social-side .social-list li a:hover {
  filter: brightness(1.05);
}



/**********
    Social-group type 4, uses :exhibittion_page
   **********/
.info-social {}

.info-social .social-list {
  width: 100%;
}

.info-social .social-list li {
  display: inline-block;
  padding: 3px;
}

.info-social .social-list li a {
  display: inline-block;
  color: #fff;
  background: #ffffff50;
  border: 1px solid #888;
  border-radius: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 55px;
  padding: 2px;
}

.info-social .social-list li a:hover {
  background: #ffffff;
  color: var(--theme-feat);
}

.info-social .social-list li a i {
  font-size: 30px;
}


/***************    
         tag
  **************/
/* 2022新 tag component */
.tagbox {
  color: #888;
}

/* .tagbox > [class*="tag-"]{
  padding: 5px 10px 5px 0;
}
.tagbox > [class*="tag-"] i {
  font-size: 18px;
  padding-left: 5px;
} */
.tagbox .tag {}

.tagbox .tag i {
  display: inline-block;
  margin-left: 15px;
  padding-right: 5px;
  text-align: center;
}

.tagbox .tag:first-child i {
  margin-left: 0;
}

/* 內頁的 tag，使用頁面：session_page, lab_page */
.tagbox.inner {
  padding: 15px 0;
  margin: 1% 0;
}

/* .tagbox.inner > [class*="tag-"]{
  display: block;
}
.tagbox > [class*="tag-"] i {
  padding-right: 5px;
} */


/* tag 有 N 種：
  1. #: session-classbox eg.大會主題演講, speaker_page 放日期
  2. tagbox 隨意前面要放什麼 eg. icon書 on: session_page
  3. icon標籤: session-tag box 議程標籤
  4. 日期時間 badge-time-list，日期時間，有時會接地點
  5. 承4.，改成只有時間 icon，只出現在 activ_page(活動內頁)
  */
.tag-inline {
  color: #004b70;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.tag-inline span {
  padding: 0;
  margin-right: 8px;
  position: relative;
  word-break: keep-all;
}

.tag-inline span::before {
  content: "\f292";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  /* -webkit-transform: rotate(90deg);
  transform: rotate(90deg); */
  font-family: "Font Awesome 5 Free";
}

.tag-inline .core {
  color: #004b70;
  font-weight: bolder;
  position: relative;
  z-index: 0;
}

.tag-inline .core::after {
  content: '';
  background-color: #d6f3ff;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}


/* badge time 日期時間標籤 */
.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;
  width: 100%;
}

@media (max-width: 666px) {
  .badge-time-list {
    flex-direction: column;
    width: 100%;
  }
}

.badge-time-list li {
  padding: .5% 2% 1% 0;
  margin: 0;
  list-style: none;
  color: var(--lightgray);
  white-space: nowrap;
  word-break: keep-all;
}

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

.badge-time-list li h6 {
  margin: 0 1% 0 0;
}

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


/*******
 session's badge 
 *******/


/* 展攤 tag */
.exhibit-tagbox {
  line-height: 1;
  text-align: left;
  color: var(--theme);
  font-weight: 500;
  font-size: 1.1rem;
}

.exhibit-tagbox span {
  padding: 7px 0px 8px;
  display: inline-block;
  margin: 4px 3px;
  position: relative;
  z-index: 0;
}

.exhibit-tagbox .area {
  background-color: #0F8E96;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 30px;
  height: 30px;
}






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

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





.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 {
  font-family: 'Lato', sans-serif;
  background: #222;
  margin: 0px;
  padding: 2% 0;
  padding-bottom: 60px;
  bottom: 0px;
  width: 100%;
  color: #cdcdcd;
  z-index: 99;
}

.section-footer a {
  color: #cdcdcd;
}

.section-footer a:hover,
.section-footer a:active,
.section-footer a:focus {
  color: #15c9ff;
  opacity: 1;
}

.section-footer .footer-container {
  /* padding: 10px 10% 0; */
  width: 100%;
}

.section-footer .footer-container:first-child {
  border-bottom: 1px solid #666666;
}

.section-footer .footer-container .footer-brand {}

.section-footer .footer-title {
  font-size: 32px;
}


footer .social-group {
  width: 100%;
}

footer .social-group .social-list {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: end;
}

footer .social-group .social-list li {
  display: inline-block;
  padding: 0 10px;
}

footer .social-group .social-list li:hover,
footer .social-group .social-list li:focus,
footer .social-group .social-list li:active {
  transform: translateY(2px);
}

footer .social-group .social-list li a {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 40px;
  text-align: center;
  transition: all .3s ease;
  transform: translateY(0px);
}

@media (max-width: 767px) {
  footer .social-group .social-list li a {
    font-size: 50px;
  }
}

footer .social-group .social-list li:not(a):hover,
footer .social-group .social-list li a:hover {
  filter: brightness(1.05);
}

.footer-info {
  width: 100%;
}

.speed-link {
  padding: 0;
}

.speed-link ul li {
  display: inline-block;
  padding: 0 10px 0 15px;
  border-left: 1px solid #666666;
}

.speed-link ul li:first-child {
  border-left-width: 0px;
}

.speed-link ul li a {}

.history-years {
  padding-left: 15px;
}

.years-title {
  padding-right: 8px;
  display: inline-block;
}

.history-years .years-list {
  display: inline-block;
}

.history-years .years-list li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #666666;
}

.history-years .years-list li:first-child {
  border-left-width: 0px;
}

.history-years .years-list li a span {}

.brand-part {
  line-height: 1.8em;
  opacity: 0.6;
}

.brand-part .img-cyber {
  width: 100%;
  display: inline-block;
  margin: 0.5rem 0.5rem 0.5rem 0;
  max-width: 180px;
}

.brand-part .img-cyber span a img {}

.logo-img,
.imgbox {
  overflow: hidden;
}

.logo-img img,
.imgbox img {
  box-shadow: 0 0 2px #ccc;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .5s ease;
  width: 100%;
}

.logo-img:hover img,
.imgbox:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.brand-part .img-ithome {
  width: 100%;
  max-width: 150px;
  display: inline-block;
  margin: 1%;
}

.right-logo-cyber {}

.copyrightbox {}

.copyright {
  padding-top: 2%;
  color: #777;
}










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



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

.goShare {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 15px;
  animation: bounce .5s 1 ease-out .8s;
}

.goShare .goShareAnchor {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.goShare .goShareAnchor:hover,
.goShare .goShareAnchor:focus,
.goShare .goShareAnchor:active {
  top: 3px;
  animation: top .3s ease-out;
}

.goShare .goShareAnchor img {
  width: 100%;
  max-width: 105px;
}

.goShare .goShareAnchor .until-note {
  position: absolute;
  top: -60px;
  right: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background: linear-gradient(0deg, #8589be 0%, #1b1f4b 100%); */
  background: #ae0abe;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-size: 13.5px;
  padding: 14px 0px 5px;
  text-align: center;
  box-shadow: 2px 2px 5px #00000052;
  transition: .3s ease;
}

.goShare .goShareAnchor .until-note::before {
  content: '';
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ae0abe;
  position: absolute;
  bottom: -18px;
  right: 25px;
}

.goShare .goShareAnchor .until-note small {
  display: block;
  color: #ffeb00;
}

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



/*  */
.goAnnounce {
  position: fixed;
  z-index: 100;
  bottom: 220px;
  right: 15px;
  animation: bounce .5s 1 ease-out .8s;
}

.goAnnounce .goAnnounceAnchor {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.goAnnounce .goAnnounceAnchor:hover,
.goAnnounce .goAnnounceAnchor:focus,
.goAnnounce .goAnnounceAnchor:active {
  top: 3px;
  animation: top .3s ease-out;
}

.goAnnounce .goAnnounceAnchor img {
  width: 100%;
  max-width: 110px;
}

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



/*  */
.goSlides {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 15px;
  animation: bounce .5s 1 ease-out .8s;
}

.goSlides .goSlidesAnchor {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.goSlides .goSlidesAnchor:hover,
.goSlides .goSlidesAnchor:focus,
.goSlides .goSlidesAnchor:active {
  top: 3px;
  animation: top .3s ease-out;
}

.goSlides .goSlidesAnchor img {
  width: 100%;
  max-width: 110px;
}

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




/*  */
.goDownAgenda {
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 15px;
  width: 100px;
  animation: bounce .5s 1 ease-out .8s;
}

.goDownAgenda .goDownAgendaAnchor {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}

.goDownAgenda .goDownAgendaAnchor:hover,
.goDownAgenda .goDownAgendaAnchor:focus,
.goDownAgenda .goDownAgendaAnchor:active {
  top: 3px;
  animation: top .3s ease-out;
}

.goDownAgenda .goDownAgendaAnchor img {
  width: 100%;
  max-width: 110px;
}

.goDownAgendaAnchor .goArrow {
  right: -1px;
  bottom: 112px;
  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;
}





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

.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;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  width: 200px;
  /* animation: bounce .5s 1 ease-out .8s; */
}

.goSignup .go-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  /* height: 0px; */
  border-top: 0px solid transparent;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 120px solid #0070ef;
  /* btn before hover */
  filter: drop-shadow(-2px -1px 0px #005cc5);
  opacity: 0.9;
  transition: .2s ease;
}

.goSignup .goSignupAnchor {
  cursor: pointer;
  /* color: var(--theme-hit); */
  color: #fff;
  display: block;
  padding: 8px 5px 3px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto Condensed', '微軟正黑體', '新細明體', Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 4rem;
}

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

.goSignup:hover .go-bg,
.goSignup:focus .go-bg {
  /* btn hover */
  opacity: 1;
  filter: drop-shadow(0px 0px 0px #005cc5));
}

.goSignup:hover .goSignupAnchor,
.goSignup:focus .goSignupAnchor {
  right: 5px;
  color: var(--theme-hit);
}






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



.gotop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #333;
  background: #dfdfdf;
  border: 2px solid #dfdfdf;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
  -moz-border-radius: 3px;
  line-height: 40px;
  text-align: center;
  z-index: 998;
  transition: background .3s ease;
}

.gotop:hover,
.gotop:focus,
.gotop:active {
  color: #fff;
  background: #333;
  border: 2px solid #fff;
}

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

.title {
  margin: 1% 0 2.5% 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: var(--theme);
  font-family: "Noto Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-family: 'Lato', sans-serif;
}




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




/* 會後 */
.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;
}



/* intro */
.section-intro {
  background-color: var(--theme);
  color: #fff;
  padding: 10% 0 8%;
  position: relative;
  overflow: hidden;
}

.section-intro .intro-main {}

.section-intro .intro-main .main-title {
  margin: 0 0 5% 0;
  font-weight: 700;
  position: relative;
  letter-spacing: 3px;
  line-height: 1.5;
}

.section-intro .intro-main .main-title span {
  display: block;
  font-family: 'Lato', sans-serif;
}

.section-intro .intro-main .main-desc {
  font-size: 20px;
  line-height: 1.8;
  margin: 0.8rem 0;
}

.section-intro .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}

.section-intro .main-bg img {
  width: 100%;
}

.section-intro .main-bg .bg-deco-logo {
  position: absolute;
  top: 80px;
  right: 100px;
  width: 420px;
  z-index: -1;
  filter: drop-shadow(0px 0px 10px #060944);
}

.section-intro .main-bg .bg-deco-top {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 80%;
  z-index: -2;
  opacity: 0.9;
}

.section-intro .main-bg .bg-deco-side {
  position: absolute;
  bottom: 24%;
  left: 0%;
  width: 100px;
}

@media (max-width: 1199px) {
  .section-intro .main-bg .bg-deco-logo {
    opacity: 0;
  }

  .section-intro .main-bg .bg-deco-top {
    top: -50px;
  }

  .section-intro .main-bg .bg-deco-side {
    left: auto;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}


.section-intro .intro-feat {
  line-height: 1;
  margin-top: 2%;
}

.intro-feat-head {
  color: var(--theme-hit);
  font-weight: 500;
}

.intro-feat-head .feat {
  font-size: 80px;
  padding: 8px 0px;
}

.intro-feat-head .bk {
  padding: 8px 0px;
  font-size: 30px;
}

.intro-feat-slogan {}

.intro-feat-slogan .head {}

.intro-feat-slogan .feat {
  color: var(--theme-hit);
}

.intro-feat-slogan .sub {
  font-size: 20px;
  letter-spacing: 1px;
}


.section-calc {
  font-family: 'Lato', sans-serif;
  /* 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: 5% 0;
  overflow: hidden;
  position: relative;
  background-color: #050a44bb;
  /* background-color: #084585cc; */
  /* border-top: 1px solid var(--theme-hit); */
}

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

@media (max-width: 667px) {
  .section-calc .calc-item-num {
    padding-left: 0;
  }
}

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



/* calc Forum */
.section-calc.forum {
  -webkit-background: linear-gradient(0deg, #060944c7 20%, #0609448a 100%), url(../img/bg-calc-forum.jpg) no-repeat top center/cover;
  background: linear-gradient(0deg, #060944c7 20%, #0609448a 100%), url(../img/bg-calc-forum.jpg) no-repeat top center/cover;
  color: #fff;
  margin: 0 0 -1px;
  text-align: center;
  padding: 8% 0;
  overflow: hidden;
  position: relative;
  /* border-top: 1px solid var(--theme-hit); */
}

@media (max-width: 768px) {
  .section-calc.forum {
    -webkit-background: linear-gradient(0deg, #ffffff 20%, #d4e8ff66 100%), url(../img/bg-calc-forum-s.jpg) no-repeat bottom center/cover;
    background: linear-gradient(0deg, #ffffff 20%, #d4e8ff66 100%), url(../img/bg-calc-forum-s.jpg) no-repeat bottom center/cover;
  }
}

.section-calc.forum .title {
  margin: 3% 0;
  position: relative;
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
}

.section-calc.forum .title:before {
  content: none;
}

@media (max-width: 480px) {
  .section-calc.forum .title {
    margin: 2% auto 4%;
    font-size: 2em;
    width: 270px;
  }
}

.section-calc.forum .calc-item {
  text-align: center;
  padding: 0;
  margin-bottom: 1%;
  margin-top: 1%;
  line-height: 1.8;
  border-left: 5px dotted #ffffff55;
}

.section-calc.forum .calc-item:first-child {
  border-left-width: 0px;
}

@media (max-width: 991px) {
  .section-calc.forum .calc-item {
    margin-left: 0;
    margin-top: 2%;
  }
}

@media (max-width: 767px) {
  .section-calc.forum .calc-item {
    border-left-width: 0px;
  }
}

@media (max-width: 480px) {
  .section-calc.forum .calc-item {
    padding-bottom: 3%;
  }
}

.section-calc.forum .calc-item-num {
  /* padding-left: 12%; */
  position: relative;
}

.section-calc.forum .calc-item-num p {
  font-size: 3.2em;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
  height: 68px;
  margin-bottom: 0.4rem;
}

.section-calc.forum .calc-item-num p span.shuffled-digits {
  font-size: 1em;
  font-weight: 500;
}

.section-calc.forum .calc-item-num p span.shuffled-digits span {
  font-family: sans-serif;
}

@media (max-width: 1200px) {
  .section-calc.forum .calc-item-num p {
    font-size: 3.3em;
  }
}

@media (max-width: 667px) {
  .section-calc.forum .calc-item-num p {
    font-size: 2.8em;
    letter-spacing: 1px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .section-calc.forum .calc-item-num p {
    font-size: 2.2em;
    height: 34px;
  }
}

@media (max-width: 360px) {
  .section-calc.forum .calc-item-num p {
    font-size: 2em;
  }
}

.section-calc.forum .calc-item-num p sup {
  font-size: 0.6em;
  left: -0.3em;
  top: -0.6em;
}

.section-calc.forum .calc-item-num p span {
  font-size: 0.5em;
  margin-left: -0.3em;
}

.section-calc.forum .calc-item-sub {
  font-size: 1.48em;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.4;
}

.section-calc.forum .calc-item-sub small {
  font-weight: 300;
  display: block;
  margin-top: -3%;
  height: 28px;
}

@media (max-width: 667px) {
  .section-calc.forum .calc-item-sub {
    font-size: 1.2em;
    margin-bottom: 5%;
    margin-top: 3%;
  }
}

@media (max-width: 480px) {
  .section-calc.forum .calc-item-sub {
    font-size: 1.05em;
    margin-bottom: 1%;
  }
}





/*************
   ３E核心 七大規劃 
       ***********/
.section-plans {
  padding: 8% 0;
  background: var(--theme);
  overflow: hidden;
  /* border-top: 1px solid var(--theme-hit);
  border-bottom: 1px solid var(--theme-hit); */
}

.section-plans .title {
  color: #eee;
  margin-bottom: 3rem;
  font-size: 3.3rem;
  letter-spacing: 3px;
}

.section-plans .title .cross {
  position: relative;
  -webkit-transform: rotate(45deg) translate(-10px, -10px);
  transform: rotate(45deg) translate(-10px, -10px);
  width: 60px;
  height: 2px;
  background-color: #eee;
  display: inline-block;
}

.section-plans .title .cross:before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(90deg) translate(0%, 30px);
  transform: rotate(90deg) translate(0%, 30px);
  width: 60px;
  height: 2px;
  background-color: #eee;
  display: inline-block;
}

/* 背景裝飾 */
.section-plans .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

.section-plans .main-bg img {
  width: 100%;
}

.section-plans .main-bg .bg-deco-logo {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 50%;
  z-index: -1;
}

.section-plans .main-bg .bg-deco-top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  z-index: -2;
}

.section-plans .main-bg .bg-deco-side {
  position: absolute;
  bottom: -20%;
  left: -15%;
  width: 50%;
}

@media (max-width: 1199px) {
  .section-plans .main-bg .bg-deco-logo {
    opacity: 0;
  }

  .section-plans .main-bg .bg-deco-top {
    opacity: 0;
  }

  .section-plans .main-bg .bg-deco-side {
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

.planbox {
  position: relative;
}

.planbox::before {
  content: '';
  background: url('../img/deco-head.png') no-repeat 100% 100% /100%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .8;
  z-index: -1;
}

.plan-head {
  color: var(--theme-hit);
  border-left: 18px solid var(--theme-hit);
  padding-left: 2rem;
  position: relative;
}

.plan-head .top {}

.plan-head .main {
  line-height: 1;
  word-break: keep-all;
}

.plan-head .main span {
  font-size: 120%;
}

.planbox-card {
  background: #393E7A;
  border: 1px solid var(--theme-hit);
  padding: 15px 15px 30px;
  margin: 5% 0;
  color: #fff;
  box-shadow: 0 0 0px #000;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s ease;
}

.planbox-card:hover {
  background: #2f3897;
  box-shadow: 0 0 10px #000;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.card-linkgroup {}

.card-linkgroup .link {
  color: var(--theme-hit);
  display: inline-block;
  padding: 10px 0px;
  word-break: keep-all;
}

.card-linkgroup .link:hover {
  color: #fff;
}


.circleBox {
  position: absolute;
  bottom: 10px;
  right: 2%;
  transform: translateZ(0);
  margin-bottom: 100px;
}

.circleA {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2%;
  box-shadow: 0 3px 0 0 rgba(225, 131, 194, 0.25), 0 -3px 0 0 rgba(165, 181, 222, 0.25), 3px 0 0 0 rgba(225, 131, 194, 0.25), -3px 0 0 0 rgba(165, 181, 222, 0.25), 3px -3px 0 0 rgba(195, 156, 208, 0.5), -3px 3px 0 0 rgba(195, 156, 208, 0.5), 3px 3px 0 0 rgba(255, 105, 180, 0.75), -3px -3px 0 0 rgba(135, 206, 235, 0.75);
  animation: rotateThis 1s linear infinite;
}

@keyframes rotateThis {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(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 {
  text-align: center;
  -webkit-background: linear-gradient(0deg, rgba(0, 112, 239, 1) 0%, rgb(5, 10, 68) 100%);
  background: linear-gradient(0deg, rgba(0, 112, 239, 1) 0%, rgba(5, 10, 68, 1) 100%);
  background: url('../img/bg-saveday.jpg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: fixed;
  padding: 8% 0;
  overflow: hidden;

}

.section-countdown .light {

  -webkit-background: url("../img/bg-saveday.png") no-repeat 100% 100% /100%;
  background: url("../img/bg-saveday.png") no-repeat 100% 100% /100%;
  position: absolute;
  width: 106%;
  height: 800px;
  bottom: 0;
  right: -2%;
}

.section-countdown .light::before {
  content: '';
  background: -webkit-radial-gradient(ellipse at center, rgba(0, 236, 240, 0.5) 0%, rgba(0, 236, 240, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 236, 240, 0.5) 0%, rgba(0, 236, 240, 0) 70%);
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: 0;
  opacity: 0;
  transform: translate(0, 0);
  filter: brightness(1.5);
  animation: glowingCount 10s linear infinite;
}

.section-countdown .light::after {
  content: '';
  background: -webkit-radial-gradient(ellipse at center, rgba(0, 236, 240, 0.5) 0%, rgba(0, 236, 240, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 236, 240, 0.5) 0%, rgba(0, 236, 240, 0) 70%);
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  opacity: 0;
  transform: translate(0, 0);
  filter: brightness(1.5);
  animation: glowingCount 12s 1s linear infinite;
  animation-fill-mode: revert;
}

@-moz-keyframes glowingCount {

  0%,
  50%,
  100% {
    opacity: 0;
    transform: translate(0, 0)
  }

  50% {
    opacity: 1;
    transform: translate(100%, 100%)
  }

  75% {
    opacity: 1;
    transform: translate(-100%, -100%)
  }
}

@-webkit-keyframes glowingCount {

  0%,
  50%,
  100% {
    opacity: 0;
    transform: translate(0, 0)
  }

  50% {
    opacity: 1;
    transform: translate(100%, 100%)
  }

  75% {
    opacity: 1;
    transform: translate(-100%, -100%)
  }
}

@keyframes glowingCount {

  0%,
  50%,
  100% {
    opacity: 0;
    transform: translate(0, 0)
  }

  50% {
    opacity: 1;
    transform: translate(100%, 100%)
  }

  75% {
    opacity: 1;
    transform: translate(-100%, -100%)
  }
}














.section-countdown .text-area {
  margin: 20px 0;
  padding: 0 30px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.text-area .kv-logo {
  max-width: 700px;
  width: 100%;
}

.text-area .sub-txt {
  letter-spacing: 1px;
}

.text-area .btn-signup {}






.section-copartner {
  backdrop-filter: blur(10px);
  padding: 8% 0;
  background-color: #e7e7e7;
  text-align: center;
}

.section-copartner .container {
  max-width: 1320px;
  /* 1200 + 8*15px */
}

.section-copartner .title {}

.copartner-item {
  padding: 15px;
  margin: auto;
  text-align: center;
}

.copartner-item>img {
  width: 300px;
}

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



/* Speaker on index */
.section-speaker.index {
  background: #221b5a;
}

.speaker-item-cover {
  padding: 10px;
}

.speaker-item {
  display: -ms-flexbox;
  display: flex;
  align-self: start;
  flex-direction: column;
  box-shadow: 5px 5px 0px 4px #070044;
  border-radius: 0px 20px 0px 20px;
  position: relative;
  animation-play-state: paused;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: all .3s;
  max-width: 250px;
  overflow: hidden;
  position: relative;
}

.speaker-overlay {
  /* background: transparent;
  background: -moz-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%, rgba(0, 112, 239,1) 27%, rgba(222,84,39,1) 74%, rgba(232,163,60,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
  background: linear-gradient(135deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf0', endColorstr='#e8a33c',GradientType=1 ); */
  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;
}

.speaker-overlay .btn {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0px 10px 0px 10px;
  color: var(--link);
  /* border: 1px dotted #fff; */
  background-color: #fff;
  padding: 10px 20px;
  opacity: 0;
}

.speaker-overlay .btn:hover {
  background: var(--link);
  color: #fff;
}

.speaker-item:hover {
  box-shadow: none;
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.speaker-item:hover .speaker-txt {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
}

.speaker-item:hover .speaker-overlay {
  /* background: rgba(76 ,173 ,255,1);
  background: -moz-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%, rgba(0, 112, 239,1) 27%, rgba(222,84,39,1) 74%, rgba(232,163,60,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
  background: linear-gradient(135deg,  rgba(76 ,173 ,255,1) 0%,rgba(0, 112, 239,1) 27%,rgba(222,84,39,1) 74%,rgba(232,163,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf0', endColorstr='#e8a33c',GradientType=1 );  */
  opacity: 1;
}

.speaker-item:hover .speaker-overlay .btn {
  opacity: 1;
}

/* 跟 .spkers-imgbox 差別只在 hover */
.speaker-img {
  text-align: center;
}

.speaker-img img {
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
  width: 100%;
  max-width: 300px;
}

.speaker-txt {
  padding: 10px;
  color: #fff;
}

.speaker-txt .speaker-name {
  margin: 5px 0;
  font-weight: 700;
  font-size: 18px;
}

.speaker-txt .speaker-title {
  height: 42px;
  overflow: hidden;
}




/*********
      forum (index)
*************/
.section-forum {
  position: relative;
  background-color: var(--theme);
  color: #fff;
}







/* item */
.forum-item-cover {
  padding: 10px 5px;
}

.forum-item {
  display: -ms-flexbox;
  display: flex;
  align-self: start;
  flex-direction: column;
  box-shadow: 0px 0px 30px 0px #010c1f;
  overflow: hidden;
  transition: all .3s;
  border-radius: 0 20px 0px 20px;
  background-color: #fff;
  color: #333;
  border-bottom: 5px solid #555;
}

/* forum-banner (img, tag, btn) */
.forum-banner {
  position: relative;
  overflow: hidden;
}

.forum-banner img {
  width: 200%;
  max-width: 200%;
  margin-left: 50%;
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  transition: .3s ease;
}

.forum-banner:hover img {
  -webkit-transform: scale(1.5) translateX(-50%);
  transform: scale(1.5) translateX(-50%);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.forum-tag-group {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.forum-tag-group span {
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 10px 4px;
  margin-right: 3px;
  background: rgba(0, 0, 0, 0.5);
}

.forum-btn {
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000088;
  color: #fff;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
  transition: .3s ease;
}

.forum-banner:hover .forum-btn {
  background-color: rgb(5, 10, 68, 0.7);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  color: var(--theme-hit);
  margin-top: 15%;
}

.forum-title {
  margin: 3px 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forum-txt {
  background-color: #fff;
  padding: 10px 20px 15px;
  height: 200px;
  overflow: hidden;
}

.forum-txt .forum-info {

  height: 134.4px;
}

@media (min-width: 769px) {
  .forum-txt .forum-info {
    height: 153.6px;
  }
}

.forum-schdule {
  padding: 6px 15px;
  height: 60px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.forum-schdule .forum-time {
  color: #555;
  height: 24px;
  overflow: hidden;
  font-size: 83%;
  font-weight: 400;
}

@media (min-width: 769px) {
  .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: var(--theme);
  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;
}












/***************
     內頁 共用
 ****************/
.section-kv-inner {
  background-color: var(--theme);
  position: relative;
  width: 100%;
  padding-top: 55px;
  padding: 0%;
  height: unset;
  max-height: 300px;
  overflow: hidden;
}

.section-kv-inner .kv-bg {
  width: 100%;
  opacity: 0.8;
}

.section-kv-inner .kv-content {
  margin: auto 0;
  position: absolute;
  top: 10%;
  color: #ffffff;
  width: 100%;
  padding: 4% 2%;
  min-height: auto;
}

@media (min-width: 1201px) {
  .section-kv-inner .kv-content {
    padding: 4% 0 3%;
  }
}

.section-kv-inner .kv-content .kv-text {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
  width: 80%;
  margin: auto;
}

.section-kv-inner .kv-content .kv-text .main {
  font-size: 80px;
  opacity: 0.8;
}

@media (max-width: 667px) {
  .section-kv-inner .kv-content .kv-text {
    padding: 0;
    width: 85%;
  }

  .section-kv-inner .kv-content .kv-text .main {
    font-size: 50px;
  }
}


.section-kv-inner .kv-content .kv-text .sub {
  letter-spacing: 4px;
  padding-left: 2px;
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 768px) and (min-width: 481px) {
  .section-kv-inner .kv-content .kv-text .sub {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-top: 4%;
  }
}

@media (max-width: 480px) {
  .section-kv-inner .kv-content .kv-text .sub {
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
  }
}

.section-kv-inner .kv-content .kv-text .btn-apply-kv {
  margin-top: 2vh;
}

.section-kv-inner .kv-content .kv-text>p {
  line-height: 0.95em;
  margin-bottom: 7px;
  text-shadow: 0 0 4px #003949;
}



/***************
  內頁 共用 - 內頁版型 uses: session_page(議程內頁), lab_page
 ****************/
.innerpage-outer {
  width: 100%;
  background-color: #eee;
}

.innerpage-content {
  background-color: #fff;
  padding-bottom: 4%;
}

.innerpage-content section {
  padding-bottom: 1%;
}

.innerpage-btnbox {
  margin-top: 2%;
  margin-bottom: 5%;
}

.innerpage-btnbox .btn-block {}

@media (max-width: 991px) {
  .innerpage-content {
    margin-top: 0;
  }
}




/*********
  共用  Side bar
  on: product_list, agenda_list, 
 **********/
.sidebox-outer {
  position: relative;
  width: 25%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
}

.sidebox {
  background: var(--theme);
  background: url('../img/bg-inner.png') no-repeat 100% 200%/ 150%, linear-gradient(var(--theme) 0%, #050a44 100%);
  height: 100%;
  min-height: 100%;
  color: #fff;
  overflow: auto;
  padding-bottom: 60%;
  padding-top: 3.5rem;
}

.sidebox-list li.filter-item {}

.sidebox-list li.filter-item .searchbox {
  margin: -5% 0 2%;
}

.sidebox-list li.filter-item .searchbox .searchbar {}

.filter-item-tab {}

.filter-item-tab-check {}

.filter-label {
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  font-size: 18px;
}

.filter-label:hover {
  color: #87feff;
}

.filter-label i {
  width: 5px;
  height: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
  transform: translate(0px, 0px) rotate(0deg);
}

.filter-item-tab-check~.tab-content {
  height: 0px;
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
  transition: all .3s ease-in;
}

.filter-item-tab-check:checked~.tab-content {
  max-height: 500vh;
  height: 100%;
  padding: 10px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.filter-item-tab-check:checked~.filter-label {
  color: #8fc3ff;
}

.filter-item-tab-check:checked~.filter-label:hover {
  color: #87feff;
}

.filter-item-tab-check:checked~.filter-label i {
  -webkit-transform: translate(5px, 0px) rotate(90deg);
  transform: translate(5px, 0px) rotate(90deg);
}

.filter-label+.tab-content>.tab-string {
  transition: .5s ease;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.filter-label+.tab-content>.tab-string:hover {
  color: #87feff;
}

.filter-label+.tab-content>.tab-string label {}

.filter-label+.tab-content>.tab-string input[type="checkbox"] {
  margin-right: 10px;
}







.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-spot start
    -------
    css: css/index-spot.css , scss: scss/index-spot.scss
**********/
/* section-accordion start */
.section-accordion {
  backdrop-filter: blur(10px);
  padding: 2% 0 8%;
  background-color: var(--theme);
  position: relative;
}

.section-accordion .main-bg .bg-deco-down {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 50%;
  z-index: -1;
}

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

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

.section-accordion .slider-wrapper .slide-txt .num {
  margin: 0;
  cursor: pointer;
  font-size: 5.5rem;
  font-weight: 400;
  padding: 0 3px;
  color: #24299d;

  /* 漸層字
  background: #3137bd;
  background: -webkit-linear-gradient(135deg, #141860 0%,#d5d7ff 60%, #6b6fc3 60%, #0008a5 100%);
  background: linear-gradient(320deg, #141860 0%,#434add 60%, #4048eb 60%, #000678 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.section-accordion .slider-wrapper .slider {
  position: absolute;
  top: 0;
  height: 600px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #5766ff;
}

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

.section-accordion .slide-txt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 130px;
  margin: 0;
  padding: 0;
  background: var(--theme);
  color: #fff;
  /* border-top: .5px solid #1e2044; */
}

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

.section-accordion .slider-summary {
  margin: 15px 0 0;
  line-height: 1.8;
}

@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 */

/***************************
    亮點活動 end
**********/




/*  */
.section-feat {}

.feat-box {
  padding: 20px 10px;
  background: url('../img/kv/kv-bg-after.jpg') no-repeat center center/ cover;
}

.feat-content {
  background: #ffffff55;
  height: 50vh;
}

.feat-content-title {}

.feat-content-txt {
  display: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
}

.feat-box:hover .feat-content-txt {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
}








@-webkit-keyframes showIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

#hero {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

#hero:before {
  display: block;
  content: "";
  padding-top: 50%;
}

.feat-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-overflow: hidden;
  overflow: hidden;
}

.feat-component .feat-content {
  margin: 0 2px;
  padding: 20px 50px;
  width: 10%;
  height: 100%;
  position: relative;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  -webkit-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  transition: 0.8s linear;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
}

.feat-component .feat-content:not(.on):hover {
  cursor: pointer;
}

.feat-component .feat-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feat-component .feat-content.on {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: 0.8s linear;
  -o-transition: 0.8s linear;
  transition: 0.8s linear;
  z-index: 20;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.feat-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.feat-head i {
  font-size: 2rem;
}

.feat-head .head-title {
  font-size: 1.8rem;
}

.feat-component .feat-content.on .feat-head {}



.feat-component .feat-content .feat-show {
  position: absolute;
  /* display: none; */
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  /* -webkit-animation: showIn 1.2s;
  animation: showIn 1.2s;
  -webkit-animation: showOut;
  animation: showOut; */
}

.feat-component .feat-content.on .feat-show {
  /* position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  /* -webkit-animation: showIn 1.2s;
  animation: showIn 1.2s; */
}

.feat-component .feat-content .feat-show .feat-txt {
  display: none;
}

.feat-component .feat-content.on .feat-show .feat-txt {
  display: block;
  -webkit-animation: showIn 1.2s;
  animation: showIn 1.2s;
}

.feat-component .feat-content .feat-show h2 {
  font-size: 3em;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #00ff00;
  margin-bottom: 10px;
}

.feat-component .feat-content .feat-show p {
  font-size: 1.7em;
  width: 100%;
  margin-bottom: 0;
}

.feat-component .feat-content .feat-show a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  transition: 0.3s ease;
}

.feat-component .feat-content .feat-show a:after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-left: 5px;
  display: inline-block;
  color: #00ff00;
  transition: 0.3s ease;
}

.feat-component .feat-content .feat-show a:hover::after {
  transform: translateX(3px);
  transition: 0.3s ease;
}

.feat-component .feat-content .feat-show a:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 2px 3px rgba(0, 0, 0, 0.7);
  transition: 0.3s ease;
}

@media screen and (max-width: 800px) {
  .feat-component {
    font-size: 1.3vw;
  }

  .feat-component .feat-content .feat-show {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .feat-component {
    font-size: 1.8vw;
  }

  .feat-component .feat-content .feat-show {
    bottom: 5%;
    left: 0;
    right: 0;
    width: auto;
  }
}

@-webkit-keyframes showIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}








/* 首頁 kv */
.section-kv {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible;
  background-color: #090d3b;
  background-size: cover;
  max-height: 800px;
  padding-top: 0px;
  overflow: hidden;
  height: 98vh;
}

@media (max-width: 1200px) {
  .section-kv {
    height: 70vh;
  }
}

@media (max-width: 992px) {
  .section-kv {
    height: 50vh;
  }
}

@media (max-width: 767px) {
  .section-kv {
    height: auto;
  }
}

.section-kv .kv-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-kv .kv-content .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* kv video */
.section-kv .kv-content .kv-video {
  width: 100%;
  position: absolute;
  top: 0;
}

.section-kv .kv-content .kv-txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-kv .kv-content .kv-txt-top {
  display: block;
  object-fit: cover;
  position: absolute;
  right: 5%;
  top: 11%;
  width: 100%;
  max-width: 240px;
}

@media (max-width:991px) {
  .kv-txt-top {
    margin: auto;
    max-width: 200px;
  }
}

.section-kv .kv-content .kv-txt .kv-txt-img {
  display: block;
  width: 50%;
  max-width: 800px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* kv for phone */
.kv-mini-content {
  position: relative;
}

.kv-mini-content img {
  width: 100%;
}


/* .section-kv .swiper {
  width: 100%;
  height: 100%;
}

.section-kv .swiper .swiper-slide {
  font-size: 3rem;
  color: #333;
  text-align: center;
  font-size: 18px;
  background: #ffc;
  position: relative;
  transition: all .8s ease-in-out;
}
.section-kv .swiper .swiper-slide .slide-num {
  position: absolute;
  left: 20%;
  font-size: 3rem;
}
.section-kv .swiper .swiper-slide .kv-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.section-kv .swiper .swiper-slide .kv-txt-top {
  display: block;
  object-fit: cover;
  position: absolute;
  right: 5%;
  top: 11%;
  transform: ;
}
.section-kv .swiper .swiper-slide .kv-txt-top img {
  width: 100%;
  max-width: 300px;
}



.section-kv .swiper .swiper-slide .kv-txt {
  display: block;
  width: 60%;
  object-fit: cover;
  position: absolute;
  left: 20%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-kv .swiper .swiper-slide .kv-txt img {
  width: 100%;
}
@media (max-width:991px) {
  .section-kv .swiper .swiper-slide .kv-txt-top {
    margin: auto;
  }
  .section-kv .swiper .swiper-slide .kv-txt-top img {
    max-width: 200px;
  }
} */






.section-news {
  color: #fff;
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090d3b+60,de9c3c+100 */
  background: rgb(9, 13, 59);
  /* Old browsers */
  background: -moz-linear-gradient(280deg, rgba(9, 13, 59, 1) 60%, rgba(225, 133, 60, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(280deg, rgba(9, 13, 59, 1) 60%, rgba(225, 133, 60, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(145deg, rgba(9, 13, 59, 1) 60%, rgba(225, 133, 60, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090d3b', endColorstr='#de9c3c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-bottom: 1px solid var(--theme-hit);
}

.section-news .news-container {
  opacity: 0.7;
  transition: .3s ease;
}

.section-news .news-container:hover {
  opacity: 1;
}

.kv-news-head {
  font-size: 1.8rem;
  padding: 8px;
  color: var(--theme-hit);
}

.kv-news-content {
  height: 63px;
  overflow: hidden;
}

.kv-news-txt {}

.kv-news-txt .p,
.kv-news-txt a {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  overflow-y: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}

.kv-news-more {
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  transition: .5s ease;
}

.kv-news-more:hover {
  color: #fff;
  text-align: right;
}




/************* 
  防疫須知 NOTICE, 隱私權聲明 terms
 *************/
.section-notice {}

.notice-text {}

.notice-text-crumb {}

.notice-text-sub {}

.section-notice .title {}

.section-notice .desc {
  font-size: 18px;
  line-height: 1.9em;
  text-align: justify;
}

.section-notice .lead {
  color: var(--theme);
  font-weight: 500;
}

.section-notice strong {
  font-weight: 500;
}






/************* 
  index lightbox 首頁燈箱
 *************/
.alert-covid19 {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
}

.alert-covid19 .modal-content {
  color: #fff;
  background: url('../img/bg800x400.jpg') no-repeat top center /cover;
  border: 8px solid #fff;
  padding: 30px 10px;
  margin-top: 12vh;
}

.alert-covid19 .warning-close {
  font-size: 3rem;
  text-decoration: none;
  position: absolute;
  right: -30px;
  top: -50px;
  color: #ffffff;
  background: var(--link);
  opacity: 1;
  border-radius: 50%;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  text-shadow: 0 0 10px #000;
  overflow-y: auto;
}

.alert-covid19 .modal-body .txt {}

.alert-covid19 .modal-body .desc {
  font-size: 20px;
}

.alert-covid19 .modal-body .desc time {
  font-size: 24px;
}

.alert-covid19 .btn-check {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  width: 50%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .alert-covid19 {}
}