
body {
    background: #F2F2F2;
    overflow-x: hidden;
}

    body.bg-w {
        background-color: #fff;
    }
/*IE 10 */

select::-ms-expand {
    display: none;
}

select {
    /* Chrome */
    -webkit-appearance: none;
    /* Firefox */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ' ';
    /* space */
}

.noscroll {
    position: fixed;
    width: 100%;
}

.text-center {
    text-align: center;
}

header {
    width: 100vw;
    height: 360px;
    padding-top: 68px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgba(214, 249, 255, 1) 0%, rgba(158, 232, 250, 1) 100%);
    /* 主視覺關閉↓ */
    display: none;
}

.bg_img {
    width: 100vw;
    height: 360px;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .bg_img:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 360px;
        background: -webkit-linear-gradient(bottom left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(bottom left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(bottom left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        /* IE6-9 fallback on horizontal gradient */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    }

/*login area start*/
.login_area {
    max-width: 350px;
    margin: 100px auto;
    text-align: center;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 0 17px rgba(0,0,0,.24);
}

    .login_area .login_logo_area {
        padding: 30px 60px 20px;
    }

    .login_area .login_header_area {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .login_area .login_content_area {
        padding: 0 20px 30px;
    }

        .login_area .login_content_area .form-group {
            margin-bottom: 10px;
        }

            .login_area .login_content_area .form-group input {
                font-size: 18px;
                width: 100%;
                height: 40px;
                line-height: 40px;
                border: 1px solid #ccc;
                border-radius: 3px;
                outline: none;
                padding: 0 10px;
                color: #656565;
            }

        .login_area .login_content_area .check_area {
            position: relative;
            text-align: left;
        }

            .login_area .login_content_area .check_area .forget {
                font-size: 14px;
                position: absolute;
                top: 0;
                right: 0;
            }

            .login_area .login_content_area .check_area input {
                display: none;
            }

            .login_area .login_content_area .check_area label.checkbox {
                display: inline-block;
                font-size: 14px;
                padding-left: 25px;
                cursor: pointer;
                position: relative;
            }

                .login_area .login_content_area .check_area label.checkbox:before {
                    content: '';
                    display: block;
                    width: 14px;
                    height: 14px;
                    border-radius: 3px;
                    border: 1px solid #ccc;
                    background-color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin-top: -9px;
                }

                .login_area .login_content_area .check_area label.checkbox:after {
                    content: '\F00C';
                    display: block;
                    font-family: FontAwesome;
                    font-size: 16px;
                    line-height: 1;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin-top: -8px;
                    transition: .5s;
                    transform: scale(0);
                }

            .login_area .login_content_area .check_area input:checked + label.checkbox:after {
                transform: scale(1);
            }

        .login_area .login_content_area .login_btn {
            text-align: center;
            margin-top: 30px;
        }

            .login_area .login_content_area .login_btn .btn {
                display: inline-block;
                width: 150px;
                height: 45px;
                line-height: 45px;
                font-size: 16px;
                font-weight: bold;
                border-radius: 3px;
                border: 2px solid #0080B3;
                background-color: #0080B3;
                outline: none;
                color: #FFF;
                text-align: center;
                cursor: pointer;
                transition: all .6s ease;
                -webkit-transition: all.6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

                .login_area .login_content_area .login_btn .btn:hover {
                    background-color: #FFF;
                    color: #0080B3;
                    -webkit-box-shadow: 0 10px 10px -8px #0080B3;
                    -moz-box-shadow: 0 10px 10px -8px #0080B3;
                    -ms-box-shadow: 0 10px 10px -8px #0080B3;
                    -o-box-shadow: 0 10px 10px -8px #0080B3;
                    box-shadow: 0 10px 10px -8px #0080B3;
                    -webkit-transform: translateY(-5px);
                    -moz-transform: translateY(-5px);
                    -ms-transform: translateY(-5px);
                    -o-transform: translateY(-5px);
                    transform: translateY(-5px);
                }

            .login_area .login_content_area .login_btn .line_btn {
                background-image: url('../img/btn_login_base.png');
                background-repeat: no-repeat;
                background-size: 100%;
                vertical-align: top;
                display: inline-block;
                width: 150px;
                height: 45px;
                border-radius: 3px;
                outline: none;
                cursor: pointer;
                transition: all .6s ease;
                -webkit-transition: all.6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

                .login_area .login_content_area .login_btn .line_btn:hover {
                    background-image: url('../img/btn_login_hover.png');
                    -webkit-box-shadow: 0 10px 10px -8px #0080B3;
                    -moz-box-shadow: 0 10px 10px -8px #0080B3;
                    -ms-box-shadow: 0 10px 10px -8px #0080B3;
                    -o-box-shadow: 0 10px 10px -8px #0080B3;
                    box-shadow: 0 10px 10px -8px #0080B3;
                    -webkit-transform: translateY(-5px);
                    -moz-transform: translateY(-5px);
                    -ms-transform: translateY(-5px);
                    -o-transform: translateY(-5px);
                    transform: translateY(-5px);
                }
    /*login area ends*/

    /*20250519 新增訪客模式登入*/

    .login_area .login_other_area {
        margin-top: 32px;
    }

        .login_area .login_other_area .other_title {
            font-size: 12px;
            color: #666;
        }

        .login_area .login_other_area .other_btn {
            margin-top: 24px;
        }

            .login_area .login_other_area .other_btn .btn {
                border-radius: 4px;
                background-color: #f3f3f3;
                padding: 12px 44px;
                color: #666;
            }

                .login_area .login_other_area .other_btn .btn:hover {
                    background-color: #DDD;
                }

/*訪客模式登入END*/

main {
    padding-top: 68px;
}

@media (max-width: 900px) {
    main {
        padding-top: 40px
    }
}

.clearfix {
    display: block;
    clear: both;
}

#section2,
#section3 {
    width: 100%;
    height: auto;
    padding-bottom: 88px;
    display: block;
    float: right;
    background-color: #FFF;
}

@media (min-width: 900px) {
    #section2,
    #section3 {
        width: calc( 100vw - 30vw - 30px);
    }
}

@media (min-width: 960px) {
    #section2,
    #section3 {
        width: calc(100vw - 330px);
    }
}

@media (min-width: 1280px) {
    #section2,
    #section3 {
        width: calc(100vw - 23vw - 35px);
    }
}

#section2 .section2_Schedule {
    width: 85%;
    height: auto;
    margin: auto;
}

@media (max-width: 640px) {
    #section2 .section2_Schedule {
        width: 95%
    }
}

