:root {
  /* 基本色系 (黑、白、灰) */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-dark: #474747;
  --color-gray-mid: #666666;
  --color-gray-light: #dfdfdf;
  --color-gray-bg: #f0f0f0;
  --color-gray-border: #cccccc;

  /* 藍色系 (主視覺/Speaker/Note/Report) */
  --color-blue-dark: #072951;
  --color-blue-deep: #254093;
  --color-blue-mid: #366bd3;
  --color-blue-light: #4c78be;
  --color-blue-light10: #dde7fb;
  --color-indigo: #3e5dc9;

  /* 橘黃金系 (Forum/Agenda/Vote/Video) */
  --color-orange: #f5a33b;
  --color-orange-dark: #f6ab36;
  --color-orange-text: #fc8415;
  --color-gold: #9e7830;
  --color-gold-text: #a07729;
  --color-yellow: #f0e366;
  --color-peach: #fadaba;

  /* 綠與青色系 (Teal/Green/Vote) */
  --color-teal-dark: #1e6674;
  --color-teal: #1cbbc5;
  --color-teal-border: #2dabc3;
  --color-mint: #b7e7df;
  --color-green: #03c9a8;
  --color-green-dark: #27a038;

  /* 其他跳色與點綴 (Pink/Red) */
  --color-pink: #cf33b4;
  --color-red: #f54746;

  /* 漸層 (Gradients) */
  --grad-blue: linear-gradient(107.59deg, var(--color-blue-mid) 3.22%, var(--color-blue-deep) 96.6%);
}

/* ==========================================================================
   1. 動畫 Keyframes (@keyframes)
   ========================================================================== */

@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@keyframes train {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -466px;
  }
}

@-webkit-keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car-left {
  0% {
    margin-left: -5%;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@keyframes car-right {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -5%;
  }
}

@-webkit-keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes airplane {
  0% {
    margin-left: 0%;
    margin-top: 40%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@keyframes camera {
  0% {
    margin-left: 100%;
    margin-top: 0%;
  }

  8% {
    margin-left: 80%;
    margin-top: 5%;
  }

  16% {
    margin-left: 65%;
    margin-top: 3%;
  }

  24% {
    margin-left: 50%;
    margin-top: 7%;
  }

  36% {
    margin-left: 38%;
    margin-top: 5%;
  }

  42% {
    margin-left: 23%;
    margin-top: 2%;
  }

  46% {
    margin-left: 13%;
    margin-top: 5%;
  }

  50% {
    margin-left: 0%;
    margin-top: 8%;
  }

  58% {
    margin-left: 18%;
    margin-top: 7%;
  }

  62% {
    margin-left: 35%;
    margin-top: 4%;
  }

  72% {
    margin-left: 50%;
    margin-top: 2%;
  }

  80% {
    margin-left: 62%;
    margin-top: 5%;
  }

  88% {
    margin-left: 75%;
    margin-top: 2%;
  }

  94% {
    margin-left: 88%;
    margin-top: 4%;
  }

  100% {
    margin-left: 100%;
    margin-top: 0%;
  }
}

@-webkit-keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@keyframes cloud {
  0% {
    left: 1%;
  }

  50% {
    left: 2%;
  }

  100% {
    left: 1%;
  }
}

@-webkit-keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes car {
  0% {
    margin-left: -443px;
  }

  100% {
    margin-left: 100%;
  }
}

@-webkit-keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes earth {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes goon {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

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

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }

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

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

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

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

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

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@-webkit-keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes click02 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  10% {
    opacity: 1;
  }

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

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  10% {
    opacity: 1;
  }

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

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dynamicFadeIn {
  from {
    opacity: 0;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ==========================================================================
   2. 全域與共用元件 (Global & Utility)
   ========================================================================== */

/* Animation Utilities */
.anisec .animate {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.anisec .animate.show {
  opacity: 1;
}

.anisec .animate.show.inifite {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: goon 1.5s infinite;
  animation: goon 1.5s infinite;
}

.anisec .animate.fadeInUp.show {
  -webkit-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}

/* Global Utilities */
.rwdvideo {
  border: 3px solid #e46e14;
}

.bg-m {
  display: none;
}

.info-add-s {
  color: var(--color-black);
  font-size: 16px;
}

/* Titles */
h2.title {
  margin: 1.5rem auto;
  padding-bottom: 0.5rem;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 96%;
}

#forum h2.title,
#agenda h2.title,
#video h2.title {
  background-image: url("../images/forum-title.png");
}

#speaker h2.title,
#report h2.title,
#note h2.title {
  background-image: url("../images/bule-title.png");
}

#speaker h2.title>span,
#report h2.title>span,
#note h2.title>span {
  color: var(--color-white);
}

/* Icon Shake */
.iconshake {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
  width: 60px;
}

.iconshake a {
  width: 60px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/scroll.svg);
  background-position: bottom center;
}

/* Box List */
ul.boxlist>li {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.boxlist>li+li {
  margin-top: 10px;
}

ul.boxlist>li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 9px;
  background: var(--color-gray-mid);
}

ul.boxlist>li * {
  font-size: 18px;
  line-height: 1.6em;
  color: var(--color-gray-mid);
}

ul.boxlist>li b {
  font-weight: bold;
}

ul.boxlist>li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

ul.boxlist table {
  width: 95%;
  margin: 10px 0;
}

ul.boxlist table th,
ul.boxlist table td {
  font-size: 18px;
  padding: 3px 10px;
  border: 1px solid var(--color-gray-border);
  text-align: center;
}

ul.boxlist table caption {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}

ul.boxlist table thead th {
  border: 1px solid var(--color-white);
  background-color: var(--color-gray-light);
}

ul.boxlist table thead th.th2 {
  background: var(--color-peach);
}

ul.boxlist table thead th.th3 {
  background: var(--color-mint);
}

ul.boxlist table tbody tr.point td {
  background-color: var(--color-teal);
  color: var(--color-white);
}

ul.boxlist img {
  max-width: 100%;
  margin: auto;
}

/* Icon List */
.icon-list li {
  padding-left: 80px;
  position: relative;
  margin: 25px 60px;
}

.icon-list li * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  color: var(--color-gray-mid);
}

.icon-list li span {
  color: var(--color-gold-text);
}

.icon-list li:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 52px;
  height: 48px;
  position: absolute;
  left: 8px;
  top: 0;
  background-image: url(../images/requestItem-icon.svg);
  background-size: cover;
}

.icon-list li:nth-child(1):before {
  background-position: 0 0;
}

.icon-list li:nth-child(2):before {
  background-position: 0 -72px;
}

.icon-list li:nth-child(3):before {
  background-position: 0px -148px;
}

.icon-list li:nth-child(4):before {
  background-position: 0px -220px;
}

.icon-list li:nth-child(5):before {
  background-position: 0px -284px;
}

.icon-list.flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 60px;
}

