@charset "UTF-8";
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%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background: #000;
  font-family: Outfit,Helvetica-r,微軟正黑體,Noto Sans,Noto Sans CJK TC,Helvetica Neue,Arial;
  color: #fff; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.mx_1480 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto; }

:focus {
  outline: none; }

.hideme {
  display: none !important; }

#page {
  width: 100%;
  min-height: 1024px; }

.container-full {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  .container-full .fbox-top-out {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }

header.container-full.fbox {
  border-bottom: 5px solid #de0a16; }

#mb_menu {
  display: none; }

#rwd_menu {
  display: none; }

header .fbox-top-out {
  height: 62px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center; }
header .fbox-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center; }
header .logo a {
  display: block; }
  header .logo a img {
    max-width: 116px;
    display: block; }
header #pc_menu {
  display: flex;
  width: 100%;
  align-items: center; }
  header #pc_menu ul.main-menu {
    display: flex;
    align-items: center; }
    header #pc_menu ul.main-menu li {
      padding: 15px 10px;
      position: relative; }
    header #pc_menu ul.main-menu li.has_child ul {
      display: none; }
    header #pc_menu ul.main-menu li.has_child:hover ul {
      display: block; }
  header #pc_menu ul.sub_menu {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 2; }
    header #pc_menu ul.sub_menu li {
      padding: 0;
      margin: 0; }
      header #pc_menu ul.sub_menu li a {
        display: block;
        padding: 5px 7px;
        white-space: nowrap;
        cursor: pointer; }
        header #pc_menu ul.sub_menu li a:hover {
          background: #eee; }

#video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

header #mb_menu {
  position: relative;
  width: 100%; }
  header #mb_menu > button {
    width: 40px;
    border: 0px;
    background: none; }
    header #mb_menu > button img {
      display: block;
      width: 100%; }
  header #mb_menu .mb_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 150px; }
    header #mb_menu .mb_logo img {
      width: 100%; }
  header #mb_menu nav.mobile_nav {
    padding: 20px 27px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(102%, 0);
    background: #fff;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 18;
    transition: 0.3s; }
    header #mb_menu nav.mobile_nav .exit_btn {
      padding: 3px;
      background: #efefef;
      border-radius: 8px;
      display: block;
      border: 0px;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header #mb_menu nav.mobile_nav .exit_btn img {
        width: 34px;
        height: 34px; }
    header #mb_menu nav.mobile_nav ul {
      padding-top: 10px; }
      header #mb_menu nav.mobile_nav ul li {
        display: flex;
        height: 48px;
        flex-wrap: wrap; }
        header #mb_menu nav.mobile_nav ul li a.link {
          padding: 5px 10px;
          position: relative;
          display: flex;
          width: 100%; }
          header #mb_menu nav.mobile_nav ul li a.link svg {
            top: 10px;
            position: absolute;
            right: 15px;
            width: 30px; }
        header #mb_menu nav.mobile_nav ul li a {
          padding: 5px 10px;
          height: 48px;
          display: flex;
          align-items: center;
          font-size: 17px; }
        header #mb_menu nav.mobile_nav ul li .sub-menu {
          display: none;
          padding-top: 10px; }
          header #mb_menu nav.mobile_nav ul li .sub-menu ul {
            display: block;
            padding: 0px; }

header.open_mb #mb_menu nav.mobile_nav {
  transform: translate(0%, 0); }

@media (max-width: 1024px) {
  .container-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
@media (max-width: 990px) {
  header #pc_menu {
    display: none; }

  header #mb_menu {
    display: block; }

  .container-full {
    margin-left: auto;
    margin-right: auto; } }
header #mb_menu nav.mobile_nav ul li .sub-menu {
  width: 100%; }
  header #mb_menu nav.mobile_nav ul li .sub-menu li {
    display: flex;
    height: auto; }
    header #mb_menu nav.mobile_nav ul li .sub-menu li a {
      display: flex; }

#fix_right {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 9; }
  #fix_right a {
    display: block; }
  #fix_right img {
    width: 200px;
    display: block; }

