@charset "euc-kr"; 


/* bg url: https://img.megagong.net/m/2022/ */
.mo { display: none; } 
.tar { text-align: right; display: block; } 
.evSection .flex { display: flex; align-items: center; justify-content: space-between; } 
.evSection.evCon3 .flex { justify-content: center; gap: 15px; }
.evSection h4 {margin-bottom: 50px;font-size: 50px;font-weight: 900;} 
.evSection h4 p {font-weight:300;margin-top: 20px;font-size: 25px;} 
.evSection i { font-style: normal; border-radius: 30px; padding: 3px 10px; background: #000; color: #fff; } 
.evSection .mb0 { margin-bottom: 0; } 
.br_576 {display: none;}

.evTopbar { background: #7c070f; padding: 15px 0; color: #fff; } 
.evTopbar h5 { letter-spacing: 1rem; font-size: 23px; } 
.evTopbar .btns a { border: 1px solid #fff; padding: 6px 0; border-radius: 8px; font-weight: 700; font-size: 18px; width: 175px; } 
.evTopbar .btns a + a { margin-left: 10px; background: #fff; color: #7c070f; } 

.eventWrap .evSection.evCon1 { background: #000 url(https://img.megagong.net/m/2023/0110_history/evcon1_bg.jpg) no-repeat top center; padding: 105px 0 160px; } 
.evCon1 span { display: block; text-align: left; } 
.evCon1 h3 { margin: 60px -160px 38px; } 
.evCon1 .btxt { color: #fff; text-align: center; font-size: 21px; } 
.evCon1 .btxt span { display: inline-block; } 
.evCon1 .btxt .gray { position: relative; margin-right: 12px; padding-right: 12px; color: #888; } 
.evCon1 .btxt .gray::before { content: '\007C'; display: block; position: absolute; right: 0; top: 48%; font-size: 15px; transform: translateY(-50%); } 

.evDday { background: #340306; padding: 30px 0; } 
.evDday .flex li { background: #fff; flex-grow: 1; font-weight: 700; } 
.evDday .flex li:nth-child(2) { margin:0 30px } 
.evDday .flex li p { background: #f2f2f2; font-size: 19px; padding: 17px 0; } 
.evDday .flex li div { padding: 25px 0; font-size: 22px; } 
.evDday .flex li div i { font-size: 22px; background: #fc2a34; display: block; width: 130px; margin: 0 auto 15px; padding: 5px 10px; } 

.evCon2 { background: #181818; padding: 160px 0; } 
.evCon2 h4 { color:#fff } 
.evCon2 h4.direct {padding: 75px 0 0 0;margin: 0 0 55px} 
.evCon2 h4.direct p span{color:#fc2a34}

.evCon2 .pop_slider .slick-list { margin-right: -40px; } 
.evCon2 .pop_slider .slick-slide { margin-right: 40px; } 
.evCon2 .pop_slider .slick-slide .eventVideo { background: #888; } 
.evCon2 .pop_slider .slick-slide .eventVideo .video_box > a { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } 
.evCon2 .pop_slider .slick-slide p { color: #999; font-size: 17px; margin-top: 15px; } 

.evTabTeacher { background: #fff; padding: 150px 0; } 
.evTabTeacher .tab_base { position: relative; } 
.evTabTeacher .tab_base::before { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #000; z-index: 2; } 
.evTabTeacher .tab_base li { width: calc(100% / 7 - 1px); } 
.evTabTeacher .tab_base li a { padding: 15px 0; background: #eee; display: block; color: #8a8a8a; font-weight: 700; border: 2px solid #eee; font-size: 21px; } 
.evTabTeacher .tab_base li.on a { color: #000; background: #fff; border-color: #000; border-width: 2px 2px 0; border-bottom: 2px solid #fff; z-index: 3; position: relative; } 
.evTabTeacher .panel_base > div { display: none; padding: 50px 0 0 25px; } 
.evTabTeacher .panel_base > div .flex { align-items: flex-start; margin-bottom: 50px; } 
.evTabTeacher .con_left { position: relative; } 
.evTabTeacher .con_left img { position: relative; } 
.evTabTeacher .con_left::before { content:""; display:block; width:100%; height:40%; position:absolute; bottom:0; left:0; z-index: 2; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } 
.evTabTeacher .con_left a { z-index: 3; display: block; position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); color: #000; padding-right: 30px; font-weight: 300; text-shadow: -4px 2px 15px rgb(255 255 255 / 60%); } 
.evTabTeacher .con_left a::before { content: ''; display: block; position: absolute; right: 0; top: 3px; width: 22px; height: 22px; background: url(https://img.megagong.net/m/2023/0110_history/evtabtea_hm.png) no-repeat center; } 
.evTabTeacher .con_right { width: 600px; } 
.evTabTeacher .con_right p { text-align: left; margin-bottom: 50px; } 
.evTabTeacher .con_right p b { font-size: 23px; color: #fc2a34; display: block; font-weight: 900; } 
.evTabTeacher .curr_box p { position: relative; margin-bottom: 15px; } 
.evTabTeacher .curr_box p::before { content: ''; display: block; position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); height: 1%; background: #000; } 
.evTabTeacher .curr_box p span { font-size: 27px; font-weight: 900; position: relative; padding: 0 15px; background: #fff; } 
.evTabTeacher .teaCurr .essential .tbl .hd_bg th { background: #f9d5cd; } 
.evTabTeacher .teaCurr .essential span { color: #888; font-size: 12px; } 
.evTabTeacher .eventVideo { background: #888; } 
.evTabTeacher .eventVideo .video_box > a { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } 

.evCon3 { background: #e6e6e6; padding: 150px 0; } 
.evCon3 li { width: calc(25% - 10px); position: relative; } 
.evCon3 li div { position: relative; background: #000; color: #fff; height: 180px; line-height: 1.2; } 
.evCon3 li div p { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; } 
.evCon3 li div span { color: #999; } 
.evCon3 li div b { display: block; padding: 15px 0; font-size: 20px; } 
.evCon3 li div .top_txt { border-bottom: 1px solid #999; padding-bottom: 2px; font-size: 15px; display: inline-block; } 
.evCon3 li div .arr_txt { font-size: 14px; display: block; } 

.evCon3 li i {position: absolute;top: -15px;left: 50%;padding: 4px 10px;transform: translateX(-50%);font-size: 16px;z-index: 2;width: 200px;} 
.evCon3 .red_box i { background: #fc2a34; } 
.evCon3 .blue_box i { background: #3c79ff; } 
.evCon3 .red_box i.on,
.evCon3 .blue_box i.on { background: #b1ae00; } 
.evCon3 li dl { background: #fff; text-align: left; padding: 30px 20px; height: 310px; } 
.evCon3 li dl dt { font-weight: 700; padding-left: 20px; font-size: 17px; position: relative; } 
.evCon3 li dl dt::before { content: '\2714'; display: block; position: absolute; top: auto; left: 0; } 
.evCon3 li dl dd { padding-left: 25px; margin-bottom: 18px; font-size: 15px; color: #555; position: relative; } 
.evCon3 li dl dd::before { content: '\00B7'; display: block; position: absolute; top: auto; left: 15px; } 

.evTabSeries { background: #fff; padding: 150px 0; overflow: visible !important; } 
.evTabSeries .fixbn { position: absolute; top: 115px; right: -105px; } 
.evTabSeries .fixbn a { float: right; position: relative; margin-bottom: -40px; z-index: 1; } 
.evTabSeries .tab_base { position: relative; } 
.evTabSeries .tab_base::before { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #000; z-index: 2; } 
.evTabSeries .tab_base li { width: calc(100% / 3 - 1px); } 
.evTabSeries .tab_base li a { padding: 15px 0; background: #eee; display: block; color: #8a8a8a; border: 2px solid #eee; font-weight: 700; font-size: 19px; } 
.evTabSeries .tab_base li.on a { color: #000; background: #fff; border-color: #000; border-width: 2px 2px 0; border-bottom: 2px solid #fff; z-index: 3; position: relative; } 
.evTabSeries .panel_base { margin-bottom: 40px; } 
.evTabSeries .panel_base > div { display: none; padding: 60px 0 0; text-align: left; } 
.evTabSeries .panel_base > div .txt { padding: 0 40px; margin-bottom: 60px; } 
.evTabSeries .panel_base > div .txt i { padding: 2px 18px; font-size: 17px; margin-right: 15px; } 
.evTabSeries .panel_base > div .txt b { font-size: 23px; } 
.evTabSeries .panel_base > div .txt p { margin: 15px 0 30px; } 
.evTabSeries .panel_base > div .txt span { font-size: 18px; font-weight: 700; } 
.evTabSeries .apply_box { padding: 20px 40px; background: #fff; box-shadow: 5px 5px 20px rgb(0 0 0 / 10%); } 
.evTabSeries .apply_box .dday_slider { width: 75px; margin-right: 10px; vertical-align: bottom; display: inline-block; } 
.evTabSeries .apply_box .dday_slider .slick-slide { padding-bottom: 3px; margin-top: -2px; } 
.evTabSeries .apply_box .dday_slider .slick-slide > div { height: 30px; } 
.evTabSeries .apply_box .txt { color: #fc2a34; justify-content: start; font-size: 22px; text-align: left; } 
.evTabSeries .apply_box .txt i { background: #fc2a34; font-size: 17px; padding: 3px 17px; border-radius: 50px; } 

#tab2_1 .step_box { position: relative; } 
#tab2_1 .free_box { position: relative; background: #3c79ff; color: #fff; text-align: center; } 
#tab2_1 .free_box a { padding: 21px 0; display: block; font-size: 24px; font-weight: 700; } 
#tab2_1 .free_box a i { font-size: 21px; background: #fff; color: #3c79ff; margin-right: 5px; } 
#tab2_1 .free_box.done { background: #888; } 

#tab2_2 .ox_box { position: relative; } 
#tab2_2 .ox_box .flex { position: absolute; bottom: 10%; left: 50%; height: 20%; transform: translateX(-50%); width: 83%; /* background: #ffd70059; */ } 
#tab2_2 .ox_box .flex li { width: 49%; /* background: #ff00005c; */height: 100%; } 
#tab2_2 .ox_box .flex li a { display: block; width: 100%; height: 100%; font-size: 0; } 

#tab2_3 .bd_box { border: 1px solid #3c79ff; position: relative; } 
#tab2_3 .half_box { margin-bottom: -20px; } 
#tab2_3 .half_box ul { position: absolute; right: 7%; top: 22%; width: 41%; height: 27%; /* background: #ff00005e; */ } 
#tab2_3 .half_box ul li { /* background: #ffd70085; */height: 45%; margin-bottom: 4%; } 
#tab2_3 .half_box ul li a { display: block; width: 100%; height: 100%; font-size: 0; } 
#tab2_3 .lecture { padding: 0 40px; position: relative; } 
#tab2_3 .lecture .icn { position: absolute; left: 30px; top: -65px; z-index: 2; } 

.evTabSeries .pop_wrap { position: absolute; width: 86%; height: 29%; bottom: 17%; left: 50%; /* background: #ff000075; */transform: translateX(-50%); z-index: 2; } 
.evTabSeries .pop_wrap > div { width: 33.3333%; position: relative; } 
.evTabSeries .lec_btn { width: 165px; display: block; text-align: center; margin-left: 26%; opacity: 0; cursor: pointer; font-size: 0; height: 32px; } 
.evTabSeries .lec_wrap { display: none; width: 450px; position: absolute; left: 85px; top: 50px; z-index: 2; } 
.evTabSeries .lec_wrap img { position: absolute; top: -36px; right: 0; cursor: pointer; } 
.evTabSeries .lec_con { padding: 40px 20px 40px 40px; border: 1px solid #000; background: #fff; font-size: 12px; color: #666; } 
.evTabSeries .lec_con ul { height: 140px; overflow-y: scroll; } 
.evTabSeries .lec_con li b { display: block; color: #2d2d2d; font-size: 20px; margin-bottom: 10px; } 
.evTabSeries .lec_con li { position: relative; padding-left: 10px; } 
.evTabSeries .lec_con li::before { content: '\002D'; display: block; position: absolute; left: 0; top: auto; } 
.evTabSeries .lec_con li:first-child::before { content: none; } 

[class*=mg_popup_wrap] .b_tit { line-height: 1.4; } 
[class*=mg_popup_wrap] .b_tit span { color: #3331ce; } 
[class*=mg_popup_wrap] .s_tit { color: #666; font-weight: normal; } 
[class*=mg_popup_wrap] .info { line-height: 1.5; margin-bottom: 20px; } 
[class*=mg_popup_wrap] .info li { position: relative; padding-left: 10px; } 
[class*=mg_popup_wrap] .info li::before { content: '\00B7'; display: block; position: absolute; left: 0; top: auto; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap .mg_btn_base.xl { background: #3331ce; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap .mg_btn_base.xl.cancle { background: #b7b7b7; } 
.mg_tb_wrap { border: 0; background: #fafafa;; } 
.mg_info_wrap { margin-top: 0; } 
.mg_info_wrap .info_list { padding: 0; border: 0; } 
.mg_info_wrap .info_list li { color:#515151 } 
.mg_info_wrap .info_list li a { color: #f88554; text-decoration: none; font-weight: 900; } 
.mg_tb_wrap tbody { border-top: 1px solid #000; border-bottom: 1px solid #000; } 
.mg_tb_wrap td { background: #fff; } 
.mg_s_info li:before { display: none; } 
.mg_s_info { margin-top: 20px; } 
.mg_s_info li { font-size: 13px; padding-left: 0px; margin-top: 4px; letter-spacing: -1px;} 
.mg_s_info li {color: #b5b5b6}
.mg_filebox .filebtn label {background-color: #777777;}
[class*=mg_popup_wrap] .content_area .mg_btn_wrap .mg_btn_base.xl {background: #000000}
.mg_popup_wrap.popup_certify .s_tit {color: #000;}
.mg_popup_wrap.popup_certify .s_tit .color_highlight {color: #007af3;}
.mg_popup_wrap.popup_certify .mg_info_wrap .info_list li {color: #000;}

.evCon4 { background: #000; padding: 150px 0; } 
.evCon4 h4 { color:#fff } 
.evCon4 .tea_box { margin: 0 15px; flex-wrap: wrap; } 
.evCon4 .tea_box li { width: 240px; height: 240px; margin-right: 15px; } 
.evCon4 .tea_box li:first-child { margin-left: 150px; } 
.evCon4 .tea_box li:nth-child(3) { margin-right: 150px; } 
.evCon4 .tea_box li:last-child { margin-right:0 } 
.evCon4 .tea_box li:nth-child(n+1):nth-child(-n+3) { margin-bottom: -3px; } 
.evCon4 .tea_box li { position: relative; } 
.evCon4 .tea_box li a { display: block; width: 100%; height: 100%; } 
.evCon4 .tea_box li img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } 
.evCon4 .tea_box li img.hover { display: none; } 
.evCon4 .tea_box li:hover img { display: none; } 
.evCon4 .tea_box li:hover img.hover { display: block; } 
.evCon4 .info_box { margin-top: 70px; background: #fff; text-align: left; font-size: 18px; padding: 20px 40px 25px; line-height: 1.6; flex-direction: row-reverse; } 
.evCon4 .info_box li { position:relative; padding-left: 15px; } 
.evCon4 .info_box li:before { content: '\00B7'; display: block; position: absolute; top: auto; left: 0; } 
.evCon4 .info_box li span { font-size: 14px; color: #888; } 
.evCon4 .info_box li:last-child span { display: block; margin-left: 90px; } 


.evtoggleWarning p.w_tit::before { background: #333; } 
.evtoggleWarning.on p.w_tit i { margin: 0 0 3px; } 
.evtoggleWarning p.w_tit i { margin: 0; font-style:normal; font-size:13px; vertical-align:text-bottom; background:none } 
.warningList li ul li a { border: 1px solid #ff1b1b; color: #ff1b1b; }
.warningList li ul li .red {color: #ff1b1b;}


/* add */
.br_992 { display: none; } 

.color_b { color: #5fe3ff;font-weight: 900; } 
.evCon5 { background: #2f6cf3; } 
.evCon5 .blue1 { background: #2f6cf3; } 
.evCon5 .blue2 { background: #1955d9; } 
.evCon5 .blue1:nth-of-type(1) .inner { padding: 160px 0 0; position: relative; } 
.evCon5 > div:nth-of-type(3) .inner { padding: 0px 0 160px; } 
.evCon5 .inner:nth-of-type(2) { padding: 0; } 
.evCon5 .inner:nth-of-type(3) { padding: 0 0 160px; } 
.evCon5 .mini_tit { margin-bottom: 70px; display: inline-block; } 
.evCon5 h4 { font-size: 72px; color: #fff; margin-bottom: 80px; } 
.evCon5 .event_end { position: absolute; right: -100px; bottom: 60px; } 

.evCon5 .event_wrap { background: #1955d9; padding: 22px 27px 44px 40px; } 
.evCon5 .event_wrap::after { content: ""; display: block; clear: both; } 
.evCon5 .event_wrap .event_item { float: right; } 
.evCon5 .event_wrap .event_day { float: left; margin-right: 70px; } 

.evCon5 .event_sub_tit { margin: 120px 0 50px; } 

.evCon5 .event_step { margin-bottom: 30px; } 
.evCon5 .event_step ul::after { content: ""; display: block; clear: both; } 
.evCon5 .event_step ul li { float: left; background: #fff; padding: 30px 0; text-align: center; margin-right: 30px; width: 31%; position: relative; } 
.evCon5 .event_step ul li:last-child { margin-right: 0; } 
.evCon5 .event_step ul li::after { content: ""; background: url(https://img.megagong.net/m/2023/0210_history/arrow_right.png); width: 16px; height: 32px; display: block; position: absolute; right: -24px; top: 50%; transform: translateY(-50%); } 
.evCon5 .event_step ul li:last-child::after { display: none; } 
.evCon5 .event_step .step_num { font-size: 20px; font-weight: 900; margin-bottom: 15px; } 
.evCon5 .event_step .step_text { font-size: 19px; font-weight: 300; } 
.evCon5 .cau_wrap { background: #1955d9; color: #5fe3ff; font-weight: 200; font-size: 14px; text-align: left; padding: 30px 120px; margin-bottom: 50px; } 
.evCon5 .cau_wrap::after { content: ""; display: block; clear: both; } 
.evCon5 .cau_wrap > span { display: block; float: left; margin-right: 30px; } 
.evCon5 .cau_wrap .cau_text_box { float: left; line-height: 21px; } 
.evCon5 .cau_wrap .cau_head { font-size: 17px; font-weight: 700; margin-bottom: 8px; } 

.subheader { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 40px; } 
.subheader .line { flex: 1; height: 1px; background-color: #111111; } 
.subheader .center { width: 195px; height: 45px; line-height: 43px; color: #fff; font-size: 22px; font-weight: bold; background-color: #111111; border-radius: 40px; } 

.evCon5 .update { background: #1955d9; padding: 40px; }
.type_lst ul {padding-bottom: 15px;}
.type_lst ul li { border-right: 1px solid #fff; } 
.type_lst ul li.on a { color: #fff; } 
.type_lst ul li a { color: #fff; } 
.paging.gall strong { color: #fff; background: #000; border-radius: 50%; } 
.paging.gall a { color: #fff; } 

.evCon1 h3.wide_img {margin: 50px -40px 40px -40px;}
.evCon1 h3.wide_img.w1500 {margin: 50px -210px 40px;}

/* .text_box {position: relative;} */
.text_box  .rest_txt {/*position: absolute; right: 20px; bottom: 20px;*/ text-align: right;   color: #999;}


.evCon2304{padding: 160px 0;}
.evCon2304 h4{margin: 0}
.evCon2304 h4 span{display: block}
.evCon2304 h4 strong{display: block}
.evCon2304.evCon6{background: #2f6cf3;}
.evCon2304.evCon6 .con_box{background: #1955d9;border-radius: 20px;margin: 0 40px;text-align: left;padding: 60px 0 60px 340px}
.evCon2304.evCon6 .illu{position: absolute;top: 30px;left: 90px}
.evCon2304.evCon7{background: #1955d9}
.evCon2304.evCon7 h4 i{position: absolute;top: 110px;right: -10px;background: none;}
.evCon2304.evCon7 .evt_date{display: inline-flex;flex-direction: column}
.evCon2304.evCon7 .evt_date dl{color: #fff;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;flex-wrap: nowrap;font-size: 21px;}
.evCon2304.evCon7 .evt_date dl + dl{margin-top:10px}
.evCon2304.evCon7 .evt_date dl dt{position: relative;margin: 0 15px 0 0;padding: 0 15px 0 15px;}
.evCon2304.evCon7 .evt_date dl dt::before{content: '';position: absolute;top: 15px;left: 0;width: 4px;height: 4px;background: #fff;opacity: 1;border-radius: 100%;}
.evCon2304.evCon7 .evt_date dl dt::after{content: '';position: absolute;top: 6px;right: 0;width: 1px;height: 18px;background: #fff;opacity: 0.5;}
.evCon2304.evCon7 .evt_date dl dd{font-weight: 200}
.evCon2304.evCon7 ul{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-start;padding: 75px 0 0}
.evCon2304.evCon7 ul li{display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;margin: 0 60px}
.evCon2304.evCon7 ul li a + a{margin: 7px 0 0;}
.evCon2304.evCon8{padding-bottom: 0;background: #2d6af1;}

.evCon6.d0427 {padding: 160px 0; background: #2f6cf3;}
.evCon6.d0427 h4 {margin: 0 auto 80px;}
.evCon6.d0427 .custom_wrap {display: flex; justify-content: flex-start; align-items: center; background: #1955d9; border-radius: 30px; margin: 0 40px; padding: 0 55px; gap: 60px;}

.evCon8 {padding: 130px 0 150px; background: #1955d9;}
.evCon8 .con_tit {color: #fff;}
.evCon8 .con_tit .evt_label {display: block;}
.evCon8 .con_tit .evt_end {position: absolute; top: 30%; right: -4%;}
.evCon8 .con_tit strong {font-size: 56px; font-weight: 900;}
.evCon8 .con_tit p {font-size: 24px;}
.evCon8 .con_tit .skyblue {color: #5fe3ff;}
.evCon8 .con_tit .pink {color: #ffa5bd;}
.evCon8 .evt_date {background: #3c79ff; border-radius: 30px; margin: 0 40px 80px; font-size: 20px; font-weight: 300; color: #fff; padding: 16px 0; display: flex; justify-content: center; gap: 60px;}

.evCon8 .evt_date p b::before {content: ''; display: inline-block; background: #fff; width: 3px; height: 3px; border-radius: 50%; vertical-align: middle; margin: 0 8px 0 0;}
.evCon8 .evt_date p b::after {content: ''; display: inline-block; background: #fff; width: 2px; height: 14px; vertical-align: middle; margin: 0 20px;}
.evCon8 .evt_date p .tiny_noti {color: #5fe3ff; display: inline-block; margin: 0 0 0 5px;}
.evCon8 .evt_gift {margin: 0 auto 50px;}

.evCon8 .btn_wrap em {display: inline-block; font-size: 20px; font-weight: bold; font-style: normal; padding: 2px 0; color: #ffa5bd; border-bottom: 1px solid #ffa5bd; margin: 0 auto 30px;}
.evCon8 .btn_wrap em.on {color: #5fe3ff; border-bottom: 1px solid #5fe3ff;}
.evCon8 .btn_wrap button {display: block; width: 80%; max-width: 420px; background: #000; border-radius: 40px; line-height: 80px; color: #fff; font-weight: bold; font-size: 24px; font-family: 'NotoSans KR'; margin: 0 auto 120px;}
.evCon8 .event_sub_tit {margin: 0 auto 40px;}


.mg_chk_base {margin-top: 20px;}
.mg_chk_base .more_view {display: inline-block; border: 1px solid #000; font-size: 12px; padding: 4px; margin: 0 0 0 10px; vertical-align: middle; cursor: pointer;}
.mg_chk_base .mg_terms {display: none;}

/* 240206 add */
.evSchedule .tbl thead th {position: relative; font-size: 20px; background: #f6f9ff; padding: 22px 0;}
.evSchedule .tbl thead i.label {position: absolute; top: -5%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; background: #fc2a34; line-height: 1; padding: 6px 15px 8px;}
.evSchedule .tbl tbody th {font-size: 18px; background: #f6f9ff; padding: 45px 0;}
.evSchedule .tbl tbody td {font-size: 16px; background: #fff; padding: 45px 0;}
.evSchedule .tbl tbody tr.exam_date th {background: #e5edff; padding: 24px 0;}
.evSchedule .tbl tbody tr.exam_date td {font-weight: bold; color: #fc2a34; background: #e5edff; padding: 24px 0;}
.evCon6 {padding: 160px 0; background: #2f6cf3;}
.evCon6 h4 {margin: 0 auto 80px;}
.evCon6 .custom_wrap {position: relative; display: flex; justify-content: flex-start; align-items: center; background: #1955d9; border-radius: 0; margin: 0; padding: 45px 0 45px 55px; gap: 42px;}
.evCon6 .custom_wrap + .custom_wrap::before {content: ''; position: absolute; width: 92%; height: 1px; top: 0; left: 4%; background: #306bf3;}
.evTip {padding: 60px 0; background: #7c070d;}
.evTip .con_tit {font-size: 0; margin: 0 auto 40px;}
.evTip .tipRoll .slick-list {margin: 0 -20px;}
.evTip .tipRoll .slick-slide {margin: 0 20px;}
.evTip .tipRoll .item {background: #a42329; border-radius: 20px 20px 0 20px;}
.evTip .tipRoll .item a {display: block; padding: 30px 0;}
.evTip .tipRoll .item a > span {display: inline-block; margin: 0 auto 20px; font-size: 18px; color: #ffcacc;}
.evTip .tipRoll .item span span {padding-bottom: 2px; border-bottom: 1px solid #ffcacc;}
.evTip .tipRoll .item strong {display: block; font-size: 25px; color: #fff;}
.evTip .tipRoll .slick-dots {display: flex; justify-content: center; gap: 5px; margin: 1% auto 0;}
.evTip .tipRoll .slick-dots li button {width: 10px; height: 10px; background: #fff; border-radius: 50%; font-size: 0;}
.evTip .tipRoll .slick-dots li.slick-active button {background: #5fe3ff;}

.evTabTeacher .tab_base.new_ver {gap: 1px;}
.evTabTeacher .tab_base.new_ver li {flex: 1;}
.evCon4 .tea_box.regap {justify-content: center;}
.evCon4 .tea_box.regap li:nth-child(n+1):nth-child(-n+3) {margin-bottom:2%;}

.flt_inner.renewal a .new{position:absolute;left:-20px;top:-20px;}
.evCon2 h4.direct{padding-top:0;}
.ytb_wrap{display:flex;justify-content:space-between;}
.ytb_wrap .eventVideo{width:520px;}
.evSection h4 p{}
.evCon6.d0427 .custom_wrap{padding: 40px 90px 30px; margin: 0; border-radius: 0;}
.evCon8 .con_tit strong{font-size:42px;line-height:1.2;}
.evCon8 .con_tit .skyblue{font-size:72px;margin-top:10px;display:block;}
.evCon8 .con_tit .pink{display:block;}
.lecture_whtwrp{background-color: #fff;}
.lecture_whtwrp .lecture{padding-bottom:0 !important;}



@media screen and (max-width: 1300px){
    .evCon1 h3.wide_img.w1500 {margin: 7% -4% 5%;}
}
@media screen and (max-width: 1200px){
 .evSection h4 {margin-bottom: 6%;font-size: clamp(13px,4.5vmin,40px);} 
 .evSection h4 p { margin-top: 3%; font-size: 20px; } 

 .evTopbar h5 { font-size: 18px; letter-spacing: 0;} 
 .evTopbar .btns a { width: 150px; font-size: 15px; } 

 .eventWrap .evSection.evCon1 { padding: 10% 0 15%; } 
 .evCon1 span { margin-right: 50%; } 
 .evCon1 h3 { margin: 7% -2% 5%; } 
 .evCon1 h3.wide_img { margin: 7% -2% 5%; }
 .evCon1 .btxt { font-size: 18px; } 
 .evCon1 .btxt span { margin: 0; } 
 
 .evDday .flex li { width:32% } 
 .evDday .flex li p { font-size: 16px; padding: 15px 0; } 
 .evDday .flex li div { padding: 20px 0; font-size: 18px; } 
 .evDday .flex li div i { font-size: 18px; } 
 
 .evCon2 { padding: 15% 0; } 
 .evCon2 .pop_slider .slick-list { margin-right: -20px; } 
 .evCon2 .pop_slider .slick-slide { margin-right: 20px; } 
 .evCon2 .pop_slider .slick-slide p { font-size: 15px; } 
 

 .evTabTeacher { padding: 15% 0; } 
 .evTabTeacher .tab_base li { width: calc(100% / 7 - 1px); } 
 .evTabTeacher .tab_base li a { font-size: 18px; } 
 .evTabTeacher .con_right p b { font-size: 18px; } 
 .evTabTeacher .curr_box p span { font-size: 24px; } 

 .evCon3 { padding: 15% 0; } 
 .evCon3 li { width: calc(25% - 5px); } 
 .evCon3 li div b { padding: 10px 0; font-size: 18px; } 
 .evCon3 li div .top_txt { font-size: 13px; } 
 .evCon3 li div .arr_txt { font-size: 13px; } 
 
 .evCon3 li i { font-size: 13px; } 
 .evCon3 li dl { padding: 20px 10px; height: 300px; } 
 .evCon3 li dl dt { font-size: 15px; } 
 .evCon3 li dl dd { margin-bottom: 15px; font-size: 13px; } 
 
 .evTabSeries { padding: 15% 0; } 
 .evTabSeries .fixbn { top: 12%; right: 2%; max-width: 25%; z-index: 1; } 
 .evTabSeries .panel_base { margin-bottom: 8%; } 
 .evTabSeries .panel_base > div { padding: 7% 0 0; } 
 .evTabSeries .panel_base > div .txt { padding: 0 2%; margin-bottom: 7%; } 
 .evTabSeries .panel_base > div .txt i { font-size: 15px; } 
 .evTabSeries .panel_base > div .txt b { font-size: 19px; } 
 .evTabSeries .panel_base > div .txt span { font-size: 15px; } 
 .evTabSeries .apply_box { padding: 20px; } 
 .evTabSeries .apply_box .txt { font-size: 18px; } 
 .evTabSeries .apply_box .txt i { font-size: 15px; } 
 .evTabSeries .apply_box .dday_slider .slick-slide > div { height: 25px; } 
 .evTabSeries .apply_box .dday_slider .slick-slide { margin-top: 0; } 
 .evTabSeries .apply_box .btn { width: 40%; } 

 #tab2_1 .free_box a,#tab2_1 .free_box a i { font-size: 18px; } 
 #tab2_1 .step_box > img { width: 100%; } 

 #tab2_3 .lecture .icn { max-width: 12%; top: -35%; left: 2%; } 
 #tab2_3 .lecture { padding: 0 2% 5% !important; } 
 
 #tab2_3 .half_box > img { width: 100%; position: relative; } 
 #tab2_3 .half_box ul { top: 14vw; height: 24%; } 


 .evTabSeries .lec_wrap { width: 70vw; left: 50%; top: 110%; } 
 .evTabSeries .pop_wrap > div:nth-of-type(2) .lec_wrap { transform: translateX(-50%); } 
 .evTabSeries .pop_wrap > div:nth-of-type(3) .lec_wrap { left: auto; right: 50%; } 
 .evTabSeries .lec_con { padding: 20px 10px 20px 20px; } 
 .evTabSeries .lec_con ul { height: 15vw; } 


 .evCon4 { padding: 15% 0; } 
 .evCon4 .tea_box li { width: 22vw; height: 22vw; margin-right: .1vw; } 
 .evCon4 .tea_box li:first-child { margin-left: 11vw; } 
 .evCon4 .tea_box li:nth-child(3) { margin-right: 11vw; } 
 .evCon4 .tea_box li:nth-child(n+1):nth-child(-n+3) { margin-bottom: 0 } 
 .evCon4 .info_box { margin-top: 8%; font-size: 16px; padding: 20px; } 
 .evCon4 .info_box li span { font-size: 12px; } 
 .evCon4 .info_box li:last-child span { margin-left: 0; } 
 .evCon4 .info_box div { width: 50%; } 

 /* add */
 .evCon5 .blue1:nth-of-type(1) .inner { padding: 11% 0 0; } 
 .evCon5 .mini_tit { margin-bottom: 5%; padding: 0 33%; } 
.evCon5 .event_wrap { padding: 2% 5% 3% 5%; } 
.evCon5 .event_sub_tit { margin: 11% 0 4%; } 
.evCon5 .event_wrap .event_day { margin-right: 5%; width: 60%; } 
.evCon5 .event_wrap .event_item { width: 35%; } 
.evCon5 .event_step ul li { padding: 2% 0; margin-right: 3%; width: 31.3%; } 
.evCon5 .event_step { margin-bottom: 2%; } 
.evCon5 .cau_wrap { padding: 3% 6%; margin-bottom: 5%; } 
.evCon5 .cau_wrap > span { margin-right: 3%; } 
.evCon5 .update { padding: 3%; } 
.evCon5 > div:nth-of-type(3) .inner { padding: 0px 0 11%; } 
.evCon5 .event_step .step_text { font-size: 16px; } 
.evCon5 .event_step .step_num { font-size: 18px; margin-bottom: 3%; } 
.evCon5 .btn_wrap { padding: 0 30%; } 
.evCon5 .event_end { right: 5%; width: 16%; bottom: 35%; } 
[class*=mg_popup_wrap] .content_area .content_inner {padding: 7% 3%;}

 
.evCon2304 img{width:100%}
.evCon2304 h4{margin: 0}
.evCon2304 h4 span{padding: 0 20%}
.evCon2304 h4 strong{padding: 0 15%}
.evCon2304.evCon6{padding: 15% 0}
.evCon2304.evCon6 .con_box{margin: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: center;padding: 3% 4% 3% 4%}
.evCon2304.evCon6 .illu{position: relative;top: inherit;left: inherit;}
.evCon2304.evCon6 .info{padding: 0 0 0 3%}
.evCon2304.evCon7{padding: 15% 0}
.evCon2304.evCon7 h4 i{width: 25vw;top: 9%;right: 0}
.evCon2304.evCon7 ul{padding: 6% 4% 0}
.evCon2304.evCon7 ul li{width: 50%;padding: 0 2%;margin: 0}
.evCon2304.evCon7 ul li .tea_img{display: block}
.evCon2304.evCon7 ul li a{display: block}
.evCon2304.evCon8{padding: 15% 0 0}
.evCon2304.evCon8 .comingsoon{padding: 0 10%}

.evCon6.d0427 {padding: 10% 0;}
.evCon6.d0427 h4 {margin: 0 auto 8%;}
.evCon6.d0427 .custom_wrap {margin: 0; padding: 0 10%;}

.evCon8 {padding: 10% 0;}
.evCon8 .con_tit .evt_end {right: 2%; width: 20%;}
.evCon8 .evt_date {margin: 0 auto 6%; font-size: 18px; padding: 10px 0; gap: 30px;}
.evCon8 .evt_gift {margin: 0 auto 6%;}
.evCon8 .btn_wrap em {font-size: 18px; margin: 0 auto 2%;}
.evCon8 .btn_wrap button {margin: 0 auto 10%;}
.evCon8 .event_sub_tit {margin: 0 auto 6%;}

    .evSchedule .tbl thead th {padding: 2.5vw 0;}
    .evSchedule .tbl tbody th,
    .evSchedule .tbl tbody td {padding: 4vw 0;}
    .evSchedule .tbl tbody tr.exam_date th,
    .evSchedule .tbl tbody tr.exam_date td {padding: 2.5vw 0;}
    .evSchedule .tbl thead i.label {width: 80%; padding: 0.5vw 0 1vw;}

    .evCon6 {padding: 10% 0;}
    .evCon6 .custom_wrap {margin: 0; padding: 2% 4%; gap: 2vw;}
    .evCon6 .custom_wrap .img {flex: 1 1 25%;}
    .evCon6 .custom_wrap .txt {flex: 1 1 75%;}

    .evTip {padding: 6% 0;}
    .evTip .con_tit {margin: 0 auto 4%;}
    .evTip .tipRoll .item a {padding: 2vw 0;}
    .evTip .tipRoll .item a > span {margin: 0 auto 2%;}

    
    .evSection h4 p {margin-top: 0;}

    .evCon6.d0427 .custom_wrap {padding: 2% 4vw; gap: 3vw;}

}
 @media screen and (max-width: 992px){
 .br_992 { display: block } 


 .evTopbar .con_box.flex { display: block; } 
 .evTopbar .btns { margin-top: 15px; justify-content: center; } 
 .evTopbar .btns a { width: 37%; } 

 .evCon5 .event_wrap .event_item { float: inherit; width: 56%; margin: 0 0 0 25%; } 
 .evCon5 .event_wrap .event_day { width: 73%; float: inherit; margin: auto; } 
 .evCon5 .event_step ul li { margin-right: 0%; float: inherit; width: 100%; margin-bottom: 3%; } 
 .evCon5 .event_step .step_num { margin-bottom: 1%; } 
 .evCon5 .event_step ul li::after { right: 50%; top: inherit; bottom: -22%; transform: translateX(10%) rotate(90deg); background-repeat: no-repeat; background-size: 70%; } 
 .evCon5 .cau_wrap .cau_text_box { font-size: 13px; } 
 .evCon5 .cau_wrap { padding: 3% 10%; } 
 .evCon5 .cau_wrap .cau_head { font-size: 15px; margin-bottom: 1%; } 
 .evCon5 .cau_wrap > span { margin-right: 6%; margin-top: 1%; } 


.evCon6.d0427 h4 > span {width: 60%; display: block; margin: 0 auto;}
.evCon6.d0427 h4 > strong {width: 80%; display: block; margin: 0 auto;}

.evCon8 .con_tit .evt_label {width: 60%; margin: 0 auto;}
.evCon8 .evt_date {font-size: 16px; gap: 20px;}
.evCon8 .evt_date p b::after {margin: 0 10px;}
.evCon8 .evt_gift {width: 140%; margin: 0 0 0 -20%;}

    .evSchedule .tbl thead th {font-size: 18px;}
    .evSchedule .tbl tbody th {font-size: 16px;}
    .evSchedule .tbl tbody td {font-size: 15px;}

    .evCon6 h4 > span {width: 60%; display: block; margin: 0 auto;}
    .evCon6 h4 > strong {width: 80%; display: block; margin: 0 auto;}

    .evTip .tipRoll .item a > span {font-size: 14px;}
    .evTip .tipRoll .item strong {font-size: 20px;}
}
@media screen and (max-width: 768px){
 .mo { display: block; } 
 .evSection h4 {} 
 .evSection h4 p { font-size: 18px; } 

 .evCon1 .btxt { font-size: 15px; } 
 
 .evDday .flex li:nth-child(2) { margin: 0 1%; } 
 .evDday .flex li p { font-size: 14px; padding: 10px 0; } 
 .evDday .flex li div { padding: 15px 5px; font-size: 15px; } 
 .evDday .flex li div i { font-size: 13px; width: 50%; padding: 3px 10px; margin-bottom: 6px; } 

 .evCon2 .pop_slider .slick-dots { margin-top: 20px; } 
 .evCon2 .pop_slider .slick-dots li { display: inline-block;; width: 12px; height: 12px; border-radius: 50%; background: #666; margin-right: 1.5%; } 
 .evCon2 .pop_slider .slick-dots li.slick-active { background: #fff; } 
 .evCon2 .pop_slider .slick-dots li button { font-size:0; } 

 
 .evTabTeacher { padding: 15% 0; } 
 .evTabTeacher .tab_base li { width: calc(100% / 7 - 1px); } 
 .evTabTeacher .tab_base li a { font-size: 18px; } 
 .evTabTeacher .panel_base > div { padding: 6% 0 0; } 
 .evTabTeacher .panel_base > div .flex { display: block; position: relative; } 
 .evTabTeacher .con_left { margin: 0 0 0 70%; } 
 .evTabTeacher .con_left a { width: 63%; bottom: 8%; padding-right: 6%; } 
 .evTabTeacher .con_left a::before { background-size: contain; width: 20%; top: 0; height: 100%; } 
 .evTabTeacher .con_right { width: 100%; } 
 .evTabTeacher .con_right p { width: 70%; position: absolute; top: 10%; margin: 0; left: 3%; } 
 .evTabTeacher .con_right p b { font-size: 18px; } 
 .evTabTeacher .curr_box p span { font-size: 20px; } 


 .evCon3 .flex { flex-wrap: wrap; } 
 .evCon3 li {width: 100%;margin-bottom: 8%;} 
 .evCon3 li div {height: 110px;} 
 .evCon3 li div b {font-size: 16px;padding: 5px 0 8px;} 
 .evCon3 li dl {height: auto;padding: 10px;} 
 .evCon3 li dl dt {font-size: 13px;padding-left: 13px;} 
 .evCon3 li dl dt::before { font-size: 12px; } 
 .evCon3 li dl dd {margin-bottom: 10px;padding-left: 15px;font-size: 13px;} 
 .evCon3 li dl dd::before { font-size: 12px; left: 5px; } 
 .evCon3 li dl dd br { display: none; } 


 .evTabSeries .tab_base li a { font-size: 17px; } 
 .evTabSeries .panel_base > div .txt i { font-size: 13px; } 
 .evTabSeries .panel_base > div .txt b { font-size: 16px; } 
 .evTabSeries .panel_base > div .txt span { font-size: 13px; } 
 .evTabSeries .apply_box { padding: 20px 10px; } 
 .evTabSeries .apply_box .txt { font-size: 15px; } 
 .evTabSeries .apply_box .txt i { font-size: 13px; } 
 .evTabSeries .apply_box .dday_slider .slick-slide { padding-bottom: 0; margin-top: 1px; } 
 #tab2_1 .free_box a { font-size: 15px; padding: 15px 0; } 
 #tab2_1 .free_box a i { font-size: 13px; } 

 .evTabSeries .lec_btn { width: 14vw; height: 3vw; } 
 .evTabSeries .lec_wrap img { width: 6vw; top: -20%; } 
 .evTabSeries .lec_con ul { height: 20vw; } 
 .evTabSeries .lec_con li b { font-size: 15px; margin-bottom: 5px; } 

 .evCon4 .info_box { font-size: 14px; } 
 .evCon4 .info_box li span { font-size: 10px; display: block; } 

 /* add */
 .subheader { margin-bottom: 3vw; } 
 .evCon5 .event_wrap .event_day { width: 77%; } 

.event_sub_tit img { width: 140%; max-width: 140%; margin: 0 0 0 -20%; } 
.evCon5 .event_sub_tit { overflow: hidden; } 
.evCon5 .event_step .step_num { font-size: 15px; } 
.evCon5 .event_step .step_text { font-size: 14px; } 
.evCon5 .event_step ul li::after { bottom: -25%; } 
.evCon5 .cau_wrap { padding: 3% 4%; } 
.evCon5 .cau_wrap > span { margin-right: 3%; } 
.evCon5 .cau_wrap .cau_head { font-size: 14px; } 
.evCon5 .btn_wrap { padding: 0 24%; } 

.evCon2304.evCon7 .evt_date dl{font-size: 18px}
.evCon2304.evCon7 .evt_date dl dt::before{top: 11px}
.evCon2304.evCon7 .evt_date dl dt::after{height: 17px}


.evCon2 h4.direct{margin: 0 0 8%;}

.evCon8 .con_tit strong {font-size: 46px;}
.evCon8 .con_tit p {font-size: 18px;}
.evCon8 .evt_date {flex-direction: column; gap: 5px; border-radius: 40px;}
.evCon8 .btn_wrap em {font-size: 14px;}
.evCon8 .btn_wrap button {line-height: 60px; font-size: 20px;}

    .evSchedule .tbl thead i.label {font-size: 14px;}
    .evSchedule .tbl thead th {font-size: 16px;}
    .evSchedule .tbl tbody th {font-size: 14px;}
    .evSchedule .tbl tbody td {font-size: 14px;}

    
    .evCon8 .con_tit strong{font-size:32px;}
    .evCon8 .con_tit .skyblue{font-size:48px;}
 .evCon3 li i{
    top: -11px;
    /* width: 150px; */
    font-size: 12px;
    line-height: 1.3;
}
}

@media screen and (max-width: 576px){
    .br_576 {display: block;}
 .evSection h4 {} 
 .evSection h4 p { font-size: 15px; } 
 
 .evTopbar h5 { font-size: 15px; letter-spacing: .3rem; } 
 .evTopbar .btns { margin-top: 5px; } 
 .evTopbar .btns a { font-size: 13px; } 
 
 .evCon1 .btxt { font-size: 13px; } 
 .evCon1 .btxt .gray { margin-right: 8px; padding-right: 8px; } 
 .evCon1 .btxt .gray::before { font-size: 10px; } 

 .evCon2 .pop_slider .slick-list,
 .evCon2 .pop_slider .slick-slide { margin-right: 0 } 
 .evCon2 .pop_slider .slick-slide p { font-size: 13px; margin-top: 10px; } 


 .evTabTeacher .tab_base li a { font-size: 14px; padding: 10px 0; } 
 .evTabTeacher .con_left { margin: 0 0 0 70%; } 
 .evTabTeacher .con_left a { font-size: 12px; } 
 .evTabTeacher .con_right p { top: 0; font-size: 12px; } 
 .evTabTeacher .con_right p b { font-size: 15px; } 
 .evTabTeacher .curr_box p span { font-size: 18px; } 
 
 .evTabSeries .fixbn { top: 15%; } 
 .evTabSeries .fixbn a { width: 10%; } 
 .evTabSeries .tab_base li a { font-size: 12px; padding: 12px 2px; } 
 
 .evTabSeries .lec_con { font-size: 10px; } 
 .evTabSeries .lec_con li b { font-size: 12px; } 
 .evTabSeries .apply_box .dday_slider { margin-right: 5px; width: 41px; } 
 .evTabSeries .apply_box .txt { font-size: 13px; } 
 .evTabSeries .apply_box .txt i { font-size: 10px; padding: 3px 8px; display: inline-block; } 
 .evTabSeries .apply_box .btn { width: 55%; } 

 #tab2_1 .free_box a { font-size: 13px; } 
 #tab2_1 .free_box a i { font-size: 11px; padding: 2px 5px; } 
 
 .evCon4 .tea_box li { width: 19.5vw; height: 19.5vw; } 
 .evCon4 .info_box { display: block; padding: 20px 10px; } 
 .evCon4 .info_box div { margin: 0 auto 7%; width: 45%; } 
 .evCon4 .info_box li span { font-size: 10px; display: block; } 

 [class*=mg_popup_wrap] .b_tit { font-size: 23px; } 
 [class*=mg_popup_wrap] .content_area .mg_btn_wrap .mg_btn_base.xl { font-size: 15px; } 
 .mg_tb_form th, .mg_tb_form td {padding: 2% 2%}


 /* add */
 .subheader .center { width: 163px; font-size: 18px; } 
 .evCon5 .mini_tit { padding: 0 28%; } 
.evSection h4 {} 
.evSection h4 p { font-size: 13px; } 
.evCon5 .event_wrap { padding: 6% 5% 3% 5%; } 
.evCon5 .event_wrap .event_item { width: 65%; margin: 0 0 0 22%; } 
.evCon5 .event_wrap .event_day { width: 100%; } 
.event_sub_tit img { width: 200%; max-width: 200%; margin: 0 0 0 -50%; } 
.evCon5 .event_step ul li { margin-bottom: 5%; } 
.evCon5 .event_step ul li::after { bottom: -29%; } 
.evCon5 .event_step .step_num { font-size: 14px; } 
.evCon5 .event_step .step_text { font-size: 13px; } 
.evCon5 .cau_wrap > span { margin: 0 auto 4%; width: 15%; float: inherit; } 
.evCon5 .cau_wrap .cau_text_box { font-size: 12px; width: 100%; line-height: 15px; text-align: center; } 
.evCon5 .cau_wrap .cau_head { font-size: 13px; margin-bottom: 2%; } 
.evCon5 .btn_wrap { padding: 0 18%; } 
.gallery_lst ul li p { padding: 3% 4%; } 
.gallery_lst ul li .txt { padding: 0 5%; margin: 5% 0 5%; height: 86px; line-height: 14px; } 

.evCon2304 h4 span{padding: 0 18%}
.evCon2304.evCon6 .con_box{display: flex;flex-direction: column;align-items: center;align-content: center;padding: 7% 4% 10%}
.evCon2304.evCon6 .illu{width: 40%;margin: 0 0 6%}
.evCon2304.evCon7 h4 i{width: 33vw;top: 3%}
.evCon2304.evCon7 .evt_date{padding: 13px 0 0}
.evCon2304.evCon7 .evt_date dl{font-size: 14px}
.evCon2304.evCon7 .evt_date dl + dl{margin: 5px 0 0}
.evCon2304.evCon7 .evt_date dl dt{padding: 0 10px 0 10px}
.evCon2304.evCon7 .evt_date dl dt::before{top: 8px}
.evCon2304.evCon7 .evt_date dl dt::after{height: 11px;top: 5px}
.evCon2304.evCon7 ul{padding: 8% 0 0}
.evCon2304.evCon7 ul li{padding: 0 0}


.evCon6.d0427 .custom_wrap {position: relative; overflow: hidden; padding: 0 8% 15%;}
.evCon6.d0427 .custom_wrap .img {width: 35%; position: absolute; top: 5%; right: 2%;}
.evCon6.d0427 .custom_wrap .txt {padding: 17% 0 0;}

.evCon8 .con_tit strong {font-size: 28px;}
.evCon8 .con_tit p {font-size: 14px;}
.evCon8 .evt_date {font-size: 12px; gap: 2px;}
.evCon8 .evt_date p .tiny_noti {font-size: 10px;}
.evCon8 .evt_gift {width: 180%; margin: 0 0 0 -40%;}
.evCon8 .btn_wrap em {font-size: 12px;}
.evCon8 .btn_wrap button {font-size: 18px;}

.evSchedule .tbl thead i.label {font-size: 13px;}
.evSchedule .tbl tbody th,
.evSchedule .tbl tbody td {font-size: 13px;}

.evCon6 .custom_wrap {flex-direction: column; padding: 4% 2% 6%;}
.evCon6 .custom_wrap .img {width: 35%;}

.evTip .tipRoll .item a > span {font-size: 12px;}
.evTip .tipRoll .item strong {font-size: 16px;}

/* 2024 06 28 */

.evCon4 .tea_box.regap {gap: 2%;}

.evCon8 .con_tit strong{font-size:24px;}
.evCon8 .con_tit .skyblue{font-size:34px;}
.evCon6.d0427 .custom_wrap{padding:5% 6%;}
}

@media screen and (max-width: 460px){
 .evSection h4 {font-size: 24px;} 
 .evTabSeries .tab_base li a { height:75px } 
 }