.icon-list.flex li * {
  font-size: 24px;
  line-height: 48px;
  color: var(--color-gray-mid);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-list .download {
  background: url(../images/download.svg) center center no-repeat;
  width: 32px;
  height: 48px;
  display: block;
  margin: 0 8px;
}

/* Train Component */
.train {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 21px;
}

.train figure {
  display: block;
  width: 466px;
  height: 65px;
  background: url(../images/train.png) center center no-repeat;
}

.train.show {
  opacity: 1;
}

.train.show figure {
  -webkit-animation: train 8s linear infinite;
  animation: train 8s linear infinite;
}

/* Global Media Queries */
@media (min-width: 390px) {
  .info-add-s {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  h2.title {
    margin: 0 auto 60px;
  }
}

@media (max-width: 1600px) {
  .train {
    bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .iconshake a {
    background-image: url(../images/scroll_xs.svg);
    width: 45px;
  }
}

@media (max-width: 980px) {
  .bg-m {
    display: block;
  }
}

@media (max-width: 768px) {
  .icon-list li {
    margin: 25px auto;
  }
}

@media (max-width: 700px) and (max-width: 550px) {
  ul.boxlist>li {
    padding-left: 20px;
  }

  ul.boxlist>li:before {
    left: 0px;
  }

  ul.boxlist>li * {
    font-size: 18px;
    line-height: 1.6em;
    color: var(--color-gray-mid);
  }

  ul.boxlist>li b {
    padding-left: 15px;
  }

  ul.boxlist table {
    width: 100%;
  }

  ul.boxlist table th,
  ul.boxlist table td {
    padding: 3px;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  .icon-list li {
    padding-left: 52px;
  }

  .icon-list li:before {
    width: 40px;
    height: 35px;
  }

  .icon-list li:nth-child(2):before {
    background-position: 0 -52px;
  }

  .icon-list li:nth-child(3):before {
    background-position: 0px -114px;
  }

  .icon-list li:nth-child(4):before {
    background-position: 0px -170px;
  }

  .icon-list li:nth-child(5):before {
    background-position: 0px -219px;
  }

  .icon-list.flex li {
    padding-left: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
  }

  .icon-list.flex li * {
    line-height: 35px;
    font-size: 18px;
  }

  .icon-list .download {
    width: 24px;
    background-size: contain;
    height: 35px;
    margin: 0 4px;
  }
}

/* ==========================================================================
   3. 區塊：Index (#index)
   ========================================================================== */

.index_bk {
  position: relative;
  overflow: hidden;
}

.index_bk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/index-bg-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  animation: dynamicFadeIn 1s ease-out forwards;
}

#index {
  position: relative;
  z-index: 2;
  min-height: 768px !important;
}

#index .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#index .bg img {
  display: none;
  width: 100%;
}

#index .title {
  margin: -1.5rem auto 0;
  width: 90%;
  max-width: 690px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index .money {
  position: absolute;
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

#index .money.animate.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#index .fade-in {
  opacity: 1;
  transform: translateY(0);
}

#index .subtext {
  margin: 0 auto 1rem;
  width: 60%;
  max-width: 380px;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

#index .subtext.animate.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#index .subtitle {
  margin: 0 auto;
  width: 95%;
  max-width: 650px;
  opacity: 0;
  -webkit-transition: 1s all 0.5s;
  transition: 1s all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index .subtitle.animate.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#index .mtitle {
  opacity: 0;
  -webkit-transition: 1s all 0.8s;
  transition: 1s all 0.8s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

#index .mtitle.animate.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#index p {
  text-align: center;
  position: relative;
  padding: 0.5rem 0 1rem;
  font-size: clamp(0.85rem, 3vw, 18px);
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-white);
  margin: 0 auto;
}

