#wrap .eve_detail .evtNavi.line {
  padding: 00px;
  background-color: #242424;
}

#wrap .eve_detail .evtNavi.line .inner {
  gap: 0px;
}

#wrap .eve_detail .evtNavi.line button {
  height: 118px;
}

#wrap .eve_detail .evtNavi.line button {
  background-color: #242424;
}
#wrap .eve_detail .evtNavi.line button.on {
  background-color: #181818;
}
#wrap .eve_detail .evtNavi.line button.on em:after {
  width: 100%;
  background-color: #F25670;
}
.btn_area .btn_wrap {
  text-align: center;
}
.top .eveVideo {position: absolute;width: 100%;top: 0%;z-index: 0;}
.imgTop{
  z-index: 1;
}
#eventTypeArea.btn_area .btn_wrap{
  background-color: #465aa5!important;
  margin-top: -1%;
}
.eveCont .video01 {
  position: absolute;
  height: 109%;
  right: 0;
  top: 0;
  z-index: -1;
}
.eveCont.top{
  background-color: #e8ecf2;;
}
.eveCont.top img{
z-index: 2;
position: relative;
}
.eveCont .btn01 {
  position: absolute;
  width: 1%;
  height: 1%;
  top: 5%;
}
.eveCont .btn02 {
  position: absolute;
  width: 90%;
  height: 6%;
  top: 87%;
}
.bubble{
  position: absolute !important;
  top: 54%;
  left: 48%;
  width: 41% !important;
  animation: floatItem 1s ease-in-out infinite;
}
@keyframes floatItem {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
/* mo */
#wrap .mo .eve_detail .evtNavi.line {
  padding: 0!important;
}

#wrap .mo .eve_detail .evtNavi.line .inner {
  gap: 0
}

#wrap .mo .eve_detail .evtNavi.line button {
  height: 5.5rem;
  line-height: 130%;
}
.mo .evtNavi.line button{
  font-size: 1.3rem;
}
.mo .evtNavi.line button em{
  font-size: 1.6rem;
}
#wrap .eve_detail .evtNavi.line button.on {
  color: #fff;
  background-color: #181818;
}
.evtNavi.line button.on em  {
  color: #fff;

}
.evtNavi.line button.on em:after  {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F25670;
}
#wrap .eve_detail .evtNavi.line button.on2 {
  color: #fff;
  background-color: #181818;
}
.evtNavi.line button.on2 em  {
  color: #fff;

}
.evtNavi.line button.on2 em:after  {
  content: "";
  position: absolute;
  width: 100%!important;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F25670;
}
.mo .evtNavi.line button em:after {
  height: 0.3rem;
  width: calc(100% - 1.6rem);
}