/* #changeselect {
    display: none;
    background: #ffa500;
    position: relative;
    padding: .2em 3em .2em .2em;
    border-radius: 10px;
    max-width: 100%;
}
label {
    display: none;
}

#changeselect select {
    border-radius: 43px;
    background: #fff;
    padding: .5em 2em;
    border: none;
    text-align: center;
    appearance: none; 
}

#changeselect::after {
    content: '\25BC';
    position: absolute;
    top: .3em;
    right: 0.3em;
    padding: .3em .5em;
    background: teal;
    color: #fff;
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid #fff;
}  */
#changeselect {
    /* display: none;
    background: #ffa500;
    position: relative;
    padding: .2em 3em .2em .2em;
    border-radius: 10px;
    max-width: 100%; */
}

#changeselect select {
    background: url('/sets/isb/img/down-arrow.png') no-repeat right center transparent;    
    background-size: 30%;
    background-color: #FFF;
    /* padding: 0 1em; */
    border-color: orange;
    border-width: 0.3rem;
    border-radius: 10px;
    /* text-align: center; */
    appearance: none; 
    width: 10rem;
    height: 2.5rem;
    /* padding: 0px 5px 5px 5px; */
    padding-right: 3rem;
}

option {
    text-align: center;
}

#changeselect::after {

} 
.mr-1{
    display: inline;
}
.sm-page-title{
    display: none;
    font-size: 0.8rem;
}
/* .app-div {
    margin-left: 2.8rem;
} */
.app-div h2 img {
    position: relative;
    width: 107%;
    left: -5%;
    top: 0.4rem;
}

@media screen and (max-width: 1200px) {
    h3.text-center {
        display: none;
    }

    #changeselect, label {
        display: inline-block;
    }

    .bulletin {
        padding-left: 0;
    }
    /* .bulletin > .row {
        box-shadow: none;
    } */
    .app-div h2 img {
        left: -4%;
    }

    .all-news {
        margin-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .card-deck {
        padding-left: 1.5em;
    }

    .carousel { 
        box-shadow: 0 20px 0 CadetBlue;
    }
    .mr-1{
        display: none;
    }
    .my-2 {
        display: none;
    }
    .card-content{
        min-height: 80px;
    }
    /* 標題連結設定 */
    .sm-page-title a{
        color: black;
        text-decoration: none;
    }
    /* a:hover, a:visited, a:link, a:active{
        color: black;
        text-decoration: none;
    } */
    .page-title{
        display: none;
    }
    .sm-page-title{
        display:block;
    }
}

@media screen and (max-width: 450px) {
    /* .mb-2{
        font-size: large;
    } */
}