#index .btns {
  display: table;
  margin: 20px auto;
}

#index .btns a {
  background: var(--color-gold);
  color: var(--color-black);
}

#index .btns a:hover {
  background: var(--color-pink);
  color: var(--color-white);
}

#index .thing .phone>div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#index .thing .phone>div:after {
  content: " ";
  display: block;
  clear: both;
}



@media (min-width: 1025px) {
  #index {
    min-height: 640px !important;
  }

  .index_bk::before {
    background-image: url(../images/index-bg.jpg);
  }

  #index .money1-left {
    left: 30px;
    bottom: 5vw;
    width: 100px;
  }

  #index .money2-left {
    left: 200px;
    bottom: 4vw;
    width: 70px;
  }

  #index .money3-left {
    left: 410px;
    bottom: 9vw;
    width: 35px;
  }

  #index .money1-right {
    right: 410px;
    top: 1.5vw;
    width: 90px;
  }

  #index .money2-right {
    right: 200px;
    top: 4vw;
    width: 30px;
  }

  #index .money3-right {
    right: 30px;
    top: 7.4vw;
    width: 60px;
  }
}

@media (min-width: 1280px) {
  #index {
    max-height: 800px;
  }

  #index .money1-right {
    right: 33%;
    top: 1.5vw;
    width: 100px;
  }

  #index .money2-right {
    right: 15%;
    top: 1vw;
    width: 40px;
  }

  #index .money3-right {
    right: 1%;
    top: 7.4vw;
    width: 60px;
  }
}

@media (min-width: 1380px) {
  #index .money1-left {
    left: 9%;
    bottom: 4vw;
    width: 120px;
  }

  #index .money2-left {
    left: 22%;
    bottom: 5vw;
    width: 75px;
  }

  #index .money3-left {
    left: 33%;
    bottom: 11vw;
  }
}

@media (min-width: 1580px) {
  #index {
    min-height: 900px !important;
    max-height: 1000px;
  }

  #index .title {
    width: 80%;
  }


  #index .money1-right {
    right: 33%;
    top: 2.5vw;
  }

  #index .money2-right {
    right: 11%;
    top: 1.5vw;
  }

  #index .money3-right {
    right: 1%;
    top: 7.4vw;
  }
}

@media (max-width: 980px) {

  #index .thing,
  #index .h1 {
    display: none;
  }

  #index .mh1 {
    display: table;
    margin: 10px auto;
  }

  #index .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }


}

@media (max-width: 768px) {
  #index .content-title {
    font-size: 14px;
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  #index .content-title {
    -webkit-transition: none;
    transition: none;
  }
}

/* ==========================================================================
   4. 區塊：Forum (#forum)
   ========================================================================== */

#forum {
  background-color: var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 768px;
}

