/* 폰트 */
@font-face {
    font-family: 'KoddiUDOnGothic-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/KoddiUDOnGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'KoddiUDOnGothic-Regular';
    word-break: keep-all;
}
.youtube_banner {
    position: fixed;
    right: 50px;
    top: 10px;
    width: 120px;
    height: 93px;
    z-index: 100;
}
.facebook_banner {
    position: fixed;
    right: 195px;
    top: 10px;
    width: 120px;
    height: 93px;
    z-index: 100;
}
.sponsor_banner {
    position: fixed;
    right: 5px;
    top: 120px;
    width: 245px;
    height: 420px;
    z-index: 100;
}
.sponsor_banner_close {
    position: fixed;
    right: 252px;
    top: 116px;
    width: 30px;
    height: 30px;
    z-index: 100;
}
.event_banner {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 700px;
    height: 117px;
    z-index: 100;
}
.event_banner_close {
    position: absolute;
    left: 540px;
    top: 116px;
    width: 30px;
    height: 30px;
    z-index: 100;
}
.event_banner_m {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 350px;
    width: 337px;
    z-index: 100;
}
.event_banner_close_m {
    position: absolute;
    left: 5px;
    top: 80px;
    width: 30px;
    height: 30px;
    z-index: 100;
}