#section2 .section2_Schedule h2,
#section3 .title h4 {
    color: #29323F;
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 12px;
    padding-left: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #58BDDC;
}

    #section2 .section2_Schedule h2:after,
    #section3 .title h4:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 999rem;
        bottom: -4px;
        left: 0;
        background-color: #58BDDC;
    }

#section2 .section2_news {
    width: 85%;
    height: auto;
    margin: auto;
}

    #section2 .section2_news h2 {
        color: #29323F;
        position: relative;
        font-weight: 500;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 12px;
        padding-left: 12px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #58BDDC;
    }

        #section2 .section2_news h2:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 999rem;
            bottom: -4px;
            left: 0;
            background-color: #58BDDC;
        }

    #section2 .section2_news .news_wrapper li {
        width: 100%;
        height: 90px;
        display: -webkit-flex;
        display: flex;
        margin: 10px auto;
        border-left: none;
        border-right: none;
        background-color: #F7FAFB;
        cursor: default;
    }

        #section2 .section2_news .news_wrapper li span.marked {
            width: 5px;
            height: 90px;
            -webkit-flex: none;
            flex: none;
            background-color: #29323F;
        }

        #section2 .section2_news .news_wrapper li[data="placard"] span.marked {
            background-color: #5F5F5F;
        }

        #section2 .section2_news .news_wrapper li[data="activity"] span.marked {
            background-color: #33BD7B;
        }

        #section2 .section2_news .news_wrapper li[data="classes"] span.marked {
            background-color: #58BDDC;
        }

        #section2 .section2_news .news_wrapper li span.newsText {
            width: calc( 100% - 145px );
            height: 90px;
            margin-left: 10px;
            -webkit-flex: none;
            flex: none;
            font-size: 16px;
            line-height: 30px;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
        }

            #section2 .section2_news .news_wrapper li span.newsText .newsText_title {
                display: block;
                font-weight: bold;
            }

        #section2 .section2_news .news_wrapper li span.register_btn {
            width: 60px;
            height: 30px;
            margin: 15px 2px;
            line-height: 30px;
            text-align: center;
            font-weight: 600;
            font-size: 24px;
            -webkit-flex: none;
            flex: none;
            border-radius: 999rem;
            color: #62c2e8;
            cursor: pointer;
            transition: all .6s ease;
            -webkit-transition: all.6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

            #section2 .section2_news .news_wrapper li span.register_btn:hover {
                color: #0080B3;
            }

        #section2 .section2_news .news_wrapper li span.collect_btn {
            width: 60px;
            height: 30px;
            margin: 15px 2px;
            line-height: 30px;
            text-align: center;
            font-weight: 600;
            font-size: 20px;
            -webkit-flex: none;
            flex: none;
            border-radius: 999rem;
            color: #ec8f8c;
            cursor: pointer;
            transition: all .6s ease;
            -webkit-transition: all.6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

            #section2 .section2_news .news_wrapper li span.collect_btn:hover {
                color: #F85F5A;
            }

@media (max-width: 900px) {
    #section2 .section2_news .news_wrapper li span.newsText {
        width: 95%
    }

    #section2 .section2_news .news_wrapper li span.collect_btn,
    #section2 .section2_news .news_wrapper li span.register_btn {
        display: none
    }
}

.section2_sort div#sort {
    width: 85%;
    height: auto;
    font-size: 18px;
    border-bottom: 3px solid #0080B3;
    background-color: #F7FAFB;
    margin: auto;
    margin-top: 44px;
    margin-bottom: 22px;
}

    .section2_sort div#sort label {
        width: calc( (100% - 10px) / 5 - 2px);
        padding-top: 0.8em;
        padding-bottom: 0.2em;
        display: block;
        float: left;
        font-size: 18px;
        text-align: center;
        border: 1px solid #F3F3F3;
        cursor: pointer;
        position: relative;
    }

        .section2_sort div#sort label:hover {
            border: 1px solid #0080B3;
            border-bottom: none;
            background-color: #FFF;
            color: #0080B3;
        }

        .section2_sort div#sort label.active {
            border-top: 2px solid #0080B3;
            border-left: 2px solid #0080B3;
            border-right: 2px solid #0080B3;
            border-bottom: 1px solid #F3F3F3;
            color: #0080B3;
            font-weight: 600;
        }

            .section2_sort div#sort label.active:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 4px;
                bottom: -4px;
                left: 0;
                background-color: #F7FAFB;
            }

        .section2_sort div#sort label.sort_menu {
        }