#forum>div {
  position: relative;
  z-index: 1;
}

#forum p {
  color: var(--color-white);
  font-size: 20px;
  margin: 60px auto 30px auto;
  text-align: center;
  max-width: 90%;
}

#forum p span {
  color: var(--color-white);
  font-size: 20px;
}

#forum ul.info {
  max-width: 700px;
  width: 90%;
  margin: 1rem auto 0 auto;
  position: relative;
  z-index: 2;
}

#forum ul.info li {
  display: inline-block;
  font-size: 16px;
  margin: 1.1rem auto;
  color: var(--color-black);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#forum ul.info li.time {
  align-items: center;
}

#forum ul.info li.place {
  align-items: flex-start;
}

#forum ul.info li h3 {
  background-color: var(--color-white);
  border-radius: 8px;
  display: inline-block;
  color: var(--color-orange-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 3px 10px;
}

#forum ul.info li span {
  font-size: 16px;
  color: var(--color-black);
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}

#forum ul.info li>img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

#forum ul.info li a.map {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: -3px;
}

#forum ul.info li a.map img {
  -webkit-animation: jump 0.8s infinite;
  animation: jump 0.8s infinite;
}

#forum .btns {
  margin-top: 20px;
}

#forum .forum-left {
  position: absolute;
  left: -150%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#forum .forum-right {
  position: absolute;
  right: -150%;
  z-index: -1;
  -webkit-transition: 2s all;
  transition: 2s all;
}

#forum.active .forum-left,
#forum.active .forum-right {
  background-size: 90%;
}

#forum.active .forum-left {
  bottom: 0;
  left: 0%;
  background-position: left bottom;
}

#forum.active .forum-right {
  right: 0%;
  top: 0;
  background-position: right top;
}

/* Forum Media Queries */
@media (min-width: 390px) {

  #forum ul.info li,
  #forum ul.info li span,
  #forum ul.info li h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {

  #forum.active .forum-left,
  #forum.active .forum-right {
    background-size: cover;
  }
}

@media (min-width: 1024px) {

  #forum ul.info li,
  #forum ul.info li span {
    font-size: 26px;
  }

  #forum .btns {
    margin-top: 50px;
  }

  #forum ul.info li span {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: wrap;
  }

  #forum ul.info li h3 {
    font-size: 22px;
    padding: 7px 35px;
  }

  #forum ul.info li a.map {
    width: 30px;
    height: 30px;
    margin-top: 3px;
  }
}

@media (max-width: 980px) {
  #forum {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 560px !important;
  }

  #forum:after,
  #forum:before {
    display: none;
  }

  #forum .btns a {
    width: 300px;
    background-size: 100% auto;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  #forum p {
    max-width: 90%;
  }

  #forum ul.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  #forum ul.info li:first-child {
    margin-right: 0px;
  }

  #forum .info-add-s {
    font-size: 16px;
  }

  #forum .btn a {
    width: 180px;
    padding: 16px 0px;
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #forum p {
    margin: 30px auto;
    font-size: 18px;
  }

  #forum p span {
    font-size: 18px;
    display: block;
  }

  #forum p br {
    display: none;
  }

  #forum ul.info li>img {
    width: 40px;
  }
}

/* ==========================================================================
   5. 區塊：Speaker (#speaker)
   ========================================================================== */

#speaker {
  background-color: var(--color-blue-dark);
  background: var(--grad-blue);
  padding-top: 100px;
  padding-bottom: 60px;
}

#speaker .people {
  max-width: 720px;
  margin: 3rem auto;
}

#speaker ul.speaker {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-wrap: wrap;
}

#speaker ul.speaker li {
  margin-bottom: 1.25rem;
  width: 75%;
  max-width: 400px;
  position: relative;
  opacity: 0;
  top: 3rem;
}

#speaker.active .speaker li {
  opacity: 1;
  top: 0;
}

#speaker ul.speaker li:nth-child(4) {
  clear: both;
}

#speaker ul.speaker figure img {
  margin: auto;
  max-width: auto;
}

#speaker ul.speaker figcaption.lecturerBox {
  align-items: center;
  width: 100%;
}

#speaker ul.speaker figcaption .lecturer-name {
  padding: 1rem 0;
  line-height: 2;
  text-align: center;
}

#speaker ul.speaker figcaption i.tag-name {
  font-family: Noto Sans TC;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-yellow);
  letter-spacing: 5px;
  display: none;
}

#speaker ul.speaker figcaption p {
  font-family: Noto Sans TC;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  padding: 0.1rem 0;
  letter-spacing: 1px;
}

