@charset "UTF-8";
@import url(speaker.css);
@import url(table.css);

._d-n, #posmenu {
  display: none; }

._d-b, ._rwdimg, ._btn, #posmenu a, #menuicon, .default-highlightlist .highlink, .default-highlightlist .highlink .title, .default-highlightlist .highlink .txt, .regItem .date .txt:before, .regItem .date .txt:after {
  display: block; }

._d-ib, .defaultStyle01 .txt, .eventname, .eventdate, .regItem, .regItem .money .msg {
  display: inline-block; }

._flex, .default-highlightlist .highlink._cfpBtn, .hiwbox, .evelist, .de-bg, .topregtxt, ._cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

._al-it-st {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

._flw-w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._pos-a, #menuicon, #menuicon:before, #menuicon:after, #posmenu, .regItem .date .txt:before, .regItem .date .txt:after {
  position: absolute; }

._pos-r, .regItem .date {
  position: relative; }

._pos-f {
  position: fixed; }

._m0p0, ._clear_ul {
  margin: 0;
  padding: 0; }

._bxz-bb, .default-highlightlist .highlink .title, .default-highlightlist .highlink .txt, .hiw, .evelist, ._cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

._clear_ul {
  display: block;
  list-style: none; }

._clear_btn {
  border: 0;
  background-color: transparent;
  margin: 0;
  padding-bottom: 0; }

._rwdimg {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

._va-m {
  vertical-align: middle; }

._ov-h {
  overflow: hidden; }

._ta-c, .regtopBtn, .regItem {
  text-align: center; }

@media (max-width: 991px) {
  ._md-ta-c {
    text-align: center; } }

._svgbox {
  position: relative; }

.svgchild, .svgchild svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

body {
  background-color: #000;
  color: white; }

.top_btn {
  position: fixed;
  right: 5%;
  bottom: -15%;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  z-index: 9; }
  .top_btn._show {
    bottom: 5%; }

a, a:hover, a:visited, a:active, a:focus {
  color: #fff;
  text-decoration: none; }

._color-syg {
  color: #cc9; }

._comingsoon, #posmenu a.comingsoon {
  opacity: 0.4; }

._title2 {
  font-size: 30px;
  font-style: italic; }

.atricle {
  line-height: 1.8em; }

._ta-j {
  text-align: justify; }

._doubleBorder, .default-highlightlist .highlink, .topreg {
  border-top: 6px #ff6 double;
  border-bottom: 6px #ff6 double;
  padding-top: 10px;
  padding-bottom: 10px; }
  ._doubleBorder._bgr-w, .default-highlightlist ._bgr-w.highlink, ._bgr-w.topreg {
    border-top-color: white;
    border-bottom-color: white; }
  ._doubleBorder._bgr-g, .default-highlightlist ._bgr-g.highlink, .default-highlightlist .highlink.topreg, .topreg {
    border-top-color: #ccc;
    border-bottom-color: #ccc; }
  ._doubleBorder._bgr-dg, .default-highlightlist ._bgr-dg.highlink, ._bgr-dg.topreg, .emC .topreg {
    border-top-color: #666;
    border-bottom-color: #666; }

._mt._30 {
  margin-top: 30px; }

#KVBox {
  padding-top: 60px;
  padding-bottom: 60px;
  perspective: 500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-perspective: 500px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  width: 100%;
  height: 65%;
  min-height: 650px;
  left: 0;
  top: 0;
  z-index: 3; }

.kv {
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: kvintor 2s;
  animation: kvintor 2s; }

@-webkit-keyframes kvintor {
  0% {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes kvintor {
  0% {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@media (max-width: 769px) {
  #KVBox {
    min-height: 400px; } }

#menuicon {
  outline: 0;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  padding: 5px;
  border: 2px #ccc solid;
  z-index: 8; }
  #menuicon:before, #menuicon:after {
    content: '';
    height: 2px;
    width: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 10px; }
  #menuicon:before {
    -webkit-animation: menuami-b-o 1s forwards;
    animation: menuami-b-o 1s forwards; }
  #menuicon:after {
    -webkit-animation: menuami-a-o 1s forwards;
    animation: menuami-a-o 1s forwards; }
  #menuicon._open:before {
    -webkit-animation: menuami-b-c 1s forwards;
    animation: menuami-b-c 1s forwards; }
  #menuicon._open:after {
    -webkit-animation: menuami-a-c 1s forwards;
    animation: menuami-a-c 1s forwards; }

@-webkit-keyframes menuami-b-c {
  0% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); } }

