@charset "euc-kr";
/* evSection */
.evSection .clamp-title { margin-bottom: 70px; color: #000000; line-height: 1.4; font-size: 46px; font-weight: bold; } 
.evSection .clamp-title span { background: linear-gradient(to right, #16d1d8, #5335ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 

/* main */
.main { padding: 110px 0 0; background-image: url('https://img.megagong.net/m/2024/1231_session/main_bg.jpg'); background-repeat: no-repeat; background-size: auto 100%; } 
.main .con_tit h3 { width: fit-content; font-weight: 900; font-size: 90px; line-height: 1.2; background: linear-gradient(to right, #16d2d8, #5433ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 16px auto 0; } 
.main .live_bnr { position: absolute; top: 165px; right: -4vmin; transform: translateX(100%); } 
.main .tea_wrap { margin: 0 -192px; } 
.main .btn-base { position: absolute; left: 50%; bottom: 65px; transform: translateX(-50%); } 
.main .btn-base a {color: #fff; background: #5433ff; padding: 28px 100px;} 
.main .btn-base.gradi a {  background: linear-gradient(to right, #16d2d8 0%, #03a6eb 30%, #5433ff 100%);  } 

/* evInfo */
.evInfo { padding: 24px 0; } 
.evInfo ul { justify-content: center; align-items: center; } 
.evInfo ul li { position: relative; } 
.evInfo ul li + li::before { content: ''; display: inline-block; width: 1px; height: 32px; background: #323232; margin: 0 42px; vertical-align: middle; } 

/* evCon1 */
.evCon1 { padding: 100px 0 0; } 
.evCon1 .bubble_wrap { margin-bottom: -65px; } 
.evCon1 .bubble_wrap ul { flex-wrap: wrap; gap: 1vmin; } 
.evCon1 .bubble_wrap ul li { width: calc(50% - 0.5vmin); background: #e9f4ff; border-radius: 6px; padding: 1.5vmin 0 2vmin; } 
.evCon1 .bubble_wrap ul li:nth-child(even) { background: #f2f9ff; } 

/* evBnr */
.evBnr { background: linear-gradient(to right, #16d2d8 0%, #03a6eb 30%, #5433ff 100%); } 
.evBnr a .inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 90px; } 
.evBnr a .inner::after { content: none; } 
.evBnr a .date { border-width: 1px 0; border-style: solid; border-color: rgba(255, 255, 255, 0.7); padding: 6px 20px; } 
.evBnr a .btn { width: 135px; padding: 6px 0; border-radius: 18px; } 
.evBnr.fixed { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 5; } 
.evBnr ul { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.evBnr ul li { position: relative; flex: 1; height: 80px; } 
.evBnr ul li::before { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); content: ''; width: 1px; height: 50%; background-color: rgba(255, 255, 255, 0.5); } 
.evBnr ul li:last-of-type::before { display: none; } 
.evBnr ul li a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; height: 100%; } 
.evBnr ul li a.mo-ver { display: none; } 
.evBnr ul li a p { position: relative; padding-right: 19px; color: #21bbff; font-size: 20px; font-weight: bold; } 
.evBnr ul li a p::before { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); content: ''; width: 12px; height: 8px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/bnr_icon_arrow.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 

/* evCon2 */
.evCon2 { padding: 70px 0 10px 0; background-color: #fff; } 
.evCon2 .box_wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; } 
.evCon2 .box_wrap .box { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; height: 290px; border: 1px solid #dddddd; border-radius: 20px; } 
.evCon2 .box_wrap .box p { margin-top: 14px; line-height: 1.4; color: #000000; font-size: 24px; } 
.evCon2 .tiny_noti { display: block; width: 100%; margin-top: 10px; line-height: 1.3; color: #999999; font-size: 13px; font-weight: 300; text-align: right; } 


/* evCon3 */
.evCon3 { padding: 160px 0 160px 0; background-color: #fff; } 
.evCon3 .swiper_tab_list { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1px; overflow: hidden; } 
.evCon3 .swiper_tab_list .swiper_tab { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 5px; flex: 1; height: 77px; color: #999999; font-size: 20px; font-weight: 400; background-color: #f5f5f5; cursor: pointer; } 
.evCon3 .swiper_tab_list .swiper_tab::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100vw; height: 2px; background-color: #000; } 
.evCon3 .swiper_tab_list .swiper_tab.active { color: #000; font-weight: bold; background-color: #fff; border-top: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid #000; } 
.evCon3 .swiper_tab_list .swiper_tab.active::before { display: none; } 
.evCon3 .mega_swiper.mega_swiper_tab { position: relative; overflow: hidden; } 
.evCon3 .mega_swiper_tab .swiper-slide { display: flex; flex-direction: row; justify-content: center; align-items: center; } 
.evCon3 .mega_swiper_tab .swiper-slide .text_wrap { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; flex: 1; padding-left: 40px; } 
.evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_subtext { margin-bottom: 27px; line-height: 1.3; color: #333333; font-size: 20px; font-weight: 300; text-align: left; } 
.evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext { margin-bottom: 140px; line-height: 1.3; color: #14a3e3; font-size: 34px; font-weight: 500; text-align: left; } 
.evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext span { display: inline-block; margin-top: 10px; font-size: 46px; font-weight: bold; } 
.evCon3 .mega_swiper_tab .swiper-slide .text_wrap a { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 460px; height: 80px; color: #fff; font-size: 20px; font-weight: bold; background-color: #000; border-radius: 5px; } 

.evCon3 .tab_base { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1px; overflow: hidden; } 
.evCon3 .tab_base li { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 77px; color: #999999; font-size: 20px; font-weight: 400; background-color: #f5f5f5; cursor: pointer; } 
.evCon3 .tab_base li::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100vw; height: 2px; background-color: #000; } 
.evCon3 .tab_base li.on { color: #000; font-weight: bold; background-color: #fff; border-top: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid #000; } 
.evCon3 .tab_base li.on::before { display: none; } 
.evCon3 .tab_base li a { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 5px; width: 100%; height: 100%; } 
.evCon3 .panel_base .panel_base_inner { display: flex; flex-direction: row; justify-content: center; align-items: center; } 
.evCon3 .panel_base .panel_base_inner .text_wrap { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; flex: 1; padding-left: 40px; } 
.evCon3 .panel_base .panel_base_inner .text_wrap .con3_subtext { margin-bottom: 27px; line-height: 1.3; color: #333333; font-size: 20px; font-weight: 400; text-align: left; } 
.evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext { margin-bottom: 140px; line-height: 1.3; color: #14a3e3; font-size: 34px; font-weight: 500; text-align: left; } 
.evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext span { display: inline-block; margin-top: 10px; font-size: 46px; font-weight: bold; } 
.evCon3 .panel_base .panel_base_inner .text_wrap a { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 460px; height: 80px; color: #fff; font-size: 20px; font-weight: bold; background-color: #000; border-radius: 5px; } 

/* evCon5 */
.evCon5 { background: #f4f4f4; padding: 170px 0 220px 0; overflow: initial !important; } 
.evCon5 .clamp-title { margin-bottom: 50px; } 
.evCon5 .clamp-title + p { margin-bottom: 47px; color: #ea3832; font-size: 13px; font-weight: 400; } 
.evCon5 .tab_base { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1px; } 
.evCon5 .tab_base li { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 77px; color: #999999; font-size: 26px; font-weight: 400; background-color: #f5f5f5; cursor: pointer; } 
.evCon5 .tab_base li::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 2px; background-color: #000; } 
.evCon5 .tab_base li.on { color: #000; font-weight: bold; background-color: #fff; border-top: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid #000; } 
.evCon5 .tab_base li.on::before { display: none; } 
.evCon5 .tab_base li a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; height: 100%; } 
.evCon5 .tab_base li img { position: absolute; top: -14px; left: 150px; } 
.evCon5 .panel_base_inner { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 40px; } 
.evCon5 .con5_subtitle { position: relative; display: inline-block; margin-bottom: 25px; } 
.evCon5 .con5_subtitle span { position: relative; padding: 0 16px; font-size: 26px; font-weight: 900; background: linear-gradient(to right, #16d1d8, #5335ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.evCon5 .con5_subtitle span::before,.evCon5 .con5_subtitle span::after { position: absolute; top: 50%; transform: translate(0, -50%); content: ''; width: 5px; height: 5px; background-color: #000000; border-radius: 50%; } 
.evCon5 .con5_subtitle span::before { left: 0; } 
.evCon5 .con5_subtitle span::after { right: 0; } 
.evCon5 .panel_base_inner .box { border: 1px solid #dddddd; border-radius: 15px; } 
.evCon5 .panel_base_inner .box_top { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 14px; width: 100%; padding: 29px 0; background: #fff; margin-bottom: 50px;} 
.evCon5 .panel_base_inner .box_top p { color: #000000; font-size: 18px; } 
.evCon5 .panel_base_inner .box_top a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 125px; height: 25px; color: #fff; font-size: 14px; background-color: #000000; border-radius: 5px; } 
.evCon5 .panel_base_inner .box_top_wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: 100%; } 
.evCon5 .panel_base_inner .box_top_wrap .box_top { position: relative; flex-direction: column; gap: 9px; } 
.evCon5 .panel_base_inner .box_top_wrap .box_top > img { position: absolute; top: -20px; right: 15px; } 
.evCon5 .panel_base_inner .box_top_wrap .box_top h6 { color: #000000; font-size: 20px; font-weight: bold; } 
.evCon5 .panel_base_inner .box_wrap { display: flex; flex-direction: row; align-items: stretch; justify-content: center; gap: 20px; width: 100%; } 
.evCon5 .panel_base_inner .box_wrap.for_mo { display: none; } 
.evCon5 .panel_base_inner .box_wrap .box { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; flex: 1; background: #fff; padding: 40px 0 50px;} 
.evCon5 .panel_base_inner .box_wrap .box span { display: inline-block; width: 65px; height: 25px; line-height: 25px; margin-bottom: 12px; color: #fff; font-size: 14px; font-weight: 500; background-color: #000; border-radius: 40px; } 
.evCon5 .panel_base_inner .box_wrap .box h6 { position: relative; margin-bottom: 16px; padding-bottom: 29px; line-height: 1.3; color: #14a3e3; font-size: 24px; font-weight: bold; } 
.evCon5 .panel_base_inner .box_wrap .box h6 i { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); width: 100%; color: #000000; font-size: 16px; font-weight: 500; font-style: normal; } 
.evCon5 .panel_base_inner .box_wrap .box .p_wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; color: #777777; font-size: 16px; font-weight: 400; } 
.evCon5 .panel_base_inner .box_wrap .box .p_wrap p { position: relative; padding-left: 10px; color: #777777; font-size: 16px; font-weight: 400; } 
.evCon5 .panel_base_inner .box_wrap .box .p_wrap p::before { position: absolute; top: 0; left: 0; content: '·'; } 
.evCon5 .panel_base_inner .box_wrap .box .noti { display: block; margin-top: 35px; color: #ea3832; font-size: 13px; font-weight: 400; margin-left: auto; margin-right: 20px; text-align: right; } 
.evCon5 .panel_base_inner .box_wrap .box .btn-base {margin-top: 32px;}
.evCon5 .panel_base_inner .box_wrap .box .btn-base + .btn-base {margin-top: 10px;}
.evCon5 .panel_base_inner .box_wrap .box .btn-base a {font-size: 20px; width: 260px; padding: 19px 0;}
.evCon5 .panel_base_inner .box_bottom { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: 100%; margin-top: 20px; margin-bottom: 12px; padding: 20px 0; background: #fff; } 
.evCon5 .panel_base_inner .box_bottom i { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 70px; height: 70px; color: #fff; font-style: normal; background-color: #21bbff; border-radius: 50%; } 
.evCon5 .panel_base_inner .box_bottom .text { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; } 
.evCon5 .panel_base_inner .box_bottom .text h6 { color: #000; font-size: 24px; font-weight: bold; } 
.evCon5 .panel_base_inner .box_bottom .text h6 span { color: #21bbff; } 
.evCon5 .panel_base_inner .box_bottom .text p { color: #777777; font-size: 16px; font-weight: 300; } 
.evCon5 .panel_base_inner .box_bottom .text p b { color: #000000; font-weight: 500; } 
.evCon5 .panel_base_inner .tiny_noti { display: block; width: 100%; margin-bottom: 28px; color: #999999; font-size: 13px; font-weight: 400; text-align: right; } 
.evCon5 .btn_wrap { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: auto; margin: 0 40px; } 
.evCon5 .btn_wrap > span { position: relative; flex: 1; } 
.evCon5 .btn_wrap .end { position: absolute; top: -20px; right: 30px; } 

.evCon5 .btn_wrap .btn { display: flex; flex-direction: row; align-items: center; justify-content: center; height: 80px; font-size: 20px; font-weight: bold; border-radius: 5px; } 
.evCon5 .btn_wrap .btn_apply { color: #fff; background-color: #000; } 
.evCon5 .btn_wrap .btn_apply.done { color: #999999; background-color: #dddddd; } 
.evCon5 .btn_wrap .btn_noti { color: #000; background-color: #fff; border: 2px solid #000000; } 
#popupFadeInTerms,
#popupFadeInTerms2 { top: 120px; right: 0; width: 660px; z-index: 1; } 
#popupFadeInTerms .content_area,#popupFadeInTerms2 .content_area { border: 1px solid #333; } 
#popupFadeInTerms .content_area p,
#popupFadeInTerms2 .content_area p { position: relative; padding-left: 14px; color: #666666; font-size: 16px; font-weight: 400; text-align: left; } 
#popupFadeInTerms .content_area p::before,
#popupFadeInTerms2 .content_area p::before { position: absolute; top: 0; left: 0; content: '·'; } 
#popupFadeInTerms .content_area p.red,
#popupFadeInTerms2 .content_area p.red { color: #ea3832; } 
#popupFadeInTerms .content_area p a,
#popupFadeInTerms2 .content_area p a { color: #007af3; } 

.youtube_pop {z-index:102}
.youtube_pop .contentBox {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:1080px}
.youtube_pop .contentBox .vdo_wrap {position:relative;z-index:1;cursor:pointer;padding-bottom:56%;background:#222;overflow:hidden}
.youtube_pop .contentBox .vdo_wrap .vdo {width:100% !important;height:100% !important;position:absolute;width:100%;height:100%}
.youtube_pop .contentBox iframe {position:absolute;top:0;left:0;width:100%;height:100%}
.youtube_pop .dimBg {position:absolute;top:0;left:0;width:100%;height:100%;background-color:#111;opacity:0.5}
.youtube_pop .contentBox .btnClose {position:absolute;background:#111;top:-37px;right:0px;padding:6px;width:34px;height:34px;box-sizing:border-box}
.youtube_pop .contentBox .btnToday {top:-27px;right:26px;padding:0 15px;height:24px;line-height:24px;background:#444}


/* evCon6 */
.evCon6 { padding: 170px 0 170px 0; background-color: #e0eff5; } 
.evCon6 .clamp-title { margin-bottom: 0; } 
.evCon6 .con_box { margin: 0 -90px; } 
.evCon6 .top { margin-top: 35px; display: flex; justify-content: center; align-items: center; gap: 90px; } 
.evCon6 .top img:first-child { margin: 0 0 110px; } 
.evCon6 .divider { display: flex; flex-direction: row; align-items: center; justify-content: center; max-width: 1080px; margin: 0 auto; margin-top: 20px; margin-bottom: 48px; } 
.evCon6 .bottom { margin-bottom: 90px; } 
.evCon6 .bottom_next { display: flex; justify-content: center; align-items: center; gap: 100px; } 
.evCon6 .divider .line { flex: 1; height: 1px; border-top: 1px dashed #999999; } 
.evCon6 .divider .img { margin: 0 14px; } 
.evCon6 .noti { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 1080px; margin: 0 auto; margin-top: 150px; } 
.evCon6 .noti .noti_title { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: 100%; margin-bottom: 30px; } 
.evCon6 .noti .noti_title h6 { color: #000000; font-size: 16px; font-weight: 500; } 
.evCon6 .noti .noti_title i { flex: 1; height: 1px; background-color: #000000; } 
.evCon6 .noti .noti_text { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 5px; width: 100%; } 
.evCon6 .noti .noti_text li { position: relative; padding-left: 12px; color: #222222; font-size: 13px; font-weight: 400; text-align: left; } 
.evCon6 .noti .noti_text li::before { position: absolute; top: 0; left: 0; content: '·'; } 
.evCon6 .noti .noti_text li .noti_text { margin-top: 5px; } 
.evCon6 .noti .noti_text li .noti_text li::before { content: '-'; } 
.evCon6 .noti .noti_text li span { color: #ea3832; } 
.evCon6 .noti .noti_text li a { margin-left: 10px; color: #007af3; font-weight: bold; } 

.warningList li ul li a { color: #007af3; } 

.admin_btn_wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 20px 0; background-color: #eeeeee; } 
.admin_btn { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 490px; height: 60px; color: #000; font-size: 20px; font-weight: bold; font-family: 'NotoSans KR'; background-color: #fff; border: 3px solid #000; border-radius: 3px; } 

/* 目府脓烦 扑诀 */
.eventWrap .layerPopup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; } 
.eventWrap .layerPopup .dimBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.7; } 
.eventWrap .layerPopup .contentBox { position: absolute; width: 960px; letter-spacing: -0.08em; line-height: 1.3; background: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.eventWrap .layerPopup .contentBox .pop_box { padding: 20px 20px 0; position: relative; max-height: 800px; overflow: hidden; overflow-y: auto; } 
.eventWrap .layerPopup .btnClose { position: absolute; bottom: -30px; right: 0; background: #000; padding: 3px; width: 30px; height: 30px; box-sizing: border-box; } 
.eventWrap .layerPopup .btnClose { position: absolute; top: 0; right: -48px; display: block; font-size: 0; line-height: 0; width: 35px; height: 35px; background: url('https://img.megagong.net/m/2022/0602_curr/certifi_clo.png') center center no-repeat; } 
.eventWrap .layerPopup .btnToday { position: absolute; bottom: -30px; right: 32px; padding: 0 15px; height: 30px; line-height: 30px; background: #000; color: #fff; font-weight: bold; } 
.char_zone { display: none; } 
.curr_tit { } 
.teaCurr .curr_tit { margin: 0 0 30px; } 
.teaCurr .tbl_wrp { margin-bottom: 20px; } 
.teaCurr .tiny_txt { display: none; } 
.curr_side_bnr { display: none; } 
.eventWrap .layerPopup .contentBox .pop_box .curr_tab li { background: #ededed; width: 50%; float: left; font-size: 18px; color: #444; } 
.eventWrap .layerPopup .contentBox .pop_box .curr_tab li.on { background: #df5a60; font-weight: bold; color: #fff; } 
.eventWrap .layerPopup .contentBox .pop_box .tab_btn { margin-bottom: 40px; } 
.eventWrap .layerPopup .contentBox .pop_box .tab_btn::after { content: ''; display: block; clear: both; } 
.eventWrap .layerPopup .contentBox .pop_box .tab_btn li { background: #ededed; width: 50%; float: left; font-size: 18px; color: #444; } 
.eventWrap .layerPopup .contentBox .pop_box .tab_btn li a { display: block; padding: 20px 0; } 
.eventWrap .layerPopup .contentBox .pop_box .tab_btn li.on { background: #df5a60; font-weight: bold; color: #fff; } 

/* 250113 */
.main .live_bnr.ver2025 {z-index: 1;}
.main .live_bnr.ver2025 .fir { display: none; } 
.main .live_bnr.ver2025.on .fir { display: block; } 
.main .live_bnr.ver2025.on .sec { display: none; } 
.main .live_bnr.ver2025 a {display: block; }

.admin_btn_wrap.pop_remote { font-family: 'Noto Sans KR'; font-size: 20px; } 
.admin_btn_wrap.pop_remote .remote_btn a { background: #000; color: #fff; display: inline-block; padding: 5px 10px; border: 3px solid #000; border-radius: 5px; margin: 0 15px; font-weight: 600; } 

.replayPopup .content_inner {font-weight: 400; font-size: 16px; color: #666; font-family: var(--font); text-align: center; line-height: 1.5; background-color: #fff; border: 1px solid #333; padding: 40px 0;}
.replayPopup .content_inner b {color: #5335ff;}
.replayPopup .dim .mg_btn_base.sm {color: #fff; background: #333; border-color: #868484;}

@media screen and (max-width: 1560px){
 .main .live_bnr { width: 18%; transform: none; z-index: 1; } 
 .main .tea_wrap { margin: 0 -8vmin 0 -6vmin; } 
 }
@media screen and (max-width: 1200px){
 .evSection .clamp-title { font-size: clamp(26px,5vmin,46px); } 
 .clamp-text { font-size: clamp(15px,2vmin,20px); } 

 .main { padding: 10% 0 0; } 
 .main .live_bnr { position: static; width: fit-content; margin: 4% auto 0; background: linear-gradient(150deg, #330d69, #30c9cd); padding: 2vmin 4vmin; border-radius: 90px; } 
 .main .live_bnr::before { content: ''; display: block; width: 32px; height: 29px; background: url('https://img.megagong.net/m/2024/1231_session/live_ico.png') no-repeat; background-size: cover; margin: 0 auto 2%; } 
 .main .live_bnr strong { display: block; } 
 .main .live_bnr span { display: block; } 
 .main .btn-base { min-width: max-content; } 

 .evCon1 .bubble_wrap { margin-bottom: 3%; } 
 .evCon1 .bubble_wrap ul { display: flex !important; } 

 /* evBnr */
 .evBnr a .inner { padding: 2%; } 

 .evCon3 .mega_swiper_tab .swiper-slide { width: 100% !important; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap { width: 50%; padding-left: 30px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap + img { width: 50%; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext { margin-bottom: 100px; } 

 .evCon3 .panel_base .panel_base_inner { width: 100% !important; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap { width: 50%; padding-left: 30px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap + img { width: 50%; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext { margin-bottom: 100px; } 
 
 .evCon5 .panel_base_inner .box_wrap .box .p_wrap p { font-size: 14px; } 
 .evCon5 .panel_base_inner { padding: 0; } 
 .evCon5 .btn_wrap { margin: 0; } 

    .youtube_pop .contentBox {width:calc(100% - 40px);max-width:600px}
    .youtube_pop .contentBox iframe {width:100% !important}    

 .evCon6 .con_box { margin: 0 auto; } 

 /* 目府脓烦 扑诀 */
 .eventWrap .layerPopup .contentBox { width: 90%; } 
 .eventWrap .layerPopup .btnClose { top: -28px; right: 0px; width: 20px; height: 20px; } 
 .eventWrap .layerPopup .contentBox .pop_box .tab_btn,.eventWrap .layerPopup .contentBox .pop_box .curr_tab { margin-bottom: 2%; } 

 /* 250113 */
 .main .live_bnr.ver2025 { background: linear-gradient(150deg, #ff526b, #ff18e3); } 
 .main .live_bnr.ver2025.on .tx_white { color: #000; } 

 .replayPopup .content_inner {font-size: clamp(12px, 2.6vmin, 16px); padding: 4vmin 0;}
 }

@media screen and (max-width: 992px){
 .evSection .clamp-title { font-size: clamp(26px,4.6vmin,40px); margin-bottom: 7vw; } 
 
 .main .con_tit h3 { font-size: 70px; } 

 .evCon1 { padding: 10vw 0 0 0; } 
 .evCon1 .bubble_wrap ul li { width: 100%; } 
 .evCon1 .img { width: 60%; min-width: 280px; margin: 0 auto; } 

 .evCon2 { padding: 10vw 0 0 0; } 
 .evCon2 .box_wrap .box p { font-size: 18px; } 
 .evCon2 .tiny_noti { font-size: 11px; } 

 .evCon3 { padding: 15vw 0; } 
 .evCon3 .swiper_tab_list .swiper_tab { height: 70px; font-size: 17px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_subtext { font-size: 16px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext { margin-bottom: 60px; font-size: 28px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext span { font-size: 36px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap a { z-index: 2; } 

 .evCon3 .tab_base li { height: 70px; font-size: 17px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_subtext { font-size: 16px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext { margin-bottom: 60px; font-size: 28px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext span { font-size: 36px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap a { z-index: 2; } 
 
 .evCon5 { padding: 15vw 0; } 
 .evCon5 .clamp-title { margin-bottom: 5%; } 
 .evCon5 .clamp-title + p { margin-bottom: 5%; } 
 .evCon5 .tab_base li { height: 70px; font-size: 20px; } 
 .evCon5 .panel_base_inner .box_wrap.for_pc { display: none; } 
 .evCon5 .panel_base_inner .box_wrap.for_mo { display: block; } 
 .evCon5 .panel_base_inner .box_wrap.for_mo .swiper_tab_list { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1px; margin-bottom: 10px; overflow: hidden; } 
 .evCon5 .panel_base_inner .box_wrap.for_mo .swiper_tab_list .swiper_tab { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 60px; color: #fff; font-size: 20px; font-weight: 500; background-color: #b0b0b0; border-radius: 5px; cursor: pointer; } 
 .evCon5 .panel_base_inner .box_wrap.for_mo .swiper_tab_list .swiper_tab.active { background:#000 } 
 .evCon5 .panel_base_inner .box_wrap.for_mo .con5_mobile_tab_tab1,
 .evCon5 .panel_base_inner .box_wrap.for_mo .con5_mobile_tab_tab2 { position: relative; overflow: hidden; } 
 .evCon5 .con5_subtitle.agenda { padding-top: 5%; } 
 .evCon5 .btn_wrap { gap: 10px; } 
 .evCon5 .btn_wrap .end { top: -2vmin; right: 3%; max-width: 20%; } 

 .evCon6 { padding: 15vw 0; } 
 .evCon6 .clamp-title { margin-bottom: 0; } 
 .evCon6 .top { margin-top: 8%; gap: 2vw; } 
 .evCon6 .top img { width: 50%; } 
 .evCon6 .top img:first-child { margin: 0; width: 50%; } 
 .evCon6 .bottom { margin-bottom: 9%; } 
 .evCon6 .bottom img { width: 100%; } 
 .evCon6 .bottom_next { gap: 0; } 
 .evCon6 .bottom_next img { width: 50%; } 
 .evCon6 .noti { margin-top: 12%; } 
 }

@media screen and (max-width: 768px){
 .evSection .clamp-title { font-size: clamp(23px,4.6vmin,33px); } 
 

 .main { padding: 10% 0 16%; background-image: url('https://img.megagong.net/m/2024/1231_session/main_bg_mo.jpg'); background-size: cover; } 
 .main .con_tit h3 { font-size: clamp(44px, 10vmin, 60px); margin-top: 1%; } 
 .main .tea_wrap { margin: 0 -3% 0 -2%; } 
 .main .btn-base { bottom: -8%; width: 100%; } 
 .main .btn-base a { width: inherit; background: #5433ff; padding: max(20px, 3vmin) 0; font-size: clamp(17px,3vmin,23px); } 

 /* evInfo */
 .evInfo { padding: 2.5vmin 0; } 
 .evInfo ul li { flex: 1; } 
 .evInfo ul li + li::before { position: absolute; margin: 0; top: 50%; left: 0; transform: translateY(-50%); height: 3vmin; } 

 .evBnr a .inner { justify-content: center; padding: 3% 2%; } 
 .evBnr a .tit { margin: auto; } 

 .evCon2 .box_wrap { flex-direction: column; gap: 6px; } 
 .evCon2 .box_wrap .box { flex-direction: row; flex: initial; width: 100%; height: 130px; } 

 .evCon3 .swiper_tab_list .swiper_tab { flex-direction: column; gap: 0; } 
 .evCon3 .swiper_tab_list .swiper_tab span { font-size: 13px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap { width: 100%; padding-top: 80px; padding-right: 30px; z-index: 2; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap a { width: 100%; height: 60px; font-size: 16px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap + img { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); width: 50%; } 
 
 .evCon3 .tab_base li a { flex-direction: column; gap: 0; } 
 .evCon3 .tab_base li a span { font-size: 13px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap { width: 100%; padding-top: 80px; padding-right: 30px; z-index: 2; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap a { width: 100%; height: 60px; font-size: 16px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap + img { position: absolute; top: 16%; right: 0; width: 46%; } 

 .evCon5 .tab_base li { height: 60px; font-size: 16px; } 
 .evCon5 .con5_subtitle { font-size: 20px; } 
 .evCon5 .tab_base li img { left: 20%; } 
 .evCon5 .panel_base_inner .box_top p { font-size: 16px; } 
 .evCon5 .panel_base_inner .box_top_wrap { flex-direction: column; gap: 5px; } 
 .evCon5 .panel_base_inner .box_top_wrap .box_top { flex: initial; width: 100%; margin-bottom: 0; padding: 15px 0; } 
 .evCon5 .panel_base_inner .box_top_wrap .box_top p br { display: none; } 
 .evCon5 .panel_base_inner .box_bottom i { position: absolute; top: 10px; left: 10px; } 

 .evCon6 .bottom > img { } 
 .shareList ul li dl dt { margin-bottom: initial; } 
 #popupFadeInTerms, #popupFadeInTerms2 { top: 185px; width: 100%; } 
 #popupFadeInTerms .content_area p, #popupFadeInTerms2 .content_area p { font-size: 12px; } 

 /* 目府脓烦 扑诀 */
 .eventWrap .layerPopup .teaCurr { height: 80vw; overflow: auto; } 
 .eventWrap .layerPopup .contentBox .pop_box { padding: 10px; } 
 .teaCurr .curr_Stit { margin: 0 0 10px; font-size: 14px; } 
 .eventWrap .layerPopup .contentBox .pop_box .tab_btn li a,.curr_tab li a { display: block; padding: 10px 0; font-size: 16px; } 
 }

@media screen and (max-width: 576px){
 .evSection .clamp-title { font-size: clamp(20px,4.8vmin,28px); } 
 .evCon5 .clamp-title,
 .evCon6 .clamp-title { font-size: clamp(23px,4.6vmin,33px); } 
 
 .main .live_bnr { padding: 2vmin 8vmin; } 
 .main .live_bnr::before { width: 21px; height: 19px; } 

 .evInfo ul { flex-direction: column; } 
 .evInfo ul li + li::before { content: none; } 

 .evCon2 .box_wrap .box { height: auto; } 
 .evCon2 .box_wrap .box > img { width: 62px; } 
 .evCon2 .box_wrap .box p { font-size: 15px; margin: 0 0 0 10px; padding: 20px 0; } 

 .evCon3 .swiper_tab_list .swiper_tab { font-size: 15px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap { padding-top: 60px; padding-left: 10px; padding-right: 10px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_subtext { font-size: 14px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap + img { top: 60%; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext { font-size: 22px; } 
 .evCon3 .mega_swiper_tab .swiper-slide .text_wrap .con3_maintext span { font-size: 28px; } 

 .evCon3 .tab_base li a { font-size: 15px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap { padding-top: 60px; padding-left: 10px; padding-right: 10px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_subtext { font-size: 14px; margin-bottom: 40px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap + img { top: auto; bottom: 8%; max-width: 230px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext { font-size: 18px; } 
 .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext span { font-size: 24px; } 

 .evCon5 .con5_subtitle { margin-bottom: 10px; } 
 .evCon5 .tab_base li img { left: 10%; width: 50px; } 
 .evCon5 .panel_base_inner .box_wrap .box .btn-base {width: 90%;}
 .evCon5 .panel_base_inner .box_wrap .box .btn-base a {font-size: 16px; width: 100%; padding: 2vmin 0;}
 .evCon5 .panel_base_inner .box_top_wrap .box_top > img { top: 10px; width: 50px; } 
 .evCon5 .panel_base_inner .box_top { flex-direction: column; padding: 15px 0; } 
 .evCon5 .panel_base_inner .box_top p { font-size: 15px; } 
 .evCon5 .panel_base_inner .box_top a { font-size: 13px; height: 30px; } 
 .evCon5 .panel_base_inner .box_wrap.for_mo .swiper_tab_list .swiper_tab { height: 40px; font-size: 14px; } 
 .evCon5 .panel_base_inner .box_bottom { position: relative; } 
 .evCon5 .panel_base_inner .box_bottom i { width: 50px; height: 50px; } 
 .evCon5 .panel_base_inner .box_bottom .text h6 { display: flex; flex-direction: column; font-size: 16px; margin-bottom: 10px; } 
 .evCon5 .panel_base_inner .box_bottom .text p { font-size: 13px; } 
 .evCon5 .panel_base_inner .tiny_noti { font-size: 11px; } 
 .evCon5 .panel_base_inner .box_wrap .box h6 { font-size: 20px; width: 100%; } 
 .evCon5 .panel_base_inner .box_wrap .box h6 i { line-height: 1.3; } 
 .evCon5 .panel_base_inner .box_wrap .box .noti { margin: 15px 0 0; text-align: center; } 
 .evCon5 .btn_wrap { flex-direction: column; } 
 .evCon5 .btn_wrap > span { width: 100%; } 
 .evCon5 .btn_wrap .btn { flex: initial; width: 100%; height: 65px; font-size: 16px; } 
 .evCon5 .con5_subtitle span { font-size: clamp(20px,4.8vmin,28px); } 

 .evCon6 .divider { margin: 5% auto; } 
 .evCon6 .noti .noti_title { margin-bottom: 15px; } 
 .evCon6 .noti .noti_text p { font-size: 11px; } 
 .admin_btn { width: 90%; height: 50px; font-size: 16px; } 

 /* 目府脓烦 扑诀 */
 .eventWrap .layerPopup .teaCurr { height: 100vw; } 
 .eventWrap .layerPopup .contentBox { width: 98%; } 
}