@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;500;600;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bitter:wght@300;500;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap";

:root {
  font-size: 16px
}

@media(max-width: 768px) {
  :root {

    font-size: 12px
  }
}

img {
  max-width: 100%;
  height: auto
}

body {
  background-color: #000001
}

.wrapper {
  font-family: "Noto Sans TC", sans-serif;
  background: linear-gradient(90deg, #000000, #030408);
  color: #fff
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box
}

main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 1, 0.7) 0%, rgba(0, 0, 1, 0.45) 50%, rgba(0, 0, 1, 0.7) 100%)
}

.tit {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  letter-spacing: .1rem;
  font-weight: 500
}

@media(max-width: 768px) {
  main {
    background: linear-gradient(90deg, #000001 0%, #000001 50%, #000001 100%)
  }
}

.fix_aside_kvShow {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .5rem;
  transform: translateX(0%);
  transition: transform 600ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end
}

.fix_aside_kvShow.is_active {
  transform: translateX(150%)
}

.fix_aside_kvShow .fx_item {
  position: relative;
  display: block;
  border-radius: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(35, 24, 22, .19);
  transition: transform 240ms, box-shadow 240ms
}

.fix_aside_kvShow .fx_item.is_calendar {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 99%
}

.fix_aside_kvShow .fx_item.is_primary {
  background: linear-gradient(90deg, #1a73f1, 5%, #65fbfc, 45%, #a31cb3);
  color: #fff
}

.fix_aside_kvShow .fx_item.is_sp {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 9.375rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 12px;
  margin: 0 0 10px 0;
  border-radius: 15px
}

.fix_aside_kvShow .fx_item.is_sp .in_wrap {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: translate(0);
  display: flex;
  justify-content: center;
  align-items: center
}

.fix_aside_kvShow .fx_item.is_sp .in_wrap img {
  position: relative;
  width: 100%;
  height: auto;
  animation: kv_btn 1.5s ease-in-out normal infinite;
  animation-play-state: running
}

.fix_aside_kvShow .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(35, 24, 22, .19)
}

.fix_aside_kvShow .fx_item:hover .in_wrap img {
  animation-play-state: paused
}

.fix_aside_kvShow .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -50%)
}

.fix_aside_kvShow .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
  width: 100%
}

.fix_aside_kvShow .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em
}

.fix_aside_kvShow .fx_item .in_wrap .ic_top {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: url("../../assets/images/icons/arrow_top.png") center/contain no-repeat
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .25rem;
  transform: translateX(150%);
  transition: transform 600ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end
}

.fix_aside.is_active {
  transform: translateX(0%)
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: .5em;
  margin: .5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(35, 24, 22, .19);
  transition: transform 240ms, box-shadow 240ms
}

.fix_aside .fx_item .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("../../assets/images/icons/arrow_top.png") center/contain no-repeat
}

.fix_aside .fx_item.is_calendar {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 99%
}

.fix_aside .fx_item.is_primary {
  background: linear-gradient(135deg, #01bcff, #01bcff);
  color: #fff
}

.fix_aside .fx_item.is_primary.taipei {
  background: linear-gradient(135deg, #9B9DA3, #9B9DA3);
  cursor: not-allowed;
}

.fix_aside .fx_item.is_primary.taipei:hover {
  transform: translateY(0px);
  box-shadow: 0 1px 3px 0 rgba(35, 24, 22, .19);
}

.fix_aside .fx_item.character {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .19);
  cursor: auto
}

.fix_aside .fx_item.character:hover {
  transform: translateY(0px);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .19)
}

.fix_aside .fx_item.is_sp {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 6.25rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 12px;
  margin: 0 0 10px 0;
  border-radius: 15px
}

.fix_aside .fx_item.is_sp .in_wrap {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: translate(0);
  display: flex;
  justify-content: center;
  align-items: center
}

.fix_aside .fx_item.is_sp .in_wrap img {
  position: relative;
  width: 100%;
  height: auto
}

.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(35, 24, 22, .19)
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%)
}

.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: .6em
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: all .2s ease-out
}

header.is_active {
  background-color: #081933
}

header.is_active .nav_area .logo {
  width: 210px
}

header.is_active .nav_area ul {
  height: 50px
}

header.is_active .nav_area ul li a {
  font-size: 1rem
}

header .nav_mobile {
  display: none
}

header .nav_language {
  position: absolute;
  top: 50%;
  right: 70px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%)
}

header .nav_language .hover {
  display: inline-block;
  position: relative
}

header .nav_language .hover img {
  width: 30px;
  line-height: 0
}

header .nav_language .hover:hover .hover_menu {
  display: flex
}

header .nav_language .hover_holder {
  cursor: pointer
}

header .nav_language .hover_menu {
  position: absolute;
  top: auto;
  right: 0;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end
}

header .nav_language .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: none
}

header .nav_language .hover_menu .hover_item p {
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
  color: #f8c549;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 10px 0 10px;
  transition: all .3s ease-in-out
}

header .nav_language .hover_menu .hover_item p:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, .5)
}