@keyframes menuami-b-c {
  0% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); } }

@-webkit-keyframes menuami-b-o {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0); } }

@keyframes menuami-b-o {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateY(-5px) rotate(0); } }

@-webkit-keyframes -webkit-menuami-a-c {
  0% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); } }

@keyframes -webkit-menuami-a-c {
  0% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); } }

@-webkit-keyframes menuami-a-c {
  0% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); } }

@keyframes menuami-a-c {
  0% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); } }

@-webkit-keyframes -webkit-menuami-a-o {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); } }

@keyframes -webkit-menuami-a-o {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); } }

@-webkit-keyframes menuami-a-o {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); } }

@keyframes menuami-a-o {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); }
  100% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateY(5px) rotate(0); } }

#posmenu {
  top: 10px;
  left: calc(48px + 10px);
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px #ccc solid;
  padding: 20px;
  z-index: 9; }
  #posmenu a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #posmenu a.comingsoon:hover {
    color: white;
    -webkit-animation: none;
    animation: none; }
  #posmenu a:hover {
    color: #ff6;
    -webkit-animation: shake-a-h 0.3s forwards;
    animation: shake-a-h 0.3s forwards; }
  #posmenu li + li {
    margin-top: 2vh; }
  #posmenu .default_btn a {
    font-size: 0;
    background-image: url(../images/layout/homeicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px; }
    #posmenu .default_btn a:hover {
      background-image: url(../images/layout/homeicon_hover.png); }

