@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[v-cloak] {
  display: none;
}

html {
  background-color: #000;
}

html,
body {
  font-family: "Noto Serif TC", sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem;
}
html.overFlowHidden,
body.overFlowHidden {
  overflow: hidden;
}

#app {
  overflow: hidden;
}

.area-table {
  padding: 0 16px;
  min-width: 320px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .area-table {
    margin: 0 auto;
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
.area-table.area-table-full {
  padding: 0;
}
.area-table main article .info-wrap.bg-black {
  background-color: rgb(0, 0, 0);
}
.area-table main article .info-wrap .section-area {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .area-table main article section {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.area-table main article section .section-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .area-table main article section .section-area {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .area-table main article section .section-area {
    width: 100%;
    max-width: 1170px;
    margin: auto;
  }
}

.wrap-Btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrap-Btn .Btn {
  margin-left: 10px;
}
.wrap-Btn .Btn:first-child {
  margin-left: 0;
}

.table-P0 {
  padding: 0;
}

.table-title {
  font-size: 17px;
  font-size: 15px;
  font-size: 0.9375rem;
}

h1,
h2 {
  display: none;
}

.btn-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.btn-style li {
  height: 60px;
  position: relative;
}
.btn-style li a {
  height: 60px;
  color: #e7ff00;
  background-color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 900;
  border: 1px solid rgb(231, 255, 0);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-style li a span {
  display: block;
}
.btn-style li.active a {
  color: #000;
  background-color: rgb(231, 255, 0);
  border: 1px solid rgb(231, 255, 0);
}
@media screen and (min-width: 1024px) {
  .btn-style li.active:hover a {
    color: #000;
    background-color: rgb(231, 255, 0);
    border: 1px solid rgb(231, 255, 0);
  }
}
@media screen and (min-width: 1024px) {
  .btn-style li:hover a {
    background-color: #2E3100;
  }
}
.btn-style li.btn-tv-prog a {
  color: #ff8e28 !important;
  border: 1px solid #4a280b !important;
}
@media screen and (min-width: 1024px) {
  .btn-style li.btn-tv-prog:hover a {
    background-color: #3d2109 !important;
    border: 1px solid #A15819 !important;
  }
}
.btn-style li.btn-tv-prog.active a {
  color: #000 !important;
  background-color: #ff8e28 !important;
  border: 1px solid #ff8d29 !important;
}
.btn-style li.btn-tv-drama a {
  color: #c579ff !important;
  border: 1px solid #3f2552 !important;
}
@media screen and (min-width: 1024px) {
  .btn-style li.btn-tv-drama:hover a {
    background-color: #311d40 !important;
    border: 1px solid #502F68 !important;
  }
}
.btn-style li.btn-tv-drama.active a {
  color: #000 !important;
  background-color: #c579ff !important;
  border: 1px solid #c579ff !important;
}
.btn-style li.btn-radio a {
  color: #5c9fff !important;
  border: 1px solid #1a2f4a !important;
}
@media screen and (min-width: 1024px) {
  .btn-style li.btn-radio:hover a {
    background-color: #122033 !important;
    border: 1px solid #233E5F !important;
  }
}
.btn-style li.btn-radio.active a {
  color: #000 !important;
  background-color: #5c9fff !important;
  border: 1px solid #5c9fff !important;
}
.btn-style li.black_Tcolor a {
  color: #333;
}
.btn-style.finals_btn li {
  height: 40px;
}
.btn-style.finals_btn li a {
  height: 40px;
  padding: 4px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .hoverPointer {
    cursor: pointer;
  }
}

picture img {
  display: flex;
}

.bg-wrap {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -999999;
  background-image: url("../images/bg/mobile@3x.jpg");
}
@media screen and (min-width: 768px) {
  .bg-wrap {
    background-image: url("../images/bg/bg.jpg");
  }
}
.bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.close-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99999;
  display: none;
}
.close-bg.open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .close-bg.open {
    display: none;
  }
}

.btn_nav_bar {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  padding: 6px;
  box-sizing: border-box;
}
.btn_nav_bar .btn_line {
  width: 24px;
  height: 1px;
  background: #e7ff00;
  margin-top: 5px;
  transition: 0.5s;
}
.btn_nav_bar .btn_line:nth-child(1) {
  margin-top: 0;
}
.btn_nav_bar .btn_line:nth-child(3) {
  width: 15px;
}

.btn_nav_close {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 6px;
  box-sizing: border-box;
}
.btn_nav_close::before, .btn_nav_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background: #e7ff00;
}
.btn_nav_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_nav_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.background-container3 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* 動畫定義 */
  /* 漸層背景 */
  /* 故障圖案背景 */
  /* 故障線條層 */
  /* 故障方塊層 */
}
@keyframes glitch {
  0%, 100% {
    opacity: 0.3;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-2px);
  }
  40% {
    opacity: 0.5;
    transform: translateX(2px);
  }
  60% {
    opacity: 1;
    transform: translateX(-1px);
  }
  80% {
    opacity: 0.7;
    transform: translateX(1px);
  }
}
@keyframes glitchBlock {
  0%, 100% {
    opacity: 0.2;
    transform: translateX(0) scaleX(1);
  }
  25% {
    opacity: 0.8;
    transform: translateX(-3px) scaleX(0.8);
  }
  50% {
    opacity: 0.4;
    transform: translateX(3px) scaleX(1.2);
  }
  75% {
    opacity: 0.9;
    transform: translateX(-1px) scaleX(0.9);
  }
}
.background-container3 .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(88, 28, 135, 0.15) 0%, rgba(147, 51, 234, 0.08) 100%);
}
.background-container3 .glitch-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: linear-gradient(90deg, #A78BFA 2px, transparent 2px), linear-gradient(90deg, #8B5CF6 1px, transparent 1px);
  background-size: 80px 6px, 120px 3px;
  background-position: 0 0, 30px 15px;
}
.background-container3 .glitch-lines {
  position: absolute;
  inset: 0;
  opacity: 0.25;
}
.background-container3 .glitch-line {
  position: absolute;
  height: 2px;
  background: #A78BFA;
  animation: glitch 2s infinite;
}
.background-container3 .glitch-blocks {
  position: absolute;
  inset: 0;
  opacity: 0.15;
}
.background-container3 .glitch-block {
  position: absolute;
  background: #C4B5FD;
  animation: glitchBlock 3s infinite;
}

