@charset "euc-kr";


.con_tit { width: 1080px; margin-left: -40px; } 
.con_txt { font-size: 26px; } 
.sub_tit { font-size: 26px; } 
.eventWrap .inner { width: 1000px; } 
.flt_inner li a { position: relative; } 
.flt_inner li a i { position: absolute; top: -4px; right: -30px; } 


/* evCon1 */
.evCon1 { background:#323535 url('https://image.megagong.net/m/2023/0817_kor/con1_bg.jpg'); padding: 50px 0 80px; } 
.evCon1 .inner{ width: 1080px; } 

/* evCon2 */
.evCon2 { padding: 150px 0; } 
.evCon2 .con_txt { color: #666666; font-weight: 200; margin: 30px 0 70px; } 
.evCon2 .con2_content { margin: 35px auto 0; width: 1020px; display: flex; position: relative; } 
.evCon2 .con2_content li { position: absolute; } 
.evCon2 .con2_content li:nth-child(1) { position: static; margin-left: -10px; } 
.evCon2 .con2_content li:nth-child(2) { left: 50%; transform: translate(-100%, 0); } 
.evCon2 .con2_content li:nth-child(3) { left: 50%; } 
.evCon2 .con2_content li:nth-child(4) { right: -10px; } 

.evCon2 .tiny_noti { font-size: 14px; color: #999999; } 
.evCon2 .con2_content + .tiny_noti { text-align: right; margin-right: -20px; margin-top: 8px; } 
.evCon2 .con_txt2 { font-size: 32px; color: #171217; font-weight: 200; line-height: 1.25; margin: 80px 0 50px; } 
.evCon2 .graph_wrap { position: relative; width: 1039px; margin: 30px 0 15px -20px; } 
.evCon2 .graph_wrap .kor_line { position: absolute; bottom: 86px; left: 20px; overflow: hidden; display: none; } 
.evCon2 .graph_wrap.on .kor_line { display: block; animation: animateLine 2s linear both; } 
.evCon2 .graph_wrap .kor_line span { width: 1039px; display: inline-block; } 
.evCon2 .graph_wrap .txt { position: absolute; top: -60px; right: -40px; opacity: 0; } 
.evCon2 .graph_wrap.on .txt { animation: aniShow 1s linear 2.3s both; } 
@keyframes animateLine { 
    0% { width: 0; } 
    100% { width: 100%; } 
}
@keyframes aniShow { 
    0% { opacity: 0; } 
    100% { opacity: 1; } 
}


/* evCon3 */
.evCon3 { background: #384344; padding: 150px 0 122px; } 
.evCon3 .con_txt { color: #999; font-weight: 200; margin: 30px 0 70px; } 
.evCon3 .sub_tit { color: #fff; } 
.evCon3 .step { display: flex; margin: 35px auto 20px; } 
.evCon3 .step li { width: 33.333333%; height: 60px; position: relative; color: #6e8d90; border: 1px solid #6e8d90; border-right: 0; font-size: 20px; } 
.evCon3 .step li.on { color: #39c0cc; font-weight: 900; background: #fff; } 
.evCon3 .step li:last-child { border-right: 1px solid; } 
.evCon3 .step li .point { position: absolute; top: 0; left: 50%; transform: translate(-50%, -85%); opacity: 0; } 
.evCon3 .step li .point.show { opacity: 1; } 
.evCon3 .step li a { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; height: 100%; } 
.evCon3 .con3_roll { display: flex; justify-content: space-between; margin-right: -25px; margin-left: -10px; } 
.evCon3 .con3_roll .item { position: relative; } 
.evCon3 .con3_roll .item a { position: absolute; font-size: 0; width: 91%; height: 15%; bottom: 6%; left: 50%; transform: translate(-53%, 0); } 
.evCon3 .panel_base .swiper-slide { position: relative; padding: 20px 20px 20px 20px; } 
.evCon3 .panel_base .swiper-slide i { position: absolute; top: 0; right: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 80px; height: 80px; color: #fff; font-size: 18px; font-weight: bold; font-style: normal; background-color: #1a1c1c; border-radius: 50%; } 
.evCon3 .panel_base .swiper-slide i.point { background-color: #c85252; } 
.evCon3 .panel_base .swiper-slide img { box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius: 15px; } 
.evCon3 .con3_new_swiper { margin: 0 -20px; } 
.evCon3 .con3_new_swiper .swiper-wrapper { flex-direction: row; align-items: center; justify-content: center;gap: 14px; } 
.evCon3 .con3_new_swiper .swiper-wrapper .swiper-slide {display: flex; width: 340px; } 
.evCon3 .swiper-pagination {display: none; } 
.evCon3 .swiper-pagination { position: relative; display: flex; justify-content: center; top: initial; bottom: auto; } 
.evCon3 .swiper-pagination-bullet { background: #979797; opacity: 1; width: 12px; height: 12px; } 
.evCon3 .swiper-pagination-bullet-active { background: #fff; } 
.evCon3 .con3_new_btn { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-top: 23px; } 


/* evCon4 */
.evCon4 { padding: 140px 0; background: #eaeaea; } 
.evCon4 .con_txt { color: #666666; font-weight: 200; margin: 30px 0 70px; } 
.evCon4 .mo_v { display: none; } 
.evCon4 .tea_slider { padding-top: 120px; position: relative; } 
.evCon4 .tea_slider .slick-list { overflow: visible; } 
.evCon4 .slick-dots { display: flex; position: absolute; top: 0; left: 0; width: 100%; } 
.evCon4 .slick-dots::before { content: ''; display: block; position: absolute; bottom: 0; height: 2px; background: #000; z-index: 2; } 
.evCon4 .slick-dots li { width: 25%; } 
.evCon4 .slick-dots li button { width: 100%; background: #dddddd; color: #a6a6a6; font-size: 20px; padding: 15px 0; display: block; border-bottom: 2px solid #39c0cc; border-right: 1px solid #fff; letter-spacing: -0.05em; } 
.evCon4 .slick-dots li:last-child button { border-right: 0; } 
.evCon4 .slick-dots li button > span { font-size: 16px; display: block; } 
.evCon4 .slick-dots li button > strong { font-weight: normal; } 
.evCon4 .slick-dots li.slick-active button { background: #39c0cc; border: 1px solid #39c0cc; box-sizing: border-box; color: #ffff; border-width: 2px 2px 0; font-weight: 900; } 
.evCon4 .slick-dots li.slick-active button >strong { font-weight: 900; } 
.evCon4 .dflex { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; } 
.evCon4 .dflex .con_right { width: 600px; } 
.evCon4 .dflex .con_right h5 { font-size: 22px; margin-bottom: 20px; text-align: left; position: relative; padding-left: 21px; font-weight: 500; } 
.evCon4 .dflex .con_right h5:before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 55%; background: #000; } 
.evCon4 .dflex .con_right .eventVideo { position: relative; overflow: hidden; } 
.evCon4 .dflex .con_right .txt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; background: #222; } 
.evCon4 .dflex .con_right .txt p { font-size: 26px; position: relative; color: #fff; padding-bottom: 95px; top: 70px; z-index: 2; } 
.evCon4 .dflex .con_right .txt p::before { content: ''; display: block; width: 75px; height: 75px; background: url('https://img.megagong.net/m/2023/0517_sblaw/con6_play.png') no-repeat center; background-size: contain; bottom: 0; left: 50%; position: absolute; transform: translateX(-50%); } 
.evCon4 .dflex .con_right .txt p span { font-size: 18px; color: #999999; display: block; margin: 0 0 10px; } 
.evCon4 .eventVideo.video_renewal .video_box { z-index: 4; } 
.evCon4 .eventVideo .video_box .play_area iframe { z-index: 4; } 
.evCon4 .eventVideo .video_box .play_area img { opacity: 0; } 
.evCon4 .dflex .con_left { width: calc(100% - 600px); position: relative; } 
.evCon4 .dflex .con_left::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 60%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eaeaea); } 
.evCon4 .dflex .con_left a { display: inline-block; font-size: 15px; font-weight: 700; position: absolute; left: 50%; transform: translateX(-50%); bottom: 30px; text-shadow: 1px 0px 5px #fff; } 
.evCon4 .dflex .con_left b { padding-right: 8px; margin-right: 8px; position: relative; } 
.evCon4 .dflex .con_left b:before { content: ''; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; background: #000; height: 50%; } 
.evCon4 .dflex .con_left span { padding-right: 28px; position: relative; } 
.evCon4 .dflex .con_left span::before { content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background: url('https://img.megagong.net/m/2023/0517_sblaw/con6_hm.png') no-repeat center; background-size: contain; width: 22px; height: 22px; } 
.evCon4 .dflex .con_left a.white_c { text-shadow: 1px 0px 5px #000; } 
.evCon4 .dflex .con_left a.white_c:hover,.evCon4 .dflex .con_left a.white_c b { color: #fff; } 
.evCon4 .dflex .con_left a.white_c b:before { background: #fff; } 
.evCon4 .sub_tit { position: relative; } 
.evCon4 .sub_tit::before { content:''; border: solid #9b9b9b; border-width: 1px 1px 0; width: 100%; position: absolute; height: 83%; left: 0; top: 50%; box-sizing: border-box; } 
.evCon4 .sub_tit span { display: inline-block; padding: 0 15px; background: #eaeaea; position: relative; } 
.evCon4 .content { display: flex; justify-content: space-between; margin: 36px 0 0; } 
.evCon4 .content li { width: 280px; background: #fff; font-size: 18px; position: relative; line-height: 1.2; padding: 32.4px 0; border-radius: 16px; box-shadow: 4px 4px 20px #dfdfdf; } 
.evCon4 .content li a { display: block; width: 160px; background: #39c0cc; border-radius: 100px; color: #fff; margin: 12px auto 0; padding: 9.2px 0; } 
.evCon4 .content li a i { display: inline-block; margin-left: 8px; } 
.evCon4 .content li .essential { position: absolute; right: -30px; top: -23px; background: #df6868; color: #fff; border-radius: 100%; width: 80px; height: 80px; line-height: 80px; } 
.evCon4 .content.new { justify-content: center; gap: 52px; } 
.evCon4 .content.new li { display: flex; flex-direction: column; align-items: center; /*justify-content: center;*/ flex: 1; max-width: 474px; padding: 0 0 36px 0; background-color: #f5f5f5; overflow: hidden; } 
.evCon4 .content.new li h6 { width: 100%; height: 58px; line-height: 58px; margin-bottom: 25px; color: #fff; font-size: 18px; font-weight: bold; background-color: #757575; } 
.evCon4 .content.new li p { font-weight: bold; } 
.evCon4 .content.new li p+img { margin: 16px auto; } 
.evCon4 .content.new li a { width: 200px; font-size: 16px; } 
.evCon4 .content.new li a.custom { width: 250px; } 
.evCon4 .lecture { padding-bottom: 0 !important; } 
.evCon4 .pocket_pop { position: relative; top: auto; } 


/* evCon5 */
.evCon5 { padding: 150px 0 80px; overflow: inherit !important; } 
.evCon5 .con5_content { margin: 60px 0 80px; display: flex; justify-content: space-between; } 
.evCon5 .con5_content.new { justify-content: center; gap: 80px; } 
.evCon5 .con5_content li { font-size: 16px; color: #5a5a5a; font-weight: 200; line-height: 1.2; background: #ebebec; border-radius: 100px; width: 280px; position: relative; padding: 40px 0 17px; } 
.evCon5 .con5_content li::before { content:''; background: url('https://image.megagong.net/m/2023/0817_kor/con5_ico.png') no-repeat; width: 18px; height: 18px; position: absolute; top: 15px; left: 50%; transform: translate(-50%, 0); } 
.evCon5 .con5_content li::after { content:''; background: url('https://image.megagong.net/m/2023/0817_kor/con5_ico2.png') no-repeat; width: 16px; height: 16px; position: absolute; top: 50%; transform: translate(0, -50%); right: -17%; } 
.evCon5 .con5_content li:last-child::after { display:none; } 
.evCon5 .con5_content li strong { display: block; font-size: 20px; color: #39c0cc; font-weight: 900; } 
.evCon5 .tab_base { display: flex; } 
.evCon5 .tab_base li { width: 33.3333%; border: 1px solid #d0d0d0; border-right: 0; } 
.evCon5 .tab_base.col2 li{width:50%;}
.evCon5 .tab_base li:last-of-type { border-right: 1px solid #d0d0d0; } 
.evCon5 .tab_base li.on { border-right-color: #39c0cc; } 
.evCon5 .tab_base li a { display: block; font-size: 20px; color: #d0d0d0; font-weight: 200; padding: 16px 0; } 
.evCon5 .tab_base li.on a { background: #39c0cc; color: #fff; font-weight: 900; } 
.lecture { padding-bottom: 0 !important; } 
.lecList { background: #fff; } 
.vodchr_banner { margin-bottom: 0; } 
.lectlist .lect_item:last-child { border-bottom: 1px solid #ccc; } 
.pocket_pop { z-index: 4; } 


/* evCon6 */
.evCon6 { background: #38c0cc; padding: 150px 0; } 
.evCon6.new { background: #64d5ae; } 
.evCon6 .con_tit i { position: absolute; right: 0; top: 60px; } 
.evCon6 .con_txt { font-weight: 200; color: #121212; margin: 30px 0 60px; } 
.evCon6 .con_txt strong { color: #fff; } 
.evCon6 .con_wrap { position: relative; z-index: 1; text-align: left; padding: 55px 0 83px; } 
.evCon6.new .con_wrap { padding: 55px 0 55px; } 
.evCon6 .con_wrap::before { content:''; background: #63d3dd; height: 100%; width: 1000%; position: absolute; top: 0; left: -500%; z-index: -1; } 
.evCon6.new .con_wrap::before { display: none; } 
.evCon6 .con_wrap .schedule { margin-left: 20px; } 
.evCon6 .con_wrap .schedule dl { margin: 0 0 25px; font-size: 20px; } 
.evCon6 .con_wrap .schedule dl:last-child { margin: 0 0; } 
.evCon6 .con_wrap .schedule dl dt { display: inline-block; vertical-align: top; border-radius: 100px; background: #239ca7; color: #fff; width: 160px; text-align: center; padding: 6px 0; margin-right: 15px; } 
.evCon6.new .con_wrap .schedule dl dt { background-color: #28936e; } 
.evCon6 .con_wrap .schedule dl dd { display: inline-block; vertical-align: middle; color: #121212; font-weight: 200; line-height: 1.3; } 
.evCon6.new .con_wrap .schedule dl dd { margin-top: 7px; } 
.evCon6.new .con_wrap .schedule dl:nth-of-type(3) dd { margin-top: 0; } 
.evCon6 .con_wrap .gift { position: absolute; right: -60px; top: -20px; } 
.evCon6 .btn_wrap { margin: 50px 0 55px; } 
.evCon6.new .btn_wrap { margin: 50px 0 144px; } 
.evCon6 .btn_wrap a { display: inline-block; width: 400px; } 
.evCon6 .btn_wrap a:first-child { margin-right: 38px; } 
.evCon6 .btn_wrap a span { display: block; font-size: 24px; color: #49abb4; background: #121212; border-radius: 100px; font-weight: 700; padding: 23.2px 0; } 
.evCon6 .btn_wrap a span.complete { color: #137079; background: #239ca7; } 
.evCon6.new .btn_wrap a span { color: #64d5ae; } 
.evCon6.new .btn_wrap a:last-of-type span { color: #fff; } 
.evCon6 .btn_wrap a span i { display: inline-block; margin-left: 8px; position: relative; top: -3px; } 
.evCon6 .cautn { text-align: left; } 
.evCon6 .cautn dt { font-size: 16px; font-weight: bold; margin: 0 0 16px; } 
.evCon6 .cautn dd { font-size: 14px; font-weight: 200; } 
.evCon6.new .cautn dd:nth-of-type(1) { margin-bottom: 18px; font-weight: bold; } 
.evCon6.new .cautn dd:nth-of-type(7) { margin-top: 18px; } 
.evCon6.new .cautn dd a { color: #ff0000; font-weight: bold; } 

.evCon2 .con2_content li span{display:block;}
.evCon2 .con2_content li a.btn{background-color: #39c0cc;display:block;padding:15px 10px;margin:30px 3% 0;border-radius:15px;}
.evCon2 .con2_content li a.btn span{font-size:18px;font-weight:bold;color:#fff;}
.evCon2 .con2_content li a.btn span.arrow{display:flex;align-items:center;justify-content: center;gap:0 6px;}
.evCon2 .con2_content li a.btn span em{font-style:normal;}
.evCon2 .con2_content li a.btn span em, .evCon2 .con2_content li a.btn span i{display:inline-block;}
.evCon2 .con2_content li a.btn span i{position:relative;top:-1px;}

.evCon7{background-color: #fbbdc9;padding:150px 0;}
.evCon7 .con_tit em{font-style:normal;}
.evCon7 .con_tit .evt_label{display:inline-block;}
.evCon7 .con_tit .evt_title, .evCon7 .con_tit .evt_text{display:block;}
.evCon7 .con_tit .evt_title{font-size:48px;margin-top:30px;line-height:1.2;}
.evCon7 .con_tit .evt_title em{font-weight:900;}
.evCon7 .con_tit .evt_text{font-size:26px;margin-top:30px;}
.evCon7 .con_tit .evt_text em{color:#fff;font-weight:700;}
.evCon7 .con_tit .evt_end{position:absolute;right:14px;top:0;}
.evCon7 .con_box{margin-top:80px;}
.evCon7 .evt_gift_box{background-color:#fccad4;padding:30px 30px 30px 0;position: relative;display:flex;justify-content:space-between;align-items: center;}
.evCon7 .evt_gift_box::before, .evCon7 .evt_gift_box::after{content:'';display:block;width:1000px;height:100%;position: absolute;top:0;background-color:#fccad4;}
.evCon7 .evt_gift_box::before{left:-1000px;}
.evCon7 .evt_gift_box::after{right:-1000px;}
.evCon7 .evt_gift_box .gift_info{text-align:left;}
.evCon7 .evt_gift_box .gift_info li{color:#000;display:flex;align-items:center;gap:0 10px;margin-top:20px;}
.evCon7 .evt_gift_box .gift_info li:first-child{margin-top:0;}
.evCon7 .evt_gift_box .gift_info li .label{font-size:20px;padding:6px 20px;border-radius:20px;background-color: #000;color:#fff;flex-shrink:0;}
.evCon7 .evt_gift_box .gift_info li .con{font-size:21px;font-weight:700;}
.evCon7 .evt_gift_box .gift_info li .tiny{font-size:16px;}
.evCon7 .evt_gift_box .gift_pic{position: relative;}
.evCon7 .evt_gift_box .gift_pic .badge{position:absolute;right:-30px;top:0;display:flex;width:95px;height:95px;justify-content:center;align-items:center;font-size:18px;color:#ffffff;background-color:rgba(0, 0, 0, 0.8);border-radius:50%;flex-direction: column;}
.evCon7 .evt_gift_box .gift_pic .badge strong{font-size:20px;font-weight:bold;display:block;}
.evCon7 .evt_comment_wrap{position: relative;margin-top:80px;}
.evCon7 .evt_comment_wrap .evt_tec_list{display:flex;justify-content:space-between;margin-bottom:60px;gap:0 20px;}
.evCon7 .evt_comment_wrap .evtBoard_common{background-color: #fccdd6;}
.evCon7 .evt_comment_wrap .evtBoard_common .board_notice li{color:#000;}
.warningList li ul li a.tp2{color:#09aebd;}

@media screen and (max-width: 1200px){
    .eventWrap .inner { width: 96%; } 
    .con_tit { width: 100%; margin-left: 0; } 
    .con_txt { font-size: 2.5vw; } 
    .sub_tit { font-size: 2.5vw; } 
    
    .evCon1 { padding: 4% 0 7%; background-size: cover; } 

    .evCon2 { padding: 13% 0; } 
    .evCon2 .con_txt { margin: 3% 0 6%; } 
    .evCon2 .con2_content { margin: 3% 0 0; width: 100%; justify-content: space-between; } 
    .evCon2 .con2_content li { position: static; } 
    .evCon2 .con2_content li:nth-child(1) { margin: 0 0; } 
    .evCon2 .con2_content li:nth-child(2) { transform: translate(0, 0); }
    .evCon2 .tiny_noti { font-size: 12px; } 
    .evCon2 .con2_content + .tiny_noti { margin-right: 0; } 
    .evCon2 .con_txt2 { font-size: 3vw; margin: 7% 0 4.5%; } 
    .evCon2 .graph_wrap { margin: 3% auto 2%; width: 950px; } 
    .evCon2 .graph_wrap .txt { right: -2%; top: -17%; width: 23%; } 
    .evCon2 .graph_wrap.on .kor_line { left: 1.8%; bottom: 21%; } 
    .evCon2 .graph_wrap .kor_line span { width: 950px; } 

    .evCon3 { padding: 13% 0 11%; } 
    .evCon3 .step { margin: 3% auto 2%; } 
    .evCon3 .con3_roll { margin: 0 0; display: block; padding: 0 15%; } 
    .evCon3 .con3_roll .item img { margin: 0 auto; } 
    .evCon3 .con3_roll .slick-dots li { width: 13px; height: 13px; border-radius: 100%; background: #fff; display: inline-block; margin-right: 7px; } 
    .evCon3 .con3_roll .slick-dots li.slick-active { background: #39c0cc; } 
    .evCon3 .con3_roll .slick-dots li button { font-size: 0; } 
    .evCon3 .con3_roll .slick-dots li:last-child { margin: 0 0; } 
    .evCon3 .con_txt { margin: 3% 0 6%; } 
    .evCon3 .step li { font-size: 17px; } 
    .evCon3 .con3_new_swiper { margin: 0 auto; } 
    .evCon3 .con3_new_swiper .swiper-wrapper { gap: 0; } 
    .evCon3 .panel_base .swiper-slide i { width: 65px; height: 65px; font-size: 16px; } 
    .evCon4 { padding: 12% 0; } 
    .evCon4 .con_txt { margin: 2.5% 0 6%; } 
    .evCon4 .slick-dots li button > span { font-size: 12px; } 
    .evCon4 .dflex { margin-bottom: 8% } 
    .evCon4 .dflex .con_right { width: 65%; } 
    .evCon4 .dflex .con_right .txt p { font-size: 24px; top: 50%; transform: translate(0, -44%); padding-bottom: 15%; } 
    .evCon4 .dflex .con_right .txt p::before { width: 10%; } 
    .evCon4 .dflex .con_right .txt p span { font-size: 16px; } 
    .evCon4 .dflex .con_left { width: 35%; } 
    .evCon4 .dflex .con_left a { min-width: 190px; } 
    .evCon4 .content li { width: 31%; font-size: 17px; } 
    .evCon4 .content li .essential { width: 65px; height: 65px; line-height: 65px; right: -19px; top: -30px; } 

    .evCon5 { padding: 13% 0 7%; } 
    .evCon5 .con5_content { margin: 5% 0 7%; } 
    .evCon5 .con5_content li { width: 28%; font-size: 15px; } 
    .evCon5 .con5_content li strong { font-size: 18px; } 
    .evCon5 .tab_base{display: flex;flex-direction: row;flex-wrap: wrap;}
    .evCon5 .tab_base li{width: 50%;}
    .evCon5 .tab_base.thd_long li:nth-child(2){
    border-right: 1px solid #d0d0d0;
} 
    .evCon5 .tab_base.thd_long li:nth-child(3){width: 100%;} 
    .evCon5 .tab_base li a { font-size: 18px; } 
    

    .evCon6 { padding: 13% 0; } 
    .evCon6 .con_txt { margin: 2.5% 0 5%; } 
    .evCon6 .con_wrap { text-align: center; padding: 20px 0 40px; } 
    .evCon6 .con_wrap .schedule { margin: 30px auto 0; display: inline-block; text-align: left; } 
    .evCon6 .con_wrap .gift { position: static; text-align: center; padding: 0 10%; } 
    .evCon6 .con_wrap .schedule dl { font-size: 18px; } 
    .evCon6 .btn_wrap { margin: 5% 0; } 
    .evCon6 .btn_wrap a { width: 48%; } 
    .evCon6 .btn_wrap a:first-child { margin-right: 3%; } 
    .evCon6 .btn_wrap a span { font-size: 20px; } 
    .evCon6 .cautn dt { font-size: 13px; margin: 0 0 10px; } 
    .evCon6 .cautn dd { font-size: 12px; } 

    .evCon7{padding:13% 0;}
    .evCon7 .con_tit .evt_label{width:21%;}
    .evCon7 .con_tit .evt_title{font-size:clamp(18px, 6vmin, 48px);margin-top:3%;}
    .evCon7 .con_tit .evt_text{font-size:clamp(14px, 4vmin, 26px);margin-top:3%;}
    .evCon7 .con_box{margin-top:7%;}
    .evCon7 .evt_gift_box .gift_info li .label{font-size:clamp(12px, 2.5vmin, 20px);}
    .evCon7 .evt_gift_box .gift_info li .con{font-size:clamp(13px, 2.7vmin, 21px);}
    .evCon7 .evt_gift_box .gift_info li .tiny{font-size:clamp(11px, 2vmin, 16px);}
    .evCon7 .evt_gift_box .gift_pic .badge{width:80px;height:80px;font-size:16px;right:0;}
    .evCon7 .evt_gift_box .gift_pic .badge strong{font-size:18px;}
    .evCon7 .evt_comment_wrap{margin-top:7%;}
    .evCon7 .evt_comment_wrap .evt_tec_list{margin-bottom:5%;}
}

@media screen and (max-width: 992px){
    .evCon2 .graph_wrap { width: 730px; } 
    .evCon2 .graph_wrap .kor_line span { width: 730px; } 

    .evCon3 .con3_new_swiper { position: relative; width: 60%; margin: 0 auto; overflow: hidden; } 
    .evCon3 .con3_new_swiper .swiper-wrapper { flex-direction: initial; align-items: flex-start; justify-content: initial; gap: 0; } 
    .evCon3 .con3_new_swiper .swiper-wrapper .swiper-slide { display: block; flex: 0 0 auto; /* width: initial; */}
    .evCon3 .swiper-pagination { display: block; bottom: -5vw; } 
    .evCon3 .panel_base .swiper-slide i { right: 5vw; } 
    .evCon5 .con5_content.new { gap: 53px; } 
    .evCon6.new .con_wrap { padding: 20px 0 40px; } 
    .evCon6.new .btn_wrap { margin: 2% 0 5% 0; } 
}

@media screen and (max-width: 768px){
    .evCon2 .con2_content { flex-wrap: wrap; justify-content: center; } 
    .evCon2 .con2_content li { width: 50%; } 
    .evCon2 .graph_wrap { width: 550px; } 
    .evCon2 .graph_wrap .kor_line span { width: 550px; } 
    
    .evCon3 .step li { font-size: 15px; } 
    .evCon3 .con3_new_swiper { width: 80%; } 
    .evCon3 .panel_base .swiper-slide i { right: 0; } 
    .evCon3 .con3_new_btn { width: 50%; margin: 0 auto; } 
    .evCon4 .mo_v { display: block; } 
    .evCon4 .tea_slider { padding-top: 16%; } 
    .evCon4 .slick-dots li button { font-size: 18px; } 
    .evCon4 .slick-dots li button > span { display: none; } 
    .evCon4 .dflex { display: block; position: relative; } 
    .evCon4 .dflex .con_right { width: 100%; padding: 36% 0 0; } 
    .evCon4 .dflex .con_right h5 { margin: 7% 0 18vw; } 
    .evCon4 .dflex .con_right h5 b { display: block; } 
    .evCon4 .dflex .con_right h5:before { height: 90%; } 
    .evCon4 .dflex .con_left { width: 35%; position: absolute; left: 50%; top: -3%; transform: translate(-50%, 0); } 
    .evCon4 .dflex .con_left a { /* min-width: 190px; *//* left: -190%; *//* transform: inherit; */bottom: 15%; } 
    .evCon4 .dflex .con_left a.white_c { text-shadow: 1px 0px 5px #fff; } 
    .evCon4 .dflex .con_left a.white_c:hover,.evCon4 .dflex .con_left a.white_c b,.evCon4 .dflex .con_left span { color: #000 !important; } 
    .evCon4 .dflex .con_left a.white_c b:before { background: #000; } 
    .evCon4 .content { display:block; margin: 3% 0 0; } 
    .evCon4 .content li { width: 70%; margin: 0 auto 10px; font-size: 13px; padding: 20px 0; border-radius: 15px; } 
    .evCon4 .content li .essential { right: 0; top: 0; border-radius: 0 15px; width: 55px; height: 27px; line-height: 27px; } 
    .evCon4 .content li a { margin: 7px auto 0; padding: 6px 0; } 
    .evCon4 .content.new li { padding: 0 0 20px 0; } 
    .evCon4 .content.new li h6 { height: 50px; line-height: 50px; margin-bottom: 20px; font-size: 16px; } 
    .evCon4 .content.new li p+img { width: 12px; height: 12px; margin: 10px auto; } 
    .evCon5 .con5_content { display: block; } 
    .evCon5 .con5_content li { width: 70%; margin: 0 auto 20px; border-radius: 15px; font-size: 14px; padding: 30px 0 10px; } 
    .evCon5 .con5_content li::before { width: 13px; background-size: contain; top: 10px; } 
    .evCon5 .con5_content li::after { width: 13px; background-size: contain; right: auto; left: 50%; transform: translate(-50%, 0); top: auto; bottom: -20px; } 
    .evCon5 .con5_content li:last-child { margin-bottom: 0; } 
    .evCon5 .con5_content li strong { font-size: 16px; } 
    .evCon5 .tab_base li a { font-size: 16px; padding: 10px 0; } 

    .evCon6 .con_wrap .schedule dl { font-size: 16px; } 
    .evCon6 .btn_wrap a span { font-size: 17px; } 
    .evCon6.new .cautn dd:nth-of-type(1) { margin-bottom: 12px; } 
    .evCon6.new .cautn dd:nth-of-type(7) { margin-top: 12px; } 

    .evCon7 .evt_gift_box{padding:20px;display:block;}
    .evCon7 .evt_gift_box .gift_info li{margin-top:10px;}
    .evCon7 .evt_gift_box .gift_pic{display:inline-block;margin-top:20px;width:50%;}
    .evCon7 .evt_comment_wrap .evt_tec_list{gap:0 10px;}
}

@media screen and (max-width: 576px){
    .con_txt { font-size: 13px; } 
    .sub_tit { font-size: 13px; } 

    .evCon2 .graph_wrap { width: 470px; } 
    .evCon2 .graph_wrap .kor_line span { width: 470px; } 

    .evCon3 .step { margin: 11% auto 2%; } 
    .evCon3 .step li { height: 40px; font-size: 13px; } 
    .evCon3 .con3_new_swiper { width: 90%; } 
    .evCon3 .panel_base .swiper-slide i { width: 55px; height: 55px; font-size: 12px; } 
    .evCon4 .mo_n { display: none !important; } 
    .evCon4 .slick-dots li button { font-size: 15px; border-top-left-radius:5px; border-top-right-radius:5px } 
    .evCon4 .dflex .con_right h5:before { width: 3px; } 
    .evCon4 .dflex .con_right h5 { font-size: 18px; padding-left: 15px; } 
    .evCon4 .dflex .con_left a { font-size: 13px; min-width: 150px; } 
    .evCon4 .dflex .con_left span { padding-right: 20px; } 
    .evCon4 .dflex .con_left span::before { max-width: 14%; } 
    .evCon4 .dflex .con_right .txt p { padding-bottom: 18%; } 
    .evCon4 .content.new li h6 { height: 40px; line-height: 40px; font-size: 14px; } 
    .evCon4 .content.new li a { width: 90%; font-size: 13px; } 
    .evCon4 .content.new li a.custom { width: 95%; } 
    .evCon5 .con5_content li { font-size: 13px; } 
    .evCon5 .con5_content li strong { font-size: 13px; } 
    .evCon5 .tab_base li a { font-size: 13px; } 

    .evCon6 .con_wrap .schedule dl { font-size: 13px; } 
    .evCon6 .con_wrap .schedule dl dt { width: 80px; padding: 3px 0; margin-right: 5px; } 
    .evCon6.new .con_wrap .schedule dl dd { margin-top: 3px; } 
    .evCon6.new .con_wrap { padding: 20px 0 20px; } 
    .evCon6 .con_wrap .gift { padding: 0 0; } 
    .evCon6.new .btn_wrap { margin: 2% 0 10% 0; } 
    .evCon6 .btn_wrap a span { font-size: 13px; padding: 15px 0; } 
    .evCon6 .btn_wrap a span i { top: -2px; } 

    /* .evCon7 .con_tit .evt_title{font-size:clamp(18px, 4vmin, 48px);}
    .evCon7 .con_tit .evt_text{font-size:clamp(14px, 2vmin, 26px);} */
    .evCon7 .evt_comment_wrap .evt_tec_list{flex-wrap:wrap;justify-content:center;}
    .evCon7 .evt_comment_wrap .evt_tec_list li{width:calc(33.333% - 7px);}
}

@media screen and (max-width: 480px){
    .evCon2 .con_txt2 { font-size: 14px; } 
    .evCon2 .graph_wrap { width: 345px; } 
    .evCon2 .graph_wrap .kor_line span { width: 345px; } 
    
    .evCon4 .dflex .con_right .txt p { font-size: 20px; } 
    .evCon4 .dflex .con_right .txt p span { font-size: 13px; } 
    .evCon4 .slick-dots li button { padding: 10px 0; } 
}