@charset "UTF-8";
/* ------ 通用*勿刪* ------ */
/* ------ 變數設定 ------ */
/* ------ 變數END ------ */
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 20px; }

body {
  font-family: 'Noto Sans TC', sans-serif;
  background: linear-gradient(0deg, #cb0026 50%, #eee 50%);
  background: -moz-linear-gradient(0deg, #cb0026 50%, #eee 50%);
  background: -webkit-linear-gradient(0deg, #cb0026 50%, #eee 50%);
  background: -o-linear-gradient(0deg, #cb0026 50%, #eee 50%);
  padding-bottom: 6rem; }

img {
  max-width: 100%;
  display: block;
  vertical-align: top; }

a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

main, .main {
  max-width: 1200px;
  margin: auto; }

h1, h2, h3, h4, h5 {
  font-weight: 700; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 0.9rem; }

h5 {
  font-size: 1.5rem; }

.text-center {
  text-align: center; }

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

/* ------ END 通用*勿刪* ------ */
/* ------ nav ------ */
nav {
  background: #fff;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }
  nav ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
    padding: 0.5% 0; }
    nav ul li {
      width: 20%; }
      nav ul li a {
        color: inherit;
        text-decoration: none;
        padding: 0 8%;
        box-sizing: border-box;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        line-height: 2;
        font-weight: 700; }
        nav ul li a:hover, nav ul li a.active {
          color: #cb0026; }
      nav ul li:first-child a {
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 1px;
        color: #cb0026; }
        nav ul li:first-child a svg {
          display: block;
          margin: 0 auto;
          fill: #cb0026;
          max-width: 27px;
          max-height: 32px; }
        nav ul li:first-child a:hover {
          color: #a5001f; }
          nav ul li:first-child a:hover svg {
            fill: #a5001f; }

/* ------ fv ------ */
.timeover {
  position: absolute;
  width: 19.8%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99; }

.col-g {
  display: flex; }
  .col-g .col {
    padding: 3%; }
  .col-g .col-2 {
    width: 50%; }

.fv {
  padding: 8vh 0 0;
  position: relative;
  overflow: hidden; }
  .fv .fv_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .fv .fv_title.fv_item1 {
      top: 14vh;
      z-index: 1;
      width: 49.9%; }
    .fv .fv_title.fv_item2 {
      top: 46vh;
      z-index: 2;
      width: 18.7%; }
  .fv section {
    width: 50%; }
    .fv section .member {
      padding-top: 25vh;
      margin: 0px -16%; }
      .fv section .member img {
        position: relative;
        z-index: 9; }
    .fv section.red {
      background-image: url(../images/red_bg.png);
      background-position: -7% 0%;
      background-repeat: no-repeat;
      background-size: 40%; }
    .fv section.white {
      background-image: url(../images/white_bg.png);
      background-position: 112% 100%;
      background-repeat: no-repeat;
      background-size: 40%; }
    .fv section.left {
      padding-left: 10vw; }
    .fv section.right {
      padding-right: 10vw; }
    .fv section .counter {
      background: #000;
      border-radius: 5rem;
      padding: 0.5vh 3vw;
      margin: 1vh auto;
      color: #fff;
      text-align: center;
      font-size: 2.8rem;
      font-weight: 700;
      width: 75%;
      display: grid;
      grid-template-columns: 25% 50% 25%;
      align-items: baseline; }
      .fv section .counter small {
        font-size: 50%; }
      .fv section .counter small, .fv section .counter span {
        color: #fff000; }
    .fv section .vote_btn {
      padding: 5%;
      display: block; }
      .fv section .vote_btn img {
        width: 50%;
        margin: 10% auto; }

.info {
  width: 90%;
  color: #fff;
  padding: 2% 2%;
  border-radius: 1rem;
  background-image: url(../images/border_bg.png), url(../images/border_bg.png);
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
  background-position: top left, bottom left;
  background-color: #000; }
  .info h2 {
    padding: 2% 9%; }
  .info .date {
    padding: 3% 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700; }
    .info .date dl {
      display: flex;
      align-items: center;
      width: 50%; }
      .info .date dl dt {
        color: #cb0026;
        background: #fff;
        padding: .5rem 1rem;
        margin-right: 1rem; }
  .info section {
    margin-bottom: 3rem; }
    .info section article {
      font-size: 1.4rem;
      font-weight: 500;
      padding: 1rem 0; }

.title {
  text-align: center;
  padding: 1rem;
  position: relative;
  background-image: url(../images/rule_headbg_top.png), url(../images/rule_headbg_bottom.png);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top left, bottom left;
  background-color: #fff000; }
  .title h3 {
    color: #cb0026; }
  .title .circle {
    position: absolute;
    right: -4%;
    top: -15%;
    z-index: 5;
    border-radius: 50%;
    background: #cb0026;
    padding: 1em 0;
    width: 8.5rem;
    font-size: 1.5rem;
    border: 3px solid #fff;
    transform: rotate(20deg);
    line-height: 1.2; }
    .title .circle big {
      font-size: 200%; }

#rule {
  counter-reset: num; }
  #rule article {
    text-align: center;
    display: block; }
    #rule article h4 {
      color: #fff000;
      letter-spacing: 1px;
      display: inline-block;
      border-bottom: 1px solid;
      border-top: 1px solid;
      padding: 2px 6px 1px;
      position: relative;
      margin-bottom: 4rem; }
      #rule article h4:before {
        font-size: 3.2rem;
        display: block;
        color: #fff000;
        counter-increment: num;
        content: counter(num);
        font-family: 'Gothic A1', sans-serif;
        position: absolute;
        top: 1.8rem;
        left: 50%;
        transform: translateX(-50%); }
    #rule article p {
      margin-bottom: 1.2rem; }
    #rule article .ig_account {
      background: #fff;
      border-radius: 5rem;
      padding: 0.7vw 2.5vw;
      margin: 1% auto;
      color: #000;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 700;
      width: 22rem; }
      #rule article .ig_account a {
        display: flex;
        align-items: center;
        color: inherit;
        text-decoration: none; }
        #rule article .ig_account a:hover {
          color: #cb0026;
          -webkit-transition: color 0.2s ease;
          -moz-transition: color 0.2s ease;
          -ms-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
        #rule article .ig_account a img {
          width: 2rem;
          margin-right: 0.5rem; }
    #rule article ul {
      margin-bottom: 1rem; }
      #rule article ul li {
        margin-bottom: 5px; }
    #rule article .mark_red {
      background-color: #cb0026;
      color: #fff; }
    #rule article .mark_white {
      background-color: #fff;
      color: #cb0026; }
    #rule article small {
      color: #fff000;
      font-size: .8rem;
      vertical-align: text-top; }
      #rule article small br {
        display: none; }

