@charset "euc-kr";
:root { --color-main: #FF88FE; } 

.eventWrap { font-weight: 400; } 
.eventWrap .con_tit { margin:0 0 60px; letter-spacing: -0.8px; line-height: 1.4; } 
.eventWrap .con_tit .mini_tit { margin:0 0 30px; color:var(--color-main); display: block; line-height: 1.4; } 
.eventWrap .evSection { padding: 140px 0; } 
.eventVideo .video_box {z-index:1;}
.con_tit .end {z-index:1;}

/*evCon1*/
.eventWrap .evSection.evCon1 { padding: 0; position: relative; background-image: url("https://image.megagong.net/m/2025/0530_curr/sobang/evCon1_bg.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; } 
.evCon1 .inner { padding: 108px 0 50px; } 
.evCon1 .blin1 { position: absolute; top:0; left: 0; } 
.evCon1 .blin2 { position: absolute; bottom: 63px; right: 126px; } 
.evCon1 .con_tit { margin:0 0 10px; display: flex; align-items: center; justify-content: center; flex-direction: column; } 
.evCon1 .con_tit .img_wrap {position: relative;}
.evCon1 .cursor {position: absolute;bottom: 23%;right: 21%; display: block;}
.evCon1 .cursor.blink {display: none;}
.eventWrap .evCon1 .mini_tit { position: relative; margin: -45px 0 0; } 
.evCon1 .mini_tit span { opacity: 0.6; color:#111; line-height: 1.6; } 
.evCon1 .mini_tit::after {content: "";position: absolute;right: -32px;bottom: -2px;display: block;width: 27px;height: 33px;background-image: url("https://image.megagong.net/m/2025/0530_curr/fire.png");background-position: center center;background-repeat: no-repeat;background-size: cover;opacity: 1;animation: bounce 0.45s ease infinite alternate; } 
.evCon1 .computer_wrap {position: relative;margin: 40px auto 0;display: block;width: fit-content;}
.evCon1 .computer_wrap .img1 {position: relative;}
.evCon1 .computer_wrap .img2 {position: absolute;right: -32%;top: -7%; animation:float 3s infinite ease;}
.evCon1 .computer_wrap .img3 {position: absolute;left: -16%;top: 10%; animation:bounce 0.8s infinite ease;}
.evCon1 .computer_wrap .img4 {position: absolute;left: -43%;top: 22%; animation:float 4s infinite ease;}
.evCon1 .computer_wrap .img5 {position: absolute; display: block; left:50%; top:80px; transform: translateX(-50%); }
.evCon1 .computer_wrap .img5.blink {display: none;}

@-webkit-keyframes float { 
    0%{
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10px);
    }
    100%{
        transform: translate(0, 0);
    }
}
@-webkit-keyframes bounce { 
    100%{
        transform: translate(0, -8px);
    }
}

#fix_ban { position:sticky; left:0; top:-1px; z-index:2; display:block; width:100%; background: var(--color-main); } 
#fix_ban .btn_wrap { margin: 0 auto; display: flex; align-items: stretch; justify-content: center; } 
#fix_ban .btn_wrap li { flex: 1; position: relative; height: 100%; } 
#fix_ban .btn_wrap li.active a { background:#fff; color:#111; } 
#fix_ban .btn_wrap li a { display: flex; align-items: center; justify-content: center; padding:20px 0; width: 100%; height: 100%; min-height:105px; font-weight: 400; background: var(--color-main); color:#fff; font-size: 14px; } 
#fix_ban .btn_wrap li span { display:block; margin: 0 0 5px; color:#fff; opacity: 0.6; font-weight: bold; } 
#fix_ban .btn_wrap li.active span { color:var(--color-main); opacity: 0.6; } 


/*evCon2, evCon3*/
.mega_slick_wrap .mega_slick { display: flex; align-items: stretch; gap: 13px; } 
.mega_slick_wrap .item { display: flex; flex:1; flex-direction: column; align-items: center; border-radius: 24px; background: #FFF; } 
.mega_slick_wrap .item img { display: block; margin: 0 0 20px 10px; } 
.mega_slick_wrap .item .tit { margin: 10px auto 18px; font-weight: bold; line-height:1.4; } 
.mega_slick_wrap .item .det { line-height: 1.6; color:#555; } 


/*evCon2*/
.mega_slick_wrap .mega_slick.evCon2_slick {gap: 20px;}
.evCon2_slick .item { padding: 40px 30px 50px; border: 1px solid #ECECEC; box-shadow: 8px 3px 20px 0px rgba(0, 0, 0, 0.09); justify-content: center;} 
.evCon2_slick .item .num { font-weight: bold; color:var(--color-main); } 
.evCon2_slick .item .det b { color:#111; font-weight: bold; } 
.evCon2_slick .item .quote {margin: 17px auto 0;display: block;color:#777} 
.evCon2 .gry_box { margin:0 0 30px; padding: 30px 0px; border-radius: 2px; background: #F8F8F8; } 
.evCon2 .gry_box .list { display: flex; justify-content: center; align-items: flex-start; align-content: flex-start; flex-wrap: wrap; gap:20px; } 
.evCon2 .gry_box li { display: flex; align-items: center; gap:4px; line-height: 1;} 
.evCon2 .gry_box li::before { content: ""; margin:2px 0 0; display: block; width: 15px; height: 10px; background-image: url("https://image.megagong.net/m/2025/0530_curr/check.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; } 
.evCon2 .sub_tit { position:relative; margin:60px auto 30px; width: fit-content; font-weight: 500; } 
.evCon2 .sub_tit .quo1 { position: absolute; left: -10%; bottom: 9%; margin: 0; } 
.evCon2 .sub_tit .quo2 { position: absolute; right: -10%; bottom: 9%; margin: 0; } 


 
/*evCon3*/
.evCon3 { background: linear-gradient(0deg, #FF88FE 0%, #FF88FE 100%), #3D4612; } 
.eventWrap .evCon3 .mini_tit { color:#111; } 
.evCon3 .con_tit { color: #fff; } 
.evCon3_slick .item { padding: 40px 30px 45px 30px; } 

/*evCon4*/
.evCon4 .mo_show { display: none; } 
.evCon4 .step { margin: 60px auto 0; display: flex; justify-content: center; align-items: stretch; gap: 20px; } 
.evCon4 .step .item { display: flex; flex:1; padding-bottom: 30px; flex-direction: column; align-items: flex-start; border-radius: 20px; overflow: hidden; background: #FFF; } 
.evCon4 .step .item.active { border: 3px solid var(--color-main); box-shadow: 20px 20px 30px 0px #9BB9C7; } 
.evCon4 .step .top { display: flex; padding: 18px 0px; flex-direction: column; align-items: center; align-self: stretch; background: #FFF84B; } 
.evCon4 .step .item.active .top { background: var(--color-main); color: #fff; } 
.evCon4 .bot { padding: 30px 15px 0; background-color: #fff; width: 100%; } 
.evCon4 .chk_list li { display: flex; gap: 6px; text-align: left; } 
.evCon4 .chk_list li::before { content: ""; margin:5px 0 0; display: block; width: 17px; height: 12px; background-image: url("https://image.megagong.net/m/2025/0530_curr/check.png"); background-position: center center; background-repeat: no-repeat; background-size: cover; } 
.evCon4 .recommed { margin: 30px auto 0; padding: 25px 20px; border-radius: 2px; border: 1px solid #ECECEC; background: #FFF; min-height: 224px; width: 100%; } 
.evCon4 .recommed .cir_tit { margin: 0 auto 16px; display: flex; width: max-content; padding: 3px 20px; justify-content: center; align-items: center; border-radius: 50px; background: #111; color:#fff; } 
.evCon4 .recommed .det { color:#555555; line-height: 1.4; text-align: left; } 
.evCon4 .recommed .det.nth1 { margin: 0 0 20px; } 


/*evCon5*/
.eventWrap .evCon5 { padding: 140px 0 0; } 

@media screen and (max-width: 1200px) { 
    /*°ψΕλ*/
    .eventWrap .con_tit { margin: 0 0 7%; } 
    .eventWrap .evSection { padding: 18% 0; } 
    .eventWrap .con_tit .mini_tit { margin: 0 0 4%; } 

    #fix_ban .inner { width: 100%; } 
    #fix_ban .btn_wrap li a { min-height: unset; } 
    
    /*evCon1*/
    .evCon1 .inner { padding: 12% 0 6%; } 
    .evCon1 .con_tit { margin: 0; } 
    .eventWrap .evCon1 .mini_tit { margin: -5% 0 0; } 
    .evCon1 .mini_tit::after {right: -33px;bottom: -8px;} 

    /*evCon4*/
    .evCon4 .step { gap: 10px; } 
    .evCon4 .recommed { padding: 5vmin 2vmin; } 

    /*evCon5*/
    .eventWrap .evCon5 { padding: 18% 0 0; } 
}


@media screen and (max-width: 1024px){
    .eventWrap .slick-dots { margin:15px 0 0; display:flex; align-items: center; justify-content: center; gap:10px; } 
    .eventWrap .slick-dots li { width: 8px; height: 8px; border-radius: 100%; background-color: #bfbfbf; } 
    .eventWrap .slick-dots li button { font-size: 0; } 
    .eventWrap .slick-dots li.slick-active { background-color: #000; } 
    
    #fix_ban .inner { width: 100%; } 

    .evCon1 .blin1 {width: 39vw;} 
    .evCon1 .blin2 {width: 31vw;right: 3%;bottom: 6%;} 

    /*evCon4*/
    .evCon4 .mo_show { display: block; } 
    .evCon4 .pc_show { display: none; } 
    .evCon4 .swiper_tab_list { margin:6vmin auto 0; display: flex; align-items: stretch; } 
    .evCon4 .swiper_tab_list li { flex: 1 0 0; padding: 2vmin 0; background: #D1FF43; display: flex; align-items: center; justify-content: center; color:#111111; font-weight: bold; cursor: pointer; } 
    .evCon4 .swiper_tab_list li.active { background: var(--color-main); color:#fff; } 
    .evCon4 .bot { padding: 5vmin 2vmin; display: flex; align-items: center; flex-direction: column; min-height: 428px; } 
    .evCon4 .chk_list li { margin: 0 0 10px; } 
    .evCon4 .chk_list li br { display: none; } 
    .evCon4 .recommed { min-height: auto; width: max-content; padding: 4vmin 6vmin; margin: 5vmin auto 0; width: 80%; } 
    .evCon4 .recommed .det { text-align: center; } 
}


@media screen and (max-width: 992px){
    #fix_ban .btn_wrap li b { display: none; } 
    /*evCon1*/
    .evCon1 .cursor {width: 0.7vw; right: 20%;}

    /*evCon2, evCon3*/
    .mega_slick_wrap .mega_slick { display: block; } 
    .mega_slick_wrap .item { display: flex !important; width: 94% !important; margin:0 auto; } 

    /*evCon2_*/
    .evCon2_slick .item .det br {display: none;}
    .evCon2_slick .item { padding: 3vmin 1vmin; min-height: clamp(347px, 51vmin, 450px); box-shadow: none; } 
    .evCon2 .gry_box {width: 90%; margin:0 auto 5vmin; padding: 4vmin 2vmin;}
    .evCon2 .gry_box .list {gap:15px 10px;}
    .evCon2 .sub_tit .quo1 { left: -2%; bottom: auto; top: -41%; } 
    .evCon2 .sub_tit .quo2 { right: -2%; bottom: auto; top: -41%; } 

    /*evCon3*/
    .evCon3_slick .item {padding: 4vmin 2vmin;min-height: clamp(234px, 44vmin, 351px);} 
}

@media screen and (max-width: 576px){
    #fix_ban .btn_wrap li .event { border-radius: 50px; width: max-content; height: auto; padding: 1vmin 2vmin; } 
    #fix_ban .btn_wrap li a { padding: 5vmin 0; } 

    .evCon1 .computer_wrap .img1 {width: 72%;}
    .evCon1 .computer_wrap .img2 {width: 16%;right: -4%;}
    .evCon1 .computer_wrap .img3 {width: 15%;left: -5%;top: 34%;}
    .evCon1 .computer_wrap .img4 {width: 43%;left: -14%;top: 40%;}
    .evCon1 .computer_wrap .img5 {width: 35%; top:22%}

    /*evCon2, evCon3*/
    .mega_slick_wrap .item img { margin: 0 0 4% 10px; } 
    .mega_slick_wrap .item .tit { margin: 3% auto 5%; } 

    /*evCon4*/
    .evCon4 .bot { min-height: 340px; padding: 6.5vmin 2vmin; } 
}