@charset "utf-8";
    /*
        author : jooyeon Jin, publisher

        info: 
            max-width:1920px;
            inner-width:1460px;

            responsible: 1460px/1280px
        
        ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        changes
        - 20191127 : initially created
    */
.result_area .result_area_notice .result_area_total a{color:#ff0066;text-decoration:underline;}

.event_list{width:100%; text-align:center;}
.event_list >ul::after{content:"";display: block;clear: both;}
.event_list >ul{padding:14px;overflow:auto; margin:0 -24px 0 -10px;}
.event_list >ul >li{width:290px; float: left;margin:5px;padding-bottom:36px;position: relative; text-align:left;}
.event_list >ul >li a{display:block;}
.event_list >ul >li a .txt{margin-top:15px;text-align:left}
.event_list >ul >li a .txt strong{}
.event_list >ul >li a .txt >span{font-size:14px;}
.event_list >ul >li .list_img{width:290px; height:223px; overflow:hidden}
.event_list >ul >li:hover .list_img{box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.3);margin-top:-10px;}
.event_list >ul >li:hover a .txt{margin-top:25px;}
.event_list .list_img{width:294px; height:223px; background:#f4f4f4 url('../../images/vod-bg.png') no-repeat center; overflow:hidden;}
.event_list .list_img img{width:100%; height:auto;}
.event_list .list_title{display:flex; flex-direction:row; align-items:center;}
.event_list .list_title .icon_new{margin-left:8px;}
.event_list .list_title_txt{display:inline-block; max-width:calc(100% - 30px); text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-weight:700;font-size:20px;letter-spacing:-1px; font-weight:600;}
.closed{display:block;position: absolute;top:0;left:0;}

@media screen and (max-width: 1500px){
    .event_list >ul >li:nth-child(4n){margin-right:10px;}
    .event_list >ul >li:nth-child(3n){margin-right:0;}

}