.ccEvent-hide{display: none;}
.ccEvent-container{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    /*transition: transform 0.3s ease;*/
    height: 100%;
}
.ccEvent-box{
    width: 100vw;
    position: relative;
    color: #fff;
    z-index: 98;
    background-color : white;
    /*transition:all 300ms ease-out;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ccEvent-box .ccEvent-content, .ccEvent-ccNm, .more-button, .event-list{
    color: #000;
}
.ccEvent-box .ccEvent-ccNm{
    color: #000;
}
.ccEvent-box.evenImg{
    background-image: url("../../img/ccEvent_background3.png");
}
.ccEvent-box.oddImg{
    background-image: url("../../img/ccEvent_background2.png");
}
.ccEvent-box.position-init{
    transition:none;
}
.ccEvent-box.action{
    transition:all 300ms ease-out;
}
.ccEvent-detail{
    width: 100vw;
}
.ccEvent-main-img{
    width: 100vw;
    height: 120px;
    background-size: cover;
}
.main-img .ccEvent-box .more-button{
    position: absolute;
    bottom : 5%;
    right: 45%;
    font-weight: 500;
    font-size: 14px;
}
.main-img .ccEvent-box .event-list{
    position: absolute;
    bottom : 5%;
    right: 5%;
    font-weight: 300;
    font-size: 10px;
    background-color: rgba(145, 143, 143, 0.42);
    height: 15px;
    width: 50px;
    border-radius: 10px;
    text-align: center;
}
.main-img .ccEvent-box .event-list p{
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}
.main-img .ccEvent-box .ccEvent-ccNm{
    font-size: 20px;
    font-weight: bolder;
    position: absolute;
    top : 5%;
    left: 5%;
}
.main-img .ccEvent-box .ccEvent-title{
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top : 30%;
    left: 5%;
}
.main-img .ccEvent-box .ccEvent-content{
    position: absolute;
    top : 13%;
    left: 5%;
    height: 250px;
    width: 75vw;
    overflow: auto;
    padding: 10px;
}
.main-img .ccEvent-box .ccEvent-content p{
    font-size: 12px;
    font-weight: normal;
}