.section2_sort ul#sort_content {
    width: 85%;
    height: auto;
    min-height: 550px;
    font-size: 16px;
    background-color: #F7FAFB;
    margin: auto;
    border-bottom: 1px solid #58BDDC;
}

    .section2_sort ul#sort_content li.sort_content_list {
        width: calc( 100% - 20px );
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
        margin-right: 10px;
        display: -webkit-flex;
        display: flex;
    }

        .section2_sort ul#sort_content li.sort_content_list.sort_content_title {
            border-top: 1px solid #58BDDC;
            border-bottom: 1px solid #DEDEDE;
            margin: auto;
            padding-left: 10px;
            padding-right: 10px;
        }

    .section2_sort ul#sort_content li .col_sort {
        display: inline-block;
    }

        .section2_sort ul#sort_content li .col_sort .col_sort_marked {
            position: relative;
            padding-left: 10px;
        }

            .section2_sort ul#sort_content li .col_sort .col_sort_marked:before {
                content: '';
                display: block;
                width: 5px;
                height: 30px;
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -15px;
            }

.marked_placard:before {
    background-color: #5F5F5F;
}

.marked_classes:before {
    background-color: #58BDDC;
}

.marked_activity:before {
    background-color: #33BD7B;
}

.marked_like:before {
    background-color: #F85F5A;
}

.section2_sort ul#sort_content li .col_title,
.section2_sort ul#sort_content li .sort_col_title {
    width: calc( 100% - 150px );
    height: 50px;
    text-align: left;
    -webkit-flex: none;
    flex: none;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section2_sort ul#sort_content li.sort_content_title .sort_col_title {
    text-align: center;
    cursor: default;
}

.section2_sort ul#sort_content li .col_date,
.section2_sort ul#sort_content li .sort_col_date {
    width: 150px;
    height: 50px;
    text-align: center;
    -webkit-flex: none;
    flex: none;
    cursor: default;
}

.section2_sort ul#sort_pageNo {
    width: 50%;
    height: auto;
    min-height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin: auto;
    margin-top: 44px;
}

    .section2_sort ul#sort_pageNo li.sort_pageNo_list {
        width: calc((100% - 72px)/12);
        height: 34px;
        text-align: center;
        float: left;
        margin: auto 2px;
        border: 1px solid #DEDEDE;
        color: #545454;
        cursor: pointer;
        transition: all .3s ease;
        -webkit-transition: all.3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .section2_sort ul#sort_pageNo li.sort_pageNo_list_No:hover {
        background-color: rgba(0,128,179,.6);
        color: #FFF;
    }

    .section2_sort ul#sort_pageNo li.sort_pageNo_list_No.active {
        background-color: #0080B3;
        color: #FFF;
        font-size: 14px;
    }

    .section2_sort ul#sort_pageNo li.sort_pageNo_list_arrow:hover {
        border: 1px solid #545454;
    }

@media (max-width: 640px) {
    .section2_sort ul#sort_content li .col_sort,
    .section2_sort ul#sort_content li .sort_col_sort {
        width: 110px;
    }

    .section2_sort ul#sort_content li .col_title,
    .section2_sort ul#sort_content li .sort_col_title {
        width: 100%;
    }

    .section2_sort ul#sort_content li .col_date,
    .section2_sort ul#sort_content li .sort_col_date {
        display: none;
    }

    #section2 .section2_news,
    .section2_sort div#sort,
    .section2_sort ul#sort_content,
    .section2_sort ul#sort_pageNo {
        width: 95%;
    }

        .section2_sort ul#sort_pageNo li.sort_pageNo_list {
            width: calc(( 100% - 42px ) / 7 );
        }

        .section2_sort ul#sort_pageNo li:nth-child(7),
        .section2_sort ul#sort_pageNo li:nth-child(8),
        .section2_sort ul#sort_pageNo li:nth-child(9),
        .section2_sort ul#sort_pageNo li:nth-child(10),
        .section2_sort ul#sort_pageNo li:nth-child(11) {
            display: none;
        }
}

.section2_Schedule .schedule_note {
    padding: 0 15px 15px;
}

