@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 { position: relative; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.main .inner { position: relative; min-height: 1000px; padding: 140px 0 150px 0; } 
.main .inner::before,
.main .inner::after { position: absolute; top: 50%; transform: translate(0, -50%); content: ''; width: 680px; height: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; } 
.main .inner::before { left: -420px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_teacher_left.png'); } 
.main .inner::after { right: -410px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_teacher_right.png'); } 
.main .con_tit { margin-bottom: 65px; } 
.main .con_tit .clamp-text { margin-bottom: 15px; color: #000000; font-size: 32px; font-weight: bold; } 
.main .con_tit .clamp-title { margin-bottom: initial; line-height: 1.2; font-size: 90px; font-weight: 900; background: linear-gradient(to right, #16d1d8, #5335ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.main .con_box ul { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; } 
.main .con_box ul li { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 19px; } 
.main .con_box ul li h6 { position: relative; padding: 0 104px 0 30px; color: #5433ff; font-size: 24px; font-weight: bold; } 
.main .con_box ul li h6::before,
.main .con_box ul li h6::after { position: absolute; top: 50%; transform: translate(0, -50%); content: ''; } 
.main .con_box ul li h6::before { left: 0; width: 18px; height: 18px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_icon_check.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.main .con_box ul li h6::after { right: 0; width: 84px; height: 1px; background-color: #bbbbbb; } 
.main .con_box ul li p { color: #000000; font-size: 20px; font-weight: 500; } 
.main .con_box .twinkle { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 0 auto; margin-top: 67px; width: 440px; height: 80px; background-color: #5433ff; border-radius: 5px; } 
.main .con_box .twinkle.mo-ver{display: none;}
.main .con_box .twinkle p { color: #fff; font-size: 26px; font-weight: bold; } 
.main .con_box .twinkle::before { position: absolute; top: -81px; right: -74px; content: ''; width: 146px; height: 146px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_point_off_new.png'); background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 2; display: none;} 
.main .con_box .twinkle.on::before { background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_point_on_new.png'); } 


/* evBnr */
.evBnr { background-color: #222222; } 
.evBnr.on { 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; } 


/* evCon1 */
.evCon1 { padding: 83px 0 10px 0; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con1_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: center; } 
.evCon1 .box_wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; } 
.evCon1 .box_wrap .box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 43px 40px 50px 40px; background-color: #fff; border: 1px solid #dddddd; border-radius: 15px; } 
.evCon1 .box_wrap .box:first-of-type { position: relative; } 
.evCon1 .box_wrap .box:first-of-type::before { position: absolute; left: 50%; bottom: -67px; transform: translate(-50%, 0); content: ''; width: 118px; height: 93px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con1_down_arrow.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.evCon1 .box_wrap .box .box_title { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; margin-bottom: 25px; line-height: 1.4; color: #000000; font-size: 26px; font-weight: bold; } 
.evCon1 .box_wrap .box .box_title span { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; gap: 6px; color: #ea3832; } 
.evCon1 .box_wrap .box .box_inner { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: 100%; } 
.evCon1 .box_wrap .box .box_inner .box_inner_box { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 5px; flex: 1; height: 115px; padding: 20px 0 0 0; background-color: #f5f5f5; border-radius: 5px; } 
.evCon1 .box_wrap .box:last-of-type .box_inner .box_inner_box { background-color: #fdebea; } 
.evCon1 .box_wrap .box .box_inner .box_inner_box > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } 
.evCon1 .box_wrap .box .box_inner .box_inner_box h6 { color: #000000; font-size: 20px; font-weight: bold; } 
.evCon1 .box_wrap .box .box_inner .box_inner_box p { position: relative; padding-left: 20px; color: #000000; font-size: 16px; font-weight: 400; } 
.evCon1 .box_wrap .box .box_inner .box_inner_box p::before { position: absolute; top: 5.5px; left: 0; content: ''; width: 13px; height: 10px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con1_icon_check.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.evCon1 .box_wrap .box .bottom { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; width: 100%; margin-top: 10px; } 
.evCon1 .box_wrap .box .bottom a { color: #999999; font-size: 16px; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; } 



/* evCon2 */
.evCon2 { padding: 160px 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: 300; 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; } 


/* evCon4 */
.evCon4 { padding: 160px 0 160px 0; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con4_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.evCon4 .con_box { margin: 0 -300px; } 
.evCon4 .con4_swiper {position: relative; width: 1600px; margin: 0 auto;overflow: hidden; } 
.evCon4 .con4_swiper .swiper-slide { padding: 18px 0 19px 0; opacity: 0.5; } 
.evCon4 .con4_swiper .swiper-slide.swiper-slide-prev,
.evCon4 .con4_swiper .swiper-slide.swiper-slide-next,
.evCon4 .con4_swiper .swiper-slide.swiper-slide-active { opacity: 1; } 
.evCon4 .con4_swiper .swiper-slide .box { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 280px; background-color: rgba(255, 255, 255, 0.5); border: 1px solid #dddddd; border-radius: 20px; } 
.evCon4 .con4_swiper .swiper-slide .box::before,
.evCon4 .con4_swiper .swiper-slide .box::after { position: absolute; content: ''; width: 43px; height: 29px; background-repeat: no-repeat; background-position: center; background-size: contain; } 
.evCon4 .con4_swiper .swiper-slide .box::before { top: -18px; left: 30px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con4_box_deco1.png'); } 
.evCon4 .con4_swiper .swiper-slide .box::after { right: 30px; bottom: -19px; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/con4_box_deco2.png'); } 
.evCon4 .con4_swiper .swiper-slide .box p { line-height: 1.6; color: #000000; font-size: 16px; font-weight: 500; } 
.evCon4 .con4_swiper .swiper-slide .box p span { color: #14a3e3; } 
.evCon4 .tiny_noti { width: 950px; margin: 0 auto; margin-top: 10px; color: #999999; font-size: 13px; font-weight: 300; text-align: right; } 


/* evCon5 */
.evCon5 { padding: 170px 0 278px 0; overflow: initial !important; } 
.evCon5 .clamp-title { margin-bottom: 5px; } 
.evCon5 .clamp-title + p { margin-bottom: 47px; color: #ea3832; font-size: 13px; font-weight: 300; } 
.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: 57px 40px 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 .con5_subtitle.agenda{padding-top: 50px;}
.evCon5 .panel_base_inner .box { border: 1px solid #dddddd; border-radius: 15px; } 
.evCon5 .panel_base_inner .box_top { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 14px; width: 100%; padding: 29px 0; } 
.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: center; 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: center; height: 340px; flex: 1; } 
.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: 6px; 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; text-align: right; } 
.evCon5 .panel_base_inner .box_bottom { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; width: 100%; margin-top: 20px; margin-bottom: 12px; padding: 25px 0; } 
.evCon5 .panel_base_inner .box_bottom i { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 52px; height: 52px; color: #fff; font-size: 13px; 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: 100%; } 
.evCon5 .btn_wrap .btn { display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 80px; font-size: 20px; font-weight: bold; border-radius: 5px; } 
.evCon5 .btn_wrap .btn_apply { color: #fff; background-color: #5433ff; } 
.evCon5 .btn_wrap .btn_apply.done { color: #999999; background-color: #dddddd; } 
.evCon5 .btn_wrap .btn_noti { color: #000; 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; } 


/* evCon6 */
.evCon6 { padding: 170px 0 170px 0; background-color: #eeeeee; } 
.evCon6 .clamp-title { margin-bottom: 0; } 
.evCon6 .con_box { margin: 0 -90px; } 
.evCon6 .top { margin-top: -50px; } 
.evCon6 .top_next,.evCon6 .bottom_next { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 20px; } 
.evCon6 .divider { display: flex; flex-direction: row; align-items: center; justify-content: center; max-width: 1080px; margin: 0 auto; margin-top: 48px; margin-bottom: 52px; } 
.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: 42px; } 
.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 p { position: relative; padding-left: 12px; color: #222222; font-size: 13px; font-weight: 400; text-align: left; } 
.evCon6 .noti .noti_text p::before { position: absolute; top: 0; left: 0; content: 'กค'; } 
.evCon6 .noti .noti_text p span { color: #ea3832; } 
.evCon6 .noti .noti_text p a { margin-left: 10px; color: #007af3; font-weight: bold; } 


/* event */
.event .con_tit .end::after { right: -110px; } 
.event .con_tit > img { margin-bottom: 25px; } 
.event .con_tit .clamp-title span { background: initial; -webkit-background-clip: initial; -webkit-text-fill-color: initial; } 
.event .container_info { max-width: 920px; margin: 0 auto; font-size: 20px; } 
.event .container_info .info { margin-right: 37px; } 
.event .container_info .info:last-of-type { margin-right: 0; } 
.container_info .info .info_date { font-weight: bold; } 
.event .container_info .info .noti { margin-left: 10px; } 
.event .gift { position: relative; margin-bottom: 70px; } 
.event .gift::before { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); content: ''; width: 1182px; height: 146px; background-repeat: no-repeat; background-position: center; background-size: contain; } 
.event .gift > img { position: relative; z-index: 1; } 


/* event1 */
.event1 { padding: 180px 0 234px 0; background-color: #e0eff5; } 
.event1 .con_tit .end::after { background: #f32424; } 
.event1 .con_tit .clamp-title span { color: #14a3e3; } 
.event1 .gift { margin-top: 100px; padding-bottom: 7px; } 
.event1 .gift::before { background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/event1_gift_bg.png'); } 
.event1 .eventBoard .evtBoard_common .evtBoard_inner { background-color: #14a3e3; } 
.event1 .eventBoard .evtBoard_common .board_write { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; padding: initial; } 
.event1 .eventBoard .evtBoard_common .board_write select { width: 180px; height: 50px; padding: 0 20px; color: #adadad; font-size: 14px; border: 0; border-radius: 5px; margin-right: 1px; } 
.event1 .evtBoard_common .board_write .inp_wrap { flex: 1; } 
.event1 .evtBoard_common .board_write .inp_wrap textarea, .evtBoard_common .board_write .inp_wrap input[type="text"] { height: 50px; padding: 14px 20px 0 20px; color: #000; font-size: 14px; font-family: 'NotoSans KR'; border-radius: 5px 0 0 5px; } 
.event1 .evtBoard_common .board_write .inp_wrap textarea::placeholder, .evtBoard_common .board_write .inp_wrap input[type="text"]::placeholder { color: #adadad; font-size: 14px; font-family: 'NotoSans KR'; } 
.event1 .evtBoard_common .board_write .btn_wrap { position: initial; width: 156px; border-radius: 0 5px 5px 0; overflow: hidden; } 
.event1 .evtBoard_common .board_write .btn_wrap a { height: 50px; line-height: 50px; font-family: 'NotoSans KR'; } 
.event1 .evtBoard_common .board_notice li { color: #fff; font-size: 13px; font-family: 'NotoSans KR'; opacity: 1; } 

/* event2 */
.event2 { padding: 180px 0 180px 0; background-color: #e4e1f3; } 
.event2 .con_tit .end::after { background: #f32424; } 
.event2 .con_tit .clamp-title span { color: #6247ee; } 
.event2 .gift { margin-top: 76px; margin-bottom: 70px; padding-bottom: 7px; } 
.event2 .gift::before { background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/event2_gift_bg.png'); } 
.event2 .event_step { margin-bottom: 80px; border-radius: 5px; overflow: hidden; } 
.event2 .event_step .step { height: 270px; padding: 45px 40px 32px 40px; } 
.event2 .event_step .step:first-of-type { align-items: center; justify-content: center; padding: 0 40px 0 40px; } 
.event2 .event_step .step .btn_wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; } 
.event2 .event_step .step .btn_wrap a { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 60px; margin-top: initial; line-height: initial; color: #fff; font-size: 20px; font-family: 'NotoSans KR'; font-weight: bold; border: 5px; } 
.event2 .event_step .step .btn_wrap a:nth-of-type(1) { background-color: #5433ff; } 
.event2 .event_step .step span { color: #6247ee; } 
.event2 .event_step .step p { font-weight: 400; } 
.event2 .event_step .step p b { font-weight: bold; } 
.event2 .event_step .step i { position: relative; margin-top: 12px; padding-left: 7px; color: #ea3832; font-size: 13px; font-style: normal; } 
.event2 .event_step .step i sup { position: absolute; top: 0; left: 0; } 
.event2 .shareList { border-radius: 5px 5px 0 0; overflow: hidden; } 
.event2 .shareList ul { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; width: 100%; } 
.event2 .shareList ul li { width: 100%; } 
.event2 .shareList ul li+li { margin: initial; } 
.event2 .shareList ul li dl { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 12px; padding: initial; } 
.event2 .shareList ul li dl:after { display: none; } 
.event2 .shareList ul li dl dd { float: initial; flex: 1; width: initial; margin: initial; border: 2px solid #dddddd; color: #999999; font-weight: bold; background-color: #f5f5f5; border-radius: 5px; } 
.event2 .shareList ul li dl dt { position: initial; flex: 1; width: initial; background: #000000; border-radius: 5px; } 
.event2 .shareList ul li dl dd+dd { margin: initial; } 
.event2 .shareList ul li dl.sns dt { color: #21bbff; } 
.event2 .shareList ul li dl.naver dt { color: #04c75b; } 
.event2 .shareList ul li dl.daum dt { color: #fae100; } 
.event2 .shareList ul li dl.etc dt { color: #8d77ff; } 
.event2 .eventBoard .evtBoard_common { background: #6247ee; border-radius: 5px; } 
.event2 .eventBoard .evtBoard_common .board_write { padding: 0 156px 0 0; } 
.event2 .evtBoard_common .board_write .inp_wrap input[type="text"] { height: 50px; padding: 0 20px; font-family: 'NotoSans KR'; border-radius: 5px 0 0 5px; } 
.event2 .evtBoard_common .board_write .inp_wrap input[type="text"]::placeholder { color: #adadad; } 
.event2 .evtBoard_common .board_write .btn_wrap { width: 156px; border-radius: 0 5px 5px 0; overflow: hidden; } 
.event2 .evtBoard_common .board_write .btn_wrap a { height: 50px; line-height: 50px; background: #000000; color: #fff; } 
.event2 .eventBoard .evtBoard_common .info_wrap.with_tip .tip_list li { color: #fff; font-size: 13px; line-height: 1.75; font-family: 'NotoSans KR'; } 
.event2 .eventBoard .evtBoard_common .info_wrap.with_tip button { color: #fff; font-size: 16px; font-weight: 500; font-family: 'NotoSans KR'; letter-spacing: -1px; text-decoration: underline; text-underline-offset: 6px; } 


.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;}

@media screen and (max-width: 1200px){
    .evSection .clamp-title { font-size: clamp(26px,5vmin,46px); } 
    .clamp-text { font-size: clamp(15px,2vmin,20px); } 

    .main .inner { width: 100%; } 
    .main .inner::before { top: 50%; left: 50%; transform: translate(-50%, 0); width: 100%; height: 43vw; background-image: url('https://img.megagong.net/m/2024/0604_summerbrief/main_teacher_mo.png'); background-size: contain; } 
    .main .inner::after { display: none; } 
    .main .con_box ul { flex-direction: row; flex-wrap: wrap; gap: 14px 25px; } 
    .main .con_box ul li { width: 410px; } 
    .main .con_box .twinkle { width: 90%; margin-top: 50vw; } 
    .main .con_box .twinkle.pc-ver{display: none;}
    .main .con_box .twinkle.mo-ver{display: flex;}
    .main .con_box .twinkle::before { left: calc(50% + 120px); right: initial; } 
    .evBnr.on { bottom: 65px; } 
    .evBnr ul li a.pc-ver{display: none;}
    .evBnr ul li a.mo-ver{display: flex;}
    .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; } 
    
    .evCon4 .con_box { margin: 0 auto; } 
    .evCon4 .con4_swiper { width: 100%; max-width: 960px; } 
    .evCon5 .panel_base_inner .box_wrap .box .p_wrap p { font-size: 14px; } 
    .evCon5 .panel_base_inner { padding: 40px 0 0 0; } 
    .evCon6 .con_box { margin: 0 auto; } 
    .evCon6 .top_next, .evCon6 .bottom_next { gap: 10px; } 
    .evCon6 .top_next > img, .evCon6 .bottom > img { width: calc(33.33% - 6.67px); } 
    .event .con_tit .end::after{right: 0;}
    .event2 .eventBoard .evtBoard_common .board_write { padding: 0; } 
    .event2 .evtBoard_common .board_write .inp_wrap input[type="text"] { border-radius: 5px 5px 0 0; } 
    .event2 .evtBoard_common .board_write .btn_wrap { width: 100%; border-radius: 0 0 5px 5px; } 
}

@media screen and (max-width: 992px){
    .evSection .clamp-title { font-size: clamp(26px,4.6vmin,40px); margin-bottom: 7vw; } 
    
    .main .inner { padding: 15vw 0; } 
    .main .con_tit .clamp-text { font-size: 26px; } 
    .main .con_tit .clamp-title { font-size: 70px; } 
    .main .con_box ul li { width: 330px; } 
    .main .con_box ul li h6 { padding: 0 60px 0 30px; font-size: 20px; } 
    .main .con_box ul li h6::after { width: 45px; } 
    .main .con_box ul li p { font-size: 18px; } 


    .evCon1 { padding: 10vw 0 0 0; } 
    .evCon1 .box_wrap .box .box_title { font-size: 20px; } 
    .evCon1 .box_wrap .box .box_inner .box_inner_box h6 { font-size: 18px; } 
    .evCon1 .box_wrap .box .bottom a { font-size: 14px; } 

    .evCon2 { padding: 10vw 0 0 0; } 
    .evCon2 .box_wrap .box p { font-size: 18px; } 
    .evCon2 .tiny_noti { font-size: 11px; } 

    .evCon3 { padding: 10vw 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; } 


    .evCon4 { padding: 15vw 0; } 
    .evCon4 .tiny_noti { width: 100%; font-size: 11px; } 
    
    .evCon5 { padding: 10vw 0; } 
    .evCon5 .clamp-title { margin-bottom: 0; } 
    .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: #000000; border-radius: 5px; cursor: pointer; } 
    .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 .btn_wrap { gap: 10px; } 
    .evCon6 { padding: 10vw 0; } 
    .evCon6 .clamp-title { margin-bottom: 0; } 

    .event1 { padding: 10vw 0; } 
    .event .container_info .info .noti { margin-top: 7px; } 
    .event1 .gift { margin-top: 10vw; } 
    .event .gift::before { width: 100%; } 
    .event .gift > img { width: 65%; } 
    .event1 .eventBoard .evtBoard_common .board_write { flex-wrap: wrap; } 
    .event1 .evtBoard_common .board_write .inp_wrap textarea, .evtBoard_common .board_write .inp_wrap input[type="text"] { border-radius: 5px; } 
    .event1 .evtBoard_common .board_write .btn_wrap { width: 100%; margin-top: 5px; border-radius: 5px; } 
    .event2 { padding: 10vw 0; } 
    .event2 .event_step .step { height: 233px; padding: 30px 15px 0 15px; } 
    .event2 .event_step .step:first-of-type { padding: 0 15px; } 
    .event2 .event_step .step .btn_wrap a { font-size: 16px; } 
    .event2 .shareList ul li dl { gap: 20px 5px; } 
}

@media screen and (max-width: 768px){
    .evSection .clamp-title { font-size: clamp(23px,4.6vmin,33px); } 

    .main .inner { min-height: initial; } 
    .main .inner::before { top: 53%; } 
    .main .con_box ul li { width: 275px; gap: 10px; } 
    .main .con_box ul li h6 { padding: 0 35px 0 30px; font-size: 18px; } 
    .main .con_box ul li h6::after { width: 25px; } 
    .main .con_box ul li p { font-size: 16px; } 

    .evBnr ul li a p { font-size: 15px; } 

    .evCon1 .box_wrap .box { padding: 43px 20px 50px 20px; } 
    .evCon1 .box_wrap .box:last-of-type { padding: 43px 20px 30px 20px; } 
    .evCon1 .box_wrap .box .box_title { font-size: 17px; } 
    .evCon1 .box_wrap .box .box_inner { gap: 10px; } 
    .evCon1 .box_wrap .box:last-of-type .box_inner .box_inner_box { height: 90px; } 
    .evCon1 .box_wrap .box .box_inner .box_inner_box p { font-size: 13px; } 
    .evCon1 .box_wrap .box .bottom a { font-size: 12px; } 
    .evCon2 .box_wrap { flex-direction: column; } 
    .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: 50%; right: 0; transform: translate(0, -50%); width: 50%; } 
    

    .evCon4 .con4_swiper .swiper-slide .box { height: 222px; } 
    .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; } 
    .evCon6 .top { margin-bottom: 30px; } 
    .evCon6 .top_next, .evCon6 .bottom_next { flex-wrap: wrap; } 
    .evCon6 .top_next > img, .evCon6 .bottom > img { width: 45%; } 
    .evCon6 .bottom_next > img{width: 60%;}
    .evCon6 .top_next > img:first-of-type,.evCon6 .bottom > img:first-of-type { margin: 0 20%; } 
    .event .con_tit > img { width: 40%; } 
    .event .container_info { font-size: 16px; } 
    .event1 .eventBoard .evtBoard_common .board_write { flex-direction: column; } 
    .event1 .eventBoard .evtBoard_common .board_write select { width: 100%; } 
    .event1 .evtBoard_common .board_write .inp_wrap { flex: initial; width: 100%; margin-top: 5px; } 
    .event2 .event_step:not(.had_four) { margin-bottom: 30px; } 
    .event2 .event_step .step:first-of-type { padding: 30px 15px; } 
    .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; } 
}

@media screen and (max-width: 576px){
    .evSection .clamp-title { font-size: clamp(19px,4.8vmin,28px); } 
    .main .con_tit { margin-bottom: 30px; } 
    .main .con_tit .clamp-text { font-size: 18px; } 
    .main .con_tit .clamp-title { font-size: 44px; } 
    .main .inner::before { top: 57%; } 
    .main .con_box ul{flex-direction: column;flex-wrap: initial;}
    .main .con_box .twinkle { width: 96%; } 
    .main .con_box .twinkle::before { top: -65px; left: initial; right: 10px; width: 100px; height: 100px;} 
    .main .con_box .twinkle p { font-size: 20px; } 

    .evBnr.on { bottom: 70px; } 
    .evBnr ul li a p { font-size: 13px; } 

    .evCon1 .box_wrap .box .box_title { font-size: 14px; } 
    .evCon1 .box_wrap .box .box_inner { flex-direction: column; } 
    .evCon1 .box_wrap .box .box_inner .box_inner_box { flex: initial; width: 100%; } 
    .evCon1 .box_wrap .box:last-of-type .box_title { display: initial; } 
    .evCon1 .box_wrap .box .box_inner .box_inner_box h6 { font-size: 16px; } 
    .evCon1 .box_wrap .box .box_inner .box_inner_box p::before { top: 4.5px; } 
    .evCon2 .box_wrap .box > img { width: 100px; } 
    .evCon2 .box_wrap .box p { font-size: 15px; } 

    .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; } 
    .evCon3 .panel_base .panel_base_inner .text_wrap + img { top: 60%; } 
    .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext { font-size: 22px; } 
    .evCon3 .panel_base .panel_base_inner .text_wrap .con3_maintext span { font-size: 28px; } 

    .evCon5 .con5_subtitle { margin-bottom: 10px; } 
    .evCon5 .tab_base li img { left: 10%; width: 50px; } 
    .evCon5 .panel_base_inner .box_top_wrap .box_top > img { top: 10px; width: 50px; } 
    .evCon5 .panel_base_inner .box_top { flex-direction: column; } 
    .evCon5 .panel_base_inner .box_top p { font-size: 14px; } 
    .evCon5 .panel_base_inner .box_top a { font-size: 12px; } 
    .evCon5 .panel_base_inner .box_wrap.for_mo .swiper_tab_list .swiper_tab { height: 50px; font-size: 14px; } 
    .evCon5 .panel_base_inner .box_bottom { position: relative; } 
    .evCon5 .panel_base_inner .box_bottom i { position: absolute; top: 10px; left: 10px; } 
    .evCon5 .panel_base_inner .box_bottom .text h6 { display: flex; flex-direction: column; font-size: 16px; } 
    .evCon5 .panel_base_inner .box_bottom .text p { font-size: 13px; } 
    .evCon5 .panel_base_inner .tiny_noti { font-size: 11px; } 
    .evCon5 .btn_wrap { flex-direction: column; } 
    .evCon5 .btn_wrap .btn { flex: initial; width: 100%; height: 65px; font-size: 16px; } 
    .evCon6 .top { margin-top: 0; } 
    .evCon6 .top > img { width: 45%; } 
    .evCon6 .noti .noti_title { margin-bottom: 15px; } 
    .evCon6 .noti .noti_text p { font-size: 11px; } 
    .event .container_info { font-size: 12px; } 
    .event .container_info .info .noti { margin-top: 0px; } 
    .event .gift { margin-bottom: 30px; } 
    .event1 .evtBoard_common .board_write .inp_wrap textarea { height: 70px; } 
    .event1 .evtBoard_common .board_notice li,
    .event2 .eventBoard .evtBoard_common .info_wrap.with_tip .tip_list li { font-size: 11px; } 
    .event2 .gift { margin-top: 30px; } 
    .event2 .shareList ul li dl { flex-wrap: wrap; gap: 5px 5px; } 
    .event2 .shareList ul li dl dt { width: 100%; flex: initial; } 
    .admin_btn{width: 90%;height: 50px;font-size: 16px;}
}