.background-container2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* 動畫定義 */
  /* 漸層背景 */
  /* 動態像素網格 */
  /* 動態像素方塊 */
  /* 動態像素條紋 */
  /* 大型動態像素塊 */
  /* 浮動動畫 */
}
@keyframes pixelFlicker {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  25% {
    opacity: 0.8;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.1;
    transform: scale(0.9);
  }
  75% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}
@keyframes pixelFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pixelPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}
.background-container2 .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(251, 146, 60, 0.12) 0%, rgba(249, 115, 22, 0.16) 50%, rgba(234, 88, 12, 0.08) 100%);
}
.background-container2 .pixel-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(15, 1fr);
  opacity: 0.3;
}
.background-container2 .pixel-cell {
  border: 1px solid rgba(251, 146, 60, 0.15);
}
.background-container2 .pixel-glow {
  background: rgba(251, 146, 60, 0.25);
}
.background-container2 .pixel-flicker {
  background: rgba(249, 115, 22, 0.2);
  animation: pixelFlicker ease-in-out infinite;
}
.background-container2 .pixel-pulse {
  background: rgba(251, 191, 36, 0.15);
  animation: pixelPulse ease-in-out infinite;
}
.background-container2 .pixel-blocks {
  position: absolute;
  inset: 0;
}
.background-container2 .pixel-block {
  position: absolute;
  border-radius: 2px;
}
.background-container2 .pixel-orange {
  background: rgba(251, 146, 60, 0.4);
}
.background-container2 .pixel-amber {
  background: rgba(251, 191, 36, 0.35);
}
.background-container2 .pixel-yellow {
  background: rgba(250, 204, 21, 0.3);
}
.background-container2 .pixel-orange-light {
  background: rgba(253, 186, 116, 0.45);
}
.background-container2 .pixel-stripes {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
.background-container2 .pixel-stripe {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(251, 146, 60, 0.2), transparent);
  animation: pixelPulse ease-in-out infinite;
}
.background-container2 .big-pixels {
  position: absolute;
  inset: 0;
  opacity: 0.15;
}
.background-container2 .big-pixel {
  position: absolute;
  background: rgba(251, 146, 60, 0.25);
  border-radius: 4px;
  animation: pixelFlicker ease-in-out infinite;
}
.background-container2 .float-animation {
  animation: pixelFloat ease-in-out infinite;
}