.section2_Schedule .calendar {
    width: 100%;
    height: auto;
}

    .section2_Schedule .calendar .calendar_nav {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 5px;
        display: -webkit-flex;
        display: flex;
    }

        .section2_Schedule .calendar .calendar_nav .calendar_btn {
            width: 40%;
            height: 50px;
            line-height: 50px;
            -webkit-flex: none;
            flex: none;
        }

        .section2_Schedule .calendar .calendar_nav .curriculum_btn {
            width: calc( 60% - 80px);
            margin-left: 80px;
            height: 50px;
            line-height: 50px;
            -webkit-flex: none;
            flex: none;
        }

        .section2_Schedule .calendar .calendar_nav .calendar_btn .today_btn {
            width: 3.2em;
            height: 35px;
            margin-top: 5px;
            margin-left: 10px;
            line-height: 35px;
            text-align: center;
            float: left;
            background-color: #F3F3F3;
            cursor: pointer;
            transition: all .2s ease;
            -webkit-transition: all.2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
        }

            .section2_Schedule .calendar .calendar_nav .calendar_btn .today_btn:hover {
                background-color: #B6B6B6;
            }

        .section2_Schedule .calendar .calendar_nav .calendar_btn .month_last,
        .section2_Schedule .calendar .calendar_nav .calendar_btn .month_next {
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 999rem;
            text-align: center;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
            float: left;
            transition: all .2s ease;
            -webkit-transition: all.2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
        }

        .section2_Schedule .calendar .calendar_nav .calendar_btn .month_last {
            margin-left: 25px;
        }

            .section2_Schedule .calendar .calendar_nav .calendar_btn .month_last:hover,
            .section2_Schedule .calendar .calendar_nav .calendar_btn .month_next:hover {
                background-color: #B6B6B6;
            }

        .section2_Schedule .calendar .calendar_nav .calendar_btn .years {
            width: calc( 100% - 3.2em - 120px);
            text-align: center;
            float: left;
            cursor: default;
        }

        .section2_Schedule .calendar .calendar_nav .curriculum_btn .onemonth,
        .section2_Schedule .calendar .calendar_nav .curriculum_btn .allclasses,
        .section2_Schedule .calendar .calendar_nav .curriculum_btn .cancelclasses {
            width: calc(( 100% - 50px) / 2);
            height: 35px;
            line-height: 35px;
            margin: 5px 5px;
            text-align: center;
            float: left;
            background-color: #F3F3F3;
            cursor: pointer;
            transition: all .2s ease;
            -webkit-transition: all.2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
        }

        .section2_Schedule .calendar .calendar_nav .curriculum_btn .onemonth {
            margin-left: 10px;
        }

        .section2_Schedule .calendar .calendar_nav .curriculum_btn .cancelclasses {
            margin-right: 10px;
        }

            .section2_Schedule .calendar .calendar_nav .curriculum_btn .onemonth:hover,
            .section2_Schedule .calendar .calendar_nav .curriculum_btn .allclasses:hover,
            .section2_Schedule .calendar .calendar_nav .curriculum_btn .cancelclasses:hover {
                background-color: #B6B6B6;
            }

@media(max-width: 1068px) {
    .section2_Schedule .calendar .calendar_nav {
        height: 100px;
        display: block;
    }

        .section2_Schedule .calendar .calendar_nav .calendar_btn,
        .section2_Schedule .calendar .calendar_nav .curriculum_btn {
            width: 100%;
            margin: auto;
            display: block;
        }

            .section2_Schedule .calendar .calendar_nav .calendar_btn .years {
                width: 120px;
            }
}

@media(max-width: 640px) {
    .section2_Schedule .calendar .calendar_nav {
        height: auto;
    }

        .section2_Schedule .calendar .calendar_nav .calendar_btn {
            display: none;
        }

            .section2_Schedule .calendar .calendar_nav .calendar_btn .month_last {
                margin-left: 10px;
            }
}

.section2_Schedule .calendar ul.calendar_main {
    width: 100%;
    height: auto;
}

    .section2_Schedule .calendar ul.calendar_main li {
        width: 100%;
        height: auto;
        display: -webkit-flex;
        display: flex;
    }

        .section2_Schedule .calendar ul.calendar_main li .week {
            width: calc( ( 100% - 8px) / 7);
            min-height: 150px;
            height: auto;
            font-weight: bold;
            border: 1px solid #e0e0e0;
            border-right: none;
            border-bottom: none;
            -webkit-flex: none;
            flex: none;
        }

            .section2_Schedule .calendar ul.calendar_main li .week p.date {
                font-size: 14px;
                width: 28px;
                height: 28px;
                margin-top: 2px;
                margin-bottom: 2px;
                margin-left: 2px;
                margin-right: calc( 100% - 34px);
                line-height: 32px;
                text-align: center;
            }

                .section2_Schedule .calendar ul.calendar_main li .week p.date.title {
                    color: #8f8f8f;
                }

                .section2_Schedule .calendar ul.calendar_main li .week p.date.past,
                .section2_Schedule .calendar ul.calendar_main li .week p.date.notyet {
                    color: #757575;
                }

                .section2_Schedule .calendar ul.calendar_main li .week p.date.today {
                    border-radius: 999rem;
                    color: #FFF;
                    background-color: #4285F4;
                }

            .section2_Schedule .calendar ul.calendar_main li .week:last-child {
                border-right: 1px solid #e0e0e0;
            }

        .section2_Schedule .calendar ul.calendar_main li:first-child .week {
            line-height: 30px;
            border-bottom: none;
            height: 30px;
            min-height: auto;
        }

        .section2_Schedule .calendar ul.calendar_main li:nth-child(2) .week {
            border-top: none;
        }

        .section2_Schedule .calendar ul.calendar_main li:last-child .week {
            border-bottom: 1px solid #e0e0e0;
        }

        .section2_Schedule .calendar ul.calendar_main li .week .project {
            width: 100%;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            font-weight: 400;
            cursor: pointer;
        }

            .section2_Schedule .calendar ul.calendar_main li .week .project a {
                display: block;
                width: calc( 100% - 10px);
                margin: auto 5px;
                white-space: nowrap;
                overflow-x: hidden;
                text-overflow: ellipsis;
                color: #666;
            }

                .section2_Schedule .calendar ul.calendar_main li .week .project a:hover {
                    color: #333;
                }

                .section2_Schedule .calendar ul.calendar_main li .week .project a span.status {
                    display: inline-block;
                    padding-left: 20px;
                }

                    .section2_Schedule .calendar ul.calendar_main li .week .project a span.status.checked {
                        background: url(../img/class_checked.png) left center no-repeat;
                        -webkit-background-size: 20px;
                        background-size: 20px;
                    }

                    .section2_Schedule .calendar ul.calendar_main li .week .project a span.status.skipped {
                        background: url(../img/class_skip.png) left center no-repeat;
                        -webkit-background-size: 20px;
                        background-size: 20px;
                    }

                    .section2_Schedule .calendar ul.calendar_main li .week .project a span.status.arranged {
                        background: url(../img/class_planned.png) left center no-repeat;
                        -webkit-background-size: 20px;
                        background-size: 20px;
                    }

                    .section2_Schedule .calendar ul.calendar_main li .week .project a span.status.alternate {
                        background: url(../img/class_alternate.png) left center no-repeat;
                        -webkit-background-size: 20px;
                        background-size: 20px;
                    }

                    .section2_Schedule .calendar ul.calendar_main li .week .project a span.status.rookie {
                        background: url(../img/class_rookie.png) left center no-repeat;
                        -webkit-background-size: 20px;
                        background-size: 20px;
                    }