footer {
  padding: 18px 0;
  border-top: 1px solid #fff;
  max-width: 1620px;
  margin: auto; }
  footer .fbox_inner {
    display: flex;
    justify-content: space-between; }
  footer a {
    color: #fff; }
  footer .footer_social {
    display: flex;
    align-items: center; }
    footer .footer_social .footer_social-terms {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social-terms span {
        margin: 0 10px; }
    footer .footer_social .footer_social {
      display: flex;
      align-items: center; }
      footer .footer_social .footer_social a {
        display: block;
        margin-left: 10px;
        color: #fff; }
        footer .footer_social .footer_social a img {
          display: block;
          max-width: 25px; }

@media (max-width: 768px) {
  footer .container-full {
    width: 100%;
    line-height: 1.5; }

  footer .fbox_inner {
    flex-direction: column-reverse; }

  footer .footer_social {
    width: 100%;
    flex-wrap: wrap; }

  footer .footer_social .footer_social {
    margin-bottom: 0; }

  footer .footer_social .footer_social a {
    margin-left: 0;
    margin-right: 10px; }

  footer .footer_social .footer_social-terms {
    margin-bottom: 10px;
    width: 100%; }

  footer .footer_social {
    margin-bottom: 10px;
    width: 100%; } }
@media (max-width: 450px) {
  #fix_right {
    width: 110px; }
    #fix_right img {
      width: 110px; } }
#sv_vote {
  padding: 60px 0px;
  width: 100%;
  background-image: url(../images/xpg/bkpd.jpg);
  background-size: cover;
  background-position: center;
  min-height: 960px;
  box-sizing: border-box; }
  #sv_vote > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #sv_vote #pd_vote {
    padding-top: 40px;
    max-width: 1610px;
    margin: 70px auto auto; }
    #sv_vote #pd_vote #vote_select {
      display: flex;
      justify-content: center; }
      #sv_vote #pd_vote #vote_select .item {
        margin: 0 15px;
        width: 380px;
        height: 380px;
        border: 5px solid transparent;
        border-radius: 16px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap; }
        #sv_vote #pd_vote #vote_select .item.active {
          border-color: #fff;
          transition: 0.3s; }
          #sv_vote #pd_vote #vote_select .item.active.pc1 {
            background: #ff61be; }
          #sv_vote #pd_vote #vote_select .item.active.pc2 {
            background: #b341f1; }
          #sv_vote #pd_vote #vote_select .item.active.pc3 {
            background: #005ba6; }
          #sv_vote #pd_vote #vote_select .item.active.pc4 {
            background: #008c64; }
        #sv_vote #pd_vote #vote_select .item a {
          display: block; }
          #sv_vote #pd_vote #vote_select .item a img {
            display: block;
            width: 100%; }
        #sv_vote #pd_vote #vote_select .item h3 {
          color: #fff;
          font-size: 30px;
          line-height: 1.2;
          font-weight: 600;
          width: 100%;;
          margin-bottom: 20px;
          text-align: center; }
        #sv_vote #pd_vote #vote_select .item img {
          width: 220px;
          display: block; }
        #sv_vote #pd_vote #vote_select .item.pc1 {
          background: rgba(255, 97, 190, 0.5); }
        #sv_vote #pd_vote #vote_select .item.pc2 {
          background: rgba(179, 65, 241, 0.5); }
        #sv_vote #pd_vote #vote_select .item.pc3 {
          background: rgba(0, 91, 166, 0.5); }
        #sv_vote #pd_vote #vote_select .item.pc4 {
          background: rgba(0, 140, 100, 0.5); }

.action {
  padding-top: 30px; }
  .action .vote_it {
    margin: auto;
    color: #fff;
    max-width: 350px;
    width: 100%;
    height: 60px;
    background: #ea0029;
    display: flex;
    align-items: center;
    font-size: 30px;
    text-transform: uppercase;
    justify-content: center;
    transform: scale(1);
    transition: 0.3s; }
    .action .vote_it:hover {
      transform: scale(1.05); }
    .action .vote_it:active {
      transform: scale(0.9); }

@media (max-width: 1100px) {
  #sv_vote #pd_vote #vote_select {
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  #sv_vote {
    padding: 0; }

  #sv_vote > h3 {
    font-size: 36px; }
    #sv_vote > h3 br {
      display: none; }

  #sv_vote #pd_vote #vote_select .item h3 {
    text-align: left;
    font-size: 24px;
    text-shadow: 2px 2px 6px #747373;
    padding-left: 20px; }

  #sv_vote #pd_vote #vote_select .item {
    height: 136px;
    margin-bottom: 18px;
    justify-content: space-between;
    flex-wrap: nowrap; }

  #sv_vote #pd_vote #vote_select .item img {
    width: 110px; }

  #sv_vote #pd_vote {
    padding-top: 10px; }

  #sv_vote {
    background-image: url(../images/mbbk1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }

  #sv_vote #pd_vote #vote_select {
    padding: 0 15px; } }
#term {
  padding: 60px 15px; }
  #term > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #term > p {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }

#term_text {
  max-width: 1480px;
  width: 100%;
  margin: auto auto 200px;
  font-size: 20px;
  line-height: 1.8em; }
  #term_text ul {
    padding-left: 15px; }
    #term_text ul li {
      list-style-type: disc;
      margin-bottom: 5px; }

