#wrap .eve_detail .evtNavi.line {
  padding: 00px;
  background-color: #181818;
}

#wrap .eve_detail .evtNavi.line .inner {
  gap: 0px;
}

#wrap .eve_detail .evtNavi.line button {
  height: 118px;
}

#wrap .eve_detail .evtNavi.line button {
  background-color: #181818;
}
.card_top a{
  width: 100%;
  position: absolute;
  height: 80%;
  top: 0;
}
.navBtnWrap{
  display: flex;
  width: 93%;
  height: 25%;
  position: absolute;
  top: 62.8%;
  row-gap: 2.9%;
  column-gap: 0.8%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  background: none;
  flex-direction: row;
  flex-wrap: wrap;
}
/* .eveCont.sticky{
  position: sticky;top: 19rem;z-index: 2;
}
.mo .eveCont.sticky{
  position: sticky;top: 11rem;z-index: 2;
} */
.navBtnWrap .naviBtn{
  flex-basis: 14.5% !important;
  height: 100% !important;
  border: 0 !important;
}
.bgTarget .price strong{
  color: #fff!important;
}
.bgTarget .name strong{
  color: #fff!important;
}
.bgTarget{
  background-color: #000;
  margin-top: 0!important;
}
.bgTarget .btn_wrap .btn_mid.btn_outline{
  background-color: #fff!important;
}
.obj{
  position: absolute;
}
.obj.obj1{
  top: 13%;
  left: 0;
  width: 46%;
  animation: fadeIn 0.2s ease-in forwards; 
  opacity: 0;
  animation-delay: 1s;
  transform: scale(0.8);
  filter: blur(10px);
}
.obj.obj2{
  top: 25%;
  right: 0;
  width: 33%;
  animation: fadeIn 0.2s ease-in forwards; 
  animation-delay: 2s;
    opacity: 0;
    transform: scale(0.8);
    filter: blur(10px);

}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(10px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.obj.obj3{
  top: 4%;
  right: 4%;
  width: 83%;
}
/* #wrap .eve_detail .evtNavi.line button.on {
  background-color: #181818;
} */
#wrap .eve_detail .evtNavi.line button.on em:after {
  width: 100%;
  background-color: #00BA1A;
}
.btn_area .btn_wrap {
  text-align: center;
}
.btn_area .btn_wrap button.btn_{
  border-radius: 8px;
  display: inline-block;
  height: 100px !important;
  width: 666px;
  font-size: 28px;
}
.mo .btn_area .btn_wrap button.btn_{
  border-radius: 5px;
    display: inline-block;
    height: 5rem!important;
    width: 100%!important;
    font-size: 1.4rem;
}
.evtSwiper .eventLink{
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  top: 0!important;
  left:0!important;
  transform: none!important;
}
.eveCont .eventLink.btn00 {
  width: 91%;
  height: 8%;
  top: 89.5%;

}
.eveCont .balloon {
  position: absolute;
  width: 50%;
  /* height: 8%; */
  top: 47%;
  left: 25%;
  animation: floatWave 2s ease-in-out infinite;
}
@keyframes floatWave {
  0% {
    transform: translate(0, 15%);
  }
  50% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, 15%);
  }
}
.eveCont .eventLink.btn01 {
  width: 90%;
  height: 3%;
  top: 30%;
}
.eveCont .eventLink.btn02 {
  width: 90%;
  height: 3%;
  top: 33.1%;
}


.eveCont .eventLink.btn03 {
  width: 90%;
  height: 3%;
  top: 33%;

}
.eveCont .eventLink.btn04 {
  width: 100%;
  height: 100%;
  top: 0%;

}

.eveCont .logo {
  position: absolute;
  bottom: 18%;
  right: 9.2%;
  width: 16.25%;
}

.eveCont .evtSwiper {
  position: absolute;
  bottom: 5%;
}
.scroll-ani-wrap .scroll-ani-img{
  animation: auto_scroll ease-in-out infinite 5s;
 }
 @keyframes auto_scroll {
  
 0% {
  transform: translateY(0%);
}
20% {
  transform: translateY(0%);
}
40% {
  transform: translateY(-44.089%);
}
65% {
  transform: translateY(-44.089%);
}
100% {
  transform: translateY(0%);
}
}
.scroll-ani-wrap {
  width: 89.744%;
  height: 60%;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0%);}
.eveCont .evtSwiper .swiper-slide {
  width: 88.8%;
  margin: 0 1.334%;
}

/* 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.9rem;
  line-height: 130%;
}


/*
  popup
*/
.eveCont .popupWrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.eveCont .popupWrap.on {
  display: flex;
}

.eve_detail .eveCont .popupWrap .popup {
  max-width: 370px;
  background-color: #fff;
}

.eve_detail .eveCont .popupWrap .popup .content {
  padding: 7.01% 6.307%;
  color: #3c3c3c;
  letter-spacing: -1px;
}

.eve_detail .eveCont .popupWrap .popup .content .tit {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.eve_detail .eveCont .popupWrap .popup .content dl {
  margin: 16px 0 10%;
  font-size: 14px;
  line-height: 150%;
}

.eveCont .popupWrap .popup .content dt {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 100%;
  border-left: 3px solid #3c3c3c;
  padding-left: 10px;
}

.eveCont .popupWrap .popup .content .imgBox img {
  display: block;
  width: 63.5%;
  margin: 0 auto;
}

.eve_detail .eveCont .popupWrap .popup .btnClose {
  width: 100%;
  height: 70px;
  background-color: #11b561;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
}
.eve_detail .eveCont .popupWrap .popup .btnClose span {
  font-weight: 100;
  font-size: 30px;
  padding-left: 1%;
  padding-bottom: 5px;
}
.eve_detail .eveCont .popupWrap .popup .btnClose:after {
  content:unset;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  height: 0;
  margin-left: 0;
  width: 0;
}
.eveCont .popupWrap .popup .btnClose:after {
  content: "";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  transform: rotate(135deg);
  width: 12px;
}
/* mo */
#container.mo .eveCont .popupWrap .popup {
  max-width: 666px;
  width: 88.8%;
  background-color: #fff;
} 
#container.mo .eve_detail .eveCont .popupWrap .popup {
  max-width: 666px;
  width: 88.8%;
  background-color: #fff;
}

#container.mo .eve_detail .eveCont .btnPopup{
  display: block;
}

.mo .eveCont .popupWrap .popup .content .tit{
  font-size: 2rem;
}
.mo .eveCont .popupWrap .popup .content dl{
  font-size: 1.2rem;
}
.mo .eveCont .popupWrap .popup .btnClose{
  width: 100%;
  height: 5.5rem;
  background-color: #11b561;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex
;
;
}
