
/* list-tab
---------------------------------------------------------- */
.sec-studentevent_menu .list-tab{
    display: flex;
    padding: 0 100px;
    border-bottom: 1px solid #F5821F;
}
.sec-studentevent_menu .list-tab .item{
    margin-right: 10px;
}
.sec-studentevent_menu .list-tab .item .link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E9E7E2;
    height: 60px;
    width: 300px;
    font-weight: 700;
    border: 1px solid #F5821F;
    margin-bottom: -1px;
}
.sec-studentevent_menu .list-tab .item .link.is-active{
    border-bottom: 1px solid #fff !important;
    background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .sec-studentevent_menu .list-tab{
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    .sec-studentevent_menu .list-tab{
        padding: 0 25px;
    }
    .sec-studentevent_menu .list-tab .item .link{
        height: 40px;
        width: 100%;
        font-size: 1.2rem;
        padding: 0 15px;
    }
}

/* tabs-content
---------------------------------------------------------- */
.sec-studentevent_menu .tabs-content .box-tab{
    padding: 40px 0;
}
@media (max-width: 767px) {
    .sec-studentevent_menu .tabs-content .box-tab{
        padding: 20px 0;
    }
}

/* block-studentevent_list
---------------------------------------------------------- */
.sec-studentevent_menu .tabs-content .block-studentevent_list{
    padding: 0 100px 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
    .sec-studentevent_menu .tabs-content .block-studentevent_list{
        padding: 0 50px 40px;
    }
}
@media (max-width: 767px) {
    .sec-studentevent_menu .tabs-content .block-studentevent_list{
        padding: 0 25px 20px;
    }
}

.sec-studentevent_menu .list-studentevent{
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
    width: calc(100% + 20px);
}
.sec-studentevent_menu .list-studentevent .item{
    width: 33.33%;
    transition: background-color .3s ease;
    padding: 1;
    padding: 10px;
}
.sec-studentevent_menu .list-studentevent .item .link{
    display: block;
    padding: 15px;
    height: 100%;
    transition: background-color .3s ease;
    background-color: #F1EFEB;
}

.sec-studentevent_menu .list-studentevent .item picture{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.sec-studentevent_menu .list-studentevent .item picture img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.sec-studentevent_menu .list-studentevent .item .box-text{
    margin-top: 15px;
}

.sec-studentevent_menu .list-studentevent .item .box-text .type{
    font-size: 1.4rem;
    font-weight: 500;
}
.sec-studentevent_menu .list-studentevent .item .box-text .type .category{
    color: #F5821F;
    margin-right: 15px;
}
.sec-studentevent_menu .list-studentevent .item .box-text .type .new{
    color: #ff004c;
}
.sec-studentevent_menu .list-studentevent .item .box-text .subject{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta{
    font-size: 1.4rem;
    color: #92846C;
    margin-top: 10px;
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta li{
    position: relative;
    padding-left: 20px;
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta li:before{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/common/img/ico_tag_01.svg) ;
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta .date:before{
    background-image: url(/common/img/ico_calendar202007.svg);
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta .place:before{
    background-image: url(/common/img/ico_flag202007.svg) ;
}
.sec-studentevent_menu .list-studentevent .item .box-text .meta .org:before{
    background-image: url(/common/img/ico_building202007.svg) ;
}

@media (min-width: 768px) and (max-width: 1279px) {

}
@media (max-width: 767px) {
    .sec-studentevent_menu .block-studentevent_list .text{
        font-size: 1.4rem;
    }
    .sec-studentevent_menu .list-studentevent{
        margin: 10px -5px 0;
        width: calc(100% + 10px);
    }
    .sec-studentevent_menu .list-studentevent .item{
        width: 50%;
        padding: 5px;
    }
    .sec-studentevent_menu .list-studentevent .item .link{
        padding: 9px;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text{
        margin-top: 8px;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text .type{
        font-size: 1.2rem;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text .subject{
        font-size: 1.4rem;
        margin-top: 8px;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text .meta{
        font-size: 1.2rem;
        margin-top: 8px;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text .meta li:before{
        width: 10px;
        height: 10px;
    }
    .sec-studentevent_menu .list-studentevent .item .box-text .type .category{
        margin-right: 10px;
    }
}
@media (min-width: 768px){
    .sec-studentevent_menu .list-studentevent .link:hover{
        background-color: #E9E7E2;
    }
}

/* sec-studentevent_past
---------------------------------------------------------- */
.sec-studentevent_past .list-cmn-tag{
    margin-top: -5px;
}
.sec-studentevent_past .is-closed{
    color: #ff004c;
}
.sec-studentevent_past .list-cmn-tag .item-tag::after{
    background: url(/common/img/ico_building202007.svg) center no-repeat !important;
}
@media (max-width: 767px) {
    .sec-studentevent_past .list-cmn-tag{
        margin-top: 0;
    }
    .sec-studentevent_past .list-cmn-tag li{
        line-height: 1.2;
    }
}

/* sec-studentevent_update
---------------------------------------------------------- */
.sec-studentevent_update .list-cmn-tag li{
    position: relative;
    padding-left: 20px;
}
.sec-studentevent_update .list-cmn-tag li.date{
    color: #F5821F;
    padding-left: 0 !important;
}
.sec-studentevent_update .list-cmn-tag li::before{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/common/img/ico_tag_01.svg) ;
}
.sec-studentevent_update .list-cmn-tag li.date::before{
    display: none;
}
@media (max-width: 767px) {
    .sec-studentevent_update .list-cmn-tag li{
        padding-left: 15px;
    }
    .sec-studentevent_update .list-cmn-tag li::before{
        width: 10px;
        height: 10px;
        top: 4px;
    }
}