@media(max-width: 640px) {
    .section2_Schedule .calendar ul.calendar_main {
        display: none;
    }
}

/*mobile plan start*/
.section2_Schedule .weekplan_top {
    padding-top: 10px;
}

    .section2_Schedule .weekplan_top:after {
        content: '';
        display: block;
        clear: both;
    }

    .section2_Schedule .weekplan_top > div {
        float: left;
        text-align: center;
        cursor: pointer;
    }

    .section2_Schedule .weekplan_top .weekplan_pre {
        width: 15%;
    }

    .section2_Schedule .weekplan_top .weekplan_next {
        width: 15%;
    }

    .section2_Schedule .weekplan_top .weekplan_week {
        width: 70%;
    }

    .section2_Schedule .weekplan_top .weekplan_today {
        width: 100%;
        color: #fff;
        background-color: #0090CC;
        padding: 3px 15px;
        margin-top: 10px;
    }

.section2_Schedule .weekplan_area {
    width: 100%;
    border-bottom: 1px solid #fff;
}

    .section2_Schedule .weekplan_area .week_plan_day {
        padding: 10px;
        background-color: #F7FAFB;
    }

        .section2_Schedule .weekplan_area .week_plan_day:nth-child(odd) {
            background-color: #def2ff;
        }

        .section2_Schedule .weekplan_area .week_plan_day .week_plan_title {
            font-weight: bold;
        }

        .section2_Schedule .weekplan_area .week_plan_day .week_plan_text {
            margin-top: 5px;
            padding-top: 5px;
            border-top: 1px dashed #ccc;
        }

            .section2_Schedule .weekplan_area .week_plan_day .week_plan_text span.staus {
                display: block;
                padding-left: 28px;
                margin-right: 10px;
            }

                .section2_Schedule .weekplan_area .week_plan_day .week_plan_text span.staus.checked {
                    background: url(../img/class_checked.png) left center no-repeat;
                    -webkit-background-size: 25px;
                    background-size: 25px;
                }

                .section2_Schedule .weekplan_area .week_plan_day .week_plan_text span.staus.skipped {
                    background: url(../img/class_skip.png) left center no-repeat;
                    -webkit-background-size: 25px;
                    background-size: 25px;
                }

                .section2_Schedule .weekplan_area .week_plan_day .week_plan_text span.staus.arranged {
                    background: url(../img/class_planned.png) left center no-repeat;
                    -webkit-background-size: 25px;
                    background-size: 25px;
                }

                .section2_Schedule .weekplan_area .week_plan_day .week_plan_text span.staus.alternate {
                    background: url(../img/class_alternate.png) left center no-repeat;
                    -webkit-background-size: 25px;
                    background-size: 25px;
                }

@media(min-width: 641px) {
    .section2_Schedule .weekplan_top,
    .section2_Schedule .weekplan_area {
        display: none;
    }
}


/*mobile plan end*/



/*News_Lighbox CSS Start*/

#news_lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
}

    #news_lightbox .lightbox_layout {
        position: relative;
        max-width: 920px;
        width: 95vw;
        height: auto;
        background-color: #F2F2F2;
        border-radius: 3px;
        top: 5vh;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, .4);
        -moz-box-shadow: 2px 4px 15px rgba(0, 0, 0, .4);
        box-shadow: 2px 4px 15px rgba(0, 0, 0, .4);
    }

    #news_lightbox .close {
        width: 15px;
        height: 15px;
        background: url('../img/009-wrong-gray.png') no-repeat;
        -webkit-background-size: 15px;
        background-size: 15px;
        color: #FFF;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

        #news_lightbox .close:hover {
            background: url('../img/009-wrong-hover.png') no-repeat;
            -webkit-background-size: 15px;
            background-size: 15px;
        }

    #news_lightbox .lightbox_layout .lightbox_layout_nav {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
        text-align: center;
        color: #4D4D4D;
        cursor: default;
        position: relative;
        background-color: #0082B3;
        border-radius: 3px 3px 0 0;
    }

    #news_lightbox .lightbox_layout .lightbox_layout_header {
        font-weight: bold;
        cursor: default;
        position: relative;
        padding: 30px 30px 20px;
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid #D6D6D6;
        ;
    }

@media(min-width: 768px) {
    #news_lightbox .lightbox_layout .lightbox_layout_header {
        padding: 30px 60px 20px;
    }
}

#news_lightbox .lightbox_layout .lightbox_layout_header .title {
    font-size: 21px;
    line-height: 1.4em;
}

#news_lightbox .lightbox_layout .lightbox_layout_header .date {
    font-family: Arial;
    font-size: 15px;
    color: #a2a2a2;
}

#news_lightbox .lightbox_layout .lightbox_layout_content {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px 10px;
}

@media(min-width: 768px) {
    #news_lightbox .lightbox_layout .lightbox_layout_content {
        padding: 0 60px 10px;
    }
}