header .nav_language .hover_menu .hover_item p span {
  font-size: 12px
}

header .nav_sns {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%)
}

header .nav_sns .hover {
  display: inline-block;
  position: relative
}

header .nav_sns .hover img {
  width: 40px;
  line-height: 0
}

header .nav_sns .hover:hover .hover_menu {
  display: block
}

header .nav_sns .hover_holder {
  cursor: pointer
}

header .nav_sns .hover_menu {
  position: absolute;
  padding: .5em 0;
  display: none
}

header .nav_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: .5em
}

header .nav_area {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px 0 30px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

header .nav_area .logo {
  position: relative;
  width: 275px;
  height: auto;
  margin: 0 auto 0 0;
  display: block;
  transition: all .2s ease-out
}

header .nav_area .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

header .nav_area ul {
  position: relative;
  width: auto;
  height: 70px;
  margin: 0 1% 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-out
}

header .nav_area ul li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px
}

header .nav_area ul li .dropdown {
  margin: 0 .25rem
}

header .nav_area ul li .dropdown .btn {
  padding: 0rem 0rem;
  color: #fff
}

header .nav_area ul li .dropdown .btn:hover {
  color: #18f0ff
}

header .nav_area ul li .dropdown-menu {
  min-width: 6.5rem;
  color: #081933;
  display: none;
  padding: 0 0
}

header .nav_area ul li .dropdown-menu li {
  padding: 0 0px;
  background-color: #fff;
  /* border-radius: .25rem */
}

header .nav_area ul li .dropdown-menu a {
  color: #081933;
  display: block;
  width: 100%;
  padding: 15px 15px
}

header .nav_area ul li .dropdown-menu a.taipei {
  color: #9B9DA3;
  cursor: not-allowed;
}

header .nav_area ul li .dropdown-menu a.taipei:hover {
  background-color: rgba(8, 25, 51, 0);  color: #9B9DA3;
}

header .nav_area ul li .dropdown-menu a:hover {
  background-color: rgba(8, 25, 51, .1);
  color: #000
}

header .nav_area ul li .dropdown-menu li {
  width: 100%
}

header .nav_area ul li .dropdown-menu li:last-child a {
  margin-bottom: 0rem
}

header .nav_area ul li .dropdown-menu.show {
  display: block;
  transform: translate(0px, 36px);
  background-color: #fff
}

header .nav_area ul li .dropdown-item:hover {
  background-color: rgba(173, 223, 251, .5)
}

header .nav_area ul li a {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-out
}

header .nav_area ul li a:hover {
  color: #18f0ff
}

header .nav_area ul li.btn a {
  padding: 8px 25px;
  color: #fff;
  border: 1px solid #473b87;
  border-radius: 5px
}

header .nav_area ul li.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f8c549, #9000ff);
  z-index: -1;
  transition: all .2s ease-out
}

header .nav_area ul li.btn a:hover {
  color: #f8c549;
  border: 1px solid #f8c549
}

header .nav_area ul li.btn a:hover::before {
  left: 100%
}

header .nav_area ul li.active a {
  color: #f8c549
}

footer {
  position: relative;
  width: 100%;
  padding: 35px 0 !important;
  background-color: #231816
}

footer .logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between
}

footer .content {
  position: relative;
  width: 100%;
  margin: 35px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start
}

footer .content .contant {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch
}

footer .content .contant .cnts {
  position: relative;
  width: auto
}

footer .content .contant .cnts:first-child {
  border: solid #fff;
  border-width: 0 1px 0 0;
  padding: 0 25px 0 0
}

footer .content .contant .cnts:last-child {
  border: solid #fff;
  border-width: 0 0 0 0;
  padding: 0 0 0 25px
}

footer .content .contant .cnts .cnt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #fff
}

footer .content .contant .cnts .cnt img {
  position: relative;
  width: 15px;
  height: auto;
  margin: 0 10px 0 0
}

footer .content .contant .cnts .cnt a {
  color: #fff;
  text-decoration: none
}

footer .info {
  position: relative;
  width: auto;
  margin: 0;
  text-align: right;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #fff
}

footer .info span {
  white-space: nowrap
}

.popup .modal .modal-dialog {
  max-width: 800px
}

.popup .modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px
}

.popup .modal .modal-header {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0
}

.popup .modal .modal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000
}

.popup .modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #101441
}

.popup .modal .modal-header a {
  color: #000;
  transition: all .3s;
  text-decoration: none
}

.popup .modal .modal-header a:hover {
  color: #101441
}

.popup .modal .modal-header a .icon {
  height: 22px;
  margin: 0 .25rem
}

.popup .modal .modal-header .icon-1 {
  margin-left: .75rem
}

.popup .modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #373f41;
  display: block
}

.popup .modal .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 30px;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
  cursor: pointer
}

.popup .modal .modal-header .btn-close:hover {
  transform: rotate(180deg)
}

.popup .modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #373f41;
  line-height: 1.6;
  text-align: left
}