#detail h5 {
  color: #fff000; }
#detail a {
  color: #fff; }
  #detail a:hover {
    color: #fff000; }
#detail ul {
  width: 60%;
  margin: 2rem auto 0;
  text-align: left;
  background: #2b2b2b;
  border: 1px solid #3b3b3b;
  padding: 1rem 2rem; }

#awards figure img, #winner figure img {
  margin: auto; }
#awards figure figcaption, #winner figure figcaption {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300; }
  #awards figure figcaption small, #winner figure figcaption small {
    border: 1px solid #fff;
    padding: 0 3px; }

.list {
  list-style: decimal;
  width: 80%;
  margin: 1rem auto 0;
  max-height: 16rem;
  overflow-y: scroll;
  padding: 1rem 2.5rem;
  border: 1px solid #3b3b3b;
  background: #2b2b2b; }
  .list li {
    list-style: decimal;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8; }

.pd-10 {
  padding-top: 10vh; }

.mb-2 {
  margin-bottom: 2vh; }

#winner .winner_list {
  display: flex;
  flex-flow: row wrap; }
#winner .winner_list li {
  width: 50%;
  line-height: 1.8; }

/* ------ section ------ */
@media screen and (max-width: 1366px) {
  .fv section .counter {
    font-size: 1.8rem; }

  .info .date dl dt {
    padding: .5rem .5rem;
    margin-right: .3rem; } }
@media screen and (max-width: 1024px) {
  /*****通用*勿刪*****/
  main {
    width: 100%; }

  nav ul {
    padding: 2% 5%; }
    nav ul li a {
      padding: 0 10%;
      font-size: 1.5rem; }
    nav ul li:first-child a {
      font-size: 1.1rem; }
      nav ul li:first-child a svg {
        transform: scale(0.7);
        margin-top: 0%; }

  .fv {
    padding-top: 13vmin; }
    .fv .fv_title.fv_item1 {
      top: 16vmin;
      width: 62%; }
    .fv .fv_title.fv_item2 {
      top: 41vmin;
      width: 25%; }
    .fv section .member {
      padding-top: 20vmin; }
    .fv section.red, .fv section.white {
      background-size: 50%; }
    .fv section.left, .fv section.right {
      padding: 0; }
    .fv section .counter {
      font-size: 1rem; }
    .fv section .vote_btn img {
      width: 80%;
      margin: 5% auto; }

  .info {
    padding: 3%; }
    .info .date {
      font-size: 1.1rem; }
      .info .date dl {
        width: 100%;
        margin-bottom: 5px; }
        .info .date dl dt {
          margin-right: 2%;
          padding: 1% 3%; }
    .info section article {
      font-size: 1.2rem; }

  #rule article .ig_account {
    max-width: 19rem;
    font-size: 1.2rem;
    width: 100%; }
  #rule article small br {
    display: block; }

  #winner .col-g {
    display: block; }
    #winner .col-g .col-2 {
      width: 100%; }

  #detail ul {
    width: 80%; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 18px; }

  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 0.8rem; }

  nav ul li a {
    font-size: 1.3rem; }

  .info {
    width: 92%; }
    .info .date {
      font-size: 0.9rem; }
    .info section article {
      font-size: 1rem; }

  #rule article p {
    font-size: 1.1rem; }
  #rule article .ig_account {
    max-width: 13rem;
    font-size: 0.8rem;
    width: 100%; }
    #rule article .ig_account a {
      transform: scale(0.9); }

  .title .circle {
    width: 7rem;
    font-size: 1.2rem; } }
@media screen and (max-width: 414px) {
  html {
    font-size: 14px; }

  nav ul li a {
    padding: 0 15%;
    line-height: 1.3; }

  .col-g .col {
    padding: 3% 2px; }

  .fv {
    padding-top: 16vmin; }
    .fv .fv_title.fv_item1 {
      top: 20vmin; }

  .info {
    width: 94%;
    margin: 0 3%;
    padding: 3% 2%;
    background-size: 20%; }
    .info h2 {
      padding: 3% 10%; }
    .info .date {
      display: block;
      padding: 4% 2%;
      font-size: 1rem; }
    .info section article {
      font-size: 1rem; }

  .title {
    background-size: 100%;
    padding: 2px 0; }
    .title .circle {
      top: -73%;
      right: -1%; }

  #rule article p {
    font-size: 1rem; }
  #rule article .ig_account {
    max-width: 13rem;
    font-size: 0.8rem;
    width: 100%; }
    #rule article .ig_account a {
      transform: scale(0.9); }

  .list {
    width: 100%;
    padding: 1rem 0.5rem 1rem 2rem; } }
