/*! 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;
}

body {
  font-family: "Arial", "Microsoft JhengHei", "PingFang TC", sans-serif;
  line-height: 1.68;
  background-color: #000;
  font-size: 16px;
  font-size: 1rem;
}

#app {
  overflow: hidden;
}

.area-table {
  padding: 0 8px;
  min-width: 320px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .area-table {
    width: 970px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1320px) {
  .area-table {
    width: 1320px;
    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: 50px;
  margin-left: 10px;
  position: relative;
}
.btn-style li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: -2px;
  background: linear-gradient(350deg, #FCD5B1 18.27%, #E7BE98 21.46%, #D6A183 25.29%, #CB9475 28.47%, #C4916C 32.3%, #C2846A 36.12%, #B28462 38.04%, #89634E 56.52%, #FCD5B1 82.02%);
  border-radius: 100px;
}
.btn-style li:first-child {
  margin-left: 0;
}
.btn-style li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #7C6F4A;
  background: linear-gradient(190deg, #976B29 0%, #D2B385 50%, #976B29 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.4), 2px 2px 6px 0px rgba(255, 255, 255, 0.5) inset;
  height: 50px;
  position: absolute;
  z-index: 9;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-style li a span {
  display: block;
}
.btn-style li.active a {
  color: #333;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5) inset;
}
@media screen and (min-width: 1024px) {
  .btn-style li:hover a {
    color: #333;
  }
}
.btn-style li.black_Tcolor a {
  color: #333;
}
.btn-style.finals_btn {
  width: 150px;
}
.btn-style.finals_btn li {
  height: 40px;
}
.btn-style.finals_btn li a {
  height: 40px;
}

@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;
  }
}

.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: 64px;
  z-index: 999;
  top: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  margin-left: -8px;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .header-wrap .mobile-header {
    display: none;
  }
}
.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: 1320px) {
  .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: 44px;
  height: 44px;
  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:hover {
    box-shadow: 0px 0px 10px 0px #FFF;
  }
}
.header-wrap .icon-wrap li:first-child {
  margin-top: 0;
}
.header-wrap .icon-wrap li img {
  width: 100%;
}

nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 250px;
  background: rgba(17, 16, 16, 0.8);
  border-radius: 20px 0 0 20px;
  transition-duration: 0.5s;
  z-index: 99999;
}
nav.open {
  right: 0;
}
@media screen and (min-width: 1024px) {
  nav {
    right: 0;
    background: transparent;
    position: static;
    width: 100%;
  }
}

.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 img {
  width: 150px;
  margin: 60px auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav img {
    width: 180px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .nav-wrap .logo-nav img {
    width: 240px;
    margin: 60px auto 0;
  }
}
.nav-wrap .btn-nav-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  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 {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
@media screen and (min-width: 1440px) {
  .nav-wrap .nav-list {
    margin: 40px 0 0;
  }
}
.nav-wrap .nav-list li {
  position: relative;
  margin-top: 8px;
}
.nav-wrap .nav-list li:first-child {
  margin-top: 0;
}
.nav-wrap .nav-list li.active a,
.nav-wrap .nav-list li.active h3 {
  color: #ecd798;
}
.nav-wrap .nav-list li.active .icon {
  display: block;
}
.nav-wrap .nav-list li a,
.nav-wrap .nav-list li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DDD2D3;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 3px;
  margin: 0;
  font-weight: normal;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li a,
  .nav-wrap .nav-list li h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.nav-wrap .nav-list li .icon {
  margin-right: 5px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li:hover a,
  .nav-wrap .nav-list li:hover h3 {
    color: #ecd798;
  }
}
.nav-wrap .icon-wrap {
  list-style-type: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .icon-wrap {
    display: none;
  }
}
.nav-wrap .icon-wrap li {
  width: 44px;
  height: 44px;
  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;
}

@media screen and (min-width: 1024px) {
  main {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  main aside {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1320px) {
  main aside {
    width: 300px;
  }
}
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: 64px;
}
@media screen and (min-width: 1024px) {
  main article {
    margin-left: 250px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1320px) {
  main article {
    margin-left: 360px;
  }
}
main article .kv-wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap {
    min-height: 700px;
    margin-top: 40px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap {
    min-height: 830px;
    margin-bottom: 0;
  }
}
main article .kv-wrap .mobile_bg_move {
  position: absolute;
  z-index: -999;
  text-align: center;
  padding: 5.5% 0;
  left: -30%;
  right: -30%;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .mobile_bg_move {
    display: none;
  }
}
main article .kv-wrap .mobile_bg_move .mobile_bg_img {
  width: 100%;
  margin: -20px auto 0;
}
main article .kv-wrap .mobile_bg_move .kv_ring1,
main article .kv-wrap .mobile_bg_move .kv_ring2 {
  width: 50%;
  height: 0;
  padding-top: 869px;
  position: absolute;
  z-index: -9;
  top: -5px;
  pointer-events: none;
}
main article .kv-wrap .mobile_bg_move .kv_ring1::before,
main article .kv-wrap .mobile_bg_move .kv_ring2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 185%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 50;
}
main article .kv-wrap .mobile_bg_move .kv_ring1 {
  transform-origin: right;
}
main article .kv-wrap .mobile_bg_move .kv_ring1::before {
  background-image: url("../images/kv-bg/outer_ring_cut1.png");
}
main article .kv-wrap .mobile_bg_move .kv_ring2 {
  transform-origin: left;
  left: calc(50% - 2px);
}
main article .kv-wrap .mobile_bg_move .kv_ring2::before {
  background-image: url("../images/kv-bg/outer_ring_cut2.png");
}
main article .kv-wrap .kv-poster {
  width: 100%;
  height: 83.56%;
  margin-bottom: 10%;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster {
    width: 280px;
    position: absolute;
    top: 205px;
    left: 0;
    z-index: 99;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-poster {
    width: 380px;
  }
}
main article .kv-wrap .kv-poster img {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster img.mobile {
    display: none;
  }
}
main article .kv-wrap .kv-poster img.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster img.pc {
    display: block;
  }
}
main article .kv-wrap .kv-poster picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
main article .kv-wrap .kv-poster picture:nth-child(1) {
  position: static;
  animation-name: KV_Pic1;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster picture:nth-child(1) {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #EED898;
  }
}
main article .kv-wrap .kv-poster picture:nth-child(2) {
  animation-name: KV_Pic2;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster picture:nth-child(2) {
    box-shadow: 0px 0px 20px 0px #EED898;
  }
}
main article .kv-wrap .kv-poster picture:nth-child(3) {
  animation-name: KV_Pic3;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster picture:nth-child(3) {
    box-shadow: 0px 0px 20px 0px #EED898;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg {
    min-height: 840px;
    left: 63px;
  }
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv_ring1 {
    width: 425px;
    height: 786px;
    position: absolute;
    left: -30px;
    top: -5px;
    margin-left: 40px;
    transform-origin: right;
    animation-name: ringMove1;
    animation-duration: 4.95s;
    animation-iteration-count: infinite;
    pointer-events: none;
  }
  main article .kv-wrap .kv-bg .kv_ring1::before {
    content: "";
    display: block;
    width: 425px;
    height: 786px;
    background-image: url("../images/kv-bg/outer_ring_cut1.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 50;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv_ring1 {
    left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv_ring2 {
    width: 425px;
    height: 786px;
    transform-origin: center;
    position: absolute;
    left: 70px;
    top: -5px;
    left: 393px;
    margin-left: 40px;
    transform-origin: left;
    animation-name: ringMove2;
    animation-duration: 4.95s;
    animation-iteration-count: infinite;
    pointer-events: none;
  }
  main article .kv-wrap .kv-bg .kv_ring2::after {
    content: "";
    display: block;
    width: 425px;
    height: 786px;
    background-image: url("../images/kv-bg/outer_ring_cut2.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 50;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv_ring2 {
    left: 493px;
  }
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-box {
    width: 461px;
    height: 671px;
    background-image: url("../images/kv-bg/inner_circle.png");
    background-repeat: no-repeat;
    background-size: 671px;
    background-position: 0 0;
    position: absolute;
    top: 50px;
    left: 100px;
    padding-left: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 50;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-box {
    left: 200px;
  }
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header,
  main article .kv-wrap .kv-bg .kv-info {
    max-width: 360px;
  }
}
main article .kv-wrap .kv-bg .kv-header > .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  color: #ECD798;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3019607843);
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
main article .kv-wrap .kv-bg .kv-header > .sub-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: 8px;
  display: flex;
  align-items: center;
  letter-spacing: 4px;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 16px;
  }
}
main article .kv-wrap .kv-bg .kv-header > .sub-title picture {
  display: flex;
}
main article .kv-wrap .kv-bg .kv-header > .sub-title picture.icon-8 {
  margin-right: 4px;
}
main article .kv-wrap .kv-bg .kv-header .line {
  height: 1px;
  background: rgba(217, 217, 217, 0.5);
  margin: 14px auto;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header .line {
    margin: 8px 0;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-header .line {
    margin: 16px 0;
  }
}
main article .kv-wrap .kv-bg .kv-info > .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
}
main article .kv-wrap .kv-bg .kv-info > .title:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    line-height: 21px;
  }
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
main article .kv-wrap .kv-bg .kv-info > .info {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
@media screen and (min-width: 1320px) {
  main article .kv-wrap .kv-bg .kv-info > .info {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}

.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_Img {
  0% {
    background-image: url(//attach.setn.com/data/gba59/images/kv-bg/tv-programming-w@2x.png);
  }
  33% {
    background-image: url(//attach.setn.com/data/gba59/images/kv-bg/radio-broadcasting-w@2x.png);
  }
  66% {
    background-image: url(//attach.setn.com/data/gba59/images/kv-bg/tv-dramatic-w@2x.png);
  }
  100% {
    background-image: url(//attach.setn.com/data/gba59/images/kv-bg/tv-programming-w@2x.png);
  }
}
@keyframes ringCircleMove {
  0% {
    z-index: -99;
  }
  49% {
    z-index: -99;
  }
  50% {
    z-index: 50;
  }
  100% {
    z-index: 50;
  }
}
@keyframes ringMove1 {
  0% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 49;
  }
  22% {
    transform: rotateY(90deg) rotateZ(0deg);
    z-index: 49;
  }
  23% {
    transform: rotateY(90deg) rotateZ(0deg);
    z-index: 51;
  }
  44% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 51;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 51;
  }
}
@keyframes ringMove2 {
  0% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 51;
  }
  22% {
    transform: rotateY(-90deg) rotateZ(0deg);
    z-index: 51;
  }
  23% {
    transform: rotateY(-90deg) rotateZ(0deg);
    z-index: 49;
  }
  44% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 49;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg);
    z-index: 49;
  }
}
.go-top {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  box-sizing: border-box;
  display: none;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .go-top {
    padding: 0;
  }
  .go-top:hover {
    box-shadow: 0px 0px 10px 0px #FFF;
  }
}
.go-top img {
  width: 100%;
}
.go-top.active {
  display: block;
  animation-name: goTopShow;
  animation-duration: 0.5s;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #A1A3A4;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .copyright {
    text-align: left;
    position: fixed;
    bottom: 0;
  }
}
@media screen and (min-width: 1320px) {
  .copyright {
    padding-left: 30px;
  }
}

@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: 40px;
  height: 40px;
  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 .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: 4px solid rgba(217, 217, 217, 0.8);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
  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: rgb(219, 219, 219);
}
.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 .kv-wrap .kv-bg .kv-info > .title {
  width: 100%;
  color: #ECD798;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3019607843);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    margin-top: 10px;
  }
  main article .kv-wrap .kv-bg .kv-info > .title:first-child {
    margin-top: 0;
  }
}
main article .kv-wrap .kv-bg .kv-info > .info {
  color: #fff;
  width: 100%;
}
main article .kv-wrap .kv-bg .kv-info > .info span {
  margin-left: 10px;
}
main article .show-time-wrap {
  margin-top: 30px;
}
main article .show-time-wrap .title,
main article .announcement-wrap .title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ecd798;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  main article .show-time-wrap .title,
  main article .announcement-wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main article .show-time-wrap .sub-title,
main article .announcement-wrap .sub-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  main article .show-time-wrap .sub-title,
  main article .announcement-wrap .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
main article .show-time-wrap .show-time-info,
main article .announcement-wrap .show-time-info {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
main article .show-time-wrap .announcement-info,
main article .announcement-wrap .announcement-info {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
main article .show-time-wrap .announcement-info-list,
main article .announcement-wrap .announcement-info-list {
  list-style-type: decimal;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
main article .banner-wrap {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
main article .banner-wrap .owl-carousel {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  main article .banner-wrap .owl-carousel {
    max-width: 720px;
  }
}
@media screen and (min-width: 1320px) {
  main article .banner-wrap .owl-carousel {
    max-width: 900px;
  }
}
main article .cooperation-wrap {
  margin-bottom: 50px;
}
main article .cooperation-wrap .cooperation-area {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main article .cooperation-wrap .cooperation-area > li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}
main article .cooperation-wrap .cooperation-area > li:first-child {
  margin-top: 0;
}
main article .cooperation-wrap .cooperation-area > li .title {
  color: #ecd798;
  width: 80px;
  margin-top: 8px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li {
  margin-right: 20px;
  background-image: url("../images/cooperation/partner@2x.png");
  background-size: 270px auto;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  height: 40px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li:last-child {
  margin-right: 0;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-moc {
  width: 105px;
  background-position: 0 0;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-bamid {
  width: 245px;
  background-position: 0 -40px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-set {
  width: 115px;
  background-position: 0 -80px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-taiwanradio {
  width: 227px;
  background-position: 0 -120px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-kingOnigiri {
  width: 125px;
  background-position: 0 -160px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-MYMY {
  width: 130px;
  background-position: 0 -200px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-cityPrima {
  width: 190px;
  background-position: 0 -240px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-UC_Pharma {
  width: 105px;
  background-position: 0 -280px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-evaAir {
  width: 115px;
  background-position: 0 -320px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-mcdonalds {
  width: 150px;
  background-position: 0 -360px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-worthit {
  width: 63px;
  background-position: 0 -400px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-Standard-Foods {
  width: 125px;
  background-position: 0 -440px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-dailin {
  width: 205px;
  background-position: 0 -800px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-maxe {
  width: 105px;
  background-position: 0 -840px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-setn {
  width: 145px;
  background-position: 0 -480px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-pts {
  width: 55px;
  background-position: 0 -520px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-ptsplus {
  width: 75px;
  background-position: 0 -560px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-line_today {
  width: 122px;
  background-position: 0 -600px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-line_tv {
  width: 80px;
  background-position: 0 -640px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-989 {
  width: 140px;
  background-position: 0 -680px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-CHT {
  width: 120px;
  background-position: 0 -720px;
}
main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-audi {
  width: 170px;
  background-position: 0 -760px;
}
main article .cooperation-wrap .cooperation-area > li.car-comp .title, main article .cooperation-wrap .cooperation-area > li.telecom-operator-comp .title {
  width: 130px;
}
main article .cooperation-wrap .cooperation-area > li.car-comp .cooperation-list, main article .cooperation-wrap .cooperation-area > li.telecom-operator-comp .cooperation-list {
  width: calc(100% - 130px);
}

@keyframes KV_Pic1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes KV_Pic2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes KV_Pic3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: block;
}

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