.popup .modal .modal-body .sec_n {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 35px auto 15px auto;
  box-sizing: border-box;
  padding: 1rem 0
}

.popup .modal .modal-body .sec_n::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background: linear-gradient(90deg, #1a73f1, 5%, #65fbfc, 45%, #a31cb3)
}

.popup .modal .modal-body span {
  font-weight: bold
}

.popup .modal .modal-body .cnt {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 18px;
  border: dashed rgba(248, 197, 73, .3);
  border-width: 1px 0 1px 0
}

.popup .modal .modal-body .t {
  color: #a31cb3;
  display: block
}

.popup .modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px
}

.popup .modal .modal-body ul {
  font-size: 18px;
  list-style: disc;
  padding: 0 0 0 20px
}

.popup .modal .modal-footer {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0
}

.popup .modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0
}

.popup .modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #f8c549;
  border: 1px solid #f8c549;
  transition: all .3s ease-in-out;
  text-decoration: none
}

.popup .modal .modal-footer .btn:hover {
  color: #f8c549;
  background-color: #fff
}

@media(max-width: 1450px) {
  header .nav_area ul {
    margin: 0 0 0 0
  }

  header .nav_area ul li {
    padding: 0 10px
  }

  header .nav_area ul li a {
    font-size: 1rem
  }
}

@media(max-width: 1300px) {
  header .nav_area {
    padding: 0 20px
  }

  header .nav_area ul {
    margin: 0 5% 0 0
  }

  header .nav_area ul li {
    padding: 0 10px
  }

  header .nav_area ul li a {
    font-size: 1rem
  }
}

@media(max-width: 1200px) {
  header .nav_area {
    padding: 0 20px
  }

  header .nav_area ul {
    margin: 0 5% 0 0
  }

  header .nav_area ul li {
    padding: 0 10px
  }

  header .nav_area ul li a {
    font-size: .9375rem
  }
}

@media(max-width: 768px) {
  .fix_aside_kvShow .fx_item.is_sp {
    width: 80px
  }

  .fix_aside {
    right: 0rem
  }

  .fix_aside .fx_item {
    margin: .5rem
  }

  .fix_aside .fx_item.is_sp {
    width: 80px
  }

  header {
    height: 35px;
    background-color: rgba(0, 0, 0, 0)
  }

  header .nav_mobile {
    position: relative;
    display: block
  }

  header .nav_mobile-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  header .nav_mobile-btn-line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #72f2ff;
    border-radius: 4px;
    margin: 2.5px 0
  }

  header .nav_language {
    position: absolute;
    top: 110px;
    right: 5px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0)
  }

  header .nav_sns {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0)
  }

  header .nav_area {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #101441;
    flex-direction: column;
    justify-content: flex-start
  }

  header .nav_area .logo {
    width: 200px;
    margin: 20px auto
  }

  header .nav_area ul {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 0%
  }

  header .nav_area ul li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  header .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out
  }

  header .nav_area ul li.btn a {
    padding: 12px 35px;
    color: #fff;
    background-color: #f8c549;
    border: 1px solid #f8c549;
    border-radius: 5px
  }

  header .nav_area ul li.btn a:hover {
    color: #f8c549;
    background-color: #fff
  }

  header .nav_area ul li.active a {
    color: #f8c549
  }

  footer .content {
    flex-direction: column
  }

  footer .content .contant {
    flex-direction: column
  }

  footer .content .contant .cnts {
    width: 100%
  }

  footer .content .contant .cnts:first-child {
    border-width: 0 0 1px 0;
    padding: 0 0 25px 0
  }

  footer .content .contant .cnts:last-child {
    border-width: 0 0 1px 0;
    padding: 25px 0 25px 0
  }

  footer .info {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: left
  }

  .modal .modal-dialog {
    max-width: 800px
  }

  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px
  }

  .modal .modal-header {
    text-align: left
  }

  .modal .modal-header a .icon {
    height: 15px
  }

  .modal .modal-header .btn-close {
    top: 18px;
    right: 5px
  }

  .modal .modal-header .modal-title {
    font-size: 1.25rem
  }

  .modal .modal-header .sub {
    font-size: 16px
  }

  .modal .modal-body {
    font-size: 12px;
    line-height: 1.3
  }

  .modal .modal-body ul {
    font-size: 14px
  }
}

@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
  }

  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0)
  }

  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0)
  }

  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0)
  }

  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0)
  }

  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0)
  }

  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0)
  }

  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0)
  }

  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0)
  }

  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0)
  }

  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0)
  }

  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0)
  }

  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0)
  }

  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0)
  }

  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0)
  }

  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0)
  }

  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0)
  }

  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0)
  }

  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0)
  }

  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0)
  }

  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0)
  }

  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0)
  }

  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }
}

@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0)
  }

  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0)
  }

  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0)
  }

  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0)
  }

  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0)
  }

  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0)
  }

  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0)
  }

  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0)
  }

  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0)
  }

  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0)
  }

  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0)
  }

  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0)
  }

  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0)
  }

  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0)
  }

  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0)
  }

  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0)
  }

  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0)
  }

  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0)
  }

  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0)
  }

  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0)
  }

  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0)
  }

  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
  }

  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
  }

  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
  }

  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0)
  }
}

