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

main article .info-wrap.bg-black,
main .main_content_wrap .info-wrap.bg-black {
  background-color: rgb(0, 0, 0);
}
main article .info-wrap .section-area,
main .main_content_wrap .info-wrap .section-area {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  main article section,
  main .main_content_wrap section {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
main article section .section-area,
main .main_content_wrap section .section-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  main article section .section-area,
  main .main_content_wrap section .section-area {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  main article section .section-area,
  main .main_content_wrap 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;
}

.btn-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.btn-style .tab_btn {
  width: 100%;
  height: 60px;
  color: #F7F7F7 !important;
  background-color: rgba(112, 89, 36, 0.5);
  background-image: url("../images/button/btn_bg.png");
  background-size: auto 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  border: 1px solid #E8B84B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-style .tab_btn span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .btn-style .tab_btn:hover {
    color: rgb(0, 0, 0) !important;
    background-color: rgba(232, 184, 75, 0.9);
    box-shadow: 0px 0px 20px 0px rgb(232, 184, 75);
  }
}
.btn-style.active .tab_btn {
  color: rgb(0, 0, 0) !important;
  background-color: rgba(232, 184, 75, 0.9);
  box-shadow: 0px 0px 20px 0px rgb(232, 184, 75);
}
.btn-style li {
  position: relative;
}
.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: #F7F7F7;
  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: #F7F7F7;
}
.btn_nav_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_nav_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sr-only {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#AC {
  margin-bottom: 5px;
}

.accesskeyStyle {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  font-weight: bold;
  color: rgb(9, 6, 3);
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .accesskeyStyle {
    scroll-margin-top: 20px;
  }
}
.accesskeyStyle:focus {
  color: rgb(247, 247, 247);
  background-color: rgba(247, 247, 247, 0.2);
  outline: 1px solid rgba(247, 247, 247, 0.5);
  outline-offset: 0;
  margin: 0;
}

.background_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: -999;
  background-image: url(../images/bg/background_m.jpg);
  background-image: -webkit-image-set(url(../images/bg/background_m.jpg) 1x, url(../images/bg/background_m@2x.jpg) 2x, url(../images/bg/background_m@3x.jpg) 3x);
  background-image: image-set(url(../images/bg/background_m.jpg) 1x, url(../images/bg/background_m@2x.jpg) 2x, url(../images/bg/background_m@3x.jpg) 3x);
}
@media screen and (min-width: 1024px) {
  .background_wrap {
    background-image: -webkit-image-set(url(../images/bg/background_pc.jpg) 1x, url(../images/bg/background_pc@2x.jpg) 2x, url(../images/bg/background_pc@3x.jpg) 3x);
    background-image: image-set(url(../images/bg/background_pc.jpg) 1x, url(../images/bg/background_pc@2x.jpg) 2x, url(../images/bg/background_pc@3x.jpg) 3x);
  }
}