@-webkit-keyframes shake-a-h {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  10%, 50%, 90% {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg); }
  10%, 30%, 70% {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes shake-a-h {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  10%, 50%, 90% {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg); }
  10%, 30%, 70% {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

.default-highlightlist .highlink {
  min-height: 5em; }
  .default-highlightlist .highlink + .highlink {
    margin-top: 30px; }
  .default-highlightlist .highlink .title {
    font-family: Starjedi,microsoft jhenghei;
    font-size: 24px;
    color: #ff6;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .default-highlightlist .highlink .title._ch {
      font-weight: 700; }
    .default-highlightlist .highlink .title.spStyle {
      letter-spacing: 0.05em; }
    .default-highlightlist .highlink .title._motxt {
      font-size: 23px;
      margin-top: 0.2em;
      margin-bottom: 0.2em; }
  .default-highlightlist .highlink .txt {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 18px; }
  .default-highlightlist .highlink:hover .title {
    -webkit-animation: shake-a-h 0.3s forwards;
    animation: shake-a-h 0.3s forwards; }
  .default-highlightlist .highlink:hover .txt {
    -webkit-animation: shake-a-h 0.3s forwards;
    animation: shake-a-h 0.3s forwards; }
  .default-highlightlist .highlink._cfpBtn .title {
    line-height: 1.15em; }
  .default-highlightlist .highlink._cfpBtn .txt {
    -webkit-flex: 1 80%;
    -webkit-box-flex: 1;
    -ms-flex: 1 80%;
    flex: 1 80%;
    font-size: 18px; }

@media (max-width: 991px) {
  .def_hitcomxll {
    margin-top: 70px; } }

.defaultStyle01 .txt + .txt:before {
  content: '　|　';
  color: #ccc; }

@media (max-width: 50em) {
  .defaultStyle01 .txt {
    display: block; }
    .defaultStyle01 .txt + .txt:before {
      display: none; } }

.hiwbox {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.hiw {
  -webkit-flex: 1 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 60%;
  flex: 1 60%; }

.evelist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 40%;
  flex: 1 40%; }

.eventname {
  width: 8em; }

.eventdate {
  width: 6em; }

@media (max-width: 991px) {
  .hiwbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 70px; }
  .hiw, .evelist {
    -webkit-flex: 1 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }
  .evelist {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; } }

.default-sponsor-A {
  width: 100%;
  margin-top: 20px;
  text-align: center; }

.de-bg {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/registration/topregbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 275px;
  height: 275px;
  overflow: visible; }

.topreg {
  background-color: rgba(0, 0, 0, 0.8); }
  .topreg > ._flex, .default-highlightlist .topreg > .highlink._cfpBtn, .topreg > .hiwbox, .topreg > .evelist, .topreg > .de-bg, .topreg > .topregtxt, .topreg > ._cta {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

.topregtxt {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.emC {
  margin-top: 30px;
  margin-bottom: 30px; }

.eptxt {
  letter-spacing: -0.05em;
  text-align: right; }

._cta {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.regtopBtn {
  background-color: #cc9;
  padding: 10px;
  color: black;
  vertical-align: middle; }
  .regtopBtn .txt {
    padding-left: 0.5em;
    font-size: 20px; }
  .regtopBtn:visited, .regtopBtn:active {
    color: black; }
  .regtopBtn:hover, .regtopBtn:focus {
    color: black;
    background-color: #ddddbb; }

@media (max-width: 1171px) {
  .topreg > ._flex, .default-highlightlist .topreg > .highlink._cfpBtn, .topreg > .hiwbox, .topreg > .evelist, .topreg > .de-bg, .topreg > .topregtxt, .topreg > ._cta {
    display: block; }
  .topreg .colA + .colA {
    margin-top: 20px; }
  .topregtxt ._d-ib, .topregtxt .defaultStyle01 .txt, .defaultStyle01 .topregtxt .txt, .topregtxt .eventname, .topregtxt .eventdate, .topregtxt .regItem, .topregtxt .regItem .money .msg, .regItem .money .topregtxt .msg {
    text-align: center; }
  .emC {
    margin-top: 90px; }
  .eptxt {
    text-align: center; } }

.regItem {
  margin: 20px auto;
  color: #ccc; }
  .regItem .title {
    font-size: 40px; }
  .regItem .date {
    overflow: hidden;
    font-size: 24px;
    width: 100%;
    padding: 0 25px; }
    .regItem .date .txt:before, .regItem .date .txt:after {
      content: '';
      width: 100%;
      height: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 2px #ccc solid;
      top: 0; }
    .regItem .date .txt:before {
      left: calc(-100% + 20px); }
    .regItem .date .txt:after {
      right: calc(-100% + 20px); }
  .regItem .money {
    font-size: 40px; }
    .regItem .money .msg {
      font-size: 18px; }

@media (max-width: 1170px) {
  .otherReg {
    padding-top: 90px; } }

.regalert {
  padding-top: 70px; }

.ulstyle01 {
  color: #cc9; }
  .ulstyle01 span {
    color: white; }

.ulstyle01 li + li, .olstyle01 li + li {
  margin-top: 1em; }

.ulstyle01 li + li, .olstyle01 li + li {
  margin-top: 1em; }

.ulstyle01 span, .olstyle01 li {
  color: #ffffff; }

._linkstyle {
  text-decoration: underline; }
  ._linkstyle:hover {
    color: #cc9; }

.logoimg {
  padding-top: 15px;
  padding-bottom: 15px; }
  .logoimg a {
    position: relative;
    top: 0;
    -webkit-transition: top 500ms;
    -o-transition: top 500ms;
    transition: top 500ms; }
    .logoimg a img {
      border: 5px #333 double;
      border-radius: 15px;
      -webkit-transition: border-color 500ms;
      -o-transition: border-color 500ms;
      transition: border-color 500ms; }
    .logoimg a:hover {
      position: relative;
      top: -5px; }
      .logoimg a:hover img {
        border: 5px #fff double; }

.footpoint {
  margin-top: 4em;
  margin-bottom: 2em; }
  .footpoint .item {
    width: 22%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footpoint .item:hover .title {
      color: white; }
    .footpoint .item._comingsoon, .footpoint #posmenu a.item.comingsoon, #posmenu .footpoint a.item.comingsoon {
      cursor: default; }
    .footpoint .item._comingsoon .title, .footpoint #posmenu a.item.comingsoon .title, #posmenu .footpoint a.item.comingsoon .title, .footpoint .item._comingsoon:hover .title, .footpoint #posmenu a.item.comingsoon:hover .title, #posmenu .footpoint a.item.comingsoon:hover .title {
      color: #999; }
  .footpoint .title {
    font-family: 'Starjedi';
    font-size: 1.2em;
    line-height: 0.1em;
    color: #ff6;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
  .footpoint .msg {
    font-size: calc(12px + 0.0222vw);
    color: #ccc; }

@media screen and (max-width: 991px) {
  .footpoint {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footpoint .item {
      width: 10em;
      margin: 0.5em; } }


_::-webkit-full-page-media, _:future, :root body{

  font-family:"Helvetica Neue","SegoeLight","Segoe UI",Segoe,Arial,Verdana,sans-serif,'微軟正黑體',Microsoft JhengHei;

}

a.linkcolor, a.linkcolor:hover, a.linkcolor:visited, a.linkcolor:active, a.linkcolor:focus {
  color: #ffff00;
  text-decoration: none; }