@keyframes notbed {
  0% {
    opacity: .7
  }

  2.5% {
    opacity: 1
  }

  5% {
    opacity: .7
  }

  7.5% {
    opacity: .95
  }

  10% {
    opacity: .95
  }

  15% {
    opacity: .7
  }

  20% {
    opacity: 1
  }

  25% {
    opacity: .7
  }

  30% {
    opacity: 1
  }

  100% {
    opacity: .95
  }
}

.heehee {
  animation-name: notbed;
  animation-duration: 2s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: steps(40);
  animation-direction: alternate;
  animation-play-state: running;
  white-space: nowrap;
  animation-fill-mode: both;
  z-index: 1
}

@keyframes float {
  0% {
    transform: scale(1) translate(0)
  }

  30% {
    transform: scale(1.05) translateY(15px)
  }

  80% {
    transform: scale(1) translate(0)
  }

  100% {
    transform: scale(1.05) translate(0)
  }
}

@keyframes kv_glow {
  0% {
    transform: rotate(0deg);
    filter: brightness(100%)
  }

  50% {
    transform: rotate(180deg);
    filter: brightness(200%)
  }

  100% {
    transform: rotate(360deg);
    filter: brightness(100%)
  }
}

@keyframes award_float {
  0% {
    transform: scale(1) translate(0)
  }

  50% {
    transform: scale(1.05) translate(0)
  }

  100% {
    transform: scale(1) translate(0)
  }
}

@keyframes rotaFace {
  0% {
    transform: rotate(0deg);
    filter: brightness(100%)
  }

  25% {
    filter: brightness(150%)
  }

  50% {
    transform: rotate(5deg);
    filter: brightness(100%)
  }

  75% {
    filter: brightness(70%)
  }

  100% {
    transform: rotate(0deg);
    filter: brightness(100%)
  }
}

@keyframes rotaFace2 {
  0% {
    transform: rotate(0deg) translateY(0);
    filter: brightness(100%)
  }

  10% {
    filter: brightness(150%)
  }

  20% {
    filter: brightness(100%)
  }

  30% {
    filter: brightness(150%)
  }

  40% {
    filter: brightness(100%)
  }

  50% {
    transform: rotate(10deg) translateY(50px);
    filter: brightness(150%)
  }

  60% {
    filter: brightness(100%)
  }

  70% {
    filter: brightness(150%)
  }

  80% {
    filter: brightness(100%)
  }

  90% {
    filter: brightness(150%)
  }

  100% {
    transform: rotate(0deg) translateY(0);
    filter: brightness(100%)
  }
}

@keyframes giftFade {
  0% {
    transform: scale(1) translate(-50%, -50%) rotate(0deg);
    opacity: 1
  }

  20% {
    transform: scale(1) translate(60%, -50%) rotate(360deg);
    opacity: 1
  }

  60% {
    transform: scale(1) translate(60%, -50%) rotate(360deg);
    opacity: 1
  }

  80% {
    transform: scale(1) translate(-50%, -50%) rotate(0deg);
    opacity: 1
  }

  100% {
    transform: scale(1) translate(-50%, -50%) rotate(0deg);
    opacity: 1
  }
}

@keyframes train_bg_ani {
  0% {
    transform: scale(1);
    filter: contrast(100%) brightness(100%);
    opacity: 1
  }

  20% {
    transform: scale(1.03) rotate(2deg);
    filter: contrast(200%) brightness(200%);
    opacity: .5
  }

  100% {
    transform: scale(1);
    filter: contrast(100%) brightness(100%);
    opacity: .3
  }
}

@keyframes video_dot_rota {
  0% {
    transform: rotate(0deg) scale(1);
    filter: contrast(100%) brightness(100%)
  }

  33% {
    transform: rotate(-120deg) scale(1.2);
    filter: contrast(200%) brightness(200%)
  }

  66% {
    transform: rotate(-240deg) scale(0.8);
    filter: contrast(70%) brightness(70%)
  }

  100% {
    transform: rotate(-360deg) scale(1);
    filter: contrast(100%) brightness(100%)
  }
}

@keyframes video_ball_rota {
  0% {
    transform: rotate(0deg) scale(1);
    filter: contrast(100%) brightness(100%)
  }

  33% {
    transform: rotate(120deg) scale(1.2);
    filter: contrast(150%) brightness(150%)
  }

  66% {
    transform: rotate(240deg) scale(0.9);
    filter: contrast(70%) brightness(70%)
  }

  100% {
    transform: rotate(360deg) scale(1);
    filter: contrast(100%) brightness(100%)
  }
}

