.fancybox-button--play,.fancybox-button--arrow_right,.fancybox-button--arrow_left {
  display: none !important;
}
.homepage {
  height: 100%;
  position: relative;
  /* height: 200vh; */
  background: #000000;
}
/* V2.0 */
.section_header {
  padding-bottom: 3%;
}
/* V2.0 */
.section_header .section{
  position: relative;
}
.Gamerstorm_section {
  overflow: hidden;
  position: relative;
  background: #000000;
}
.section_header {
  /* height: 100vh; */
}

.changesvg {
  border-radius: 6px;
}
.changesvg .greenpath {
  stroke-dasharray: 182;
  stroke-dashoffset: var(--progress_dashoffset);
  stroke: #008c8c;
  stroke-width: 2.4;
  fill: transparent;
  transform: rotate(180deg);
  transform-origin: center;
}

/* Keyframes */
@keyframes dash {
  0% {
    stroke-dashoffset: 216px;
  }
  100% {
    stroke-dashoffset: 368px;
  }
}

/* .section_header .section {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section img {
   max-height: 100vh;
} */
/* slider */

#slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
#slider canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#slider img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
	opacity: 1;
  transition: all .3s;
}
#slider .slide_img {
  background-color: #000000;
  line-height: 0;
}
#slider .swiper-slide {
  height: initial;
}
#slider .swiper-slide.swiper-slide-active img {
	opacity: 1;
	transition-delay: .3s;
}
.canvas-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slider-inner {
  position: absolute;
  display: flex;
  align-items: end;
  width: 100%;
  /* max-width: 700px; */
  margin: 0 auto;
  z-index: 5;
  left: 7%;
  bottom: 21%;
}
#slider-content div.slide_text{
  display: none;
}
#slider-content div span{
  font-size: 30px;
  /* letter-spacing: -1px; */
  color: #ffffff;
  margin: 20px 0 60px;
}
#slider-content .slide_title_text,#slider-content .slide_title_text span{
  font-family: font03;
  font-size: 28px;
  color: #ffffff;
}
#slider-content .slide_title_text{
  display: none;
}
#slider-content .slide_title_text.active{
  display: block;
}
#slider-content .slide_slogan_text,#slider-content .slide_slogan_text p {
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;
  font-family: font01;
  line-height: 40px;
  margin-top: 20px;
  width: 400px;
  min-height: 120px;

}
#slider-content .slide_slogan_text {
  display: none;
}
#slider-content .slide_slogan_text.active {
  display: block;
  text-transform: uppercase;
}
#slider-content #slide-textarea {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  width: 100%;
}
.slide-link {
  opacity: 0;
  margin-top: 0px;
  position: absolute;
  bottom: 14%;
  left: 6%;
  transition: all .1s ease-in-out;
}
.slide-link.active {
  opacity: 1;
}
.slider-btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-btn div svg{
  fill: #303030;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.slider-btn div:hover svg{
  fill: #008c8c;
}
.slider-btn-left {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: rotate(180deg) translate(0, -50%);
  z-index: 200;
}
.slider-btn-right {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 200;
}
/* V2.0 */
.slide-num {
  position: absolute;
  right: 7%;
  bottom: 19%;
  z-index: 5;
}
/* V2.0 */
.slide-num ul{
  display: flex;
}
.slide-num ul li{
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #727272;
  transition: all .3s ease-in-out;
}
.slide-num ul li.active{
  background-color: #008c8c;
}
/* slider */



@keyframes loading {
  20% {
      transform: scale(0.1);
      fill: #e3e3e3;
  }

  40% {
      transform: scale(1);
      fill: #888888;
  }
}
/* loading */


/* media */
@media screen and (max-width: 1366px) {
  .swipe_text_title {
    font-size: 24px;
  }
  .swipe_text_textarea {
    width: 100%;
  }
  .section_events {
    margin: 4% 5% 4% 5%;
    min-height: 30vh;
    overflow: visible;
  }
  .section_video {
    margin: 0px 5% 75px 5%;
    min-height: 30vh;
  }
}
@media screen and (max-width: 1280px) {
  .swiper_num {
    bottom: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper_num {
    bottom: 8%;
  }
}
@media screen and (max-width: 991px) {
  #slider-content #slide-title span {
    font-size: 28px;
  }
  .slider-inner {
    bottom: 40%;
  }
  .homepage .section{
    margin-top: 70px;
  }
  .slide-num,.slide-link {
    bottom: 15%;
  }
}
@media screen and (max-width: 840px) {
  .header_nav .header_nav_series li {
    margin-left: 20px;
  }
  .slider-btn-left {
    top: 42%;
  }
  .slider-inner {
    height: 300px !important;
  }
  .header-search-wp {
    width: 31.66667%;
  }
}
@media screen and (max-width: 480px) {
  .slide-num {
    bottom: 3%;
  }
  .slide-link {
    bottom: -3%;
  }
  .slider-btn {
    height: 500px;
  }
  .slider-inner {
    position: absolute;
    margin-top: 50px;
    bottom: 1%;
  }
  #slider-content .slide_title_text, #slider-content .slide_title_text span {
    font-size: 20px;
  }
  #slider-content .slide_slogan_text, #slider-content .slide_slogan_text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section_header, .slider-inner {
    height: auto !important;
  }
  .homepage .section{
    margin-top: 70px;
  }
  #slide-num {
    font-size: 24px;
  }
  #slider-content #slide-title span {
    font-size: 24px;
  }
  #slider-content div p {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
  }
  .section_events {
    min-height: auto;
  }
  .events {
    display: flex;
    flex-direction: column;
  }
  .events_img_content {
    position: relative;
    width: 100%;
  }
  .events_text_swiper {
    width: 100%;
    position: relative;
  }
  .swiper_text_lists {
    margin-left: 0%;
    display: block;
  }
  .swipe_text_list {
    display: none;
  }
  .swipe_text_list.ani {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  .swiper_text_lists>div{
    width: 100%;
  }
  .swipe_text_list .Common_link {
    margin-top: 6%;
  }
  .video_text_title {
    font-size: 28px;
  }
  .video_text_list{
    display: none;
    position: relative;
  }
  .video_text_list.ani{
    display: block;
  }
}