@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
h2, h3, h4, p, ul {
  margin: 0;
  padding: 0; }

.register-paragraph h3, .getAC-form h3, .selected-form h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #1f1f1f; }

.popup {
  width: 100%;
  padding: 5px 0 10px;
  box-sizing: border-box;
  font-family: arial, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4;
  font-family: "Noto Sans TC", serif;
  color: #1f1f1f;
  font-size: 15px; }

.popSwitch {
  text-align: center; }
  .popSwitch li {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding: 3px 0;
    box-sizing: border-box; }
    .popSwitch li.is--now:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #d65a00;
      position: absolute;
      bottom: 0px;
      -webkit-animation: udLine .25s 1 linear;
              animation: udLine .25s 1 linear; }

@-webkit-keyframes udLine {
  0% {
    width: 1%;
    left: 50%; }
  100% {
    width: 100%;
    left: 0; } }

@keyframes udLine {
  0% {
    width: 1%;
    left: 50%; }
  100% {
    width: 100%;
    left: 0; } }

.popContent {
  margin-top: 20px;
  text-align: center; }
  .popContent h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    display: inline-block; }
    .popContent h2:after {
      content: '';
      display: block;
      width: 50%;
      height: 2px;
      background-color: #ffcc00; }
  .popContent li:after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (max-width: 1024px) {
    .popContent {
      width: 96%;
      position: relative;
      margin: 0 auto; } }
  @media only screen and (max-width: 414px) {
    .popContent {
      margin-top: 10px; } }

#newsList {
  display: none; }