#speaker ul.speaker figcaption p.name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}

#speaker .speaker-left {
  position: absolute;
  left: -150%;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 18%;
  top: -1%;
}

#speaker .speaker-right {
  position: absolute;
  right: -150%;
  z-index: -1;
  -webkit-transition: 2s all;
  transition: 2s all;
  height: 18%;
  bottom: -1%;
}

#speaker.active .speaker-left {
  left: 0%;
}

#speaker.active .speaker-right {
  right: 0%;
}

/* Speaker Media Queries */
@media (min-width: 180px) {
  #speaker .people {
    max-width: 1080px;
  }
}

@media (min-width: 560px) {

  #speaker .speaker-right,
  #speaker .speaker-left {
    height: 25%;
  }
}

@media (min-width: 768px) {

  #speaker .speaker-right,
  #speaker .speaker-left {
    height: 40%;
  }

  #speaker ul.speaker li {
    width: 40%;
    margin-bottom: 1rem;
    clear: none !important;
    max-width: 330px;
  }
}

@media (min-width: 960px) {
  #speaker .people {
    max-width: 950px;
    margin: 3rem auto;
  }
}

@media (min-width: 1024px) {
  #speaker .speaker-left {
    top: 0;
  }

  #speaker .speaker-right {
    bottom: 0;
  }

  #speaker .speaker-right,
  #speaker .speaker-left {
    height: 55%;
  }
}

@media (min-width: 1025px) {
  #speaker .speaker li:nth-child(1) {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  #speaker .speaker li:nth-child(2) {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }

  #speaker .speaker li:nth-child(3) {
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }

  #speaker .speaker li:nth-child(4) {
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
  }

  #speaker .speaker li:nth-child(5) {
    -webkit-transition: 1s all;
    transition: 1s all;
  }
}

@media (min-width: 1280px) {

  #speaker .speaker-right,
  #speaker .speaker-left {
    height: 100%;
  }

  #speaker ul.speaker {
    justify-content: space-between;
  }

  #speaker ul.speaker li {
    width: 30%;
    margin-bottom: 50px;
    clear: none !important;
  }
}

@media (max-width: 980px) {
  #speaker {
    padding-top: 40px;
    min-height: auto !important;
  }

  #speaker .boxcon {
    position: inherit;
    height: auto;
  }
}

@media (max-width: 700px) {
  #speaker ul.speaker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #speaker ul.speaker figure img {
    width: 100%;
  }

  #speaker ul.speaker figcaption {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  #speaker ul.speaker li+li {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  #speaker ul.speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #speaker ul.speaker figcaption p {
    font-size: 17px;
  }
}

/* ==========================================================================
   6. 區塊：Agenda (#agenda)
   ========================================================================== */

#agenda {
  background-color: var(--color-orange);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
}

#agenda .con {
  max-width: 950px;
}

#agenda .title {
  margin-bottom: 60px;
}

#agenda .agenda-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}

#agenda .agenda-list li * {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
}

#agenda .agenda-list li i {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 160px;
}

#agenda .agenda-list li i.time {
  color: var(--color-white);
}

#agenda .agenda-list li i:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--color-white);
  right: -51px;
  top: 25px;
}

#agenda .agenda-list li:last-child i:before {
  display: none;
}



#agenda .agenda-list .agenda-list-box {
  margin-left: 100px;
  position: relative;
}

#agenda .agenda-list .agenda-list-box>h4 {
  display: flex;
  margin: 8px 0 10px;
  gap: 8px;
}

#agenda .agenda-list .agenda-list-box>h4>.agenda-list-name {
  width: calc(100% - 70px);
  display: flex;
  align-items: center;
  gap: 2px 8px;
  flex-wrap: wrap;
}

#agenda .agenda-list .agenda-list-box>h4>.agenda-list-name .con-person{
display: flex;
width: 100%;
gap: 8px;
}



#agenda .agenda-list .agenda-list-box>h4>.agenda-list-name .s-name {
  font-size: 18px;
}

#agenda .agenda-list .agenda-list-box::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--color-indigo);
  border-radius: 50%;
  left: -59.5px;
  top: 10.25px;
  border: 3px solid var(--color-indigo);
}

#agenda .agenda-list .agenda-list-box b {
  font-size: clamp(15px, 3vw, 18px);
  padding: 2px 0px 1px 2px;
  border: 1px solid var(--color-gray-dark);
  background-color: transparent;
  color: var(--color-gray-dark);
  border-radius: 4px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

