@charset "euc-kr"; :root { --gov-color4: #151515; } 

.cr_blue { color: #0060ff; } 

.flt_inner { margin-top: 30px; } 

/* main */
.main { /*padding: 75px 0 90px 0; */ padding: 200px 0; background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/main_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover;  } 
.main h3 { position: relative; } 
.main h3 ul { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 40px; } 
.main h3 ul li { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 7px; color: #fff; font-size: 16px; font-weight: 300; letter-spacing: 0.5px; } 
.main h3 ul li:last-of-type { margin-bottom: 0; } 
.main h3 ul li span { display: inline-block; margin-left: 10px; padding: 3px 9px; font-size: 11px; letter-spacing: 0; background-color: rgba(0, 0, 0, 0.1); border-radius: 30px; } 
.main h3 .subtext_top { margin-bottom: 40px; color: #020f3b; font-size: 22px; font-weight: 900; } 
.main h3 .subtext_bottom { margin-top: 40px; color: #475276; font-size: 17px; font-weight: bold; letter-spacing: 20px; } 
.main h3 .subtext_bottom span { color: #24a0fe; } 


/* banner */
.banner { background-color: #24a0ff; } 
.banner.on { position: fixed; top: 0; left: 0; width: 100%; z-index: 3; } 
.banner a { position: relative; display: block; width: 100%; height: 116px; font-size: 28px; line-height: 1.4; font-weight: bold; padding: 17px 0 0 0; } 
.banner a span { color: #fff; } 
.banner a .banner_deco { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); } 


/* evSection */
.evSection .con_tit .con_tit_top { margin-bottom: 20px; font-size: 24px; font-weight: bold; } 
.evSection .con_tit .con_tit_bottom { color: #000000; font-size: 46px; font-weight: 900; line-height: 1.3; } 


/* evCon1 */
.evCon1 { padding: 140px 0 150px 0; background-color: #f7f7f7; } 
.evCon1.on { padding-top: 256px; } 
.evCon1 .con_tit { margin-bottom: 70px; } 
.evCon1 .con_tit span { display: inline-block; margin-bottom: 45px; line-height: 1.5; color: #555555; font-size: 18px; font-weight: 400; } 
.evCon1 .con_tit .con_tit_top { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 25px; color: #000000; font-size: 36px; font-weight: 900; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide { position: relative; width: 320px; margin: 0 10px; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide::before { position: absolute; left: 50%; bottom: -6px; transform: translate(-50%, 0); content: ''; width: 100%; height: 4px; background-color: #24a0ff; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide .item { margin-top: -10px; color: #24a0ff; } 
.evCon1 .con_box .con1_slide { background-color: #fff; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); } 
.evCon1 .con_box .con1_slide .item { display: flex !important; flex-direction: row; align-items: center; justify-content: space-between; padding: 60px 80px 77px 79px; } 
.evCon1 .con_box .con1_slide .item .item_contents { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } 
.evCon1 .con_box .con1_slide .item .item_contents .title { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; margin-bottom: 25px; } 
.evCon1 .con_box .con1_slide .item .item_contents .title span { display: inline-block; margin-bottom: 15px; padding: 4px 20px; color: #000000; font-size: 15px; background-color: #f2f2f2; border-radius: 30px;font-weight: 400; } 
.evCon1 .con_box .con1_slide .item .item_contents .title h6 { color: #000000; font-size: 25px; font-weight: 900; } 
.evCon1 .con_box .con1_slide .item .item_contents .desc { min-height: 135px; line-height: 1.5; color: #555555; font-size: 15px; font-weight: 400; text-align: left; } 
.evCon1 .con_box .con1_slide .slick-arrow { position: absolute; top: 50%; transform: translate(0, -50%); width: 54px; height: 54px; background-repeat: repeat; background-position: center; background-size: contain; border-radius: 50%; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); text-indent: -9999px; z-index: 2; } 
.evCon1 .con_box .con1_slide .slick-prev { background-image: url('https://img.megagong.net/m/2023/0822_middle_aged/con1_roll_prev.png'); left: -27px; } 
.evCon1 .con_box .con1_slide .slick-next { background-image: url('https://img.megagong.net/m/2023/0822_middle_aged/con1_roll_next.png'); right: -27px; } 
.evCon1 .con_box .con1_slide .slick-dots { position: absolute; left: 50%; bottom: -30px; transform: translate(-50%, 0); display: flex; flex-direction: row; align-items: center; justify-content: center; z-index: 2; } 
.evCon1 .con_box .con1_slide .slick-dots li { width: 10px; height: 10px; margin: 0 4px; background-color: #c2c2c2; border-radius: 50%; cursor: pointer; } 
.evCon1 .con_box .con1_slide .slick-dots li button { font-size: 0; } 
.evCon1 .con_box .con1_slide .slick-dots li.slick-active { background-color: #444444; } 


/* evCon2 */
.evCon2 { padding: 140px 0 120px 0; background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con2_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.evCon2 .con_tit .con_tit_top { margin-bottom: 20px; color: #fff; font-weight: 600; } 
.evCon2 .con_tit .con_tit_bottom { margin-bottom: 40px; color: #fff; } 
.evCon2 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon2 .con_box > p { color: #9b9b9b; font-size: 20px; font-weight: 400; } 
.evCon2 .con_box > p b { display: inline-block; margin-bottom: 30px; color: #fff; font-size: 22px; } 
.evCon2 .con_box .graph { margin: 0 -180px; margin-bottom: 56px; } 
.evCon2 .con_box .graph_info { margin-bottom: 10px; color: #fff; font-size: 18px; font-weight: bold; } 
.evCon2 .con_box .tiny_noti { color: #707070; font-size: 13px; font-weight: 300; } 


/* evCon3 */
.evCon3 { padding: 140px 0 150px 0; background-color: #ececec; } 
.evCon3 .con_tit .con_tit_top { margin-bottom: 20px; color: #000000; font-weight: 600; } 
.evCon3 .con_tit .con_tit_bottom { margin-bottom: 65px; color: #000000; } 
.evCon3 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon3 .con_box > p { margin-bottom: 12px; color: #000000; font-size: 22px; font-weight: 400; } 
.evCon3 .con_box .contents_subtitle { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 30px; } 
.evCon3 .con_box .contents_subtitle .line { flex: 1; height: 1px; background-color: #000000; } 
.evCon3 .con_box .contents_subtitle .text { margin: 0 24px; color: #000000; font-size: 22px; font-weight: 900; } 
.evCon3 .con_box .video_wrapper { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; gap: 12px; margin-bottom: 115px; } 
.evCon3 .con_box .video_wrapper .video_wrap { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: calc(33.33% - 8px); background: #191919; overflow: hidden; cursor: pointer; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_box { width: 100%; height: 100%; background: none; z-index: 2; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text { position: absolute; top: 0; left: 0; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; width: 100%; height: 100%; padding-left: 30px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; z-index: 2; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title p { margin-bottom: 8px; color: #fff; font-size: 18px; font-weight: bold; text-align: left; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title span { margin-bottom: 23px; color: #999999; font-size: 13px; font-weight: 400; text-align: left; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .teacher { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .teacher > div { position: relative; width: 100%; height: 100%; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .teacher > div::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 40%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); z-index: 1; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .teacher > div > img { position: absolute; right: -15px; bottom: 0; width: 47%; } 
.evCon3 .con_box .step_wrapper { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.evCon3 .con_box .step_wrapper .step { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; padding: 50px 0 40px 0; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } 
.evCon3 .con_box .step_wrapper .step .step_text { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 185px; color: #000; font-size: 20px; font-weight: 900; } 
.evCon3 .con_box .step_wrapper .step .step_text span { display: inline-block; margin-bottom: 15px; padding: 4px 20px; color: #fff; font-size: 16px; font-weight: bold; background-color: #000; border-radius: 30px; } 
.evCon3 .con_box .step_wrapper .step .step_text i { display: block; margin-top: 15px; color: #555555; font-size: 16px; font-weight: 400; font-style: normal; } 
.evCon3 .con_box .step_wrapper .arrow { margin: 0 -11px; border-radius: 50%; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); z-index: 2; } 
.evCon3 .con_box > a { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100px; margin-top: 20px; line-height: 1.7; color: #fff; font-size: 16px; font-weight: 400; background-color: #63b0ff; } 
.evCon3 .con_box > a b { color: #000; font-size: 22px; font-weight: 600; } 


/* evCon4 */
.evCon4 { padding: 135px 0 145px 0; background-color: #f5f5f5; } 
.evCon4 .con_tit .con_tit_top { margin-bottom: 20px; color: #000000; font-weight: 600; } 
.evCon4 .con_tit .con_tit_bottom { margin-bottom: 65px; color: #000000; } 
.evCon4 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon4 .con_box > p { margin-bottom: 8px; color: #555555; font-size: 22px; font-weight: 400; } 
.evCon4 .con_box .contents_subtitle { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 25px; } 
.evCon4 .con_box .contents_subtitle .line { flex: 1; height: 1px; background-color: #000000; } 
.evCon4 .con_box .contents_subtitle .text { margin: 0 24px; color: #000000; font-size: 22px; font-weight: 900; } 
.evCon4 .con_box .link_wrapper { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; gap: 20px; margin-bottom: 60px; } 
.evCon4 .con_box .link_wrapper .link { display: flex; flex-direction: column; align-items: center; justify-content: center; width: calc(25% - 15px); height: 200px; } 
.evCon4 .con_box .link_wrapper div.link { color: #000000; background-color: #dae0f4; } 
.evCon4 .con_box .link_wrapper div.link p { margin-bottom: 10px; font-size: 22px; font-weight: 900; } 
.evCon4 .con_box .link_wrapper div.link span { font-size: 14px; font-weight: 400; } 
.evCon4 .con_box .link_wrapper a.link { color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; } 
.evCon4 .con_box .link_wrapper a.link p { margin-bottom: 15px; font-size: 16px; } 
.evCon4 .con_box .link_wrapper a.link span { position: relative; display: inline-block; width: 104px; padding: 4px 0; font-size: 14px; border: 1px solid #fff; border-radius: 30px; } 
.evCon4 .con_box .link_wrapper a.link.link1 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link1.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link2 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link2.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link3 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link3.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link4 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link4.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link5 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link5.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link6 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link6.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link7 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link7.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link8 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link8.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link9 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link9.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link10 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link10.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link11 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link11.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link12 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link12.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link13 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link13.jpg'); } 
.evCon4 .con_box .link_wrapper a.link.link14 { background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con4_bg_link14.jpg'); } 
.evCon4 .con_box > a { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; height: 70px; color: #fff; font-size: 20px; font-weight: 600; background-color: #63b0ff; } 
.evCon4 .con_box > a b { margin-left: 4px; color: #000; } 
.evCon4 .con_box > a span { position: absolute; top: 50%; right: 37px; transform: translate(0, -50%); font-size: 13px; font-weight: 400; text-decoration: underline; text-underline-offset: 4px; } 


/* evCon5 */
.evCon5 { padding: 135px 0 145px 0; background-color: #f9f9f9; } 
.evCon5 .con_tit { margin-bottom: 70px; } 
.evCon5 .con_tit .con_tit_top { margin-bottom: 20px; color: #000000; font-weight: 600; } 
.evCon5 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon5 .con_box .link_wrapper { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; gap: 20px; margin-bottom: 60px; } 
.evCon5 .con_box .link_wrapper > a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: calc(50% - 10px); } 
.evCon5 .con_box > a { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; height: 70px; color: #fff; font-size: 20px; font-weight: 600; background-color: #63b0ff; } 
.evCon5 .con_box > a b { margin-left: 4px; color: #000; } 
.evCon5 .con_box > a b:first-of-type { margin-left: 0; margin-right: 5px; } 
.evCon5 .con_box > a span { position: absolute; top: 50%; right: 37px; transform: translate(0, -50%); font-size: 13px; font-weight: 400; text-decoration: underline; text-underline-offset: 4px; } 

/* evCon5 popup */
.youtube_pop { z-index: 102; position: fixed; } 
.youtube_pop .contentBox { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 1080px; } 
.youtube_pop .contentBox .vdo_wrap { position: relative; z-index: 1; cursor: pointer; padding-bottom: 56%; background: #222; overflow: hidden; } 
.youtube_pop .contentBox .vdo_wrap .vdo { width: 100% !important; height: 100% !important; position: absolute; width: 100%; height: 100%; } 
.youtube_pop .contentBox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.youtube_pop .dimBg { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.5; } 
.youtube_pop .contentBox .btnClose { position:absolute; background: #000; top: -37px; right: 0px; padding: 6px; width: 34px; height: 34px; box-sizing: border-box; } 
.youtube_pop .contentBox .btnToday { top: -27px; right: 26px; padding:0 15px; height: 24px; line-height: 24px; background: #444; } 


/* evCon6 */
.evCon6 { position: relative; padding: 140px 0; background-color: #151515; } 
.evCon6.short { padding-top: 105px; } 
.evCon6::before { position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 650px; background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con6_bg.jpg'); background-repeat: no-repeat; background-position: center; /* background-size: cover; */ } 
.evCon6.short::before { height: 510px; background-position: center -137px; } 
.evCon6 .inner { position: relative; } 
.evCon6 .inner .fin { position: absolute; top: -45px; right: 20px; z-index: 2; } 
.evCon6 .con_tit { padding-bottom: 75px; } 
.evCon6 .con_tit .con_tit_top { margin-bottom: 20px; color: #fff; font-weight: 600; } 
.evCon6 .con_tit .con_tit_bottom { margin-bottom: 16px; color: #fff; } 
.evCon6 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon6 .con_tit .subtext { margin-bottom: 55px; color: #959494; font-size: 20px; font-weight: normal; } 
.evCon6 .con_tit .pass_info .pass_info_text { color: #fff; font-size: 28px; font-weight: bold; } 
.evCon6 .con_tit .pass_info .pass_info_date { display: inline-block; margin-top: 11px; margin-bottom: 20px; padding: 8px 40px; color: #fff; font-size: 21px; background-color: rgba(0, 0, 0, 0.5); border-radius: 30px; } 
.evCon6 .con_tit .pass_info .pass_info_noti { color: #24a0ff; font-size: 13px; font-weight: 300; } 
.evCon6 .con_box { padding-top: 70px; } 
.evCon6 .con_box .top_box { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 40px; padding: 30px 40px 27px 40px; background: linear-gradient(to right, #0060ff, #00c3ff); } 
.evCon6 .con_box .top_box .bubble { position: absolute; top: -19px; left: 20px; } 
.evCon6 .con_box .top_box .tob_box_text { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } 
.evCon6 .con_box .top_box .tob_box_text p { margin-bottom: 10px; color: #fff; font-size: 16px; font-weight: 400; } 
.evCon6 .con_box .top_box .tob_box_text h6 { color: #fff; font-size: 26px; font-weight: bold; text-align: left; } 
.evCon6 .con_box .top_box .more { display: inline-block; padding: 3px 20px; color: #fff; font-size: 14px; font-weight: 400; background-color: #000000; border-radius: 30px; } 


/* evCon7 */
.evCon7 { padding: 135px 0 130px 0; background-image: url('https://image.megagong.net/m/2023/0822_middle_aged/con7_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.evCon7 .con_tit { margin-bottom: 35px; } 
.evCon7 .con_tit .con_tit_top { margin-bottom: 35px; color: #24a0ff; font-weight: 300; } 
.evCon7 .con_tit .con_tit_bottom { color: #fff; font-size: 30px; } 


/* event */
.event { padding: 140px 0 150px 0; background-color: #8cbeff; } 
.event .inner { position: relative; } 
.event .inner .fin { position: absolute; top: -6px; right: -3px; z-index: 2; } 
.event .con_tit { margin-bottom: 20px; } 
.event .con_tit .con_tit_top { margin-top: 30px; color: #0060ff; } 
.event .con_tit .con_tit_bottom { font-size: 55px; } 
.event .con_box > p { margin-bottom: 55px; color: #555555; font-size: 20px; } 
.event .con_box .container_info { position: relative; display: inline-flex; flex-direction: column; align-items: flex-start; margin-bottom: 80px; padding: 60px 0; background-color: #9ac6ff; border-radius: 0; } 
.event .con_box .container_info::before { position: absolute; top: 0; left: -100vw; content: ''; width: 200vw; height: 100%; background-color: #9ac6ff; } 
.event .con_box .container_info .info { margin-right: 0; margin-bottom: 18px; z-index: 2; } 
.event .con_box .container_info .info:first-of-type { align-items: flex-start; } 
.event .con_box .container_info .info:last-of-type { margin-bottom: 0; } 
.event .con_box .container_info .info .info_date { text-align: left; } 
.container_info .info .noti { color: #0060ff; } 
.event .con_box .gift { margin-bottom: 62px; } 
.evtBoard_common { background-color: #eeeeee; } 
.evtBoard_common .board_write { padding: 0 140px 0 0; } 
.evtBoard_common .board_write .inp_wrap textarea, .evtBoard_common .board_write .inp_wrap input[type="text"] { padding: 23px 10px; border: 1px solid #767676; } 
.evtBoard_common .board_write .inp_wrap textarea::placeholder { color: #666666; font-size: 15px; } 
.evtBoard_common .board_write .btn_wrap { width: 130px; } 
.evtBoard_common .board_notice li { color: #999999; opacity: 1; } 


/* ÀÌº¥Æ® À¯ÀÇ»çÇ× */
.eventWrap .evWarning { padding: 60px 0; } 
.warningList li .s_tit { display: inline-block; margin-bottom: 5px; color: #222222; font-size: 17px; } 
.warningList li ul li a { margin-left: 0; color: #0060ff; text-decoration: underline; text-underline-offset: 4px; } 


/* »ý³â¿ùÀÏ µî·Ï ÆË¾÷ */
[class*=mg_popup_wrap] .content_area { position: relative; } 
[class*=mg_popup_wrap] .content_area+button { display: none; } 
[class*=mg_popup_wrap] .content_area .close_btn { position: absolute; top: -36px; right: 0; } 
[class*=mg_popup_wrap] .content_area .content_inner { padding: 40px; border: 1px solid #333333; } 
[class*=mg_popup_wrap] .m_tit { color: #2d2d2d; font-size: 20px; } 
[class*=mg_popup_wrap] .content_area .content_inner > ul { margin-top: 12px; text-align: left; } 
[class*=mg_popup_wrap] .content_area .content_inner > ul li { position: relative; margin-bottom: 4px; padding-left: 12px; line-height: 1.4; color: #666666; font-size: 12px; font-weight: 300; } 
[class*=mg_popup_wrap] .content_area .content_inner > ul li:last-of-type { margin-bottom: 0; } 
[class*=mg_popup_wrap] .content_area .content_inner > ul li .dash { position: absolute; left: 0; top: 0; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 162px; height: 48px; color: #fff; font-size: 15px; font-weight: bold; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap a:first-of-type { margin-right: 20px; background-color: #ababab; } 
[class*=mg_popup_wrap] .content_area .mg_btn_wrap a:last-of-type { background-color: #000000; } 

/* 230913 */
.br_1200 { display: none; } 
.evSection.banner.d0913 { background: linear-gradient(270deg, rgba(2,15,59,1) 30%, rgb(36 160 254) 75%); } 
.evSection.banner.d0913.wide { background: #24a0ff; } 
.evSection.banner.d0913 .inner { display: flex; justify-content: center; } 
.evSection.banner.d0913 .mo_ver { display: none; } 
.evSection.banner.d0913 .round_span { background: #fff; border-radius: 50px; color: #24a0ff; display: inline-block; padding: 0px 11px; banner_main-right: 5px; } 

.evCon2_5 { background: #c0deff; } 
.evCon2_5 .inner { padding: 150px 0; } 
.evCon2_5 .con_tit { margin-bottom: 75px; } 
.evCon2_5 .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evCon2_5 .eventVideo.with_shadow { margin-bottom: 55px; overflow: visible; } 
.evCon2_5 .vod_btn a { display: inline-block; } 

/* 231117 added */
.br_576 { display: none; } 
.evInfoVideo { background: #f9f9f9; padding: 150px 0; } 
.evInfoVideo .con_tit .con_tit_bottom { margin-bottom: 65px; } 
.evInfoVideo .con_tit .con_tit_bottom span { color: #24a0ff; } 
.evInfoVideo .infovideo_slider .slick-list { margin: 0 -6px; } 
.evInfoVideo .infovideo_slider .slick-slide { margin: 0 6px; } 
.evInfoVideo .infovideo_slider .slick-arrow { position: absolute; top: 50%; width: 54px; height: 54px; background-color: #fff; background-repeat: no-repeat; background-size: auto; background-position: 50% 50%; border-radius: 50%; font-size: 0; box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.15); } 
.evInfoVideo .infovideo_slider .slick-arrow.slick-prev { background-image: url(https://image.megagong.net/m/2023/1117_restart/slide_prev.png); left: -30px; transform: translate(-100%, -50%); } 
.evInfoVideo .infovideo_slider .slick-arrow.slick-next { background-image: url(https://image.megagong.net/m/2023/1117_restart/slide_next.png); right: -30px; transform: translate(100%, -50%); } 
.evInfoVideo .infovideo_slider .slick-dots { display: none !important; justify-content: center; gap: 10px; } 
.evInfoVideo .infovideo_slider .slick-dots li button { font-size: 0; width: 8px; height: 8px; background: #555; border-radius: 50%; opacity: 0.2; } 
.evInfoVideo .infovideo_slider .slick-dots li.slick-active button { background: #24a0ff; opacity: 1; } 

/* 231211 added */
.banner a .banner_deco.round_btn { font-size: 14px; color: #fff; background: #000; border-radius: 22px; padding: 14px 65px; } 



/* 231221 */
.flt_inner.renewal li { margin-top:0; } 
.evCon2_5 .tab_base { display:flex;font-weight: 400; } 
.evCon2_5 .tab_base > li { width:50%; position: relative; } 
.evCon2_5 .tab_base > li > a { padding:30px 0; background-color:#a8d1ff; color:#fff; display:block; border:3px solid #a8d1ff; border-bottom:0; font-size:20px; position: relative; } 
.evCon2_5 .tab_base > li::after { content:''; display:block; width:100%; height:3px; background-color:#111; position: absolute; left:0; bottom:0; } 
.evCon2_5 .tab_base > li > a strong { font-weight:bold; font-size:22px; } 
.evCon2_5 .tab_base > li.on > a { background-color: #c0deff; color:#111; border-color:#111; } 
.evCon2_5 .tab_base > li.on::after { display:none; } 
.evCon2_5 .panel_base { margin-top:50px; display:block; } 

.evCon6 .tab_base { display:flex; position:absolute; left:0; bottom:0; width:100%; align-items:end; } 
.evCon6 .tab_base > li { width:50%; position:relative; } 
.evCon6 .tab_base > li a { display:block; padding:25px 0; background-color:#fff; font-size:20px; color:#999; text-align:center; font-weight: 400;} 
.evCon6 .tab_base > li a span { display:inline-block; position: relative; } 
.evCon6 .tab_base > li.on a { background-color:#151515; font-size:28px; color:#fff; font-weight:700; } 
.evCon6 .tab_base > li.on a span { padding-right:40px; } 
.evCon6 .tab_base > li.on a span::after { content:''; display:block; width:20px; height:10px; background:url('https://image.megagong.net/m/2023/1221_restart/tab_arrow.jpg') 0 0 no-repeat; position: absolute; right:0; top:50%; margin-top:-5px; } 
.evCon6 .tab_base > li.on a strong { color:#24a0ff; } 

.evCon6.evCon6_1 { padding:0; } 
.evCon6.evCon6_1 .inner { padding:110px 0 170px; } 
.evCon6.evCon6_1::before { background-image: url('https://image.megagong.net/m/2023/1221_restart/tab_bg_full.jpg'); background-position:center top; height:100%; } 
.evCon6.evCon6_2 { padding:60px 0 75px; } 
.evCon6.evCon6_2::before { display:none; } 
.evCon6.evCon6_2 .con_box { padding-top:0; } 

.mg_info_box { padding:40px 50px; border-top:1px solid #c1c1c1; border-bottom:1px solid #c1c1c1; margin-top:35px; } 
.mg_info_box li { font-size:13px; color:#333; line-height:1.4; margin-top:25px; } 
.mg_info_box li:first-of-type { margin-top:0; } 



.evSection .tab_nav { margin: 0px auto 20px; } 
.evSection .tab_nav::before { content: ""; display: none; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 2px; background: var(--gov-color4); z-index: 1 } 
.evSection .tab_nav li { position: relative; margin-right: 1px; background: var(--white-color); color: var(--gray-color6); font-size: 21px; font-weight: 200; flex: 1; color: var(--gov-color4) } 
.evSection .tab_nav li:last-child { margin-right: 0px } 
.evSection .tab_nav li a { display: flex; width: 100%; justify-content: center; align-items: center; height: 70px; font-weight: 400; } 
.evSection .tab_nav li a br { display: none } 
.evSection .tab_nav li a span { display: inline-flex; position: relative; } 
.evSection .tab_nav li.on a span { padding-right: 30px; } 
.evSection .tab_nav li i { position: absolute; right: 17px; top: -11px } 
.evSection .tab_nav li.on { background: var(--gov-color4); color: var(--white-color); font-weight: bold; flex: 1.5; } 
.evSection .tab_nav li.on a { font-size: 23px; } 
.evSection .tab_nav li.on a span::before { content: ""; display: block; position: absolute; top: 50%; transform: translateY(-46%); right: 0; width: 22px; height: 22px; background: url("https://img.megagong.net/m/2024/0109_pass/common_img13.png") center center no-repeat } 


.evCon8 { position: relative; background: #e4effb; padding: 150px 0; overflow: hidden } 
.evCon8 .pkg_list { margin: 0 0 60px; background: #fff; } 
.evCon8 .pkg_list li { position: relative; padding: 45px 40px 0; border-radius: 18px } 
.evCon8 .pkg_list li + li { margin-top: 40px } 
.evCon8 .pkg_list .pick { position: absolute; top: -15px; left: 15px; z-index: 1; font-size: 14px; background: var(--gov-color1); color: var(--white-color); width: 56px; height: 56px; display: flex; justify-content: center; align-items: center; line-height: 1.3; border-radius: 3px; box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1); } 
.evCon8 .pkg_list .tit { font-size: 22px; font-weight: bold; border-bottom: 1px solid #ddd; padding: 0 0 15px; display: flex; align-items: center; justify-content: center; } 
.evCon8 .pkg_list .tit .pick { font-size: 0.65em; background:#24a0ff; color:#fff; position: relative; top: unset; left: unset; /* box-shadow: none; */width: auto; padding: 7px 20px; height: auto; font-weight: 200; border-radius: 30px; margin: 0 22px 0 0; } 
.evCon8 .pkg_list .info { position: relative; padding:0 0 0 400px; height: 210px; display: flex; justify-content: center; align-items: flex-start; flex-direction: column } 
.evCon8 .pkg_list .info .pd_img { position: absolute; top: 27px; left: 50px } 
.evCon8 .pkg_list .info .pd_img a { position: absolute; bottom: 0; left: 0; width: 110px; height: 29px; background: #000; opacity: 0; font-size: 0 } 
.evCon8 .pkg_list .info .pd_img a + a { left: 171px } 
.evCon8 .pkg_list .info p { font-size: 18px; font-weight: bold; margin: 0 0 13px; text-align: left; width: 100%; line-height: 1.3 } 
.evCon8 .pkg_list .info p strong { color: #24a0ff; } 
.evCon8 .pkg_list .info .caution { font-size: 14px; color: #777; text-align: left; line-height: 1.5; font-weight: normal; } 
.evCon8 .big_caution { position: relative; padding: 12px 0px 12px 210px; font-size: 18px; text-align: left; color: #999; line-height: 1.2; font-weight: 400; } 
.evCon8 .big_caution::before { content: ""; position: absolute; left: 120px; top: 50%; margin: -32px 0 0; width: 72px; height: 64px; background-color: #24a0ff; -webkit-mask-size: 100%; mask-size: cover; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; -webkit-mask-image: url(https://img.megagong.net/m/2024/0109_pass/common_img9.svg); mask-image: url(https://img.megagong.net/m/2024/0109_pass/common_img9.svg); background-position: center } 
.evCon8 .big_caution i { display: block; width: 56px; position: absolute; top: 0; left: 0 } 


/* 240617 add */
.evCon8 .pkg_list .info .pd_img.ver_link { display: flex; flex-direction: column; align-items: center; gap: 0; position: absolute; top: 18px; } 
.evCon8 .pkg_list .info .pd_img.ver_link img { /* width: 80%; */
 /* padding: 0 5%; */ } 
.evCon8 .pkg_list .info .pd_img.ver_link a { width: 100px; height: 20px; font-size: 0; position: absolute; left: calc(50% + 10px); transform: translateX(-50%); bottom: 0; opacity: 1; /* background: #ff000040; */background: transparent; } 
.evCon8 .pkg_list .info .caution span { color:#f00 } 

@media screen and (max-width: 1200px){
 .main { padding: 18vw 0; } 
.main h3 > img { max-width: 70%; margin: 0 auto; } 

.evCon1 .con_box .con1_slide { margin: 0 30px; } 
.evCon1 .con_box .con1_slide .item { padding: 60px 40px 77px 40px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title > img,
.evCon3 .con_box .step_wrapper .arrow,
.evCon3 .con_box .step_wrapper .step > img,
.evCon6 .inner .fin,
.evCon6 .con_box .top_box .bubble,
.evCon7 .con_box > img,
.event .inner .fin,
.eventWrap .con_tit > img,
.event .con_box .gift > img { width: initial; } 
.evtBoard_common .board_write { padding: 0; } 
.evtBoard_common .board_write .btn_wrap { width: 100%; } 
.youtube_pop .contentBox { width: 70%; } 
.youtube_pop .contentBox iframe { width: 100% !important; } 

/* 230913 */
.br_1200 { display: block; } 
.evSection.banner.d0913 { background: linear-gradient(270deg, rgba(2,15,59,1) 50%, rgb(36 160 254) 50%); } 
.banner .inner { width:100% } 
 .banner a { font-size: 2.5vw; height: auto; padding: 2% 0; } 
 
.evCon2_5 .inner { padding: 12% 0; } 
.evCon2_5 .con_tit { margin-bottom: 6%; } 
.evCon2_5 .eventVideo.with_shadow { margin-bottom: 10%; } 
.evCon2_5 .vod_btn { padding: 0 32%; } 


/* 231117 added */
.evInfoVideo { padding: 12% 0; } 
.evInfoVideo .con_tit .con_tit_bottom { margin-bottom: 6%; } 
.evInfoVideo .infovideo_slider .slick-list { margin: 0; } 
.evInfoVideo .infovideo_slider .slick-arrow { display: none; } 
.evInfoVideo .infovideo_slider .slick-slide { margin: 0 5px; } 
.evInfoVideo .infovideo_slider .slick-dots { display: flex !important; } 


.evCon2_5 .tab_base > li > a { padding:20px 0; font-size:18px; } 
.evCon2_5 .tab_base > li > a strong { font-size:20px; } 
.evCon6.evCon6_1 .inner { padding:10% 0 15%; } 
.evCon6.evCon6_2 { padding:50px 0 7%; } 
.evCon6 .tab_base > li a { font-size:18px; padding:20px 0; } 
.evCon6 .tab_base > li.on a { font-size:24px; } 

.evSection .tab_nav { width: 100%; margin:0 0 3% } 
.evSection .tab_nav li { width: 11%; } 
.evSection .tab_nav li.on { } 
.evSection .tab_nav li a { font-size: 17px; } 
.evSection .tab_nav li.on a { padding-right: 0; font-size: 19px; } 
.evSection .tab_nav li.on a::before { display:none } 



/*evCon8 */
.evCon8 .pkg_list { margin: 0 0 20px } 
.evCon8 .pkg_list li { padding: 30px 15px 0; border-radius: 10px } 
.evCon8 .pkg_list .tit { font-size: 18px; } 
.evCon8 .pkg_list .info { height: auto; padding: 20px 0 20px 0; align-items: center } 
.evCon8 .pkg_list .info .pd_img,.evCon8 .pkg_list .info .pd_img.ver_link { position: relative; top: unset; left: unset; display: block; width: 100%; max-width: 290px; margin-left: 3% } 
 .evCon8 .pkg_list .info .pd_img.ver_link { margin-left: 0; } 
.evCon8 .pkg_list .info .pd_img img { width:100% } 
.evCon8 .pkg_list .info .pd_img a { bottom: 0; left: 0; width: 33%; height: 17% } 
.evCon8 .pkg_list .info .pd_img a + a { left: 54% } 
.evCon8 .pkg_list .info p { text-align: center; padding: 20px 0 0 } 
.evCon8 .pkg_list .info .caution { font-size: 13px } 
.evCon8 .big_caution { margin: 0; text-align: center; padding: 53px 0 0; font-size: 14px } 
.evCon8 .big_caution::before { top: 0; left: 50%; margin: 0 0 0 -23px; width: 46px; height: 44px } 
.evCon8 .big_caution i { left: 50%; margin: 0 0 0 -15px; width: 30px } 
}




@media screen and (max-width: 992px) {
.main h3 .subtext_bottom { letter-spacing: 13px; } 
.banner a { padding: 3% 0 0; } 
.banner a .banner_main h6 { margin-bottom: 0; font-size: 12px; } 
.banner a .banner_main h5 { margin-bottom: 9px; font-size: 20px; } 
.banner a .banner_deco { position: initial; transform: initial; width: 10%; } 
.evSection .con_tit .con_tit_top,
.evCon1 .con_tit span { font-size: 15px; } 
.evSection .con_tit .con_tit_bottom { font-size: 40px; } 
.evCon1 .con_tit .con_tit_top { font-size: 25px; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide { width: 220px; margin: 0 5px; } 
.evCon1 .con_box .con1_slide .item { padding: 30px 30px 30px 30px; } 
.evCon1 .con_box .con1_slide .item .item_contents .title span { font-size: 13px; } 
.evCon1 .con_box .con1_slide .item .item_contents .title h6 { font-size: 20px; } 
.evCon1 .con_box .con1_slide .item .item_contents .desc { min-height: 114px; font-size: 12px; } 
.evCon1 .con_box .con1_slide .slick-arrow { width: 30px; height: 30px; /* transform: translate(0, 50%); *//* margin: -40% 0 0; */ } 
.evCon1 .con_box .con1_slide .slick-prev { left: -15px; } 
.evCon1 .con_box .con1_slide .slick-next { right: -15px; } 
.evCon1 .con_box .con1_slide .item .icon_img { width: 20%; } 
.evCon2 .con_box > p,
.evCon2 .con_box > p b { font-size: 16px; } 
.evCon2 .con_box .graph { margin: 0 -20vw; margin-bottom: 5vw; } 
.evCon2 .con_box .tiny_noti { font-size: 9px; } 
.evCon3 .con_box > p,
.evCon3 .con_box .contents_subtitle .text,
.evCon4 .con_box > p,
.evCon4 .con_box .contents_subtitle .text { font-size: 16px; } 
.evCon3 .con_box .video_wrapper,
.evCon4 .con_box .link_wrapper,
.evCon5 .con_box .link_wrapper { gap: 10px; } 
.evCon3 .con_box .video_wrapper .video_wrap { width: calc(50% - 5px); } 
.evCon3 .con_box .step_wrapper .step .step_text { min-height: 154px; font-size: 17px; } 
.evCon3 .con_box .step_wrapper .step .step_text span { font-size: 13px; } 
.evCon3 .con_box .step_wrapper .step .step_text i { font-size: 12px; } 
.evCon4 .con_box .link_wrapper a.link p { font-size: 13px; } 
.evCon4 .con_box .link_wrapper a.link span { font-size: 14px; } 
.evCon4 .con_box .link_wrapper .link { width: calc(25% - 7.5px); height: 170px; } 
.evCon6 .con_tit .subtext { font-size: 16px; } 
.evCon6 .con_tit .pass_info .pass_info_text { font-size: 22px; } 
.evCon6 .con_tit .pass_info .pass_info_date { font-size: 18px; } 
.evCon6 .con_tit .pass_info .pass_info_noti { font-size: 11px; } 
.evCon6 .con_box .top_box .tob_box_text p { font-size: 14px; } 
.evCon6 .con_box .top_box .tob_box_text h6 { font-size: 20px; } 
.evCon7 .con_tit .con_tit_bottom { font-size: 27px; } 
.event .con_box > p { font-size: 16px; } 
.container_info { font-size: 14px; } 
.container_info .info .info_title::before { width: 3px; height: 3px; } 

/* 2320913 */
.evCon2_5 .vod_btn { padding: 0 30%; } 
.evSection.banner.d0913 .pc_ver { display: none; } 
.evSection.banner.d0913 .mo_ver { display: block; } 
.banner.d0913 a { height: inherit; padding: 2% 0; } 
.banner.d0913 a .banner_main h5 { margin-bottom: 0px; } 
.banner a .banner_main h6.on_air { color: #fff; border: 1px solid #e1261a; background: #e1261a; border-radius: 50px; padding: 1% 9%; font-weight: 500; display: inline-block; } 


.banner a .banner_deco.round_btn { width: auto; padding: 2vw 3vw; display: block; margin: 2% 0 0; border-radius: 0; font-size: 2.4vw; } 

.evCon2_5 .tab_base > li > a { font-size:15px; } 
.evCon2_5 .tab_base > li > a strong { font-size:17px; } 
.evCon6 .tab_base > li a { font-size:16px; } 
.evCon6 .tab_base > li.on a { font-size:20px; } 
.evCon6 .tab_base > li.on a span { padding-right:25px; } 
.evCon6 .tab_base > li.on a span::after { width:15px; height:7px; background-size:auto 7px; margin-top:-3.5px; } 
}




@media screen and (max-width: 768px) {
/* .main { padding: 10vw 0; } */
.main h3 ul { margin-bottom: 10vw; } 
.main h3 ul li { font-size: 12px; } 
.main h3 .subtext_top { margin-bottom: 5vw; font-size: 21px; } 
.main h3 .subtext_bottom { margin-top: 5vw; font-size: 15px; letter-spacing: 9px; } 
.evSection .con_tit .con_tit_top, .evCon1 .con_tit span { font-size: 14px; } 
.evSection .con_tit .con_tit_bottom { font-size: 33px; } 
.evCon1 { padding: 10vw 0; } 
.evCon1.on { padding-top: calc(10vw + 116px); } 
.evCon1 .con_tit .con_tit_top { font-size: 20px; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide { width: 175px; } 
.evCon1 .con_box .con1_slide { margin: 0 14px; } 
.evCon1 .con_box .con1_slide .item .item_contents .title h6 { font-size: 17px; } 
.evCon2 { padding: 10vw 0; } 
.evCon2 .con_box > p, .evCon2 .con_box > p b, .evCon2 .con_box .graph_info { font-size: 15px; } 
.evCon3 { padding: 10vw 0; } 
.evCon3 .con_tit .con_tit_bottom { margin-bottom: 10vw; } 
.evCon3 .con_box > p, .evCon3 .con_box .contents_subtitle .text, .evCon4 .con_box > p, .evCon4 .con_box .contents_subtitle .text { font-size: 14px; } 
.evCon3 .con_box .video_wrapper { margin-bottom: 15vw; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title p { font-size: 16px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title span { margin-bottom: 12px; font-size: 11px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title > img { width: 25%; } 
.evCon3 .con_box .step_wrapper .arrow { width: 25px; margin: 0 -6px; } 
.evCon3 .con_box .step_wrapper .step .step_text i { font-size: 14px; } 
.evCon4 { padding: 10vw 0; } 
.evCon4 .con_tit .con_tit_bottom { margin-bottom: 10vw; } 
.evCon4 .con_box .link_wrapper { margin-bottom: 5vw; } 
.evCon4 .con_box .link_wrapper .link { width: calc(50% - 5px); height: 120px; } 
.evCon4 .con_box > a,
.evCon5 .con_box > a { font-size: 16px; } 
.evCon4 .con_box > a span,
.evCon5 .con_box > a span { font-size: 13px; } 
.evCon5, .evCon8 { padding: 10vw 0; } 
.evCon5 .con_tit { margin-bottom: 10vw; } 
.evCon5 .con_box > a span { position: initial; transform: initial; margin-left: 20px; } 
.evCon6 { padding: 10vw 0; } 
.evCon6.short { padding-top: 10vw; } 
.evCon6::before { height: 475px; } 
.evCon6.short::before { height: 400px; background-size: auto 100%; } 
.evCon6 .inner .fin,
.event .inner .fin { top: 0; right: 0; width: 25vw; } 
.evCon6 .con_box .top_box { padding: 30px 20px 27px 20px; } 
.evCon6 .con_box .top_box .tob_box_text p { letter-spacing: -1.5px; } 
.evCon6 .con_box .top_box .more { padding: 3px 10px; font-size: 13px; } 
.evCon7 { padding: 10vw 0; } 
.evCon7 .con_tit .con_tit_bottom { font-size: 22px; } 
.event { padding: 10vw 0; } 
.event .con_tit > img { width: 30vw; } 
.event .con_box > p { margin-bottom: 10vw; font-size: 13px; } 
.event .con_box .container_info { margin-bottom: 10vw; padding: 5vw 0; font-size: 13px; } 
.container_info .info .info_title { width: 80px; margin-right: 10px; } 
.container_info .info .info_title::before { left: 0; } 
.container_info .info .info_title::after { right: 0; } 
.container_info .info .noti { font-size: 9px; } 
.event .con_box .gift { margin-bottom: 5vw; } 
.evtBoard_common .board_write .inp_wrap textarea, .evtBoard_common .board_write .inp_wrap input[type="text"] { padding: 22px 10px; } 
.youtube_pop { z-index: 100; } 
.youtube_pop .contentBox { width: 90%; } 

/* 230913 */
.evCon2_5 .vod_btn { padding: 0 27%; } 


.evCon2_5 .tab_base > li > a { font-size:14px; } 
.evCon2_5 .tab_base > li > a strong { font-size:16px; } 
.evCon6 .tab_base > li a { font-size:14px; } 
.evCon6 .tab_base > li.on a { font-size:16px; } 
.evCon6 .tab_base > li.on a span { padding-right:15px; } 
.evCon6 .tab_base > li.on a span::after { width:10px; height:5px; background-size:auto 5px; margin-top:-2.5px; } 


.evSection .tab_nav li a,.evSection .tab_nav li.on a { font-size: 14px; height: 57px; } 
.evSection .tab_nav li i { top: -15%; right: 2%; width: 15% } 
.evSection .tab_nav li a br { display:block } 
.evSection .tab_nav li.on a span::before { display:none } 
.evSection .tab_nav li.on a span { padding:0 } 


 /*evCon8 */
 .evCon8 .pkg_list .info p { font-size: 15px } 
 .evCon8 .pkg_list .info .caution { font-size: 12px } 
 }





@media screen and (max-width: 576px) {


.br_576 { display: block; } 
.main h3 ul li { font-size: 10px; letter-spacing: -1px; } 
.main h3 ul li span { margin-left: 5px; padding: 2px 5px; font-size: 9px; letter-spacing: -1.5px; } 
.main h3 .subtext_top { font-size: 15px; letter-spacing: -1.5px; } 
.main h3 .subtext_bottom { font-size: 12px; letter-spacing: 3.9px; } 
.banner a .banner_main h6 { margin-bottom: 4px; font-size: 10px; } 
.banner a .banner_main h5 { margin-bottom: 5px; font-size: 15px; } 
.banner a .banner_deco { width: 20%; } 
.evSection .con_tit .con_tit_top { font-size: 15px; } 
.evSection .con_tit .con_tit_bottom { font-size: 21px; } 
.evCon1 .con_tit { margin-bottom: 10vw; } 
.evCon1 .con_tit span { font-size: 12px; letter-spacing: -1.5px; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide { width: 125px; } 
.evCon1 .con_tit .con_tit_top .con1_title_slide::before { bottom: -4px; height: 2px; } 
.evCon1 .con_box .con1_slide .item { flex-direction: column-reverse; padding: 20px 15px 20px; } 
.evCon1 .con_box .con1_slide .item .icon_img { width: 40%; margin-bottom: 20px; } 
.evCon1 .con_box .con1_slide .item .item_contents,
.evCon1 .con_box .con1_slide .item .item_contents .title { align-items: center; } 
.evCon1 .con_box .con1_slide .item .item_contents .desc { font-size: 12px; } 
.evCon1 .con_box .con1_slide .slick-dots { bottom: -19px; } 
.evCon1 .con_box .con1_slide .slick-dots li { width: 7px; height: 7px; margin: 0 2px; } 
.evCon2 .con_box > p { font-size: 14px; letter-spacing: -1px; } 
.evCon3 .con_box > p, .evCon3 .con_box .contents_subtitle .text, .evCon4 .con_box > p, .evCon4 .con_box .contents_subtitle .text { font-size: 16px; } 
.evCon3 .con_box .contents_subtitle .text { margin: 0 10px; } 
.evCon3 .con_box > p { letter-spacing: -1.8px; } 
.evCon3 .con_box .video_wrapper, .evCon4 .con_box .link_wrapper, .evCon5 .con_box .link_wrapper { gap: 5px; } 
.evCon3 .con_box .video_wrapper .video_wrap { width: calc(50% - 2.5px); } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text { padding-left: 10px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title p { margin-bottom: 3px; font-size: 12px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title span { margin-bottom: 12px; font-size: 9px; } 
.evCon3 .con_box .video_wrapper .video_wrap .video_text .video_text_title > img { width: 20%; } 
.evCon3 .con_box .step_wrapper { flex-direction: column; } 
.evCon3 .con_box .step_wrapper .step { width: 78%; padding: 30px 0 20px 0; } 
.evCon3 .con_box .step_wrapper .arrow { transform: rotate(90deg); margin: -6px 0; } 
.evCon3 .con_box > a { height: 75px; font-size: 14px; } 
.evCon3 .con_box > a b { font-size: 18px; } 
.evCon4 .con_box .link_wrapper div.link p { margin-bottom: 5px; font-size: 16px; } 
.evCon4 .con_box .link_wrapper div.link span { font-size: 12px; } 
.evCon4 .con_box > a, .evCon5 .con_box > a { padding-bottom: 24px; font-size: 14px; height: 80px; } 
.evCon4 .con_box > a span,
.evCon5 .con_box > a span { position: absolute; top: initial; left: 50%; right: initial; bottom: 16px; transform: translate(-50%,0); margin-left: 0; margin-right: 0; } 
.evCon5 .con_tit .con_tit_top { letter-spacing: -1.7px; } 
.evCon5 .con_box .link_wrapper { margin-bottom: 5vw; } 
.evCon5 .con_box .link_wrapper > a { width: calc(100% - 2.5px); } 
.evCon6::before { height: 340px; } 
.evCon6 .con_tit .subtext { margin-bottom: 7vw; font-size: 14px; } 
.evCon6 .con_tit .pass_info .pass_info_text { font-size: 16px; } 
.evCon6 .con_tit .pass_info .pass_info_date { font-size: 14px; } 
.evCon6 .con_box { padding-top: 0; } 
.evCon6 .con_box .top_box { flex-direction: column; } 
.evCon6 .con_box .top_box .tob_box_text p { text-align: left; } 
.evCon6 .con_box .top_box .more { margin-top: 20px; } 
.evCon7 .con_tit .con_tit_bottom { font-size: 15px; } 
.event .con_tit .con_tit_bottom { font-size: 26px; } 
.event .con_box .container_info { font-size:14px } 
.event .con_box .container_info .info .info_date { width: calc(100% - 80px); } 
.container_info .info .info_title { width: 80px; margin-right: 8px; } 
.event .con_box .container_info .info:last-of-type .info_date { width: initial; } 
.evtBoard_common .board_write .inp_wrap textarea::placeholder { font-size: 12px; } 

/* 230913 */
.evCon2_5 .vod_btn { padding: 0 9%; } 

.warningList li .s_tit, .eventwrap .list.btn li a { font-size:14px } 

.banner a .banner_deco.round_btn { font-size: 3.2vw; } 
.banner a { font-size: 3.6vw; } 

.evSection .tab_nav li { font-size: 12px } 
.evSection .tab_nav li i { top: 0%; width: 14% } 


/*evCon8 */
.evCon8 .pkg_list .pick { font-size: 12px; width: 46px; height: 46px } 
.evCon8 .pkg_list .tit { font-size: 14px; padding: 0 0 10px } 
.evCon8 .pkg_list .info .pd_img { width: 230px } 
.evCon8 .pkg_list .info p { font-size: 14px } 
.evCon8 .big_caution { padding: 38px 0 0; font-size: 11px } 
.evCon8 .big_caution::before { width: 35px; height: 30px } 
.evCon8 .big_caution i { width: 20px; margin: 0 0 0 -10px } 
.evCon8 .pkg_list .tit { font-size:15px; flex-direction: column; } 
.evCon8 .pkg_list .tit .pick { margin: 0 0 5px; font-size: 0.8em; } 
 }
