@charset "euc-kr";


/* main */
.main { min-height: 1490px; overflow: visible !important; background-image: url('https://img.megagong.net/m/2022/0920_shin242/main_bg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; } 
.main .inner { position: relative; } 
.main_text_left { position: absolute; top: 180px; left: -100px; color: #333333; text-align: left; } 
.main_text_left .bold { margin-bottom: 20px; font-size: 30px; font-weight: bold; } 
.main_text_left .bold span { font-style: italic; font-weight: 900; } 
.main_text_left .light { margin-bottom: 22px; font-size: 23px; font-weight: 300; } 
.main_text_right { position: absolute; bottom: -247px; right: -88px; color: #333333; text-align: left; } 
.main_text_right .bold { margin-bottom: 10px; font-size: 33px; font-weight: bold; } 
.main_text_right .bold span { font-style: italic; font-weight: 900; } 
.main_text_right .light { position: relative; margin-bottom: 19px; padding: 0 5px; font-size: 26px; font-weight: 400; z-index: 1; box-shadow: inset 0 -15px #c5c3c3; } 
.main_text_right a { margin-left: 4px; font-size: 16px; font-weight: 400; text-decoration: underline #969595; text-underline-offset : 5px; } 
.main_text_right .tiny_noti { margin-top: 40px; font-family: 'NotoSans KR'; font-size: 13px; font-weight: 300; opacity: 0.5; } 
.main .main_teacher { position: absolute; top: 66px; left: -100px; } 
.main_title { display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-end; padding-top: 184px; } 
.main_title .title1 { position: relative; margin-right: 43px; } 
.main_teacher_home { position: absolute; left: 0; bottom: -155px; width: 100%; padding: 15px 0 27px 0; color: #333333; font-size: 18px; font-weight: 400; border-top: 4px solid #f55c4a; border-bottom: 4px solid #f55c4a; } 
.main_teacher_home span { font-weight: 900; } 
.main_teacher_home::before { position: absolute; left: 50%; bottom: -17.5px; transform: translate(-50%, 0); content: ''; width: 35px; height: 35px; background-image: url('https://img.megagong.net/m/2022/0920_shin242/main_teacher_home.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 


/* con1 */
.evCon1 { position: relative; padding: 148px 0 160px 0; } 
.evCon1::before { position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); } 
.evCon1 .con_tit { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 80px; color: #fff; font-size: 55px; font-weight: 900; } 
.evCon1 .con_tit img { margin-bottom: 33px; } 
.evCon1 .con_tit > div { display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.evCon1 .con_tit > div > div { position: relative; margin-bottom: 35px; } 
.evCon1 .con_tit .notice { position: absolute; top: 10px; right: -10px; font-size: 20px; } 
.evCon1 .con_tit .point_orange { margin-bottom: 10px; color: #d33739; font-size: 28px; font-weight: 400; } 
.evCon1 .con_tit .tiny_noti { color: #777777; font-size: 13px; font-weight: 300; } 
.evCon1 .con_box .box_wrapper { display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 75px; } 
.evCon1 .con_box .box_wrapper .box{
    width: 50%;
    height: 100%;
}
.evCon1 .con_box .box_wrapper .con1_img {
    display: inline-block;
    margin-bottom: 25px;
    width: 510px;
    height: 498px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.evCon1 .con_box .box_wrapper .con1_img1 {
    background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img1_off.png');
    animation: stamp1 1.5s linear infinite;
}
@keyframes stamp1 { 
    25% { background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img1.png'); }
    75% {background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img1_off.png'); } 
}
.evCon1 .con_box .box_wrapper .con1_img2 {
    background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img2_off.png');
    animation: stamp2 1.5s linear infinite;
}
@keyframes stamp2 { 
    25% { background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img2.png'); }
    75% {background-image: url('https://img.megagong.net/m/2022/0920_shin242/con1_img2_off.png'); } 
}
.evCon1 .con_box .box_wrapper .desc { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 300; } 
.evCon1 .con_box .box_wrapper .desc span { font-size: 19px; font-weight: bold; } 
.evCon1 .con_box .banner { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; height: 150px; background-color: #000; } 
.evCon1 .con_box .banner::before { position: absolute; top: 50%; left: -100vw; transform: translate(0,-50%); content: ''; width: 100vw; height: 100%; background-color: #000; } 
.evCon1 .con_box .banner::after { position: absolute; top: 50%; right: -100vw; transform: translate(0,-50%); content: ''; width: 100vw; height: 100%; background-color: #000; } 
.evCon1 .con_box .banner .text { position: relative; color: #fff; font-size: 32px; font-weight: bold; } 
.evCon1 .con_box .banner .text span { position: absolute; font-size: 18px; top: 0; } 
.evCon1 .con_box .banner a { width: 285px; height: 75px; line-height: 75px; margin-left: 30px; color: #fff; font-size: 26px; font-weight: bold; background-color: #d33739; border-radius: 10px; } 


/* con2 */
.evCon2 { padding: 150px 0 150px 0; overflow: visible !important; background-color: #fff; } 
.evCon2 .con_tit { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 90px; line-height: 1.2; color: #333333; font-size: 53px; font-weight: 900; } 
.evCon2 .con_tit .orange_small { margin-bottom: 40px; color: #d33739; font-size: 28px; font-weight: 400; } 
.evCon2 .con_tit .orange_large { color: #d33739; } 
.evCon2 .inner .eventVideo { background: #000; margin: 0 40px; } 
.evCon2 .inner .con_box { position: relative; } 
.evCon2 .inner .con_box::before { position: absolute; top: -110px; right: -58px; content: ''; width: 514px; height: 588px; background-image: url('https://img.megagong.net/m/2022/0920_shin242/con2_teacher.png'); background-repeat: no-repeat; background-position: center; background-size: contain; } 
.evCon2 .inner .eventVideo .video_box { position: relative; top: unset; left: unset; padding-bottom: 56.2%; } 
.evCon2 .inner .eventVideo .video_box .play_area > img { top: 0; width: 1000px; } 
.evCon2 .inner .video_shadow { float: left; width: 670px; margin-left: 40px;} 
.evCon2 .inner .lecture { margin-top: 50px; background-color: #fff; padding-bottom: 0!important; } 


/* con3 */
.evCon3 { padding: 0 0 140px 0; background-color: #d33739; } 
.evCon3 .deco { margin-bottom: 70px; } 
.evCon3 .con_tit { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; color: #fff; font-size: 58px; font-weight: 900; text-align: left; } 
.evCon3 .con_tit span:first-of-type { color: #000; font-size: 27px; font-weight: bold; } 
.evCon3 .con_tit span:nth-of-type(2) { margin-bottom: 30px; color: #000; font-size: 23px; font-weight: bold; } 
.evCon3 .inner .slider-nav { display: flex; flex-direction: row; align-items: flex-end; justify-content: flex-end; margin-top: -140px; } 
.evCon3 .inner .slider-nav .slick-list { display: flex; flex-direction: row; align-items: flex-end; justify-content: flex-end; width: 615px; padding: 0!important; } 
.evCon3 .inner .slider-nav .slick-track { width: 615px!important; } 
.evCon3 .inner .slider-nav .slick-slide { width: 115px !important; margin-right: 10px; } 
.evCon3 .inner .slider-nav .slick-slide:last-of-type { margin-right: 0; } 
.evCon3 .inner .slider-nav .nav_box { position: relative; display: flex !important; flex-direction: row; align-items: flex-end; justify-content: center; width: 115px !important; height: 140px; cursor: pointer; } 
.evCon3 .inner .slider-nav .nav_box::before { position: absolute; top: 10px; left: 0; content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } 
.evCon3 .inner .slider-nav .slick-current .nav_box::before { display: none; } 
.evCon3 .inner .slider-nav .nav_box .deco { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); } 
.evCon3 .inner .slider-for { margin-top: 50px; } 
.evCon3 .inner .slider-for .slide-for_page { padding-bottom: 90px; background-color: #fff; } 
.evCon3 .inner .slider-for .slide-for_page .for_point_link { position: relative; } 
.evCon3 .inner .slider-for .slide-for_page .for_point_link .point_link { position: absolute; top: 360px; right: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 305px; height: 133px; background-color: #d13739; border-radius: 15px; color: #fff; font-size: 16px; font-weight: bold; } 
.evCon3 .inner .slider-for .slide-for_page .for_point_link .point_link > div { animation: blinker 1s linear infinite; } 
@keyframes blinker { 50% { opacity: 0; } }
.evCon3 .inner .slider-for .slide-for_page .for_point_link .point_link a { margin-top: 10px; width: 255px; height: 50px; line-height: 50px; font-size: 18px; font-weight: bold; border-radius: 15px; background-color: #010101; } 
.evCon3 .inner .slider-for .slide-for_page .title { margin: 0 40px; padding: 50px 0 20px 0; color: #000; font-size: 35px; font-weight: 300; text-align: left; border-bottom: 1px solid #cccccc; } 
.evCon3 .inner .slider-for .slide-for_page .title .red { color: #d33739; font-size: 35px; font-weight: 900; } 
.evCon3 .inner .slider-for .slide-for_page .title .bold { color: #000; font-size: 35px; font-weight: 900; } 
.evCon3 .inner .slider-for .slide-for_page .title.last { border-bottom: 0; } 
.evCon3 .inner .slider-for .slide-for_page .additional { position: absolute; top: 25px; right: 0; } 
.evCon3 .inner .slider-for .slide-for_page .link_wrapper a { display: inline-block; width: 280px; height: 60px; line-height: 60px; color: #fff; font-size: 20px; font-weight: bold; text-align: center; border-radius: 10px; } 
.evCon3 .inner .slider-for .slide-for_page .link_wrapper a:first-of-type { margin-right: 20px; color: #ffb563; background-color: #010101; } 
.evCon3 .inner .slider-for .slide-for_page .link_wrapper a:last-of-type { background-color: #333333; } 
.evCon3 .inner .tiny_noti { margin-top: 5px; color: #ff9192; font-size: 13px; font-weight: 300; text-align: right; } 


/* con4 */
.evCon4 { padding: 120px 0 89px 0; background-color: #2c2b2b; } 
.evCon4 .con_box { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; } 
.evCon4 .con_box .text { z-index: 1; } 
.evCon4 .con_box .bg { position: absolute; top: 50%; left: -267px; transform: translate(0, -50%); z-index: 0; } 


/* event */
.event { padding: 160px 0 0 0; background-color: #440b9a; } 
.event .con_tit { margin-bottom: 160px; line-height: 1.2; color: #fff; font-size: 85px; } 
.event .con_tit img { margin-bottom: 60px; } 
.event .con_tit .point { display: flex; flex-direction: row; align-items: center; justify-content: center; color: #f55c4a; font-size: 100px; } 
.event .con_tit .point span { margin: 0 10px; font-size: 50px; } 
.event .con_tit .sub { margin-bottom: 40px; color: #fff; font-size: 30px; font-weight: 300; } 
.event .con_tit .sub span { font-weight: bold; } 
.event .con_box { position: relative; padding-top: 185px; padding-bottom: 160px; background-color: #36097b; } 
.event .con_box::before { position: absolute; top: 50%; left: -100vw; transform: translate(0,-50%); content: ''; width: 100vw; height: 100%; background-color: #36097b; } 
.event .con_box::after { position: absolute; top: 50%; right: -100vw; transform: translate(0,-50%); content: ''; width: 100vw; height: 100%; background-color: #36097b; } 
.event .con_box .point_image { position: absolute; top: -100px; left: 50%; transform: translate(-50%, 0); } 
.event .con_box p { margin-bottom: 50px; color: #f55c4a; font-size: 31px; font-weight: 300; } 
.event .con_box div { margin-bottom: 65px; color: #fff; font-size: 45px; font-weight: 900; } 


@media screen and (max-width: 1400px) {
    /* °øÅë¿ä¼Ò */
    .evSection .inner img { width:100% } 


    /* main */
    .main { min-height: 1060px; } 
    .main .main_teacher { left: initial; } 
    .main_title .title1 { margin-right: -45px; } 
    .main_title .title1 img,.main_title .title2 img { width: 60%; } 
    .main_teacher_home { left: 50%; transform: translate(-50%, 0); bottom: -130px; width: 65%; font-size: 16px; } 
    .main_text_left { left: 30px; } 
    .main_text_right { right: 0; } 
    .main_text_left .bold,.main_text_right .bold { font-size: 28px; } 
    .main_text_left .light,.main_text_right .light { font-size: 18px; } 
    .main_text_right a { font-size: 14px; } 
    .main_text_right .tiny_noti { font-size: 11px; } 


    /* con1 */
    .evCon1 .con_tit { font-size: 46px; } 
    .evCon1 .con_tit img { width: 15%; margin-bottom: 20px; } 
    .evCon1 .con_tit > div > div { margin-bottom: 20px; } 
    .evCon1 .con_tit div > img { width: 10%; } 
    .evCon1 .con_tit .point_orange { font-size: 24px; } 
    .evCon1 .con_tit .tiny_noti { font-size: 11px; } 
    .evCon1 .con_box .box_wrapper img { width: calc(100% - 15px); } 
    .evCon1 .con_box .box_wrapper .desc { font-size: 14px; } 
    .evCon1 .con_box .box_wrapper .desc span { font-size: 16px; } 
    .evCon1 .con_box .banner .text { font-size: 28px; } 
    .evCon1 .con_box .banner a { font-size: 20px; } 


    /* con2 */
    .evCon2 .con_tit { font-size: 46px; } 
    .evCon2 .con_tit .orange_small { font-size: 24px; } 
    .evCon2 .inner .con_box::before { top: -380px; left: 50%; right: initial; transform: translate(-50%, 0); width: 410px; height: 468px; } 
    .evCon2 .inner .eventVideo { margin: 0 auto; margin-top: 400px; width: 570px; height: 325px; } 
    .evCon2 .inner .eventVideo .video_box .play_area > img { width: 100%; } 
    .evCon2 .inner .video_shadow { float: initial; margin: 0 auto; margin-top: -5px; width: 570px; } 



    /* con3 */
    .evCon3 .con_tit { font-size: 46px; } 
    .evCon3 .con_tit span:first-of-type { font-size: 24px; } 
    .evCon3 .con_tit span:nth-of-type(2) { font-size: 20px; } 
    .evCon3 .inner .slider-nav .slick-track { width: 660px!important; } 
    .evCon3 .inner .slider-nav .nav_box .deco { width: 10vw; } 
    .evCon3 .inner .slider-for .slide-for_page .title,
    .evCon3 .inner .slider-for .slide-for_page .title .red,
    .evCon3 .inner .slider-for .slide-for_page .title .bold{ font-size: 30px; } 
    .evCon3 .inner .slider-for .slide-for_page .link_wrapper a { font-size: 18px; } 
    .evCon3 .inner .tiny_noti { font-size: 11px; } 


    /* con4 */
    .evCon4 { position: relative; } 
    .evCon4 .inner { position: initial !important; } 
    .evCon4 .con_box { position: initial !important; } 
    .evCon4 .con_box .text { width: 60%; } 
    .evCon4 .con_box .bg { top: initial; transform: initial; left: 0; bottom: 0; width: 80%; } 


    /* event */
    .event .con_tit img { width: 20%; } 
    .event .con_tit { font-size: 65px; } 
    .event .con_tit .sub { font-size: 24px; } 
    .event .con_tit .point { font-size: 80px; } 
    .event .con_tit .point span { font-size: 30px; } 
    .event .con_box .point_image { width: 40%; } 
    .event .con_box p { font-size: 24px; } 
    .event .con_box div { font-size: 34px; } 
    .event .con_box a img { width: 50%; } 
}
@media screen and (max-width: 1200px){
    /* main */
    .main .main_teacher img { width: 70vw; } 

    .evCon1 .con_box .box_wrapper .con1_img {
        width: calc(50vw - 8%);
        height: 49vw;
    }
}
@media (max-width: 992px) {
    /* main */
    .main { min-height: 893px; } 
    .main .main_teacher { left: calc(50% - 13vw); transform: translate(-50%, 0); } 
    .main .main_teacher img { width: 47vw; } 
    .main_title .title1 { margin-right: -80px; } 
    .main_title .title1 img,.main_title .title2 img { width: 50%; } 
    .main_teacher_home { bottom: -114px; width: 55%; font-size: 14px; } 
    .main_text_left { top: 35px; left: 30px; } 
    .main_text_right { right: 4vw; width: 265px; } 
    .main_text_right .light { display: inline; } 
    .main_text_right .tiny_noti { font-size: 9px; } 

    /* con1 */
    .evCon1 { padding: 10% 0; } 
    .evCon1 .con_tit { font-size: 34px; } 
    .evCon1 .con_tit .point_orange { font-size: 18px; } 
    .evCon1 .con_box .box_wrapper { align-items: flex-start; } 
    .evCon1 .con_box .box_wrapper .desc { font-size: 14px; } 
    .evCon1 .con_box .box_wrapper .desc span { font-size: 14px; letter-spacing: -1.5px; } 
    .evCon1 .con_box .banner { height: 130px; } 
    .evCon1 .con_box .banner .text { font-size: 18px; } 
    .evCon1 .con_box .banner .text span { font-size: 11px; } 
    .evCon1 .con_box .banner a { width: 200px; height: 60px; line-height: 60px; font-size: 18px; } 
    

    /* con2 */
    .evCon2 { padding: 10% 0; } 
    .evCon2 .con_tit { font-size: 34px; } 
    .evCon2 .con_tit .orange_small { margin-bottom: 20px; font-size: 18px; } 
    .evCon2 .con_tit .orange_large { letter-spacing: -2.5px; } 
    .evCon2 .inner .eventVideo { margin: 0 auto; margin-top: 400px; width: 500px; height: 285px; }
    .evCon2 .inner .video_shadow { width: 500px; }
    .evCon2 .inner .lecture { margin-top: 20px; }

    
    /* con3 */
    .evCon3 { padding: 0 0 10% 0; } 
    .evCon3 .con_tit { align-items: center; font-size: 34px; }
    .evCon3 .con_tit br { display: none; text-align: center;}
    .evCon3 .deco { width: 10%; margin-bottom: 7%; } 
    .evCon3 .inner .slider-nav { margin-top: 44px; } 
    .evCon3 .inner .slider-nav .slick-slide { width: 17vw !important; } 
    .evCon3 .inner .slider-nav .slick-list { align-items: center; justify-content: center; width: 100vw !important; overflow: visible !important; } 
    .evCon3 .inner .slider-nav .slick-track { width: auto !important; } 
    .evCon3 .inner .slider-nav .nav_box { width: 100% !important; height: 100%; } 
    .evCon3 .inner .slider-nav .nav_box::before { top: 0; } 
    .evCon3 .inner .slider-nav .nav_box .deco { top: -7px; width: 12vw; margin-bottom: 0; } 
    .evCon3 .inner .slider-for .slide-for_page { padding-bottom: 45px; } 
    .evCon3 .inner .slider-for .slide-for_page .for_point_link .point_link { top: 50%; } 
    .evCon3 .inner .slider-for .slide-for_page .link_wrapper a { width: 220px; } 
    .evCon3 .inner .slider-for .slide-for_page .title,
    .evCon3 .inner .slider-for .slide-for_page .title .red,
    .evCon3 .inner .slider-for .slide-for_page .title .bold { font-size: 22px; } 
    .evCon3 .inner .slider-for .slide-for_page .additional { position: initial; } 
    .evCon3 .inner .slider-for .slide-for_page .additional img { width: calc(100% - 80px); margin: 0 auto; } 


    /* con4 */
    .evCon4 { padding: 10% 0 10% 0; } 
    .evCon4 .con_box .text { width: 80%; } 


    /* event */
    .event { padding: 10% 0 0 0; } 
    .event .con_tit img { width: 40%; } 
    .event .con_tit { margin-bottom: 20%; font-size: 45px; } 
    .event .con_tit .sub { font-size: 22px; } 
    .event .con_tit .point { font-size: 60px; } 
    .event .con_tit .point span { font-size: 24px; } 
    .event .con_box .point_image { width: 40%; } 
    .event .con_box { padding-top: 20%; padding-bottom: 10%; } 
    .event .con_box .point_image { top: -79px; } 
    .event .con_box p { font-size: 18px; } 
    .event .con_box div { margin-bottom: 47px; font-size: 24px; } 
    .event .con_box a img { width: 50%; } 
}

@media (max-width: 576px){
    /* °øÅë¿ä¼Ò */
    .eventWrap { overflow: hidden; } 

    /* main */
    .main { min-height: 788px; } 
    .main_text_left .bold, .main_text_right .bold { font-size: 22px; } 
    .main_text_left .light, .main_text_right .light { font-size: 14px; } 
    .main_text_right { bottom: -330px; width: 163px; } 
    .main_text_right .bold { font-size: 20px; letter-spacing: -2px; } 
    .main_text_right .light { box-shadow: inset 0 -10px #c5c3c3; } 
    .main_text_right a { display: inline-block; margin-top: 20px; } 
    .main_title .title1 img, .main_title .title2 img { width: 30%; } 
    .main_title { margin-right: -8vw; } 
    .main_title .title1 { margin-right: -125px; } 
    .main .main_teacher { top: 130px; } 
    .main_teacher_home { left: 65%; bottom: -178px; width: 70%; font-size: 13px; } 
    .main_text_right .tiny_noti { text-align: center; width: 100vw; margin-left: -53vw; } 


    /* con1 */
    .evCon1 .con_tit { margin-bottom: 40px; font-size: 24px; letter-spacing: -1px; } 
    .evCon1 .con_tit .notice { top: 0; right: -10px; font-size: 9px; } 
    .evCon1 .con_tit .point_orange { margin-bottom: 0; } 
    .evCon1 .con_box .box_wrapper { flex-direction: column; margin-bottom: 30px; } 
    .evCon1 .con_box .box_wrapper .box{
        width: 100%;
        height: 100%;
    }
    .evCon1 .con_box .box_wrapper .con1_img {
        width: calc(70vw - 8%);
        height: 69vw;
    }
    /* .evCon1 .con_box .box_wrapper img { margin-bottom: 10px; }  */
    .evCon1 .con_box .box_wrapper .box:first-of-type { margin-bottom: 30px; } 
    .evCon1 .con_box .banner { flex-direction: column; } 
    .evCon1 .con_box .banner a { margin-top: 10px; margin-left: 0; margin-bottom: 10px; height: 40px; line-height: 40px; } 


    /* con2 */
    .evCon2 .con_tit { font-size: 24px; } 
    .evCon2 .con_tit .orange_large { letter-spacing: initial; } 
    .evCon2 .inner .con_box::before { top: -60vw; width: 60vw; height: 60vw; } 
    .evCon2 .inner .eventVideo { margin-top: 60vw; width: 96vw; height: 54.8vw; } 
    .evCon2 .inner .video_shadow { width: 96vw; margin-top: -6px; } 

    
    /* con3 */
    .evCon3 .con_tit { font-size: 24px; } 
    .evCon3 .con_tit span:first-of-type,
    .evCon3 .con_tit span:nth-of-type(2) { font-size: 18px; } 
    .evCon3 .con_tit span:nth-of-type(2) { letter-spacing: -1px; } 
    .evCon3 .inner .slider-for .slide-for_page .title, .evCon3 .inner .slider-for .slide-for_page .title .red, .evCon3 .inner .slider-for .slide-for_page .title .bold { font-size: 16px; letter-spacing: -1.5px; } 
    .evCon3 .inner .slider-for .slide-for_page .for_point_link .point_link { left: 50%; right: initial; transform: translate(-50%, -50%); } 
    .evCon3 .inner .slider-for .slide-for_page .title.last { letter-spacing: -2.7px; } 
    .evCon3 .inner .slider-for .slide-for_page .link_wrapper a { width: 160px; height: 40px; line-height: 40px; font-size: 16px; } 
    .evCon3 .inner .slider-for .slide-for_page .link_wrapper a:first-of-type { margin-right: 10px; } 


    /* event */
    .event .con_tit { margin-bottom: 20%; font-size: 24px; } 
    .event .con_tit img { margin-bottom: 30px; } 
    .event .con_tit .sub { margin-bottom: 15px; font-size: 18px; } 
    .event .con_tit .sub span { letter-spacing: -1px; } 
    .event .con_tit .point { font-size: 40px; } 
    .event .con_box .point_image { top: -47px; } 
    .event .con_box p { font-size: 16px; } 
    .event .con_box div { font-size: 20px; } 
    .event .con_box a img { width: 70%; } 
}

@media (max-width: 370px){
    .evCon1 .con_tit{
        letter-spacing: -2px;
    }
    .evCon3 .con_tit span:nth-of-type(2) {
        letter-spacing: -1.5px;
    }
    .evCon3 .inner .slider-nav .slick-slide {
        width: 16vw !important;
    }
    .event .con_tit .sub span {
        letter-spacing: -1.5px;
    }
}
@media (max-width: 350px){
    .evCon3 .con_tit span:first-of-type, .evCon3 .con_tit span:nth-of-type(2) {
        font-size: 16px;
    }
}