.news {
  width: 96%;
  position: relative;
  margin: 0 auto; }
  .news-list {
    text-align: left; }
    .news-list a {
      color: #1f1f1f; }
    .news-list li {
      position: relative;
      padding: 6px 0;
      box-sizing: border-box;
      cursor: pointer;
      border-bottom: 1px dotted #FF8756; }
      .news-list li:after {
        clear: both;
        content: "";
        display: table; }
      @media only screen and (min-width: 1281px) {
        .news-list li:hover {
          background-color: #F17637; } }
      .news-list li .listTitle {
        float: left;
        width: 75%;
        padding-left: 1%; }
      .news-list li .listDate {
        float: right;
        font-size: 13px;
        width: 20%;
        text-align: right;
        padding-right: 1%; }
  .news-pagination {
    margin: 30px 0 10px;
    position: relative; }
    .news-pagination:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 40px;
      left: 0;
      bottom: -2px;
      z-index: 0;
      background: linear-gradient(to right, rgba(214, 75, 25, 0) 0%, #d64b19 25%, #d64b19 26%, #d64b19 75%, rgba(214, 75, 25, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .news-pagination li {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 14px; }
      .news-pagination li a {
        color: #ffc26b;
        width: 31px;
        height: 31px;
        display: block;
        padding: 5px 12px;
        box-sizing: border-box; }
      @media only screen and (min-width: 1281px) {
        .news-pagination li:hover {
          background: #ffcc00;
          border-radius: 50%; }
          .news-pagination li:hover a {
            color: #1f1f1f; } }
      .news-pagination li .is--active {
        font-weight: bold;
        color: #fff3ce; }
    .news-pagination__prev, .news-pagination__next {
      font-size: 12px !important; }
      @media only screen and (min-width: 1281px) {
        .news-pagination__prev:hover, .news-pagination__next:hover {
          background: none !important; }
          .news-pagination__prev:hover a, .news-pagination__next:hover a {
            color: #fff !important; } }
  .news-content-top {
    text-align: left;
    border-bottom: 1px solid #FF8756;
    padding-bottom: 5px; }
    .news-content-top .contentTitle {
      font-size: 30px;
      font-weight: bold; }
    .news-content-top .contentDate {
      font-size: 14px; }
  .news-content-article {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #FF8756; }
    .news-content-article img {
      max-width: 100% !important;
      height: auto !important; }
    .news-content-article a {
      color: #860000;
      border-bottom: 1px solid #860000; }
  .news-content-back {
    text-align: center;
    background-color: #1f1f1f;
    color: #ffc26b;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    position: relative; }
  @media only screen and (max-width: 1024px) {
    .news {
      width: 100%; } }
  @media only screen and (max-width: 375px) {
    .news-list li .listTitle, .news-list li .listDate {
      float: none;
      width: 100%; } }

.ogbg {
  border-radius: 10px;
  background-color: #EC6C0E;
  padding: 25px 25px;
  box-sizing: border-box; }

.register-paragraph, .register-form, .register-search, .getAC-form {
  max-width: 640px;
  position: relative; }

.register-paragraph {
  margin: 0 auto; }
  .register-paragraph:not(:last-child) {
    margin-bottom: 10px; }
  .register-paragraph-text {
    margin-top: 10px;
    text-align: left; }
    .register-paragraph-text ul li {
      list-style: disc;
      margin-left: 20px; }
      .register-paragraph-text ul li span {
        margin: 0 4px;
        border-bottom: 1px solid #1f1f1f; }

.register-form {
  margin: 20px auto 0; }
  .register-form > p:not(:first-child) {
    text-align: left; }
  .register-form-row {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 400px;
    position: relative; }
    .register-form-row:not(:last-child) {
      margin-bottom: 10px; }
  .register-form .formPs, .register-form .register-form-check > span {
    color: #860000;
    font-size: 14px;
    margin-top: 3px;
    text-align: left; }
    .register-form .formPs a, .register-form .register-form-check > span a {
      color: #860000;
      border-bottom: 1px solid #860000;
      font-weight: bold;
      font-size: 16px;
      margin-left: 2px; }
  .register-form-check {
    margin-top: 20px; }
    .register-form-check > span > span {
      font-weight: bold;
      font-size: 16px;
      margin: 0 1px;
      cursor: pointer;
      border-bottom: 1px solid #860000; }

.register-search {
  margin: 20px auto 0; }
  .register-search__user {
    font-size: 18px;
    background-color: #1f1f1f;
    color: #ffc26b;
    padding: 3px 5px;
    box-sizing: border-box; }
    .register-search__user #userLeader {
      color: #fff3ce; }
  .register-search_tb {
    width: 100%; }
    .register-search_tb-row {
      border-bottom: 2px solid #EC6C0E;
      padding: 5px 0px;
      box-sizing: border-box;
      margin-top: 5px;
      position: relative;
      display: flex;
      display: -moz-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      .register-search_tb-row:after {
        clear: both;
        content: "";
        display: table; }
      .register-search_tb-row:before {
        display: block;
        position: absolute;
        width: 20%;
        background-color: #EC6C0E;
        height: 100%;
        content: '';
        z-index: -1; }
      .register-search_tb-row > div {
        float: left;
        padding: 5px 5px;
        box-sizing: border-box; }
      .register-search_tb-row .tb-row-left {
        width: 20%; }
      .register-search_tb-row .tb-row-right {
        text-align: left;
        width: 80%; }
        .register-search_tb-row .tb-row-right #tbTeamBtn, .register-search_tb-row .tb-row-right #tbCopyBtn {
          position: absolute;
          right: 0; }
        .register-search_tb-row .tb-row-right > ul > li {
          position: relative; }
          .register-search_tb-row .tb-row-right > ul > li:not(:last-child) {
            margin-bottom: 15px; }
          .register-search_tb-row .tb-row-right > ul > li .popBtn {
            position: absolute;
            right: 0; }

.register-notice, .award-notice {
  margin-top: 20px;
  text-align: left; }
  .register-notice h4, .award-notice h4 {
    background-color: #1f1f1f;
    padding: 3px 10px;
    box-sizing: border-box;
    color: #fff3ce;
    display: table;
    margin-bottom: 5px; }
  .register-notice > ol, .award-notice > ol {
    font-size: 14px;
    padding-left: 18px; }
    .register-notice > ol li, .award-notice > ol li {
      list-style: decimal; }

.register-soon-box {
  min-height: 480px;
  text-align: left;
  width: 46%;
  float: left;
  margin: 10px 2%;
  text-align: center; }
  .register-soon-box h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 4px solid #1f1f1f; }
    .register-soon-box h3 span {
      color: #ffcc00; }
  .register-soon-box p {
    text-align: left; }
    .register-soon-box p.ps {
      color: #fff3ce;
      font-size: 14px;
      margin-top: 14px; }
  .register-soon-box_steps {
    margin: 10px auto;
    position: relative;
    width: 344px;
    height: 58px;
    background: transparent url("../img/steps.png") 50% 50% no-repeat;
    background-size: 100%;
    display: flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    .register-soon-box_steps li {
      vertical-align: middle;
      line-height: 1.2;
      text-align: center;
      width: 28%;
      color: #EC6C0E; }
      .register-soon-box_steps li:first-child, .register-soon-box_steps li:last-child {
        width: 36%; }

@media only screen and (max-width: 768px) {
  .register-soon-box {
    width: 96%;
    min-height: 0;
    position: relative; } }

@media only screen and (max-width: 414px) {
  .register-soon-box {
    padding: 15px 15px;
    box-sizing: border-box; }
    .register-soon-box_steps {
      background: none;
      width: 100%;
      height: auto;
      display: block; }
      .register-soon-box_steps li {
        color: #ffc26b;
        width: 100% !important;
        font-weight: bold;
        font-size: 20px; }
        .register-soon-box_steps li:not(:last-child) {
          margin-bottom: 5px; }
          .register-soon-box_steps li:not(:last-child):after {
            content: '↓';
            display: block; }
    .register-soon-box .popBtn {
      width: 100%;
      margin-top: 20px; } }

#soonINBtn {
  width: 100%;
  max-width: 340px;
  margin: 30px 0 0; }

.codeBox {
  width: 100%;
  position: relative;
  max-width: 400px;
  margin: 10px auto 0; }

.getAC-form {
  text-align: center;
  margin: 20px auto 0; }
  .getAC-form p {
    text-align: center;
    margin-top: 10px;
    color: #860000;
    font-size: 14px; }
  .getAC-form-row {
    max-width: 400px;
    position: relative;
    margin: 0 auto; }
    .getAC-form-row:not(:last-child) {
      margin-bottom: 10px; }

.getAC-table {
  display: none;
  width: 96%;
  text-align: center; }
  .getAC-table-info {
    text-align: center;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: #1f1f1f;
    color: #ffc26b;
    font-size: 24px;
    border-radius: 10px 10px 0 0; }
    .getAC-table-info i {
      font-style: normal;
      font-size: 16px; }
  .getAC-table-list {
    margin: 0;
    text-align: left;
    padding: 10px 30px 20px 50px;
    background-color: #EC6C0E;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box; }
    .getAC-table-list > li {
      counter-increment: li;
      position: relative; }
      .getAC-table-list > li:before {
        position: absolute;
        content: counter(li);
        font-family: 'Cantata One', serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #1f1f1f;
        color: #FF8756;
        text-align: center;
        border-radius: 50%;
        content: counter(li);
        width: 20px;
        left: -20px; }
    .getAC-table-list li:before {
      margin-top: 6px;
      font-family: arial, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4; }
    .getAC-table-list .listRow {
      padding: 6px 0;
      line-height: 1.5;
      font-size: 18px; }
      .getAC-table-list .listRow:not(:last-child) {
        border-bottom: 1px dotted #FF8756; }
      @media only screen and (min-width: 1281px) {
        .getAC-table-list .listRow:hover {
          background-color: #F17637; } }
      .getAC-table-list .listRow span {
        width: calc(33% - 4px);
        display: inline-block;
        padding: 0 5px;
        box-sizing: border-box; }
      .getAC-table-list .listRow i {
        font-style: normal;
        font-size: 13px; }
  .getAC-table .btn-goBack {
    text-align: center;
    background-color: #1f1f1f;
    color: #ffc26b;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    position: relative; }

@media only screen and (max-width: 480px) {
  .getAC-table-info {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 21px; }
  .getAC-table-list {
    padding: 10px 20px 10px 40px; }
    .getAC-table-list .listRow {
      font-size: 16px; }
      .getAC-table-list .listRow i {
        display: block; } }

@media only screen and (max-width: 375px) {
  .getAC-table-list .listRow span {
    width: 100%;
    display: block; }
  .getAC-table-list .listRow i {
    display: inline-block; } }

.selected-form {
  text-align: center; }
  .selected-form-row {
    max-width: 400px;
    position: relative;
    margin: 0 auto; }
  .selected-form .popBtn {
    max-width: 400px !important;
    margin-top: 5px !important; }

.selected-table {
  margin-top: 10px; }
  .selected-table table {
    width: 96%;
    border-radius: 10px;
    overflow: hidden; }
  .selected-table p {
    color: #860000;
    margin-bottom: 10px; }
  .selected-table tr:not(:last-child) {
    border-bottom: 1px dotted #FF8756; }
  .selected-table td, .selected-table th {
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box; }
  .selected-table th {
    color: #ffc26b;
    background-color: #1f1f1f; }
  .selected-table td {
    background-color: #EC6C0E; }

.rules-box {
  text-align: left;
  width: 46%;
  float: left;
  margin: 10px 2%; }
  .rules-box-title, .award-box-title {
    border-radius: 10px 10px 0 0;
    background-color: #1f1f1f;
    padding: 15px 15px;
    box-sizing: border-box;
    color: #ffc26b;
    line-height: 1; }
    .rules-box-title h3, .award-box-title h3 {
      float: left;
      width: 60px;
      font-size: 80px;
      font-weight: 900;
      vertical-align: top; }
    .rules-box-title h4, .award-box-title h4 {
      font-size: 30px;
      font-weight: 900;
      margin-top: 15px; }
    .rules-box-title p, .award-box-title p {
      color: #ffcc00;
      margin-top: 10px; }
    .rules-box-title-right {
      float: left;
      width: calc(100% - 60px); }
    .rules-box-title:after, .award-box-title:after {
      clear: both;
      content: "";
      display: table; }
  .rules-box-text, .award-box-text {
    background-color: #EC6C0E;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    min-height: 126px; }

.rules-txt {
  text-align: left;
  padding: 10px 10px;
  box-sizing: border-box; }
  .rules-txt > ol > li {
    counter-increment: li;
    position: relative; }
    .rules-txt > ol > li:before {
      position: absolute;
      content: counter(li);
      font-family: 'Cantata One', serif;
      font-size: 12px;
      font-weight: bold;
      background-color: #EC6C0E;
      color: #fff3ce;
      text-align: center;
      border-radius: 50%;
      content: counter(li);
      width: 24px;
      left: -30px; }
  .rules-txt > ol > li {
    margin-bottom: 5px; }
    .rules-txt > ol > li span, .rules-txt > ol > li a {
      border-bottom: 1px solid #860000;
      color: #860000;
      font-weight: bold;
      margin-left: 2px;
      cursor: pointer; }
    .rules-txt > ol > li > ul {
      padding-left: 24px; }
      .rules-txt > ol > li > ul li {
        list-style: disc; }

@media only screen and (max-width: 1024px) {
  .rules-box {
    float: none;
    width: 100%;
    margin: 10px auto;
    position: relative; }
    .rules-box-text, .award-box-text {
      min-height: 0;
      height: auto; } }

@media only screen and (max-width: 414px) {
  .rules-txt > ol {
    margin-left: -10px; } }

.award {
  width: 96%;
  height: auto;
  margin: 0 auto;
  position: relative; }
  .award-intro {
    font-size: 16px;
    margin-bottom: 10px; }
    .award-intro__title {
      color: #ffcc00;
      background-color: #1f1f1f;
      padding: 1px 8px;
      display: table; }
    .award-intro p {
      text-align: left; }
      .award-intro p span {
        color: #860000;
        font-weight: bold; }
  .award-box {
    margin-bottom: 10px; }
    .award-box-title > li, .award-box-text-row > li {
      padding: 5px 5px;
      box-sizing: border-box;
      float: left; }
      .award-box-title > li:nth-child(1), .award-box-text-row > li:nth-child(1) {
        width: 25%; }
        .award-box-title > li:nth-child(1) img, .award-box-text-row > li:nth-child(1) img {
          max-width: 100%;
          height: auto;
          background-color: #fff; }
      .award-box-title > li:nth-child(2), .award-box-text-row > li:nth-child(2) {
        width: 65%; }
      .award-box-title > li:nth-child(3), .award-box-text-row > li:nth-child(3) {
        width: 10%; }
    .award-box-title:after, .award-box-text-row:after {
      clear: both;
      content: "";
      display: table; }
    .award-box-text-row {
      position: relative; }
      .award-box-text-row:not(:last-child) {
        border-bottom: 1px solid #ffc26b;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .award-box-text-row > li {
        padding: 0px 5px;
        box-sizing: border-box; }
        .award-box-text-row > li:nth-child(1) {
          font-size: 18px;
          font-weight: bold; }
        .award-box-text-row > li:nth-child(2) {
          text-align: left;
          font-size: 14px; }
        .award-box-text-row > li:nth-child(3) {
          font-size: 21px;
          font-weight: bold; }
      .award-box-text-row h3 {
        font-size: 18px;
        background-color: #FF8756;
        font-weight: 600;
        margin-bottom: 5px;
        padding: 2px 10px;
        box-sizing: border-box; }
      .award-box-text-row span.ps {
        color: #860000; }
  .award-ps {
    color: #fff3ce;
    background-color: #860000;
    display: inline-block;
    padding: 2px 10px;
    box-sizing: border-box; }
  .award-semiFinals {
    width: 96%;
    position: relative;
    margin: 0 2% 100px; }
    .award-semiFinals.mb10 {
      margin-bottom: 10px; }
    .award-semiFinals .semiFinals-title {
      margin-bottom: 10px; }
      .award-semiFinals .semiFinals-title__h1 {
        font-size: 48px;
        font-weight: bold;
        background-color: #860000;
        padding: 2px 20px;
        box-sizing: border-box;
        display: inline-block;
        color: #ffcc00; }
      .award-semiFinals .semiFinals-title__h2 {
        margin-top: 5px;
        font-size: 30px;
        font-weight: bold; }
    .award-semiFinals .semiFinals-cate {
      margin-bottom: 5px;
      padding-top: 20px;
      font-size: 18px; }
      .award-semiFinals .semiFinals-cate span {
        font-weight: bold;
        margin-right: 4px; }
  @media only screen and (max-width: 1024px) {
    .award-semiFinals {
      width: 100%;
      margin: 0 0 100px; } }
  @media only screen and (max-width: 768px) {
    .award-semiFinals .semiFinals-title__h1 {
      font-size: 36px;
      padding: 2px 10px;
      box-sizing: border-box; }
    .award-semiFinals .semiFinals-title__h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 375px) {
    .award-box-text-row li:nth-child(1) {
      font-size: 16px; } }

.swal2-container .swal2-icon {
  margin-bottom: 20px !important; }

.swal2-container .swal2-content {
  color: #f00; }

.swal2-container h2 {
  font-size: 24px !important; }

.swal2-container .swal2-confirm {
  background-color: #EC6C0E !important;
  font-weight: bold !important;
  font-size: 20px !important; }

.swal2-container .swal2-cancel {
  background-color: #1f1f1f !important;
  font-weight: bold !important;
  font-size: 20px !important; }

/*# sourceMappingURL=popup.css.map */