@keyframes video_head_rota {
  0% {
    transform: rotate3d(0, 0, 0, 0deg) scaleY(1) translateY(0)
  }

  33% {
    transform: rotate3d(1, 0, 0, 20deg) scaleY(1.1) translateY(0)
  }

  66% {
    transform: rotate3d(1, 0, 0, 5deg) scaleY(1) translateY(0)
  }

  100% {
    transform: rotate3d(0, 0, 0, 0deg) scaleY(1) translateY(0)
  }
}

@keyframes kv_cir_rota {
  0% {
    transform: rotate(0deg);
    filter: contrast(100%) brightness(100%)
  }

  100% {
    filter: contrast(200%) brightness(200%)
  }

  100% {
    transform: rotate(360deg);
    filter: contrast(100%) brightness(100%)
  }
}

@keyframes moveNum {
  0% {
    background-position: 0% 0%
  }

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

@keyframes moveLucturerNum {
  0% {
    background-position: 0% 0%
  }

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

@keyframes showBox {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes kv_btn {
  0% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(-15px)
  }

  20% {
    transform: translateY(0)
  }

  28% {
    transform: translateY(-10px)
  }

  35% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

[data-aos=setEvent] {
  opacity: 1
}

[data-aos=setEvent].aos-animate {
  opacity: 1
}

.mainBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  overflow: hidden;
  background: radial-gradient(64.81% 41.19% at 67.01% 51.5%, #338bb3 0%, #3083aa 5%, #1d5373 37%, #0f304c 65%, #071a33 87%, #04132b 100%)
}

.mainBg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.mainBg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  overflow: hidden
}

.mainBg .bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  overflow: hidden
}

.mainBg .bg_inner .icon-1 {
  position: absolute;
  width: 8.6458333333%;
  z-index: 7;
  top: 56.5%;
  right: .5%;
  filter: brightness(2)
}

.mainBg .bg_inner .icon-2 {
  position: absolute;
  width: 8.4895833333%;
  z-index: 7;
  top: 50.5%;
  right: 27%;
  filter: brightness(5)
}

.mainBg .bg_inner .icon-3 {
  position: absolute;
  width: 8.4895833333%;
  z-index: 7;
  top: 44%;
  right: 37%;
  filter: brightness(3)
}

.mainBg .bg_inner .icon-4 {
  position: absolute;
  width: 8.2291666667%;
  z-index: 7;
  top: 24.5%;
  right: 26.5%;
  filter: brightness(2)
}

.mainBg .bg_inner .icon-5 {
  position: absolute;
  width: 8.1770833333%;
  z-index: 7;
  top: 36.5%;
  right: 15.5%;
  filter: brightness(2)
}

.mainBg .bg_inner .main {
  position: absolute;
  width: 46.3541666667%;
  z-index: 6;
  top: 14%;
  right: 6.5%
}

.mainBg .bg_inner .main_shadow {
  position: absolute;
  width: 46.3541666667%;
  z-index: 5;
  mix-blend-mode: multiply;
  top: 14%;
  right: 6.5%
}

.mainBg .bg_inner .side {
  position: absolute;
  width: 24.4791666667%;
  z-index: 6;
  top: 48%;
  right: -7%
}

.mainBg .bg_inner .side_shadow {
  position: absolute;
  width: 24.4791666667%;
  z-index: 5;
  mix-blend-mode: multiply;
  top: 48%;
  right: -7%
}

.mainBg .bg_inner .gradient {
  position: absolute;
  z-index: 4;
  mix-blend-mode: multiply
}

.mainBg .bg_inner .grid_T {
  position: absolute;
  z-index: 3;
  mix-blend-mode: overlay
}

.mainBg .bg_inner .grid_M {
  position: absolute;
  z-index: 2;
  mix-blend-mode: overlay
}

.mainBg .bg_inner .grid_B {
  position: absolute;
  z-index: 1
}

.mainBg .bg_inner .kv_bg {
  position: absolute
}

.mainBg .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46.875%;
  transform: translate(-55%, -5%)
}

.kv {
  position: relative;
  margin: 0;
  height: 50vw;
  overflow: hidden
}

.kv .logo {
  position: absolute;
  top: 3.5%;
  right: 6.2%;
  width: 11.6145833333%
}

.kv .tit {
  position: absolute;
  top: 18.5%;
  left: 7.5%;
  width: 38.5416666667%;
  text-align: center
}

.kv .tit img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.kv .tit .t1 {
  width: 95.2702702703%;
  margin-bottom: 1.5rem;
  position: relative
}

.kv .tit .t2 {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%
}

.kv .tit .t3 {
  position: absolute;
  top: 230%;
  left: 0%;
  width: 79.7297297297%
}

.kv .tit .time {
  width: 94.5945945946%;
  position: absolute;
  top: 425%
}

.kv .tit .time .inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.kv .tit .time .inner .t4,
.kv .tit .time .inner .t5 {
  width: 95%;
  cursor: pointer;
  transition: all .3s
}

.kv .tit .time .inner .t5 {
  cursor: not-allowed;
}

.kv .tit .time .inner .t4:hover{
  transform: translateY(-8px)
}

.kv .tit .time .inner .t6 {
  width: 27.5714285714%
}