#agenda .agenda-list .agenda-list-box span.s-text,
#agenda .agenda-list .agenda-list-box span.s-name {
  color: var(--color-gray-dark);
  font-size: clamp(15px, 3vw, 18px);
}



#agenda .agenda-list .agenda-list-box .without-title {
  padding-left: 92px;
}

#agenda .agenda-left,
#agenda .agenda-right {
  width: 30%;
  position: absolute;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#agenda .agenda-left {
  left: -50%;
  top: 0;
}

#agenda .agenda-right {
  right: -50%;
  bottom: 0;
}

#agenda.active .agenda-left {
  left: 0%;
}

#agenda.active .agenda-right {
  right: 0%;
}

/* Agenda Media Queries */
@media (min-width: 768px) {

  #agenda .agenda-list .agenda-list-box span.s-name,
  #agenda .agenda-list .agenda-list-box span.s-text {
    font-size: 18px;
  }

  #agenda .agenda-list .agenda-list-box b {
    width: 80px;
  }
}

@media (min-width: 1280px) {
  #agenda .agenda-left {
    left: 0%;
    bottom: 0;
    top: auto;
  }

  #agenda .agenda-right {
    right: 0%;
    top: 0;
    bottom: auto;
  }

  #agenda.active .agenda-left {
    height: auto;
    top: 0%;
    left: -10%;
  }

  #agenda.active .agenda-right {
    height: auto;
    top: 0%;
    right: 0%;

  }
}

@media (min-width: 1680px) {
  #agenda.active .agenda-left {
    left: 0%;
  }

  #agenda.active .agenda-right {
    right: 0%;
  }
}

@media (max-width: 680px) {
  #agenda .agenda-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
  }

  #agenda .agenda-list li i {
    width: 200px;
  }

  #agenda .agenda-list li i:before {
    height: 730%;
    left: -33px;
  }

  #agenda .agenda-list .agenda-list-box {
    margin-left: 0;
  }

  #agenda .agenda-list .agenda-list-box::after {
    left: -40px;
    top: -22px;
  }
}

@media (max-width: 360px) {

  #agenda .agenda-list li i:before {
    height: 1050%;
  }
}


/* ==========================================================================
   7. 區塊：Vote & VoteWay (#vote, #voteway)
   ========================================================================== */

#vote {
  background-color: var(--color-teal-dark);
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vote .btns {
  margin-top: 70px;
  margin-left: -10px;
}

#vote:before {
  display: block;
  width: 45%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80% auto;
}

#vote h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  margin-top: 20px;
}

#voteway ul.way1 {
  max-width: 580px;
  margin: auto;
}

#voteway ul.way1 li i {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  background: var(--color-orange-dark);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 33px;
  padding: 35px;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 50%;
}

#voteway ul.way1 li i.big {
  padding: 35px 24px;
}

#voteway ul.way1 li p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  margin-left: 10px;
  font-size: 20px;
}

#voteway ul.way1 li p span {
  display: block;
  font-size: 20px;
}

#voteway ul.way1 li+li {
  margin-top: 20px;
}

#voteway ul.way1 li+li i {
  background: var(--color-green);
}

#voteway ul.way2 {
  margin: 20px 0;
  text-align: center;
}

#voteway ul.way2 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

#voteway ul.way2 li>div {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid var(--color-teal);
  text-align: center;
  border-radius: 50%;
  padding: 20px;
}

#voteway ul.way2 li>div i {
  display: table;
  margin: 0 auto 5px auto;
}

#voteway ul.way2 li>div p {
  font-size: 22px;
}

#voteway ul.way2 li>div p span {
  font-size: 22px;
  display: block;
}

#voteway ul.way2 li+li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -11px;
  top: 50%;
  margin-top: -11px;
  background: url(../images/way2icon.png) center center no-repeat;
}

#voteway .way3 {
  margin: 20px 0;
  text-align: center;
}

#voteway .way3 .percent {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .percent li {
  width: 100%;
}

#voteway .way3 .percent li div {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .percent li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  margin: 0 10px;
}

#voteway .way3 .percent li>div.tt {
  font-size: 22px;
  width: 140px;
  min-width: 350px;
  background: var(--color-orange-dark);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 10px;
}

#voteway .way3 .percent li+li {
  margin-top: 15px;
}

#voteway .way3 .percent li+li>div.tt {
  background: var(--color-green);
}

#voteway .way3 .total {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .total div {
  display: inline-block;
  vertical-align: middle;
}