.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;
  }
}
@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: 70.8454810496%;
}
@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-info-wrap {
  margin-top: 70px;
}
@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: 1024px) {
  .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: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: rgb(232, 184, 75);
  border: 1px solid rgba(232, 184, 75, 0.5);
  border-radius: 10px;
  padding: 8px 20px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-info-wrap .kv-title-box .title1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.kv-wrap .kv-info-wrap .kv-title-box .title2 {
  font-weight: 900;
  color: rgb(232, 184, 75);
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5em;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1280px) {
  .kv-wrap .kv-info-wrap .kv-title-box .title2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.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: 500;
  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: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.radio::before {
  background-color: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.program {
  color: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.program::before {
  background-color: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.drama {
  color: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-title-box > .item-list span.drama::before {
  background-color: rgb(247, 247, 247);
}
.kv-wrap .kv-info-wrap .kv-info-box {
  margin-top: 30px;
  border-radius: 16px;
  padding: 30px 20px;
  box-sizing: border-box;
  background: rgba(9, 6, 3, 0.3);
  border: 1px solid rgba(232, 184, 75, 0.2);
}
@media screen and (min-width: 1280px) {
  .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: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  color: rgb(232, 184, 75);
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .kv-info-box .kv-info-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.kv-wrap .kv-info-wrap .kv-info-box .kv-info-sub-title {
  color: rgb(232, 184, 75);
}
.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: rgb(232, 184, 75);
}
.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;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .kv-info-box .info-item .kv-info-sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.kv-wrap .kv-info-wrap .kv-info-box .info-item .kv-info {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: calc(1.5em + 4px);
  color: #f7f7f7;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .kv-info-box .info-item .kv-info {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list {
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .year-list-wrap .year-list {
    gap: 10px;
  }
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li {
  width: 100%;
  height: 43px;
  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%;
  font-weight: 500;
  color: rgb(247, 247, 247);
  border: 1px solid rgba(247, 247, 247, 0.5);
  border-radius: 8px;
  background-color: transparent;
  text-decoration: none;
  padding: 8px 5px;
  box-sizing: border-box;
  line-height: 45px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .year-list-wrap .year-list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li a {
  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: rgba(247, 247, 247, 0.2);
  }
}
.kv-wrap .kv-info-wrap .year-list-wrap .year-list li.active a {
  color: rgb(232, 184, 75);
  background-color: rgba(232, 184, 75, 0.2);
  border: 1px solid rgb(232, 184, 75);
}
.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: 20px;
}
.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 > .download-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(232, 184, 75, 0.5);
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .kv-wrap .kv-info-wrap .history-list > li > .download-btn:hover {
    background-color: rgba(232, 184, 75, 0.2);
  }
}

.kv-wrap {
  position: relative;
}
.kv-wrap .KV_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_tool_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -44px;
}
.swiper_tool_wrap .swiper-pagination {
  width: auto;
  position: static;
  display: flex;
  align-items: center;
}
.swiper_tool_wrap .swiper-pagination .swiper-pagination-bullet {
  background: rgb(85, 82, 82);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.swiper_tool_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(247, 247, 247);
  width: 12px;
  height: 12px;
}
.swiper_tool_wrap .swiper_tool_stop_btn_wrap {
  display: flex;
}
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_stop_btn,
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_play_btn {
  color: #fff;
  padding: 4px 9px;
  border: 1px solid rgba(247, 247, 247, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  display: none;
  background: transparent;
  cursor: pointer;
}
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_stop_btn img,
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_play_btn img {
  margin-right: 5px;
}
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_stop_btn.active,
.swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_play_btn.active {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_stop_btn:hover,
  .swiper_tool_wrap .swiper_tool_stop_btn_wrap .swiper_tool_play_btn:hover {
    border: 1px solid rgb(247, 247, 247);
    background: rgba(247, 247, 247, 0.2);
  }
}
.swiper_tool_wrap .swiper_button_wrap {
  display: flex;
  gap: 4px;
  z-index: 10;
}
.swiper_tool_wrap .swiper_button_wrap .next,
.swiper_tool_wrap .swiper_button_wrap .prev {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(247, 247, 247, 0.5);
  border-radius: 8px;
  padding: 4px 9px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}
.swiper_tool_wrap .swiper_button_wrap .next img,
.swiper_tool_wrap .swiper_button_wrap .prev img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .swiper_tool_wrap .swiper_button_wrap .next:hover,
  .swiper_tool_wrap .swiper_button_wrap .prev:hover {
    border: 1px solid rgb(247, 247, 247);
    background: rgba(247, 247, 247, 0.2);
  }
}

@keyframes kv-poster {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  35% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bg_wrap {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.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 #4F4F4F;
}
@media screen and (min-width: 1024px) {
  .header-wrap .mobile-header {
    display: none;
  }
}
.header-wrap .logo {
  width: 78px;
}
.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;
  border: 0;
  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;
}

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_logo.svg");
  background-repeat: no-repeat;
  background-size: 457px auto;
  background-position: bottom center;
  border-radius: 20px 0 0 20px;
  transition-duration: 0.5s;
  z-index: -99999;
  opacity: 0;
  display: none;
}
nav.open {
  z-index: 99999;
  opacity: 1;
  display: block;
}
@media screen and (min-width: 1024px) {
  nav {
    right: 0;
    background: transparent;
    position: static;
    width: 100%;
    z-index: 99999;
    opacity: 1;
    backdrop-filter: none;
    display: block;
  }
}

.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 .nav-area {
  display: flex;
  flex-direction: column;
}
.nav-wrap .logo-nav {
  margin: 70px auto 0;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav {
    margin: 0;
    border-bottom: 1px solid rgba(232, 184, 75, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav a {
    display: flex;
    margin: 20px 30px;
  }
}
.nav-wrap .logo-nav img {
  width: 105px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav img {
    margin: unset;
    width: 143px;
  }
}
.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;
  border: 0;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .btn-nav-close {
    display: none;
  }
}
.nav-wrap .nav-list-box {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@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 #AN {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .nav-wrap #AN {
    top: -30px;
    left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    width: 24px;
    height: 24px;
  }
}
.nav-wrap .nav-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list {
    flex-direction: column;
    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-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li {
    margin-bottom: 0px;
    width: 100%;
  }
}
.nav-wrap .nav-list li:last-child {
  margin-bottom: 0;
}
.nav-wrap .nav-list li a,
.nav-wrap .nav-list li h3 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #f7f7f7;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}
@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: rgba(232, 184, 75, 0.2);
    border-left: 4px solid rgb(232, 184, 75);
    box-sizing: border-box;
  }
}
.nav-wrap .nav-list li.active a,
.nav-wrap .nav-list li.active h3 {
  color: rgb(232, 184, 75);
}
.nav-wrap .nav-list li.active .icon {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li:hover {
    color: rgb(232, 184, 75);
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap .nav-list li:hover a,
  .nav-wrap .nav-list li:hover h3 {
    color: rgb(232, 184, 75);
  }
}
.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;
}

.icon_ing {
  font-weight: 900;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5em;
  color: #E8B84B;
  border: 1px solid rgba(232, 184, 75, 0.5019607843);
  border-radius: 4px;
  padding: 2px 4px;
  margin-left: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  main {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  main .aside_wrap {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #090603;
    background-image: url("../images/nav/bg_logo.svg");
    background-size: 457px auto;
    background-repeat: no-repeat;
    background-position: -170px center;
    border-right: 1px solid rgba(232, 184, 75, 0.2);
    z-index: 999;
  }
}
main .aside_wrap .logo {
  width: 150px;
  height: 40px;
  margin-left: 8px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main .aside_wrap .logo {
    display: none;
  }
}
main .aside_wrap .logo a {
  display: inline-block;
}
main .aside_wrap .logo img {
  width: 100%;
  display: block;
}
main article,
main .main_content_wrap {
  width: 100%;
  margin-top: 56px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  main article,
  main .main_content_wrap {
    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: 16px;
  padding: 30px 30px 60px;
  box-sizing: border-box;
}
.banner-wrap .owl-carousel {
  width: 100%;
}
.banner-wrap .owl-carousel a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.banner-wrap .owl-carousel .img-sponsor {
  color: #b8b8b8;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 999;
}

.ad_banner_wrap {
  position: relative;
}
.ad_banner_wrap .ad_banner_swiper,
.ad_banner_wrap a,
.ad_banner_wrap img {
  background: none;
  border: 0;
}
.ad_banner_wrap .ad_banner_swiper .swiper-wrapper {
  overflow: hidden;
  border-radius: 11px;
}
.ad_banner_wrap .ad_banner_swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad_banner_wrap .ad_banner_swiper a {
  display: block;
  aspect-ratio: 798/326; /* 或 1920/800 */
  overflow: hidden;
}
.ad_banner_wrap .swiper_tool_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -44px;
}
.ad_banner_wrap .swiper_tool_wrap .swiper-pagination {
  width: auto;
  position: static;
  align-items: center;
  display: flex;
}
.ad_banner_wrap .swiper_tool_wrap .swiper-pagination .swiper-pagination-bullet {
  background: rgb(85, 82, 82);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.ad_banner_wrap .swiper_tool_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(247, 247, 247);
  width: 12px;
  height: 12px;
}
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap {
  display: flex;
}
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_stop_btn,
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_play_btn {
  color: #fff;
  padding: 4px 9px;
  border: 1px solid rgba(247, 247, 247, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  display: none;
  background: none;
  cursor: pointer;
}
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_stop_btn img,
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_play_btn img {
  margin-right: 5px;
}
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_stop_btn.active,
.ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_play_btn.active {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_stop_btn:hover,
  .ad_banner_wrap .swiper_tool_wrap .KV_stop_btn_wrap .KV_play_btn:hover {
    border: 1px solid rgb(247, 247, 247);
    background: rgba(247, 247, 247, 0.2);
  }
}
.ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap {
  display: flex;
  gap: 4px;
  z-index: 10;
}
.ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .next,
.ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .prev {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(247, 247, 247, 0.5);
  border-radius: 8px;
  padding: 4px 9px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}
.ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .next img,
.ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .prev img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .next:hover,
  .ad_banner_wrap .swiper_tool_wrap .swiper_button_wrap .prev:hover {
    border: 1px solid rgb(247, 247, 247);
    background: rgba(247, 247, 247, 0.2);
  }
}

.go-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  box-sizing: border-box;
  display: none;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  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_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .copyright_wrap {
    width: 250px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    align-items: flex-start;
  }
}
.copyright_wrap .accessibility {
  width: 88px;
}
@media screen and (min-width: 1024px) {
  .copyright_wrap .accessibility {
    margin-left: 6px;
  }
}
.copyright_wrap .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #787878;
  text-align: center;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .copyright_wrap .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    height: 30px;
    text-align: left;
    width: 100%;
    text-align: center;
  }
}

