.eveCont .naviBtns {
  position: absolute;
  width: 75.5%;
  height: 40%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.eveCont .naviBtn {
  flex-basis: 48%;
  font-size: 0;
}

.eveCont .swiper00 {
  position: absolute;
  top: 13.8%;
}

.eveCont .swiper00 .swiper-slide {
  width: 88.8%;
  margin: 0 1.6%;
}

.eveCont .swiper00 .eventLink.buyButton {
  width: 100%;
  height: 5%;
  bottom: 6.5%;
}

.eveCont .evtSwiper.swiper4 {
  position: absolute;
  top: 7%;
}
.eveCont .evtSwiper_obj.swiper3 {
  position: absolute;
  top: 7%;
}

.eveCont .evtSwiper_obj.swiper3 .swiper-slide {
  width: 88%;
  margin: 0 1.6%;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  overflow: hidden;
}
.eveCont .evtSwiper.swiper4 .swiper-slide {
  width: 88%;
  margin: 0 1.6%;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  overflow: hidden;
}
.evtSwiper03 .swiper-wrapper {
  transition-timing-function: linear;
}

.eveCont .video_box video {
  width: 100%;
  height: 100%;
}
.eveCont .video_box {
  position: absolute;
  width: 90%;
  height: 33.6%;
  top: 24%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.eveCont .bag_slide.video_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
}
.eveCont .bag_slide.video_box video {
  object-fit: cover;
  width: 101%;
  height: 101%;
}
.eveCont .video_box.video_box2 {
  position: absolute;
  width: 90%;
  height: 67%;
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.eveCont .video_box.video_box3 {
  position: absolute;
  width: 84%;
  height: 65%;
  top: 27%;
  left: 50%;
  transform: translate(-50%, 0px);
}
.video_box3 img {
  width: 100%;
}
.slider_txt span {
  font-weight: bold;
}
.slider_txt {
  position: absolute;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0px);
  font-size: 3.5rem;
}
.obj_slide .obj {
  position: absolute;
  opacity: 0;
  width: 30%;
}

.obj_slide .obj.active {
  animation: fadeInOut 4s ease-in-out;
}
.obj_slide .obj img {
  width: 100%;
}
.obj_slide .obj.obj1 {
  top: 24%;
  left: 12%;
}
.obj_slide .obj.obj2 {
  top: 58%;
  left: 60%;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.gtwrap {
  position: absolute;
  width: 88.8%;
  z-index: 2;
  top: 29.2%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.gtwrap.gt2 {
  top: 37.5%;
  gap: 80px;
}

.gtwrap .gauge {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(-125deg, rgba(18, 181, 96, 1) 0%, rgba(249, 255, 166, 1) 100%);
  animation: ani_gp ease-in-out infinite 2s;
}
.gtwrap .gauge.gauge01 {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(-125deg, rgba(18, 181, 96, 1) 0%, rgba(249, 255, 166, 1) 100%);
  animation: ani_gp_90 ease-in-out infinite 2s;
}

.gtwrap .gauge .per {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  animation: fade_inout ease-in-out infinite 2s;
}

.gtwrap .gauge .per > em {
  font-size: 48px;
  font-weight: 600;
}

@keyframes ani_gp {
  0% {
    width: 10%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani_gp_90 {
  0% {
    width: 10%;
  }
  60% {
    width: 90%;
  }
  100% {
    width: 90%;
  }
}
@keyframes fade_inout {
  0% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.eveCont .visual_text {
  position: absolute;
  width: 16%;
  left: 3.5%;
  animation: growShrink 1s infinite ease-in-out;
}
.eveCont .main_text1 {
  top: 16%;
  z-index: 3;
}
.eveCont .main_text2 {
  top: 33%;
  z-index: 2;
}
.eveCont .main_text3 {
  top: 49%;
  z-index: 1;
}

.eveCont .target1 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 85%;
  left: 0%;
}
.eveCont .target3 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 37.6%;
  left: 0%;
}
.eveCont .target4 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 64.6%;
  left: 0%;
}
.eveCont .eventLink.btn01 {
  width: 24%;
  height: 20%;
  top: 72%;
  left: 3%;
  transform: none;
}
.eveCont .eventLink.btn02 {
  width: 22%;
  height: 20%;
  top: 72%;
  left: 28%;
  transform: none;
}
.eveCont .eventLink.btn03 {
  width: 22%;
  height: 20%;
  top: 72%;
  left: 51.5%;
  transform: none;
}
.eveCont .eventLink.btn04 {
  width: 22%;
  height: 20%;
  top: 72%;
  left: 75%;
  transform: none;
}
.eveCont .eventLink.btn05 {
  width: 76%;
  height: 8.8%;
  top: 81%;
}
.eveCont .eventLink.btn06 {
  width: 89%;
  height: 6.8%;
  top: 88%;
}
.eveCont .eventLink.btn07 {
  width: 100%;
  height: 100%;
  top: 0%;
}
.eveCont .eventLink.btn_slide {
  width: 85%;
  height: 11.8%;
  top: 85%;
}
.eveCont .eventLink.btn_banner {
  width: 100%;
  height: 100%;
  top: 0%;
}

.flow_wrap {
  background-color: #f2d7ff;
  padding: 8% 3%;
}
.eveCont .btns .eventLink {
  width: 80%;
  height: 5.6%;
  bottom: 5.9%;
}

.eveCont .btns.btns01 .eventLink {
  width: 80%;
  height: 5.6%;
  bottom: 9.1%;
}

.eveCont .btns .btnDefault {
  cursor: default;
}

.eve_detail .btnApp {
  display: none;
}

/* mo */
.mo .obj_slide .obj.obj1 {
  top: 23.5%;
  left: 12%;
}
.mo .obj_slide .obj.obj2 {
  top: 55%;
  left: 60%;
}
#container.mo .slider_txt {
  font-size: 1.8rem;
}

#container.mo .eveCont .evtSwiper .swiper-slide {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}

#container.mo .eveCont .evtSwiper.swiper00 .swiper-slide,
#container.mo .eveCont .evtSwiper.swiper001 .swiper-slide {
  box-shadow: none;
}

#container.mo .gtwrap {
  height: 37%;
}

