@charset "euc-kr"; @keyframes float { 
 0% { transform: translateX(-50%) translateY(0); } 
 50% { transform: translateX(-50%) translateY(5px); } 
 100% { transform: translateX(-50%) translateY(0); } 
 }
 
 /* common */
 .fff { color: #fff; } 
 .f00 { color: #f00; } 
 
 .point { color:#0024ff !important } 
 .point_bg { background:#0024ff !important } 
 .sobang .point { color: #ff4f00 !important; } 
 .sobang .point_bg { background: #ff4f00 !important; } 
 
 .point2 { color:#c7ff80 !important } 
 .sobang .point2 { color: #ffff30 !important; } 
 
 .dim { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); color: #fff; display: flex; align-items: center; justify-content: center; z-index: 3; } 
 
 /* flt */
 .eventWrap .evSection b { font-weight:700 } 
 .eventWrap .evSection strong { font-weight:900; } 
 
 /* swiper */
 .swiper_common_wrap { position: relative; margin-bottom: 50px; margin: 0 -39px 0 0; } 
 .swiper_common_wrap .swiper_common.swiper-initialized { position: relative; overflow: hidden; max-width: 1118px; margin: 0 auto; } 
 
 /* pagination */
 .swiper_common_wrap .swiper-pagination { position: relative; display: flex; justify-content: center; top: auto; bottom: auto; margin-top: 15px; z-index: 2; } 
 .swiper_common_wrap .swiper-pagination-bullet { background: #ccc; opacity: 1; width: 12px; height: 12px; transition: all .5s ease; } 
 .swiper_common_wrap .swiper-pagination-bullet-active { background: #222; } 
 
 /* button */
 [class*="swiper-button-"]:after { font-size: 0; } 
 [class*="swiper-button-"].swiper-button-disabled { opacity: 1; } 
 .swiper_common_wrap .arrow { position: absolute; top: 55%; transform: translate(0, calc(50%)); left: -15px; z-index: 2; background: url(https://image.megagong.net/m/2024/0619_festa/arrow2.png) no-repeat center; width: 54px; height: 54px; background-size: auto 100%; filter: drop-shadow(2px 4px 6px #d9d9d9); } 
 .swiper_common_wrap .arrow.swiper-button-next { left: auto; right: -5px; background: url(https://image.megagong.net/m/2024/0619_festa/arrow3.png) no-repeat center; } 
 
 
 /* settings */
 .eventWrap .evSection { background-size: auto 100%; } 
 .evSection:not(.evtoggleWarning,.evCon1,.evCon3) { padding: 140px 0; position: relative; } 
 .eventWrap .evSection .lecture { max-width:1000px; margin:0 auto } 
 
 .eventWrap .con_tit .tag { margin: 0 auto 30px; display: block; } 
 .eventWrap .con_tit .tag img { width: min(282px,40%); } 
 
 /* text style */ 
 .con_tit { margin-bottom: 80px; line-height: 1.2; } 
 .con_tit h4 { font-weight: 900; font-size: 44px; } 
 .con_tit .top_txt { font-size: 26px; margin-bottom: 10px; font-weight: 700; } 
 .con_tit .sub_txt { margin-top: 25px; font-size: 24px; } 
 
 /* button box */
 .btn_box { display: flex; } 
 .btn_box a { display: block; margin: 0 auto; width: fit-content; } 
 
 /* tab */
 .tab_base { display: flex; width: 100%; justify-content: center; } 
 
 /* fix_menu */
 .fix_menu { background: #00b6ff; z-index: 11; position: relative; width: 100%; bottom: 0; display: none; } 
 .fix_menu.on { position: fixed; display: block; } 
 .fix_menu ul { max-width: 1080px; margin: 0 auto; display:flex; justify-content:space-between; align-items: center; position: relative; z-index: 5; } 
 .fix_menu ul li { flex: 1; } 
 .fix_menu ul li a { display: flex; align-items: center; justify-content: center; gap: 5px; position: relative; height: 100px; } 
 .fix_menu ul li:not(:last-child) a::before { content: ''; display: block; position: absolute; height: 50%; width: 1px; right: 0; top: 50%; transform: translateY(-50%); background: #66d3ff; } 
 
 .sobang .fix_menu { background: #fe8c34; } 
 .sobang .fix_menu ul li:not(:last-child) a::before { background: #ffb980; } 
 
 .fix_menu ul li a b { font-size: 18px; color: #fff; } 
 .fix_menu ul li.on a b { color:#000 } 
 .fix_menu ul li a span { margin-top: -30px; } 
 
 .fix_menu ul li:first-child a,.fix_menu ul li:last-child a { gap:0 } 
 .fix_menu ul li:first-child a span { margin-left: -5px; } 
 .fix_menu ul li:last-child a span { margin-left: -20px; } 
 
 
 /* evCon1 */
 .evCon1 { background: #64e3fd url(https://image.megagong.net/m/2024/0619_festa/main_bg.jpg) center no-repeat; color: #fff; padding: 200px 0 150px; background-size: auto 100% !important; } 
 .evCon1 .fix_right { position: absolute; right: -375px; top: 0; } 
 .evCon1 .fix_right li:not(:last-child) { margin-bottom: 10px; } 
 .evCon1 .fix_right li a { display: block; } 
 .evCon1 .btn_box { position: relative; margin-top: 100px; } 
 .evCon1 .btn_box .cloud { position: absolute; left: 50%; transform: translateX(-50%); top: -40px; animation: float 2s infinite ease-in-out; } 
 .evCon1 .btn_box > a img.show { display: block; } 
 .evCon1 .btn_box > a img.hide { display: none; } 
 .evCon1 .btn_box > a:hover img.hide { display: block; } 
 .evCon1 .btn_box > a:hover img.show { display: none; } 
 .evCon1 .top_txt { font-size: 30px; letter-spacing: 2rem; font-weight: 900; margin-bottom: 35px; } 
 .evCon1 .main_txt { margin-right: -140px; } 
 .evCon1 .date_txt { margin: -15px auto 20px; font-size: 36px; letter-spacing: -.1rem; color: #181b3e; } 
 .evCon1 .bottom_txt { font-size: 20px; color: #181b3e; } 
 .sobang .evCon1 { background: #fcb1a0 url(https://image.megagong.net/m/2024/0619_festa/main_bg_sobang.jpg) center no-repeat; } 
 
 /* evCon2 */
 .evCon2 { background: #e8f9ff; } 
 .evCon2 .con_tit { margin-bottom:0 } 
 .sobang .evCon2 { background: #fff6f1; } 
 .evCon2 .sub_txt { width: 500px; border-radius: 30px; line-height: 60px; font-size: 23px; margin: 50px auto; position: relative; } 
 .evCon2 .sub_txt i { position: absolute; top: -15px; left: -15px; } 
 .evCon2 .sub_txt i.on { display: none; } 
 
 
 /* evCon3 */
 .evCon3 { background: #ffffff url(https://image.megagong.net/m/2024/0619_festa/con3_bg.jpg) no-repeat center; padding: 400px 0 180px; position: relative; } 
 .sobang .evCon3 { background-image: url(https://image.megagong.net/m/2024/0619_festa/con3_bg_sobang.jpg); } 
 .evCon3 .txt { font-size: 32px; font-weight: 900; } 
 .evCon3 .txt p:nth-child(2) { margin: 65px auto 25px; font-size: 24px; } 
 .evCon3 .txt p:nth-child(3) { font-size: 24px; color: #636363; font-weight: normal; } 
 
 /* common status */
 .state_box_wrap { position: relative; overflow: hidden; border-radius: 30px; margin: 80px auto 60px; } 
 .state_box_wrap .dim a { font-weight: 700; border-bottom: 1px solid; margin-left: 10px; } 
 .state_box_wrap .state_box > a { border: 0; border-bottom: 1px solid; color: #333; border-radius: 0; padding: 0; font-weight: 700; font-size: 14px; } 
 .state_box_wrap .state_box { gap: 120px; } 
 .state_box_wrap .state_box .state_list { gap: 80px; } 
 
 .state_box { background: #fff; border-radius: 30px; height: 68px; align-items: center; justify-content: center; padding-right: 60px; padding-left: 100px; gap: 85px; } 
 .state_box > a { font-size: 12px; border-radius: 20px; border: 1px solid #cecece; padding: 3px 15px; display: flex; align-items: center; justify-content: center; gap: 5px; } 
 .state_box .state_list { gap: 50px; justify-content: center; } 
 .state_box .state_list li { font-size: 17px; } 
 .state_box .state_list li span { position: relative; padding: 0 14px 0 10px; margin-right: 12px; } 
 .state_box .state_list li span::before { position: absolute; top: 50%; left: 0; width: min(3px,1vmin); height: min(3px,1vmin); transform: translate(0,-50%); content: ''; background-color: #000; border-radius: 50%; } 
 .state_box .state_list li span::after { position: absolute; top: 50%; transform: translate(0,-50%); content: ''; width: 1px; right: 0; height: 50%; background-color: #000; } 
 .state_box .state_list li strong { font-weight: 900; font-size: 22px; } 
 .sobang .state_box .state_list li strong { color: #fc3457; } 
 
 /* evBingo */
 .evBingo { background: #4a5df9; } 
 .sobang .evBingo { background: #ff6c28; } 
 .evBingo .con_tit .end::after { background-color: #000; } 
 .evBingo .container_info { max-width: 940px; margin: 0 auto; } 
 .evBingo .container_info.ver_circle .info .info_title { background: #000; width: 135px; font-size: 18px; font-weight: normal; } 
 .evBingo .container_info.ver_circle .info .info_date { font-size: 18px; /* font-weight: 700; */ } 
 .evBingo .container_info.ver_circle .info .info_date ol { line-height: 1.7; } 
 .evBingo .container_info.ver_circle .info .info_date ol li { display: flex; gap:10px; align-items: flex-start; } 
 .evBingo .container_info.ver_circle .info .info_date ol li:not(:last-child) { margin-bottom: 8px; } 
 .evBingo .container_info.ver_circle .info .info_date ol li p { padding-top: 10px; font-weight: normal; } 
 /* evBingo - benefit_box */
 .evBingo .benefit_box { color: #fff; margin: 75px auto 60px; background: #3e2cff; border-radius: 20px; display: flex; justify-content: center; gap: 70px; align-items: center; height: 165px; } 
 .evBingo .benefit_box li { display: flex; align-items: center; gap: 15px; font-size: 18px; text-align: left; font-weight: 100; } 
 .evBingo .benefit_box li p span { display: block; font-size: 12px; border-radius: 20px; width: fit-content; padding: 1px 15px; margin-top: 5px; background: #fff; color: #4430ff; font-weight: 700; } 
 .sobang .evBingo .benefit_box { background: #e64d00; } 
 .sobang .evBingo .benefit_box li p span { background: #fff; color: #e74d03; } 
 
 /* evBingo - board_box */
 .evBingo .board_box { margin-top: 30px; position: relative; } 
 .evBingo .board_box .dim { font-size: 34px; font-weight: 700; border-radius: 20px; } 
 .evBingo .board_box .dim p a { display: block; margin: 32px auto 0; font-size: 20px; color: #000; background: #fff; border-radius: 50px; line-height: 80px; width: 390px; } 
 .evBingo .board_box .flex { border-radius: 20px; flex-wrap: wrap; overflow: hidden; border: 4px solid; box-sizing: border-box; } 
 .evBingo .board_box .flex li { flex: 1 1 30%; overflow: hidden; position: relative; background: #afff00; padding: 70px 0; border: 1px solid; border-width: 0 1px 1px 0; } 
 .sobang .evBingo .board_box .flex li { background: #ffdb39; } 
 .evBingo .board_box .flex li:nth-child(3n) { border-right: 0; } 
 .evBingo .board_box .flex li:nth-child(n+7) { border-bottom: 0; } 
 .evBingo .board_box .flex li:nth-child(odd) { background: #dcfe92; } 
 .sobang .evBingo .board_box .flex li:nth-child(odd) { background: #fded92; } 
 .evBingo .board_box .flex li a { background: #121635; display: block; color: #fff; line-height: 45px; font-size: 18px; max-width: 210px; margin: 0 auto; border-radius: 30px; } 
 .evBingo .board_box .flex li .bonus { font-style: normal; background: #3f2cff; border-radius: 30px; font-size: 14px; width: 135px; height: 25px; display: flex; align-items: center; justify-content: center; position: absolute; top: 35px; left: 50%; transform: translateX(-50%); } 
 .sobang .evBingo .board_box .flex li .bonus { background: #ff4f00; } 
 .evBingo .board_box .flex li.clear a { background: #ddd; } 
 .evBingo .board_box .flex li.clear:before { content: ''; display: block; background: url(https://image.megagong.net/m/2024/0619_festa/clear.png) no-repeat center; background-size: contain; width: min(50%,143px); height: min(50%,142px); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; } 
 .evBingo .board_box .flex li.clear:after { content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 101%; height: 101%; background-color: rgba(0,0,0,0.8); } 
 .evBingo .board_box .flex li strong { font-size: 24px; display: block; height: 55px; } 
 .evBingo .board_box .flex li span { background: #3d28ff; width: fit-content; color: #fff; border-radius: 0 0 30px 30px; font-size: 20px; font-weight: 900; position: absolute; left: 15px; top: 0; line-height: 55px; padding: 0 19px; } 
 .sobang .evBingo .board_box .flex li span { background: #ff4f00; } 
 .evBingo .board_box .flex li p { padding-bottom: 115px; margin-bottom: 45px; position: relative; } 
 .evBingo .board_box .flex li p::before { content: ''; display: block; background: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo1.png) no-repeat center; background-size: auto; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 95px; height: 90px; } 
 .evBingo .board_box .flex li:nth-child(2) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo2.png); } 
 .evBingo .board_box .flex li:nth-child(3) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo3.png); } 
 .evBingo .board_box .flex li:nth-child(4) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo4.png); } 
 .evBingo .board_box .flex li:nth-child(5) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo5.png); } 
 .evBingo .board_box .flex li:nth-child(6) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo6.png); } 
 .evBingo .board_box .flex li:nth-child(7) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo7.png); } 
 .evBingo .board_box .flex li:nth-child(8) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo8.png); } 
 .evBingo .board_box .flex li:nth-child(9) p::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/icn_bingo9.png); } 
 
 /* evBingo - alert_box */
 .evBingo .alert_box { width: min(90%,455px); position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; font-size: 20px; background: #fff; display: flex; flex-direction: column; justify-content: center; font-weight: 700; height: 165px; border: 1px solid; gap: 15px; filter:drop-shadow(2px 4px 6px rgba(0,0,0,.7)); z-index: 2; } 
 .evBingo .alert_box button { color: #fff; background: #000; border-radius: 30px; width: fit-content; margin: 0 auto; padding: 9px 31px; font-size: 14px; } 
 
 /* evMission */
 .evMission { background: #3246f4; overflow-y: visible !important; overflow-x: clip !important; } 
 .sobang .evMission { background: #f6601b; } 
 .sobang .evMission .tab_base li a { color: #8c3f19; } 
 
 .evMission .tab_base li { flex: 1; } 
 .evMission .tab_base li a { color: #222d91; display: block; padding: 22px 0; font-size: 24px; font-weight: 700; border-bottom: 1px solid; } 
 .evMission .tab_base li.on a { color: #fff; border-bottom: 2px solid #fff; } 
 .evMission .panel_base .title_tab { margin: 55px auto 45px; font-size: 18px; color: #fff; } 
 .evMission .panel_base .flex { gap: 30px; flex-wrap: wrap; } 
 .evMission .panel_base .flex li { border-radius: 15px; position: relative; width: 340px; } 
 .evMission .panel_base .flex li.clear:before { content: ''; display: block; background: url(https://image.megagong.net/m/2024/0619_festa/clear.png) no-repeat center; background-size: contain; width: min(50%,143px); height: min(50%,142px); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; } 
 .evMission .panel_base .flex li.clear:after { content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); } 
 .evMission .panel_base .flex li.clear a { background: #ddd; } 
 
 .evMission .panel_base .flex li .content { background: #fff; height: 385px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 20px 20px 0 0; } 
 .evMission .panel_base .flex li .content > span:not(.hash) { background: #c4ff00; width: fit-content; padding: 3px 13px; margin: 0 auto; border-radius: 30px; font-size: 12px; letter-spacing: .1rem; } 
 .sobang .evMission .panel_base .flex li .content > span:not(.hash) { background: #fef737; } 
 .evMission .panel_base .flex li .content strong { font-size: 20px; display: block; /* margin: 15px auto 30px; */padding-top: 12px; /* height: 100px; */ } 
 .evMission .panel_base .flex li .content strong + img { margin: 15px auto; } 
 .evMission .panel_base .flex li .content p { color: #434343; font-size: 15px; margin-top: 15px; } 
 .evMission .panel_base .flex li .content .hash { font-size: 13px; } 
 .sobang .evMission .panel_base .flex > li > a { background: #281e19; } 
 .evMission .panel_base .flex > li > a { border-radius: 0 0 20px 20px; background: #121635; display: block; color: #fff; line-height: 65px; font-size: 18px; position: relative; } 
 .evMission .panel_base .flex > li > a.done { background: #2434ba; color:#6e7cf8; cursor: default; } 
 .sobang .evMission .panel_base .flex > li > a.done { background: #b74a14; color:#e87f4a; cursor: default; } 
 .evMission .panel_base .flex li .icn_coming { position: absolute; right: 30px; bottom: -10px; z-index: 2; } 
 .evMission .panel_base .flex li .icn_bonus { position: absolute; right: -18px; top: -18px; } 
 .evMission .panel_base .flex li .app { display: flex; gap: 5px; margin-top: 15px; } 
 .evMission .panel_base .flex li .app li { width: auto; } 
 .evMission .panel_base .flex li .app li a { display: block; } 
 
 .evMission .panel_base .tiny_noti { text-align: left; margin-top: 60px; color: #a9b2fb; font-size: 14px; } 
 .evMission .panel_base .tiny_noti a { border-bottom: 1px solid; font-size: 12px; font-weight: 900; } 
 
 .sobang .evMission .panel_base .tiny_noti { color: #fff; opacity: .8; } 
 
 /* event */
 .event1 .gift { margin: 5% auto; } 
 
 .event1 { background-color: #feffd4; } 
 .event1 .con_tit .end::after { background-color: #000; } 
 .event1 .con_tit h4 span { color:#222 } 
 .event1 .con_tit h4 { margin: 35px auto 27px; } 
 .event1 .container_info { flex-direction: row; } 
 .event1 .container_info .info { width: auto; flex:1 } 
 
 .event1 .tab_base { gap: 40px; margin-bottom: 55px; } 
 .event1 .tab_base li a { color: #606060; display: block; font-size: 20px; flex-direction: column; display: flex; gap: 15px; } 
 .event1 .tab_base li a img { filter: brightness(0.5); border-radius: 50%; } 
 .event1 .tab_base li.on a { color: #000; font-weight: 900; } 
 .event1 .tab_base li.on a img { filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2)); border: 3px solid #cfd31d; } 
 .sobang .event1 .tab_base li.on a img { border-color: #f9de28; } 
 
 .event1 .panel_base ul.flex { justify-content: center; gap: 30px; flex-wrap: wrap; } 
 .event1 .panel_base ul.flex li { width: 340px; border-radius: 15px; overflow: hidden; position: relative; } 
 .event1 .panel_base ul.flex li .content { background: #fff; display: flex; flex-direction: column; justify-content: center; } 
 .event1 .panel_base ul.flex li a { background: #121635; display: block; color: #fff; line-height: 65px; font-size: 20px; } 
 .sobang .event1 .panel_base ul.flex li a { background: #281e19; } 
 .event1 .panel_base ul.flex li a span { color: #ffff30; } 
 .event1 .panel_base ul.flex li a:hover { background: #74914f; } 
 .sobang .event1 .panel_base ul.flex li a:hover { background: #ff8c35; } 
 
 .event1 .container_info.ver_circle .info .info_title { background: #121635; font-weight: normal; } 
 .event1 .gift { margin: 40px -13px 60px; } 
 
 .event2 { background-color: #c7ff80; } 
 .sobang .event2 { background-color: #ffe189; } 
 .event2 .circle_txt { position: relative; margin-bottom: 25px; } 
 .event2 .circle_txt::before { content: ''; display: block; width: 100%; height: 1%; background: #000; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } 
 .event2 .circle_txt span { position: relative; padding: 0 20px; background: #ccff78; font-size: 26px; display: block; width: fit-content; margin: 0 auto; font-weight: 700; } 
 .sobang .event2 .circle_txt span { background-color: #ffe189; } 
 .event2 .event_step { gap: 15px; } 
 .event2 .event_step .step { padding: 40px 0 0; height: 250px; border-radius: 20px; } 
 .event2 .event_step .step::before { background-image: url(https://image.megagong.net/m/2024/0619_festa/arrow.png); width: 39px; height: 39px; right: -26px; filter: drop-shadow(2px 4px 6px #d9d9d9); } 
 .event2 .event_step .step::after { display: none; } 
 .event2 .event_step .step i { font-size: 14px; color: #868686; background: #ededed; margin-bottom: 10px; padding: 0 15px; line-height: 25px; border-radius: 30px; font-style: normal; } 
 .event2 .event_step .step span { font-size: 14px; margin-top: 15px; margin-bottom: 0; font-weight: normal; } 
 .event2 .event_step .step span.big { font-size:18px; margin: 0; } 
 .event2 .btn_box { gap:20px; justify-content: center; margin: 40px auto 100px; } 
 
 .eventBoard .evtBoard_common { background: #e3ffc0; border-radius: 0 0 20px 20px; } 
 .sobang .eventBoard .evtBoard_common { background: #ffedb9; } 
 
 .shareList ul { border-radius: 20px 20px 0 0; } 
 .eventBoard .evtBoard_common .info_wrap.with_tip button { border-bottom: 1px solid; font-weight: 700; font-family: 'Noto Sans KR'; font-size: 16px; } 
 
 /* gong */
 .shareList.ver2 ul li dl.sns dt { background-color: #23cfff; } 
 .shareList.ver2 ul li dl.naver dt { background-color: #3c28ff; } 
 .shareList.ver2 ul li dl.daum dt { background-color: #0edd43; } 
 .shareList.ver2 ul li dl.etc dt { background-color: #868686; } 
 .shareList.ver2 ul li dl.sns dd,.shareList.ver2 ul li dl.naver dd,
 .shareList.ver2 ul li dl.daum dd,.shareList.ver2 ul li dl.etc dd { border:1px solid #c6c6c6; color:#888888; } 
 /* sobang */
 .sobang .shareList ul li dl.sns dt { background-color: #f6601b; } 
 .sobang .shareList ul li dl.naver dt { background-color: #862cfe; } 
 .sobang .shareList ul li dl.daum dt { background-color: #94d304; } 
 .sobang .shareList ul li dl.etc dt { background-color: #868686; } 
 .sobang .shareList ul li dl.sns dd, .sobang .shareList ul li dl.naver dd,
 .sobang .shareList ul li dl.daum dd, .sobang .shareList ul li dl.etc dd { border:1px solid #c6c6c6; color:#888888; } 
 
 
 .event2 .btn_box { display: flex; justify-content: center; gap: 20px; margin: 40px auto 100px; width: min(820px, 95%); } 
 .event2 .btn_box a { overflow: hidden; border-radius: 50px; margin: 0; } 
 
 /* waring */
 .evtoggleWarning .warningList li ul li a { padding: 0 0 2px; border-bottom: 1px solid; } 
 
 /* ÆÐ½º À¯ÀÇ»çÇ× ÆË¾÷*/
 .popupPass { width: min(710px,90%); display: none; position: absolute; bottom: -290px; left: 50%; z-index: 2; transform: translateX(-50%); } 
 .popupPass .close { display: flex; justify-content: flex-end; } 
 .popupPass .close button { font-weight: 100; font-size: clamp(12px,4vmin,35px); } 
 .popupPass .con_box { border: 1px solid #979797; padding: clamp(10px,4vmin,40px); font-size: 14px; text-align: left; background: #fff; color: #6f6f6f; } 
 .popupPass .con_box dt { font-size: 18px; color: #000; font-weight: 700; margin-bottom: 8px; } 
 .popupPass .con_box dt span { font-size: 16px; font-weight: normal; } 
 .popupPass .con_box dl:not(:last-child) { margin-bottom: 30px; } 
 .popupPass .con_box .submit { color: #fff; background: #000; display: block; width: fit-content; margin: clamp(10px,2vmin,20px) auto 0; padding: 6px 38px; font-size: clamp(11px,1.3vmin,13px); } 
 .sobang .popupPass { bottom: -30px; } 
 
 /* common pop */
 .mg_popup_wrap { font-family: 'Noto Sans KR'; text-align: center; line-height: 1.4; } 
 .mg_popup_wrap .title { margin-bottom: 30px; } 
 .mg_popup_wrap .title span { border-radius: 20px; font-size: 12px; line-height: 30px; display: block; width: fit-content; margin: 0 auto; padding: 0 25px; } 
 .mg_popup_wrap .title strong { display: block; margin-top: 10px; font-size: 30px; font-weight: 900; } 
 .mg_popup_wrap .title p { font-size: 15px; color: #333333; margin-top: 15px; } 
 .mg_popup_wrap .title p + p { font-size: 12px; color: #929292; margin-top: 3px; } 
 
 /*½º¸¶Æ®·¯´× ¾Û ÈÄ±â ÀÛ¼ºÇÏ±â*/
 .popupApp .mg_filebox_wrap { background: #fafafa; margin: 0 -20px; padding: 30px 20px; text-align: left; } 
 .popupApp .mg_filebox_wrap > p { margin: 25px auto 5px; font-size: 12px; color: #999; } 
 .popupApp .mg_filebox_wrap > dl { font-size: 13px; } 
 
 /* 7ÀÏ ¿¬¼Ó Ãâ¼® Ã¼Å©ÇÏ±â */
 .popupAttend .dim { font-size: 20px; font-weight: 700; flex-direction: column; gap: 30px; } 
 .popupAttend .status { padding: 20px 0; border: 1px solid; margin-bottom: 30px; } 
 .popupAttend .status .status_top { display: block; font-size: 15px; } 
 .popupAttend .status b { font-size: 22px; display: block; margin: 5px auto 7px; } 
 .popupAttend .status .status_bottom { font-size: 12px; color: #929292; } 
 .popupAttend .status .status_bottom span { color: #000; } 
 .popupAttend .table { font-size: 14px; position: relative; } 
 
 .popupAttend .table thead th:first-of-type,
 .popupAttend .table tbody td:first-of-type { color:#f00 } 
 .popupAttend .table thead tr { background: #f9f9f9; border: 1px solid #dedede; } 
 .popupAttend .table thead th { padding: 7px 0; border-right: 1px solid #dedede; } 
 
 .popupAttend .table tbody td.today { border: 2px solid #0024ff; } 
 .popupAttend .table tbody td { height: 100px; border: 1px solid #dedede; position: relative; } 
 .popupAttend .table tbody td span { position: absolute; top: 5px; left: 5px; } 
 .popupAttend .table tbody td i { font-style: normal; color: #fff; height: 65px; width: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto; background: #949494; } 
 
 
 /* ÀÀ¸ðÇöÈ² */
 .dim_bnrwrp { z-index: 12; } 
 .clickPop { padding: 30px 20px 35px; width: min(510px,90%) !important; font-family: 'Noto Sans KR'; } 
 .popupStatus .dim_popup.sns .tit { font-weight: 900; } 
 .popupStatus .status_title { text-align: left; margin-bottom: 10px; } 
 .popupStatus .status_title strong { position: relative; padding-left: 12px; font-size: 15px; color: #333; } 
 .popupStatus .status_title strong:before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #333; /* ¿øÇÏ´Â »ö»óÀ¸·Î º¯°æ */ } 
 .popupStatus .status_title strong span { margin-left: 10px; padding-left: 10px; position: relative; } 
 .popupStatus .status_title strong span:before { content:''; display:block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2px; background: #333; height: 50%; } 
 .popupStatus .status_title p { font-size: 13px; text-indent: 13px; opacity: .9; } 
 .popupStatus .tbl_wrap { max-height: 141px; overflow-y: scroll; border: 1px solid #ddd; } 
 .popupStatus .dim_popup.sns table tr th, .popupStatus .dim_popup.sns table tr td { border-width: 0 1px 1px 0 } 
 .popupStatus .dim_popup.sns table tr:last-child td { border-bottom: 0; } 
 .popupStatus .tbl_wrap1 { margin-bottom: 30px; } 
 
 @media screen and (max-width: 1200px){
 .eventWrap { font-size: clamp(13px,1.6vmin,16px); } 
 .eventBoard .evtBoard_common .info_wrap .tip_list ,.event2 .event_step .step span { font-size: clamp(12px,1.6vmin,16px); } 
 .eventWrap .tiny_noti { font-size: clamp(10px,1.3vmin,13px); } 
 .evSection:not(.evtoggleWarning,.evCon1,.evCon3) { padding: 15% 0; } 
 .eventWrap .con_tit .tag { margin-bottom: 4%; } 
 .con_tit { margin-bottom: 10%; } 
 .con_tit h4 { font-size: clamp(20px,5.6vmin,46px); margin: 0 auto; } 
 .con_tit .sub_txt { font-size: clamp(16px,3.4vmin,24px); margin-top: 3% } 
 .con_tit .top_txt { margin-bottom: 1%; font-size: clamp(15px,3vmin,26px); } 
 .circle_txt { margin-bottom: 5%; } 
 
 .swiper_common_wrap { margin: 0 auto; } 
 
 /* fix_menu */
 .fix_menu.on { bottom: 70px; } 
 .fix_menu ul li a { gap: 0; } 
 .fix_menu ul li a span, .fix_menu ul li:last-child a span,.fix_menu ul li:first-child a span { margin-top: 0; margin-left: -10%; } 
 .fix_menu ul li a b { width: 53%; } 
 .fix_menu ul li a img { width: 65%; } 
 .fix_menu ul li a, .fix_menu ul li:first-child a, .fix_menu ul li:last-child a { padding-left: 10%; } 
 
 /* evCon1 */
 .evCon1 { padding: 13% 0 17%; } 
 .evCon1 .main_txt { margin: 0 auto; } 
 .evCon1 .top_txt { font-size: clamp(15px,4vmin,30px); margin-bottom: 5%; letter-spacing: 1rem; } 
 .evCon1 .main_txt { margin-right: -9%; } 
 .evCon1 .date_txt { margin: 2% auto 3%; font-size: clamp(18px,5vmin,36px); } 
 .evCon1 .bottom_txt { font-size: clamp(15px,3vmin,20px); } 
 .evCon1 .btn_box .cloud { top: -65%; width: 80%; } 
 /* evCon2 */
 .evCon2 .txt_box { width: 55%; } 
 .evCon2 .sub_txt { width: min(500px,70%); min-width: 300px; line-height: clamp(45px,8vmin,60px); font-size: clamp(15px,3.3vmin,23px); margin: 7% auto 5%; } 
 
 /* evCon3 */
 .evCon3 { padding: 40% 0 15%; background-size: 210% !important; background-position: center 0 !important; background-image: url(https://image.megagong.net/m/2024/0619_festa/con3_bg_mo.jpg); } 
 .sobang .evCon3 { background-image: url(https://image.megagong.net/m/2024/0619_festa/con3_bg_mo_sobang.jpg); } 
 .evCon3 .txt { font-size: clamp(20px,4.2vmin,32px); } 
 .evCon3 .txt p:nth-child(2) { margin: 6.5% auto 2.5%; font-size: clamp(17px,3.4vmin,24px); } 
 .evCon3 .txt p:nth-child(3) { font-size: clamp(15px,3.4vmin,24px); } 
 
 /* common status */
 .state_box_wrap { margin: 7% auto; } 
 .state_box_wrap .state_box { gap: 0; justify-content: space-between; padding: 0 10%; } 
 .state_box { padding: 0 5%; gap: 0; justify-content: space-between; } 
 .state_box .state_list { gap: 30px; } 
 
 .evBingo .benefit_box { gap: 30px; margin: 10% auto; height: auto; padding: 4% 2%; } 
 .evBingo .benefit_box li { gap: 10px; font-size: clamp(14px,3vmin,18px); } 
 .evBingo .benefit_box li img { width: 22%; } 
 .evBingo .board_box .flex li .bonus { top: 7%; width: auto; padding: 0 10px; } 
 .evBingo .board_box .dim { font-size: clamp(15px,4.4vmin,34px); } 
 .evBingo .board_box .dim p a { font-size: clamp(15px,3vmin,20px); width: min(390px,70%); line-height: clamp(45px,9vmin,80px); margin-top: 5%; } 
 .evBingo .board_box .flex li { padding: 8% 0 5%; } 
 .evBingo .board_box .flex li span { font-size: clamp(11px,3vmin,20px); padding: 0 5%; line-height: clamp(20px,6.5vmin,55px); left: 3%; } 
 .evBingo .board_box .flex li p { padding-bottom: 40%; margin-bottom: 20%; } 
 .evBingo .board_box .flex li p::before { width: 45%; height: 45%; background-size: contain; } 
 .evBingo .board_box .flex li strong { font-size: clamp(13px,3.4vmin,24px); height: 10vmin; letter-spacing: -.13rem; } 
 .evBingo .board_box .flex li a { font-size: clamp(12px,2.8vmin,18px); width: 90%; line-height: clamp(25px,5.5vmin,45px); } 
 
 
 .evMission .tab_base li a { font-size: clamp(16px,3.4vmin,24px); padding: 0; height: clamp(55px,10vmin,80px); display: flex; align-items: center; justify-content: center; } 
 .evMission .panel_base .title_tab { font-size: clamp(15px,2.8vmin,18px); margin: 7% auto; } 
 .evMission .panel_base .flex { gap:0; justify-content: space-between; } 
 .evMission .panel_base .flex li { width: 33%; } 
 .evMission .panel_base .flex li .content strong { font-size: clamp(15px,3vmin,20px); } 
 .evMission .panel_base .tiny_noti { line-height: 1.6; margin-top: 10%; font-size: clamp(12px,2.4vmin,14px); } 
 .evMission .panel_base .tiny_noti a { color: #c7ff80; border-bottom: 1px solid; font-size: 12px; font-weight: 900; } 
 .evMission .panel_base .flex li .app { width: 96%; } 
 .evMission .panel_base .flex li .content { height: 340px; } 
 .evMission .panel_base .flex li .content strong + img { width: 37%; } 
 .evMission .panel_base .flex li .icn_bonus { width: 30%; } 
 .evMission .panel_base .flex li .icn_coming { width: 30%; right: 0; bottom: 0; } 
 
 .event1 { padding: 15% 0; } 
 .event1 .con_tit h4 { margin: 3% auto } 
 .event1 .container_info { flex-direction: column; align-items: flex-start; max-width: 500px; margin: 0 auto; } 
 
 .event2 .circle_txt span { font-size: clamp(16px,3.6vmin,26px); } 
 .event2 .event_step .step span.big { font-size: clamp(13px,2vmin,18px); } 
 .eventBoard .evtBoard_common .info_wrap.with_tip button { font-size: clamp(13px,2vmin,16px); margin-top: 10px; } 
 
 /* common pop */
 .clickPop { padding: 30px 10px 35px; } 
 .mg_popup_wrap .title { margin-bottom: clamp(15px,3vmin,30px); } 
 .mg_popup_wrap .title span { font-size: clamp(10px,2vmin,12px); line-height: clamp(20px,3vmin,30px); } 
 .mg_popup_wrap .title strong { font-size: clamp(20px,4vmin,30px); margin-top: 2%; } 
 .mg_popup_wrap .title p { font-size: clamp(13px,3vmin,15px); } 
 .mg_popup_wrap .title p + p { font-size: clamp(11px,2vmin,12px); } 
 
 /*½º¸¶Æ®·¯´× ¾Û ÈÄ±â ÀÛ¼ºÇÏ±â*/
 .popupApp .mg_filebox_wrap > p { font-size: clamp(11px,2vmin,12px); } 
 .popupApp .mg_filebox_wrap > dl { font-size: clamp(12px,2.5vmin,13px); } 
 .popupApp .mg_filebox .filename input[type="text"] { font-size: 11px; } 
 .popupApp .content_area .mg_btn_wrap { margin-top: clamp(15px,3vmin,30px);; } 
 
 /* 7ÀÏ ¿¬¼Ó Ãâ¼® Ã¼Å©ÇÏ±â */
 .popupAttend .dim { font-size: clamp(15px,3vmin,20px); gap: clamp(15px,3vmin,30px); } 
 .popupAttend .dim img { width: min(200px,35%); } 
 .popupAttend .status { margin-bottom: clamp(15px,3vmin,30px); } 
 .popupAttend .status .status_top { font-size: clamp(13px,2.5vmin,15px); } 
 .popupAttend .status b { font-size: clamp(18px,3.5vmin,22px); } 
 .popupAttend .status .status_bottom { font-size: clamp(11px,3vmin,12px); } 
 
 /* ÆÐ½º À¯ÀÇ»çÇ× ÆË¾÷*/
 .popupPass { bottom: -250px; } 
 .popupPass .con_box { font-size: clamp(11px,2.4vmin,14px); } 
 .popupPass .con_box dt { font-size: clamp(13px,2.8vmin,18px); margin-bottom: 1vmin; } 
 .popupPass .con_box dl:not(:last-child) { margin-bottom: clamp(10px,4vmin,30px); } 
 .popupPass .con_box dt span { display: block; font-size: clamp(12px,2.6vmin,16px); } 
 }
 @media screen and (max-width: 992px){
 .popupStatus .tbl_wrap { max-height: 132px; } 
 }
 @media screen and (max-width: 768px) { [class*=mg_popup_wrap] .mg_popup_close, [class*=mg_popup_wrap] button.mfp-close { width: clamp(25px, 4vmin,36px); height: clamp(25px, 4vmin,36px); top: min(-30px,-5.1vmin); background-size: contain; } 
 
 .fix_menu ul li a, .fix_menu ul li:first-child a, .fix_menu ul li:last-child a { padding-left: 0; height: clamp(65px,10vmin,100px); } 
 .fix_menu ul li a b { font-size: clamp(15px,3vmin,18px); width: 100%; } 
 
 
 .evCon1 { background-size: 330% !important; } 
 .evCon1 .btn_box { margin: 10% 23% 0; } 
 
 .evCon2 .sub_txt i { max-width: 12%; top: -50%; left: 0; } 
 .evCon2 .txt_box { width: 100%; } 
 .evCon2 .img_box { width: 50%; } 
 .evCon2 .size70 .img_box { width: 70%; } 
 .evCon2 .size50 .img_box { width: 50%; } 
 .evCon2 .size30 .img_box { width: 30%; } 
 
 /* .evCon2 .swiper-wrapper { align-items: center; justify-content: center; } */
 .evCon2 .swiper-slide { padding: clamp(10px,3vmin,25px); } 
 .evCon2 .swiper-slide .show-768 { flex-direction: column-reverse; gap: clamp(30px,6vmin,40px); display: flex !important; justify-content: center; align-items: center; background: #fff; border-radius: 20px; padding: 10% 5%; box-shadow: 6px 6px 10px #2222222b; } 
 .evCon2 .swiper-slide .slide_title { font-size: clamp(16px,3.4vmin,24px); height: auto; text-align: center; } 
 .evCon2 .swiper-slide .slide_sub { height: auto; font-size: clamp(14px,2.6vmin,16px); margin: 5% auto; color: #333; text-align: center; } 
 .evCon2 .swiper-slide .slide_sub b { color:#000 } 
 .evCon2 .swiper-slide .tiny_noti { opacity: .6; text-align: center; } 
 
 .evBingo .benefit_box { gap: 10px; flex-wrap: wrap; } 
 .evBingo .benefit_box li { width: 100%; } 
 .evBingo .benefit_box li img { width: 10%; } 
 .evBingo .benefit_box li p br { display: none; } 
 .evBingo .benefit_box li p span { font-size: 11px; } 
 
 .evBingo .board_box .flex li strong { display: flex; align-items: center; justify-content: center; } 
 .evBingo .board_box .flex li .bonus { font-size: clamp(9px,2.4vmin,14px); padding: 0; height: clamp(15px,4vmin,30px); width: clamp(70px,20vmin,120px); top: 12%; } 
 .evBingo .container_info.ver_circle .info .info_title { font-size: clamp(14px,3vmin,21px); width: clamp(70px,23vmin,130px); } 
 .evBingo .container_info.ver_circle .info .info_date { font-size: clamp(14px,3vmin,21px); } 
 .evBingo .container_info.ver_circle .info:last-child .info_date ol li img { width: min(52px,11%); } 
 .evBingo .container_info.ver_circle .info .info_date ol li p { padding: 0; } 
 
 
 
 
 /* common status */
 .state_box_wrap .state_box > a,.state_box > a { font-size: clamp(12px,2.4vmin,14px); } 
 .state_box_wrap .state_box,.state_box { height: auto; padding: 3% 7%; margin: 0 auto; flex-wrap: wrap; gap: 10px; justify-content: flex-end; } 
 .state_box_wrap .state_box .state_list, .state_box .state_list { gap: 10px 20px; align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; width: 100%; } 
 .state_box .state_list li span { font-size: clamp(13px,2.7vmin,17px); padding-right: 8px; margin-right: 8px; } 
 .state_box .state_list li strong { font-size: clamp(15px,2.3vmin,22px); } 
 
 .evMission .panel_base .flex { gap: 15px; } 
 .evMission .panel_base .flex > li { width: 100%; background: #fff; max-width: 500px; margin: 0 auto; display: flex; flex-direction: column; } 
 .evMission .panel_base .flex li .content { height: auto; flex: 1; padding: 10px 0; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; gap: 10px 5px; padding: 5% 3%; border-radius: 20px; align-items: flex-start; } 
 .evMission .panel_base .flex li .content > span:not(.hash) { font-size: clamp(10px,2.2vmin,12px); margin: 0; letter-spacing: normal; } 
 .evMission .panel_base .flex li .content strong { height: auto; padding: 0; text-align: left; } 
 .evMission .panel_base .flex li .content strong br { display: none; } 
 .evMission .panel_base .flex li .content > img { width: min(23%,136px); } 
 .evMission .panel_base .flex li .content p { font-size: clamp(13px,3vmin,15px); width: 100%; text-align: left; margin: 0; } 
 .evMission .panel_base .flex li .content .hash { font-size: clamp(11px,2.3vmin,13px); } 
 .evMission .panel_base .flex > li > a { line-height: normal; display: flex; align-items: center; justify-content: center; width: 28%; font-size: clamp(12px,2.8vmin,18px); } 
 .evMission .panel_base .flex li .content strong + img { display: none; } 
 .evMission .panel_base .flex > li > a { font-size: clamp(12px,2vmin,18px); position: absolute; bottom: clamp(17px,4vmin,25px); right: 5%; border-radius: 5px; height: clamp(35px,8vmin,47px); } 
 .evMission .panel_base .flex li .icn_bonus { right: -10%; top: -10%; } 
 .evMission .panel_base .flex li .icn_coming { bottom: auto; top: -10%; right: -10%; } 
 
 .event1 .tab_base { gap: 0; margin-bottom: 10%; justify-content: space-between; } 
 .event1 .tab_base li { width: 23%; } 
 .event1 .tab_base li a { gap: 10px; font-size: clamp(15px,2.8vmin,18px); } 
 .event1 .panel_base ul.flex { gap: clamp(5px,2vmin,15px); } 
 .event1 .panel_base ul.flex li { width: calc(50% - clamp(5px,2vmin,15px)); } 
 .event1 .panel_base ul.flex li .content { flex: 1; } 
 .event1 .panel_base ul.flex li .content img { width: min(100%,340px); margin: -2% auto -4%; } 
 .event1 .panel_base ul.flex li a { line-height: normal; align-items: center; justify-content: center; font-size: clamp(12px,2.8vmin,18px); z-index: 2; position: relative; height: clamp(35px,7vmin,65px); display: flex; } 
 
 
 .event2 .btn_box { overflow: hidden; gap: clamp(5px,2vmin,20px); margin: 5% auto 10%; } 
 .event2 .btn_box a img { max-width: 136%; margin: 0 -18%; } 
 
 /* .shareList.ver3 ul li dl dd { width: 31%; margin: 0 1% 1% !important; } */
 .dim_popup.sns .btnConfirm { margin-top: clamp(20px,5vmin,40px); } 
 
 .popupAttend .table { font-size: clamp(12px,1.5vmin,14px); } 
 .popupAttend .table thead th:first-of-type,
 .popupAttend .table tbody td { height: clamp(65px,12vmin,100px); } 
 .popupAttend .table tbody td span { font-size: clamp(11px,1.5vmin,14px); } 
 .popupAttend .table tbody td i { width: clamp(35px,7vmin,65px); height: clamp(35px,7vmin,65px); font-size: clamp(10px,1.5vmin,14px); margin-top: 20px; } 
 
 .popupStatus .status_title strong { font-size: clamp(13px,2.5vmin,15px); } 
 .popupStatus .status_title p { font-size: clamp(12px,2.3vmin,13px); margin-top: 3px; } 
 
 /* ÆÐ½º À¯ÀÇ»çÇ× ÆË¾÷*/
 .popupPass { bottom: -270px; } 
 .sobang .popupPass { bottom: 10px; } 
 }
 @media screen and (max-width: 576px){
 .fix_menu.on { bottom: 55px; } 
 
 .evMission .panel_base .flex li .app { margin-top: 0; width: 65%; gap: 3px; } 
 .evMission .panel_base .flex li .icn_bonus { right: 0%; width: 15%; } 
 .evMission .panel_base .flex li .icn_coming { width: 15%; right: 0%; } 
 
 .event1 .panel_base ul.flex li .content img { max-width: 150%; width: 112%; margin: 0 -6% -7%; } 
 
 .sobang .evBingo .board_box .flex li#bingo_4 strong { letter-spacing: -.19rem; } 
 }