@keyframes goTopShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
footer .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) {
  footer .icon-wrap {
    display: block;
    bottom: auto;
    top: calc(50% - 60px);
    right: 10px;
  }
}
footer .icon-wrap li {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  footer .icon-wrap li {
    padding: 0;
    margin-bottom: 15px;
  }
}
footer .icon-wrap li:first-child {
  margin-top: 0;
}
footer .icon-wrap li a {
  width: 40px;
  height: 40px;
  display: block;
}
footer .icon-wrap li a .hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer .icon-wrap li img {
  width: 100%;
}
footer .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);
}
footer .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);
}
footer .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);
}
footer .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);
}
footer .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);
}
footer .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);
}

.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;
  box-sizing: border-box;
}
.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;
  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 rgba(247, 247, 247, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(247, 247, 247, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-image: url(../images/nav/bg_logo.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 457px auto;
  overflow: hidden;
}
.popup-list-info-wrap .popup-area .close-btn {
  border: 0;
  background: transparent;
  right: 30px;
  top: 12px;
}
.popup-list-info-wrap .popup-area .popup-box {
  padding: 0px 20px 60px;
  margin-top: 60px;
  overflow: auto;
  height: 100vh;
  max-height: 500px;
  background-color: transparent;
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-list-info-wrap .popup-area .popup-box {
    padding: 0px 30px 50px;
    margin-top: 50px;
  }
}
.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 .kv-info-box .history-list .tab_item,
main .main_content_wrap .kv-info-box .history-list .tab_item {
  display: flex;
  gap: 10px;
}
main article .banner-wrap,
main .main_content_wrap .banner-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  main article .banner-wrap,
  main .main_content_wrap .banner-wrap {
    margin-top: 130px;
  }
}
main article .banner-wrap .owl-carousel,
main .main_content_wrap .banner-wrap .owl-carousel {
  width: 100%;
  overflow: hidden;
}
main article .info-wrap .section-area,
main .main_content_wrap .info-wrap .section-area {
  display: flex;
  flex-direction: column;
}
main article .info-wrap,
main .main_content_wrap .info-wrap {
  background: #000;
  margin-bottom: 50px;
}
main article .info-wrap .competition-title,
main .main_content_wrap .info-wrap .competition-title {
  color: rgb(232, 184, 75);
}
main article .info-wrap .competition-list-wrap .title,
main .main_content_wrap .info-wrap .competition-list-wrap .title {
  color: rgb(232, 184, 75);
}
main article .info-wrap .competition-info-title,
main .main_content_wrap .info-wrap .competition-info-title {
  color: rgb(232, 184, 75);
}
main article .info-wrap .competition-info-wrap .list-info-list,
main .main_content_wrap .info-wrap .competition-info-wrap .list-info-list {
  border-left: 4px solid rgb(232, 184, 75);
}
main article .info-wrap .competition-info-wrap > li,
main .main_content_wrap .info-wrap .competition-info-wrap > li {
  border: 1px solid #4A280B;
}
main article .info-wrap .competition-info-wrap > li > .title,
main .main_content_wrap .info-wrap .competition-info-wrap > li > .title {
  color: rgb(232, 184, 75);
}
main article .title-box,
main .main_content_wrap .title-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
main article .title-box .competition-title,
main .main_content_wrap .title-box .competition-title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: rgb(232, 184, 75);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main article .title-box .competition-title,
  main .main_content_wrap .title-box .competition-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main article .title-box .competition-sub-title,
main .main_content_wrap .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,
  main .main_content_wrap .title-box .competition-sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
main article .competition-list-wrap,
main .main_content_wrap .competition-list-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main article .competition-list-wrap > li,
main .main_content_wrap .competition-list-wrap > li {
  margin-top: 30px;
}
main article .competition-list-wrap > li:nth-child(1),
main .main_content_wrap .competition-list-wrap > li:nth-child(1) {
  margin-top: 0;
}
main article .competition-list-wrap .title,
main .main_content_wrap .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: rgb(232, 184, 75);
}
main article .competition-list-wrap .title i,
main .main_content_wrap .competition-list-wrap .title i {
  margin-right: 8px;
}
main article .competition-list-wrap .title img,
main .main_content_wrap .competition-list-wrap .title img {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  main article .competition-list-wrap .title,
  main .main_content_wrap .competition-list-wrap .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
main article .competition-list-wrap .list-info-list,
main .main_content_wrap .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,
main .main_content_wrap .competition-list-wrap .list-info-list li {
  margin: 16px 8px 0;
}
main article .competition-list-wrap .list-info-list li:last-child,
main .main_content_wrap .competition-list-wrap .list-info-list li:last-child {
  margin-right: 0;
}
main article .competition-list-wrap .list-info-list li a,
main .main_content_wrap .competition-list-wrap .list-info-list li a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 16px 20px;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(247, 247, 247, 0.5);
}
@media screen and (min-width: 1024px) {
  main article .competition-list-wrap .list-info-list li a,
  main .main_content_wrap .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,
  main .main_content_wrap .competition-list-wrap .list-info-list li a:hover {
    background-color: rgba(247, 247, 247, 0.2);
  }
}
main article .competition-info-title,
main .main_content_wrap .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,
  main .main_content_wrap .competition-info-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main article .competition-info-wrap,
