*{
    font-family: "微軟正黑體", "標楷體","新細明體",Arial!important;
}
a{
    color: unset!important;
    text-decoration: none!important;
}
body{
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;

}
#center{
    max-width: 1100px!important;
    margin: auto;
}
#content {
    max-width: 1100px;
    width: 100vw;
    min-height: 100vh;
}
.dic_entry{
    font-size: 1.3rem!important;
    color: #f7f7f7;
    cursor: pointer;

}
.dic_entry:hover{
    background: #00b3db;
    color: #f7f7f7;
    font-size: 1.3rem!important;

}
.about_title{
    margin-right: 1rem;
    padding: 10px;
    color: #005cbf;

    max-height: 3rem;
}
.about_content{
    margin-top: 2rem;

    padding: 10px;
    color: black;
}
.download{
    background: #00b3db;
    color: white;
    max-height: 1rem;
    border-radius: 0.5rem;
}
.bar-max{
    max-width: 1200px;
    margin: auto;
    padding: 0;
}
.bg-bar-up{
    background-color: #0053a5;
}
.bg-bar-down{
    background-color: #cceafb;
}
.bg-bar-menu{
    background-color: #217fc0;
}
.bar-cursor{
    cursor: pointer;
}
.bar-down-btn{
    height: 50px;
}
.bar-down-btn:hover{
    background-color: white;
    border:0 ;
    border-bottom: 0.2rem #0053a5;
    border-style: solid;
    transition: all 0.1s linear;
}

.bar_identity_but:hover{
    background-color: white;
    color: #0053a5!important;
    transition-property: color,background-color;
    transition-duration: 0.8s;
    border-radius: 1rem;
}
.small_bg{
    height: 0;
    overflow: visible;
    position: relative;
    z-index: -1;
    width: 100%;
}
#poster{
    max-width: 1100px;
    max-height: 400px;
    height: 37.5vw;
    width: 100vw;
    overflow: visible;
}
#news_content{
    max-width: 1100px;
    width: 100vw;
}
.news_content_title{
    color:#be7928;
    font-weight: 600;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.news_content_date{
    color: #8b898c!important;
    font-size: 1rem!important;
}
.news_content_line{
    word-break: break-all;
    word-wrap: break-word;
}
.news_content_img{
    width: 95%;
    border-color: #c1c1c1!important;
    border-radius: 0.1rem;
    background-color: white;
}
#news{
     max-width: 1100px!important;
     width: 100vw;
     word-break: break-all;
     word-wrap: break-word;
     margin-top: 6rem;
 }
#news_img{
    width: 40%;
    height: 40%;
}
#Bauhinia{
    max-width: 1100px!important;
    width: 100vw;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 2rem;
}
.Bauhinia_row_title{
    color: #ff8610;
}
.news-selector{
    cursor: pointer;
    text-align: center;
    white-space: nowrap;

}
.news-selector:hover{
    cursor: pointer;
    background-color: #0053A5;
    /*border-radius: 0.4rem 0.4rem 0 0;*/
    color: white;
}
.news-selector-selected{
    cursor: pointer;
    background-color: #0053A5;
    /*border-radius: 0.4rem 0.4rem 0 0;*/
    color: white;
}

#bulletin{
    max-width: 1100px!important;
    width: 100vw;
    background-color: white!important;
}
#other_info{
    max-width: 1100px!important;
    width: 100vw;
    min-height: 400px!important;

}
.carousel{
    height: 100%;
    width: 100%;
}
.bulletin-selector{
    border-bottom: 0.1rem #dbdcdc solid;
    transition: all 0.2s ease-in-out;
}
.bulletin-selector-selected{
    border-bottom: 0.1rem #0053dd solid!important;
    background-color: #0053dd ;
    color: white;

}
.bulletin-selector:hover{
    border-bottom: 0.1rem #12b9e3 solid!important;
    transition: all 0.2s ease-in-out;
}



.block-shadow{
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
#useful-system{
    max-width: 1100px!important;
    width: 100vw;
}
#useful-link{
    max-width: 1100px!important;
    width: 100vw;
}

.point_baseline{
    font-size: 1rem;
    text-decoration: none!important;
    cursor: pointer;
}

.point_baseline:hover{
    text-decoration: underline!important;
}

.point_baseline2{
    text-decoration: none!important;
    cursor: pointer;
}

.point_baseline2:hover{
    text-decoration: underline!important;
    color: #e29530;
}

.useful_img{
    width:3rem;
}
.common_sys{
    border: #c39d62;
    color: #c39d62;
    border-width: 0.05rem;
    border-style: solid;
    border-radius: 1rem;
    background-color: #f9f9f9;
}
.common_link{
    border: #c39d62;
    color: #c39d62;
    border-width: 0.05rem;
    border-style: solid;
    border-radius: 1rem;
    background-color: #f9f9f9;
}
#useful-system{
    top: 10vh;
    left: 10vw;
    margin:0;
    max-width:80vw!important;
    height: 80vh!important;
    position:fixed;z-index:9999;
    background-color: rgba(62,58,57,0.9)!important;

    overflow-y:auto;

    color: black;
    border:#005cbf 0.1rem solid;
    border-radius: 1rem;
}
#useful-link{
    top: 10vh;
    left: 10vw;
    margin:0;
    max-width:80vw!important;
    height: 80vh!important;
    position:fixed;z-index:9999;
    background-color: rgba(62,58,57,0.9)!important;

    overflow-y:auto;

    color: black;
    border:#005cbf 0.1rem solid;
    border-radius: 1rem;
}
.direction_link > span{
     cursor: pointer;
}

.info_icon{
    width: 2rem;
    margin-right: 0.5rem;
    height: auto;
}
.page_number{
    background-color: #4e555b;
    cursor: pointer;
    color: white;
}

.page_number:hover{
    background-color: #2f53db;
}

.page_number_select{
    background-color: #2f53db;
}

.other_link{
    border:white 0.1rem solid;
    cursor: pointer;
    position: relative;
    width: 100vw!important;
    max-width: 1100px!important;
    display: inline-block;
}
.other_img{
    width: 8rem;
}

@keyframes move {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX( calc( -8rem + -110% ) );
    }

}

@keyframes stop {
    0%, 100%{
        transform:translateX( calc( -8rem + -110% ) );
    }
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 11px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #5553a5;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 100%!important;
}
.carousel-indicators{
    top: calc(100% + 40px);
}
.carousel-caption{
    opacity: 1;
    background-color: #dfedf7;
    width: 100%!important;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
    color: #051e78;
    position: relative;
}

.bulletin_row_title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#position{
    font-size: 1rem;
}

#secondary_title{
    border-left: 5px solid #0053a5;
    font-size: 1.5rem;
}

.ecoursee_dropdown{
    z-index: 101;
}

.toCenterDiv{
    position: absolute;
    /*width: 0.063rem;
    height: 0.063rem;*/
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.select_border_color:focus{
    border-color: black;
    border: solid;
    /*background: #00b3db;*/
}

.inactive{
    display: none;
}