﻿@charset "utf-8";


/* 20200318 소등 이벤트 :: S*/
.event_switch{position: relative;}
.event_switch .bee_switch{position: absolute;top: 39.1%;left: 30.8%;width: 37%;z-index: 9}
.event_switch .bee_switch a{display: block;position: absolute;left: 0;width: 54%;height: 100%;top: 0;}
.event_switch .blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0}
.event_switch .bee img.img1{position: absolute;top: 52.6%;left: 40.3%;width: 28.9% !important;z-index: 1;}
.event_switch .bee img.img2{position: absolute;top: 40.8%;left: 0.2%;}

.star_area p{opacity: 0;position: absolute;width: 5%;}
.star_area p.on{opacity: 1;}
.star_area p.star1{top: 1.4%;left: 3.7%;}
.star_area p.star2{top: 2.9%;left: 9%;}
.star_area p.star3{top: 7%;left: 1.5%;}
.star_area p.star4{top: 0%;left: 67.3%;}
.star_area p.star5{top: 1.2%;left: 91.2%;}
.star_area p.star6{top: 3.4%;left: 86.7%;}
.star_area p.star7{top: 4.5%;left: 91.4%;}
.star_area p.star8{top: 12%;left: 88.2%;}
.star_area p.star9{top: 41.2%;left: 79.6%;}
.star_area p.star9.on2{animation: staropacity 1.5s ease-in-out infinite;}


@keyframes staropacity {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes staropacity {
  0%   { opacity: 1; }
  30%  { opacity: 1; }
  70%  { opacity: 0; }
  100% { opacity: 1; }
}
/* 20200318 소등 이벤트 :: E*/

/* 20200420 vip choice 이벤트 추가 :: S*/
/* 20200626 수정 S */
/* 20200727 수정 S */
.event_vipchoice .vipchoice01{position: relative;}
.event_vipchoice .vipchoice01 .rdo {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0}        
.event_vipchoice .vipchoice01 .rdo + label {display: inline-block; box-sizing: border-box; padding: 3px 0 3px 32px; background: url('/pub/mob/images/add_event/vip_choice/rdo.png') no-repeat 10.3% center / 9%; font-size: 14px; font-weight: 400; line-height: 1.4em; color: #333;width: 100%;height: 100%;}
.event_vipchoice .vipchoice01 .rdo:checked + label {background-image: url('/pub/mob/images/add_event/vip_choice/rdo_on.png');}
.event_vipchoice .vipchoice01 .label01 {position: absolute;width: 53%;height: 10.4%;left: 23.2%;top: 41.2%;}
.event_vipchoice .vipchoice01 .label02 {position: absolute;width: 53%;height: 10.4%;left: 23.2%;top: 53.6%;}
.event_vipchoice .vipchoice01 .label03 {position: absolute;width: 53%;height: 10.4%;left: 23.2%;top: 66%;}
.event_vipchoice .vipchoice01 .btn_choice {position: absolute;width: 36%;height: 7.2%;left: 32%;top: 79.4%;}
/* 20200727 수정 E */
/* 20200626 수정 E */
/* 20200420 vip choice 이벤트 추가 :: E*/