#news_lightbox .lightbox_layout .lightbox_layout_content .date {
    width: 100%;
    text-align: left;
    text-indent: 5em;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #545454;
    position: relative;
}

    #news_lightbox .lightbox_layout .lightbox_layout_content .date:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 2em;
        background-image: url('../img/008-time.png');
    }

#news_lightbox .lightbox_layout .lightbox_layout_content .teacher {
    width: 100%;
    text-align: left;
    margin-top: 22px;
    text-indent: 5em;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #545454;
    position: relative;
}

    #news_lightbox .lightbox_layout .lightbox_layout_content .teacher:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 2em;
        background-image: url('../img/006-teacher.png');
    }

#news_lightbox .lightbox_layout .lightbox_layout_content .area {
    width: 100%;
    text-align: left;
    margin-top: 22px;
    text-indent: 5em;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #545454;
    position: relative;
}

    #news_lightbox .lightbox_layout .lightbox_layout_content .area:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 2em;
        background-image: url('../img/007-area.png');
    }


#news_lightbox .lightbox_layout .lightbox_layout_content img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

#news_lightbox .lightbox_layout .lightbox_layout_content .caption {
    margin: 15px auto;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #545454;
}

#news_lightbox .lightbox_layout .lightbox_layout_footer {
    width: 100%;
    height: auto;
    margin-top: 34px;
    text-align: right;
    color: #4D4D4D;
    cursor: default;
    border-top: 1px solid #D6D6D6;
    border-radius: 0 0 3px 3px;
}


    #news_lightbox .lightbox_layout .lightbox_layout_footer span.register_btn {
        width: 100px;
        height: 40px;
        margin: 15px 10px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        border-radius: 999rem;
        color: #0080B3;
        border: 2px solid #0080B3;
        cursor: pointer;
        transition: all .6s ease;
        -webkit-transition: all.6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

        #news_lightbox .lightbox_layout .lightbox_layout_footer span.register_btn:hover {
            background-color: #0080B3;
            color: #FFF;
        }

    #news_lightbox .lightbox_layout .lightbox_layout_footer span.collect_btn {
        width: 100px;
        height: 40px;
        margin: 15px 10px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        border-radius: 999rem;
        color: #F85F5A;
        border: 2px solid #F85F5A;
        cursor: pointer;
        transition: all .6s ease;
        -webkit-transition: all.6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }



    #news_lightbox .lightbox_layout .lightbox_layout_footer span.collect_cancel_btn {
        width: 120px;
        height: 40px;
        margin: 15px 10px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        border-radius: 999rem;
        color: #727272;
        border: 2px solid #727272;
        cursor: pointer;
        transition: all .6s ease;
        -webkit-transition: all.6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

        #news_lightbox .lightbox_layout .lightbox_layout_footer span.collect_cancel_btn:hover {
            background-color: #727272;
            color: #FFF;
        }

/*News_Lighbox CSS End*/


/*login_light_box start*/

#forgetpassword {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

    #forgetpassword.active {
        display: block;
    }

    #forgetpassword .blackBack {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        margin: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    #forgetpassword .inputContent {
        width: 95%;
        max-width: 400px;
        background: #fff;
        text-align: center;
        color: rgba(0,0,0,.65);
        margin: auto;
        padding: 0 15px;
        position: fixed;
        top: 12vh;
        left: 0;
        right: 0;
        z-index: 10;
        box-shadow: 0 0 17px rgba(0,0,0,.24);
        border-radius: 3px;
    }

        #forgetpassword .inputContent .contentHeader {
            padding: 20px 30px 15px;
            position: relative;
        }

            #forgetpassword .inputContent .contentHeader .contentTitle {
                font-size: 30px;
            }

            #forgetpassword .inputContent .contentHeader .closeBtn {
                width: 30px;
                height: 24px;
                position: absolute;
                top: 6px;
                right: -9px;
                cursor: pointer;
            }

                #forgetpassword .inputContent .contentHeader .closeBtn:before,
                #forgetpassword .inputContent .contentHeader .closeBtn:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: #595959;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    transition: .5s;
                }

                #forgetpassword .inputContent .contentHeader .closeBtn:before {
                    transform: rotate(45deg);
                }

                #forgetpassword .inputContent .contentHeader .closeBtn:after {
                    transform: rotate(-45deg);
                }

                #forgetpassword .inputContent .contentHeader .closeBtn:hover:before {
                    transform: rotate(135deg);
                }

                #forgetpassword .inputContent .contentHeader .closeBtn:hover:after {
                    transform: rotate(-135deg);
                }

        #forgetpassword .inputContent .contentBody {
            padding: 20px;
        }

            #forgetpassword .inputContent .contentBody .intro-area {
                margin-bottom: 10px;
            }

            #forgetpassword .inputContent .contentBody .form-group {
                margin-bottom: 10px;
            }

            #forgetpassword .inputContent .contentBody input.form-control {
                border-radius: 3px;
                border: 1px solid #ccc;
                outline: none;
                padding: 5px 8px;
            }

        #forgetpassword .inputContent .contentFooter {
            text-align: center;
            border-top: 1px solid #ccc;
            padding: 20px 0;
        }

            #forgetpassword .inputContent .contentFooter .contentBtn {
                display: inline-block;
                padding: 5px 25px;
                margin: 0 5px;
                border-radius: 3px;
                border: 2px solid #fff;
                box-shadow: none;
                outline: none;
                color: #FFF;
                font-size: 16px;
                line-height: 1em;
                cursor: pointer;
                transition: .5s;
            }

                #forgetpassword .inputContent .contentFooter .contentBtn.submit {
                    border-color: #0080B3;
                    background-color: #0080B3;
                }

                    #forgetpassword .inputContent .contentFooter .contentBtn.submit:hover {
                        background-color: #fff;
                        color: #0080B3;
                    }

                #forgetpassword .inputContent .contentFooter .contentBtn.cancel {
                    border-color: #5F5F5F;
                    background-color: #5F5F5F;
                }

                    #forgetpassword .inputContent .contentFooter .contentBtn.cancel:hover {
                        background-color: #fff;
                        color: #5F5F5F;
                    }