@media (max-width: 768px) {
  #term > h3 {
    font-size: 40px; }

  #term_text {
    font-size: 16px; }
    #term_text ul {
      padding-left: 25px; } }
#modding_pc {
  padding: 60px 15px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat; }
  #modding_pc > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    margin-bottom: 120px;
    font-weight: 500; }
  #modding_pc .swiper-button-prev {
    background-image: url(../images/xpg/aw_l.png);
    background-size: cover; }
  #modding_pc .swiper-button-prev:after {
    opacity: 0; }
  #modding_pc .swiper-button-next {
    background-image: url(../images/xpg/aw_r.png);
    background-size: cover; }
  #modding_pc .swiper-button-next:after {
    opacity: 0; }


.pcx1 .pc_spec {
  width: 860px;
  background: rgba(255, 97, 190, 0.7);
  box-shadow: -10px -10px 0px 0px #ff61be;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  /* border-bottom-left-radius: 16px; */
  padding: 40px 20px 60px 130px;
  box-sizing: border-box; 
  overflow: hidden;
}



  .pcx2 .pc_spec .filter,
  .pcx1 .pc_spec .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: -4;
    /* filter: blur(1px); */
    opacity: 0.6; }
  .pcx2 .pc_spec .top,
  .pcx1 .pc_spec .top {
    display: flex;
    font-size: 50px;
    align-items: center; }
    .pcx2 .pc_spec .top h3,
    .pcx1 .pc_spec .top h3 {
      font-weight: 500; }
    .pcx2 .pc_spec .top .pic_logo,
    .pcx1 .pc_spec .top .pic_logo {
      width: 140px;
      margin-right: 20px; }
      .pcx2 .pc_spec .top .pic_logo img,
      .pcx1 .pc_spec .top .pic_logo img {
        width: 100%; }
  .pcx2 .pc_spec .bottom,
  .pcx1 .pc_spec .bottom {
    padding-top: 20px; }
    .pcx2 .pc_spec .bottom h4,
    .pcx1 .pc_spec .bottom h4 {
      font-size: 40px;
      margin-bottom: 20px; }
    .pcx2 .pc_spec .bottom .desc,
    .pcx1 .pc_spec .bottom .desc {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 40px; }
    .pcx2 .pc_spec .bottom .spec_modal,
    .pcx1 .pc_spec .bottom .spec_modal {
      width: 200px;
      height: 50px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      border: 2px solid #ddd;
      transition: 0.3s; }
      .pcx2 .pc_spec .bottom .spec_modal:hover,
      .pcx1 .pc_spec .bottom .spec_modal:hover {
        background-color: #ddd; }

.vote_item {
  display: flex;
  height: 600px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 80px 0; }
  .vote_item .swiper-pagination {
    padding-bottom: 30px; }
  .vote_item .x_slider #pc1_slider,
  .vote_item .x_slider #pc2_slider,
  .vote_item .x_slider #pc3_slider,
  .vote_item .x_slider #pc4_slider {
    width: 600px; }
    .vote_item .x_slider #pc1_slider .swiper-slide,
    .vote_item .x_slider #pc2_slider .swiper-slide,
    .vote_item .x_slider #pc3_slider .swiper-slide,
    .vote_item .x_slider #pc4_slider .swiper-slide {
      text-align: center;
      position: relative; }
      .vote_item .x_slider #pc1_slider .swiper-slide img,
      .vote_item .x_slider #pc2_slider .swiper-slide img,
      .vote_item .x_slider #pc3_slider .swiper-slide img,
      .vote_item .x_slider #pc4_slider .swiper-slide img {
        margin: auto;
        width: 498px;
        border: 1px solid #c20072; }
      .vote_item .x_slider #pc1_slider .swiper-slide .yticon,
      .vote_item .x_slider #pc2_slider .swiper-slide .yticon,
      .vote_item .x_slider #pc3_slider .swiper-slide .yticon,
      .vote_item .x_slider #pc4_slider .swiper-slide .yticon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        display: block;
        width: 150px;
        height: 150px; }
        .vote_item .x_slider #pc1_slider .swiper-slide .yticon img,
        .vote_item .x_slider #pc2_slider .swiper-slide .yticon img,
        .vote_item .x_slider #pc3_slider .swiper-slide .yticon img,
        .vote_item .x_slider #pc4_slider .swiper-slide .yticon img {
          display: block;
          width: 100%;
          border: 0px; }

.pcx2 .pc_spec {
  padding: 40px 130px 60px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 30px;
  overflow: hidden; 
  max-width: 860px;
    box-sizing: border-box;
}

