@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;
  font-family: Outfit,Helvetica-r,微軟正黑體,Noto Sans,Noto Sans CJK TC,Helvetica Neue,Arial;
  color: #666666; }

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;
  color: #333; }

.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: 85%;
  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; }

.t_wrap {
  white-space: normal !important; }

#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: 122; }
    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;
  box-shadow: 0 -4px 4px #eee;
  border-top: 1px solid #fff;
  max-width: 1620px;
  margin: auto; }
  footer .fbox_inner {
    display: flex;
    justify-content: space-between; }
  footer a {
    color: #333; }
  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 .fbox_inner {
    flex-wrap: wrap; }

  footer .container-full {
    width: 100%;
    line-height: 1.5; }

  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; } }
.action .vote_it {
  margin: auto;
  color: #fff;
  max-width: 350px;
  width: 100%;
  height: 60px;
  background: #FFAA00;
  box-shadow: 3px 3px 0px 0px #A87000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
  justify-content: center;
  transform: scale(1);
  transition: 0.3s; }

.pic1 {
  max-width: 494px;
  width: 20%;
  height: 20vw;
  background-image: url(../images/award/leaf1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0; }

.pic2 {
  max-width: 494px;
  width: 20%;
  height: 20vw;
  background-image: url(../images/award/leaf2.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 10px; }

.bottom {
  padding: 150px 15px;
  position: relative; }

#ex_vote.modal a.close-modal {
  background-image: url(../images/award/cross.png) !important; }

@media (max-width: 450px) {
  .bottom {
    padding: 50px 15px 200px; } }
#sv_prize {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #sv_prize #top_slider .swiper-slide .maskp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3; }
    #sv_prize #top_slider .swiper-slide .maskp img {
      display: block;
      width: 100%; }
    #sv_prize #top_slider .swiper-slide .maskp .bird1 {
      position: absolute;
      position: absolute;
      transform: translate(-240%, -160%);
      width: 13%;
      left: 50%;
      top: 50%;
      animation: fly1 4s ease-in-out infinite; }
      #sv_prize #top_slider .swiper-slide .maskp .bird1 img {
        display: block;
        max-width: 250px;
        height: auto; }
    #sv_prize #top_slider .swiper-slide .maskp .bird2 {
      position: absolute;
      transform: translate(200%, -20%);
      width: 13%;
      left: 50%;
      top: 50%;
      animation: fly2 4s ease-in-out infinite; }
      #sv_prize #top_slider .swiper-slide .maskp .bird2 img {
        display: block;
        max-width: 250px;
        height: auto; }
    #sv_prize #top_slider .swiper-slide .maskp .bird3 {
      position: absolute;
      position: absolute;
      transform: translate(-295%, -60%);
      width: 13%;
      left: 50%;
      top: 50%;
      animation: fly3 4s ease-in-out infinite; }
      #sv_prize #top_slider .swiper-slide .maskp .bird3 img {
        display: block;
        max-width: 250px;
        height: auto; }
    #sv_prize #top_slider .swiper-slide .maskp .bird4 {
      position: absolute;
      position: absolute;
      transform: translate(-45%, -200%);
      width: 13%;
      left: 50%;
      top: 50%;
      animation: fly4 4s ease-in-out infinite; }
      #sv_prize #top_slider .swiper-slide .maskp .bird4 img {
        display: block;
        max-width: 250px;
        height: auto; }
  #sv_prize > p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 50px; }
  #sv_prize .swiper-slide-active .px1_item .meta {
    background: #de0a16; }
  #sv_prize .px1_item img {
    width: 100%;
    display: block;
    margin: auto auto 30px;
    display: block; }
  #sv_prize .r_word {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    z-index: 2; }

#top_slider img {
  display: block;
  width: 100%; }

#mbx_slider img {
  display: block;
  width: 100%; }

/* 容器設置背景圖 */
.text-silhouette {
  font-size: 88px;
  font-weight: bold;
  background: #222;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: white;
  mix-blend-mode: overlay;
  z-index: 11;
  font-style: italic; }

.container {
  display: block; }

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 60px; }

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 50s linear infinite;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 3.5vw; }

.bottom_mist {
  width: 100%;
  height: 140px;
  background-image: url(../images/award/btm.png);
  background-size: auto 100%;
  position: absolute;
  background-position: center bottom;
  bottom: 0;
  z-index: 5; }