main .main_content_wrap .competition-info-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}
main article .competition-info-wrap:nth-child(1),
main .main_content_wrap .competition-info-wrap:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li,
main .main_content_wrap .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),
main .main_content_wrap .competition-info-wrap > li:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li > .title,
main .main_content_wrap .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,
main .main_content_wrap .competition-info-wrap > li > .title > picture {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li > .title,
  main .main_content_wrap .competition-info-wrap > li > .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
main article .competition-info-wrap > li .list-info-list,
main .main_content_wrap .competition-info-wrap > li .list-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  border-left: 4px solid #FF8E28;
  margin-top: 12px;
  margin-left: 10px;
  padding-left: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
main article .competition-info-wrap > li .list-info-list li,
main .main_content_wrap .competition-info-wrap > li .list-info-list li {
  cursor: pointer;
  margin-top: 12px;
}
main article .competition-info-wrap > li .list-info-list li:nth-child(1),
main .main_content_wrap .competition-info-wrap > li .list-info-list li:nth-child(1) {
  margin-top: 0;
}
main article .competition-info-wrap > li .list-info-list li button,
main .main_content_wrap .competition-info-wrap > li .list-info-list li button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  text-align-last: left;
  width: 100%;
  cursor: pointer;
}
main article .competition-info-wrap > li .list-info-list li i,
main article .competition-info-wrap > li .list-info-list li picture,
main .main_content_wrap .competition-info-wrap > li .list-info-list li i,
main .main_content_wrap .competition-info-wrap > li .list-info-list li picture {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main article .competition-info-wrap > li .list-info-list li i,
main .main_content_wrap .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,
main .main_content_wrap .competition-info-wrap > li .list-info-list li .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
  color: rgba(247, 247, 247, 0.6);
}
@media screen and (min-width: 1024px) {
  main article .competition-info-wrap > li .list-info-list li .title,
  main .main_content_wrap .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,
main .main_content_wrap .competition-info-wrap > li .list-info-list li .desc {
  width: calc(100% - 24px);
  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,
  main .main_content_wrap .competition-info-wrap > li .list-info-list li:hover i,
  main .main_content_wrap .competition-info-wrap > li .list-info-list li:hover .title,
  main .main_content_wrap .competition-info-wrap > li .list-info-list li:hover .desc {
    color: rgb(247, 247, 247);
  }
}
main article .competition-info-wrap > li .list-info-list li.active .title,
main .main_content_wrap .competition-info-wrap > li .list-info-list li.active .title {
  color: rgb(232, 184, 75);
}
main article .competition-info-wrap > li .list-info-list li.active .desc,
main .main_content_wrap .competition-info-wrap > li .list-info-list li.active .desc {
  color: rgb(232, 184, 75);
  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,
  main .main_content_wrap .competition-info-wrap > li .list-info-list li.active:hover .title,
  main .main_content_wrap .competition-info-wrap > li .list-info-list li.active:hover .desc {
    text-shadow: 0px 0px 20px rgb(232, 184, 75);
  }
}

.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 */