
/* a,
button {
  background-color: #ff0000;
  opacity: 0.4;
} */


.eve_detail .evtNavi button{
  flex-basis: calc((100% / 3) - 2px);
}


.eveCont .btnBox {
  position: relative;
}

.eveCont .eventLink {
  position: absolute;
  left: 50%;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  transform: translateX(-50%);
  /* background-color: #ff0000;
  opacity: 0.4; */
}
.swiper1 {
  position: absolute;
  top: 20%;
  left: 0;
}
.eveCont .evtSwiper.swiper1 .swiper-slide {
  width: 84%;
  margin: 0 1.6%;
}
.swiper-pagination-bullets{
  text-align: center;
  position: absolute;
  bottom: 2%;
  z-index: 1;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #014EDB;
  background: none;
  opacity: 1;
  
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #014EDB;
}
.eve_detail .evtNavi button{
  width:100.1%
}
.eveCont .btnBox .eventLink {
  width: 88%;
  height: 43%;
  bottom: 38%;
}

.eveCont .eventLink.btnPopup {
  width: 90%;
  height: 11.5%;
  top: 82.5%;
}
.eveCont .eventLink.btn02 {
  width: 100%;
  height: 32%;
  top: 0%;
}
.eveCont .eventLink.btn03 {
  width: 100%;
  height: 32%;
  top: 34%;
}
.eveCont .eventLink.btn04 {
  width: 100%;
  height: 32%;
  top: 68%;
}


/*
  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;
}

/* 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
;
;
}

