/*連結按鈕*/

.social-icon {
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 1050;
    width: 115px;
}

.social-icon a {
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.social-icon a:hover {
    filter: drop-shadow(0px 0px 5px #00ccff);
    transform: scale(1.05);
    transition: all .15s ease-out;
}


/*各班連結*/

#social_part h4 {
    color: #fff;
    line-height: 3.5rem;
    margin-bottom: 1em;
}

#social_part a {
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 600;
}

#line_line,
#act_act {
    padding-top: 3em;
    padding-bottom: 4em;
}

.coll_close {
    position: absolute;
    top: 0;
    right: 0;
    color: #FAFF54;
    padding: 15px;
}

.coll_close i {
    color: #fff;
    font-size: 1.2em;
}

.coll_close:hover i {
    color: #969696;
}

@media screen and (max-width: 575px) {
    .social-icon {
        top: unset;
        bottom: 41px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .social-icon a {
        float: left;
        width: 50%;
        margin-bottom: 0;
        border-radius: 0;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 400;
        padding: 0;
    }

    .social-icon p {
        color: #fff;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

    #line_line,
    #act_act {
        padding: 2em 15px 14em;
    }
}