@media (max-width: 768px) {
  #top_slider .swiper-slide .pic img {
    opacity: 0;
    height: 650px; }

  #top_slider .swiper-slide {
    background-size: cover;
    background-position: center; }

  #sv_prize #top_slider .swiper-slide .maskp {
    left: 50%;
    transform: translate(-50%, 0px);
    width: 173%; }

  .footer_copy {
    margin-bottom: 20px; }

  #sv_prize #top_slider .swiper-slide .maskp .bird1 {
    animation: fly1_mb 4s ease-in-out infinite; }

  #sv_prize #top_slider .swiper-slide .maskp .bird2 {
    animation: fly2_mb 4s ease-in-out infinite; }

  #sv_prize #top_slider .swiper-slide .maskp .bird3 {
    animation: fly3_mb 4s ease-in-out infinite; }

  #sv_prize #top_slider .swiper-slide .maskp .birdˋ {
    animation: fly4_mb 4s ease-in-out infinite; } }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@keyframes fly1 {
  0% {
    transform: translateX(-240%) translateY(-160%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-240%) translateY(calc(-160% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-240%) translateY(-160%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-240%) translateY(calc(-160% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-240%) translateY(-160%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly1_mb {
  0% {
    transform: translateX(-50%) translateY(-190%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-50%) translateY(calc(-190% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-50%) translateY(-190%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-50%) translateY(calc(-190% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-50%) translateY(-190%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly2 {
  0% {
    transform: translateX(200%) translateY(-20%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(200%) translateY(calc(-20% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(200%) translateY(-20%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(200%) translateY(calc(-20% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(200%) translateY(-20%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly2_mb {
  0% {
    transform: translateX(-50%) translateY(-130%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-50%) translateY(calc(-130% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-50%) translateY(-130%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-50%) translateY(calc(-130% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-50%) translateY(-130%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly3 {
  0% {
    transform: translateX(-295%) translateY(-60%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-295%) translateY(calc(-60% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-295%) translateY(-60%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-295%) translateY(calc(-60% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-295%) translateY(-60%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly3_mb {
  0% {
    transform: translateX(-50%) translateY(-135%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-50%) translateY(calc(-135% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-50%) translateY(-135%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-50%) translateY(calc(-135% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-50%) translateY(-135%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly4 {
  0% {
    transform: translateX(-45%) translateY(-200%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-45%) translateY(calc(-200% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-45%) translateY(-200%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-45%) translateY(calc(-200% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-45%) translateY(-200%) rotate(0deg);
    /* 結束回到原位 */ } }
@keyframes fly4_mb {
  0% {
    transform: translateX(-45%) translateY(-135%) rotate(0deg);
    /* 起始位置 */ }
  25% {
    transform: translateX(-45%) translateY(calc(-135% - 20px)) rotate(-5deg);
    /* 向上浮動 + 輕微左傾 */ }
  50% {
    transform: translateX(-45%) translateY(-135%) rotate(0deg);
    /* 回到中間 */ }
  75% {
    transform: translateX(-45%) translateY(calc(-135% - 15px)) rotate(5deg);
    /* 再次向上 + 右傾 */ }
  100% {
    transform: translateX(-45%) translateY(-135%) rotate(0deg);
    /* 結束回到原位 */ } }
#my_award {
  background-image: url(../images/award/bk2.png);
  background-size: auto 100%;
  padding-bottom: 100px; }
  #my_award .top {
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px; }
    #my_award .top h3 {
      color: #666666;
      text-align: center;
      font-size: 50px;
      margin-bottom: 1.5em;
      text-transform: uppercase; }
    #my_award .top .invite {
      text-align: center;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
      color: #666666;
      font-size: 20px;
      line-height: 2em; }
  #my_award .center .pic {
    max-width: 900px;
    margin: auto;
    padding: 0 15px; }
    #my_award .center .pic img {
      display: block;
      width: 100%; }
  #my_award .center h3 {
    display: none; }
  #my_award .pic img {
    display: block;
    width: 100%; }
  #my_award .spec {
    padding-top: 10px; }
    #my_award .spec > div {
      padding: 5px 0;
      text-align: center;
      font-size: 14px; }
      #my_award .spec > div.pd1 {
        color: #C78500; }
      #my_award .spec > div.pd2 {
        color: #666666; }
      #my_award .spec > div.pd3 {
        color: #802D00; }

.mb_only {
  display: none; }

@media (max-width: 450px) {
  #my_award > .pic.pc_only {
    display: none; }

  .mb_only {
    display: block; }

  #my_award > .pic {
    background-image: url(../images/award/three.png);
    width: 100%;
    background-size: 129% auto;
    background-position: center;
    padding-bottom: 30px; } }
#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; } }
/*
*    ... Vote Form ...
*/
#ex_vote.modal a.close-modal {
  top: -35px;
  right: -35px; }

.blocker {
  padding: 100px 20px !important; }

#ex_vote .term_area #inner_box h3 {
  text-align: center; }

#ex_term {
  background: #F7E7C2;
  min-width: 900px;
  padding: 30px 50px;
  font-size: 24px;
  border-radius: 0px;
  max-width: none; }
  #ex_term h3 {
    color: #C78500;
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
    line-height: 1.2; }
  #ex_term p {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 20px; }
  #ex_term a.close-modal {
    top: -35px;
    right: -35px;
    background-image: url(../images/award/cross.png) !important; }

#ex_vote {
  background: #F7E7C2;
  min-width: 900px;
  padding: 30px 50px;
  font-size: 24px;
  border-radius: 0px;
  max-width: none; }
  #ex_vote .eout2 {
    display: none; }
  #ex_vote .eout2.open {
    display: block; }
  #ex_vote > h3 {
    color: #C78500;
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    padding-top: 20px; }
  #ex_vote .success {
    background: #92ffaa;
    color: #333;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 1px 5px #d3d3d3; }
  #ex_vote .errors {
    background: #ffdb92;
    box-shadow: 0px 1px 5px #d3d3d3;
    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 #f5 {
    padding: 5px;
    background: #fff; }
  #ex_vote .action {
    display: flex;
    justify-content: space-around; }
    #ex_vote .action .actionc {
      color: #fff;
      background: #AAAAAA;
      box-shadow: 3px 3px 0px 0px #999999;
      width: 200px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px; }
    #ex_vote .action .actionp {
      color: #fff;
      background: #FFAA00;
      box-shadow: 3px 3px 0px 0px #A87000;
      width: 200px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px; }
  #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: #fff;
      padding: 0;
      border: 1px solid #D9D9D9;
      padding: 0; }
    #ex_vote .field .container:hover input ~ .checkmark {
      background-color: #fff; }
    #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: inline-block; }
      #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 {
      font-size: 20px;
      color: #EA0029;
      border: 0px;
      transform: scale(1);
      transition: 0.3s;
      cursor: pointer;
      line-height: 1em; }
  #ex_vote .myform {
    display: flex;
    flex-wrap: wrap; }
    #ex_vote .myform label {
      font-size: 20px;
      display: flex;
      margin-bottom: 10px;
      white-space: nowrap;
      align-items: flex-end; }
      #ex_vote .myform label span {
        padding-left: 20px;
        display: inline-block;
        color: #FF8300;
        font-size: 12px; }
    #ex_vote .myform .w100 {
      width: 100%; }
    #ex_vote .myform .w50 {
      width: 50%; }
    #ex_vote .myform .w100,
    #ex_vote .myform .w50 {
      padding: 0 15px;
      box-sizing: border-box;
      display: block; }
      #ex_vote .myform .w100 div,
      #ex_vote .myform .w50 div {
        display: block; }
      #ex_vote .myform .w100 input,
      #ex_vote .myform .w50 input {
        border: 1px solid #D9D9D9;
        width: 100%;
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box; }
      #ex_vote .myform .w100 textarea,
      #ex_vote .myform .w50 textarea {
        width: 100%;
        display: block;
        font-size: 16px;
        box-sizing: border-box;
        border: 1px solid #D9D9D9;
        padding: 15px;
        min-height: 150px; }

#ex_vote .myform .field .captcha {
  display: flex;
  align-items: center; }
  #ex_vote .myform .field .captcha input {
    width: 220px;
    margin-right: 20px; }
  #ex_vote .myform .field .captcha > div {
    background: #00000033;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px; }

