@charset "euc-kr";


/* Äü¸Þ´º */
.flt_inner.renewal li,
.flt_inner.renewal li.top{
    margin-top: 0;
}


/* main */
.main{
	background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main h3{
    position: relative;
    margin: 0 auto;
}
.main h3 > div{
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.main h3 > div > img:not(.base){
    position: absolute;
    top: 0;
    left: 0;
}
.main h3 > div a{
    position: absolute;
    top: 34.6%;
    right: -36px;
}
.main h3 .tiny_noti{
    position: absolute;
    left: 0;
    bottom: 130px;
    color: #444444;
    font-size: 12px;
    text-align: left;
}


/* evSection */
.evSection .con_tit{
    margin-bottom: 50px;
    color: #111;
    font-size: 47px;
    font-weight: 900;
}

.evSection .con_tit i{
    display: inline-block;
    margin-bottom: 20px;
    color: #ff7b00;
    font-size: 22px;
    font-style: normal;
}


/* evCon1 */
.evCon1{
    margin-top: -100px;
    padding: 230px 0 90px 0;
    background-color: #ffffff;
}
.evCon1 .con1_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    margin-bottom: 30px;
}
.evCon1 .con1_top > div{
    margin-right: 10px;
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, #ff00b6, #ff7b00);
    border-radius: 40px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.evCon1 .con1_top > div:last-of-type{
    margin-right: 0;
}
.evCon1 .con1_slide{
    position: relative;
    margin: 0 30px;
}
.evCon1 .con1_slide .slick-slide{
    margin: 10px;
}
.evCon1 .con1_slide .slick-arrow { position: absolute; top: 50%; transform: translate(0, -50%); width: 20px; height: 40px; font-size: 0; background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 1; } 
.evCon1 .con1_slide .slick-prev { left: -30px; background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/icon_arrow_left.png'); } 
.evCon1 .con1_slide .slick-next { right: -30px; background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/icon_arrow_right.png'); } 
.evCon1 .con1_slide .item{
    position: relative;
    box-shadow: 5px 5px 5px #e3e3e3;
}
.evCon1 .con1_slide .item::before{
    position: absolute;
    right: -17px;
    bottom: -16px;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/con1_item_deco.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.evCon1 .con1_slide .item .text{
    padding: 26px 0 40px 0;
}
.evCon1 .con1_slide .item .text p{
    min-height: 90px;
    color: #111111;
    font-size: 16px;
}
.evCon1 .con1_slide .item .text span{
    display: inline-block;
    margin-top: 15px;
    padding: 6px 23px;
    color: #111111;
    font-size: 14px;
    background-color: #eeeeee;
    border-radius: 40px;
}
.evCon1 .tiny_noti{
    display: block;
    margin-top: 10px;
    margin-right: 38px;
    line-height: 1.6;
    color: #999999;
    font-size: 13px;
    text-align: right;
}


/* evCon2 */
.evCon2{
    padding: 130px 0 140px 0;
    background-color: #f5f5f5;
}
.evCon2 .con2_top{
    position: relative;
}
.evCon2 .con2_top .bg{
    position: absolute;
    top: -218px;
    left: -230px;
    z-index: 0;
}
.evCon2 .con2_top .content{
    position: relative;
    z-index: 1;
}
.evCon2 .btn_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 30px 0 25px 0;
}
.evCon2 .btn_wrapper a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #111111;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.evCon2 .tiny_noti{
    display: block;
    margin-bottom: 130px;
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
}
.evCon2 .btn_wrapper a:first-of-type{
    margin-right: 40px;
}
.evCon2 .tab_base{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.evCon2 .tab_base li{
    flex: 1;
    height: 125px;
    color: #c5c5c5;
    font-size: 22px;
    font-weight: bold;
    background-color: #eeeeee;
    border-bottom: 3px solid #111111;
}
.evCon2 .tab_base li.on{
    color: #111111;
    background-color: transparent;
    border: 3px solid #111111;
    border-bottom: 3px solid transparent;
}
.evCon2 .tab_base li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.evCon2 .tab_base li a span{
    display: inline-block;
    width: 49px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    background-color: #c5c5c5;
    border-radius: 20px;
}
.evCon2 .tab_base li.on a span{
    background-color: #ff00b6;
}
.evCon2 .panel_base li .mo{
    display: none;
}
.evCon2 .panel_base li > p{
    margin: 55px 0 35px 0;
    line-height: 1.5;
    color: #111111;
    font-size: 20px;
    font-weight: 400;
}


/* evCon3 */
.evCon3{
    overflow: initial !important;
    padding: 150px 0 160px 0;
    background-color: #ffffff;
}
.evCon3 .con3_slide{
    margin: 0 40px 40px;
    padding: 12px 20px;
    background: linear-gradient(to right, #ff00b6, #ff7b00);
    border-radius: 40px;
}
.evCon3 .con3_slide .item{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.evCon3 .con3_slide .item p{
    color: #fff;
    font-size: 18px;
}
.evCon3 .con3_slide .item span{
    margin-left: 50px;
    padding: 4px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
}
.evCon3 .eventVideo.video_renewal.with_shadow{
    margin: 0 40px 60px;
}
.evCon3 .lecture{
    padding-bottom: 0 !important;
}


/* evCon4 */
.evCon4{
    padding: 150px 0 170px 0;
    background-color: #fff6ed;
}
.evCon4 .con_tit i span{
    text-decoration: underline;
    text-underline-offset: 3px;
}
.evCon4 .con4_top{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 40px 0 100px;
}
.evCon4 .con4_top .point{
    position: absolute;
    top: -54px;
    left: -35px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.evCon4 .con4_top .con4_slide{
    width: 426px;
}
.evCon4 .con4_top .con4_slide .slick-dots { position: absolute; left: 50%; bottom: -20px; transform: translate(-50%, 0); display: flex; flex-direction: row; align-items: center; justify-content: center; } 
.evCon4 .con4_top .con4_slide .slick-dots li { width: 12px; height: 12px; margin: 0 5px; background-color: #dddddd; border-radius: 50%; cursor: pointer; } 
.evCon4 .con4_top .con4_slide .slick-dots li button { font-size: 0; } 
.evCon4 .con4_top .con4_slide .slick-dots li.slick-active { background-color: #111111; } 
.evCon4 .con4_top .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin-left: 20px;
}
.evCon4 .con4_top .text p{
    width: 100%;
    margin-bottom: 16px;
    padding: 25px 0;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background-color: #ff7b00;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.evCon4 .con4_top .text p:last-of-type{
    margin-bottom: 0;
}
.evCon4 .con_box > a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 80px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #111111;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


/* event */
.event{
    padding: 160px 0 100px 0;
    background-color: #151515;
}
.event .inner{
    position: relative;
}
.event .inner .fin{
    position: absolute;
    top: 21px;
    right: 48px;
    z-index: 1;
}
.event .con_tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.event .con_tit{
    color: #ff7b00;
    font-size: 42px;
    font-weight: 400;
}
.event .con_tit > img{
    margin-bottom: 35px;
}
.event .con_tit > span{
    display: inline-block;
    font-size: 68px;
    font-weight: 900;
    background: linear-gradient(to right, #ff00b6, #ff7b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.event .con_box > p{
    margin-bottom: 120px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.event .book{
    position: relative;
    margin-bottom: 110px;
}
.event .book::before{
    position: absolute;
    top: 194px;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 1432px;
    height: 238px;
    background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/event_book_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    z-index: 0;
}
.event .book > img{
    position: relative;
    z-index: 1;
}
.event .info_and_gift{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.event .info_and_gift::before{
    position: absolute;
    top: 0;
    left: -100vw;
    content: '';
    width: 200vw;
    height: 100%;
    background-color: #252525;
    z-index: 0;
}
.event .info_and_gift .container_info{
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 70px 0;
    background-color: transparent;
    border-radius: 0;
    z-index: 1;
}
.event .info_and_gift .container_info .info{
    margin-right: 0;
    margin-bottom: 15px;
}
.event .info_and_gift .container_info .info:nth-of-type(2),.event .info_and_gift .container_info .info:nth-of-type(4){
    align-items: flex-start;
}
.event .info_and_gift .container_info .info:last-of-type{
    margin-bottom: 0;
}
.event .info_and_gift .container_info .info .info_date{
    text-align: left;
}
.event .info_and_gift .container_info .info .noti{
    color: #ffc187;
}
.event .info_and_gift > img{
    position: relative;
    z-index: 1;
}
.event .event_subtitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.event .event_subtitle .line{
    flex: 1;
    height: 1px;
}
.event .event_subtitle .line:first-of-type{
    background: linear-gradient(to right, #ff00b6, #ff2b76);
}
.event .event_subtitle .line:last-of-type{
    background: linear-gradient(to right, #ff5040, #ff7b00);
}
.event .event_subtitle .text{
    padding: 10px 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    background: linear-gradient(to right, #ff00b6, #ff7b00);
    border-radius: 40px;
}
.event .event_link{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0 10px 0;
}
.event .event_link li{
    flex: 1;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #444444;
    border-right: 1px solid #151515;
}
.event .event_link li:last-of-type{
    border-right: 0;
}
.event .event_link li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.event .step_wrpper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 25px 0;
    background-color: #fff;
}
.event .step_wrpper .step{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 153px;
    padding-top: 20px;
    border-right: 1px solid #dddddd;
}
.event .step_wrpper .step:last-of-type{
    border-right: 0;
}
.event .step_wrpper .step:last-of-type::before{
    display: none;
}
.event .step_wrpper .step p{
    margin-top: 16px;
    margin-bottom: 15px;
    color: #111111;
    font-size: 20px;
    font-weight: 400;
}
.event .step_wrpper .step span{
    color: #ff00b6;
    font-size: 13px;
    font-weight: bold;
}
.event .step_wrpper .step::before{
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -50%);
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('https://image.megagong.net/m/2023/0901_jeonhangil/event_icon_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    z-index: 1;
}
.event .event_review_btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 120px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background-color: #444444;
}
.type_lst{
    margin-top: 14px;
}
.type_lst ul{
    padding-bottom: 30px;
}
.type_lst ul li{
    border-right: 1px solid #fff;
}
.type_lst ul li a,.type_lst ul li.on a{
    color: #fff;
}
.paging.gall strong,
.paging.gall a{
    color: #fff;
}


.mg_popup_wrap .mg_filebox .filename { width: calc(100% - 120px); } 
#popupCetify .filebox .filename { padding: 4px 10px; } 
#popupCetify .filebox .filename .delbtn { right: -10px; left: inherit; width: 21px; } 
.mg_popup_wrap .mg_filebox .filebtn { width: 120px; } 
.mg_popup_wrap .mg_filebox .filebtn label { background: #777777; } 
.mg_popup_wrap .mg_textarea { overflow-y: auto; } 
.mg_popup_wrap .txt { margin: 15px 0 35px; } 
.mg_popup_wrap .txt li { font-size: 13px; color: #b5b5b6; line-height: 1.4; position: relative; padding-left: 15px; letter-spacing: -0.1em; } 
.mg_popup_wrap .txt li::before { content:'¡Ø'; position: absolute; left: 0; top: 0; } 
.mg_popup_wrap .txt li a { margin-left: 5px; color: #000; font-weight: 700; font-family: "NotoSans KR", sans-serif; } 
.mg_popup_wrap .priv_txt { height: 75px; border: 1px solid #000; text-align:left; overflow-y:scroll; box-sizing:border-box; padding: 18px; color: #333333; line-height: 1.3; } 
.mg_popup_wrap .txt_agree { text-align:left; margin-top: 10px; color:#999; font-size:12px; } 
.mg_popup_wrap .priv_txt .point { font-weight: 700; margin: 0 0 2px; } 
.mg_popup_wrap .priv_txt ol li { margin: 0 0 22px; } 
.mg_popup_wrap .priv_txt ol li:last-child { margin: 0 0; } 
[class*=mg_popup_wrap] select{
    width: 100%;
    padding: 5.5px 9px;
    border: 1px solid #d0d0d0;
    font-size: 13px;
}

/* evWarning */
.eventWrap .evWarning{
    padding: 65px 0;
    color: #222222;
}
.warningList > li.w_tit{
    font-weight: bold;
}
.warningList > li {
    margin-top: 10px;
}
.warningList li ul li a{
    margin-left: 0;
    color: #ff0000;
    text-decoration: underline;
    text-underline-offset: 3px;
}


@media screen and (max-width: 1200px){
    .event .info_and_gift .container_info{
        padding-left: 20px;
    }
}

@media screen and (max-width: 992px){
    .main h3 .tiny_noti{
        width: 22%;
    }
    .evCon1 .con1_slide{
        width: 68%;
        margin: 0 auto;
    }
    .evCon1 .con1_slide .item img{
        margin: 0 auto;
    }
    .evCon2 .panel_base li .pc {
        display: none;
    }
    .evCon2 .panel_base li .mo {
        display: block;
        margin: 0 auto;
    }
    .evCon3 .con3_slide {
        margin: 0 auto 40px;
    }
    .evCon3 .eventVideo.video_renewal.with_shadow {
        margin: 0 auto 60px;
    }
    .evCon4 .con4_top{
        flex-direction: column;
        margin: 0 auto;
    }
    .evCon4 .con4_top .point{
        left: calc(50% - 35vw);
    }
    .evCon4 .con4_top .con4_slide {
        width: 60vw;
    }
    .evCon4 .con4_top .text{
        width: 60vw;
        margin-top: 42px;
        margin-left: 0;
    }
    .event .book {
        margin: 0 50px;
        margin-bottom: 110px;
    }
    .event .info_and_gift{
        flex-direction: column-reverse;
    }
    .event .info_and_gift > img{
        width: 50%;
    }
}

@media screen and (max-width: 768px){
    .main h3 > div{
        margin: 0 5vw;
    }
    .main h3 > div a{
        right: -4vw;
        width: 4vw;
        height: 4vw;
    }
    .main h3 .tiny_noti{
        margin: 0 auto;
    }
    .evSection .con_tit{
        margin-bottom: 5vw;
        font-size: 38px; 
    }
    .evSection .con_tit i{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .evCon1 {
        margin-top: -20vw;
        padding: 20vw 0 10vw 0;
    }
    .evCon1 .con1_top{
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
        margin-bottom: 5vw;
    }
    .evCon1 .con1_top > div{
        margin-right: 0;
        padding: 7px 20px;
        font-size: 14px;
    }
    .evCon1 .con1_slide{
        width: 90%;
    }
    .main h3 .tiny_noti,
    .evCon1 .tiny_noti,
    .evCon2 .tiny_noti{
        font-size: 9px;
    }
    .evCon2{
        padding: 10vw 0;
    }
    .evCon2 .con2_top .bg{
        display: none;
    }
    .evCon2 .btn_wrapper a{
        height: 60px;
        font-size: 18px;
    }
    .evCon2 .btn_wrapper a:first-of-type {
        margin-right: 10px;
    }
    .evCon2 .tiny_noti{
        margin-bottom: 10vw;
    }
    .evCon2 .tab_base li{
        height: 90px;
        font-size: 14px;
    }
    .evCon2 .tab_base li a span{
        margin-bottom: 3px;
        font-size: 12px;
    }
    .evCon2 .panel_base li > p{
        margin: 7vw 0 5vw 0;
        font-size: 16px;
    }
    .evCon3{
        padding: 10vw 0;
    }
    .evCon3 .con3_slide {
        margin: 0 auto 3vw;
    }
    .evCon3 .con3_slide .item p {
        color: #fff;
        font-size: 13px;
    }
    .evCon3 .con3_slide .item span{
        margin-left: 10px;
        padding: 3px 24px;
        font-size: 12px;
    }
    .evCon3 .eventVideo.video_renewal.with_shadow {
        margin: 0 auto 6vw;
    }
    .evCon4{
        padding: 10vw 0;
    }
    .evCon4 .con_tit{
        margin-bottom: 10vw;
    }
    .evCon4 .con4_top .point{
        left: calc(50% - 41vw);
        width: 15vw;
        height: 15vw;
    }
    .evCon4 .con4_top .con4_slide{
        width: 70vw;
    }
    .evCon4 .con4_top .text{
        width: 80%;
    }
    .evCon4 .con4_top .text p{
        padding: 15px 0;
        font-size: 14px;
    }
    .evCon4 .con_box > a{
        width: 80%;
        height: 60px;
        margin-top: 5vw;
        font-size: 18px;
    }
    .event{
        padding: 10vw 0;
    }
    .event .inner .fin {
        top: 0;
        right: 0;
        width: 25vw;
    }
    .event .con_tit > span{
        font-size: 62px;
    }
    .event .con_box > p{
        margin-bottom: 5vw;
        font-size: 18px;
    }
    .event .book{
        margin: 0 5vw;
        margin-bottom: 5vw;
    }
    .event .book::before{
        top: 0;
        width: 130%;
        height: 55vw;
        background-size: contain;
    }
    .event .info_and_gift{
        margin-bottom: 5vw;
    }
    .event .info_and_gift > img{
        margin-top: 30px;
    }
    .event .info_and_gift .container_info{
        padding: 30px 0 30px 0;
    }
    .event .event_subtitle .text{
        padding: 5px 30px;
        font-size: 18px;
    }
    .event .event_link{
        margin: 20px 0 10px 0;
    }
    .event .event_link li{
        height: 45px;
        font-size: 14px;
    }
    .event .step_wrpper .step{
        height: 138px;
    }
    .event .step_wrpper .step p{
        font-size: 14px;
    }
    .event .step_wrpper .step::before{
        right: -15px;
        width: 30px;
        height: 30px;
    }
    .event .step_wrpper .step span{
        font-size: 9px;
    }
    .event .event_review_btn{
        width: 80%;
        height: 60px;
        margin-bottom: 10vw;
        font-size: 18px;
    }
}

@media screen and (max-width: 576px){
    .main h3 .tiny_noti{
        bottom: 22vw;
    }
    .evSection .con_tit{
        font-size: 25px;
    }
    .evSection .con_tit i {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .evCon1 .con1_top > div {
        padding: 4px 15px;
        font-size: 12px;
    }
    .evCon1 .con1_slide .item .text p{
        min-height: 59px;
        font-size: 10px;
    }
    .evCon1 .con1_slide .item .text span {
        margin-top: 5px;
        padding: 3px 15px;
        font-size: 9px;
    }
    .evCon1 .tiny_noti{
        margin-right: 0;
        text-align: center;
    }
    .evCon2 .btn_wrapper{
        margin: 20px 0 5px 0;
    }
    .evCon2 .btn_wrapper a{
        flex: 1;
        height: 50px;
        font-size: 14px;
    }
    .evCon2 .tiny_noti{
        letter-spacing: -1.5px;
        text-align: center;
    }
    .evCon2 .tab_base li{
        height: 70px;
        font-size: 11px;
        border-bottom: 2px solid #111111;
    }
    .evCon2 .tab_base li.on{
        border: 2px solid #111111;
        border-bottom: 2px solid transparent;
    }
    .evCon2 .tab_base li a span {
        width: 40px;
        height: 18px;
        line-height: 18px;
        margin-bottom: 0;
        font-size: 9px;
    }
    .evCon2 .panel_base li > p{
        font-size: 12px;
    }
    .evCon3 .con3_slide{
        padding: 5px 10px;
    }
    .evCon3 .con3_slide .item{

    }
    .evCon3 .con3_slide .item p{
        font-size: 9px;
    }
    .evCon3 .con3_slide .item span {
        margin-left: 3px;
        padding: 2px 10px;
        font-size: 9px;
    }
    .evCon4 .con4_top .point{
        top: -28px;
    }
    .evCon4 .con4_top .con4_slide .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .evCon4 .con4_top .text {
        width: 90%;
    }
    .evCon4 .con_box > a{
        width: 90%;
        height: 50px;
        font-size: 14px;
    }
    .event .con_tit > img{
        width: 35vw;
        margin-bottom: 15px;
    }
    .event .con_tit > span {
        font-size: 37px;
    }
    .event .con_box > p {
        font-size: 13px;
    }
    .event .info_and_gift .container_info {
        padding: 30px 0 30px 20px;
        font-size: 11px;
    }
    .event .event_subtitle .text {
        padding: 4px 25px;
        font-size: 14px;
    }
    .event .step_wrpper{
        flex-direction: column;
        margin-bottom: 5vw;
        padding: 10px 0;
    }
    .event .step_wrpper .step{
        flex: initial;
        width: 100%;
        height: 130px;
        padding-top: 35px;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
    }
    .event .step_wrpper .step:first-of-type{
        height: 130px;
        padding-top: 15px;
    }
    .event .step_wrpper .step:last-of-type{
        border-bottom: 0;
    }
    .event .step_wrpper .step::before{
        top: initial;
        left: 50%;
        right: initial;
        bottom: -15px;
        transform: translate(-50%, 0) rotate(90deg);
    }
    .event .step_wrpper .step p{
        margin-bottom: 6px;
    }
    .event .event_review_btn{
        width: 90%;
        height: 50px;
        font-size: 14px;
    }
    [class*=mg_popup_wrap] .content_area .content_inner{
        padding: 20px 5px;
    }
    .mg_tb_form th, .mg_tb_form td{
        font-size: 12px;
    }
    .mg_tb_form th{
        padding: 5px 0px;
        letter-spacing: -1.5px;
    }
    .mg_popup_wrap .txt li{
        font-size: 9px;
    }
}