#container.mo .gtwrap .gauge {
  height: 3rem;
  border-radius: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}

#container.mo .gtwrap .gauge:nth-child(2) {
  top: 33%;
}

#container.mo .gtwrap .gauge:nth-child(3) {
  top: 66%;
}
#container.mo .gtwrap .gauge:nth-child(4) {
  top: 100%;
}
#container.mo .gtwrap .gauge:nth-child(5) {
  top: 132%;
}

#container.mo .gtwrap.gt2 .gauge:nth-child(2) {
  top: 44%;
}

#container.mo .gtwrap.gt2 .gauge:nth-child(3) {
  top: 89%;
}

#container.mo .gtwrap .gauge .per {
  font-size: 1.2rem;
  right: 1.8rem;
}

#container.mo .gtwrap .gauge .per > em {
  font-size: 2.4rem;
}

/* app */
.eve_detail.app .btnApp {
  display: block;
}

.eve_detail.app .btnDefault {
  display: none;
}
.eveCont .eventLink.btnPopup {
  width: 90%;
  height: 7.5%;
  top: 85%;
}

/*
  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: 4.01% 6.307%;
  color: #3c3c3c;
  letter-spacing: -1px;
}

.eveCont .popupWrap .popup .content .tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  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: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;
}
.txcp.notforsale {
  text-align: center;
  padding: 4% 0 2% 0;
}
.txcp {
  text-align: center;
  padding: 2% 0;
}
.btnClose span {
  font-weight: 100;
  font-size: 2rem;
  padding-left: 1%;
}
/* 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;
}
.eveCont .swiper2 .swiper-pagination {
  z-index: 1;
}
.eveCont .swiper2 .swiper-pagination-bullet {
  background-color: #fff0;
  border: 1px solid #111;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.eveCont .swiper2 .swiper-pagination-bullet-active {
  background-color: #111;
}
