@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateX(300px) translateY(500px);
            transform: translateX(300px) translateY(500px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateX(300px) translateY(500px);
            transform: translateX(300px) translateY(500px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0);
            transform: translateX(0px) translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes kvbg {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kvbg {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes chaAll {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes chaAll {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes scanIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    clip-path: inset(100% 0 0 0);
  }
  20%, 60% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
  62% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  72%, 100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes scanIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    clip-path: inset(100% 0 0 0);
  }
  20%, 60% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
  62% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  72%, 100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes effect1 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 skyblue);
            filter: drop-shadow(0 0 0 skyblue);
  }
  10% {
    -webkit-filter: drop-shadow(0 0 10px skyblue);
            filter: drop-shadow(0 0 10px skyblue);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 0 skyblue);
            filter: drop-shadow(0 0 0 skyblue);
  }
  30%, 50% {
    -webkit-filter: drop-shadow(0 0 10px skyblue);
            filter: drop-shadow(0 0 10px skyblue);
  }
}
@keyframes effect1 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 skyblue);
            filter: drop-shadow(0 0 0 skyblue);
  }
  10% {
    -webkit-filter: drop-shadow(0 0 10px skyblue);
            filter: drop-shadow(0 0 10px skyblue);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 0 skyblue);
            filter: drop-shadow(0 0 0 skyblue);
  }
  30%, 50% {
    -webkit-filter: drop-shadow(0 0 10px skyblue);
            filter: drop-shadow(0 0 10px skyblue);
  }
}
@-webkit-keyframes effect2 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #fb8874);
            filter: drop-shadow(0 0 0 #fb8874);
  }
  10% {
    -webkit-filter: drop-shadow(0 0 10px #fb8874);
            filter: drop-shadow(0 0 10px #fb8874);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 0 #fb8874);
            filter: drop-shadow(0 0 0 #fb8874);
  }
  30%, 50% {
    -webkit-filter: drop-shadow(0 0 10px #fb8874);
            filter: drop-shadow(0 0 10px #fb8874);
  }
}
@keyframes effect2 {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #fb8874);
            filter: drop-shadow(0 0 0 #fb8874);
  }
  10% {
    -webkit-filter: drop-shadow(0 0 10px #fb8874);
            filter: drop-shadow(0 0 10px #fb8874);
  }
  20% {
    -webkit-filter: drop-shadow(0 0 0 #fb8874);
            filter: drop-shadow(0 0 0 #fb8874);
  }
  30%, 50% {
    -webkit-filter: drop-shadow(0 0 10px #fb8874);
            filter: drop-shadow(0 0 10px #fb8874);
  }
}
img {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scrollbar-color: #8461a8 #fff;
}

::-moz-selection {
  background: rgba(211, 108, 156, 0.8);
  color: #fff;
}

::selection {
  background: rgba(211, 108, 156, 0.8);
  color: #fff;
}

footer {
  background-color: #250b3d;
}

.tomorrow-regular {
  font-family: "Tomorrow", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tomorrow-medium {
  font-family: "Tomorrow", "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tomorrow-bold {
  font-family: "Tomorrow", "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tomorrow-regular-italic {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.tomorrow-medium-italic {
  font-family: "Tomorrow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.tomorrow-bold-italic {
  font-family: "Tomorrow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.tx-bold {
  font-weight: bold;
}

.tx-18 {
  font-size: 18px;
}

.tx-red {
  color: #d8276a;
}

a:has(> img) {
  display: block;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
  color: #2b2b2c;
  background-color: #321056;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body.scrollbarHidden {
  overflow: hidden;
}

.header {
  max-width: 1920px;
  margin: 0 auto;
  height: 60vw;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.5vw;
  left: 0;
  bottom: 0;
  background-image: url(../img/main_bg_01-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 3;
}
.header #tsparticles {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header #tsparticles canvas {
  position: absolute !important;
}
.header .slogan {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
  width: 37.8%;
  z-index: 3;
  -webkit-animation: scanIn 1s ease-out forwards 1s;
          animation: scanIn 1s ease-out forwards 1s;
}
.header .slogan img {
  width: 100%;
}
.header .cha {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .cha img {
  position: absolute;
}
.header .cha .left4 {
  width: 15.2%;
  left: 0;
  top: 13%;
  z-index: 1;
  -webkit-animation: chaAll 0.83s cubic-bezier(0.23, 1, 0.32, 1) 0.25s 1 both;
          animation: chaAll 0.83s cubic-bezier(0.23, 1, 0.32, 1) 0.25s 1 both;
}
.header .cha .left3 {
  width: 35.2%;
  left: -3.7%;
  top: 8%;
  z-index: 2;
  -webkit-animation: chaAll 0.82s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 1 both;
          animation: chaAll 0.82s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 1 both;
}
.header .cha .left2 {
  width: 52.3%;
  left: -6%;
  top: -6%;
  z-index: 3;
  -webkit-animation: chaAll 0.81s cubic-bezier(0.23, 1, 0.32, 1) 0.35s 1 both;
          animation: chaAll 0.81s cubic-bezier(0.23, 1, 0.32, 1) 0.35s 1 both;
}
.header .cha .left1 {
  width: 45%;
  left: -8%;
  top: 27%;
  z-index: 4;
  -webkit-animation: chaAll 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1 both;
          animation: chaAll 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s 1 both;
}
.header .cha .right4 {
  width: 35.1%;
  right: -7%;
  top: 2%;
  z-index: 1;
  -webkit-animation: chaAll 0.83s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 1 both;
          animation: chaAll 0.83s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 1 both;
}
.header .cha .right3 {
  width: 49.3%;
  right: -1%;
  top: 6%;
  z-index: 2;
  -webkit-animation: chaAll 0.82s cubic-bezier(0.23, 1, 0.32, 1) 0.25s 1 both;
          animation: chaAll 0.82s cubic-bezier(0.23, 1, 0.32, 1) 0.25s 1 both;
}
.header .cha .right2 {
  width: 45.6%;
  right: -15%;
  top: 18%;
  z-index: 3;
  -webkit-animation: chaAll 0.81s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 1 both;
          animation: chaAll 0.81s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 1 both;
}
.header .cha .right1 {
  width: 67.1%;
  right: -8%;
  top: 30%;
  z-index: 4;
  -webkit-animation: chaAll 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.35s 1 both;
          animation: chaAll 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.35s 1 both;
}
.header .effect img {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.header .effect .effect1 {
  left: 0;
  top: 0;
  -webkit-animation: effect1 2s ease-in-out infinite both;
          animation: effect1 2s ease-in-out infinite both;
}
.header .effect .effect2 {
  right: 0;
  top: 0;
  -webkit-animation: effect2 2s ease-in-out infinite both;
          animation: effect2 2s ease-in-out infinite both;
}
.header .logo {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 9.5%;
  z-index: 1;
}
.header .logo img {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .header {
    background-image: url(../img/kv_m.jpg);
    height: 117vw;
  }
  .header .slogan, .header .cha, .header .effect {
    display: none;
  }
  .header .logo {
    width: 18%;
  }
}
.nav {
  position: fixed;
  right: -2px;
  top: -430px;
  width: 142px;
  height: 430px;
  background-image: url(../img/menu_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav.show {
  top: 100px;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav ul li {
  padding: 10px 0;
}
.nav ul li * {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.nav ul li:not(:last-child) {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) 1;
}
.nav ul a:hover {
  text-shadow: 0px 0px 5px yellow;
}
.nav ul a:hover img {
  -webkit-filter: drop-shadow(0 0 3px yellow);
          filter: drop-shadow(0 0 3px yellow);
}
@media only screen and (max-width: 1280px) {
  .nav {
    display: none;
  }
}

.nav--mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .nav--mobile {
    display: block;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    color: #fff;
  }
  .nav--mobile .hamburger {
    width: 55px;
    height: 36px;
    background: linear-gradient(45deg, rgba(161, 40, 108, 0.9), rgba(91, 35, 143, 0.9));
    position: fixed;
    right: 0;
    top: 35px;
    cursor: pointer;
    z-index: 10;
  }
  .nav--mobile .hamburger span {
    position: absolute;
    height: 1px;
    display: block;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
    left: 10px;
    background-color: #fff;
    top: 50%;
  }
  .nav--mobile .hamburger span:nth-child(1) {
    width: 35px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .nav--mobile .hamburger span:nth-child(2) {
    width: 30px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .nav--mobile .hamburger:hover span:nth-child(1) {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .nav--mobile .hamburger:hover span:nth-child(2) {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .nav--mobile .menu {
    background: linear-gradient(45deg, rgba(161, 40, 108, 0.9), rgba(91, 35, 143, 0.9));
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    font-weight: 500;
  }
  .nav--mobile .menu .close span:nth-child(1) {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .nav--mobile .menu .close span:nth-child(2) {
    width: 35px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .nav--mobile .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav--mobile .menu ul li {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }
  .nav--mobile .menu ul li:not(:last-child) {
    border-bottom: 1px solid transparent;
    -o-border-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent)) 1;
       border-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) 1;
  }
  .nav--mobile .menu .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .nav--mobile .menu .btns a {
    padding: 0 8px;
  }
  .nav--mobile .menu .btns img {
    max-width: 100%;
  }
  .nav--mobile .menu.open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media only screen and (max-width: 768px) {
  .nav--mobile .menu {
    font-size: 34px;
  }
  .nav--mobile .menu .btns {
    width: 80%;
  }
}

main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 5;
  overflow-x: clip;
}

.main_bg {
  position: relative;
  background-position: center top;
  background-size: cover;
  padding: 0 180px;
}
@media only screen and (max-width: 1280px) {
  .main_bg {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 768px) {
  .main_bg {
    padding: 0 12px;
  }
}

.main_bg1 {
  background-image: url(../img/main_bg_01-2.jpg);
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .main_bg1 {
    padding-bottom: calc(12% + 60px);
  }
}

.main_bg2 {
  background-image: url(../img/main_bg_02-2.jpg);
  padding-top: 40px;
  padding-bottom: 160px;
}
.main_bg2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: -100px;
  background-image: url(../img/main_bg_02-1.png);
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .main_bg2::before {
    height: 60px;
    top: -60px;
  }
}
@media only screen and (max-width: 576px) {
  .main_bg2 {
    padding-bottom: 20%;
  }
}

.title {
  text-align: center;
  margin-bottom: 60px;
}
.title span {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .title {
    margin-bottom: 4%;
  }
  .title img {
    width: 30vw;
  }
}
@media only screen and (max-width: 1024px) {
  .title img {
    width: 40vw;
  }
}
@media only screen and (max-width: 576px) {
  .title {
    margin-bottom: 8%;
  }
  .title img {
    width: 60vw;
  }
}

.news,
.info,
.newsList,
.newsDetail {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (max-width: 1280px) {
  .news,
  .info,
  .newsList,
  .newsDetail {
    -webkit-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
}
@media only screen and (max-width: 1024px) {
  .news,
  .info,
  .newsList,
  .newsDetail {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.news {
  color: #fff;
  padding-bottom: 100px;
}
@media only screen and (max-width: 576px) {
  .news {
    padding-bottom: 12%;
  }
}

.newsContainer {
  max-width: 1320px;
  padding: 0 12px;
  margin: 0 auto;
}

.newsCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.newsCards h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
}
.newsCards hr {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #8c63b5;
  border: none;
  margin: 0 0 28px;
}
.newsCards .card,
.newsCards .more {
  cursor: pointer;
}
.newsCards .card {
  width: 30%;
  height: 200px;
  padding: 28px;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.newsCards .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #873fd0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsCards .card:hover {
  -webkit-box-shadow: 0 0 6px #873fd0;
          box-shadow: 0 0 6px #873fd0;
}
.newsCards .card:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.newsCards .card1 {
  background-image: url(../img/news_bg_01.png);
}
.newsCards .card2 {
  background-image: url(../img/news_bg_02.png);
}
.newsCards .card3 {
  background-image: url(../img/news_bg_03.png);
}
.newsCards time {
  position: absolute;
  right: 28px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a769e5;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newsCards time span {
  font-size: 16px;
  margin-right: 12px;
}
.newsCards .more {
  background: linear-gradient(-45deg, #7f3ec0, #ebca4c, #7f3ec0);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-position: 0 100%;
  background-size: 100% 200%;
  letter-spacing: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsCards .more:hover {
  background-position: 0 0;
}
.newsCards .more p {
  margin-right: -3px;
}

@media only screen and (max-width: 1280px) {
  .newsCards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsCards .card {
    width: 100%;
    height: 120px;
  }
  .newsCards time {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .newsCards .more {
    background: -webkit-gradient(linear, right top, left top, from(#ebca4c), to(#7f3ec0));
    background: linear-gradient(to left, #ebca4c, #7f3ec0);
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
@media only screen and (max-width: 576px) {
  .newsCards h3 {
    font-size: 20px;
  }
  .newsCards .card {
    height: auto;
  }
}
.infoContent--wrapper {
  max-width: 1200px;
  height: 720px;
  background-image: url(../img/infoContent_bg.jpg);
  background-size: cover;
  background-position: right center;
  margin: 0 auto;
  border: 1px solid #9a4ee3;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px rgba(165, 115, 212, 0.8);
          box-shadow: 0 0 25px rgba(165, 115, 212, 0.8);
  padding: 10px;
  position: relative;
}
.infoContent--wrapper::before {
  position: absolute;
  background-image: url(../img/priest.png);
  width: 398px;
  height: 522px;
  left: -278px;
  bottom: -26px;
  z-index: 1;
}
.infoContent--wrapper::after {
  position: absolute;
  background-image: url(../img/ghost.png);
  width: 126px;
  height: 194px;
  right: -150px;
  bottom: -50px;
  z-index: 1;
}
.infoContent--wrapper .infoCha {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.infoContent--wrapper .infoCha1 {
  left: -278px;
  bottom: -26px;
}
.infoContent--wrapper .infoCha2 {
  right: -150px;
  bottom: -50px;
}

.infoContent--border {
  width: 100%;
  height: 100%;
  -o-border-image: url(../img/info_border.png) 42/42px round;
     border-image: url(../img/info_border.png) 42/42px round;
  padding: 40px 20px;
}

.infoContent--body {
  height: 100%;
  display: none;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 20px 60px;
  scrollbar-width: thin;
  scrollbar-color: rgba(132, 97, 168, 0.7) rgba(255, 255, 255, 0.5);
}
.infoContent--body .heading-l {
  font-size: 36px;
  font-weight: bold;
  color: #6425a6;
  margin-bottom: 28px;
}
.infoContent--body .heading-l .bi-lightning-charge-fill {
  fill: #a274d2;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 4px;
}
.infoContent--body .heading-m {
  font-size: 18px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#c356ac), to(#d76dc1));
  background: linear-gradient(#c356ac, #d76dc1);
  color: #fff;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px;
}
.infoContent--body .subsection {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.infoContent--body time {
  font-size: 40px;
  line-height: 40px;
  color: #844fbc;
}
.infoContent--body .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.infoContent--body .table-style1 {
  width: 300px;
}
.infoContent--body .table-style1 .table-title {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#925bc9), to(#a87cd5));
  background: linear-gradient(to right, #925bc9, #a87cd5);
  color: #fff;
  font-weight: 500;
  padding: 4px;
  font-size: 18px;
  border: 1px solid #8c56c4;
}
.infoContent--body .table-style1 table {
  width: 100%;
  margin-top: -1px;
}
.infoContent--body .table-style1 th,
.infoContent--body .table-style1 td {
  width: 50%;
  text-align: center;
  padding: 4px;
  border: 1px solid #8c56c4;
}
.infoContent--body .table-style1 th {
  font-weight: bold;
  color: #6e39a5;
  background-color: rgba(215, 192, 238, 0.5);
}
.infoContent--body .table-style1 td {
  background-color: rgba(255, 255, 255, 0.5);
}
.infoContent--body .table-style2 th,
.infoContent--body .table-style2 td {
  text-align: center;
  padding: 4px 20px;
}
.infoContent--body .table-style2 th {
  background: -webkit-gradient(linear, left top, right top, from(#925bc9), to(#a87cd5));
  background: linear-gradient(to right, #925bc9, #a87cd5);
  border: 1px solid #8c56c4;
  color: #fff;
  font-weight: 500;
}
.infoContent--body .table-style2 th:not(:last-child) {
  border-right: 1px solid #ccb7e1;
}
.infoContent--body .table-style2 td {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #8c56c4;
}
.infoContent--body .table-style2 td:first-child {
  background-color: rgba(215, 192, 238, 0.5);
  color: #6e39a5;
}
.infoContent--body .table-style2 img {
  vertical-align: bottom;
}
.infoContent--body .table-style2 span {
  display: inline-block;
}
.infoContent--body .table-style2 .areaName {
  background-color: #eccd6b;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.infoContent--body .chenghao {
  border: 1px solid #8c56c4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.infoContent--body .chenghao h4 {
  border-bottom: 1px solid #8c56c4;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#925bc9), to(#a87cd5));
  background: linear-gradient(to right, #925bc9, #a87cd5);
}
.infoContent--body .chenghao img {
  max-width: 100%;
}
.infoContent--body ol li {
  counter-increment: notice;
  padding-left: 24px;
  position: relative;
}
.infoContent--body ol li::before {
  content: counter(notice);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #844fbc;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.infoBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.infoBtn {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}
.infoBtn * {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.infoBtn .active {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.infoBtn .active.show {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 6px yellow);
          filter: drop-shadow(0px 0px 6px yellow);
}
.infoBtn .active:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 6px yellow);
          filter: drop-shadow(0px 0px 6px yellow);
}

@media only screen and (max-width: 1280px) {
  .infoContainer {
    padding: 0 12px;
  }
  .infoContent--wrapper .infoCha1 {
    left: -16%;
    width: 25vw;
    bottom: -80px;
    display: none;
  }
  .infoContent--wrapper .infoCha2 {
    right: -66px;
    bottom: -41px;
  }
}
.scoreTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 60px;
}
.scoreTabs label {
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  color: #6425a6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scoreTabs--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.scoreTabs--content .tabContent {
  display: none;
}
.scoreTabs input {
  display: none;
}
.scoreTabs input:checked + label {
  border-bottom-color: #6425a6;
}
.scoreTabs #scoreTab-total:checked ~ .scoreTabs--content .tabContent--total {
  display: block;
}
.scoreTabs #scoreTab-weekly:checked ~ .scoreTabs--content .tabContent--weekly {
  display: block;
}

.scoreTotalTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.scoreTotalTable .thead,
.scoreTotalTable .trow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scoreTotalTable .thead p,
.scoreTotalTable .trow p {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.scoreTotalTable .thead p:nth-child(1),
.scoreTotalTable .trow p:nth-child(1) {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  text-align: center;
  padding-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scoreTotalTable .thead p:nth-child(2),
.scoreTotalTable .trow p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.scoreTotalTable .thead p:nth-child(3),
.scoreTotalTable .trow p:nth-child(3) {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scoreTotalTable .thead {
  background: -webkit-gradient(linear, left top, right top, from(#925bc9), to(#a87cd5));
  background: linear-gradient(to right, #925bc9, #a87cd5);
  color: #fff;
}
.scoreTotalTable .thead p {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.scoreTotalTable .trow {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.scoreTotalTable .trow span {
  background-color: #9966cd;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  font-weight: normal;
}
.scoreTotalTable .trow p {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scoreTotalTable .trow p:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  color: #9966cd;
  padding-right: 28px;
}
.scoreTotalTable .trow p:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.scoreTotalTable .trow p:nth-child(3) {
  font-size: 40px;
  line-height: 40px;
  color: #9966cd;
}
.scoreTotalTable .top p:nth-child(1) {
  color: #fff;
  background-image: url(../img/scoreTotalTable_ranking_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  clip-path: polygon(0% 0%, 65% 0, 90% 50%, 65% 100%, 0% 100%);
}
.scoreTotalTable .first {
  background-color: rgba(233, 182, 28, 0.5);
}
.scoreTotalTable .first span {
  background-color: #e0b01e;
}
.scoreTotalTable .first p:nth-child(3) {
  color: #c99a0b;
}
.scoreTotalTable .first p:nth-child(1) {
  background-color: #e0b01e;
}
.scoreTotalTable .first p:nth-child(1)::after {
  border-color: transparent transparent transparent #e0b01e;
}
.scoreTotalTable .second {
  background-color: rgba(209, 112, 190, 0.5);
}
.scoreTotalTable .second span {
  background-color: #ca65b6;
}
.scoreTotalTable .second p:nth-child(1) {
  background-color: #ca65b6;
}
.scoreTotalTable .second p:nth-child(1)::after {
  border-color: transparent transparent transparent #ca65b6;
}
.scoreTotalTable .second p:nth-child(3) {
  color: #ca65b6;
}
.scoreTotalTable .third {
  background-color: rgba(151, 109, 213, 0.5);
}
.scoreTotalTable .third p:nth-child(1) {
  background-color: #8d63cb;
}
.scoreTotalTable .third p:nth-child(1)::after {
  border-color: transparent transparent transparent #8d63cb;
}

.scroreWeeklyTable {
  margin-bottom: 20px;
}
.scroreWeeklyTable .heading {
  text-align: center;
  font-size: 24px;
  color: #8652bc;
  margin-bottom: 12px;
  font-weight: 500;
}
.scroreWeeklyTable .heading .bi-lightning-charge-fill {
  fill: #a274d2;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.scroreWeeklyTable .area--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroreWeeklyTable .areaTitle {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 2px 8px;
}
.scroreWeeklyTable .area1 .areaTitle {
  background: -webkit-gradient(linear, left top, right top, from(#976bcf), to(#a980dd));
  background: linear-gradient(to right, #976bcf, #a980dd);
}
.scroreWeeklyTable .area1 thead {
  background-color: #aa86d7;
}
.scroreWeeklyTable .area1 th,
.scroreWeeklyTable .area1 td {
  border: 1px solid #9d68d5;
  border-right: none;
}
.scroreWeeklyTable .area1 td:first-child {
  color: #8256b9;
  background-color: rgba(170, 134, 215, 0.5);
}
.scroreWeeklyTable .area2 .areaTitle {
  background: -webkit-gradient(linear, left top, right top, from(#c356ac), to(#d76dc1));
  background: linear-gradient(to right, #c356ac, #d76dc1);
}
.scroreWeeklyTable .area2 thead {
  background-color: #c97db9;
}
.scroreWeeklyTable .area2 th,
.scroreWeeklyTable .area2 td {
  border: 1px solid #b64a9f;
}
.scroreWeeklyTable .area2 td:first-child {
  color: #b64a9f;
  background-color: rgba(201, 125, 185, 0.5);
}
.scroreWeeklyTable .area {
  width: 50%;
}
.scroreWeeklyTable .area table {
  width: 100%;
}
.scroreWeeklyTable .area th {
  color: #fff;
}
.scroreWeeklyTable .area tbody {
  background-color: rgba(255, 255, 255, 0.5);
}
.scroreWeeklyTable .area th,
.scroreWeeklyTable .area td {
  text-align: center;
  padding: 4px;
}

@media only screen and (max-width: 1280px) {
  .infoContent--wrapper {
    height: 680px;
  }
  .infoContent--body {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .infoContent--body {
    padding: 40px 20px;
  }
  .infoBtns {
    gap: 24px;
  }
  .scoreTabs {
    gap: 24px 40px;
  }
  .scoreTotalTable .thead p:nth-child(1),
  .scoreTotalTable .trow p:nth-child(1) {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
  .scoreTotalTable .thead p:nth-child(3),
  .scoreTotalTable .trow p:nth-child(3) {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
  .scoreTotalTable .thead p {
    font-size: 16px;
  }
  .scoreTotalTable .trow span {
    padding: 0 4px;
    font-size: 14px;
  }
  .scoreTotalTable .trow p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
  }
  .scoreTotalTable .trow p:nth-child(2) {
    font-size: 20px;
  }
  .scoreTotalTable .trow p:nth-child(3) {
    font-size: 30px;
    line-height: 30px;
  }
  .scroreWeeklyTable .area--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .scroreWeeklyTable .area {
    width: 100%;
  }
  .scroreWeeklyTable .area1 th,
  .scroreWeeklyTable .area1 td {
    border-right: 1px solid #9d68d5;
  }
}
@media only screen and (max-width: 768px) {
  .infoBtns {
    gap: 0;
  }
  .infoBtn {
    margin-bottom: 20px;
  }
  .infoBtn:not(:last-child) {
    margin-right: 2%;
  }
  .infoBtn img {
    width: 100%;
  }
  .infoContent--wrapper {
    height: 80vh;
    max-height: 680px;
  }
  .infoContent--wrapper .infoCha2 {
    width: 14vw;
    right: -8%;
    bottom: -7%;
  }
  .infoContent--border {
    padding: 20px;
  }
  .infoContent--body {
    padding: 0;
  }
  .infoContent--body .heading-l {
    font-size: 28px;
    margin-bottom: 18px;
    margin-bottom: 8px;
  }
  .infoContent--body .heading-l .bi-lightning-charge-fill {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .infoContent--body .heading-m {
    font-size: 16px;
    padding: 0 12px;
  }
  .infoContent--body time {
    font-size: 30px;
  }
  .infoContent--body .subsection {
    gap: 8px;
    margin-bottom: 16px;
  }
  .infoContent--body .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoContent--body .table-style1 {
    width: 100%;
  }
  .infoContent--body .table-style2 th,
  .infoContent--body .table-style2 td {
    padding: 4px 16px;
  }
  .scoreTabs {
    gap: 20px 28px;
  }
  .scoreTabs label {
    font-size: 28px;
    border-width: 4px;
  }
  .scroreWeeklyTable .areaTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .infoBtn {
    margin-bottom: 8px;
  }
  .infoBtn:not(:last-child) {
    margin-right: 4px;
  }
  .scoreTotalTable .thead p,
  .scoreTotalTable .trow p {
    padding: 8px 4px;
  }
  .scoreTotalTable .thead p:nth-child(1),
  .scoreTotalTable .trow p:nth-child(1) {
    -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
  }
  .scoreTotalTable .thead p:nth-child(3),
  .scoreTotalTable .trow p:nth-child(3) {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .scoreTotalTable .trow p:nth-child(1) {
    padding-right: 20px;
  }
  .scoreTotalTable .trow p:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
  }
  .scoreTotalTable .trow p:nth-child(3) {
    font-size: 26px;
  }
  .scoreTotalTable .trow span {
    margin: 0;
    font-size: 12px;
  }
}
.finals .title {
  position: relative;
  padding-top: 55px;
}
.finals .title::before {
  content: "";
  display: block;
  background-image: url(../img/title_finals-crown.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 228px;
  height: 46px;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.finalsBtns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.finalsBtns ul li {
  cursor: pointer;
}
.finalsBtns ul img {
  max-width: 100%;
}

.finalsInfoBtns {
  margin-bottom: 80px;
}
.finalsInfoBtns ul {
  gap: 48px;
}

.finalsRegisterBtns ul {
  gap: 32px;
}
.finalsRegisterBtns li:nth-child(odd) {
  margin-top: -120px;
}

@media only screen and (max-width: 768px) {
  .finalsInfoBtns {
    margin-bottom: 12%;
  }
  .finalsInfoBtns ul {
    gap: 4%;
  }
  .finalsInfoBtns li {
    width: 36%;
  }
  .finals .title {
    padding-top: 6vw;
  }
  .finals .title::before {
    width: 24vw;
    height: 5vw;
  }
  .finalsRegisterBtns ul {
    gap: 2%;
  }
}
@media only screen and (max-width: 576px) {
  .finals .title {
    padding-top: 9vw;
  }
  .finals .title::before {
    width: 36vw;
    height: 8vw;
  }
  .finalsInfoBtns {
    margin-bottom: 15%;
  }
  .finalsInfoBtns li {
    width: 45%;
  }
  .finalsRegisterBtns ul {
    gap: 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .finalsRegisterBtns li {
    width: 36%;
  }
  .finalsRegisterBtns li:nth-child(odd) {
    margin-top: -22%;
  }
}
.header--inner {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 0;
  height: 800px;
  background-image: url(../img/inner_kv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.header--inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14.5vw;
  left: 0;
  bottom: 0;
  background-image: url(../img/main_bg_01-1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 3;
}
.header--inner .logo {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 180px;
  z-index: 1;
}
.header--inner .logo img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .header--inner {
    background-image: url(../img/inner_kv_m.jpg);
    height: 58vw;
  }
  .header--inner .logo {
    top: initial;
    bottom: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15%;
    -webkit-filter: drop-shadow(0px 0px 6px #622c97);
            filter: drop-shadow(0px 0px 6px #622c97);
  }
}

.newsList {
  color: #fff;
}

.newsListTable {
  max-width: 1200px;
  margin: 0 auto 36px;
}
.newsListTable .newsListHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, right top, left top, from(#ebca4c), to(#7f3ec0));
  background: linear-gradient(to left, #ebca4c, #7f3ec0);
  padding: 12px 24px;
}
.newsListTable .newsListHead p {
  text-align: center;
}
.newsListTable .newsListHead p:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #fff;
}
.newsListTable .newsListHead p:nth-child(2) {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsListTable .newsListRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #21063b;
}
.newsListTable .newsListRow li {
  border-bottom: 1px solid #5f3885;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.newsListTable .newsListRow li:hover {
  background-color: #380e5f;
}
.newsListTable .newsListRow a {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsListTable .newsListRow h3 {
  font-size: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsListTable .newsListRow h3 span {
  color: #a769e5;
  margin-right: 24px;
}
.newsListTable .newsListRow time {
  text-align: right;
  font-size: 40px;
  line-height: 40px;
  color: #a769e5;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.newsListTable .newsListRow time span {
  font-size: 20px;
  margin-left: 8px;
}

.newsListPagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsListPagination li {
  margin: 0 2px;
}
.newsListPagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7f3ec0;
}
.newsListPagination li a.active {
  background-color: #7f3ec0;
}

@media only screen and (max-width: 768px) {
  .newsListTable .newsListRow h3 {
    font-size: 20px;
  }
  .newsListTable .newsListRow time {
    font-size: 34px;
    line-height: 34px;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
.newsDetailBox {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/newsDetail_bg.jpg);
  border: 1px solid #9a4ee3;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px rgba(165, 115, 212, 0.8);
          box-shadow: 0 0 25px rgba(165, 115, 212, 0.8);
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
}
.newsDetailBox .heading {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 28px;
  color: #6425a6;
  font-weight: bold;
}
.newsDetailBox .heading .bi-lightning-charge-fill {
  width: 24px;
  height: 24px;
  fill: #a274d2;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.newsDetailBox .detailContent {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 32px;
}
.newsDetailBox time {
  font-size: 18px;
  width: 175px;
  height: 58px;
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
  background-image: url(../img/newsDetail_time.png);
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-top: 10px;
}
.newsDetailBox .back {
  text-align: center;
}
.newsDetailBox .back a {
  display: inline-block;
  background-color: #a274d2;
  color: #fff;
  padding: 12px 24px;
}
.newsDetailBox .back span {
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .newsDetailBox {
    padding: 40px 4%;
  }
  .newsDetailBox .detailContent {
    padding: 4%;
  }
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(36, 16, 54, 0.8);
  width: 100%;
  height: 100%;
}