/* BASIC css start */
body #header .menuArea{display:none}

/* Å¸ÀÌÆ² */
.event_page h3{
    display: none;
}
.event_info_img img{
    width: 100%;
}
.event_notice{
    background: #eee;
    color: #000;
    padding: 45px 16px;
}
.event_notice_tit{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}
.event_notice_list li{
    margin: 7px 0;
    font-size: 13px;
    word-break: keep-all;
    display: flex;
}
.event_notice_list li span{
    font-size: 10px;
}
.event_notice_list li:before{
    content: '\002D';
    margin-right: 3px;
}
/* BASIC css end */

