@import url("/css/user/pages/performance_all_month_calendar.css");

.performance_all_month.gallery_show .calendar_ver01 .bottom{
    margin-top: 40px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 80px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item{
    width: calc(50% - 40px);
    display: flex;
    gap: 40px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .left{
    width: 290px;
    min-width: 290px;
    cursor: pointer;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .left img{
    width: 100%;
    object-fit: contain;
    box-shadow: 5px 5px 10px #00000029;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right{
    width: calc(100% - 290px);
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 800px;
    letter-spacing: -0.75px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 12px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .tag.bg_performance_01{
    background-color: #008AD8;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .tag.bg_performance_02{
    background-color: #00B05B;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .tag.bg_performance_03{
    background-color: #E46253;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .tag.bg_performance_04{
    background-color: #ED8A33;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .title{
    letter-spacing: -1.2px;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    word-break: break-all;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .title .tag{

}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .title .title{

}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .info{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .info li{
    display: flex;
    align-items: center;
    gap: 40px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .info li .d_t{
    width: 55px;
    min-width: 55px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    color: #1E1E1E;
    opacity: 0.4;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .info li .d_d{
    color: #1E1E1E;
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .more_btn{
    margin-top: 36px;
    border: 2px solid #00155E;
    border-radius: 800px;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 22px 11px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .more_btn:hover{
    background-color: #00155E;
    color: #fff;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .more_btn i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    margin-top: 2px;
}
.performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .more_btn:hover i img{
    content: url(/images/user/icon_more_arrow_white.svg);
}

.performance_all_month_gallery .pagination_st01{
    border-top: 1px solid #E5E5E5;
}

@media (max-width: 1800px) {
    
}
@media (max-width: 1340px) {
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap{
        gap: 80px 40px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item{
        width: calc(50% - 20px);
        gap: 25px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .left{
        width: 180px;
        min-width: 180px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right{
        width: calc(100% - 180px);
    }
}
@media (max-width: 1280px) {

}
@media (max-width: 1024px) {
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap{
        flex-direction: column;
        gap: 0;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item{
        width: 100%;
        border-bottom: 1px solid #DDDDDD;
        padding: 40px 0;
        gap: 40px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item:first-of-type{
        padding-top: 0;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item:last-of-type{
        padding-bottom: 0;
        border-bottom: 0;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item{
        flex-direction: column;
        gap: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .left{
        width: 100%;
        min-width: 100%;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .more_btn{
        width: 100%;
        justify-content: space-between;
    }
    .performance_all_month.gallery_show .calendar_ver01 .bottom .item_wrap .item .right .info{
        gap: 10px;
    }
}
@media (max-width: 425px) {

}
@media (max-width: 375px) {

}