.kv .timer {
  position: absolute;
  right: 2%;
  bottom: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: -4px
}

.kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: #000;
  letter-spacing: normal
}

.kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #fff
}

.kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - .5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem
}

.kv .timer .d {
  border-radius: 1rem 0 0 1rem
}

.kv .timer .d::after {
  content: "day"
}

.kv .timer .h::after {
  content: "hour"
}

.kv .timer .m::after {
  content: "min"
}

.kv .timer .s {
  border-radius: 0 1rem 1rem 0
}

.kv .timer .s::after {
  content: "sec"
}

.sc_intro {
  position: relative;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
  background-color: #fff;
  color: #000
}

.sc_intro .intro-cnt {
  max-width: 1000px;
  margin: 0 auto
}

.sc_intro .intro-cnt .timer {
  display: none
}

.sc_intro .intro-cnt p {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: .05rem;
  margin-bottom: .5rem;
  text-align: justify
}

.sc_intro .intro-cnt p.highlight {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #3b536d
}

.sc_intro .intro-cnt p:last-child {
  margin-bottom: 0rem
}

.sc_intro .cta {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 2.35rem
}

.sc_intro .cta .taipei{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc_intro .cta .taipei p{
  font-size: 0.95rem;
  letter-spacing: 0.4px;
  margin-top: 0.25rem;
  color: #9B9DA3;
  font-weight: 500;
}

.sc_intro .cta a {
  position: relative;
  display: inline-block;
  /* cursor: pointer; */
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  border: 2px solid #133aa3;
  border-radius: 100px
}

.sc_intro .cta .bttn-Taipei {
  border: 2px solid #9B9DA3;
  cursor: not-allowed;
}

.sc_intro .cta a.bttn {
  width: 24rem;
  height: auto
}

.sc_intro .cta a.bttn .circle {
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 6rem;
  height: 6rem;
  background: #133aa3;
  border-radius: 10rem
}

.sc_intro .cta a.bttn-Taipei .circle {
  background: #9B9DA3;
}

.sc_intro .cta a.bttn .circle .icon {
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff
}

.sc_intro .cta a.bttn .circle .icon.arrow {
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 1.2rem;
  width: 2.125rem;
  height: .125rem;
  background: none
}

.sc_intro .cta a.bttn .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: .0625rem;
  width: .8rem;
  height: .8rem;
  border-top: .125rem solid #fff;
  border-right: .125rem solid #fff;
  transform: rotate(45deg)
}

.sc_intro .cta a.bttn .button-text {
  transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5rem 0;
  margin: 0 0 0 7.25rem;
  color: #133aa3;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase
}

.sc_intro .cta a.bttn-Taipei .button-text {
  color: #9B9DA3;
}

.sc_intro .cta a.bttn .button-text .info {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0
}

.sc_intro .cta a.bttn .button-text .signup {
  font-size: 1.25rem
}

.sc_intro .cta .bttn-Hsinchu:hover .circle {
  width: 100%
}

.sc_intro .cta .bttn-Hsinchu:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1.5rem, 0)
}

.sc_intro .cta .bttn-Hsinchu:hover .button-text {
  color: #fff
}

.sc_agenda {
  position: relative;
  width: 100%;
  padding: 30px 0 60px 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, .25)
}

.sc_agenda .cnt {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  background-color: #fff;
  color: #3b536d;
  border-radius: .5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.sc_agenda .cnt .list {
  position: relative;
  box-sizing: border-box;
  padding: 16px 24px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  display: flex;
  align-items: center
}

.sc_agenda .cnt .list.head {
  background-color: #18f0ff;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  color: #fff;
  font-weight: 500
}

.sc_agenda .cnt .list.HL {
  background-color: rgba(24, 240, 255, .1)
}

.sc_agenda .cnt .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #164381
}

.sc_agenda .cnt .list:last-child {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem
}

.sc_agenda .cnt .list:last-child::after {
  height: 0
}

.sc_agenda .cnt .list .time {
  position: relative;
  flex: 0 0 150px;
  letter-spacing: 0.5px;
}

.sc_agenda .cnt .list .subject {
  position: relative;
  flex: 1 0 55%;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0
}

.sc_agenda .cnt .list .subject p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.sc_agenda .cnt .list .spk {
  position: relative;
  flex: 0 0 345px;
  min-width: 280px;
  font-size: 1.125rem;
  text-align: left
}

.sc_agenda .cnt .list .spk p {
  letter-spacing: 0.5px;
}

.sc_agenda .cnt .list .spk .name {
  font-weight: 700
}

.sc_agenda .agdIntro_cnt {
  text-align: left;
  margin-top: 2.25rem
}

.sc_agenda .agdIntro_cnt .agdIntro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem
}