#ex_vote .term_area {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  border: 1px solid #d1d5db;
  padding: 10px 15px;
  background: #fff;
  box-sizing: border-box; }
  #ex_vote .term_area h3 {
    font-size: 24px;
    margin: 20px 0; }
  #ex_vote .term_area #inner_box {
    line-height: 1.8em;
    font-size: 16px; }
    #ex_vote .term_area #inner_box p {
      margin-bottom: 1em; }

@media (max-width: 900px) {
  #ex_term,
  #ex_vote {
    min-width: auto; } }
@media (max-width: 768px) {
  #ex_vote .myform label {
    font-size: 18px; }

  #sv_prize .main_ext .bird1 {
    display: none; }

  #sv_prize .main_ext {
    width: 100%;
    overflow-x: hidden; }

  .text-silhouette {
    font-size: 40px; }

  .bottom_mist {
    height: 160px;
    bottom: -2px; }

  #ex_vote.modal a.close-modal {
    top: -35px;
    right: 5px; }

  #ex_vote .myform .w50 {
    width: 100%; }

  #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; } }
@media (max-width: 450px) {
  #ex_term h3,
  #ex_vote h3 {
    font-size: 30px; }

  #ex_vote .action .actionc {
    margin-bottom: 20px; } }
#old_award .grid .grid-item .box {
  position: relative;
  background: #f5ece5;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 6px; }