@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


/*login_light_box end*/


#section3 {
    display: block;
    background-color: #FFF;
    position: fixed;
    overflow-y: auto;
    right: 0;
    bottom: -100%;
    max-height: 800px;
    padding-bottom: 0px;
    box-shadow: 5px -5px 15px 0px rgba(41, 50, 63, 0.2);
    transition: .5s;
}

@media (max-height: 840px) {
    #section3 {
        max-height: 600px;
    }
}

#section3.on {
    bottom: 0;
}

#onemonth.on,
#allclasses.on,
#cancelclasses.on {
    display: block;
}

#onemonth,
#allclasses,
#cancelclasses {
    display: none;
}

#section3 .close {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    right: 22px;
    top: 22px;
    transition: all .3s ease;
    -webkit-transition: all.3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    #section3 .close:hover,
    #section3 .close:focus {
        background-color: rgba(0, 0, 0, .8);
        color: #FFF;
    }

#section3 .title {
    width: 85%;
    margin: 87px auto 0px auto;
}

    #section3 .title h4 {
        margin-bottom: 0;
    }

#section3 .content {
    width: 85%;
    margin: auto;
}

    #section3 .content ul {
        height: auto;
        background-color: #F7FAFB;
    }

#section3 .subject_date {
    width: 160px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#section3 .subject_time {
    width: 160px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#section3 .subject_class {
    width: calc( 100% - 320px);
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #section3 .subject_class a {
        color: #006188;
        text-decoration: underline !important;
    }

        #section3 .subject_class a:hover {
            color: #0091cb;
        }

#section3 .subject_title {
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 500;
}

#section3 ul#sort_pageNo {
    width: 50%;
    height: auto;
    min-height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin: 22px auto;
}

    #section3 ul#sort_pageNo li.sort_pageNo_list {
        width: calc((100% - 72px)/12);
        height: 34px;
        text-align: center;
        float: left;
        margin: auto 2px;
        border: 1px solid #DEDEDE;
        color: #545454;
        cursor: pointer;
        transition: all .3s ease;
        -webkit-transition: all.3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    #section3 ul#sort_pageNo li.sort_pageNo_list_No:hover {
        background-color: rgba(0, 128, 179, .6);
        color: #FFF;
    }

    #section3 ul#sort_pageNo li.sort_pageNo_list_No.active {
        background-color: #0080B3;
        color: #FFF;
        font-size: 14px;
    }

    #section3 ul#sort_pageNo li.sort_pageNo_list_arrow:hover {
        border: 1px solid #545454;
    }

#cancelclasses .content ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #FFF;
}

    #cancelclasses .content ul li div.ClassNo,
    #cancelclasses .content ul li div.ClassName,
    #cancelclasses .content ul li div.ClassDate,
    #cancelclasses .content ul li .ClassCheck {
        height: 50px;
        text-align: center;
        -webkit-flex: none;
        flex: none;
        position: relative;
        cursor: default;
    }

    #cancelclasses .content ul li div.ClassNo {
        width: 160px;
    }

    #cancelclasses .content ul li div.ClassName {
        width: calc( 100% - 390px );
        text-align: left;
    }

        #cancelclasses .content ul li div.ClassName a {
            color: #006188;
            text-decoration: underline !important;
        }

            #cancelclasses .content ul li div.ClassName a:hover {
                color: #0091cb;
            }

    #cancelclasses .content ul li div.ClassDate {
        width: 160px;
    }

    #cancelclasses .content ul li .ClassCheck {
        width: 70px;
        position: relative;
    }

    #cancelclasses .content ul li:first-child div.ClassNo,
    #cancelclasses .content ul li:first-child div.ClassName,
    #cancelclasses .content ul li:first-child div.ClassDate,
    #cancelclasses .content ul li:first-child .ClassCheck {
        border-top: 1px solid #58BDDC;
        border-bottom: 1px solid #DEDEDE;
        text-align: center;
    }

    #cancelclasses .content ul li .ClassCheck .check--box {
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

    #cancelclasses .content ul li:first-child .ClassCheck .check--box {
        right: auto;
    }

.MB_title {
    display: none;
    margin-right: 5px;
}

#cancelclasses .content .button {
    width: 160px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    margin: 44px auto;
    border-radius: 3px;
    border: 2px solid #0080B3;
    background-color: #0080B3;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    transition: all .6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

    #cancelclasses .content .button.raise:hover,
    #cancelclasses .content .button.raise:focus {
        background-color: #FFF;
        color: #0080B3;
        -webkit-box-shadow: 0 10px 10px -8px #0080B3;
        -moz-box-shadow: 0 10px 10px -8px #0080B3;
        -ms-box-shadow: 0 10px 10px -8px #0080B3;
        -o-box-shadow: 0 10px 10px -8px #0080B3;
        box-shadow: 0 10px 10px -8px #0080B3;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