#voteway .way3 .total div.score {
  font-size: 36px;
  width: 120px;
  height: 120px;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0;
}

#voteway ul.award {
  width: 90%;
  margin: auto;
  max-width: 900px;
}

#voteway ul.award li {
  background: var(--color-gray-bg);
  padding: 15px;
  position: relative;
}

#voteway ul.award li+li {
  margin-top: 15px;
}

#voteway ul.award figure {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

#voteway ul.award figcaption {
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 280px);
  margin-left: 20px;
}

#voteway ul.award figcaption b {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
  display: block;
}

#voteway ul.award figcaption p {
  font-size: 18px;
}

#voteway ul.award figcaption span {
  color: var(--color-blue-light);
  position: absolute;
  left: 290px;
  bottom: 12px;
}

#voteway ul.award figcaption span b {
  display: inline;
  color: var(--color-blue-light);
  font-size: 14px;
}

/* Vote Media Queries */
@media (min-width: 480px) {
  #vote h3 br {
    display: none;
  }
}

@media (max-width: 880px) {
  #voteway .way3 .percent li>div.tt {
    min-width: 250px;
  }

  #voteway .way3 .percent li+li:before {
    content: "+";
    font-size: 50px;
    display: table;
    margin: auto;
  }

  #voteway .way3 .total {
    display: block;
  }

  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }

  #voteway .way3 .total div img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 700px) {
  #voteway ul.award figure {
    width: 100%;
  }

  #voteway ul.award figure img {
    margin: auto;
  }

  #voteway ul.award figcaption {
    width: 100%;
    margin-left: 0px;
  }

  #voteway ul.award figcaption span {
    left: 12px;
  }
}

@media (max-width: 700px) and (max-width: 550px) {
  #voteway ul.way2 {
    max-width: 500px;
    margin: auto;
  }

  #voteway ul.way2 li {
    max-width: 240px;
    margin-bottom: 10px;
  }

  #voteway ul.way2 li+li:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -4px;
    left: 50%;
    margin-left: -11px;
  }

  #voteway ul.way2 li+li:nth-child(3):before {
    display: block;
  }

  #voteway .way3 .percent li>div.tt {
    min-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
  }

  #voteway .way3 .total {
    display: block;
  }

  #voteway .way3 .total div {
    display: table;
    margin: auto;
  }

  #voteway .way3 .total div img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 700px) and (max-width: 400px) {
  #voteway ul.way1 li i {
    display: table;
    margin: auto;
  }

  #voteway ul.way1 li p {
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  #vote {
    padding-bottom: 120px;
  }

  #vote:before {
    left: -20%;
  }
}

/* ==========================================================================
   8. 區塊：Award & AwardName (#award, #awardname)
   ========================================================================== */

#award {
  position: relative;
  background: url(../images/award_bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

#award.active:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#award.active:before,
#award.active:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#award .car {
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 7px;
}

#award .car figure {
  display: block;
  width: 443px;
  height: 50px;
  background: url(../images/train.png) center center no-repeat;
  -webkit-animation: car 12s linear infinite;
  animation: car 12s linear infinite;
}

#award .btns {
  margin-top: 70px;
}

#award .btns a {
  background: var(--color-gold);
}

#award .btns a:hover {
  background: var(--color-green-dark);
}

#awardway {
  max-width: 1000px;
}

#awardname ul.list {
  max-width: 1000px;
  text-align: center;
}

#awardname ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#awardname ul.list li figcaption {
  text-align: left;
}

#awardname ul.list li figcaption i {
  margin: 5px 0;
  display: block;
  font-size: 22px;
}

#awardname ul.list li figcaption i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

#awardname ul.list li figcaption b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
  min-height: 85px;
}

#awardname ul.list li figcaption b span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

#awardname ul.list li figcaption p {
  font-size: 16px;
}

/* Award Media Queries */
@media (max-width: 1024px) {
  #award {
    padding: 5% 0 16%;
  }

  #award:before {
    background-size: 46%;
    background-position: 0% 90%;
  }

  #award:after {
    background-position: 100% 8%;
    background-size: 40%;
  }
}

@media (max-width: 980px) {
  #awardname ul.list li {
    width: 47%;
  }
}

@media (max-width: 768px) {
  #award:before {
    background-size: 62%;
    background-position: -24% 95%;
  }

  #award:after {
    background-position: 130% 6%;
    background-size: 50%;
  }
}