.vt1 {
  background-image: url(../images/xpg/mk1.jpg);
  background-size: auto 100%;
  background-position: right top; }
  .vt1 .pc_spec {
    border: 3px solid #ff61be;
    position: relative; }
    .vt1 .pc_spec .spec_modal:hover {
      color: #ff61be; }

.vt2 {
  background-image: url(../images/xpg/mk2.jpg);
  background-size: auto 100%;
  background-position: left top; }
  .vt2 .pc_spec {
    background: rgba(179, 65, 241, 0.7);
    box-shadow: 10px -10px 0px 0px #b341f1;
    border: 3px solid #b341f1; }
    .vt2 .pc_spec .spec_modal:hover {
      color: #b341f1; }

.vt3 {
  background-image: url(../images/xpg/mk3.jpg);
  background-size: auto 100%;
  background-position: right top; }
  .vt3 .pc_spec {
    background: rgba(0, 91, 166, 0.7);
    border: 3px solid #005ba6;
    box-shadow: -10px -10px 0px 0px #005ba6; }
    .vt3 .pc_spec .spec_modal:hover {
      color: #005ba6; }

.vt4 {
  background-image: url(../images/xpg/mk4.jpg);
  background-size: auto 100%;
  background-position: left top; }
  .vt4 .pc_spec {
    background: rgba(0, 140, 100, 0.7);
    border: 3px solid #008c64;
    box-shadow: 10px -10px 0px 0px #008c64; }
    .vt4 .pc_spec .spec_modal:hover {
      color: #008c64; }

.vote_item.vt1 .pc_spec {
  transform: translate(-60px, 0px); }
.vote_item.vt1 .x_slider {
  transform: translate(60px, 0px);
  z-index: 3; }

.vote_item.vt2 .pc_spec {
  transform: translate(60px, 0px); }
.vote_item.vt2 .x_slider {
  transform: translate(-60px, 0px);
  z-index: 3; }

.vote_item.vt3 .pc_spec {
  transform: translate(-60px, 0px); }
.vote_item.vt3 .x_slider {
  transform: translate(60px, 0px);
  z-index: 3; }

.vote_item.vt4 .pc_spec {
  transform: translate(60px, 0px); }
.vote_item.vt4 .x_slider {
  transform: translate(-60px, 0px);
  z-index: 3; }

.blocker {
  z-index: 99 !important; }

@media (max-width: 1350px) {
  .pcx2 .pc_spec .top .pic_logo,
  .pcx1 .pc_spec .top .pic_logo {
    width: 120px; }

  .pcx2 .pc_spec .top, .pcx1 .pc_spec .top {
    font-size: 40px; }

  .pcx2 .pc_spec .bottom .desc, .pcx1 .pc_spec .bottom .desc {
    font-size: 20px;
    line-height: 1.5; }

  .pcx2 .pc_spec .bottom .spec_modal, .pcx1 .pc_spec .bottom .spec_modal {
    font-size: 25px;
    width: 170px;
    height: 50px; } }
@media (max-width: 1100px) {
  .vote_item {
    margin-top: 0;
    padding: 0;
    flex-wrap: wrap;
    height: auto; }
    .vote_item .vote_item .x_slider #pc1_slider .swiper-slide img, .vote_item .vote_item .x_slider #pc2_slider .swiper-slide img, .vote_item .vote_item .x_slider #pc3_slider .swiper-slide img, .vote_item .vote_item .x_slider #pc4_slider .swiper-slide img {
      width: 90%; }
    .vote_item .pc_spec {
      width: 100%;
      transform: translate(0px, 0px) !important; }

  .vote_item.vt1 .x_slider,
  .vote_item.vt2 .x_slider,
  .vote_item.vt3 .x_slider,
  .vote_item.vt4 .x_slider {
    transform: translate(0px, 60px); }

  .pcx2 .pc_spec, .pcx1 .pc_spec,
  .pcx3 .pc_spec, .pcx4 .pc_spec {
    padding: 70px 20px 30px 20px;
    max-width: calc(100% - 20px); }

  .vote_item .x_slider #pc1_slider .swiper-slide img, .vote_item .x_slider #pc2_slider .swiper-slide img, .vote_item .x_slider #pc3_slider .swiper-slide img, .vote_item .x_slider #pc4_slider .swiper-slide img {
    width: 300px; }

  .vote_item .x_slider #pc1_slider, .vote_item .x_slider #pc2_slider, .vote_item .x_slider #pc3_slider, .vote_item .x_slider #pc4_slider {
    width: 380px; } }
@media (max-width: 768px) {
  .vote_item .x_slider #pc1_slider .swiper-slide .yticon, .vote_item .x_slider #pc2_slider .swiper-slide .yticon, .vote_item .x_slider #pc3_slider .swiper-slide .yticon, .vote_item .x_slider #pc4_slider .swiper-slide .yticon {
    width: 100px; }

  .vt1,
  .vt2,
  .vt3,
  .vt4 {
    background: none; }

  #modding_pc > h3 {
    font-size: 40px; }

  #modding_pc > h3 {
    margin: 0; }

  .pcx2 .pc_spec .top .pic_logo, .pcx1 .pc_spec .top .pic_logo {
    width: 65px;
    margin-right: 14px; }

  .pcx2 .pc_spec .top h3, .pcx1 .pc_spec .top h3 {
    font-size: 28px;
    line-height: 1.3; }

  .pcx2 .pc_spec .bottom .desc, .pcx1 .pc_spec .bottom .desc {
    font-size: 18px;
    margin-bottom: 20px; }

  .pcx2 .pc_spec .bottom .spec_modal, .pcx1 .pc_spec .bottom .spec_modal {
    width: 100%;
    font-size: 30px;
    height: 46px; } }
#sv_how_join {
  max-width: 1400px;
  margin: auto auto 50px;
  padding: 60px 15px 100px; }
  #sv_how_join > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.7em;
    text-transform: uppercase;
    font-weight: 500; }
  #sv_how_join .pc_step {
    display: block; }
    #sv_how_join .pc_step img {
      display: block;
      width: 100%;
      max-width: 1530px;
      margin: auto; }
  #sv_how_join .mb_step {
    display: none;
    max-width: 400px;
    margin: auto; }
    #sv_how_join .mb_step img {
      display: block;
      width: 100%;
      max-width: 1530px;
      margin: auto; }