@media (max-width: 1279px) {
    #cancelclasses .content ul {
        background-color: rgba(0,0,0,0);
    }

        #cancelclasses .content ul li {
            display: block;
            height: auto;
            border-bottom: 1px solid #DEDEDE;
            margin-bottom: 8px;
            background-color: #F7FAFB;
            position: relative;
            padding: 5px 0;
        }

            #cancelclasses .content ul li:last-child {
                margin-bottom: 0;
            }

            #cancelclasses .content ul li div.ClassNo,
            #cancelclasses .content ul li div.ClassName,
            #cancelclasses .content ul li div.ClassDate,
            #cancelclasses .content ul li .ClassCheck {
                display: block;
                float: left;
                text-align: left;
                height: 28px;
                line-height: 28px;
                white-space: normal;
            }

            #cancelclasses .content ul li div.ClassNo,
            #cancelclasses .content ul li div.ClassDate {
                width: calc( 98% - 60px);
                margin-left: 2%;
                color: #808080;
            }

            #cancelclasses .content ul li div.ClassName {
                width: calc( 98% - 60px);
                height: auto;
                margin-left: 2%;
            }

            #cancelclasses .content ul li .ClassCheck {
                width: 60px;
                height: calc( 100% - 8px );
                position: absolute;
                top: 0;
                right: 0;
            }

            #cancelclasses .content ul li:first-child div.ClassNo,
            #cancelclasses .content ul li:first-child div.ClassName,
            #cancelclasses .content ul li:first-child div.ClassDate {
                display: none;
            }

    #cancelclasses .content ul {
        border: 1px solid #29323F;
        border-radius: 3px 3px 0 0;
    }

        #cancelclasses .content ul li:first-child {
            background-color: #29323F;
            color: #FFF;
            height: 54px;
            line-height: 54px;
            margin-bottom: 0;
            padding: 0;
        }

            #cancelclasses .content ul li:first-child .ClassCheck {
                width: calc( 100% - 20px );
                height: 54px;
                line-height: 54px;
                text-align: right;
                padding-right: 22px;
                border-top: none;
                border-bottom: none;
            }

                #cancelclasses .content ul li:first-child .ClassCheck .check--box {
                    left: auto;
                    right: 55px;
                }

    .MB_title {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    #cancelclasses .content ul li div.ClassNo {
        width: 136px;
        font-size: 14px;
        margin-left: 0%;
    }

    #cancelclasses .content ul li div.ClassDate {
        width: 155px;
        font-size: 14px;
    }

    #cancelclasses .content ul li div.ClassName {
        max-height: 56px;
        overflow-y: hidden;
    }

    #cancelclasses .content ul li .ClassCheck.fixed_top {
        position: fixed;
        background-color: #29323F;
        z-index: 9999;
        width: 95%;
        top: 54px;
        margin: auto;
        padding-right: 22px;
    }
}


@media (max-width: 640px) {
    #section3 ul#sort_content li .col_sort,
    #section3 ul#sort_content li .sort_col_sort {
        width: 110px
    }

    #section3 ul#sort_content li .col_title,
    #section3 ul#sort_content li .sort_col_title {
        width: calc( 100% - 110px)
    }

    #section3 ul#sort_content li .col_date,
    #section3 ul#sort_content li .sort_col_date {
        display: none
    }

    #section3 div#sort,
    #section3 ul#sort_content,
    #section3 ul#sort_pageNo {
        width: 95%
    }

        #section3 ul#sort_pageNo li.sort_pageNo_list {
            width: calc(( 100% - 42px) / 7)
        }

        #section3 ul#sort_pageNo li:nth-child(7),
        #section3 ul#sort_pageNo li:nth-child(8),
        #section3 ul#sort_pageNo li:nth-child(9),
        #section3 ul#sort_pageNo li:nth-child(10),
        #section3 ul#sort_pageNo li:nth-child(11) {
            display: none
        }
}

@media (max-width: 899px) {
    #section3 .title {
        width: 95%;
    }

    #section3 .content {
        width: 95%;
    }

    #section3 #cancelclasses .content {
        margin-top: 8px;
    }
}

@media (max-width: 640px) {
    #section3.on {
        bottom: -54px;
        height: 100%;
        padding-bottom: 70px;
    }

    #section3 .subject_time,
    #section3 .subject_more {
        display: none;
    }

    #section3 .subject_date {
        width: 130px;
    }

    #section3 .subject_class {
        width: calc( 100% - 130px);
    }
}


/* Sort控制項目 Start */

#sort_placard:checked ~ #sort_content [data="classes"] {
    display: none;
}

#sort_placard:checked ~ #sort_content [data="activity"] {
    display: none;
}

#sort_placard:checked ~ #sort_content [data="like"] {
    display: none;
}

#sort_activity:checked ~ #sort_content [data="classes"] {
    display: none;
}

#sort_activity:checked ~ #sort_content [data="placard"] {
    display: none;
}

#sort_activity:checked ~ #sort_content [data="like"] {
    display: none;
}

#sort_classes:checked ~ #sort_content [data="activity"] {
    display: none;
}

#sort_classes:checked ~ #sort_content [data="placard"] {
    display: none;
}

#sort_classes:checked ~ #sort_content [data="like"] {
    display: none;
}

#sort_like:checked ~ #sort_content [data="activity"] {
    display: none;
}

#sort_like:checked ~ #sort_content [data="placard"] {
    display: none;
}

#sort_like:checked ~ #sort_content [data="classes"] {
    display: none;
}
/* Sort控制項目 End */
