@charset "euc-kr";


/* main */
.main{
    background-image: url('https://img.megagong.net/m/2023/0322_megapassnurse/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main h3{
    position: relative;
    margin: 0 -100px;
}
.main h3 a{
    position: absolute;
    left: 81px;
    bottom: 13%;
}


/* °øÅë¿ä¼Ò */
.evSection .con_tit{
    line-height: 1.2;
    margin-bottom: 75px;
    font-size: 50px;
    font-weight: 900;
}


/* evCon1 */
.evCon1{
    padding: 150px 0 160px 0;
    background-color: #ecf9f3;
}
.evCon1 .con_tit{
    color: #111111;
}
.evCon1 .con_tit span{
    color: #2ec469;
}
.evCon1 .con_box .subheader { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 10px; } 
.evCon1 .con_box .subheader .line { flex: 1; height: 1px; background-color: #111111; } 
.evCon1 .con_box .subheader .center { height: 50px; line-height: 48px; padding: 0 34px; color: #fff; font-size: 22px; font-weight: bold; background-color: #111111; border-radius: 40px; }
.evCon1 .con_box .contents{
    position: relative;
    margin: 0 -100px;
}
.evCon1 .con_box .contents .point{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}
.evCon1 .con_box .contents .point.on{
    opacity: 1;
}


/* evCon2 */
.evCon2{
    background-color: #eeeeee;
}
.evCon2 .con_box{
    margin: 0 -275px;
}


/* evCon3 */
.evCon3{
    padding: 155px 0 145px 0;
    background-color: #fff;
}
.evCon3 .con_tit{
    color: #111111;
}
.evCon3 .con_tit span{
    color: #2ec469;
}
.evCon3 .con_box > div{
    margin: 0 -135px;
}
.evCon3 .con_box > p{
    margin-top: 60px;
    color: #111111;
    font-size: 35px;
    font-weight: bold;
}
.evCon3 .con_box > p span{
    color: #1b9776;
}


/* evCon4 */
.evCon4{
    padding: 150px 0 150px 0;
    background-color: #1c4956;
}
.evCon4 .con_tit{
    color: #fff;
}
.evCon4 .con_tit span{
    color: #30ff81;
}
.evCon4 .con_box .contents.for_pc{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.evCon4 .con_box .contents.for_mo{
    display: none;
}
.evCon4 .con_box > p{
    margin-top: 70px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.evCon4 .con_box > p span{
    color: #30ff81;
}


/* evCon5 */
.evCon5{
    padding: 150px 0 155px 0;
    background-color: #ecf9f3;
}
.evCon5 .con_tit{
    color: #111111;
}
.evCon5 .con_tit span{
    color: #2ec469;
}
.evCon5 .con_box .eventVideo.with_shadow {
    margin-bottom: 80px;
}
.evCon5 .con_box .subheader { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 40px; } 
.evCon5 .con_box .subheader .line { flex: 1; height: 1px; background-color: #111111; } 
.evCon5 .con_box .subheader .center { height: 50px; line-height: 48px; padding: 0 34px; color: #fff; font-size: 22px; font-weight: bold; background-color: #111111; border-radius: 40px; }
.evCon5 .con_box .box_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.evCon5 .con_box .box_wrapper .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 185px;
    margin-right: 21px;
    background-color: #fff;
    border: 1px solid #111111;
}
.evCon5 .con_box .box_wrapper .box:last-of-type{
    margin-right: 0;
}
.evCon5 .con_box .box_wrapper .box .box_title{
    margin: 13px 0;
    color: #111111;
    font-size: 20px;
    font-weight: 900;
}
.evCon5 .con_box .box_wrapper .box p{
    color: #111111;
    font-size: 17px;
}


/* evCon6 */
.evCon6{
    padding: 155px 0 50px 0;
    background-color: #fff;
}
.evCon6 .con_tit{
    color: #111111;
}
.evCon6 .con_tit:nth-of-type(2){
    margin-bottom: 40px;
}
.evCon6 .con_tit span{
    color: #6b6bd4;
}
.evCon6 .con_box .box_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 160px;
}
.evCon6 .con_box .box_wrapper .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 222px;
    margin-right: 21px;
    background-color: #fff;
    border: 1px solid #111111;
}
.evCon6 .con_box .box_wrapper .box:last-of-type{
    margin-right: 0;
}
.evCon6 .con_box .box_wrapper .box p{
    margin-top: 18px;
    color: #111111;
    font-size: 17px;
}
.evCon6 .con_box .box_wrapper .box p span{
    color: #6b6bd4;
}
.evCon6 .con_box .link_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.evCon6 .con_box .link_wrapper .link{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 262px;
    background-color: #fff;
    border: 1px solid #111111;
}
.evCon6 .con_box .link_wrapper .link:first-of-type{
    margin-right: 20px;
}
.evCon6 .con_box .link_wrapper .link::before{
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('https://img.megagong.net/m/2023/0322_megapassnurse/con6_link_deco.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.evCon6 .con_box .link_wrapper .link p{
    margin: 15px 0 20px 0;
    color: #111111;
    font-size: 22px;
}
.evCon6 .con_box .link_wrapper .link a{
    width: 122px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: #111111;
    border-radius: 30px;
}


/* evCon7 */
.evCon7{
    background-image: url('https://img.megagong.net/m/2023/0322_megapassnurse/con7_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* event */
.event{
    padding: 160px 0 160px 0;
    background-color: #82dc45;
}
.event .inner{
    position: relative;
}
.event .inner .fin{
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
}
.event .con_tit{
    margin-bottom: 45px;
    color: #111111;
}
.event .con_tit span{
    display: inline-block;
    margin-top: 20px;
    line-height: 1.4;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.event .con_box .info_and_gift{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.event .con_box .info_and_gift .container_info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 50px;
    color: #111111;
    background-color: transparent;
    border-radius: 0;
}
.event .con_box .info_and_gift .container_info .info{
    margin-right: 0;
    margin-bottom: 20px;
}
.event .con_box .info_and_gift .container_info .info:last-of-type{
    margin-bottom: 0;
}
.container_info .info .info_title::before {
    left: -10px;
    width: 2px;
    height: 19px;
    background-color: #111111;
    border-radius: 0;
}
.container_info .info .info_title::after{
    display: none;
}
.container_info .info .noti{
    color: #111111;
}
.container_info .info .info_desc{
    font-weight: bold;
}
.event .con_box .subheader { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 40px; } 
.event .con_box .subheader .line { flex: 1; height: 1px; background-color: #111111; } 
.event .con_box .subheader .center { height: 50px; line-height: 48px; padding: 0 100px; color: #fff; font-size: 22px; font-weight: bold; background-color: #111111; border-radius: 40px; }
.event .con_box .step_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.event .con_box .step_wrapper .step_arrow{
    margin: 0 -20px;
    z-index: 1;
}
.eventBoard .shareList ul li dl.sns dt { background-color: #4183ff; } 
.eventBoard .shareList ul li dl.naver dt { background-color: #41e16e; } 
.eventBoard .shareList ul li dl.daum dt { background-color: #ff8745; } 
.eventBoard .shareList ul li dl.etc dt { background-color: #a9a9a9; } 
.eventBoard .shareList ul li dl.sns dd,
.eventBoard .shareList ul li dl.naver dd,
.eventBoard .shareList ul li dl.daum dd,
.eventBoard .shareList ul li dl.etc dd { border: 1px solid #3a3a3a; color: #3a3a3a; } 
.event .con_box .btn_wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 40px 0 80px 0;
}
.event .con_box .btn_wrapper a:first-of-type{
    margin-right: 40px;
}
.evtBoard_common{
    background-color: #ececec;
}
.eventBoard .evtBoard_common .info_wrap .tip_list{
    color: #777777;
}
.eventBoard .evtBoard_common .info_wrap.with_tip button{
    margin-right: 14px;
    color: #2091ff;
    font-size: 16px;
    font-family: 'NotoSans KR';
    text-decoration: underline;
    text-underline-offset: 6px;
}


/* evWarning */
.eventWrap .evWarning{
    padding: 65px 0;
    background-color: #f8f8f8;
}
.evWarning .w_tit{
    font-weight: bold;
}
.evWarning .f_dash:nth-of-type(1){
    margin-bottom: 30px;
}
.evWarning .tp1{
    color: #0f48bc;
    font-weight: bold;
}


/* ÆË¾÷ */
.black_bg{background-color:#000;opacity:0.8;position:fixed;left:0;top:0;width:100%;height:100%;text-indent:-9999em;z-index:92}
.dim_popup button{position:absolute;right: 15px;top: 15px;background: none;}
.clickPop{width: 470px;background: #fff;padding: 30px 0 35px;position: fixed;left:50%;top: 50% !important;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 99;}

/* µî·ÏÇÑ url ÆË¾÷ */
.dim_popup.sns .tit{text-align:center;margin: 20px 0;padding: 0 15px;font-size: 30px;font-weight: bold;}
.dim_popup.sns table{font-size: 14px;}
.dim_popup.sns table tr th, .dim_popup.sns table tr td{padding: 8px 5px;border: 1px solid #ddd;word-break: break-all;text-align: center;}
.dim_popup.sns table tr th{border-color:#fff;background:#eaeaea}
.dim_popup.sns table tr td.con{text-align:left}
.dim_popup.sns .btnConfirm{text-align:center;margin: 40px 0 0 0;}
.dim_popup.sns .btnClose{position:absolute;right: 10px;top: 10px;background: url(https://img.megagong.net/m/common/pop_close2.png) no-repeat center center;font-size: 0;width: 26px;height: 26px;}


@media screen and (max-width: 1200px){
    .main h3 {
        margin: 0 auto;
    }
    .main h3 a {
        left: 58px;
    }
    .evSection .con_tit{
        font-size: 45px;
    }
    .evCon1 .con_box .contents{
        margin: 0 auto;
    }
    .evCon1 .con_box .contents .point.on{
        left: 0;
        transform: initial;
    }
    .evCon3 .con_box > div{
        margin: 0 auto;
    }
    .evCon4 .con_box .contents.for_pc{
        display: none;
    }
    .evCon4 .con_box .contents.for_mo{
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .evCon4 .con_box .contents.for_mo .slick-dots { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-top: 15px; } 
    .evCon4 .con_box .contents.for_mo .slick-dots li { margin: 0 10px; width: 12px; height: 12px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.5) } 
    .evCon4 .con_box .contents.for_mo .slick-dots li.slick-active { background-color: #000; } 
    .evCon4 .con_box .contents.for_mo .slick-dots li button { color: transparent; font-size: 0px; } 
    .event .inner .fin {
        right: 0;
        width: 25vw;
    }
}


@media screen and (max-width: 992px){
    .clickPop{padding: 15px 0 20px;}
    .dim_popup.sns .tit{font-size:22px}
    .dim_popup.sns table{font-size:12px}

    .evSection .con_tit {
        font-size: 35px;
    }

    .evCon1,
    .evCon3,
    .evCon4,
    .evCon5,
    .evCon6,
    .event{
        padding: 10vw 0;
    }

    .evCon2 .con_box {
        margin: 0 -17vw;
    }
    .evCon3 .con_box > p,
    .evCon4 .con_box > p{
        font-size: 25px;
    }

    .evCon5 .con_box .box_wrapper,
    .evCon6 .con_box .box_wrapper{
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 7vw;
    }
    .evCon5 .con_box .box_wrapper .box,
    .evCon6 .con_box .box_wrapper .box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .evCon5 .con_box .box_wrapper .box:last-of-type,
    .evCon6 .con_box .box_wrapper .box:last-of-type{
        margin-bottom: 0;
    }
    .event .con_tit span{
        font-size: 20px;
    }
    .event .con_box .info_and_gift{
        flex-direction: column-reverse;
    }
    .event .con_box .info_and_gift .container_info{
        margin-top: 30px;
        padding: 0;
    }
    .event .con_box .step_wrapper{
        flex-direction: column;
    }
    .event .con_box .step_wrapper .step_arrow{
        margin: -20px 0;
        transform: rotate(90deg);
    }
    .event .con_box .btn_wrapper{
        margin: 3vw 0 7vw 0;
    }
    .event .con_box .btn_wrapper a:first-of-type {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px){
    .evSection .con_tit {
        font-size: 26px;
    }
    .evSection .con_tit > img{
        width: 50%;
    }
    .evCon3 .con_box > p, .evCon4 .con_box > p {
        font-size: 20px;
    }
    .event .con_tit > img {
        width: 30%;
    }
}

@media screen and (max-width: 576px){
    .dim_popup.sns{width:90%}

    .evSection .con_tit {
        margin-bottom: 5vw;
        font-size: 16px;
    }
    .evCon1 .con_box .subheader .center,
    .evCon5 .con_box .subheader .center,
    .event .con_box .subheader .center{
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }
    .evCon3 .con_box > p, .evCon4 .con_box > p {
        font-size: 12px;
    }
    .evCon4 .con_box > p{
        margin-top: 5vw;
    }
    .evCon5 .con_box .eventVideo.with_shadow {
        margin-bottom: 5vw;
    }
    .evCon5 .con_box .subheader,
    .event .con_box .subheader{
        margin-bottom: 3vw;
    }
    .evCon5 .con_box .box_wrapper, .evCon6 .con_box .box_wrapper{
        width: 100%;
    }
    .evCon5 .con_box .box_wrapper .box .box_title {
        font-size: 16px;
    }
    .evCon6 .con_box .box_wrapper .box p,
    .evCon5 .con_box .box_wrapper .box p {
        font-size: 12px;
    }
    .evCon6 .con_box .link_wrapper{
        flex-direction: column;
    }
    .evCon6 .con_box .link_wrapper .link{
        width: 100%;
        padding: 20px 0;
    }
    .evCon6 .con_box .link_wrapper .link:first-of-type {
        margin-right: 0;
        margin-bottom: 20px
    }
    .evCon6 .con_box .link_wrapper .link p {
        margin: 15px 0 20px 0;
        font-size: 16px;
    }
    .event .con_tit span {
        font-size: 12px;
    }
    .event .con_box .info_and_gift {
        margin-bottom: 5vw;
    }
    .eventBoard .evtBoard_common .info_wrap .tip_list{
        font-size: 12px;
    }
}