@media (max-width: 768px) {
  #sv_how_join > h3 {
    font-size: 40px; }

  #sv_how_join .pc_step {
    display: none; }

  #sv_how_join .mb_step {
    display: block; } }
#gbk {
  background-image: url(../images/xpg/gbk.jpg);
  background-size: cover;
  background-position: center; }

#sv_schedule {
  padding: 80px 15px 20px; }
  #sv_schedule > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #sv_schedule .timetable {
    display: flex;
    max-width: 1260px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: 2px solid #444; }
    #sv_schedule .timetable .tb:last-child:after {
      opacity: 0; }
    #sv_schedule .timetable .tb {
      width: 50%;
      text-align: center;
      position: relative; }
      #sv_schedule .timetable .tb:after {
        right: 0;
        top: 0;
        content: "";
        background-color: #444;
        height: 100%;
        width: 2px;
        position: absolute; }
      #sv_schedule .timetable .tb h3 {
        padding-left: 70px;
        display: inline-block;
        text-align: left;
        position: relative; }
        #sv_schedule .timetable .tb h3:before {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          content: '';
          width: 50px;
          height: 50px;
          background-image: url(../images/xpg/raw.png); }
        #sv_schedule .timetable .tb h3 .name {
          font-size: 40px;
          font-weight: 500;
          color: #ff949a;
          margin-bottom: 0.7em;
          line-height: 1.3; }
        #sv_schedule .timetable .tb h3 .time1 {
          font-size: 50px;
          font-weight: 500; }

@media (max-width: 1080px) {
  #sv_schedule .timetable .tb h3 .time1 {
    font-size: 40px; }

  #sv_schedule .timetable .tb h3 .name {
    font-size: 35px; }

  #sv_schedule .timetable {
    flex-wrap: wrap; }

  #sv_schedule .timetable .tb {
    width: 100%;
    margin-bottom: 50px; }

  #sv_schedule .timetable .tb h3 {
    min-width: 400px; } }
@media (max-width: 768px) {
  #sv_schedule .timetable .tb h3 {
    min-width: auto; }

  #sv_schedule > h3 {
    font-size: 40px; } }
@media (max-width: 450px) {
  #sv_schedule .timetable .tb h3:before {
    top: 50%;
    transform: translate(0px, -50%); }

  #sv_schedule .timetable .tb h3 .name {
    font-size: 30px; }

  #sv_schedule .timetable .tb h3 .time1 {
    font-size: 30px; }

  #sv_schedule .timetable .tb {
    text-align: left; } }
