@charset "euc-kr";


/* °øÅë¿ä¼Ò */
.br1200 { display: none; } 
.br576 { display: none; } 


/* main */
.main { position: relative; background-color: #7333cb; } 
.main::before { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); content: ''; width: 1470px; height: 594px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/main_bg_deco.jpg'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.main .inner { position: relative; } 
.main h3 { position: relative; margin: 0 -20px; } 
.main h3 .main_text { position: relative; } 
.main h3 .main_text .main_teacher { position: relative; z-index: 3; } 
.main h3 .main_text .main_text_01 { position: absolute; top: 265px; left: 0; z-index: 0; } 
.main h3 .main_text .main_text_02 { position: absolute; top: 265px; left: 0; z-index: 0; } 
.main h3 .main_text .main_text_03 { position: absolute; top: 265px; left: 0; z-index: 4; } 
.main h3 .main_text > a { position: absolute; top: 670px; right: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; color: #fff; font-size: 17px; font-weight: bold; z-index: 5; } 
.main h3 .main_text > a > img { margin-left: 15px; } 
.main h3 ul { position: absolute; top: 60%; left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; z-index: 4; } 
.main h3 ul li { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: 706px; height: 40px; margin-bottom: 22px; padding-left: 6px; color: #fff; font-size: 22px; font-weight: 300; text-align: left; background-color: #7333cb; } 
.main h3 ul li:last-of-type { margin-bottom: 0; } 
.main h3 ul li::before { position: absolute; top: -23px; left: 0; content: ''; width: 52px; height: 36px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/main_deco.png'); background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 0; } 
.main h3 ul li::after { position: absolute; right: 20px; bottom: 17px; content: ''; width: 29px; height: 7px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/main_arrow.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.main h3 ul li a { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: 100%; height: 100%; } 
.main h3 ul li a b { margin-right: 7px; z-index: 2; } 
.main h3 ul li a span { color: #ffe95a; } 
.main .con_box { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); width: 100%; z-index: 5; } 
.main .con_box.on { position: fixed; left: 0; bottom: 0; transform: initial; width: 100%; z-index: 5; } 
.main .con_box ul { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 1080px; margin: 0 auto; } 
.main .con_box ul::before { position: absolute; top: 0; left: 0; transform: translate(-50%, 0); content: ''; width: 200vw; height: 100%; background-color: rgba(0, 0, 0, 0.8); } 
.main .con_box ul li { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 100px; } 
.main .con_box ul li:last-of-type::before { display: none; } 
.main .con_box ul li::before { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); content: ''; width: 1px; height: calc(100% - 30px); background-color: #fff; } 
.main .con_box ul li a { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.main .con_box ul li a p { color: #ffe95a; font-size: 18px; } 
.main .con_box ul li a > img { margin-left: 30px; } 


/* evSection */
.evSection .con_tit { margin-bottom: 15px; font-size: 42px; font-weight: 900; background: linear-gradient(to right, #301cc2, #6b00ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.evSection .con_box > p { color: #111111; font-size: 24px; font-weight: bold; } 
.evSection .con_box > p span { color: #6b00ff; } 
.evSection .con_box .con_subtitle { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.evSection .con_box .con_subtitle .line { flex: 1; height: 1px; background-color: #000000; } 
.evSection .con_box .con_subtitle .text { padding: 7px 60px; color: #fff; font-size: 22px; background-color: #000000; border-radius: 30px; } 
.evSection .con_box .con_subtitle .text span { color:#ffe95a; } 


/* evCon1 */
.evCon1 { padding: 142px 0 160px 0; background-color: #eeeeee; } 
.evCon1 .con_tit { letter-spacing: -1.5px; } 
.evCon1 .con_box .animation_wrapper { position: relative; margin: 0 -216px; margin-top: -60px; } 
.evCon1 .con_box .animation_wrapper > img { position: relative; z-index: 1; } 
.evCon1 .con_box .animation_wrapper .arrow { position: absolute; top: 0; left: 0; opacity: 0; } 
.evCon1 .con_box .animation_wrapper .arrow.on { animation:show_top_in2 1.3s ease-out both; -webkit-animation:show_top_in2 1.3s ease-out both; } 
@-webkit-keyframes show_top_in2 { 
 0% { transform: translateY(100px) translateX(-100px); opacity: 0; transform: scaleY(0); transform-origin:bottom; } 
 100% { transform: translateY(0) translateX(0); opacity: 1; transform: scaleY(1); transform-origin:bottom; } 
 }
@keyframes show_top_in2 { 
 0% { transform: translateY(100px) translateX(-100px); opacity: 0; transform: scaleY(0); transform-origin:bottom; } 
 100% { transform: translateY(0) translateX(0); opacity: 1; transform: scaleY(1); transform-origin:bottom; } 
 }
.evCon1 .con_box .animation_wrapper .tiny_noti { position: absolute; right: 216px; bottom: 200px; line-height: 1.6; color: #999999; font-size: 12px; text-align: right; } 
.evCon1 .con_box .con_subtitle { margin-bottom: 60px; } 
.evCon1 .con_box .con1_slide { margin: 0 -15px; margin-bottom: 79px; } 
.evCon1 .con_box .con1_slide .item { position: relative; min-height: 445px; background-color: #fff; } 
.evCon1 .con_box .con1_slide .item::before { position: absolute; right: 0; bottom: 0; content: ''; width: 28px; height: 27px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/con1_deco.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.evCon1 .con_box .con1_slide .item h5 { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; height: 70px; color: #fff; font-size: 15.5px; font-weight: 300; background: linear-gradient(to right, #301cc3, #6b00fe); } 
.evCon1 .con_box .con1_slide .item h6 { position: relative; min-height: 50px; margin: 35px 0 12px 0; padding-left: 5px; padding-right: 5px; padding-bottom: 10px; color:#111111; font-size: 19px; font-weight: bold; } 
.evCon1 .con_box .con1_slide .item h6::before { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); content: ''; width: calc(100% - 70px); height: 1px; background-color: #dddddd; } 
.evCon1 .con_box .con1_slide .item p { margin: 0 10px; padding-bottom: 10px; color:#111111; font-size: 15.5px; font-weight: 300; } 
.evCon1 .con_box .con1_slide .slick-slide { margin: 0 15px; } 
.evCon1 .con_box .con1_slide .slick-arrow { position: absolute; top: 50%; transform: translate(0, -50%); width: 55px; height: 55px; font-size: 0; z-index: 1; background-repeat: no-repeat; background-position: center; background-size: contain; border-radius: 50%; box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); } 
.evCon1 .con_box .con1_slide .slick-arrow.slick-prev { left: -15px; background-image: url('https://img.megagong.net/m/2023/0711_shin242/icon_arrow_left.png'); } 
.evCon1 .con_box .con1_slide .slick-arrow.slick-next { right: -15px; background-image: url('https://img.megagong.net/m/2023/0711_shin242/icon_arrow_right.png'); } 
.evCon1 .con_box > a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 480px; height: 80px; margin: 0 auto; color: #fff; font-size: 22px; font-weight: bold; background-color: #111111; border-radius: 10px; } 


/* evCon2 */
.evCon2 { padding: 152px 0 160px 0; overflow: initial !important; background-color: #f5f5f5; } 
.evCon2 .con_box > p { margin-bottom: 50px; } 
.evCon2 .con_box .eventVideo.video_renewal { margin: 0 40px; margin-bottom: 80px; } 
.evCon2 .con_box .point { position: relative; float: right; margin-top: -46px; z-index: 3; } 
.evCon2 .con_box .lecture { padding-bottom: 0 !important; background-color: #fff; } 


/* evCon3 */
.evCon3 { padding: 150px 0 160px 0; } 
.evCon3 .con_box .wrapper { display: flex; flex-direction: row; align-items: flex-end; justify-content: center; margin-top: 80px; } 
.evCon3 .con_box .wrapper .tab_base { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 220px; } 
.evCon3 .con_box .wrapper .tab_base::before { position: absolute; left: 50%; bottom: 99px; transform: translate(-50%, 0); content: ''; width: 95px; height: 780px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/con3_arrow.png'); background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 0; } 
.evCon3 .con_box .wrapper .tab_base li { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 96px; margin-bottom: 25px; color: #111111; font-size: 20px; font-weight: bold; background-color: #fff; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); z-index: 1; } 
.evCon3 .con_box .wrapper .tab_base li:nth-of-type(5) { margin-bottom: 74px; } 
.evCon3 .con_box .wrapper .tab_base li.on { color: #fff; background: linear-gradient(to right, #301cc3, #6b00fe); } 
.evCon3 .con_box .wrapper .tab_base li a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } 
.evCon3 .con_box .wrapper .tab_base li a span { width: 68px; height: 20px; line-height: 20px; margin-bottom: 10px; color: #fff; font-size: 14px; font-weight: bold; background-color: #999999; border-radius: 30px; } 
.evCon3 .con_box .wrapper .tab_base li.on a span { color: #6b00ff; background-color: #fff; } 
.evCon3 .con_box .wrapper .tab_base .deco { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 96px; color: #6b00ff; font-size: 20px; font-weight: 900; background-color: #ffe95a; border-radius: 8px; } 
.evCon3 .con_box .wrapper .panel_base { flex: 1; } 


/* evCon4 */
.evCon4 { padding: 150px 0 160px 0; background-color: #efebff; } 
.evCon4 .con_box { margin: 0 40px; } 
.evCon4 .con_box .wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 80px; } 
.evCon4 .con_box .wrapper .tab_base { position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; width: 100%; } 
.evCon4 .con_box .wrapper .tab_base > img { position: absolute; top: -18px; left: -40px; } 
.evCon4 .con_box .wrapper .tab_base li { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 500px; height: 90px; margin-bottom: 15px; color: #a47cdb; font-size: 21px; font-weight: bold; background-color: #d9cfff; border-radius: 8px; } 
.evCon4 .con_box .wrapper .tab_base li:last-of-type { margin-bottom: 0; } 
.evCon4 .con_box .wrapper .tab_base li.on { color: #fff; background: linear-gradient(to right, #301cc3, #6b00fe); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); } 
.evCon4 .con_box .wrapper .tab_base li a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } 
.evCon4 .con_box .wrapper .panel_base { width: 100%; margin-top: 40px; } 
.evCon4 .con_box .link_wrapper { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 20px; } 
.evCon4 .con_box .link_wrapper a { display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 80px; color: #fff; font-size: 22px; font-weight: bold; font-family: "NotoSans KR", sans-serif; background-color: #111111; border-radius: 10px; } 
.evCon4 .con_box .link_wrapper a:first-of-type { margin-right: 40px; } 


/* event °øÅë¿ä¼Ò */
.event .con_tit { color: #ffe95a; font-size: 52px; background: initial; -webkit-background-clip: initial; -webkit-text-fill-color: initial; } 
.event .inner { position: relative; } 
.event .inner .fin { position: absolute; top: -41px; right: -10px; z-index: 2; } 
.event .con_tit > img { margin-bottom: 10px; } 
.event .con_box > p { color: #fff; } 
.event .con_box > p { margin-bottom: 55px; } 
.event .con_box .btn_wrap { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 0 40px; margin-bottom: 100px; } 
.event .con_box .btn_wrap a,
.event .con_box .btn_wrap button { display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 1; height: 80px; font-size: 22px; font-weight: bold; font-family: "NotoSans KR", sans-serif; border-radius: 10px; } 
.event .con_box .btn_wrap a { margin-right: 40px; color: #fff; background-color: #111111; } 
.event .con_box .btn_wrap button { color: #111111; background-color: #ffe95a; } 

/* event1 */
.event1 { padding: 160px 0; background-color: #7333cb; } 
.event1 .con_box .info_and_gift { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 40px; } 
.event1 .con_box .info_and_gift .container_info { justify-content: flex-start; padding: 0; padding-left: 18px; color: #fff; border-radius: 0; background-color: transparent; } 
.event1 .con_box .info_and_gift .container_info .info .info_title::before { width: 2px; height: 19px; background-color: #fff; border-radius: 0; } 
.event1 .con_box .info_and_gift .container_info .info .info_title::after { display: none; } 
.event1 .con_box .info_and_gift .container_info .info { align-items: flex-start; margin-right: 0; margin-bottom: 12px; } 
.event1 .con_box .info_and_gift .container_info .info:last-of-type { margin-bottom: 0; } 
.event1 .con_box .info_and_gift .container_info .info:last-of-type .info_date { text-align: left; } 
.event1 .con_box .info_and_gift .container_info .info .noti { margin-top: 6px; color:#c397ff; } 
.event1 .con_box .info_and_gift > img { margin-right: -40px; } 
.event1 .con_box .btn_wrap { margin-bottom: 0; } 


/* event2 */
.event2 { padding: 160px 0 110px 0; background-color: #590ab2; } 
.event2 .con_tit { letter-spacing: -1px; } 
.event2 .con_box .container_info { margin: 0 40px; margin-bottom: 65px; box-shadow: none; } 
.event2 .con_box .container_info .info .noti { color: #c397ff; } 
.event2 .con_box .gift { margin-bottom: 42px; } 
.event2 .con_box .step_wrapper { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 40px 0 100px 0; padding: 25px 0; background-color: #fff; border-radius: 10px; } 
.event2 .con_box .step_wrapper .step { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; flex: 1; height: 234px; padding-top: 10px; border-right: 1px solid #dddddd; } 
.event2 .con_box .step_wrapper .step::before { position: absolute; top: calc(50% - 18px); right: -18px; content: ''; width: 36px; height: 36px; background-image: url('https://image.megagong.net/m/2023/0711_shin242/event2_step_arrow.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.event2 .con_box .step_wrapper .step:last-of-type { border-right: 0; } 
.event2 .con_box .step_wrapper .step:last-of-type::before { display: none; } 
.event2 .con_box .step_wrapper .step:nth-of-type(1) > img:nth-of-type(2) { margin-top: 4px; margin-bottom: 7px; } 
.event2 .con_box .step_wrapper .step:nth-of-type(2) > img:nth-of-type(2) { margin-top: 28px; margin-bottom: 18px; } 
.event2 .con_box .step_wrapper .step:nth-of-type(3) > img:nth-of-type(2) { margin-top: 52px; margin-bottom: 28px; } 
.event2 .con_box .step_wrapper .step p { color: #111111; font-size: 20px; } 
.event2 .con_box .type_lst { margin-top: 10px; } 
.event2 .con_box .type_lst ul li a,
.event2 .con_box .type_lst ul li.on a { color: #fff; } 
.event2 .con_box .type_lst ul li { border-right: 1px solid #fff; } 
.event2 .con_box .type_lst ul li:last-of-type { border-right: 0; } 
.event2 .con_box .paging.gall a,
.event2 .con_box .paging.gall strong { color: #fff; } 
.event2 .con_box .gallery_lst ul li .img:before { display: none; } 


/* event2 ¼ö°­ ÀÎÁõÇÏ±â ÆË¾÷ */
[class*=mg_popup_wrap] { font-family: "NotoSans KR", sans-serif; } 
[class*=mg_popup_wrap] .b_tit { line-height: 1.2; } 
.mg_popup_wrap table:first-of-type { margin-bottom: 30px; border-bottom: 1px solid #000000}
.mg_popup_wrap table:last-of-type { border-top: 1px solid #000000; } 
.mg_popup_wrap .mg_s_info { margin-top: 8px; } 
.mg_popup_wrap .mg_s_info li { margin-top: 5px; padding-left: 16px; line-height: 1.4; font-size: 13px; font-weight: 300; } 
.mg_popup_wrap .mg_s_info li:before { content: '¡Ø'; } 
.mg_popup_wrap .mg_s_info li a { color: #e45c6c; font-weight: bold; text-decoration: underline; text-underline-offset: 5px; } 


/* ÀÌº¥Æ® À¯ÀÇ»çÇ× */
.eventWrap .evWarning { padding: 60px 0; } 
.warningList > li.w_tit { font-weight: bold; } 
.warningList > li { margin-top: 10px; } 
.warningList li .s_tit:first-of-type { display: block; } 
.warningList li.mgl10 { margin-left: 10px; } 
.warningList li ul li a { color: #0058c4; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; } 


@media screen and (max-width: 1200px){
    .br1200 { display: initial; } 
    .main h3 { margin: 0 auto; } 
    .main h3 .main_text { width: 85%; margin: 0 auto}
    .main h3 .main_text .main_text_01,
    .main h3 .main_text .main_text_02,
    .main h3 .main_text .main_text_03 { top: 22%; } 
    .main h3 .main_text > a { top: 51%; } 
    .main h3 ul { left: 8%; width: 85%; margin: 0 auto; } 
    .main h3 ul li { width: 645px; } 
    .main .con_box.on { bottom: 65px; } 
    .main .con_box ul { width: 96%; } 
    .evCon1 .con_box .animation_wrapper { margin: 0 auto; margin-top: -60px; } 
    .evCon1 .con_box .animation_wrapper .tiny_noti { right: 60px; } 
    .evCon1 .con_box .con_subtitle .text { border-radius: 50px; } 
    .evCon1 .con_box .con1_slide { margin: 0 16px; margin-bottom: 79px; } 
    .evCon3 .con_box .wrapper { align-items: center; } 
    .evCon3 .con_box .wrapper .panel_base { margin-left: 30px; } 
    .evCon4 .con_box .wrapper .tab_base li { width: 48%; } 
    .event .con_tit { font-size: 46px; } 
    .event1 .con_box .info_and_gift { flex-direction: column-reverse; } 
    .event1 .con_box .info_and_gift .container_info { flex-direction: column; align-items: flex-start; margin-top: 40px; } 
}

@media screen and (max-width: 992px){
    .main h3 ul li { width: 536px; font-size: 18px; } 
    .main .con_box ul li a p { font-size: 15px; } 
    .main .con_box ul li a > img { margin-left: 15px; } 
    .evSection .con_tit { font-size: 34px; } 
    .evSection .con_box > p { font-size: 20px; letter-spacing: -1px; } 
    .evSection .con_box .con_subtitle .text { padding: 7px 30px; font-size: 18px; } 
    .evCon1 .con_box .animation_wrapper .tiny_noti { bottom: 46px; font-size: 9px; } 
    .evCon1 .con_box .con1_slide .item { min-height: 375px; } 
    .evCon1 .con_box .con1_slide .item h6 { font-size: 16px; } 
    .evCon1 .con_box .con1_slide .item p { font-size: 13px; } 
    .evCon3 .con_box .wrapper { flex-direction: column; } 
    .evCon3 .con_box .wrapper .tab_base { flex-direction: row; flex-wrap: wrap; width: 100%; } 
    .evCon3 .con_box .wrapper .tab_base::before { display: none; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(1),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(2) { width: calc(50% - 7.5px); } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(3),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(4),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(5) { width: calc(33.33% - 10px); margin-bottom: 20px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(1) { margin-right: 15px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(3) { margin-right: 15px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(4) { margin-right: 15px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(5) { margin-bottom: 20px; } 
    .evCon3 .con_box .wrapper .panel_base { margin-top: 50px; margin-left: 0; } 
    .evCon4 .con_box .wrapper .tab_base { justify-content: center; } 
    .evCon4 .con_box .wrapper .tab_base > img { top: calc(50% + 3px); transform: translate(0, -50%); width: 68%; } 
    .evCon4 .con_box .wrapper .tab_base li { width: 40%; height: 70px; font-size: 18px; } 
    .event2 .con_box .step_wrapper .step p { font-size: 16px; } 
}

@media screen and (max-width: 768px){
    .main h3 ul { top: 58%; } 
    .main h3 ul li { width: 427px; height: 33px; margin-bottom: 10px; font-size: 14px; } 
    .main .con_box ul li { height: 70px; } 
    .main h3 ul li::after { bottom: 14px; } 
    .main .con_box ul li a > img { display: none; } 
    .main .con_box ul li a p { font-size: 14px; } 
    .evSection .con_tit { font-size: 25px; } 
    .evSection .con_box > p { font-size: 16px; } 
    .evSection .con_box .con_subtitle .text { padding: 7px 15px; font-size: 16px; } 
    .evCon1 { padding: 10vw 0; } 
    .evCon1 .con_box .animation_wrapper { margin-top: -20px; } 
    .evCon1 .con_box .animation_wrapper .tiny_noti { right: 20px; bottom: 46px; } 
    .evCon1 .con_box .con_subtitle { margin-top: -30px; margin-bottom: 6vw; } 
    .evCon1 .con_box .con1_slide { margin: 0 auto; } 
    .evCon1 .con_box .con1_slide .slick-slide { margin: 0 20px; margin-bottom: 6vw; } 
    .evCon1 .con_box .con1_slide .slick-arrow { width: 35px; height: 35px; } 
    .evCon1 .con_box .con1_slide .slick-arrow.slick-prev { left: 0; } 
    .evCon1 .con_box .con1_slide .slick-arrow.slick-next { right: 0; } 
    .evCon1 .con_box > a { width: 70%; height: 60px; font-size: 18px; } 
    .evCon2 { padding: 10vw 0; } 
    .evCon2 .con_box > p { margin-bottom: 6vw; } 
    .evCon2 .con_box .eventVideo.video_renewal { margin: 0 auto; margin-bottom: 10vw; } 
    .evCon3 { padding: 10vw 0; } 
    .evCon3 .con_box .wrapper { margin-top: 6vw; } 
    .evCon3 .con_box .wrapper .tab_base li { height: 80px; margin-bottom: 15px; font-size: 18px; } 
    .evCon3 .con_box .wrapper .tab_base li a span { width: 60px; height: 20px; line-height: 20px; margin-bottom: 5px; font-size: 12px; } 
    .evCon4 { padding: 10vw 0; } 
    .evCon4 .con_box { margin: 0 auto; } 
    .evCon4 .con_box .wrapper .tab_base > img { top: 50%; left: 0; width: 55%; } 
    .evCon4 .con_box .wrapper .tab_base li { width: 43%; height: 50px; margin-right: 40px; margin-bottom: 5px; font-size: 14px; } 
    .evCon4 .con_box .link_wrapper a,
    .event .con_box .btn_wrap a,
    .event .con_box .btn_wrap button { height: 55px; font-size: 18px; } 
    .evCon4 .con_box .link_wrapper a:first-of-type,
    .event .con_box .btn_wrap a { margin-right: 15px; } 
    .event .inner .fin { top: 0; right: 0; width: 25vw; } 
    .event .con_tit > img { width: 30vw; } 
    .event .con_box .btn_wrap { margin: 0 auto; } 
    .event1 { padding: 10vw 0; } 
    .event1 .con_box .info_and_gift > img { width: 75%; margin: 0 auto; } 
    .event1 .con_box .info_and_gift .container_info,
    .event2 .con_box .container_info { font-size: 15px; } 
    .event1 .con_box .info_and_gift .container_info .info .noti { margin-top: 3px; } 
    .container_info .info .noti { font-size: 11px; } 
    .container_info .info .noti::before { top: 2.5px; } 
    .event2 { padding: 10vw 0; } 
    .event2 .con_box .container_info { margin: 0 auto; margin-bottom: 5vw; } 
    .event2 .con_box .container_info .info .info_title::before { width: 4px; height: 4px; } 
    .event2 .con_box .btn_wrap { margin-bottom: 6vw; } 
    .event2 .con_box .step_wrapper { flex-direction: column; margin: 3vw 0 6vw 0; } 
    .event2 .con_box .step_wrapper .step { width: 50%; margin-bottom: 5vw; padding-bottom: 5vw; border-right: 0; border-bottom: 1px solid #dddddd; } 
    .event2 .con_box .step_wrapper .step:last-of-type { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } 
    .event2 .con_box .step_wrapper .step::before { top: initial; left: calc(50% - 15px); right: initial; bottom: -15px; transform: rotate(90deg); width: 30px; height: 30px } 
    [class*=mg_popup_wrap] .content_area .content_inner { padding: 30px 10px; } 
}

@media screen and (max-width: 576px){
    .br576 { display: initial; } 
    .main h3 .main_text .main_teacher { /* margin-bottom: 70px; */}
    .main h3 .main_text { width: 95%; } 
    .main h3 .main_text .main_text_01, .main h3 .main_text .main_text_02, .main h3 .main_text .main_text_03 { top: 14%; } 
    .main h3 .main_text > a { top: 44%; font-size: 9px; } 
    .main h3 .main_text > a > img { width: 15px; margin-left: 5px; } 
    .main h3 ul { top: 53%; left: 3%; width: 95%; } 
    .main h3 ul li { flex-direction: column; align-items: flex-start; justify-content: center; width: 223px; height: 42px; margin-bottom: 5px; font-size: 10px; } 
    .main h3 ul li::before { width: 24px; } 
    .main h3 ul li::after { right: 11px; bottom: 10px; width: 15px; } 
    .main h3 ul li a { flex-direction: column; align-items: flex-start; justify-content: center; } 
    .main .con_box.on { bottom: 55px; } 
    .main .con_box ul li a p { font-size: 10px; } 
    .evSection .con_tit { font-size: 22px; } 
    .evSection .con_box > p { font-size: 12px; } 
    .evSection .con_box .con_subtitle .text { font-size: 14px; } 
    .evCon1 .con_box .animation_wrapper .tiny_noti { bottom: 10px; line-height: 1; letter-spacing: -1.5px; } 
    .evCon1 .con_box .con_subtitle { margin-top: 0; } 
    .evCon1 .con_box .con1_slide .item { min-height: 340px; } 
    .evCon1 .con_box .con1_slide .item h5 { height: 60px; font-size: 13px; } 
    .evCon1 .con_box .con1_slide .item p { font-size: 12px; } 
    .evCon2 .con_box .eventVideo.video_renewal { margin-bottom: 17vw; } 
    .evCon3 .con_box .wrapper .tab_base li { height: 65px; margin-bottom: 7px; font-size: 14px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(1),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(2) { width: calc(50% - 5px); } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(3),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(4),
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(5) { width: calc(33.33% - 7px); margin-bottom: 7px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(1) { margin-right: 10px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(3) { margin-right: 10px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(4) { margin-right: 10px; } 
    .evCon3 .con_box .wrapper .tab_base li:nth-of-type(5) { margin-bottom: 7px; } 
    .evCon3 .con_box .wrapper .tab_base .deco { height: 65px; font-size: 14px; } 
    .evCon3 .con_box .wrapper .tab_base li a span { width: 55px; height: 18px; line-height: 18px; margin-bottom: 3px; font-size: 9px; } 
    .evCon3 .con_box .wrapper .panel_base { margin-top: 5vw; } 
    .evCon4 .con_box .wrapper { margin-top: 6vw; } 
    .evCon4 .con_box .wrapper .tab_base li { width: 50%; height: 40px; margin-right: 0; font-size: 12px; } 
    .evCon4 .con_box .wrapper .panel_base { margin-top: 3vw; } 
    .evCon4 .con_box .link_wrapper a:first-of-type, .event .con_box .btn_wrap a { margin-right: 10px; } 
    .evCon4 .con_box .link_wrapper a, .event .con_box .btn_wrap a, .event .con_box .btn_wrap button { height: 50px; font-size: 15px; } 
    .event1 .con_box .info_and_gift .container_info .info .info_title::before { height: 12px; } 
    .event1 .con_box .info_and_gift .container_info, .event2 .con_box .container_info { font-size: 12px; } 
    .event1 .con_box .info_and_gift .container_info .info .noti { margin-top: 1px; } 
    .container_info .info .noti { font-size: 9px; } 
    .event .con_box > p,
    .event2 .con_box .gift { margin-bottom: 5vw; } 
    .event2 .con_box .step_wrapper .step { padding-bottom: 10vw; } 
    .event2 .con_box .step_wrapper .step p { font-size: 14px; } 
    .event2 .con_box .step_wrapper .step:nth-of-type(1) > img:nth-of-type(2) { width: 50%; margin-bottom: -10px; } 
    [class*=mg_popup_wrap] .b_tit { font-size: 22px; } 
    .b_tit + .mg_tb_wrap, .s_tit + .mg_tb_wrap { margin-top: 18px; } 
    .mg_tb_form th,
    .mg_tb_form td { font-size: 9px; } 
    .mg_popup_wrap table:first-of-type { margin-bottom: 15px; } 
    .mg_popup_wrap .mg_s_info li { padding-left: 12px; font-size: 9px; } 
    .mg_terms { padding: 10px; font-size: 9px; } 
    .mg_textarea { font-size: 9px; } 
}