@charset "UTF-8";

body {
  color: #fff;
  font-size: .8rem;
  background-color: #060015;
}

#globalBackground {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(41deg, #001a8b, #07002a 18%, #060015);
  pointer-events: none;
}

#globalBackground:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/G/noise-bg.png);
  z-index: 10;
}

.Txt::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  padding-top: 180%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/G/play-circle.png);
}

.Txt .titleBox {
  margin-bottom: 3rem;
}

.Txt .titleBox h1 {
  font-size: 4rem;
}

.Txt p span {
  display: block;
  line-height: 2;
}

.leftBox {
  width: 30vw;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 6vw;
  z-index: 10;
}

.rightBox {
  padding-left: 50vw;
}

.Video-nav {
  position: fixed;
  top: 50%;
  left: 30vw;
  text-align: center;
  width: 20vw;
}

.Video-nav .item-btn a {
  text-align: center;
  line-height: 3;
  cursor: pointer;
  display: block;
  color: #999;
}

.Video-nav .item-btn a.active {
  color: #fff;
}

#slider-main {
  position: relative;
  height: 100%;
  padding-top: 80vh;
  width: calc(100% - 6vw);

}


.videoGroup {
  position: absolute;
  top: 30%;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: .5s;

}



.ShowGroup01 .videoGroup#videoGroup01,
.ShowGroup02 .videoGroup#videoGroup02,
.ShowGroup03 .videoGroup#videoGroup03,
.ShowGroup04 .videoGroup#videoGroup04,
.ShowGroup05 .videoGroup#videoGroup05,
.ShowGroup06 .videoGroup#videoGroup06,
.ShowGroup07 .videoGroup#videoGroup07 {
  opacity: 1;
  display: block;
  transition: .5s;
}

.ShowGroup01 #btnGroup01,
.ShowGroup02 #btnGroup02,
.ShowGroup03 #btnGroup03,
.ShowGroup04 #btnGroup04,
.ShowGroup05 #btnGroup05,
.ShowGroup06 #btnGroup06,
.ShowGroup07 #btnGroup07 {
  color: #fff;
  font-size: 1.2rem;
}

@media(min-width:991px) {

  .ShowGroup01 .Video-nav {
    transform: translateY(0);
  }

  .ShowGroup02 .Video-nav {
    transform: translateY(-12%);
  }

  .ShowGroup03 .Video-nav {
    transform: translateY(-24%);
  }

  .ShowGroup04 .Video-nav {
    transform: translateY(-36%);
  }

  .ShowGroup05 .Video-nav {
    transform: translateY(-48%);
  }

  .ShowGroup06 .Video-nav {
    transform: translateY(-60%);
  }

  .ShowGroup07 .Video-nav {
    transform: translateY(-72%);
  }
}

.item-btn b::after {
  content: '';
  width: 0px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 1s;
}


.item-btn a.show b::after {
  width: 200px;
}

.videoGroup .item .innerImg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  /* opacity: 0.9; */
  background: radial-gradient(circle at center, rgba(6, 0, 21, 0.8) 0%, rgba(6, 0, 21, 1) 100%);
}


.videoGroup .item {
  padding-bottom: 10%;
  display: block;
  position: relative;
}

.videoGroup .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  padding-top: 10%;
  opacity: 0.8;
  background-image: url(../images/G/icon-play.svg);
}

.videoGroup .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  padding-top: 15%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
  transition: .5s;


  animation-name: heartBeat;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;

}


@media(max-width:991px) {
  .leftBox {
    margin-top: 80px;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .Txt::before{
    top: 0;
    opacity: 0.3;
  }
  .Txt p{
    text-align: justify;
  }
  .Txt p span {
    display: inline;
    line-height: 1;
}

  .rightBox {
    padding-left: 0;
    padding-bottom: 30%;
  }

  #VideoBox {
    padding-top: 10%;
  }

  #slider-main {
    position: relative;
    height: 100%;
    padding-top: 0;
    width: 100%;
  }

  .Video-nav {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .item-btn a.show b::after {
    display: none;
  }

  .videoGroup {
    padding: 15% 5%;
    top: 0;
  }

  .videoGroup .item .innerImg:after {
    opacity: 0.5;
  }

  .Video-nav {
    border: 2px solid #eee;
    border-width: 1px 0;
    padding: 10px 20px;
  }
  .scroll-point{
   
  }
  .scroll-point::after {
   content: '';
    width: 100%;
   height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    background-color: rgb(11 5 35 / 70%);
    background-image: url(../images/G/scroll-hor.svg);
    z-index: 10;

    pointer-events: none;
  }

  .Video-nav .item-btn {

    white-space: nowrap;
  }

  .Video-nav .item-btn a {
    color: #333;
  }

  .Video-nav .item-btn a.show {
    color: #fff;
    transform: scale(1.1);
  }

  .innerImg {
    width: 100%;
    padding-top: 50%;
}
}



@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }

  28% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;

  }

  42% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;

  }

  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  14% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }

  28% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  42% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }

  70% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}