@charset "utf-8";

.event-content {
    display: block;
}

.event-end a {
   pointer-events: none;
}

.event-end .event-content::after {
    content: "종료";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60px);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px 16px;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 16px;
}

.button-item.button-primary {
    /* position: relative; */
    background-color: #1943d4;
    font-weight: 500;
}

.event-end .event-thum-img {
    position: relative;
}

.event-end .event-thum-img::before {
    content: "";
    position: absolute;
    left:  0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.img-responsive {
    display: block;
    width: 100%;
    padding: 20px 60px 0;
    background: #fff;
    /* background: #f9f9f9; */
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.event-thum-img {
    position: relative;
    /* border: 2px solid #f4f4f4; */
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}

/* .event-thum-img::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 15px;
    right: 15px;
    width: 90%;
    height: 20px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100%;
    filter: blur(10px);
    z-index: -1;
} */

.event-thum-info {
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.event-tab.tab-item > a.on {
    color: #1943d4;
}

.tab-item > .indicator {
    background-color: #1943d4;
}

.list-event-item {
    box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}

.skin-f9f9f9 .tab-item {
    background-color: transparent;
}


.thum-20260332 {
    overflow: hidden;
    position: relative;
}

.thum-20260332 img {
    position: relative;
    z-index: 3;
    background-color: transparent;
}

.thum-20260332::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}


.wrap-bg  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.wrap-bg .bg {
    width: 44%;
    height: 124px;
    position: absolute;
    top: 100px;
    left: 50%;
    opacity: .5;
    border-radius: 80%;
    filter: blur(20px);
    transform:translateX(-50%);
    z-index: 3;
}

.wrap-bg .bg-01 {      
    top: 40px;
    left: 170px;
    width: 180px;
    height: 180px;
    background-color: rgba(206, 224, 255, 1);
} 


@keyframes name {
    0% {
      opacity: .5;
    }
  
    100% {
      opacity: 1;
    }
  }


.icon-container {
    position: absolute;
    left: 50%;
    top:  70%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 5;
}

.icon-container .icon {
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: 48px auto;
    background-position: 0 0;   
    background-repeat: no-repeat; 
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.icon-container .icon-am1 {
    background-image: url(../../images/mv/plan/ico_assist01.png);    
    top: 19%;
    left: 25%;
    transform: translate(-10%, -50%) rotate(324deg) scale(.8);
    filter: blur(1.5px);
    opacity: .5;
    animation: floatYa 2.8s ease-in-out infinite;
}

.icon-container .icon-am2 {
    background-image: url(../../images/mv/plan/ico_assist02.png); 
    top: 33%;
    right: 16%;
    transform: translate(-50%, -50%) rotate(32deg) scale(1);
    animation: floatYb 2.8s ease-in-out infinite;
    /* animation-delay: .5s; */
    filter: blur(1px);
    opacity: .8;
}

.icon-container .icon-am3 {
    background-image: url(../../images/mv/plan/ico_assist03.png);    
    top: 60%;
    left: 41%;
    animation-delay: 0s;
    z-index: 999999;
    transform: translate(-26%, -30%) rotate(39deg) scale(.7);
    animation: floatYc 2.8s ease-in-out infinite;
    /* filter: blur(1px); */
    opacity: .8;
}

.icon-container .icon-am4 {
    background-image: url(../../images/mv/plan/ico_assist04.png); 
    top: 56%;
    left: 17%;
    transform: translate(-50%, -50%) rotate(32deg) scale(.5);
    animation: floatYd 2.8s ease-in-out infinite;
    filter: blur(3px);
    opacity: .7;
}

.icon-container .icon-am5 {
    background-image: url(../../images/mv/plan/ico_assist05.png);    
    top: 56%;
    right: 8%;
    animation-delay: 0s;
    z-index: 999999;
    transform: translate(-50%, -50%) rotate(39deg) scale(.6);
    animation: floatYe 2.8s ease-in-out infinite;
    filter: blur(3px);
    opacity: .6;
}


@keyframes floatYa {
  0% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
  25% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.8);
  }
  50% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
  75% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.8);
  }
  100% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
}

@keyframes floatYb {
  0% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
  25% {
     transform: translate(-42%, -58%) rotate(32deg) scale(1);
  }
  50% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
  75% {
     transform: translate(-42%, -58%) rotate(32deg) scale(1);
  }
  100% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
}


@keyframes floatYc {
  0% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
  25% {
     transform: translate(-26%, -38%) rotate(39deg) scale(.7);
  }
  50% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
  75% {
     transform: translate(-26%, -38%) rotate(39deg) scale(.7);
  }
  100% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
}


@keyframes floatYd {
  0% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
  25% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.5);
  }
  50% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
  75% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.5);
  }
  100% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
}

@keyframes floatYe {
  0% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
  25% {
     transform: translate(-42%, -58%) rotate(43deg) scale(.6);
  }
  50% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
  75% {
     transform: translate(-42%, -58%) rotate(43deg) scale(.6);
  }
  100% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
}