.background-container1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* 動畫定義 */
  /* 漸層背景 */
  /* 同心圓信號效果 */
  /* 中心點1樣式 */
  /* 中心點2樣式 */
  /* 中心點3樣式 */
  /* 頻率條 */
  /* 連接線 */
}
@keyframes signalPulse {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes frequencyBar {
  0%, 100% {
    height: 20%;
  }
  50% {
    height: 80%;
  }
}
.background-container1 .gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(30, 64, 175, 0.12) 50%, rgba(147, 197, 253, 0.08) 100%);
}
.background-container1 .signal-container {
  position: absolute;
  inset: 0;
}
.background-container1 .signal-point {
  position: absolute;
}
.background-container1 .signal-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
}
.background-container1 .signal-ring {
  position: absolute;
  border: 2px solid;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: signalPulse ease-in-out infinite;
}
.background-container1 .signal-point-1 {
  top: 20%;
  left: 15%;
}
.background-container1 .signal-point-1 .signal-center {
  width: 16px;
  height: 16px;
  background: rgba(59, 130, 246, 0.6);
}
.background-container1 .signal-point-1 .signal-ring {
  border-color: rgba(59, 130, 246, 0.4);
}
.background-container1 .signal-point-2 {
  top: 60%;
  right: 20%;
}
.background-container1 .signal-point-2 .signal-center {
  width: 12px;
  height: 12px;
  background: rgba(34, 211, 238, 0.5);
}
.background-container1 .signal-point-2 .signal-ring {
  border-color: rgba(34, 211, 238, 0.35);
}
.background-container1 .signal-point-3 {
  top: 75%;
  left: 60%;
}
.background-container1 .signal-point-3 .signal-center {
  width: 8px;
  height: 8px;
  background: rgba(147, 197, 253, 0.4);
}
.background-container1 .signal-point-3 .signal-ring {
  border-color: rgba(147, 197, 253, 0.25);
}
.background-container1 .frequency-container {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.background-container1 .frequency-bars {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 128px;
}
.background-container1 .frequency-bar {
  width: 8px;
  background: rgba(59, 130, 246, 0.3);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  animation: frequencyBar ease-in-out infinite;
}
.background-container1 .connection-lines {
  position: absolute;
  inset: 0;
  opacity: 0.4;
}
.background-container1 .connection-svg {
  width: 100%;
  height: 100%;
}
.background-container1 .connection-line {
  animation: lineOpacity ease-in-out infinite;
}
@keyframes lineOpacity1 {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes lineOpacity2 {
  0%, 100% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes lineOpacity3 {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.25;
  }
}
.background-container1 .line-1 {
  animation: lineOpacity1 4s infinite;
}
.background-container1 .line-2 {
  animation: lineOpacity2 5s infinite;
}
.background-container1 .line-3 {
  animation: lineOpacity3 6s infinite;
}

.background_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: -999;
  background: #000;
}
.background_wrap .background-container1,
.background_wrap .background-container2,
.background_wrap .background-container3 {
  opacity: 0;
}

.background_wrap .background-container1 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 0s;
  /* 延遲 1 秒 */
  animation-timing-function: ease-in-out;
  /* 慢速開始和結束 */
  animation-iteration-count: infinite;
  /* 無限次播放 */
}
.background_wrap .background-container2 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 5s;
  /* 延遲 1 秒 */
  animation-timing-function: ease-in-out;
  /* 慢速開始和結束 */
  animation-iteration-count: infinite;
  /* 無限次播放 */
}
.background_wrap .background-container3 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 10s;
  /* 延遲 1 秒 */
  animation-timing-function: ease-in-out;
  /* 慢速開始和結束 */
  animation-iteration-count: infinite;
  /* 無限次播放 */
}