.sc_agenda .agdIntro_cnt .agdIntro .intro {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: .5rem;
  width: 49%
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .subtit {
  background-color: #6aa2ff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
  text-align: center;
  letter-spacing: 1px;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info {
  color: #3b536d;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  line-height: 1.5
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info ul {
  list-style-type: disc;
  margin-left: 1.5rem
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info p {
  margin-bottom: .75rem
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info .cta {
  text-align: right
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info .cta a {
  display: inline-block;
  color: #6aa2ff;
  text-decoration: none;
  transition: all .3s;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .03rem
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info .cta a img {
  margin-left: .25rem;
  cursor: pointer
}

.sc_agenda .agdIntro_cnt .agdIntro .intro .info .cta a:hover {
  transform: translateX(8px)
}

.sc_agenda .agdIntro_cnt p {
  font-size: 1.25rem;
  line-height: 1.5
}

.sc_moreInfo {
  position: relative;
  width: 100%;
  padding: 30px 0 60px 0;
  background-color: #fff
}

.sc_moreInfo .tit {
  display: flex;
  justify-content: space-between
}

.sc_moreInfo .tit p {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .05rem;
  color: #130d7b;
  margin-bottom: 1rem
}

.sc_moreInfo .tit a {
  color: #130d7b;
  font-weight: 500;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
  letter-spacing: 0
}

.sc_moreInfo .tit a .arrow {
  margin-left: .5rem;
  transition: all .3s
}

.sc_moreInfo .tit a:hover {
  transform: translateX(6px)
}

.sc_gift {
  padding: 30px 0 0 0;
  background-color: rgba(255, 255, 255, .25)
}

.sc_gift .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 1.5rem
}

.sc_gift .item img {
  max-width: 200px;
  border-radius: 1rem;
  margin-left: 1.75rem
}

.sc_gift .item .text {
  text-align: right
}

.sc_gift .item .text .name {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(95deg, #01bcff 0%, #7ef4fe 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  padding: .75rem 1rem;
  font-weight: 500;
  margin-bottom: 1rem
}

.sc_gift .item .text .info {
  line-height: 1.5
}

.sc_luckyDraw {
  position: relative;
  width: 100%;
  padding: 30px 0 60px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, .25);
  color: #fff
}

.sc_luckyDraw .cnt {
  max-width: 1000px;
  margin: 3rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: left
}

.sc_luckyDraw .cnt .item {
  position: relative;
  margin-bottom: 1rem
}

.sc_luckyDraw .cnt .item .name {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 80%;
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(95deg, #01bcff 0%, #7ef4fe 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  padding: .75rem 1rem;
  font-weight: 500
}

.sc_luckyDraw .cnt .item img {
  max-width: 200px;
  border-radius: 1rem
}

.sc_detail {
  position: relative;
  width: 100%;
  padding: 30px 0 60px 0;
  background-color: #fff;
  color: #000
}

.sc_detail .tit {
  color: #000
}

.sc_detail .center {
  text-align: center
}

.sc_detail ul {
  position: relative;
  list-style: disc
}

.sc_detail ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.65
}

.sc_detail a {
  color: #6bd8ff;
  transition: color .3s
}

.sc_detail a:hover {
  color: #0dfdfe;
  text-decoration: none
}

@media(max-width: 768px) {
  .mainBg {
    height: 80vw
  }

  .mainBg .bg {
    height: 80vw
  }

  .mainBg .bg_inner {
    height: 80vw;
    position: absolute;
    top: 20%;
    left: 9.5%;
    transform: scale(1.5)
  }

  .mainBg .bg_inner .icon-1 {
    top: 56.5%;
    right: .5%
  }

  .mainBg .bg_inner .icon-2 {
    top: 41.8%;
    right: 26%
  }

  .mainBg .bg_inner .icon-3 {
    top: 37%
  }

  .mainBg .bg_inner .icon-4 {
    top: 22%;
    right: 26%
  }

  .mainBg .bg_inner .icon-5 {
    top: 36.5%;
    right: 15.5%
  }

  .mainBg .item {
    width: 110%;
    transform: translate(-55%, -15%)
  }

  .kv {
    height: 80vw
  }

  .kv .logo {
    position: absolute;
    top: 5%;
    right: 0%;
    left: 4%;
    width: 17.5%
  }

  .kv .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-45%, -300%);
    text-align: left
  }

  .kv .tit img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
  }

  .kv .tit .t1 {
    width: 60%;
    margin-bottom: 1.25rem;
    position: relative
  }

  .kv .tit .t2 {
    position: absolute;
    top: 85%;
    left: 0%;
    width: 60%
  }

  .kv .tit .t3 {
    position: absolute;
    top: 195%;
    left: 0%;
    width: 47%
  }

  .kv .tit .time {
    width: 60%;
    top: 355%
  }

  .kv .timer {
    display: none
  }

  .sc_intro {
    padding: 30px .5rem
  }

  .sc_intro .intro-cnt .timer {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    letter-spacing: -4px
  }

  .sc_intro .intro-cnt .timer .tb {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 3.5rem;
    padding-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #000;
    letter-spacing: normal
  }

  .sc_intro .intro-cnt .timer .tb::after {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    color: #fff
  }

  .sc_intro .intro-cnt .timer .tb span {
    position: absolute;
    left: 50%;
    top: calc(50% - .5rem);
    transform: translate(-50%, -50%);
    font-size: 1.5rem
  }

  .sc_intro .intro-cnt .timer .d {
    border-radius: 1rem 0 0 1rem
  }

  .sc_intro .intro-cnt .timer .d::after {
    content: "day"
  }

  .sc_intro .intro-cnt .timer .h::after {
    content: "hour"
  }

  .sc_intro .intro-cnt .timer .m::after {
    content: "min"
  }

  .sc_intro .intro-cnt .timer .s {
    border-radius: 0 1rem 1rem 0
  }

  .sc_intro .intro-cnt .timer .s::after {
    content: "sec"
  }

  .sc_intro .intro-cnt p {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .01rem;
    margin-bottom: .5rem
  }

  .sc_intro .intro-cnt p.highlight {
    font-size: 1.3rem;
    margin-bottom: .75rem
  }

  .sc_intro .cta {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem
  }

  .sc_intro .cta a.bttn {
    width: 22rem;
    margin-bottom: 1.25rem
  }

  .sc_intro .cta a.bttn-Taipei {
    margin-bottom: 0.2rem
  }

  .sc_intro .cta a.bttn .circle {
    width: 5rem;
    height: 5rem
  }

  .sc_intro .cta a.bttn .circle .icon.arrow::before {
    right: .65rem
  }

  .sc_intro .cta a.bttn .button-text {
    margin: 0 0 0 6rem
  }

  .sc_agenda {
    padding: 30px 0;
    background: linear-gradient(90deg, #000518 0%, #04132a 31.25%, #103c63 48.96%, #1a5281 65.63%, #1b5180 82.81%, #0d2e59 100%)
  }

  .sc_agenda .cnt {
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start
  }

  .sc_agenda .cnt .list {
    padding: 15px 15px;
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
  }

  .sc_agenda .cnt .list.head {
    display: none
  }

  .sc_agenda .cnt .list .time {
    flex: 0 0 25px
  }

  .sc_agenda .cnt .list .subject {
    flex: 1 0 auto;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.25rem;
    letter-spacing: 0
  }

  .sc_agenda .cnt .list .spk {
    flex: 0 0 40px;
    min-width: 280px;
    font-size: 1.25rem;
    letter-spacing: 0
  }

  .sc_agenda .cnt .list .spk .info {
    padding: 0 5px 0 0
  }

  .sc_agenda .cnt .list .spk .info_outer {
    margin: 5px auto
  }

  .sc_agenda .agdIntro_cnt .agdIntro {
    flex-direction: column;
    margin-bottom: .25rem
  }

  .sc_agenda .agdIntro_cnt .agdIntro .intro {
    margin-bottom: 1.25rem;
    width: 100%
  }

  .sc_agenda .agdIntro_cnt p {
    font-size: 1.25rem;
    line-height: 1.5
  }

  .sc_moreInfo {
    position: relative;
    width: 100%;
    padding: 30px 0;
    background-color: #fff
  }

  .sc_moreInfo .tit {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0rem
  }

  .sc_moreInfo .tit p {
    line-height: 1.5;
    text-align: left
  }

  .sc_moreInfo .tit a {
    margin-top: 1rem
  }

  .sc_gift {
    padding: 30px 0 0 0;
    background: linear-gradient(90deg, #000518 0%, #04132a 31.25%, #103c63 48.96%, #1a5281 65.63%, #1b5180 82.81%, #0d2e59 100%);
    text-align: center;
    line-height: 1.75;
    font-size: 1.05rem
  }

  .sc_gift .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 2.75rem;
    position: relative
  }

  .sc_gift .item img {
    margin-left: 0rem
  }

  .sc_gift .item .text {
    text-align: center
  }

  .sc_gift .item .text .name {
    position: absolute;
    width: 65%;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    padding: .75rem 1rem;
    margin-bottom: 0rem
  }

  .sc_luckyDraw {
    padding: 30px 0;
    background: linear-gradient(90deg, #000518 0%, #04132a 31.25%, #103c63 48.96%, #1a5281 65.63%, #1b5180 82.81%, #0d2e59 100%)
  }

  .sc_luckyDraw .cnt .item {
    margin-bottom: 3rem
  }

  .sc_luckyDraw .cnt .item .name {
    padding: .75rem 1rem
  }

  .sc_detail {
    padding: 30px 0
  }

  .sc_detail .tit {
    margin-top: 1rem;
    margin-bottom: 1.25rem
  }

  .sc_detail .tit_inner {
    width: 30%;
    height: 12px
  }

  .sc_detail .tit_inner::after {
    font-size: 2rem
  }

  .sc_detail ul {
    position: relative;
    width: 90%;
    margin: 0 auto
  }

  .sc_detail ul li {
    position: relative;
    font-size: 1rem;
    line-height: 1.5
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ul {
  list-style: none
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media(min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width: 768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media(min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
  display: none
}

/*# sourceMappingURL=all.min.css.map */