﻿.layer_wrap {
    position: absolute;
    z-index: 999;
    top: 250px!important;
    left: 50%;
    max-width: 340px;
    width: calc(100% - 50px);
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: visibility 0.2s 0.1s, opacity 0.2;
    transition: visibility 0.2s 0.1s, opacity 0.2;
}

.eventboard_sec .tag_wrap:nth-of-type(1) .tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .eventboard_sec .tag_wrap:nth-of-type(1) .tablist .tab {
        width: auto;
        min-width: unset;
    }

.eventboard_sec .taglist li {
    margin: 0 5px 10px;
    cursor: pointer;
}

    .eventboard_sec .taglist li:last-of-type {
        margin-right: 0;
    }

    .eventboard_sec .taglist li .tab {
        display: inline-block;
        border: 1px solid #F6F8FA;
        background-color: #F6F8FA;
        border-radius: 22px;
        padding: 10px 12px 12px;
        line-height: 1;
    }

        .eventboard_sec .taglist li .tab[aria-selected="true"] {
            border: 1px solid #E25157;
            background-color: #E25157;
        }

            .eventboard_sec .taglist li .tab[aria-selected="true"] .tag {
                color: #fff;
                font-weight: 500;
            }

    .eventboard_sec .taglist li .tag {
        color: #000;
        font-size: 12px;
        font-weight: 350;
        vertical-align: initial;
    }


    .noticeboard_sec .tag_wrap:nth-of-type(1) .tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

        .noticeboard_sec .tag_wrap:nth-of-type(1) .tablist .tab {
            width: auto;
            min-width: unset;
        }

.noticeboard_sec .taglist li {
    margin: 0 5px 10px;
    cursor: pointer;
}

    .noticeboard_sec .taglist li:last-of-type {
        margin-right: 0;
    }

    .noticeboard_sec .taglist li .tab {
        display: inline-block;
        border: 1px solid #F6F8FA;
        background-color: #F6F8FA;
        border-radius: 22px;
        padding: 10px 12px 12px;
        line-height: 1;
    }

        .noticeboard_sec .taglist li .tab[aria-selected="true"] {
            border: 1px solid #E25157;
            background-color: #E25157;
        }

            .noticeboard_sec .taglist li .tab[aria-selected="true"] .tag {
                color: #fff;
                font-weight: 500;
            }

    .noticeboard_sec .taglist li .tag {
        color: #000;
        font-size: 12px;
        font-weight: 350;
        vertical-align: initial;
    }

    .noticeboard_sec .taglist li .tab[aria-selected="true"] .tag {
        color: #fff;
        font-weight: 500;
    }