#sv_prize {
  padding: 60px 15px;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #sv_prize .swiper-button-prev {
    background-image: url(../images/t1_left.png);
    background-size: auto 100%;
    background-position: center; }
    #sv_prize .swiper-button-prev:after {
      opacity: 0; }
  #sv_prize .swiper-button-next {
    background-image: url(../images/t1_right.png);
    background-size: auto 100%;
    background-position: center; }
    #sv_prize .swiper-button-next:after {
      opacity: 0; }
  #sv_prize > h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-weight: 500; }
  #sv_prize > p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #sv_prize #top_slider {
    max-width: 1410px;
    padding-bottom: 50px; }
  #sv_prize .swiper-slide-active .px1_item .meta {
    background: #de0a16; }

  #sv_prize .px1_item.down img{
    transform: translate(0 , 30px);
  }



  #sv_prize .px1_item img {
    display: block;
    margin: auto auto 30px;
    max-width: 250px;
    display: block; }
  #sv_prize .px1_item.swiper-slide-active {
    background: #de0a16; }
  #sv_prize .px1_item .meta {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 35px;
    border-radius: 16px;
    background: #333333;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s; }
    #sv_prize .px1_item .meta:hover {
      background: #de0a16; }
    #sv_prize .px1_item .meta h3 {
      font-size: 30px;
      margin-bottom: 15px; }
    #sv_prize .px1_item .meta .c1 {
      color: #ffd4d6;
      font-size: 24px;
      margin-bottom: 15px; 
      min-height: 24px;
    }
    #sv_prize .px1_item .meta .c2 {
      font-size: 16px;
      color: #fff; }

.swiper-pagination-bullet {
  border-radius: 0px !important;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  opacity: 1; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #de0a16 !important; }

@media (max-width: 768px) {
  #sv_prize > h3 {
    font-size: 40px;
    margin-bottom: 30px; }

  #sv_prize .swiper-button-prev {
    top: 63%; }

  #sv_prize .swiper-button-next {
    top: 63%; } }
#top_img {
  position: relative; }

#top_img img {
  display: block;
  width: 100%;
  position: relative; }

.mask {
  bottom: 0;
  left: 0;
  z-index: 9;
  position: absolute;
  height: 300px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%; }

.pc_kv {
  display: block; }

.mb_kv {
  position: relative;
  display: none; }
  .mb_kv img {
    display: block;
    width: 100%; }
  .mb_kv .mask2 {
    width: 100%;
    height: 215px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

#top_img .caption {
  position: absolute;
  bottom: 190px;
  max-width: 998px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12; }
  #top_img .caption img {
    display: block;
    width: 100%; }

#top_img2 .caption {
  position: absolute;
  bottom: 0px;
  max-width: 998px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12;
  width: 89%; }
  #top_img2 .caption img {
    display: block;
    width: 100%; }

#top_img2 {
  padding-bottom: 50px; }

@media (max-width: 768px) {
  .pc_kv {
    display: none; }

  .mb_kv {
    display: block; } }
#ex_spec1 {
  background: rgba(255, 97, 190, 0.7);
  border: 3px solid #ff61be;
  box-shadow: 10px -10px 0px 0px #ff61be;
  backdrop-filter: blur(10px);
  width: 500px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
  min-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px; }
  #ex_spec1 h3 {
    font-size: 50px;
    margin-bottom: 0.5em; }
  #ex_spec1 ul {
    padding: 0;
    margin: 0; }
    #ex_spec1 ul li {
      font-size: 30px;
      line-height: 1.5; }

.modal a.close-modal {
  background-image: url(../images/xpg/exit.svg) !important;
  background-size: cover; }

.modal a.close-modal {
  width: 40px;
  height: 40px;
  margin-right: -40px;
  margin-top: -30px; }

#ex_spec2 {
  background: rgba(179, 65, 241, 0.7);
  box-shadow: 10px -10px 0px 0px #b341f1;
  backdrop-filter: blur(10px);
  border: 3px solid #b341f1;
  width: 500px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
  min-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px; }
  #ex_spec2 h3 {
    font-size: 50px;
    margin-bottom: 0.5em; }
  #ex_spec2 ul {
    padding: 0;
    margin: 0; }
    #ex_spec2 ul li {
      font-size: 30px;
      line-height: 1.5; }

#ex_spec3 {
  background: rgba(0, 91, 166, 0.7);
  border: 3px solid #005ba6;
  box-shadow: -10px -10px 0px 0px #005ba6;
  backdrop-filter: blur(10px);
  width: 500px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
  min-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px; }
  #ex_spec3 h3 {
    font-size: 50px;
    margin-bottom: 0.5em; }
  #ex_spec3 ul {
    padding: 0;
    margin: 0; }
    #ex_spec3 ul li {
      font-size: 30px;
      line-height: 1.5; }

#ex_spec4 {
  background: rgba(0, 140, 100, 0.7);
  border: 3px solid #008c64;
  box-shadow: 10px -10px 0px 0px #008c64;
  backdrop-filter: blur(10px);
  width: 500px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 0px;
  min-width: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px; }
  #ex_spec4 h3 {
    font-size: 50px;
    margin-bottom: 0.5em; }
  #ex_spec4 ul {
    padding: 0;
    margin: 0; }
    #ex_spec4 ul li {
      font-size: 30px;
      line-height: 1.5; }

