
/* //////////////////////////////////// sec04 遊戲指南 //////////////////////////////////// */


#section04 .guide{
  display: flex;
  flex-direction: column;
  width: 70%;
}

#section04 .items{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#section04 .items a{
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 316px;
  max-height: 555px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
}

#section04 .items a .item_bg_l{
  filter:brightness(85%);
}
#section04 .items a .item_bg_s{
  display: none;
}

#section04 .items a:hover{
  filter:brightness(120%);
  transform:scale(1);
  transition:filter 0.3s ease-in-out;
}
#section04 .items a:hover .item_bg_l{
  filter:brightness(105%);
}


#section04 .items a .guide_icon{
  position: absolute;
  bottom:10%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section04 .items a .guide_icon span{
  margin-top: .5rem;
  font-size: large;
}

/* BTN X 更多指南*/
#section04 .guide .btn{
  width: 200px;
  margin: 2rem auto 7px auto;
  animation: btn_light 3s infinite alternate;
}
    @keyframes btn_light{
      20%{
        filter: brightness(1.2);
      }
      40%{
        filter: brightness(1);
      }
      60%{
        filter: brightness(1.2);
      }

      80%{
        filter: brightness(1);
      }

    }




#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


[data-aos='fade-in'].aos-animate {
  opacity: 1;
}


/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */



@media screen and (max-width: 1921px) {

}

@media screen and (max-width: 1600px) {

}





@media screen and (max-width: 1441px) {
}




@media screen and (max-width: 1400px) {
}


@media screen and (max-width: 1281px) {
  /* ////////////////// section02 //////////////////  */
  #section02 .mySwiper2 h4{
    font-size: 1rem;
    line-height: 26px;
  }

}



@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1025px) {

  /* ////////////////// 04_ //////////////////  */


  #section04 .items a .item_bg_l{
    display: none;
  }
  #section04 .items a .item_bg_s{
    display: block;
  }
  #section04 .guide{
    width: 65%;
    margin: 0 auto ;
  }
  #section04 .items{
    flex-direction: column;
    align-items: center;
  }
  #section04 .items a{
    max-width: 800px;
    max-height: 243px;
    align-items: center;
  }

  #section04 .items a .guide_icon{
    bottom: unset;
    flex-direction:row;
    margin-bottom: 2rem;
  }
  .guide_icon img{
    width: 100px;
  }
  #section04 .items a .guide_icon span{
    width: 100px;
    font-size: 1.5rem;
  }

  #section04 .guide .btn{
    width: 300px;
  }
}



@media screen and (max-width: 992px) {

}




@media screen and (max-width: 769px) {
}



@media screen and (max-width: 576px) {

  /* ////////////////// sec04 ////////////////// */
  #section04 .guide{
    width: 90%;
  }
  #section04 .guide .btn{
    width: 280px;
    margin: 1rem auto 7px auto;
  }
  .guide_icon img{
    width: 50px;
  }
  #section04 .items a .guide_icon{
    margin-bottom: 1rem;
  }
  #section04 .items a .guide_icon span{
    width: 80px;
    font-size: 1.2rem;
  }

}


@media screen and (max-width: 431px) {
}



@media screen and (max-width: 390px) {
}


@media screen and (max-width: 376px) {

  /* ////////////////// sec04 ////////////////// */

  #section04 .items a{
    margin-bottom: 0;
  }

  
}