@keyframes bg_wrap {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.kv-wrap {
  width: 100%;
}
.kv-wrap .section-area {
  width: 100%;
  margin-top: 40px !important;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .section-area {
    display: flex;
    align-items: center;
    margin-top: 80px !important;
  }
}
.kv-wrap .kv-area {
  animation-name: kv-poster;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-area {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
.kv-wrap .kv-area .kv-poster {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2682215743%;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-area .kv-poster {
    padding-bottom: 533px;
    max-width: 300px;
    max-height: 533px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-area .kv-poster {
    padding-bottom: 676px;
    max-width: 380px;
    max-height: 676px;
    margin: auto;
  }
}
.kv-wrap .kv-area .kv-poster .poster1,
.kv-wrap .kv-area .kv-poster .poster2,
.kv-wrap .kv-area .kv-poster .poster3 {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(231, 255, 0, 0.5);
  overflow: hidden;
}
.kv-wrap .kv-area .kv-poster .poster1 img,
.kv-wrap .kv-area .kv-poster .poster2 img,
.kv-wrap .kv-area .kv-poster .poster3 img {
  width: 100%;
}
.kv-wrap .kv-area .kv-poster .poster1 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kv-wrap .kv-area .kv-poster .poster2 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kv-wrap .kv-area .kv-poster .poster3 {
  animation-name: bg_wrap;
  animation-duration: 15s;
  animation-delay: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.kv-wrap .kv-info-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap {
    width: 50%;
    margin-top: 0;
  }
}
.kv-wrap .kv-info-wrap .kv-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-info-wrap .kv-title-box {
    align-items: flex-start;
  }
}
.kv-wrap .kv-info-wrap .kv-title-box .title1 {
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  background-color: #e7ff00;
  border-radius: 10px;
  padding: 8px 20px;
  box-sizing: border-box;
  display: inline-block;
}
.kv-wrap .kv-info-wrap .kv-title-box .title2 {
  font-weight: 900;
  color: #e7ff00;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.3em;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-info-wrap .kv-title-box .title2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.kv-wrap .kv-info-wrap .kv-title-box .title3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  color: #f7f7f7;
  line-height: 1.3em;
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-info-wrap .kv-title-box .title3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list {
  margin-top: 10px;
  margin-left: 20px;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  position: relative;
  margin-left: 32px;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span:nth-child(1) {
  margin-left: 0;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.radio {
  color: #5ca0ff;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.radio::before {
  background-color: #5ca0ff;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.program {
  color: #ff8d29;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.program::before {
  background-color: #ff8d29;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.drama {
  color: #c579ff;
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.drama::before {
  background-color: #c579ff;
}
.kv-wrap .kv-info-wrap .kv-info-box {
  margin-top: 30px;
  background: rgb(0, 0, 0);
  border: 1px solid rgb(46, 51, 0);
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .kv-info-box {
    padding: 30px;
  }
}
.kv-wrap .kv-info-wrap .kv-info-box .kv-info-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  color: #e7ff00;
}
.kv-wrap .kv-info-wrap .kv-info-box .kv-info-sub-title {
  color: #e7ff00;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item {
  margin-top: 30px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item:nth-child(1) {
  margin-top: 20px;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E7FF00;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.radio::before {
  background-color: #5ca0ff;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.radio .kv-info-sub-title {
  color: #5c9fff;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.program::before {
  background-color: #ff8e28;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.program .kv-info-sub-title {
  color: #ff8e28;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.drama::before {
  background-color: #c579ff;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item.drama .kv-info-sub-title {
  color: #c579ff;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item .kv-info-sub-title {
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item .kv-info {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: calc(1.5em + 4px);
  color: #f7f7f7;
  margin-top: 10px;
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list {
  display: flex;
  margin: 30px auto 0;
  padding: 0;
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li {
  width: calc((100% - 30px) / 4);
  height: 43px;
  margin-left: 10px;
  list-style-type: none;
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li:nth-child(1) {
  margin-left: 0;
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li a {
  width: 100%;
  height: 100%;
  color: #e7ff00;
  font-weight: 900;
  border: 1px solid #e7ff00;
  border-radius: 50px;
  background-color: #000;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .year-list-wrap .year-list li:hover a {
    background-color: #2E3100;
  }
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li.active a {
  color: #000;
  background-color: #E7FF00;
  border: 1px solid #E7FF00;
}
.kv-wrap .kv-info-wrap .history-list {
  margin: 30px auto 0;
  padding: 0;
}
.kv-wrap .kv-info-wrap .history-list > li {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.kv-wrap .kv-info-wrap .history-list > li:nth-child(1) {
  margin-top: 0;
}
.kv-wrap .kv-info-wrap .history-list > li .btn-style {
  width: calc(100% - 60px - 20px);
  margin: 0 20px 0 0;
  padding: 0;
}
.kv-wrap .kv-info-wrap .history-list > li > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8e28;
  border-radius: 10px;
}
.kv-wrap .kv-info-wrap .history-list > li > a.tv-prog {
  background-color: #ff8e28;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .history-list > li > a.tv-prog:hover {
    background-color: #F57400;
  }
}
.kv-wrap .kv-info-wrap .history-list > li > a.tv-drama {
  background-color: #c579ff;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .history-list > li > a.tv-drama:hover {
    background-color: #a95bff;
  }
}
.kv-wrap .kv-info-wrap .history-list > li > a.radio {
  background-color: #5ca0ff;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .history-list > li > a.radio:hover {
    background-color: #4a8bdc;
  }
}

@keyframes kv-poster {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  35% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.header-wrap {
  display: flex;
}
.header-wrap .mobile-header {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgb(79, 79, 79);
}
@media screen and (min-width: 1024px) {
  .header-wrap .mobile-header {
    display: none;
  }
}
.header-wrap .logo {
  width: 86px;
}
.header-wrap .logo a {
  display: flex;
}
.header-wrap .logo a img {
  width: 100%;
}
.header-wrap .nav-bar {
  background: conic-gradient(from 180deg at 50% 50%, #FF8787 0deg, #F34D4D 101.25deg, #FF8787 191.25deg, #F34D4D 288.75deg, #FF8787 360deg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  font-size: 1.75rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header-wrap .nav-bar {
    display: none;
  }
}
.header-wrap .vote {
  position: fixed;
  width: 60px;
  top: 50px;
  right: 8px;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .header-wrap .vote {
    width: 70px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    top: unset;
    right: unset;
    margin-left: -398px;
  }
}
@media screen and (min-width: 1280px) {
  .header-wrap .vote {
    margin-left: -553px;
  }
}
@media screen and (min-width: 1440px) {
  .header-wrap .vote {
    width: 80px;
  }
}
.header-wrap .vote a {
  display: block;
}
.header-wrap .vote img {
  width: 100%;
}
.header-wrap .vote img.vote-title {
  display: flex;
  margin-top: -10px;
}
.header-wrap .icon-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 99;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-wrap .icon-wrap {
    display: block;
    bottom: auto;
    top: calc(50% - 60px);
    right: 10px;
  }
}
.header-wrap .icon-wrap li {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .header-wrap .icon-wrap li {
    padding: 0;
    margin-bottom: 15px;
  }
}
.header-wrap .icon-wrap li:first-child {
  margin-top: 0;
}
.header-wrap .icon-wrap li a {
  width: 40px;
  height: 40px;
  display: block;
}
.header-wrap .icon-wrap li img {
  width: 100%;
}
.header-wrap .icon-wrap li:nth-child(1) a {
  background-image: image-set(url("../images/icon/facebook.png") 1x, url("../images/icon/facebook@2x.png") 2x, url("../images/icon/facebook@3x.png") 3x);
}
.header-wrap .icon-wrap li:nth-child(1):hover a {
  background-image: image-set(url("../images/icon/facebook_hover.png") 1x, url("../images/icon/facebook_hover@2x.png") 2x, url("../images/icon/facebook_hover@3x.png") 3x);
}
.header-wrap .icon-wrap li:nth-child(2) a {
  background-image: image-set(url("../images/icon/youtube.png") 1x, url("../images/icon/youtube@2x.png") 2x, url("../images/icon/youtube@3x.png") 3x);
}
.header-wrap .icon-wrap li:nth-child(2):hover a {
  background-image: image-set(url("../images/icon/youtube_hover.png") 1x, url("../images/icon/youtube_hover@2x.png") 2x, url("../images/icon/youtube_hover@3x.png") 3x);
}
.header-wrap .icon-wrap li:nth-child(3) a {
  background-image: image-set(url("../images/icon/instagram.png") 1x, url("../images/icon/instagram@2x.png") 2x, url("../images/icon/instagram@3x.png") 3x);
}
.header-wrap .icon-wrap li:nth-child(3):hover a {
  background-image: image-set(url("../images/icon/instagram_hover.png") 1x, url("../images/icon/instagram_hover@2x.png") 2x, url("../images/icon/instagram_hover@3x.png") 3x);
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: url("../images/nav/bg_mobile.png");
  background-repeat: no-repeat;
  background-size: 315px auto;
  border-radius: 20px 0 0 20px;
  transition-duration: 0.5s;
  z-index: -99999;
  opacity: 0;
}
nav.open {
  z-index: 99999;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  nav {
    right: 0;
    background: transparent;
    position: static;
    width: 100%;
    z-index: 99999;
    opacity: 1;
    backdrop-filter: none;
  }
}

.nav-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .nav-wrap {
    position: static;
  }
}
.nav-wrap .logo-nav {
  margin: 70px auto 0;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav {
    margin: 0;
    border-bottom: 1px solid rgb(46, 51, 0);
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav a {
    display: inline-block;
    margin: 20px;
  }
}
.nav-wrap .logo-nav img {
  width: 150px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav img {
    width: 120px;
  }
}
.nav-wrap .btn-nav-close {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 36px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-size: 1.6875rem;
  background: conic-gradient(from 180deg at 50% 50%, #FF8787 0deg, #F34D4D 101.25deg, #FF8787 191.25deg, #F34D4D 288.75deg, #FF8787 360deg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .btn-nav-close {
    display: none;
  }
}
.nav-wrap .nav-list-box {
  width: 280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 20px;
  }
}
.nav-wrap .nav-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list:nth-child(2) {
    margin-top: 6px;
  }
}
.nav-wrap .nav-list li {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li {
    margin-top: 6px;
    border-radius: 10px;
  }
}
.nav-wrap .nav-list li:nth-child(1) {
  margin-top: 0;
}
.nav-wrap .nav-list li a,
.nav-wrap .nav-list li h3 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #DDD2D3;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li a,
  .nav-wrap .nav-list li h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li a {
    width: 100%;
    padding: 6px 20px;
    height: 36px;
    box-sizing: border-box;
  }
}
.nav-wrap .nav-list li .icon {
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li.active {
    background-color: rgb(231, 255, 0);
  }
}
.nav-wrap .nav-list li.active a,
.nav-wrap .nav-list li.active h3 {
  color: #E7FF00;
  text-shadow: 0px 0px 20px rgb(231, 255, 0);
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li.active a,
  .nav-wrap .nav-list li.active h3 {
    color: #000;
  }
}
.nav-wrap .nav-list li.active .icon {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li:hover {
    background-color: rgb(231, 255, 0);
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li:hover a,
  .nav-wrap .nav-list li:hover h3 {
    color: #000;
  }
}
.nav-wrap .icon-wrap {
  list-style-type: none;
  margin: 0px auto 0;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-evenly;
  width: 280px;
  border-top: 1px solid rgb(79, 79, 79);
}
@media screen and (min-width: 1024px) {
  .nav-wrap .icon-wrap {
    display: none;
  }
}
.nav-wrap .icon-wrap li {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .icon-wrap li {
    padding: 0;
    margin-bottom: 15px;
  }
}
.nav-wrap .icon-wrap li:first-child {
  margin-left: 0;
}
.nav-wrap .icon-wrap li img {
  width: 100%;
}

.nav-bell {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

@media screen and (min-width: 1024px) {
  main {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  main aside {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-image: url("../images/bg/aside@2x.png");
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid rgb(46, 51, 0);
  }
}
main aside .logo {
  width: 150px;
  height: 40px;
  margin-left: 8px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main aside .logo {
    display: none;
  }
}
main aside .logo a {
  display: inline-block;
}
main aside .logo img {
  width: 100%;
  display: block;
}
main article {
  width: 100%;
  margin-top: 56px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  main article {
    margin-top: 0px;
    width: 100%;
  }
}
.loding-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
@keyframes KV_Pic {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.banner-wrap {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.banner-wrap .banner-area {
  width: 100%;
  max-width: 860px;
  margin: auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #2e3300;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.banner-wrap .owl-carousel {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.go-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  box-sizing: border-box;
  display: none;
  border-radius: 50%;
  background-image: image-set(url("../images/icon/top.png") 1x, url("../images/icon/top@2x.png") 2x, url("../images/icon/top@3x.png") 3x);
}
@media screen and (min-width: 1024px) {
  .go-top {
    padding: 0;
  }
  .go-top:hover {
    background-image: image-set(url("../images/icon/top_hover.png") 1x, url("../images/icon/top_hover@2x.png") 2x, url("../images/icon/top_hover@3x.png") 3x);
  }
}
.go-top img {
  width: 100%;
}
.go-top.active {
  display: block;
  animation-name: goTopShow;
  animation-duration: 0.5s;
}

.footer-wrap .footer-area {
  border-top: 1px solid #454545;
  background: #000000;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .footer-wrap .footer-area {
    background: transparent;
    padding: 0;
    border: 0;
  }
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #787878;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

@keyframes goTopShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 9999;
}
.popup-wrap.epidemic {
  display: none;
}
.popup-wrap .popup-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-wrap .popup-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid rgb(255, 109, 109);
  background: rgb(255, 109, 109);
  border-radius: 10px;
  max-width: 600px;
  overflow: auto;
  max-height: 90%;
  overflow: hidden;
}
.popup-wrap .popup-area .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  border: solid 3px rgb(255, 109, 109);
  background: #fff;
  border-radius: 50%;
  color: rgb(255, 109, 109);
  box-sizing: border-box;
  z-index: 99;
}
.popup-wrap .popup-area .close-btn i {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  box-sizing: border-box;
}
.popup-wrap .popup-area .close-btn img {
  width: 100%;
}
.popup-wrap .popup-area .close-btn .btn_nav_close {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-wrap .popup-area .popup-box {
  border-radius: 6px;
  background-color: #fff;
  min-width: 300px;
  max-width: 550px;
  height: 100vh;
  min-height: 270px;
  max-height: 615px;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box {
    min-width: 500px;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box {
    padding: 15px 70px;
  }
}
.popup-wrap .popup-area .popup-box .title {
  color: #FF6D6D;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .title {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.popup-wrap .popup-area .popup-box .sub-title {
  background: #FF6D6D;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 15px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .sub-title {
    height: 40px;
    line-height: 40px;
  }
}
.popup-wrap .popup-area .popup-box .sub-title span {
  font-size: 27px;
  font-size: 1.6875rem;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .sub-title span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .sub-title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.popup-wrap .popup-area .popup-box > .mark {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FF6D6D;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.popup-wrap .popup-area .popup-box .step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list {
    flex-wrap: wrap;
  }
}
.popup-wrap .popup-area .popup-box .step-list li {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.popup-wrap .popup-area .popup-box .step-list li:nth-child(odd) {
  margin-left: 0px;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
  }
  .popup-wrap .popup-area .popup-box .step-list li:nth-child(odd) {
    margin-left: 10px;
  }
  .popup-wrap .popup-area .popup-box .step-list li:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list li {
    width: calc((100% - 20px) / 2);
  }
}
.popup-wrap .popup-area .popup-box .step-list li img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li img {
    max-width: 80px;
  }
}
.popup-wrap .popup-area .popup-box .step-list li > .mark {
  width: 100%;
  color: #FF6D6D;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li > .mark {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list li > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

#popup-vote .popup-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
#popup-vote .popup-box .title {
  font-weight: bold;
  background: radial-gradient(127.65% 1437.65% at 34.19% 35%, #44A4FD 0%, #41D5E7 39.58%, #41D5E7 64.58%, #44A4FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  height: auto;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
}
@media screen and (min-width: 600px) {
  #popup-vote .popup-box .title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
#popup-vote .popup-box .info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
#popup-vote .popup-box .info a {
  color: #f7bb34;
}

.popup-list-info-wrap .popup-area {
  border: 2px solid rgb(46, 51, 0);
  box-shadow: 0px 0px 20px 0px rgba(231, 255, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: url(../images/popup/list-popup-bg@2x.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.popup-list-info-wrap .popup-area .close-btn {
  border: 0;
  background: transparent;
}
.popup-list-info-wrap .popup-area .popup-box {
  padding: 0px 15px 50px;
  margin-top: 50px;
  overflow: auto;
  height: 100vh;
  max-height: 500px;
  background-color: transparent;
}
.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar {
  width: 8px;
}
.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 0 0px 0;
}
.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #50575b;
}
.popup-list-info-wrap .popup-area .popup-box img {
  width: 100%;
}
.popup-list-info-wrap .popup-area .popup-box .title {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  height: auto;
  line-height: 32px; /* 160% */
  text-align: left;
  margin-top: 10px;
}
.popup-list-info-wrap .popup-area .popup-box .desc {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  margin-top: 10px;
}

#slide {
  position: relative;
}
#slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  opacity: 0;
}
#slide img:nth-child(1) {
  position: relative;
  opacity: 1;
}

main article .banner-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  main article .banner-wrap {
    margin-top: 130px;
  }
}
main article .banner-wrap .owl-carousel {
  width: 100%;
  overflow: hidden;
}
main article .info-wrap .section-area {
  display: flex;
  flex-direction: column;
}
main article .info-wrap {
  background: #000;
  margin-bottom: 50px;
}
main article .info-wrap.TVProg .competition-title {
  color: #FF8E28;
}
main article .info-wrap.TVProg .competition-list-wrap .title {
  color: #FF8E28;
}
main article .info-wrap.TVProg .competition-info-title {
  color: #FF8E28;
}
main article .info-wrap.TVProg .competition-info-wrap .list-info-list {
  border-left: 4px solid #FF8E28;
}
main article .info-wrap.TVProg .competition-info-wrap > li {
  border: 1px solid #4A280B;
}
main article .info-wrap.TVProg .competition-info-wrap > li > .title {
  color: #FF8E28;
}
main article .info-wrap.TvDrama .competition-title {
  color: #C579FF;
}
main article .info-wrap.TvDrama .competition-list-wrap .title {
  color: #C579FF;
}
main article .info-wrap.TvDrama .competition-info-title {
  color: #C579FF;
}
main article .info-wrap.TvDrama .competition-info-wrap .list-info-list {
  border-left: 4px solid #C579FF;
}
main article .info-wrap.TvDrama .competition-info-wrap > li {
  border: 1px solid #3f2552;
}
main article .info-wrap.TvDrama .competition-info-wrap > li > .title {
  color: #C579FF;
}
main article .info-wrap.radio .competition-title {
  color: #5C9FFF;
}
main article .info-wrap.radio .competition-list-wrap .title {
  color: #5C9FFF;
}
main article .info-wrap.radio .competition-info-title {
  color: #5C9FFF;
}
main article .info-wrap.radio .competition-info-wrap .list-info-list {
  border-left: 4px solid #5C9FFF;
}
main article .info-wrap.radio .competition-info-wrap > li {
  border: 1px solid #1a2f4a;
}
main article .info-wrap.radio .competition-info-wrap > li > .title {
  color: #5C9FFF;
}
main article .title-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
main article .title-box .competition-title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #FF8E28;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main article .title-box .competition-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main article .title-box .competition-sub-title {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #A1A1A1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main article .title-box .competition-sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
main article .competition-list-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main article .competition-list-wrap > li {
  margin-top: 30px;
}
main article .competition-list-wrap > li:nth-child(1) {
  margin-top: 0;
}
main article .competition-list-wrap .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #E7FF00;
}
main article .competition-list-wrap .title i {
  margin-right: 8px;
}
main article .competition-list-wrap .title img {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  main article .competition-list-wrap .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
main article .competition-list-wrap .list-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
main article .competition-list-wrap .list-info-list li {
  margin: 16px 8px 0;
}
main article .competition-list-wrap .list-info-list li:last-child {
  margin-right: 0;
}
main article .competition-list-wrap .list-info-list li a {
  background-color: #000000;
  border: 1px solid #454545;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 16px 20px;
  display: block;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  main article .competition-list-wrap .list-info-list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  main article .competition-list-wrap .list-info-list li a:hover {
    background-color: #454545;
  }
}
main article .competition-info-title {
  color: #FF8E28;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  main article .competition-info-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main article .competition-info-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}
main article .competition-info-wrap:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #4A280B;
  border-radius: 20px;
  margin-top: 30px;
}
main article .competition-info-wrap > li:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li > .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #FF8E28;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 900;
}
main article .competition-info-wrap > li > .title > picture {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li > .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
main article .competition-info-wrap > li .list-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-left: 4px solid #FF8E28;
  margin-top: 12px;
  margin-left: 10px;
  padding-left: 20px;
}
main article .competition-info-wrap > li .list-info-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
  margin-top: 12px;
}
main article .competition-info-wrap > li .list-info-list li:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li .list-info-list li i,
main article .competition-info-wrap > li .list-info-list li picture {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
main article .competition-info-wrap > li .list-info-list li i {
  width: 24px;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
main article .competition-info-wrap > li .list-info-list li .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  color: rgba(247, 247, 247, 0.6);
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li .list-info-list li .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main article .competition-info-wrap > li .list-info-list li .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 8px;
  color: rgba(247, 247, 247, 0.6);
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li .list-info-list li:hover i,
  main article .competition-info-wrap > li .list-info-list li:hover .title,
  main article .competition-info-wrap > li .list-info-list li:hover .desc {
    color: #FFF;
  }
}
main article .competition-info-wrap > li .list-info-list li.active .title {
  color: #e7ff00;
}
main article .competition-info-wrap > li .list-info-list li.active .desc {
  color: #e7ff00;
  margin-left: 7px;
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li .list-info-list li.active:hover .title,
  main article .competition-info-wrap > li .list-info-list li.active:hover .desc {
    text-shadow: 0px 0px 20px rgb(231, 255, 0);
  }
}

.oh {
  overflow: hidden;
}

.owl-carousel {
  display: block;
}

.owl-theme img {
  width: 100%;
  display: flex;
}

.competition-info-wrap li:target {
  scroll-margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .competition-info-wrap li:target {
    scroll-margin-top: unset;
  }
}/*# sourceMappingURL=list.css.map */