/** ================. Video ===================== **/
/*
*    ... Vote Form ...
*/
#ex_vote {
  background: rgba(222, 10, 22, 0.7);
  border: 3px solid #DE0A16;
  box-shadow: 10px -10px 0px 0px #ea0029;
  backdrop-filter: blur(10px);
  border-radius: 16px;
  min-width: 1000px;
  padding: 50px;
  font-size: 24px; }
  #ex_vote .success {
    background: #45bb23;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 2px 3px 15px #6b5c5c; }
  #ex_vote .errors {
    background: #FFD306;
    box-shadow: 2px 3px 15px #6b5c5c;
    color: #DE0A16;
    padding: 15px 20px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    display: inline-block;
    list-style-type: none; }
    #ex_vote .errors ul li {
      margin-bottom: 15px; }
      #ex_vote .errors ul li:last-child {
        margin-bottom: 0; }

   #ex_vote .field a{
    color:#fff;
   }
   #ex_vote .field a:hover{
    text-decoration:underline;
   }
  
  #ex_vote .field {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    #ex_vote .field .container {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 18px;
      line-height: 1.3;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #ex_vote .field .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    #ex_vote .field .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 21px;
      width: 21px;
      background-color: #eee; }
    #ex_vote .field .container:hover input ~ .checkmark {
      background-color: #ccc; }
    #ex_vote .field .container input:checked ~ .checkmark {
      background-color: #fff; }
    #ex_vote .field .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #ex_vote .field .container input:checked ~ .checkmark:after {
      display: block; }
    #ex_vote .field .container .checkmark:after {
      left: 7px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid #dd3737;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #ex_vote .field span {
      display: block;
      width: calc(100% - 190px); }
      #ex_vote .field span input {
        display: block;
        width: 100%;
        font-size: 20px;
        padding: 0 10px;
        box-sizing: border-box; }
    #ex_vote .field span.c4 {
      width: 150px; }
    #ex_vote .field span.c1 {
      display: block;
      width: 190px; }
    #ex_vote .field span.c3 {
      font-size: 18px;
      width: 100%;
      line-height: 1.4; }
    #ex_vote .field input {
      height: 40px;
      border: 0px; }
    #ex_vote .field button {
      height: 60px;
      margin: auto;
      width: 100%;
      max-width: 350px;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #EA0029;
      text-transform: uppercase;
      border: 0px;
      transform: scale(1);
      transition: 0.3s;
      cursor: pointer; }
      #ex_vote .field button:hover {
        transform: scale(1.05); }
      #ex_vote .field button:active {
        transform: scale(0.9); }

#ex_video1,
#ex_video2,
#ex_video3,
#ex_video4 {
  background: none;
  background: transparent;
  max-width: 768px;
  padding: 0; }
  #ex_video1 .meta,
  #ex_video2 .meta,
  #ex_video3 .meta,
  #ex_video4 .meta {
    margin-top: 20px;
    display: flex;
    align-items: center; }
    #ex_video1 .meta .pic_logo img,
    #ex_video2 .meta .pic_logo img,
    #ex_video3 .meta .pic_logo img,
    #ex_video4 .meta .pic_logo img {
      display: block;
      width: 120px; }
    #ex_video1 .meta h3,
    #ex_video2 .meta h3,
    #ex_video3 .meta h3,
    #ex_video4 .meta h3 {
      font-size: 40px;
      margin-left: 20px; }

#ex_video1 .video_modal,
#ex_video2 .video_modal,
#ex_video3 .video_modal,
#ex_video4 .video_modal {
  background: rgba(222, 10, 22, 0.7);
  border: 3px solid #DE0A16;
  box-shadow: 10px -10px 0px 0px #ea0029;
  backdrop-filter: blur(10px);
  border-radius: 16px;
  overflow: hidden;
  font-size: 24px;
  position: relative; }
  #ex_video1 .video_modal.play .ytmx,
  #ex_video2 .video_modal.play .ytmx,
  #ex_video3 .video_modal.play .ytmx,
  #ex_video4 .video_modal.play .ytmx {
    opacity: 0;
    transition: 0.3s; }
  #ex_video1 .video_modal .ytmx,
  #ex_video2 .video_modal .ytmx,
  #ex_video3 .video_modal .ytmx,
  #ex_video4 .video_modal .ytmx {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(222, 10, 22, 0.7); }
    #ex_video1 .video_modal .ytmx img,
    #ex_video2 .video_modal .ytmx img,
    #ex_video3 .video_modal .ytmx img,
    #ex_video4 .video_modal .ytmx img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 150px;
      cursor: pointer; }