/* ==========================================================================
   9. 區塊：Video (#video)
   ========================================================================== */

#video {
  background-color: var(--color-orange);
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#video.active .video-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: 0;
  animation: dynamicFadeIn 1s ease-out forwards;
}

/* Video Media Queries */
@media (max-width: 980px) {
  #video {
    min-height: auto !important;
  }
}

@media (max-width: 480px) {
  #video {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* ==========================================================================
   10. 區塊：Note (#note)
   ========================================================================== */

#note {
  background-color: var(--color-blue-mid);
  background: var(--grad-blue);
  padding-bottom: 180px;
  min-height: auto !important;
  position: relative;
}

#note .listBox {
  max-width: 836px;
  margin: auto;
  width: 85%;
}

#note h3 {
  color: var(--color-blue-light10);
  font-size: clamp(16px, 3vw, 18px);
  line-height: 24px;
  font-weight: 600;
}

#note .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

#note .list li i {
  width: 20px;
}

#note .list * {
  color: var(--color-white);
  font-size: clamp(16px, 3vw, 18px);

}

#note .list+h3 {
  margin-top: 40px;
}

#note .note-left,
#note .note-right {
  width: 25%;
  max-width: 288px;
  top: 0;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#note .note-left {
  left: -50%;
}

#note .note-right {
  right: -50%;
}

#note.active .note-left {
  left: 0%;
}

#note.active .note-right {
  right: 0%;
}

/* Note Media Queries */
@media (min-width: 1025px) {

  #note .note-left,
  #note .note-right {
    top: 0;
    width: 290px;
  }

  #note.active .note-left {
    left: 0%;
  }

  #note.active .note-right {
    right: 0%;
  }
}

@media (max-width: 480px) {
  #note {
    padding-bottom: 15vh;
  }

}

/* ==========================================================================
   11. 區塊：Report (#report)
   ========================================================================== */

#report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  background-color: var(--color-blue-mid);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: auto !important;
  padding-bottom: 4rem;
}

.conTitleBox .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.conTitleBox .conTitle {
  min-height: 180px;
}

.conTitleBox .conTitle .report-active {
  width: 25%;
  max-width: 288px;
}

.conTitleBox .report-active.report-left,
.conTitleBox .report-active.report-right {
  position: absolute;
  z-index: -1;
  -webkit-transition: 2s all;
  transition: 2s all;
  background-repeat: no-repeat;
}

.conTitleBox .report-active.report-left {
  left: -150%;
  top: 0;
}

.conTitleBox .report-active.report-right {
  right: -150%;
  bottom: 0;
}

.conTitleBox.active .report-active.report-left {
  left: 0;
}

.conTitleBox.active .report-active.report-right {
  right: 0;
}

.conTitleBox .con h2.title {
  margin: auto;
}

.conTitleBox h4 {
  margin-bottom: 40px;
}

#report ul.list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
}

#report ul.list li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
}

#report ul.list li a {
  display: block;
  text-align: center;
}

#report ul.list li a figure {
  overflow: hidden;
}

#report ul.list li a figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#report ul.list li a figcaption {
  margin: 10px 0;
  font-size: 20px;
}

#report ul.list li a:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#report ul.list li a:hover figcaption {
  color: var(--color-teal);
}

/* Report Media Queries */
@media (min-width: 992px) {
  .conTitleBox .conTitle {
    padding: 0;
    height: 253px;
  }

  .conTitleBox .conTitle .report-active {
    height: 100%;
  }

  #report {
    padding-bottom: 8rem;
  }
}

@media (max-width: 980px) {
  #report ul.list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #report ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   12. 區塊：Survey (#survey, #surveyresult, #surveyyear)
   ========================================================================== */

#survey h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-teal-dark);
  text-align: center;
  margin-top: 20px;
}

/* Survey Media Queries */
@media (min-width: 480px) {
  #survey h3 br {
    display: none;
  }
}

@media (max-width: 880px) {

  #surveyresult .tab_content#government ul li,
  #surveyresult .tab_content#people ul li,
  #surveyyear .tab_content#government ul li,
  #surveyyear .tab_content#people ul li {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media (max-width: 700px) {
  #survey {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  #survey .btns {
    margin-top: 40px;
  }

  #survey.active .survey-left {
    left: -12%;
    top: 12px;
    width: 46%;
  }

  #survey.active .survey-right {
    right: 0;
    bottom: 0;
    width: 47%;
  }

  #surveyi03 ul li,
  .surveyi03 ul li {
    width: 48%;
  }
}