#old_award {
  padding-bottom: 100px;
  max-width: 1690px;
  width: 100%;
  padding: 0px 15px 0px;
  box-sizing: border-box;
  margin: auto; }
  #old_award h3 {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid  #D9D9D9;
    color: #666666;
    text-align: center;
    font-size: 50px;
    margin-bottom: 1.5em;
    text-transform: uppercase; }
  #old_award .grid .grid-item {
    width: calc(25%);
    padding: 3px;
    box-sizing: border-box; }
    #old_award .grid .grid-item img {
      display: block;
      width: 100%; }

.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; }

#my_award .top h3 br {
  display: none; }

@media (max-width: 768px) {
  #my_award .top h3 br {
    display: block; }

  #my_award .top h3 {
    font-size: 30px;
    line-height: 1.5; }

  .pic1 {
    width: 150px;
    height: 90px;
    margin-top: 50px;
    z-index: 0; }

  .pic2 {
    width: 150px;
    height: 80px;
    bottom: 50px;
    z-index: -1; } }
@media (max-width: 450px) {
  #old_award .grid .grid-item {
    width: 100%; }

  .grid-item.pc_only {
    display: none; }

  #my_award > .pic {
    width: 100%;
    background-size: 129% auto;
    background-position: center;
    padding-bottom: 30px;
    padding-top: 30px;
    background-repeat: no-repeat; }

  #my_award > .pic img {
    opacity: 0; }

  #my_award .center .pic {
    display: none; }

  #my_award .center h3,
  #my_award .center h3 {
    display: block;
    color: #C78500;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-style: italic;
    text-transform: uppercase; }

  #my_award {
    background-image: url(../images/award/bk2.png);
    background-size: 160% auto;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center 65%; }

  #my_award .top .invite {
    font-size: 16px;
    padding: 0 15px; }

  .action .vote_it {
    max-width: 320px; }

  #old_award h3 {
    font-size: 36px; } }
/*  Custom Select  */
/* The container must be positioned relative: */
/* Container for the custom select */
.custom-select {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif; }

/* Hide default select styling */
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 16px; }

/* Arrow for dropdown */
.custom-select::after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  pointer-events: none;
  font-size: 17px; }

/* Hover and focus effects */
.custom-select select:hover,
.custom-select select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3); }

/* Style for options (limited styling possible with pure CSS) */
.custom-select select option {
  padding: 10px;
  background: #fff;
  color: #333; }

.blocker {
  z-index: 8 !important; }

/*# sourceMappingURL=style.css.map */

.honor_wd{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #009DFF;
  line-height: 35px;
}
.honor_wd span {
 font-size: 28px;
}
.honor_wd.pc_only {
  display: block; 
}

.honor_wd.mb_only {
    display: none;
}
.camera{
    right: 40px;
    position: fixed;
    z-index: 30;
    bottom: 170px;
    max-width: 252px;
    display: block;
}


.camera img{
  width: 100%;
  display: block;
}

@media (max-width:768px) {
  .camera{
    display:none;
  }
  .honor_wd{
    padding-top:0.8em;
    font-size: 14px;
    color: #009DFF;
    line-height:20px;
  }
  .honor_wd span {
    font-size: 14px;
  }

  .honor_wd.pc_only {
      display: none;
  }

  .honor_wd.mb_only {
      display: block;
  }
}

.winner {
  width: 90%;
  margin: 50px auto 50px;
}

.winner h3 {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 50px;
  margin: 1.5rem 0;
  text-transform:uppercase;
}

.winnerList {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.winnerList img {
  width: 100%;
}

.winnerList > div {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width:768px) {
  .winner h3 {
    font-size: 30px;
  }
  .winnerList {
    grid-template-columns: repeat(2,1fr);
  }
}