@media (max-width: 768px) {
  #ex_video1 .video_modal .ytmx img, #ex_video2 .video_modal .ytmx img, #ex_video3 .video_modal .ytmx img, #ex_video4 .video_modal .ytmx img {
    width: 80px; }

  #ex_video1,
  #ex_video2,
  #ex_video3,
  #ex_video4 {
    width: 100%; }
    #ex_video1 a.close-modal,
    #ex_video2 a.close-modal,
    #ex_video3 a.close-modal,
    #ex_video4 a.close-modal {
      top: -30px;
      right: 30px; }
    #ex_video1 video,
    #ex_video2 video,
    #ex_video3 video,
    #ex_video4 video {
      width: 100%;
      display: block; }

  #ex_spec1,
  #ex_spec2,
  #ex_spec3,
  #ex_spec4 {
    min-width: auto;
    padding: 15px;
    width: 100%; }
    #ex_spec1 a.close-modal,
    #ex_spec2 a.close-modal,
    #ex_spec3 a.close-modal,
    #ex_spec4 a.close-modal {
      top: -30px;
      right: 30px; }
    #ex_spec1 h3,
    #ex_spec2 h3,
    #ex_spec3 h3,
    #ex_spec4 h3 {
      font-size: 30px; }
    #ex_spec1 ul li,
    #ex_spec2 ul li,
    #ex_spec3 ul li,
    #ex_spec4 ul li {
      font-size: 18px; }

  #ex_vote {
    width: 100%;
    padding: 15px;
    min-width: auto; }
    #ex_vote a.close-modal {
      top: -30px;
      right: 30px; }

  #ex_vote .field {
    flex-wrap: wrap; }
    #ex_vote .field span {
      width: 100%; }

  #ex_vote .field .c1,
  #ex_vote .field .c2,
  #ex_vote .field .c3,
  #ex_vote .field .c4 {
    font-size: 24px;
    line-height: 1.6; }

  #ex_vote .field button {
    font-size: 20px;
    height: 44px; }

  #ex_vote .errors {
    font-size: 20px;
    padding: 15px 10px 15px 13px; }

  #ex_vote .field .container {
    font-size: 16px; }

  #ex_video1 .meta .pic_logo img, #ex_video2 .meta .pic_logo img, #ex_video3 .meta .pic_logo img, #ex_video4 .meta .pic_logo img {
    height: 60px;
    width: 60px; }

  #ex_video1 .meta h3, #ex_video2 .meta h3, #ex_video3 .meta h3, #ex_video4 .meta h3 {
    font-size: 24px; } }
.xbtn {
  position: relative;
  overflow: hidden; }

.xbtn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  padding: 1rem 2rem;
  outline: 0;
  border: 0;
  cursor: pointer; }

span.ripple {
  position: absolute;
  /* The absolute position we mentioned earlier */
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7); }

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0; } }
.mb_aspect-ratio-box {
  width: 100%;
  padding-bottom: 177.78%;
  /* 1920 / 1080 = 1.7778 */
  position: relative; }

.pc_aspect-ratio-box {
  width: 100%;
  /* Adjust based on parent container */
  max-width: 1920px;
  aspect-ratio: 16 / 9;
  position: relative; }

/*# sourceMappingURL=style.css.map */
.vote_item .x_slider #pc1_slider .swiper-slide img,
.vote_item .x_slider #pc3_slider .swiper-slide img{
      border-bottom-left-radius: 30px;
}

.vote_item .x_slider #pc2_slider .swiper-slide img,
.vote_item .x_slider #pc4_slider .swiper-slide img{
      border-bottom-right-radius: 30px;
}

.vote_item .x_slider #pc1_slider .swiper-slide,
.vote_item .x_slider #pc2_slider .swiper-slide,
.vote_item .x_slider #pc3_slider .swiper-slide,
.vote_item .x_slider #pc4_slider .swiper-slide{
    padding-top: 15px;
    padding-bottom: 15px;
}


.vote_item .x_slider #pc1_slider .swiper-slide img{
  box-shadow: 0 0 30px #C20072;
}

.vote_item .x_slider #pc2_slider .swiper-slide img{
  box-shadow: 0 0 30px #A500FF;
      border: 1px solid #A500FF;
}

.vote_item .x_slider #pc3_slider .swiper-slide img{
  box-shadow: 0 0 30px #0087AC;
   border: 1px solid #0087AC;
}

.vote_item .x_slider #pc4_slider .swiper-slide img{
  box-shadow: 0 0 30px #00825D;
  border: 1px solid #00825D;
}




.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 ÷ 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vote_item .x_slider #pc1_slider .swiper-slide .yticon img{
  box-shadow: none;
}