@charset "UTF-8";

.month-top-wrap .tabArea{
    display: flex;
    padding: 0 16px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 24px;
}

.month-top-wrap .tabArea .btnBox .btn{
    margin: 0;
}

.month-top-wrap .categoryBox{
    margin-bottom: 30px;
}

.mainContent.monthlyMain{
    margin-top: 0;
}

.monthlyMain .filterBoxRowPageContent{
    margin-bottom: 24px;
}

@media screen and (min-width: 768px){
    .month-top-wrap .tabArea{
        padding: 0 46px;
    }
}